aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* bump the version and add some ChangesJustin Hunter2011-03-041-1/+1
|
* fix for undef bodiesJustin Hunter2011-03-041-1/+1
|
* fixes for the applied_attribute stuff in moose 2Jesse Luehrs2011-03-047-5/+108
|
* fix capitalization errorJustin Hunter2010-11-301-4/+4
|
* use JSON::Any instead of JSONJustin Hunter2010-11-201-1/+1
|
* as of 0.58, "Roles now add methods by calling add_method, not alias_method."Justin Hunter2010-11-081-2/+1
|
* version bump to 0.002002Justin Hunter2010-11-051-1/+1
|
* add myselfJustin Hunter2010-11-051-0/+2
|
* 0.002001Justin Hunter2010-11-021-1/+1
|
* lazy_build automatically defines clear_$attr, so clearer was overwritingJustin Hunter2010-11-022-2/+0
|
* more pod fixesJustin Hunter2010-10-298-4/+58
|
* more pod fixesJustin Hunter2010-10-294-4/+7
|
* we already dep on 5.8, so use 5.8Justin Hunter2010-10-291-1/+1
|
* is_weak_ref is now weak_refJustin Hunter2010-10-292-2/+2
|
* fix for lack of remote_userJustin Hunter2010-10-291-1/+1
|
* fix for lack of UAJustin Hunter2010-10-291-1/+1
|
* per http://search.cpan.org/dist/Moose/lib/Moose/Manual/Delta.pod#1.09, ↵Justin Hunter2010-10-291-3/+5
| | | | | | legal_options_for_inheritance has been replaced by illegal_options_for_inheritance we don't need to add anything to illegal, as we were only adding to legal
* Make it compile againt0m2010-07-152-2/+14
|
* support the possibility of an inner vp existinggroditi2010-02-251-0/+8
|
* stray 1;groditi2010-02-251-1/+1
|
* after_create on_create_apply compat groditi2009-12-151-0/+5
|
* r31712@martha (orig r1247): groditi | 2009-10-02 17:02:01 -0400groditi2009-12-148-31/+50
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | whoops compile error r32396@martha (orig r1251): wreis | 2009-11-04 14:37:47 -0500 undo r1236 r32468@martha (orig r1254): edenc | 2009-11-16 16:48:46 -0500 r15979@debian (orig r1252): edenc | 2009-11-10 21:45:38 -0300 branching for clone-and-inherit workaround r15980@debian (orig r1253): edenc | 2009-11-10 21:50:34 -0300 working around Moose glitch via parameterized roles r32469@martha (orig r1255): edenc | 2009-11-16 17:06:25 -0500 added clone and inherit fix to Field::Mutable::HiddenArray r32618@martha (orig r1256): edenc | 2009-12-04 16:35:06 -0500 fixed hash deref bug in the base controller
| * 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
| |
* | ready for mergegroditi2009-10-229-9/+9
| |
* | first part of fix for attributes and roles mess. metclass coompat bug still ↵groditi2009-10-2210-14/+18
| | | | | | | | lurks
* | adding failing use casewreis2009-10-211-0/+6
| |
* | 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
| * 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
| |
* | 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
| * 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
| |
* | work arounds not necessary with newest MethodAttributes release (0.18)groditi2009-09-252-5/+1
| |
* | initial refactor of CRUD controller actions as rolesgroditi2009-09-1113-231/+1305
|/
* 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
|