15 years agoDispatchType stripped of CAF, SUPER and substituted instances of $self->{*} with...
Guillermo Roditi [Mon, 23 Jun 2008 20:58:14 +0000]
DispatchType stripped of CAF, SUPER and substituted instances of $self->{*} with attributes.
r16970@martha (orig r7493):  groditi | 2008-03-14 18:01:52 -0400

15 years agoInitial commit of Moosified Catalyst parts.
Guillermo Roditi [Mon, 23 Jun 2008 20:58:04 +0000]
Initial commit of Moosified Catalyst parts.
r16884@martha (orig r7477):  konobi | 2008-03-11 01:25:42 -0400

16 years agoAdd a test and update docs on how to pass-through the Authorization header under...
Andy Grundman [Wed, 12 Mar 2008 16:09:16 +0000]
Add a test and update docs on how to pass-through the Authorization header under Apache mod_fastcgi/mod_cgi

16 years agoreverted r7440 since what Daisuke meant to test was utf-8 bytes, not
Tatsuhiko Miyagawa [Sun, 17 Feb 2008 11:51:40 +0000]
reverted r7440 since what Daisuke meant to test was utf-8 bytes, not
unicode strings. "use utf8" will turn all literals to Unicode string,
which is not what we want to test against uri_for here.

16 years agofix up the unit_core_uri_for_multibytechar test; "use utf8" so that we actually test...
Jonathan Rockway [Tue, 12 Feb 2008 07:55:11 +0000]
fix up the unit_core_uri_for_multibytechar test; "use utf8" so that we actually test the submitted code (instead of nothing)

16 years agoNote the detructiveness of uri_for when used with hashrefs.
Cory G Watson [Mon, 11 Feb 2008 16:32:21 +0000]
Note the detructiveness of uri_for when used with hashrefs.

16 years agoSteal class loading code from Class::MOP, which isnt confused by __PACKAGE__
Jess Robinson [Sat, 2 Feb 2008 15:32:22 +0000]
Steal class loading code from Class::MOP, which isnt confused by __PACKAGE__

16 years agoapply uri_with() patch from Daisuke Murase
Brian Cassidy [Thu, 17 Jan 2008 12:59:07 +0000]
apply uri_with() patch from Daisuke Murase

16 years agofix uri_for()'s handling of multibyte chars (Daisuke Murase)
Brian Cassidy [Wed, 16 Jan 2008 12:36:28 +0000]
fix uri_for()'s handling of multibyte chars (Daisuke Murase)

16 years agoRevert "encode unicode to utf8 by default (in finalize)". I need
Jonathan Rockway [Mon, 14 Jan 2008 00:14:12 +0000]
Revert "encode unicode to utf8 by default (in finalize)".  I need
to add some tests before checking this in.

This reverts commit fb951a66d9ce0be22705975f89278b99697331cd.

16 years agoremove the "useless localization of subroutine entry" warning by removing the useless...
Jonathan Rockway [Mon, 14 Jan 2008 00:12:29 +0000]
remove the "useless localization of subroutine entry" warning by removing the useless localization of subroutine entry

16 years agoencode unicode to utf8 by default (in finalize)
Jonathan Rockway [Sun, 13 Jan 2008 22:45:35 +0000]
encode unicode to utf8 by default (in finalize)

16 years agoadd a comment explaining why we use bytes
Jonathan Rockway [Sun, 13 Jan 2008 22:07:03 +0000]
add a comment explaining why we use bytes

16 years agochanges, pod fix
Marcus Ramberg [Fri, 4 Jan 2008 22:26:51 +0000]
changes, pod fix

16 years agoFixed a bug where -rr (restart regex) command line option could cause shell errors
Andy Grundman [Tue, 11 Dec 2007 14:17:58 +0000]
Fixed a bug where -rr (restart regex) command line option could cause shell errors

16 years agofix __PACKAGE__->config->{foo} = 'bar' for subclassing
Matt S Trout [Mon, 26 Nov 2007 17:16:50 +0000]
fix __PACKAGE__->config->{foo} = 'bar' for subclassing

