Able to use strings rather than having to use hash refs
[catagits/CatalystX-DynamicComponent.git] / lib / CatalystX / DynamicComponent.pm
2009-06-07 t0m Able to use strings rather than having to use hash...
2009-05-27 t0m The code which offended me is expunged
2009-05-27 Chris Andrews Don't clobber the "config" method - it's pretty importa...
2009-05-27 Chris Andrews Take dispatchable methods from the role(s) applied...
2009-05-25 Tomas Doran (t0m) Update DynamicComponent so that you just ask for 'Model...
2009-05-25 t0m Apply roles to component after adding the methods,...
2009-05-25 t0m Add a load more POD
2009-05-25 t0m Add more tests for config replacement and make them...
2009-05-25 t0m Some more changes needed by the controller reflector...
2009-05-24 t0m Fix POD
2009-05-24 t0m Make the extended tests pass. This is now fairly fright...
2009-05-24 Tomas Doran (t0m) Add more tests for DynamicComponent, and make the confi...
2009-05-24 Tomas Doran (t0m) Add a load of POD
2009-05-23 Tomas Doran (t0m) Fix so that superclasses and roles get applied from...
2009-05-23 Tomas Doran (t0m) Make superclasses and roles tests pass
2009-05-23 Tomas Doran (t0m) Add a base class and a controller role, and some config...
2009-04-30 t0m Whole lotta reorganisation. Moved the app demo down...
2009-04-26 t0m Ok, I don't feel so dirty now. Still need to implement...
2009-04-26 t0m Get rid of the insanity of passing the compoenent metho...
2009-04-26 t0m First step switch to MX::Role::Parameterized
2009-04-24 t0m Switch everything to autoclean. Add sanity tests to...
2009-04-23 t0m Almost there, builds controllers with methods in them...
2009-04-23 t0m Start my reflector. Factor out the component generation...