update changelog in prep for release
[catagits/CatalystX-Declare.git] / t /
2010-10-05 John Napiorkowski fixed problem with deep trait parameters
2010-08-31 John Napiorkowski fixed regression with action_role namespaces being...
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 multiline parameters
2010-08-10 John Napiorkowski parse actionrole params and pass them to attributes
2009-12-21 Robert 'phaylon... fixed query parameter access
2009-10-11 Robert 'phaylon... private actions now have default signature of (@)
2009-10-11 Robert 'phaylon... some minor fixes
2009-09-18 Robert 'phaylon... dynamic runtime and role fixes
2009-09-18 Robert 'phaylon... action names are now parameterizable
2009-09-18 Robert 'phaylon... better docs for params and complex string test
2009-09-18 Robert 'phaylon... 'under' and 'as' are parameterizable
2009-09-17 Robert 'phaylon... parameterized roles now available
2009-09-17 Robert 'phaylon... fixed broken renderview testcase
2009-08-21 Robert 'phaylon... extended signature matching example
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 bug where setup wasn't called without plugins
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-16 Robert 'phaylon... added namespace test to normal suite
2009-08-15 Robert 'phaylon... canged prereq for D:D to ensure fix of method call...
2009-08-13 Robert 'phaylon... fix for new MXMS powered MooseX-Declare
2009-08-12 Robert 'phaylon... D:D has fixed the method invocation issue now
2009-08-07 Robert 'phaylon... changed type validation error to 404
2009-08-06 Robert 'phaylon... added tests for ignorance against modifier signatures
2009-08-05 Robert 'phaylon... missed some model tests
2009-08-04 Robert 'phaylon... added model and controller
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... more and a bit better organized tests
2009-07-30 Robert 'phaylon... complete overhaul, now with documentation
2009-07-28 Robert 'phaylon... moved to CatalystX::Declare
2009-05-11 Robert 'phaylon... allow under specification inside action syntax via <-
2009-05-11 Robert 'phaylon... private actions work again
2009-05-10 Robert 'phaylon... added final syntax element
2009-05-09 Robert 'phaylon... added action classes and roles
2009-05-09 Robert 'phaylon... accessing action in tests now, needs D:D fix
2009-05-09 Robert 'phaylon... allow nested under { } blocks
2009-05-08 Robert 'phaylon... cleanups and tests
2009-05-08 Robert 'phaylon... first rudimentary implementation