catagits/Catalyst-Runtime.git
2009-06-28 Tomas Doran Kind of, sort of make the server work, except it doesn't
2009-06-28 Devin Austin added name to contributors list
2009-06-28 Tomas Doran Twinking. That around modifier offended me, as I wrote...
2009-06-28 Tomas Doran And unfuck test by calling ->handle_request correctly...
2009-06-28 Tomas Doran Make Test::Aggregate not puke due to weird character...
2009-06-28 Tomas Doran Add a TODO test for matching url encoded paths from...
2009-06-28 Florian Ragwitz Pass $c along to path_prefix in _parse_PathPrefix_attr.
2009-06-27 Florian Ragwitz Don't screw the prove -l user too hard.
2009-06-27 Florian Ragwitz Apply method modifier to capture $ctx for ctx_request...
2009-06-27 Florian Ragwitz Bump deps for test aggregation.
2009-06-26 Florian Ragwitz Moar changelogging.
2009-06-26 Florian Ragwitz Changelogging.
2009-06-26 Florian Ragwitz stub pod for Exception::Go and ::Detach.
2009-06-26 Devin Austin updated so that if their class doesn't load, we use...
2009-06-26 Florian Ragwitz Fix annoying warnings in Utils::resolve_namespace.
2009-06-26 Florian Ragwitz Add test for ContextClosure.
2009-06-26 Florian Ragwitz Add docs for ContextClosure.
2009-06-26 Florian Ragwitz Add Catalyst::Component::ContextClosure.
2009-06-26 Florian Ragwitz Use methods to throw exceptions, instead of passing...
2009-06-26 Florian Ragwitz Make Exception initialisation saner.
2009-06-26 Florian Ragwitz Add a rethrow method to Exception.
2009-06-26 Florian Ragwitz Detect redispatch exceptions by a class check, not...
2009-06-26 Florian Ragwitz Throw redispatch exception objects instead of plain...
2009-06-26 Florian Ragwitz Add exception classes for the redispatching exceptions.
2009-06-26 Florian Ragwitz Enable overloading fallback for Catalyst::Exception.
2009-06-26 Florian Ragwitz Make Catalyst::Exception throw exception instances...
2009-06-26 Florian Ragwitz Make exception stringify as their message.
2009-06-26 Florian Ragwitz Add a message attribute to Exception::Base.
2009-06-26 Florian Ragwitz Properly clean namespaces in Catalyst::Exception*.
2009-06-25 Devin Austin updated Makefil.PL
2009-06-25 Rafael Kitover Merge 'namespace_handling_refactor' into 'trunk'
2009-06-25 Rafael Kitover Merge 'trunk' into 'index_default_fuckage'
2009-06-25 Devin Austin added more to Test, added testapp_test, and worked...
2009-06-25 Devin Austin updated testapp_cgi.pl
2009-06-25 Rafael Kitover cleanup TODO
2009-06-25 Devin Austin poked at t/start_dev_server.t
2009-06-25 Devin Austin fixed Server and testapp_server.pl. Test still wonky
2009-06-25 Devin Austin fixed server start
2009-06-25 Devin Austin pulled crap out of testapp_server
2009-06-25 Devin Austin fixed test server, blech
2009-06-25 Devin Austin added dev_server test, poked Catalyst::Script::Create
2009-06-25 Rafael Kitover Merge 'trunk' into 'namespace_handling_refactor'
2009-06-25 Devin Austin added a test application to get the new scripts working
2009-06-25 Rafael Kitover add C::DispatchType::_is_low_precedence
2009-06-24 Devin Austin initial ScriptRunner checkin
2009-06-24 Devin Austin initial script commit
2009-06-22 Tomas Doran Fix uri_for_action test by just reverting to as it...
2009-06-22 Tomas Doran Use merge_hashes rather than dclone
2009-06-22 Tomas Doran Test closures in config in the testapp. Makes everythin...
2009-06-22 Rafael Kitover missing / in test file
2009-06-21 Rafael Kitover forgot to add a file
2009-06-21 Kieren Diment this test is not for the regression which you seek
2009-06-21 Rafael Kitover fix root default thingie jayk gave me, sanitize Paths...
2009-06-21 Rafael Kitover Merge 'trunk' into 'index_default_fuckage'
2009-06-20 Tomas Doran Update test to be TODO, and note this case used to...
2009-06-20 Tomas Doran Re-add lukes specific regression test from r10498
2009-06-20 Rafael Kitover minor changes
2009-06-20 Rafael Kitover nicer action sorting for Path
2009-06-20 Rafael Kitover minor change
2009-06-19 Rafael Kitover prevent actions named index from registering as an...
2009-06-19 Tomas Doran Remove MockObject from Makefile.PL
2009-06-19 Tomas Doran 1 more MockObject removal
2009-06-19 Tomas Doran Remove MockObject
2009-06-19 Tomas Doran Remove Test::MockObject
2009-06-19 Tomas Doran Remove Test::MockObject
2009-06-19 Tomas Doran Just initialize a logger which only logs fatal errors...
2009-06-18 Rafael Kitover made a failing test
2009-06-18 Kieren Diment attempt to test for the infamous repeating path-uri...
2009-06-18 Rafael Kitover slight test fix, but test is still probably wrong
2009-06-18 Tomas Doran Test dinks
2009-06-17 J. Shirley Fixing test count
2009-06-17 J. Shirley Adding failing test for uri_for behaviors
2009-06-17 Tomas Doran Back out 10498 and 10097
2009-06-16 Andrew Rodland Doc patch warning of C<< $c->req->param >>'s fuzzy...
2009-06-11 Rafael Kitover fix $c->view() bug hopefully
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-06-11 Dan Dascalescu Fixed typos, added parameters for content_like
2009-06-10 Luke Saunders prevent encoding plus signs in uri_for args
2009-06-10 Florian Ragwitz This is version 5.80.
2009-06-10 Tomas Doran Add conflict line to Makefile.PL for Component::ACCEPT_...
2009-06-09 Rafael Kitover added test for ->view() with one view not returning...
2009-06-07 Moritz Onken Changes patches
2009-06-07 Moritz Onken Added support for ~ prefix to plugins and action classes
2009-06-07 Moritz Onken removed commented code
2009-06-07 Moritz Onken controller actions without attributes which are defined...
2009-06-06 Moritz Onken TODO fix
2009-06-06 Moritz Onken refactor of namespace handling
2009-06-06 Marcus Ramberg Prepare for 05 5.80005
2009-06-06 Tomas Doran Fix warnings, we may not always be dumping a object
2009-06-06 Rafael Kitover update Changes
2009-06-06 Rafael Kitover stackoverflow path bug take two
2009-06-06 Rafael Kitover fix stackoverflow Path bug
2009-06-06 Rafael Kitover test for stackoverflow Path bug
2009-06-04 Hans Dieter... Test validity of Args attribute for Chained actions
2009-06-01 Tomas Doran Changelog
2009-06-01 Marcus Ramberg Add default to confirm order bug
2009-05-31 KMX C::Engine - added support for HTTPOnly flag on cookies...
2009-05-30 Rafael Kitover fix POD
2009-05-30 Rafael Kitover component cleanups
next