aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* defaults.conf support works much better if I commit the damn thingmatthewt2008-01-311-0/+1
|
* moved widget class search path to Skinmatthewt2008-01-312-0/+2
|
* =extends NEXT in widgets worksmatthewt2008-01-301-14/+5
|
* skin inheritnace within a single search pathmatthewt2008-01-304-38/+79
|
* first cut of Reaction::UI::Skin and SiteLayout VP+widgetmatthewt2008-01-301-2/+0
|
* container widgetmatthewt2008-01-291-2/+4
|
* fixed choosemany, fixed some widget stuff i broke before, renamed ↵groditi2008-01-051-2/+2
| | | | ordered_fields to computed_field_order to avoid ambiguity
* choosemany is still broken (not applying changes) but everything else is ↵groditi2008-01-022-2/+5
| | | | looking better
* grid is starting to work, actions and view to gogroditi2008-01-021-1/+1
|
* work in progress, listview still brokengroditi2008-01-0234-157/+83
|
* fix typomatthewt2007-12-231-3/+2
|
* fixed file fieldsedenc2007-12-161-23/+1
|
* port actionform, field widgets to declarative systemmatthewt2007-12-1411-209/+121
|
* listview ported bar pagermatthewt2007-11-295-113/+31
|
* ObjectView convertedmatthewt2007-11-268-45/+45
|
* root of componentUI rendersmatthewt2007-11-261-5/+5
|
* r62507@cain (orig r402): groditi | 2007-11-14 18:33:11 +0000matthewt2007-11-141-3/+3
|\ | | | | | | | | | | | | | | | | | | | | r15103@deathmachine (orig r401): groditi | 2007-11-13 16:43:36 -0500 changes so far for new moose / mop r62510@cain (orig r405): groditi | 2007-11-14 19:49:50 +0000 r15169@deathmachine (orig r404): groditi | 2007-11-14 14:48:24 -0500 button labels for action form
| * button labels for action formgroditi2007-11-141-3/+3
| |
* | fixup widgets to use fragmentmatthewt2007-11-094-10/+10
|/
* made listview do paging and ordering and all sorts of stupid shit. nobody is ↵groditi2007-10-166-17/+139
| | | | welcome, this really sucked. theres also the new DeleteAll action and there is changes everywhere that has anything to do with listview and actions
* simplify value widgets to reduce PROCESS calls, make some classes immutable ↵groditi2007-10-058-34/+10
| | | | which were not before. nice increase in performance.
* optimizations are fun! widget cache, reflector and immutable, other details. ↵groditi2007-10-031-0/+15
| | | | bye old view
* gridview is so close. so closegroditi2007-10-0233-12/+20
|
* unstable switchover before template renaming. added searchpath for widgets ↵groditi2007-10-0210-0/+182
| | | | trying to make list view work. added gridview
* It is starting to look like this may actually work after all. Listview is ↵groditi2007-09-2923-72/+309
| | | | 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
* more work towards widgets, split up the templates and added some super basic PODgroditi2007-09-2822-0/+492