18 years agoBump H::R::AsCGI dep to 0.5 to fix a test failure with 0.4
Andy Grundman [Fri, 20 Jan 2006 17:43:54 +0000]
Bump H::R::AsCGI dep to 0.5 to fix a test failure with 0.4

18 years agoRequire YAML 0.52
Andy Grundman [Thu, 19 Jan 2006 20:33:35 +0000]
Require YAML 0.52

18 years ago- Added patch to Intro.pod
Matt S Trout [Wed, 18 Jan 2006 21:10:19 +0000]
- Added patch to Intro.pod

18 years agoFixed POD coverage in C::Build
Andy Grundman [Wed, 18 Jan 2006 15:50:36 +0000]
Fixed POD coverage in C::Build

18 years agoBump Tree::Simple dep to 1.15 for use_weak_refs support
Andy Grundman [Wed, 18 Jan 2006 05:13:04 +0000]
Bump Tree::Simple dep to 1.15 for use_weak_refs support

18 years agoAdded tutorial update to Changes
Andy Grundman [Tue, 17 Jan 2006 21:37:55 +0000]
Added tutorial update to Changes

18 years agoAdded Tutorial to welcome_message
Jess Robinson [Tue, 17 Jan 2006 21:32:29 +0000]
Added Tutorial to welcome_message

18 years agoNew Tutorial!
Jess Robinson [Tue, 17 Jan 2006 21:24:28 +0000]
New Tutorial!

18 years ago- Bugfix to make sure ->execute uses a component from ACCEPT_CONTEXT
Matt S Trout [Tue, 17 Jan 2006 21:07:54 +0000]
- Bugfix to make sure ->execute uses a component from ACCEPT_CONTEXT

18 years agoPrep for 5.62 release
Andy Grundman [Tue, 17 Jan 2006 21:04:44 +0000]
Prep for 5.62 release

18 years agoBack to 6.00 at sri's request
Andy Grundman [Tue, 17 Jan 2006 19:20:19 +0000]
Back to 6.00 at sri's request

18 years agofix typo in docs
Jess Robinson [Sun, 15 Jan 2006 17:36:53 +0000]
fix typo in docs

18 years ago"forward" docs updated
Jess Robinson [Sun, 15 Jan 2006 15:51:45 +0000]
"forward" docs updated

18 years agoTiny document update to make it a bit clearer how one overrides the standard
Curtis "Ovid" Poe [Sat, 14 Jan 2006 01:46:55 +0000]
Tiny document update to make it a bit clearer how one overrides the standard
log object

18 years agoModified Catalyst::Log to make it a bit easier to control logging output.
Curtis "Ovid" Poe [Fri, 13 Jan 2006 21:25:17 +0000]
Modified Catalyst::Log to make it a bit easier to control logging output.
Tests are included, but these are only the minimum necessary to test the
desired behavior.  I've updated the docs (and fixed a small POD error, too).

This patch also adds a dependency on Test::NoWarnings.

Basically, you do this:

package Catalyst::Log::Subclass;
our @ISA = 'Catalyst::Log';

sub _send_to_log {
my $self = shift;
# @_ contains the log messages. Do with them
# what you will
}

In your app, you should then be able to do this to get your new behavior:

$c->log( Catalyst::Log::Subclass->new );

18 years agoMade _dump support more than 1 item
Andy Grundman [Fri, 13 Jan 2006 18:50:20 +0000]
Made _dump support more than 1 item

18 years agoSet version back to 5.62 :)
Andy Grundman [Fri, 13 Jan 2006 14:44:10 +0000]
Set version back to 5.62 :)

18 years agoUpdated version to 6.00 :)
Sebastian Riedel [Fri, 13 Jan 2006 02:20:15 +0000]
Updated version to 6.00 :)

18 years ago- Added missing fallback to Catalyst::Action as spotted by Frank Wiegand
Matt S Trout [Wed, 11 Jan 2006 00:28:42 +0000]
- Added missing fallback to Catalyst::Action as spotted by Frank Wiegand

18 years agoBetter solution for forward detection when dealing with plugins that extend execute
Andy Grundman [Mon, 9 Jan 2006 17:19:10 +0000]
Better solution for forward detection when dealing with plugins that extend execute

