cleanup of hard to read layout_args code
[catagits/Reaction.git] / lib /
2009-10-02 groditi cleanup of hard to read layout_args code
2009-10-02 groditi undo change allowing domain in redirect_to
2009-10-02 purge allow redirect_to a url parameter
2009-09-29 edenc made hidden array field use the value event instead...
2009-09-17 edenc compatibility fixes for Class::MOP 0.93
2009-09-17 purge pass through layout_args to actions
2009-09-15 edenc added search spec sample to demo app
2009-09-14 wreis collection-grid already does Pager and Actions
2009-09-14 wreis fixed child_event_sinks for SearchableListViewContainer vp
2009-09-11 purge make_immutable for new moose
2009-09-04 edenc fixed hidden array viewport value_string attribute
2009-09-03 wreis moved handle for image buttons to UI::Window
2009-08-31 edenc added search model parameterization
2009-08-31 purge fix for Config::General on perl 5.10.1
2009-08-28 wreis argh! missed DEBUG_EVENTS
2009-08-28 wreis debug for button events - missed on last commit
2009-08-28 wreis making reaction apply events for buttons defined as...
2009-08-27 wreis r4572@www43 (orig r1214): mateu | 2009-08-11 09:35...
2009-08-11 mateu add missing word to Widgets.pod
2009-08-11 mateu extending Reaction core skins and call_next POD additions.
2009-08-07 wreis backcompact stuff
2009-08-05 wreis r4466@www43 (orig r1196): groditi | 2009-08-01 15...
2009-08-04 groditi r30359@martha (orig r1198): groditi | 2009-08-01...
2009-08-03 groditi let delete have its own callback by default
2009-08-01 groditi example of how to create forms that return users to...
2009-08-01 groditi make "class" in the config for push_vieport work correctly
2009-08-01 wreis reverted Role::Actions, it shouldnt ever be done
2009-08-01 wreis updated FieldArgs role after merge
2009-08-01 wreis r4455@www43 (orig r1190): wallacer | 2009-07-31 20...
2009-08-01 wreis fix for action_filter
2009-08-01 wreis removing cache for computed_action_order
2009-07-31 wreis r22767@hercule (orig r1158): mateu | 2009-07-28 14...
2009-07-31 wreis tweaks for SearchableListViewContainer
2009-07-31 wreis working example on ComponentUI
2009-07-31 wreis factoring out for field args from Collection::Grid
2009-07-31 wreis fixes for base collection widget+template
2009-07-30 wreis patch from groditi
2009-07-30 wreis fixed default value
2009-07-30 wreis added action_filter
2009-07-29 xinming Merge branch utf8_support branch (r1109:1112) into...
2009-07-28 mateu Avoid circular refs with target_model for login actions
2009-07-28 mateu Document make_context_closure().
2009-07-27 wreis Object consumes Action and Collection consumes Pager...
2009-07-23 edenc loading Config::Any in Reaction::UI::Skin
2009-07-11 groditi add some comments in case someone has a hissy fit about...
2009-07-11 groditi wire layout_args, which was somehow never connected...
2009-07-11 groditi do not override custom location in push_viewport
2009-07-10 groditi String fragment viewport
2009-07-10 edenc fixed coercion warning
2009-07-08 groditi use more MooseX::Types and support actionattribute...
2009-06-29 phaylon changed search api to less magic but working version
2009-06-27 xinming Fix typo for attribute declaration in Reaction::UI...
2009-06-22 xinming Add Reaction::Manual::Unicode.
2009-06-16 groditi throw more helpful errors
2009-05-26 groditi fix mismatched package names in POD
2009-05-26 groditi r27792@martha (orig r1097): groditi | 2009-05-26...
2009-05-26 groditi r27789@martha (orig r1094): groditi | 2009-05-06...
2009-05-26 groditi POD for Order role
2009-05-11 rafl Fix tutorial typo.
2009-05-11 rafl s/namespace::\Kclean/autoclean/ for the manual.
2009-05-06 groditi order_by fixes including enable_order_by and coerce_ord...
2009-04-30 matthewt changes for 0.002000, thank you xinming for reminding...
2009-04-20 matthewt factor out metaclass info into roles for compatibility
2009-04-19 lbr Get rid of deprecated methods in Class::MOP (and depend...
2009-04-16 phaylon added some asciio diagrams, still need some work (Skin...
2009-04-10 phaylon glossary updates
2009-04-07 phaylon also added meta_info/http_header example to componentui app
2009-04-07 phaylon added meta_info/http_header viewport option example...
2009-03-31 wreis layout option for action_prototypes
2009-03-30 wreis shallow copying req->params
2009-03-30 phaylon r3185@gomorrah (orig r1074): phaylon | 2009-03-27...
2009-03-30 phaylon fixed pod typos (abraxxa++)
2009-03-27 phaylon search spec components factored out of T365
2009-03-26 timbunce More items for glossary.
2009-03-26 timbunce Minor tweaks to tutorial
2009-03-25 timbunce Make life simpler for those following the tutoria:
2009-03-25 timbunce Add Skin and Layout headings to Glossary
2009-03-24 phaylon r3011@gomorrah (orig r1058): phaylon | 2009-03-20...
2009-03-24 phaylon r2995@gomorrah (orig r1042): phaylon | 2009-02-16...
2009-03-24 phaylon r2994@gomorrah (orig r1041): phaylon | 2009-02-16...
2009-03-24 phaylon r2990@gomorrah (orig r1037): phaylon | 2009-02-09...
2009-03-20 phaylon added sponsoring section
2009-03-18 edenc fixed debug statement
2009-03-18 wreis r9625@hercule (orig r1052): groditi | 2009-03-11...
2009-03-11 groditi dont make events happen unless necesary
2009-03-11 groditi memory leak. catalyst 5.8 will fix this problem
2009-03-03 wreis r1220@nifty (orig r1047): wreis | 2009-02-21 20:39...
2009-03-03 wreis fixed bool field
2009-02-21 wreis allowing empty label in grid->header
2009-02-19 edenc fixed ChooseOne value_string
2009-02-19 edenc added debug messages to IM::Action
2009-02-18 edenc r10144@hades (orig r1040): groditi | 2009-02-11 22...
2009-02-16 phaylon added a what-is-reaction section to overview
2009-02-16 phaylon widget documentation
2009-02-12 groditi use MooseX::Types::Common and MooseX::Types::DateTime
2009-02-11 edenc r9424@hades (orig r1029): groditi | 2009-01-27 20...
2009-02-10 matthewt add clearers for order and pager listview roles
2009-02-09 phaylon documentation update, some api docs, overview and tutor...
2009-02-09 groditi compat for new dbic
2009-02-05 abs Fix defualt -> default typos in perldoc
next