16 years agoGet rid of hard tabs
Andy Grundman [Fri, 9 Nov 2007 06:00:32 +0000]
Get rid of hard tabs

16 years agoupdate Changes
Tatsuhiko Miyagawa [Fri, 9 Nov 2007 05:57:53 +0000]
update Changes

16 years agofixed a bug in ?q=bar=baz query parameter
Tatsuhiko Miyagawa [Fri, 9 Nov 2007 05:03:54 +0000]
fixed a bug in ?q=bar=baz query parameter

16 years agoFix warning about resource forks for OSX Leopard
Ash Berlin [Tue, 6 Nov 2007 22:40:39 +0000]
Fix warning about resource forks for OSX Leopard

16 years agoFix lighttpd tests to use correct lib directory
Andy Grundman [Mon, 5 Nov 2007 22:05:19 +0000]
Fix lighttpd tests to use correct lib directory

16 years agoSkip the live_stats test on remote servers
Andy Grundman [Wed, 31 Oct 2007 22:30:49 +0000]
Skip the live_stats test on remote servers

16 years agoAllow for CATALYST_SERVER settings with a trailing slash
Andy Grundman [Mon, 29 Oct 2007 22:00:00 +0000]
Allow for CATALYST_SERVER settings with a trailing slash

16 years agoRevert SIGCHLD patch pending a test
Andy Grundman [Fri, 26 Oct 2007 18:20:36 +0000]
Revert SIGCHLD patch pending a test

16 years agoupdate Changes to note inclusion of stats
Jonathan Rockway [Fri, 26 Oct 2007 04:50:57 +0000]
update Changes to note inclusion of stats

16 years agoPatch from Jon Schutz to add a proper SIGCHLD repear to Engine::HTTP to fix issue...
Andy Grundman [Fri, 26 Oct 2007 04:44:42 +0000]
Patch from Jon Schutz to add a proper SIGCHLD repear to Engine::HTTP to fix issue with system() returning -1 instead of the correct value

16 years agoBump version to 5.7012
Andy Grundman [Fri, 26 Oct 2007 04:35:27 +0000]
Bump version to 5.7012

16 years agoClean up some ugly code with hard tabs
Andy Grundman [Fri, 26 Oct 2007 04:33:37 +0000]
Clean up some ugly code with hard tabs

16 years agoforce pod coverage testing for authors
Matt S Trout [Tue, 23 Oct 2007 22:09:58 +0000]
force pod coverage testing for authors

16 years agofix from Jon Schutz
Jonathan Rockway [Mon, 22 Oct 2007 04:53:07 +0000]
fix from Jon Schutz

16 years agonote in the docs that query_params is an alias for query_paramaters (fixes 03podcoverage)
Jonathan Rockway [Fri, 19 Oct 2007 05:00:58 +0000]
note in the docs that query_params is an alias for query_paramaters (fixes 03podcoverage)

16 years agoremove tabs that stats patch added
Jonathan Rockway [Fri, 19 Oct 2007 05:00:50 +0000]
remove tabs that stats patch added

16 years agoresolve conflict in the correct direction this time :)
Jonathan Rockway [Fri, 19 Oct 2007 05:00:40 +0000]
resolve conflict in the correct direction this time :)

16 years agomerge the stats patch against .10 into trunk
Jonathan Rockway [Fri, 19 Oct 2007 04:26:34 +0000]
merge the stats patch against .10 into trunk

16 years agoBack out tests since miyagawa already added them else where.
Ash Berlin [Thu, 18 Oct 2007 11:11:28 +0000]
Back out tests since miyagawa already added them else where.

16 years agoGiving extra credit
Ash Berlin [Thu, 18 Oct 2007 10:52:55 +0000]
Giving extra credit

16 years agoTest to ensure that %2B is escaped to a '+' in the output (SYBER)
Ash Berlin [Thu, 18 Oct 2007 10:51:16 +0000]
Test to ensure that %2B is escaped to a '+' in the output (SYBER)

