19 years agoInitial support for :Args attribute
Matt S Trout [Thu, 23 Feb 2006 03:55:00 +0000]
Initial support for :Args attribute

19 years agoprepared for release of 5.65
Marcus Ramberg [Tue, 21 Feb 2006 09:36:36 +0000]
prepared for release of 5.65

19 years agomerged mine and kd's changes to the tutorial. (most new stuff is kd's)
Marcus Ramberg [Tue, 21 Feb 2006 09:22:09 +0000]
merged mine and kd's changes to the tutorial. (most new stuff is kd's)

19 years agoOh, the humiliation of forgetting to add a test plugin :(
Curtis "Ovid" Poe [Mon, 20 Feb 2006 23:07:24 +0000]
Oh, the humiliation  of forgetting to add a test plugin :(

19 years agoupdated tutorial.
Marcus Ramberg [Mon, 20 Feb 2006 11:10:16 +0000]
updated tutorial.

19 years agoAdded plugin introspection.
Curtis "Ovid" Poe [Fri, 17 Feb 2006 23:18:26 +0000]
Added plugin introspection.

Now you can call $c->registered_plugins to find out which plugins are loaded.
Also, you can now use fully qualified plugin names when you load Catalyst:

use Catalyst qw(
DateTime
+Fully::Qualified::Plugin::Name
);

This makes it easy to add plugins which do not start with
"Catalyst::Plugin::".

19 years agosupport hashref for params in uri_for
Marcus Ramberg [Wed, 15 Feb 2006 14:30:17 +0000]
support hashref for params in uri_for

19 years agoSome little changes to Plugins.pod before bed. Ran podchecker on all pods and cleaned...
Gavin Henry [Sat, 11 Feb 2006 00:00:47 +0000]
Some little changes to Plugins.pod before bed. Ran podchecker on all pods and cleaned up small errors. Also removed the 'Some background' section title in About.pod, as it didn't seem to add anything. podchecker also doesn't like emtpy sections. Feel free to put it back if it does add any value. Gavin.

19 years agoAlmost there, will finish adding the rest of the components tomorrow. All plugins...
Gavin Henry [Fri, 10 Feb 2006 23:39:54 +0000]
Almost there, will finish adding the rest of the components tomorrow. All plugins are now included, but some missing descriptions. Need to discuss with the rest of you how to handle old plugins, i.e. how to document them. I hope you don't mind the partially finished commit, just don't want to lose the work done ;-) Gavin.

19 years agoConfigLoader::YAML needs File::Slurp
Brian Cassidy [Tue, 7 Feb 2006 23:19:40 +0000]
ConfigLoader::YAML needs File::Slurp

19 years agoupdated release time.
Marcus Ramberg [Tue, 7 Feb 2006 19:30:09 +0000]
updated release time.

19 years agoupdated About.pod from jester
Matt S Trout [Tue, 7 Feb 2006 16:01:42 +0000]
updated About.pod from jester

19 years agoprepared to release 5.64
Marcus Ramberg [Tue, 7 Feb 2006 12:15:32 +0000]
prepared to release 5.64

19 years agoFixed bug in FastCGI proc manager mode where pm_post_dispatch was not run
Andy Grundman [Sun, 5 Feb 2006 22:46:02 +0000]
Fixed bug in FastCGI proc manager mode where pm_post_dispatch was not run

19 years agoAdditions to Manual::About (describing MVC)
Jesse Sheidlower [Tue, 31 Jan 2006 03:54:16 +0000]
Additions to Manual::About (describing MVC)

19 years agoinlined ConfigLoader and ConfigLoader::YAML
Brian Cassidy [Mon, 30 Jan 2006 18:47:19 +0000]
inlined ConfigLoader and ConfigLoader::YAML

19 years agoCleaned up generated tests
Sebastian Riedel [Mon, 30 Jan 2006 18:13:18 +0000]
Cleaned up generated tests

19 years agoAdded ConfigLoader support, LTjake needs to inline ConfigLoader and ConfigLoader...
Sebastian Riedel [Mon, 30 Jan 2006 17:10:54 +0000]
Added ConfigLoader support, LTjake needs to inline ConfigLoader and ConfigLoader::YAML

19 years agoYAML support is back, yay!
Sebastian Riedel [Mon, 30 Jan 2006 16:35:36 +0000]
YAML support is back, yay!

19 years agotiny typo in Intro
Jesse Sheidlower [Mon, 30 Jan 2006 05:04:33 +0000]
tiny typo in Intro

19 years agoCreated Manual::About (INCOMPLETE, just a stub now)
Jesse Sheidlower [Mon, 30 Jan 2006 05:01:41 +0000]
Created Manual::About (INCOMPLETE, just a stub now)

19 years ago- Fixed http://dev.catalyst.perl.org/ticket/62
Matt S Trout [Sun, 29 Jan 2006 22:55:09 +0000]
- Fixed http://dev.catalyst.perl.org/ticket/62

19 years agoWarn when setting ->config after ->setup was called
Yuval Kogman [Sun, 29 Jan 2006 21:19:52 +0000]
Warn when setting ->config after ->setup was called

19 years ago- Fixes for rt.cpan #17322 and #17331
Matt S Trout [Sun, 29 Jan 2006 17:30:32 +0000]
- Fixes for rt.cpan #17322 and #17331

19 years ago- Missing svk add, as usual
Matt S Trout [Sat, 28 Jan 2006 20:11:32 +0000]
- Missing svk add, as usual

19 years ago- Updated POST upload handling patch from miyagawa
Matt S Trout [Sat, 28 Jan 2006 15:53:52 +0000]
- Updated POST upload handling patch from miyagawa

19 years agoRemoved YAML support
Sebastian Riedel [Thu, 26 Jan 2006 16:25:36 +0000]
Removed YAML support

19 years agoFixups to ACCEPT_CONTEXT and COMPONENT
Matt S Trout [Wed, 25 Jan 2006 19:35:50 +0000]
Fixups to ACCEPT_CONTEXT and COMPONENT

19 years agoSwitched from JSON to YAML::Syck
Sebastian Riedel [Wed, 25 Jan 2006 10:39:09 +0000]
Switched from JSON to YAML::Syck

19 years agoUpdated helper gen
Sebastian Riedel [Wed, 25 Jan 2006 07:46:23 +0000]
Updated helper gen

19 years agoSwitched from YAML to JSON for now
Sebastian Riedel [Wed, 25 Jan 2006 07:36:17 +0000]
Switched from YAML to JSON for now

19 years agoupdated 'Require user logins' example to use new Auth framework; added example for...
Will Hawes [Mon, 23 Jan 2006 16:49:02 +0000]
updated 'Require user logins' example to use new Auth framework; added example for Role-based auth

19 years agoUpped version in Catalyst.pm
Matt S Trout [Sun, 22 Jan 2006 00:36:32 +0000]
Upped version in Catalyst.pm

19 years agoUpdated makefile
Sebastian Riedel [Sat, 21 Jan 2006 23:06:06 +0000]
Updated makefile

19 years agoAdding prereq for fixed Module::Install
Matt S Trout [Sat, 21 Jan 2006 23:00:20 +0000]
Adding prereq for fixed Module::Install

19 years agoUpdated prereq versions
Sebastian Riedel [Sat, 21 Jan 2006 22:55:13 +0000]
Updated prereq versions

19 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

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

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

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

19 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

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

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

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

19 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

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

19 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

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

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

19 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

19 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 );

19 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

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

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

19 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

19 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

19 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

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

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

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

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

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

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

19 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

19 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)

19 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

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

19 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

19 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

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

19 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)

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

19 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

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

19 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

19 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)

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

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

19 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

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

19 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

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

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

19 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

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

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

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

19 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

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

19 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

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

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

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

19 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 :/

19 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...)

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

19 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

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

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

19 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