catagits/Catalyst-Runtime.git
2009-05-07 Tomas Doran Bump required Module::Install version in everything... attic/component-resolution
2008-07-23 Dan Dascalescu Undoing my commit since the issue had been fixed in...
2008-07-22 Dan Dascalescu Added warnign that path_to() should be called after...
2008-07-20 Marcus Ramberg Prepare for _03 dev release
2008-07-18 Brian Cassidy add a test for ACCEPT_CONTEXT from regex fallback in...
2008-07-18 Brian Cassidy Ensure ACCEPT_CONTEXT is called for results from compon...
2008-07-18 Brian Cassidy Added the supplied argument to the regexp fallback...
2008-07-18 Brian Cassidy more fixes to regexp fallback, ugh.
2008-07-18 Brian Cassidy Fix regression for regexp fallback in model(), view...
2008-07-17 Brian Cassidy tiny doc update
2008-07-17 Brian Cassidy doc typo fix (rafl)
2008-07-16 Marcus Ramberg prepare for devel release
2008-07-16 Brian Cassidy removing some Dumpers
2008-07-16 Marcus Ramberg Prepare 5.7100
2008-07-14 Brian Cassidy Updated Catalyst::Test docs to mention the use of HTTP...
2008-07-12 Tomas Doran Clarify inner package behavior of companent instantatio...
2008-06-30 Brian Cassidy missed one
2008-06-30 Brian Cassidy authors cleanup
2008-06-30 Brian Cassidy nuked Catalyst::Build
2008-06-27 Brian Cassidy rescue :PathPrefix from an old branch
2008-06-27 Marcus Ramberg Fix warning for dev versions
2008-06-26 Marcus Ramberg Add go to changes
2008-06-25 Marcus Ramberg Prepare for 5.7099_01
2008-06-25 Marcus Ramberg remove a confusing and duplicate bit of documentation
2008-06-25 Marcus Ramberg Merge 'trunk' into 'compres'
2008-06-24 Brian Cassidy remove 0-length query string components so warnings...
2008-06-23 Brian Cassidy Update HTTP::Body dep so that the uploadtmp config...
2008-06-23 Brian Cassidy Fix for LocalRegex when used in the Root controller
2008-06-20 Brian Cassidy remove a confusing and duplicate bit of documentation
2008-05-30 Brian Cassidy minor change to warning. docs + Changes
2008-05-30 Brian Cassidy add a test for warnings from comp()
2008-05-30 Brian Cassidy update some warnings
2008-05-30 Brian Cassidy rework component resolution methods (i.e. model(),...
2008-05-29 Brian Cassidy Added the ability to remove parameters in req->uri_with...
2008-05-27 Brian Cassidy Fix Catalyst::Utils::home() when application .pm is...
2008-05-27 Brian Cassidy fix up test to match release.
2008-05-27 Brian Cassidy Get some of the optional_* tests working from dirs...
2008-05-26 Brian Cassidy tidy up Changes a wee bit.
2008-05-25 Marcus Ramberg Fixed changes
2008-05-23 Kieren Diment fixing up some merge fun
2008-05-23 Kieren Diment more yaml expurgation
2008-05-23 Brian Cassidy Fix regression for "sub foo : Path {}" in the root...
2008-05-23 Brian Cassidy missing file
2008-05-23 Brian Cassidy Fix regression for relative uri_for arguments after...
2008-05-16 Marcus Ramberg Prepare for release
2008-05-14 Brian Cassidy Provide backwards compatability methods in Catalyst...
2008-05-14 Brian Cassidy just use perl_version() to specify the min. required...
2008-05-11 Marcus Ramberg test for multiple chained attrs
2008-05-09 Brian Cassidy adding RT ticket #
2008-05-09 Marcus Ramberg query param encoding patch
2008-05-07 Brian Cassidy Workaround for Win32 and c3_mro.t (RT #26452, tested...
2008-05-07 Brian Cassidy fix path tests for win32 compat
2008-05-07 Brian Cassidy Fix for Path('0') handling (RT #29334)
2008-05-07 Brian Cassidy Fix grammar on welcome page (RT #33236)
2008-05-07 Brian Cassidy POD: IO::FileHandle => IO::Handle (RT #35690)
2008-04-28 Kieren Diment lighttpd non-root doc fix
2008-04-06 Marcus Ramberg Patch to fix homefinding for scripts in deep subdirs
2008-04-04 Andy Grundman Gah, breaking my own line-length rules
2008-04-04 Andy Grundman Patch from Ton Voon to fix bug in HTTP engine where...
2008-03-12 Andy Grundman Add a test and update docs on how to pass-through the...
2008-02-17 Tatsuhiko Miyagawa reverted r7440 since what Daisuke meant to test was...
2008-02-12 Jonathan Rockway fix up the unit_core_uri_for_multibytechar test; "use...
2008-02-11 Cory G Watson Note the detructiveness of uri_for when used with hashrefs.
2008-02-02 Jess Robinson Steal class loading code from Class::MOP, which isnt...
2008-01-17 Brian Cassidy apply uri_with() patch from Daisuke Murase
2008-01-16 Brian Cassidy fix uri_for()'s handling of multibyte chars (Daisuke...
2008-01-14 Jonathan Rockway Revert "encode unicode to utf8 by default (in finalize...
2008-01-14 Jonathan Rockway remove the "useless localization of subroutine entry...
2008-01-13 Jonathan Rockway encode unicode to utf8 by default (in finalize)
2008-01-13 Jonathan Rockway add a comment explaining why we use bytes
2008-01-04 Marcus Ramberg changes, pod fix
2007-12-11 Andy Grundman Fixed a bug where -rr (restart regex) command line...
2007-11-26 Matt S Trout fix __PACKAGE__->config->{foo} = 'bar' for subclassing
2007-11-09 Andy Grundman Get rid of hard tabs
2007-11-09 Tatsuhiko Miyagawa update Changes
2007-11-09 Tatsuhiko Miyagawa fixed a bug in ?q=bar=baz query parameter
2007-11-06 Ash Berlin Fix warning about resource forks for OSX Leopard
2007-11-05 Andy Grundman Fix lighttpd tests to use correct lib directory
2007-10-31 Andy Grundman Skip the live_stats test on remote servers
2007-10-29 Andy Grundman Allow for CATALYST_SERVER settings with a trailing...
2007-10-26 Andy Grundman Revert SIGCHLD patch pending a test
2007-10-26 Jonathan Rockway update Changes to note inclusion of stats
2007-10-26 Andy Grundman Patch from Jon Schutz to add a proper SIGCHLD repear...
2007-10-26 Andy Grundman Bump version to 5.7012
2007-10-26 Andy Grundman Clean up some ugly code with hard tabs
2007-10-23 Matt S Trout force pod coverage testing for authors
2007-10-22 Jonathan Rockway fix from Jon Schutz
2007-10-19 Jonathan Rockway note in the docs that query_params is an alias for...
2007-10-19 Jonathan Rockway remove tabs that stats patch added
2007-10-19 Jonathan Rockway resolve conflict in the correct direction this time :)
2007-10-19 Jonathan Rockway merge the stats patch against .10 into trunk
2007-10-18 Ash Berlin Back out tests since miyagawa already added them else...
2007-10-18 Ash Berlin Giving extra credit
2007-10-18 Ash Berlin Test to ensure that %2B is escaped to a '+' in the...
2007-10-17 Jonathan Rockway update changelog crediting theorbtwo++ for the better...
2007-10-17 Andy Grundman Revert Engine.pm change from yesterday
2007-10-16 Andy Grundman Change Engine::write() to use IO::Select instead of...
2007-10-14 Jess Robinson Add tests to not load files that are not valid/sane...
2007-10-10 Andy Grundman Removed unnecessary sprintf in debug mode that caused...
2007-10-08 Gareth Kirwan Chained: Fix Args check treating undefind Args the...
next