catagits/Catalyst-Runtime.git
2009-09-07 Tomas Doran Merge 'trunk' into 'deprecate_appclass_actions'
2009-09-07 Tomas Doran Fix duplicate results from get_action_methods. Q. Why...
2009-09-07 Tomas Doran AGH. Too tired to be doing this, fucked it up again
2009-09-07 Tomas Doran I'm an idiot, that totally doesn't work. remove.
2009-09-07 Tomas Doran Test for r11331 + fix to only report each action name...
2009-09-07 Tomas Doran Fix hash key name back to what it used to be for compat...
2009-09-03 Yousef H. Alhashemi Made $warnings a global variable for the appclass actio...
2009-09-03 Yousef H. Alhashemi Test that warnings are generated if appclass actions...
2009-09-02 Tomas Doran Changelogging
2009-09-01 Tomas Doran Changes tweaks
2009-09-01 Tomas Doran Bump versions back to 5.8.4
2009-09-01 Yousef H. Alhashemi Added a test that warnings do get thrown if appclass...
2009-09-01 Tomas Doran Changelog
2009-09-01 Tomas Doran Stop calling class data methods on instances + commente...
2009-09-01 Tomas Doran Stop remote tests breaking everything, and force author...
2009-09-01 Tomas Doran t/author in MANFEST
2009-09-01 Tomas Doran Author tests
2009-09-01 Tomas Doran Nuke skipped test which will never pass
2009-08-27 Dan Dascalescu POD addition: $c->req->body returns a string or a File...
2009-08-26 Arthur Axel... Look! I'm famous! (See Catalyst-Devel)
2009-08-26 Yousef H. Alhashemi Added 'use Test::More;'. Duh.
2009-08-26 Yousef H. Alhashemi Moved ACLTestApp from the test file to an app class...
2009-08-26 Yousef H. Alhashemi More actions moved to root controllers.
2009-08-25 Tomas Doran Fix duplicate components
2009-08-25 Tomas Doran 0003-Remove-diag-message.patch (marcus)
2009-08-24 Tomas Doran Test fixes for if CATALYST_DEBUG is set to 1.
2009-08-23 Florian Ragwitz Failing test for component loading
2009-08-23 Florian Ragwitz Version 5.80011. 5.80011
2009-08-23 Florian Ragwitz Changelogging.
2009-08-22 Florian Ragwitz Remove leftovers of the restarter engine.
2009-08-21 Florian Ragwitz Version 5.80010. 5.80010
2009-08-21 Florian Ragwitz Changelogging.
2009-08-21 Florian Ragwitz Add test for sending the body from a filehandle with...
2009-08-21 Florian Ragwitz Do what we want instead of exiting a sub via last.
2009-08-21 Florian Ragwitz DOH! do more than one read, if necessary.
2009-08-21 Florian Ragwitz Version 5.80009. 5.80009
2009-08-21 Tomas Doran Fix and tests for big issue in 5.80008
2009-08-21 Florian Ragwitz Version 5.80008. 5.80008
2009-08-21 Florian Ragwitz Conflict with the latest mason view, which blows up...
2009-08-21 Florian Ragwitz Now we don't have the broken restarter engine anymore...
2009-08-21 Gareth Kirwan Changelog update for previous Catalyst::Engine::HTTP...
2009-08-19 Florian Ragwitz Changelog Engine::finalize_body changes.
2009-08-19 Tomas Doran Clean up test app for the exception test, as we don...
2009-08-19 Tomas Doran Back out r11057 which breaks one of the chained tests...
2009-08-19 Tomas Doran Remove r11058 - the commit message is lies, it does...
2009-08-19 Tomas Doran Fail commit was fail. Back out the part I didn't want
2009-08-19 Tomas Doran Move test to make more sense in my idea of the naming...
2009-08-18 Ferruccio Zamuner drop POD comments.
2009-08-18 Ferruccio Zamuner Test case using Exception::Class
2009-08-18 Tomas Doran Something like this
2009-08-17 Tomas Doran Switch to catalyst_component_name
2009-08-17 Andrew Rodland Changelog for r11037
2009-08-17 J. Shirley Conflict resolution
2009-08-17 Tomas Doran Add _component_name stuff to Changes
2009-08-17 Tomas Doran Capitalisation fixes in Changelog
2009-08-17 J. Shirley Adding and documented X-Forwarded-Port
2009-08-16 Yousef H. Alhashemi Returned the foo() action to TestAppPathBug.pm so it...
2009-08-16 Yousef H. Alhashemi Moved foo() from the app class to a root controller
2009-08-16 Florian Ragwitz Do at least one (possibly empty) write when reading...
2009-08-12 Tomas Doran Make the code much clearer about what is going on,...
2009-08-12 Florian Ragwitz Fix POD refering to CGI::Cookie. We're using CGI::Simpl...
2009-08-12 Tomas Doran Blow up rather than failing to call ->can if everything...
2009-08-12 Tomas Doran Split test out into a more proper app, so that the...
2009-08-12 Yousef H. Alhashemi Moved action methods from TestAppDoubleAutoBug.pm to...
2009-08-12 Tomas Doran Tiny change to make the error make more sense
2009-08-11 Ricardo SIGNES add changelog entry for merged locate_components branch
2009-08-11 Ricardo SIGNES svn merge -r 11123:11125 branches/locate_components...
2009-08-12 Ricardo SIGNES break setup_components into three parts
2009-08-11 Tomas Doran Apply patch from RT#48623 to fix headers in Engine...
2009-08-11 Tomas Doran Unfuck Catalyst::View::JSON
2009-08-11 Yousef H. Alhashemi Moved end() from Catalyst::Plugin::Test::Plugin to...
2009-08-10 Yousef H. Alhashemi prepare_action() fix by t0m (removed closure)
2009-08-09 Tomas Doran Rewrite fixes for RT#48555
2009-08-09 Tomas Doran Updates changelog
2009-08-09 Tomas Doran Fix RT#48555
2009-08-08 Guillermo Roditi oops debug output got leaked in
2009-08-08 Guillermo Roditi make debug output prettier with large widths
2009-08-07 Gareth Kirwan Engine::HTTP - Fix paths for HTTP requests with scheme...
2009-08-07 Gareth Kirwan DispatchType::Chained fix failing test of Args(0) vs...
2009-08-07 Gareth Kirwan DispatchType::Chained fix for default args attribute...
2009-08-07 Tomas Doran Bump MX::MA dep for anon class tests
2009-08-07 Tomas Doran Blow up if we're in author mode and don't have the...
2009-08-07 Tomas Doran Fix the perl version required there also
2009-08-06 Tomas Doran Fix error message
2009-08-06 Yousef H. Alhashemi Moved action methods from t/lib/TestApp.pm to t/lib...
2009-08-06 Andrew Rodland Add a method to the stats object to get the request...
2009-08-05 Tomas Doran Require perl 5.8.6
2009-08-01 Rafael Kitover allow uri_for($controller_instance)
2009-08-01 Tomas Doran Branch for making TestApp not have actions in the app...
2009-08-01 Tomas Doran Aww, crap, fail. merge 10927:HEAD from pass_component_names
2009-08-01 Tomas Doran Merge branch pass_component_names:
2009-07-31 Tomas Doran Clean up branch. I'm happy with this (bar the eww,...
2009-07-31 Tomas Doran Large TODO update
2009-07-30 Tomas Doran Add to TODO so I don't have to grep backlog later when...
2009-07-29 Andrew Rodland Changes entry for r10993
2009-07-29 Andrew Rodland Add konobi to contributors
2009-07-29 Andrew Rodland Update Changes and add me to Contributors
2009-07-29 Andrew Rodland Rewrite the POD for $c->uri_for().
2009-07-28 KMX C::Engine::FastCGI (_fix_env) - Microsoft IIS on Window...
2009-07-26 Dan Dascalescu Fixed a bunch of POD hyperlinks in Catalyst.pm and...
next