catagits/Catalyst-Runtime.git
2010-02-04 Florian Ragwitz Version 5.80020. 5.80020
2010-02-04 Florian Ragwitz Merge branch 'expand_modules'
2010-01-29 Florian Ragwitz Version 5.80019. 5.80019
2010-01-29 Florian Ragwitz Changelog tweaking.
2010-01-28 Tomas Doran Changelog up to date
2010-01-28 Tomas Doran And test the non root app case
2010-01-28 Tomas Doran Fix paths with URI encoding as the first path part
2010-01-27 Tomas Doran Fix / => %2F in uri_for so that it only works for actio...
2010-01-27 Tomas Doran Fix failing test related to missing g in regex
2010-01-27 Tomas Doran Clarrify debug documentation
2010-01-25 Florian Ragwitz Remove apparently useless Component::BUILDARGS conditional.
2010-01-25 Florian Ragwitz Revert "in what case is a numeric comparison called...
2010-01-25 Oliver Charles Improve the documentation about -Home and how Catalyst...
2010-01-24 Oliver Charles Allow models and components to specify the names of...
2010-01-19 Αριστοτέλης... fix $c->error doc in Catalyst.pm POD
2010-01-19 Florian Ragwitz Changelog action_args.
2010-01-19 Florian Ragwitz Merge branch 'action_args'
2010-01-19 Florian Ragwitz And another minor tweak.
2010-01-19 Florian Ragwitz Some more doc tweaking.
2010-01-19 John Napiorkowski tweaked docs based on IRC suggestions
2010-01-19 John Napiorkowski added documentation for the configuration option "actio...
2010-01-18 Florian Ragwitz Depend on a namespace::clean that isn't broken on ...
2010-01-15 Tomas Doran Clarify that it's an app, not a ctx here
2010-01-15 Peter Karman in what case is a numeric comparison called for? I...
2010-01-14 Dan Dascalescu Passing test case for RT #53678 - Catalyst::Test::get...
2010-01-14 Dan Dascalescu Cosmetic: wrapped long code line
2010-01-14 Dan Dascalescu Typo fix
2010-01-14 Florian Ragwitz Only set up the leakchecker for the tests that need it.
2010-01-14 Florian Ragwitz Exception stuff is fixed for a while now.
2010-01-14 Florian Ragwitz Depend on n:c 0.12 to work on perl >= 5.11.2.
2010-01-12 Florian Ragwitz Version 5.80018. 5.80018
2010-01-12 Florian Ragwitz canonical() is a no-op for the base uri.
2010-01-12 Florian Ragwitz Fix a deprecation warning in the tests.
2010-01-11 Tomas Doran Fix URI bug masked by HTTP::Request::AsCGI
2010-01-11 Tomas Doran Deprecate bare imports of Catalyst::Test - either use...
2010-01-10 Tomas Doran Apply patch to clarify uri_for action from Octavian...
2010-01-10 Florian Ragwitz Version 5.80017. 5.80017
2010-01-09 Tomas Doran require autoclean once only
2010-01-09 Tomas Doran Bump version of ::Role::WithOverloading
2010-01-09 Tomas Doran Bump dep
2010-01-09 Tomas Doran Un stupid
2010-01-09 Tomas Doran Correctly pass argv option into Catalyst::Engine::HTTP
2010-01-09 Tomas Doran Changelog Adopt::NEXT warnings
2010-01-09 Tomas Doran Back out r12493, use \Q instead
2010-01-09 Tomas Doran Don't screw over people using --detach, <sigh>
2010-01-06 Florian Ragwitz Clarify comment.
2010-01-05 Florian Ragwitz Stop supressing Adopt::NEXT warnings.
2010-01-04 Tomas Doran Clarify comment
2010-01-04 Tomas Doran Doc fix
2009-12-30 Tomas Doran Fix regex special characters screwing things up by...
2009-12-22 Tomas Doran Someone think of a less fugly way of doing this please...
2009-12-18 Tomas Doran Fix RT#52898, __MOP__ removal breaking debug screen...
2009-12-15 Tomas Doran Bug fix for issue reported on the mailing list by Toby...
2009-12-11 Florian Ragwitz moar better warnings fix. 5.80016
2009-12-11 Tomas Doran Changelog, bump version
2009-12-11 Tomas Doran Remove warning when running tests aggregated
2009-12-11 Tomas Doran Unfuck that as well
2009-12-10 Tomas Doran Fix RT#52630
2009-12-09 Tomas Doran Additional test
2009-12-09 Tomas Doran More tests for the prepare_path thing, fix said tests...
2009-12-09 Tomas Doran Changelog
2009-12-09 Tomas Doran And more tests and fixing for the same thing
2009-12-09 Tomas Doran Fixes port environment, RT#52604
2009-12-09 Tomas Doran Regression for 5.80015 when rewriting an app, nanonyme...
2009-12-08 Tomas Doran Fix tests from r12252, add comments to make the behavio...
2009-12-08 Dave Rolsky Doc --host change
2009-12-08 Dave Rolsky Don't default to localhost for --host
2009-12-06 KMX Win32 fix: reverting commit 12210 (after a discussion...
2009-12-06 Dave Rolsky Doc change for --restartdirectory
2009-12-06 Dave Rolsky fix pod for Server script so options match actual attr...
2009-12-06 Dave Rolsky Add restartdirectory as alias for restart_directory...
2009-12-06 Florian Ragwitz Undocument $request->user.
2009-12-06 Tomas Doran Skip on win32, hopefully we'll get a better answer...
2009-12-06 Tomas Doran Win32 fix, kmx++
2009-12-03 Tomas Doran I can't stand the over-long debug screens any more...
2009-12-02 Gerda Shank add another failing test for Chained CaptureArgs preference
2009-12-02 Tomas Doran And that's what I get for not really applying the patch...
2009-12-02 Tomas Doran Pod nits, rt#52370
2009-12-02 Tomas Doran Changes, bump version 5.80015
2009-12-01 Tomas Doran The documentation example had the variables the opposit...
2009-12-01 Tomas Doran Fix bug in Catalyst::Engine which could cause it to...
2009-12-01 Tomas Doran Bump deps and changelog for another dev release with... 5.80014_02
2009-12-01 Tomas Doran TODO out gshanks chained tests
2009-11-30 Tomas Doran Rewrite changelog entry to be more complete
2009-11-30 Tomas Doran Merge 'trunk' into 'fix_path_info_decoding'
2009-11-30 Tomas Doran Require new HTTP::Request::AsCGI
2009-11-30 Tomas Doran Require new M::I
2009-11-30 Tomas Doran Back out r12083, also clarify the docs - like this...
2009-11-30 Tomas Doran I think the nginx hackery can just die with the new...
2009-11-30 Tomas Doran And yea, these test cases now pass
2009-11-30 Tomas Doran Commit miyagawa's fix for PATH_INFO decoding. I think...
2009-11-29 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-29 Florian Ragwitz Depend on a recent leakchecker to stop everything from...
2009-11-29 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-29 Florian Ragwitz Tidy things up a little and fix pod usage.
2009-11-29 Florian Ragwitz This is not a release.
2009-11-29 Florian Ragwitz Less trailing whitespace.
2009-11-29 Florian Ragwitz Remove useless lexical.
2009-11-29 Florian Ragwitz Port numbers need to be > 0.
2009-11-29 Florian Ragwitz Tidy up some attr definitions.
next