more docs and examples
[catagits/CatalystX-Declare.git] / lib / CatalystX / Declare / Keyword / Action.pm
2010-08-13 John Napiorkowski more docs and examples
2010-08-13 John Napiorkowski more docs for action traits and additional compat wedges
2010-08-13 John Napiorkowski support multiply attributes of the same name using...
2010-08-10 John Napiorkowski parse actionrole params and pass them to attributes
2010-08-10 John Napiorkowski use roles_with_args
2009-12-21 Robert 'phaylon... fixed query parameter access
2009-10-11 Robert 'phaylon... ah, to hell with it. private trait now documented
2009-10-11 Robert 'phaylon... private actions now have default signature of (@)
2009-09-18 Robert 'phaylon... dynamic runtime and role fixes
2009-09-18 Robert 'phaylon... better comments for weird parts of code
2009-09-18 Robert 'phaylon... action names are now parameterizable
2009-09-18 Robert 'phaylon... 'under' and 'as' are parameterizable
2009-09-13 Robert 'phaylon... version 0.010 api fixes 0.010
2009-08-21 Robert 'phaylon... validation docs were in wrong order
2009-08-21 Robert 'phaylon... added context var description
2009-08-21 Robert 'phaylon... implemented action dispatching by type
2009-08-20 Robert 'phaylon... fixed bug with under block leaking its setting to follo...
2009-08-20 Robert 'phaylon... fixed non-moosey action classes and documented isa...
2009-08-18 Robert 'phaylon... preparations for new MXDs MXRP usage, signature api fix
2009-08-07 Robert 'phaylon... updated changes and docs
2009-08-04 Robert 'phaylon... component_role -> controller_role
2009-08-03 Robert 'phaylon... fixed action signature error handling 0.002
2009-08-01 Robert 'phaylon... controller_role => component_role 0.001
2009-07-31 Robert 'phaylon... fixed capture args error in under blocks
2009-07-31 Robert 'phaylon... validation error now leads to 400 bad request
2009-07-31 Robert 'phaylon... doc fixups, actions default to no chaining
2009-07-30 Robert 'phaylon... complete overhaul, now with documentation
2009-07-28 Robert 'phaylon... moved to CatalystX::Declare