catagits/Catalyst-Runtime.git
2009-07-10 Devin Austin removed except meta stuff since we're using autoclean
2009-07-04 Devin Austin really untarded
2009-07-04 Devin Austin untarded!
2009-07-04 Devin Austin added warn to setup. sigh. doesn't appear it's getting...
2009-07-04 Devin Austin added namespace::autoclean to all the helper classes
2009-07-04 Devin Austin Updated testapp_server
2009-07-04 Devin Austin follow_symlinks has short option
2009-07-04 Devin Austin restart regex has a short option
2009-07-04 Devin Austin restart_delay HAZ OPSHUN
2009-07-04 Devin Austin restart has short option
2009-07-04 Devin Austin background now has a short opshun
2009-07-04 Devin Austin changed pf => pid
2009-07-04 Devin Austin doez haz keepalive short opt
2009-07-04 Devin Austin doez haz pidfile short opt
2009-07-04 Devin Austin listen now has a short option
2009-07-04 Devin Austin fork now has a short option
2009-07-04 Devin Austin help option now has a short option
2009-06-30 Devin Austin fixed Server
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-26 Devin Austin updated so that if their class doesn't load, we use...
2009-06-25 Devin Austin updated Makefil.PL
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 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 Devin Austin added a test application to get the new scripts working
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-21 Kieren Diment this test is not for the regression which you seek
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-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 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-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
2009-05-29 KMX Engine::FastCGI - Microsoft IIS7 compatibility patch...
2009-05-29 KMX Engine::FastCGI - documentation update (Microsoft IIS...
2009-05-29 Tomas Doran Add Test::Exception in test_requires to Makefile.PL
2009-05-29 Justin Hunter put Catalyst::Plugin::Test::MangleDollarUnderScore...
2009-05-29 Justin Hunter why have two loops
2009-05-29 Tomas Doran And trivial fix by not using up
2009-05-29 Tomas Doran Epic fail plugin breaks everything which loads TestApp
2009-05-28 Tomas Doran Still borked in 0.2
2009-05-28 Tomas Doran Require new MX::MethodAttributes. Mark retardo plugin...
2009-05-27 Florian Ragwitz Fix minor uri_for documentation bug.
2009-05-26 Rafael Kitover totally forgot to check if captureargs are decoded...
2009-05-26 Tomas Doran Changelog change just committed, also split changes...
2009-05-26 Tomas Doran Change to decode args for in chained dispatch.
2009-05-26 Tomas Doran All works fine if you were already decoding manually...
2009-05-26 Rafael Kitover update C::Req docs to reflect that args get automatical...
2009-05-26 Rafael Kitover URI-decode chained args
2009-05-26 Rafael Kitover add tests which prove the current behavior of not decod...
2009-05-23 Tomas Doran Make documentation crystal clear
2009-05-22 KMX win32 compatibility patch for live_engine_request_env.t
2009-05-22 Tomas Doran Backing out r10230, as that won't work against a remote...
2009-05-21 KMX little fix for test live_engine_request_env.t
2009-05-21 KMX fix for ->engine->env in Catalyst::Engine::CGI ...
2009-05-21 Tomas Doran Fixed ->engine->env in Catalyst::Test, kmx++
2009-05-21 Tomas Doran Tests for %ENV fail in Catalyst::Test
2009-05-21 Tomas Doran Document 'env' attribute. kmx++
2009-05-21 Tomas Doran Fix ->engine->env for the second time. I shouldn't...
2009-05-21 Tomas Doran Doc clarification, domm++
2009-05-21 Tomas Doran Merge the branch which gives ->req->remote_user without...
next