aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction
Commit message (Collapse)AuthorAgeFilesLines
...
| * let delete have its own callback by defaultgroditi2009-08-031-1/+9
| |
| * make "class" in the config for push_vieport work correctly groditi2009-08-011-3/+1
| |
* | reverted Role::Actions, it shouldnt ever be donewreis2009-08-011-5/+8
| |
* | updated FieldArgs role after mergewreis2009-08-012-17/+5
| |
* | r4455@www43 (orig r1190): wallacer | 2009-07-31 20:16:27 -0500wreis2009-08-011-3/+10
|\| | | | | | | | | | | | | removing cache for computed_action_order r4456@www43 (orig r1191): wallacer | 2009-07-31 20:16:38 -0500 fix for action_filter
| * fix for action_filterwreis2009-08-011-3/+10
| |
| * removing cache for computed_action_orderwreis2009-08-011-9/+0
| |
* | r22767@hercule (orig r1158): mateu | 2009-07-28 14:16:29 +0100wreis2009-07-316-12/+68
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document make_context_closure(). r22768@hercule (orig r1159): mateu | 2009-07-28 14:30:05 +0100 Avoid circular refs with target_model for login actions r22771@hercule (orig r1162): xinming | 2009-07-29 06:10:29 +0100 Merge branch utf8_support branch (r1109:1112) into trunk. r22786@hercule (orig r1177): wreis | 2009-07-30 22:39:28 +0100 r4424@www43 (orig r1173): wallacer | 2009-07-30 14:06:53 -0500 branching for action_filter feature in Role::Actions r4426@www43 (orig r1175): wallacer | 2009-07-30 16:13:22 -0500 added action_filter r4427@www43 (orig r1176): wallacer | 2009-07-30 16:39:15 -0500 fixed default value r22788@hercule (orig r1179): wreis | 2009-07-30 22:45:32 +0100 patch from groditi r22795@hercule (orig r1186): wreis | 2009-07-31 13:53:07 +0100 tweaks for SearchableListViewContainer
| * tweaks for SearchableListViewContainerwreis2009-07-311-7/+8
| |
| * patch from groditiwreis2009-07-301-6/+2
| |
| * fixed default valuewreis2009-07-301-1/+2
| |
| * added action_filterwreis2009-07-301-1/+9
| |
| * Merge branch utf8_support branch (r1109:1112) into trunk.xinming2009-07-292-3/+13
| |
| * Avoid circular refs with target_model for login actionsmateu2009-07-281-1/+2
| |
| * Document make_context_closure().mateu2009-07-281-0/+39
| |
* | factoring out for field args from Collection::Gridwreis2009-07-312-75/+134
| |
* | fixes for base collection widget+templatewreis2009-07-312-9/+8
| |
* | Object consumes Action and Collection consumes Pager and Action, so ↵wreis2009-07-279-127/+28
|/ | | | Member::WithActions go away
* loading Config::Any in Reaction::UI::Skinedenc2009-07-231-0/+1
|
* add some comments in case someone has a hissy fit about MVC blah blahgroditi2009-07-111-0/+12
|
* wire layout_args, which was somehow never connected to the mixgroditi2009-07-112-1/+12
|
* do not override custom location in push_viewportgroditi2009-07-111-6/+5
|
* String fragment viewportgroditi2009-07-101-0/+44
|
* fixed coercion warningedenc2009-07-101-1/+1
|
* use more MooseX::Types and support actionattribute in Action vp to ↵groditi2009-07-0830-119/+136
| | | | explicitly provide the URI to post to
* changed search api to less magic but working versionphaylon2009-06-291-8/+27
|
* Fix typo for attribute declaration in Reaction::UI::Skinxinming2009-06-271-1/+1
| | | | required, not requred.
* Add Reaction::Manual::Unicode.xinming2009-06-221-0/+48
|
* throw more helpful errorsgroditi2009-06-161-2/+7
|
* fix mismatched package names in PODgroditi2009-05-2617-17/+17
|
* r27792@martha (orig r1097): groditi | 2009-05-26 10:17:32 -0400groditi2009-05-262-3/+52
|\ | | | | | | | | POD for Order role
| * POD for Order rolegroditi2009-05-262-3/+52
| |
* | r27789@martha (orig r1094): groditi | 2009-05-06 11:58:22 -0400groditi2009-05-262-20/+51
|\| | | | | | | | | order_by fixes including enable_order_by and coerce_order_by
| * order_by fixes including enable_order_by and coerce_order_bygroditi2009-05-062-20/+51
| |
* | Fix tutorial typo.rafl2009-05-111-1/+1
| | | | | | | | Courtesy of mateu++.
* | s/namespace::\Kclean/autoclean/ for the manual.rafl2009-05-113-16/+15
|/
* changes for 0.002000, thank you xinming for reminding me, I'm a fucking idiotmatthewt2009-04-306-15/+5
|
* factor out metaclass info into roles for compatibilitymatthewt2009-04-205-71/+130
|
* Get rid of deprecated methods in Class::MOP (and depend on newest Moose)lbr2009-04-195-6/+6
|
* added some asciio diagrams, still need some work (Skin entity, etc.)phaylon2009-04-162-1/+83
|
* glossary updatesphaylon2009-04-101-4/+203
|
* added meta_info/http_header viewport option example to tutorial (abraxxa++)phaylon2009-04-071-0/+5
|
* layout option for action_prototypeswreis2009-03-311-0/+2
|
* shallow copying req->paramswreis2009-03-301-1/+1
|
* r3185@gomorrah (orig r1074): phaylon | 2009-03-27 03:40:02 +0100phaylon2009-03-3010-0/+360
|\ | | | | | | | | search spec components factored out of T365
| * search spec components factored out of T365phaylon2009-03-2710-0/+360
| |
* | fixed pod typos (abraxxa++)phaylon2009-03-302-2/+2
|/
* More items for glossary.timbunce2009-03-262-20/+37
| | | | | Improve layout for RenderPage manual and add a few notes.
* Minor tweaks to tutorialtimbunce2009-03-261-2/+6
|
* Make life simpler for those following the tutoria:timbunce2009-03-251-4/+12
| | | | | | Add mkdir command to pre-create the directories Add C<lib/MyApp/....pm> to those sections that didn't have it (for copy-n-paste)