aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
Commit message (Collapse)AuthorAgeFilesLines
* fix for lack of remote_userJustin Hunter2010-10-291-1/+1
|
* fix for lack of UAJustin Hunter2010-10-291-1/+1
|
* stray 1;groditi2010-02-251-1/+1
|
* ready for mergegroditi2009-10-224-4/+4
|
* first part of fix for attributes and roles mess. metclass coompat bug still ↵groditi2009-10-224-7/+9
| | | | lurks
* adding failing use casewreis2009-10-211-0/+6
|
* r31500@martha (orig r1229): purge | 2009-09-11 05:51:11 -0400groditi2009-09-253-6/+57
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * added search spec sample to demo appedenc2009-09-153-0/+51
| |
* | initial refactor of CRUD controller actions as rolesgroditi2009-09-112-12/+17
|/
* r4466@www43 (orig r1196): groditi | 2009-08-01 15:07:10 -0500wreis2009-08-051-0/+21
|\ | | | | | | | | | | | | | | | | | | | | 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
| * example of how to create forms that return users to the URI they came fromgroditi2009-08-011-0/+21
| |
* | working example on ComponentUIwreis2009-07-311-0/+3
| |
* | Object consumes Action and Collection consumes Pager and Action, so ↵wreis2009-07-271-2/+2
|/ | | | Member::WithActions go away
* wire layout_args, which was somehow never connected to the mixgroditi2009-07-112-1/+25
|
* String fragment viewportgroditi2009-07-102-1/+34
|
* use more MooseX::Types and support actionattribute in Action vp to ↵groditi2009-07-081-0/+9
| | | | explicitly provide the URI to post to
* order_by fixes including enable_order_by and coerce_order_bygroditi2009-05-063-1/+21
|
* also added meta_info/http_header example to componentui appphaylon2009-04-071-0/+5
|
* message and error message support. why has this been missing for so long?groditi2009-01-081-0/+3
|
* formatting fixgroditi2008-11-261-8/+11
|
* other memory leakgroditi2008-11-111-0/+4
|
* checking in more pod, some fixes for weird bugs, a manual for migration, an ↵groditi2008-10-311-0/+1
| | | | extra ComponentUI example and a new ResultSet base class for IM actions
* completely new way of handling action prototypes for actions in CRUD that is ↵groditi2008-10-111-0/+11
| | | | much saner and less reliant on $ctx. also more flexible and configurable
* container support built into fields and an example of usage in ComponentUIgroditi2008-08-212-2/+35
|
* remove class blocks from widget codematthewt2008-08-131-2/+4
|
* rclass stuff ripped out of everything but widget classesmatthewt2008-07-242-4/+12
|
* =extends NEXT in widgets worksmatthewt2008-01-301-1/+1
|
* first cut of Reaction::UI::Skin and SiteLayout VP+widgetmatthewt2008-01-301-1/+5
|
* container widgetmatthewt2008-01-291-16/+0
|
* work in progress, listview still brokengroditi2008-01-021-1/+1
|
* r72431@cain (orig r414): matthewt | 2007-11-26 20:11:29 +0000matthewt2007-12-202-8/+6
|\ | | | | | | | | root of componentUI renders
| * root of componentUI rendersmatthewt2007-11-262-8/+6
| |
* | r59848@cain (orig r399): matthewt | 2007-11-09 14:40:08 +0000matthewt2007-12-201-1/+1
|\| | | | | | | | | switch over to sub style from AUTOLOAD style (Widget transition)
| * switch over to sub style from AUTOLOAD style (Widget transition)matthewt2007-11-091-1/+1
| |
* | r59846@cain (orig r397): matthewt | 2007-11-09 14:04:24 +0000matthewt2007-12-202-6/+6
|\| | | | | | | | | fixup widgets to use fragment
| * fixup widgets to use fragmentmatthewt2007-11-092-6/+6
| |
* | empty IM examplegroditi2007-12-161-0/+10
| |
* | fixed Bar Controller, tons of bugs everywhere, restructured controller namespacegroditi2007-11-165-5/+7
|/
* CRUDController syntax changed to be less retarded and Reflector::DBIC fixed ↵groditi2007-10-234-8/+7
| | | | to use DeleteAll action
* simplify value widgets to reduce PROCESS calls, make some classes immutable ↵groditi2007-10-053-28/+8
| | | | which were not before. nice increase in performance.
* optimizations are fun! widget cache, reflector and immutable, other details. ↵groditi2007-10-031-7/+0
| | | | bye old view
* gridview is so close. so closegroditi2007-10-021-4/+1
|
* unstable switchover before template renaming. added searchpath for widgets ↵groditi2007-10-021-0/+3
| | | | trying to make list view work. added gridview
* It is starting to look like this may actually work after all. Listview is ↵groditi2007-09-294-4/+79
| | | | the only one left i think, although the bar tests are still giving me trouble. TODO: add to the collection actions a truncate action. should be useful
* first checkin tests fail everywhere but demo works. yay?groditi2007-09-1210-147/+12
|
* moved shit to trunkmatthewt2007-09-1216-0/+253