aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* r32222@martha (orig r1250): groditi | 2009-10-22 18:47:11 -0400groditi2009-12-159-9/+9
|\ | | | | | | | | ready for merge
| * ready for mergegroditi2009-10-229-9/+9
| |
* | r32221@martha (orig r1249): groditi | 2009-10-22 14:24:11 -0400groditi2009-12-1510-14/+18
|\| | | | | | | | | first part of fix for attributes and roles mess. metclass coompat bug still lurks
| * first part of fix for attributes and roles mess. metclass coompat bug still ↵groditi2009-10-2210-14/+18
| | | | | | | | lurks
* | r31728@martha (orig r1248): wreis | 2009-10-20 21:26:07 -0400groditi2009-12-151-0/+6
|\| | | | | | | | | adding failing use case
| * adding failing use casewreis2009-10-211-0/+6
| |
* | r31711@martha (orig r1246): groditi | 2009-10-02 17:01:17 -0400groditi2009-12-152-30/+90
|\| | | | | | | | | move redirect_to to a role and deprecate it
| * move redirect_to to a role and deprecate itgroditi2009-10-022-30/+90
| |
| * whoops compile errorgroditi2009-10-021-1/+1
| |
| * r31705@martha (orig r1240): edenc | 2009-09-28 20:19:59 -0400groditi2009-10-022-3/+15
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | made hidden array field use the value event instead of value_string r31706@martha (orig r1241): purge | 2009-10-02 04:51:59 -0400 allow redirect_to a url parameter r31707@martha (orig r1242): groditi | 2009-10-02 16:09:49 -0400 undo change allowing domain in redirect_to r31708@martha (orig r1243): groditi | 2009-10-02 16:10:38 -0400 cleanup of hard to read layout_args code
* | | (no commit message)groditi2009-12-151-6/+6
|\| |
| * | r31500@martha (orig r1229): purge | 2009-09-11 05:51:11 -0400groditi2009-09-2510-11/+68
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make_immutable for new moose r31688@martha (orig r1231): mateu | 2009-09-13 18:18:07 -0400 Bump version of SQL::Translator required for testing so t/im_dbic.t passes. r31689@martha (orig r1232): wreis | 2009-09-14 13:35:30 -0400 fixed child_event_sinks for SearchableListViewContainer vp r31690@martha (orig r1233): wreis | 2009-09-14 13:35:58 -0400 collection-grid already does Pager and Actions r31691@martha (orig r1234): edenc | 2009-09-14 23:51:37 -0400 added search spec sample to demo app r31692@martha (orig r1235): wreis | 2009-09-15 11:36:30 -0400 no divs in base skin r31693@martha (orig r1236): purge | 2009-09-17 10:21:58 -0400 pass through layout_args to actions r31694@martha (orig r1237): edenc | 2009-09-17 14:14:04 -0400 compatibility fixes for Class::MOP 0.93
* | | | r31695@martha (orig r1238): groditi | 2009-09-25 14:51:47 -0400groditi2009-12-152-5/+1
|\| | | | | | | | | | | | | | | | | | | work arounds not necessary with newest MethodAttributes release (0.18)
| * | | work arounds not necessary with newest MethodAttributes release (0.18)groditi2009-09-252-5/+1
| | | |
* | | | r31501@martha (orig r1230): groditi | 2009-09-11 09:36:16 -0400groditi2009-12-1512-225/+1299
|\| | | | | | | | | | | | | | | | | | | initial refactor of CRUD controller actions as roles
| * | | initial refactor of CRUD controller actions as rolesgroditi2009-09-1113-231/+1305
| | | |
* | | | fixed hash deref bug in the base controlleredenc2009-12-041-5/+5
| | | |
* | | | added clone and inherit fix to Field::Mutable::HiddenArrayedenc2009-11-161-2/+2
| | | |
* | | | working around Moose glitch via parameterized rolesedenc2009-11-115-14/+43
| | | |
* | | | undo r1236wreis2009-11-041-10/+0
| | | |
* | | | whoops compile errorgroditi2009-10-021-1/+1
| |_|/ |/| |
* | | cleanup of hard to read layout_args codegroditi2009-10-021-6/+10
| | |
* | | undo change allowing domain in redirect_togroditi2009-10-021-2/+1
| | |
* | | allow redirect_to a url parameterpurge2009-10-022-4/+9
| | |
* | | made hidden array field use the value event instead of value_stringedenc2009-09-291-0/+4
| |/ |/|
* | compatibility fixes for Class::MOP 0.93edenc2009-09-172-2/+4
| |
* | pass through layout_args to actionspurge2009-09-171-0/+2
| |
* | added search spec sample to demo appedenc2009-09-153-0/+51
| |
* | collection-grid already does Pager and Actionswreis2009-09-141-2/+0
| |
* | fixed child_event_sinks for SearchableListViewContainer vpwreis2009-09-141-1/+1
| |
* | make_immutable for new moosepurge2009-09-112-0/+4
|/
* fixed hidden array viewport value_string attributeedenc2009-09-042-3/+4
|
* moved handle for image buttons to UI::Windowwreis2009-09-032-16/+8
|
* added search model parameterizationedenc2009-08-311-1/+4
|
* fix for Config::General on perl 5.10.1purge2009-08-311-1/+1
|
* argh! missed DEBUG_EVENTSwreis2009-08-281-0/+2
|
* debug for button events - missed on last commitwreis2009-08-281-0/+1
|
* making reaction apply events for buttons defined as type=imagewreis2009-08-282-6/+20
|
* r4572@www43 (orig r1214): mateu | 2009-08-11 09:35:33 -0500wreis2009-08-272-4/+31
|\ | | | | | | | | | | | | extending Reaction core skins and call_next POD additions. r4573@www43 (orig r1215): mateu | 2009-08-11 10:10:28 -0500 add missing word to Widgets.pod
| * add missing word to Widgets.podmateu2009-08-111-1/+1
| |
| * extending Reaction core skins and call_next POD additions.mateu2009-08-111-3/+30
| |
* | backcompact stuffwreis2009-08-072-0/+20
| |
* | r4466@www43 (orig r1196): groditi | 2009-08-01 15:07:10 -0500wreis2009-08-053-4/+31
|\| | | | | | | | | | | | | | | | | | | | | make "class" in the config for push_vieport work correctly r4488@www43 (orig r1199): groditi | 2009-08-03 17:25:09 -0500 let delete have its own callback by default r4499@www43 (orig r1207): groditi | 2009-08-04 11:01:28 -0500 r30359@martha (orig r1198): groditi | 2009-08-01 16:57:29 -0400 example of how to create forms that return users to the URI they came from
| * r30359@martha (orig r1198): groditi | 2009-08-01 16:57:29 -0400groditi2009-08-041-0/+21
| |\ | | | | | | | | | | | | example of how to create forms that return users to the URI they came from
| | * example of how to create forms that return users to the URI they came fromgroditi2009-08-011-0/+21
| | |
| * | 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