aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Controller
Commit message (Collapse)AuthorAgeFilesLines
* more pod fixesJustin Hunter2010-10-292-1/+9
|
* after_create on_create_apply compat groditi2009-12-151-0/+5
|
* ready for mergegroditi2009-10-224-4/+4
|
* first part of fix for attributes and roles mess. metclass coompat bug still ↵groditi2009-10-225-5/+7
| | | | lurks
* move redirect_to to a role and deprecate itgroditi2009-10-021-0/+78
|
* work arounds not necessary with newest MethodAttributes release (0.18)groditi2009-09-252-5/+1
|
* initial refactor of CRUD controller actions as rolesgroditi2009-09-1111-219/+1288
|
* let delete have its own callback by defaultgroditi2009-08-031-1/+9
|
* fix mismatched package names in PODgroditi2009-05-261-1/+1
|
* search spec components factored out of T365phaylon2009-03-271-0/+29
|
* Fix defualt -> default typos in perldocabs2009-02-051-2/+2
|
* tweaks for action labelsedenc2009-01-271-2/+2
|
* allow list, create, and delete_all to act on a user-provided collection ↵groditi2008-12-312-4/+7
| | | | stored in the stash, similar to how object works. additionally, change how basic_model_action picks a default target if none is given. the exists() check for stash->{object} is just asking for autovivification-related bugs and the new behavior should be 100% compatible with the added benefit of DTRT if a collection is placed in {collection}. This whole system really needs an overhaul at some point, but I am waiting for catamoose to support roles in controllers so we can do it right.
* r24107@martha (orig r989): groditi | 2008-11-26 15:35:40 -0500groditi2008-11-261-8/+10
|\ | | | | | | | | prefix the viewport names with r-vp because html element ids may not start with a number
| * prefix the viewport names with r-vp because html element ids may not start ↵groditi2008-11-261-8/+10
| | | | | | | | with a number
* | Fix the POD testt0m2008-11-261-2/+2
|/
* Tell the user that they're an idiot in more helpful wayst0m2008-11-251-3/+7
|
* fix leaks via make_context_closuregroditi2008-11-111-14/+16
|
* memory leaks on CRUD fixedgroditi2008-11-111-11/+13
|
* checking in more pod, some fixes for weird bugs, a manual for migration, an ↵groditi2008-10-311-1/+1
| | | | extra ComponentUI example and a new ResultSet base class for IM actions
* POD FTWgroditi2008-10-242-15/+80
|
* completely new way of handling action prototypes for actions in CRUD that is ↵groditi2008-10-112-44/+82
| | | | much saner and less reliant on $ctx. also more flexible and configurable
* Make pod valid.rafl2008-08-181-2/+2
|
* Much documentation updatescastaway2008-08-171-3/+30
|
* removed viewport dependency on ->ctxedenc2008-08-081-10/+28
|
* non destructive config mergegroditi2008-05-061-4/+5
|
* do not display the pager for 1 page long resultsgroditi2008-05-062-2/+4
|
* factor button code out and add default classmatthewt2008-03-101-1/+1
|
* sorry about noise.. trailing whitespace.. collection_name can now be a ↵groditi2008-02-291-11/+16
| | | | method name in preparation for matching change in the reflector where collections are methods, not attributes. there is abslutely no need for that nonsense since we dont even use that metadata. stop mimicking DBIC
* setting content_type for error actionswreis2008-02-141-1/+3
|
* fix vp_args passing to actionsmatthewt2008-02-101-2/+2
|
* burnt out, so writing some docs to clear my braingroditi2008-02-042-37/+130
|
* oops forward takes args as an arrayref and i forgot to remove thatgroditi2008-02-022-5/+5
|
* the forwards on basic_page and basic_model_action were breaking config ↵groditi2008-02-022-10/+10
| | | | merging at the push viewport stage
* get rid of the 'title is undef' errormatthewt2008-01-311-4/+8
|
* add a default 404 and 403 action, use the 404 on collection controller, make ↵groditi2008-01-212-1/+13
| | | | html source less ugly by eliminating unnecessary whitespace
* more pod updatesgroditi2008-01-101-6/+124
|
* pulling in changes from trunkgroditi2008-01-082-5/+1
|
* r15421@deathmachine (orig r452): castaway | 2008-01-01 11:05:57 -0500groditi2008-01-082-15/+32
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add config example to docs, and mention use of config for window_title etc r15422@deathmachine (orig r453): castaway | 2008-01-01 11:14:08 -0500 Fix typos in doc r15423@deathmachine (orig r454): castaway | 2008-01-01 11:21:12 -0500 Add docs about creation of window object r15424@deathmachine (orig r455): castaway | 2008-01-01 13:21:05 -0500 Update docs to match new ::Controller::Root r15764@deathmachine (orig r466): matthewt | 2008-01-07 10:48:25 -0500 squelch a warning in Reaction::Class, port from BindLex to Component::ACCEPT_CONTEXT r15765@deathmachine (orig r467): wreis | 2008-01-07 11:14:58 -0500 port the reaction type system to MooseX::Types
| * squelch a warning in Reaction::Class, port from BindLex to ↵matthewt2008-01-072-12/+14
| | | | | | | | Component::ACCEPT_CONTEXT
| * Add docs about creation of window objectcastaway2008-01-011-0/+5
| |
| * Fix typos in doccastaway2008-01-011-2/+2
| |
| * Add config example to docs, and mention use of config for window_title etccastaway2008-01-011-3/+12
| |
* | work in progress, listview still brokengroditi2008-01-022-7/+7
|/
* fixed Bar Controller, tons of bugs everywhere, restructured controller namespacegroditi2007-11-163-0/+277