18 years ago- Catalyst no longer isa Catalyst::Base (adds Catalyst::Controller to @INC instead...
Matt S Trout [Sat, 7 Jan 2006 20:50:34 +0000]
- Catalyst no longer isa Catalyst::Base (adds Catalyst::Controller to @INC instead), changed some isa checks to duck typing

18 years agoAdded pod
Sebastian Riedel [Sat, 7 Jan 2006 02:36:05 +0000]
Added pod

18 years agoUpdated MyApp->config->{file}
Sebastian Riedel [Sat, 7 Jan 2006 02:30:12 +0000]
Updated MyApp->config->{file}

18 years agoAdded MyApp->config->{file}
Sebastian Riedel [Sat, 7 Jan 2006 02:26:36 +0000]
Added MyApp->config->{file}

18 years agoAdded YAML config support
Sebastian Riedel [Sat, 7 Jan 2006 02:18:01 +0000]
Added YAML config support

18 years agoBump SimpleTable dep
Andy Grundman [Fri, 6 Jan 2006 18:33:05 +0000]
Bump SimpleTable dep

18 years agoAdded COMPONENT() and ACCEPT_CONTEXT() support
Sebastian Riedel [Fri, 6 Jan 2006 16:01:57 +0000]
Added COMPONENT() and ACCEPT_CONTEXT() support

18 years agomake pre tags in the error page wrap instead of scroll, while style being pre-ish...
Yuval Kogman [Fri, 30 Dec 2005 20:14:33 +0000]
make pre tags in the error page wrap instead of scroll, while style being pre-ish. sri: please see if you're OK with this

18 years agoFixed callsub determination when execute has been extended (i.e. from StackTrace)
Andy Grundman [Fri, 30 Dec 2005 20:01:59 +0000]
Fixed callsub determination when execute has been extended (i.e. from StackTrace)

18 years agoAction list in debug mode is now displayed as a tree in the proper execution order
Andy Grundman [Fri, 30 Dec 2005 03:34:33 +0000]
Action list in debug mode is now displayed as a tree in the proper execution order

18 years agodoc pointer from content_type
Yuval Kogman [Thu, 29 Dec 2005 11:30:42 +0000]
doc pointer from content_type

18 years agominor typos in welcome page in Catalyst.pm
Jesse Sheidlower [Sun, 25 Dec 2005 03:25:06 +0000]
minor typos in welcome page in Catalyst.pm

18 years agotypo in generated comment in Helper.pm
Jesse Sheidlower [Sun, 25 Dec 2005 03:04:50 +0000]
typo in generated comment in Helper.pm

18 years agoBump Apache version dep
Andy Grundman [Fri, 23 Dec 2005 15:07:29 +0000]
Bump Apache version dep

18 years agofix minor mistake in custom error screen (Jan Ivar Pladsen)
Marcus Ramberg [Wed, 21 Dec 2005 15:24:51 +0000]
fix minor mistake in custom error screen (Jan Ivar Pladsen)

18 years agoUpdated makefile
Sebastian Riedel [Fri, 16 Dec 2005 21:53:52 +0000]
Updated makefile

18 years agoFixed engine detection to allow custom mod_perl engines
Andy Grundman [Fri, 16 Dec 2005 05:55:28 +0000]
Fixed engine detection to allow custom mod_perl engines

18 years agoChanges cleanup, catched -> caught
Andy Grundman [Thu, 15 Dec 2005 16:31:01 +0000]
Changes cleanup, catched -> caught

18 years agoStatic::Simple 0.13 copy to core
Andy Grundman [Thu, 15 Dec 2005 14:58:04 +0000]
Static::Simple 0.13 copy to core

18 years agoDisplay version numbers of loaded plugins (Curtis Poe)
Andy Grundman [Wed, 14 Dec 2005 06:01:38 +0000]
Display version numbers of loaded plugins (Curtis Poe)

18 years agoBump Apache dep version
Andy Grundman [Wed, 14 Dec 2005 03:37:55 +0000]
Bump Apache dep version

18 years agoUpdated for Module::Install 0.44
Sebastian Riedel [Tue, 13 Dec 2005 04:09:59 +0000]
Updated for Module::Install 0.44

18 years ago- Tweaked the error tests to handle more verbose error output
Matt S Trout [Sat, 10 Dec 2005 02:22:32 +0000]
- Tweaked the error tests to handle more verbose error output

18 years ago- Fixed typo in names
Matt S Trout [Sat, 10 Dec 2005 02:01:47 +0000]
- Fixed typo in names

18 years agoAdded class and method for catched exceptions messages
Sebastian Riedel [Sat, 10 Dec 2005 00:11:24 +0000]
Added class and method for catched exceptions messages

18 years agoFastCGI doc updates
Andy Grundman [Fri, 9 Dec 2005 18:37:24 +0000]
FastCGI doc updates

18 years agoOops, put back correct fastcgi tests
Andy Grundman [Thu, 8 Dec 2005 18:25:53 +0000]
Oops, put back correct fastcgi tests

18 years agoFixed warning in Engine::CGI when PATH_INFO is undef
Andy Grundman [Thu, 8 Dec 2005 18:24:26 +0000]
Fixed warning in Engine::CGI when PATH_INFO is undef

18 years agoFixed typo
Sebastian Riedel [Thu, 8 Dec 2005 05:23:09 +0000]
Fixed typo

18 years agoAdded safety switch
Sebastian Riedel [Thu, 8 Dec 2005 05:12:05 +0000]
Added safety switch

18 years agoUpdated makefile template
Sebastian Riedel [Thu, 8 Dec 2005 05:08:16 +0000]
Updated makefile template

18 years agoUpdated PAR support to use "make catalyst_par", packages are no longer written by...
Sebastian Riedel [Thu, 8 Dec 2005 04:53:19 +0000]
Updated PAR support to use "make catalyst_par", packages are no longer written by Makefile.PL

18 years agoFixed tests
Sebastian Riedel [Thu, 8 Dec 2005 00:58:30 +0000]
Fixed tests

18 years agoAutomatically determine Content-Length when serving a filehandle
Andy Grundman [Wed, 7 Dec 2005 18:11:57 +0000]
Automatically determine Content-Length when serving a filehandle

18 years agobugfix for $c->model and friends.
Marcus Ramberg [Wed, 7 Dec 2005 16:15:10 +0000]
bugfix for $c->model and friends.

18 years agoSwitched to 500 status for exceptions
Sebastian Riedel [Wed, 7 Dec 2005 15:58:03 +0000]
Switched to 500 status for exceptions

18 years agoSwitched to 500 status for exceptions
Sebastian Riedel [Wed, 7 Dec 2005 15:51:36 +0000]
Switched to 500 status for exceptions

18 years agoTemporary fix, bundle M::I 0.40 :/
Sebastian Riedel [Wed, 7 Dec 2005 14:33:50 +0000]
Temporary fix, bundle M::I 0.40 :/

18 years agoUpdated for Module::Install 0.40 (autrijus still needs to fix something...)
Sebastian Riedel [Wed, 7 Dec 2005 14:26:11 +0000]
Updated for Module::Install 0.40 (autrijus still needs to fix something...)

18 years agoBump Apache dep
Andy Grundman [Tue, 6 Dec 2005 14:15:45 +0000]
Bump Apache dep

18 years agoFixed additional file installation for multi level app names
Sebastian Riedel [Mon, 5 Dec 2005 20:18:01 +0000]
Fixed additional file installation for multi level app names

18 years agoBump Apache dep to 1.01
Andy Grundman [Mon, 5 Dec 2005 19:16:51 +0000]
Bump Apache dep to 1.01

18 years agoFixed FastCGI win32 support
Andy Grundman [Mon, 5 Dec 2005 16:47:47 +0000]
Fixed FastCGI win32 support

18 years agoRe-added REDIRECT_URL support with tests
Andy Grundman [Mon, 5 Dec 2005 16:40:56 +0000]
Re-added REDIRECT_URL support with tests

18 years agoadd that goddamn =cut to the helper template (didn't I commit this 3 times already?)
Yuval Kogman [Fri, 2 Dec 2005 19:13:27 +0000]
add that goddamn =cut to the helper template (didn't I commit this 3 times already?)

18 years agoUpdated makefile
Sebastian Riedel [Fri, 2 Dec 2005 05:13:00 +0000]
Updated makefile

18 years ago5.60 release
Andy Grundman [Fri, 2 Dec 2005 03:25:45 +0000]
5.60 release

18 years agoUpdated changes
Sebastian Riedel [Fri, 2 Dec 2005 02:27:17 +0000]
Updated changes

18 years agoFixed Path and index actions in the appclass
Sebastian Riedel [Fri, 2 Dec 2005 01:55:51 +0000]
Fixed Path and index actions in the appclass

18 years agoUpdated mic
Sebastian Riedel [Fri, 2 Dec 2005 00:39:02 +0000]
Updated mic

18 years agoUpdated helper
Sebastian Riedel [Fri, 2 Dec 2005 00:37:41 +0000]
Updated helper

18 years agoUpdated for 5.60
Sebastian Riedel [Fri, 2 Dec 2005 00:16:27 +0000]
Updated for 5.60

18 years agoAdded -d fix to Changes
Andy Grundman [Fri, 2 Dec 2005 00:15:27 +0000]
Added -d fix to Changes

18 years agoUpdated makefile
Sebastian Riedel [Thu, 1 Dec 2005 23:53:44 +0000]
Updated makefile

18 years agoAdded a warning if you attempt to retrieve a param using req->params('foo')
Andy Grundman [Thu, 1 Dec 2005 19:00:16 +0000]
Added a warning if you attempt to retrieve a param using req->params('foo')

18 years agoFixed restarter by backing out Class::C3 fix
Andy Grundman [Wed, 30 Nov 2005 21:07:11 +0000]
Fixed restarter by backing out Class::C3 fix

18 years agoBacked out REDIRECT_URL support until we can get a working test
Andy Grundman [Wed, 30 Nov 2005 18:20:02 +0000]
Backed out REDIRECT_URL support until we can get a working test

18 years agoUpdated makefile
Sebastian Riedel [Wed, 30 Nov 2005 17:45:12 +0000]
Updated makefile

18 years agoFixed Makefile.PL
Sebastian Riedel [Wed, 30 Nov 2005 17:35:02 +0000]
Fixed Makefile.PL

18 years agoFixed catalyst_par_core() and catalyst_par_multiarch()
Sebastian Riedel [Wed, 30 Nov 2005 04:49:58 +0000]
Fixed catalyst_par_core() and catalyst_par_multiarch()

18 years agoFixed debug screen
Sebastian Riedel [Tue, 29 Nov 2005 23:52:10 +0000]
Fixed debug screen

18 years agoRemoved scrollbar from debug screen
Sebastian Riedel [Tue, 29 Nov 2005 14:41:53 +0000]
Removed scrollbar from debug screen

18 years agoapplied patch from autrijus to fix warnings in generated code.
Marcus Ramberg [Tue, 29 Nov 2005 13:56:22 +0000]
applied patch from autrijus to fix warnings in generated code.

18 years ago- Removed erroneous 'die' from Catalyst::Helper
Matt S Trout [Mon, 28 Nov 2005 16:46:28 +0000]
- Removed erroneous 'die' from Catalyst::Helper

18 years agoFixed shebang line for generated scripts
Sebastian Riedel [Sun, 27 Nov 2005 23:07:43 +0000]
Fixed shebang line for generated scripts

18 years agoAdded REDIRECT_URL support
Sebastian Riedel [Sun, 27 Nov 2005 19:12:39 +0000]
Added REDIRECT_URL support

18 years agoFixed forward to classes
Sebastian Riedel [Sat, 26 Nov 2005 03:32:02 +0000]
Fixed forward to classes

18 years agoprepared for 5.58
Marcus Ramberg [Thu, 24 Nov 2005 09:52:40 +0000]
prepared for 5.58

18 years agoUpdated see also
Sebastian Riedel [Thu, 24 Nov 2005 04:50:32 +0000]
Updated see also

18 years agoUpdated makefile
Sebastian Riedel [Thu, 24 Nov 2005 04:30:29 +0000]
Updated makefile

18 years agoUpdated makefile
Sebastian Riedel [Thu, 24 Nov 2005 04:06:38 +0000]
Updated makefile

18 years agoAdded ExtUtils::AutoInstall support
Sebastian Riedel [Thu, 24 Nov 2005 04:02:57 +0000]
Added ExtUtils::AutoInstall support

18 years agoUpdated makefile
Sebastian Riedel [Thu, 24 Nov 2005 03:19:21 +0000]
Updated makefile

18 years agoFixed some small bugs
Sebastian Riedel [Thu, 24 Nov 2005 02:44:06 +0000]
Fixed some small bugs

18 years agoFixed Catalyst::Build
Sebastian Riedel [Thu, 24 Nov 2005 01:09:41 +0000]
Fixed Catalyst::Build

18 years agoMade Module::Build optional
Sebastian Riedel [Thu, 24 Nov 2005 00:53:30 +0000]
Made Module::Build optional

18 years agoUpdated makefile
Sebastian Riedel [Thu, 24 Nov 2005 00:30:57 +0000]
Updated makefile

18 years agoDeprecated Build.PL file when regenerating Makefile.PL
Andy Grundman [Thu, 24 Nov 2005 00:25:25 +0000]
Deprecated Build.PL file when regenerating Makefile.PL

18 years agoAdded -makefile to catalyst.pl to generate a new Makefile.PL
Andy Grundman [Wed, 23 Nov 2005 23:46:26 +0000]
Added -makefile to catalyst.pl to generate a new Makefile.PL

18 years agoUpdated PAR support
Sebastian Riedel [Wed, 23 Nov 2005 23:25:59 +0000]
Updated PAR support