16 years agoupdate changelog crediting theorbtwo++ for the better error message in ensure_class_l...
Jonathan Rockway [Wed, 17 Oct 2007 19:10:22 +0000]
update changelog crediting theorbtwo++ for the better error message in ensure_class_loaded

16 years agoRevert Engine.pm change from yesterday
Andy Grundman [Wed, 17 Oct 2007 15:46:11 +0000]
Revert Engine.pm change from yesterday

16 years agoChange Engine::write() to use IO::Select instead of worrying about EWOULDBLOCK
Andy Grundman [Tue, 16 Oct 2007 19:06:52 +0000]
Change Engine::write() to use IO::Select instead of worrying about EWOULDBLOCK

16 years agoAdd tests to not load files that are not valid/sane class names (from theorbtwo)
Jess Robinson [Sun, 14 Oct 2007 17:13:09 +0000]
Add tests to not load files that are not valid/sane class names (from theorbtwo)

16 years agoRemoved unnecessary sprintf in debug mode that caused warnings on locales where comma...
Andy Grundman [Wed, 10 Oct 2007 15:41:18 +0000]
Removed unnecessary sprintf in debug mode that caused warnings on locales where commas are used for decimal markers.

16 years agoChained: Fix Args check treating undefind Args the same as 0.
Gareth Kirwan [Mon, 8 Oct 2007 11:22:37 +0000]
Chained: Fix Args check treating undefind Args the same as 0.

16 years agodon't waste tester time (and ours)
Lars Balker Rasmussen [Thu, 4 Oct 2007 00:04:27 +0000]
don't waste tester time (and ours)

16 years agoChained Actions:
Gareth Kirwan [Tue, 25 Sep 2007 21:18:29 +0000]
Chained Actions:
Fix Args() vs Args(0) action conflict with no further parts.
Args(0) should win.
Add tests to that affect.

16 years agoFixed bug where req->base and req->uri would include ':443' when in SSL mode
Andy Grundman [Fri, 14 Sep 2007 17:10:31 +0000]
Fixed bug where req->base and req->uri would include ':443' when in SSL mode

16 years agofix changelog. the emacs tempfile stuff was reverted [6860]
Brian Cassidy [Fri, 14 Sep 2007 12:46:16 +0000]
fix changelog. the emacs tempfile stuff was reverted [6860]

16 years agorestarting engine fixes from willert
Brian Cassidy [Fri, 14 Sep 2007 12:38:23 +0000]
restarting engine fixes from willert

16 years agoupdated Changes
Tatsuhiko Miyagawa [Thu, 13 Sep 2007 00:21:29 +0000]
updated Changes

16 years agofix the bug Catalyst::Engine double decodes %2b back to ' ' (space)
Tatsuhiko Miyagawa [Thu, 13 Sep 2007 00:17:51 +0000]
fix the bug Catalyst::Engine double decodes %2b back to ' ' (space)

16 years agoreversing rolskys patch so that it can be provided upstraeam to Module::Pluggable...
Kieren Diment [Fri, 7 Sep 2007 00:54:53 +0000]
reversing rolskys patch so that it can be provided upstraeam to Module::Pluggable::Object

16 years agoReturn child PID from HTTP engine when run with 'background' option
Andy Grundman [Wed, 5 Sep 2007 19:46:43 +0000]
Return child PID from HTTP engine when run with 'background' option

16 years agoDT::Chained: Fix runtime error if no parts are found.
Gareth Kirwan [Wed, 5 Sep 2007 08:50:04 +0000]
DT::Chained: Fix runtime error if no parts are found.

16 years agoFix Chained dispatch for several first-come first-served bugs when comparing Args...
Gareth Kirwan [Sun, 2 Sep 2007 17:42:48 +0000]
Fix Chained dispatch for several first-come first-served bugs when comparing Args() to a chain or two separate chains.
Added tests to that effect.

16 years agoupdate changelog oops again
Kieren Diment [Mon, 27 Aug 2007 14:14:02 +0000]
update changelog oops again

16 years agomodule::pluggable::object patches from rolsky
Kieren Diment [Mon, 27 Aug 2007 14:08:46 +0000]
module::pluggable::object patches from rolsky

