catagits/Catalyst-Runtime.git
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.
2009-11-29 Florian Ragwitz Properly validate restart regexen.
2009-11-29 Florian Ragwitz Make follow_symlinks more consistent with the other...
2009-11-29 Florian Ragwitz Depend on a new CMOP because we rely on its new load_cl...
2009-11-28 Tomas Doran Adding the files you need for the tests you've committe...
2009-11-27 Gerda Shank testcase for Chained bug - dispatches to wrong action
2009-11-27 Tomas Doran Bump version in runtime branch
2009-11-26 Tomas Doran Pass app name into constructor
2009-11-26 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-26 Tomas Doran Fix test on bleadperl RT#52100
2009-11-26 Tomas Doran Fix typo, bricas++, add simple test for restarter arguments
2009-11-26 Tomas Doran Factor restarter arg assembly out into it's own routine...
2009-11-26 Tomas Doran Fix up docs
2009-11-26 Tomas Doran Back out 11979 until I work out why IPC::Run is getting...
2009-11-26 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-26 Tomas Doran Remove test spraff
2009-11-26 Tomas Doran Tidy up help and TODO tests
2009-11-26 Tomas Doran Remove most of the horrible
2009-11-26 Tomas Doran Get useful help about which option you fucked up back
2009-11-25 Tomas Doran Fix big bug in test
2009-11-25 Tomas Doran Fix warnings from ScriptRunner
2009-11-24 Tomas Doran Trivial Pod fixes
2009-11-24 Tomas Doran Add tests for the create script and fix the bugs that...
2009-11-23 Tomas Doran Fix test
2009-11-23 Tomas Doran And do that in a way which actually works
2009-11-23 Tomas Doran Chomp trailing space
2009-11-23 Tomas Doran Fix duplicate short options issue
2009-11-23 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-23 Tomas Doran Have a new conflict statement
2009-11-23 Tomas Doran Nasty hack for fastcgi, fixes gitalist
2009-11-23 Tomas Doran Don't do bytes::length, just use length, tests to demon...
2009-11-22 Tomas Doran Changelog
2009-11-22 Tomas Doran Pod tests are also author only
2009-11-22 Tomas Doran Notabs is author only
2009-11-22 Tomas Doran release 5.80014_01 5.80014_01
2009-11-22 Tomas Doran It actually wants 'true', make that more explicit
2009-11-22 Tomas Doran Whoops, fix typo
2009-11-22 Tomas Doran Different phrasing for different versions
2009-11-22 Tomas Doran Changelog, adjust warning text, bump versions for a...
2009-11-22 Tomas Doran Fix unicode issues in CGI and FastCGI engines
2009-11-22 Tomas Doran Do not use NEXT, like it says in the comments
2009-11-22 Tomas Doran Do not be @ISA Controller, that's hideous dumb and...
2009-11-22 Tomas Doran Chop out that crap, not needed
2009-11-21 Zbigniew Łukasiak warning for plugins inheriting from Catayst::Component
2009-11-21 Florian Ragwitz Version 5.80014. 5.80014
2009-11-21 Florian Ragwitz Refer to the right ticket in Changes.
2009-11-21 Florian Ragwitz More changelogging.
2009-11-21 Florian Ragwitz Improve Exception::Interface docs.
2009-11-21 Florian Ragwitz Remove duplicate changelog entry.
2009-11-20 Florian Ragwitz Depend on MX::Role::WithOverloading 0.03 to make sure...
2009-11-20 Florian Ragwitz Remove some docs for Exception::Go and ::Detach.
2009-11-20 Florian Ragwitz Fix a doc typo.
2009-11-20 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-20 Tomas Doran Update todo on this branch
2009-11-20 Tomas Doran Fugly test for myapp_test.pl. If someone fancies rewrit...
2009-11-20 Tomas Doran Nested TAP and Test::Aggregate don't play nice together...
2009-11-20 Tomas Doran Pass Pod coverage
2009-11-20 Tomas Doran Fix script_test.pl
2009-11-20 Tomas Doran Basic tests for fcgi script
2009-11-20 Tomas Doran More tests for help, proving it's still bork
2009-11-19 Tomas Doran Cleanup and some moar tests
2009-11-19 Tomas Doran Unified help display, at the cost of having lost the...
2009-11-19 Tomas Doran Move to aggregate
2009-11-19 Tomas Doran Rename http server test as it is not optional for authors
2009-11-19 Tomas Doran Add Pod for all the new exception classes
2009-11-18 Tomas Doran Beat somewhat into shape by comparing the old and new...
2009-11-17 Florian Ragwitz Merge branch 'exception_interface'
2009-11-14 Tomas Doran Pod fixes re RT#51489
2009-11-14 Tomas Doran Pod patch
2009-11-12 Tomas Doran Don't fail the live tests by only looking for localhost...
2009-11-12 Tomas Doran Changelog
2009-11-12 Tomas Doran Merge 'trunk' into 'uri_encode_captures_andor_args_take2'
2009-11-12 Tomas Doran Tidy up a bit
2009-11-12 Brian Cassidy remove duplicate changelog entry
2009-11-12 Florian Ragwitz trailing whitespace
2009-11-12 Tomas Doran Patch up changes to tests into new location. This merge...
2009-11-12 Tomas Doran Merge 'trunk' into 'aggregate_more'
2009-11-12 Tomas Doran Bring the changelog up to date.
2009-11-12 Tomas Doran Tests, fix args as well as captureargs and be less...
2009-11-10 Tomas Doran And lets not change behaviour with the log flush change..
2009-11-10 Tomas Doran Also retarded
2009-11-10 Tomas Doran Return 1, only currently works by chance
next