split out methods to show rafl what I mean
[catagits/Catalyst-Runtime.git] / lib /
2009-04-07 Hans Dieter Pearcey split out methods to show rafl what I mean
2009-04-02 Tomas Doran Tidy error, remove debug, tidy warn.
2009-04-02 Tomas Doran And fix it properly.
2009-04-02 Tomas Doran We actually need Moose::Object::meta to avoid metaclass...
2009-02-19 Florian Ragwitz Use get_all_methods_with_attributes to get all possible...
2009-02-19 Florian Ragwitz Don't stringify the meta method. Use its name instead.
2009-02-19 Florian Ragwitz First steps towards throwing out attributes.
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS...
2009-01-18 Marcus Ramberg Prepare for 5.71000 release
2009-01-18 Marcus Ramberg Backport go doc bit
2009-01-13 Marcus Ramberg Add ru/ua translations
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2009-01-07 Jay Hannah Far more verbose error messages. Does great at making...
2009-01-07 Tomas Doran Fix IIS FastCGI support as-per we do with lighty +...
2009-01-06 Andy Grundman Handle leading CRLF in HTTP requests sometimes sent...
2008-12-08 Andy Grundman Backport several fixes from 5.8 needed to get remote...
2008-10-15 Matt S Trout back out go() so we can ship a 5.7100 with other featur...
2008-10-01 Jess Robinson Improve docs for uri_for
2008-09-02 Florian Ragwitz Document :ChainedParent.
2008-09-02 Florian Ragwitz Document :Chained('../action').
2008-09-02 Florian Ragwitz Mention PathPrefix in Chained docs.
2008-08-24 Florian Ragwitz Implement relative chaining over more than one level.
2008-08-24 Florian Ragwitz Implement :ChainedParent.
2008-08-24 Florian Ragwitz Implement :Chained('../action').
2008-08-24 Florian Ragwitz Move :Chained sugar out of DispatchType::Chained.
2008-08-20 Kieren Diment improvements to redirect doc
2008-08-18 Gareth Kirwan DispatchType/Chained:
2008-08-08 Brian Cassidy pod fix
2008-08-08 Brian Cassidy go() cannot dispatch to anon. actions, fix code and...
2008-08-07 Brian Cassidy tidy up the name of module in pod
2008-08-06 Marcus Ramberg Add pt translation of error msg
2008-08-05 Jess Robinson Switch syntax example for model to use create=static
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 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 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-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 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-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 Fix regression for relative uri_for arguments after...
2008-05-14 Brian Cassidy Provide backwards compatability methods in Catalyst...
2008-05-11 Marcus Ramberg test for multiple chained attrs
2008-05-09 Marcus Ramberg query param encoding patch
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 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-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 Tatsuhiko Miyagawa fixed a bug in ?q=bar=baz query parameter
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 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-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-17 Andy Grundman Revert Engine.pm change from yesterday
2007-10-16 Andy Grundman Change Engine::write() to use IO::Select instead of...
next