16 years agobetter mention Catalyst-Devel too
Kieren Diment [Fri, 24 Aug 2007 01:51:00 +0000]
better mention Catalyst-Devel too

16 years agofix fuckup in start of file
Marcus Ramberg [Thu, 23 Aug 2007 08:52:48 +0000]
fix fuckup in start of file

16 years agoFixed bug in HTTP engine where writes could fail with 'Resource temporarily unavailable'
Andy Grundman [Wed, 22 Aug 2007 16:32:49 +0000]
Fixed bug in HTTP engine where writes could fail with 'Resource temporarily unavailable'

16 years agoremove drunk joke
Marcus Ramberg [Wed, 22 Aug 2007 08:25:18 +0000]
remove drunk joke

16 years agoonly for authors
Marcus Ramberg [Wed, 22 Aug 2007 08:23:57 +0000]
only for authors

16 years agoKill resource forks
Marcus Ramberg [Wed, 22 Aug 2007 08:22:50 +0000]
Kill resource forks

16 years agoprep for release
Marcus Ramberg [Wed, 22 Aug 2007 06:18:38 +0000]
prep for release

16 years agoprepare for cpan release
Marcus Ramberg [Tue, 21 Aug 2007 22:51:37 +0000]
prepare for cpan release

16 years agoadjust plugin tests for extra inline plugin
Marcus Ramberg [Tue, 21 Aug 2007 22:48:51 +0000]
adjust plugin tests for extra inline plugin

16 years agoFix pod error
Marcus Ramberg [Tue, 21 Aug 2007 22:43:01 +0000]
Fix pod error

16 years agoMake test suite load inline plugin
Marcus Ramberg [Tue, 21 Aug 2007 22:42:44 +0000]
Make test suite load inline plugin

16 years agofix plugin loading
Matt S Trout [Tue, 21 Aug 2007 22:25:23 +0000]
fix plugin loading

16 years agoremoved Class::DBI from list of stuff to install - why was this ever in here?
Matt S Trout [Tue, 21 Aug 2007 18:18:25 +0000]
removed Class::DBI from list of stuff to install - why was this ever in here?

16 years agoupdates to respective ::Manual pages to try to keep cpan and users happy
Kieren Diment [Sat, 18 Aug 2007 11:06:35 +0000]
updates to respective ::Manual pages to try to keep cpan and users happy

16 years agoclarifying where Catalyst::Manual::* is
Kieren Diment [Fri, 17 Aug 2007 13:54:31 +0000]
clarifying where Catalyst::Manual::* is

16 years agomisc doc fixes thanks to semifor
Kieren Diment [Fri, 17 Aug 2007 13:54:09 +0000]
misc doc fixes thanks to semifor

16 years agoUpdate Changes for next version
Andy Grundman [Tue, 14 Aug 2007 15:46:07 +0000]
Update Changes for next version

16 years agoAvoid a warning if there is an HTTP write error
Andy Grundman [Tue, 14 Aug 2007 15:14:48 +0000]
Avoid a warning if there is an HTTP write error

16 years agomake Makefile.PL detect author-ness and require Test::Perl::Critic
Matt S Trout [Mon, 13 Aug 2007 13:02:20 +0000]
make Makefile.PL detect author-ness and require Test::Perl::Critic

16 years agoRename the Apache FastCGI non-root test so it's not a real test
Andy Grundman [Mon, 13 Aug 2007 13:01:09 +0000]
Rename the Apache FastCGI non-root test so it's not a real test

16 years agoAdd globbing to Apache CGI tests
Andy Grundman [Mon, 13 Aug 2007 02:22:30 +0000]
Add globbing to Apache CGI tests

16 years agoDon't include tests on sample command line, the test does globbing now
Andy Grundman [Mon, 13 Aug 2007 02:20:12 +0000]
Don't include tests on sample command line, the test does globbing now

16 years agoUpdate Apache FastCGI tests to test at the root location as well as non-root.
Andy Grundman [Mon, 13 Aug 2007 02:16:34 +0000]
Update Apache FastCGI tests to test at the root location as well as non-root.

16 years agoNew test to prohibit leading tabs
Andy Grundman [Sat, 11 Aug 2007 16:32:27 +0000]
New test to prohibit leading tabs

16 years agoUse mod_rewrite to fix trailing slash issue with CGI test
Andy Grundman [Fri, 3 Aug 2007 16:58:15 +0000]
Use mod_rewrite to fix trailing slash issue with CGI test

16 years agoFixed a bug with the HTTP engine where very large response bodies would not be sent...
Andy Grundman [Fri, 3 Aug 2007 16:32:53 +0000]
Fixed a bug with the HTTP engine where very large response bodies would not be sent properly

16 years agoRemove a big chunk of duplicate code from C::Test
Andy Grundman [Fri, 3 Aug 2007 16:30:21 +0000]
Remove a big chunk of duplicate code from C::Test

16 years agoSkip doublebug test on remote servers
Andy Grundman [Fri, 3 Aug 2007 16:22:33 +0000]
Skip doublebug test on remote servers

16 years agoFixed a bug where c->read didn't work properly, and added some tests for parse_on_dem...
Andy Grundman [Fri, 3 Aug 2007 05:11:51 +0000]
Fixed a bug where c->read didn't work properly, and added some tests for parse_on_demand mode

16 years agoFix a few tests to work properly on remote servers
Andy Grundman [Fri, 3 Aug 2007 04:57:21 +0000]
Fix a few tests to work properly on remote servers

16 years agoAdded req->query_keywords method
Andy Grundman [Fri, 3 Aug 2007 01:53:17 +0000]
Added req->query_keywords method

16 years agotabs => spaces
Brian Cassidy [Thu, 2 Aug 2007 14:28:20 +0000]
tabs => spaces

16 years agoremove warning for undef captures
Brian Cassidy [Thu, 2 Aug 2007 14:18:21 +0000]
remove warning for undef captures

16 years agoadd env_value patch from (Adam Herzog)++
Jonathan Rockway [Sat, 21 Jul 2007 02:59:04 +0000]
add env_value patch from (Adam Herzog)++

16 years agoadd warning in uri_for for undefined args
Marcus Ramberg [Fri, 20 Jul 2007 12:30:44 +0000]
add warning in uri_for for undefined args

16 years agoconvert tabs to spaces and set unix line endings in t/*
Brian Cassidy [Thu, 19 Jul 2007 12:47:48 +0000]
convert tabs to spaces and set unix line endings in t/*

16 years agoapplied elapsed time handling patch from Emanuele Zeppieri
Brian Cassidy [Thu, 19 Jul 2007 12:28:13 +0000]
applied elapsed time handling patch from Emanuele Zeppieri

16 years agoMake _register_plugin use ensure_class_loaded
Marcus Ramberg [Wed, 18 Jul 2007 11:56:51 +0000]
Make _register_plugin use ensure_class_loaded

16 years agoBetter error handling
Marcus Ramberg [Wed, 18 Jul 2007 11:45:07 +0000]
Better error handling

16 years agoFix bug where a nested component would be setup twice
Ash Berlin [Mon, 21 May 2007 20:41:55 +0000]
Fix bug where a nested component would be setup twice

16 years agoImprove the error when we can't load the FCGI module
Andy Grundman [Fri, 18 May 2007 05:15:56 +0000]
Improve the error when we can't load the FCGI module

16 years agoFixed issue where development server running in fork mode did not properly exit after...
Andy Grundman [Wed, 16 May 2007 03:00:39 +0000]
Fixed issue where development server running in fork mode did not properly exit after a write error.  rt.cpan.org/Ticket/Display.html?id=27135

16 years agoUpdate Changes for content-length fix
Andy Grundman [Sun, 6 May 2007 15:41:24 +0000]
Update Changes for content-length fix

16 years agoDon't set a content-length from a filehandle object unless it reports a positive...
Andy Grundman [Sun, 6 May 2007 15:38:25 +0000]
Don't set a content-length from a filehandle object unless it reports a positive size