18 years agoLooping and recursion tests plus a fix
Matt S Trout [Sun, 12 Mar 2006 00:39:49 +0000]
Looping and recursion tests plus a fix

18 years agoprepared for release.
Marcus Ramberg [Fri, 10 Mar 2006 16:45:00 +0000]
prepared for release.

18 years agoUpdated templates
Sebastian Riedel [Fri, 10 Mar 2006 16:20:23 +0000]
Updated templates

18 years agoSpell checking and formatting, with some grammar corrections.
Gavin Henry [Fri, 3 Mar 2006 20:53:34 +0000]
Spell checking and formatting, with some grammar corrections.

18 years agoUpdated helper
Sebastian Riedel [Fri, 3 Mar 2006 16:47:48 +0000]
Updated helper

18 years agoAdded Test::WWW::Mechanize::Catalyst support
Sebastian Riedel [Fri, 3 Mar 2006 15:57:55 +0000]
Added Test::WWW::Mechanize::Catalyst support

18 years agoUpdated helper
Sebastian Riedel [Fri, 3 Mar 2006 12:16:19 +0000]
Updated helper

18 years agoCleaned generated tests
Sebastian Riedel [Thu, 2 Mar 2006 16:33:59 +0000]
Cleaned generated tests

18 years agoone more test.
Marcus Ramberg [Thu, 2 Mar 2006 15:39:57 +0000]
one more test.

18 years agoalso, tests.
Marcus Ramberg [Thu, 2 Mar 2006 15:37:23 +0000]
also, tests.

18 years agochange to use a 301 for redirects.
Marcus Ramberg [Thu, 2 Mar 2006 15:33:05 +0000]
change to use a 301 for redirects.

18 years agoadded ConfigLoader upgrade to Changes
Brian Cassidy [Wed, 1 Mar 2006 15:22:27 +0000]
added ConfigLoader upgrade to Changes

18 years agofix silly bug in finalize_headers
David Kamholz [Wed, 1 Mar 2006 05:44:35 +0000]
fix silly bug in finalize_headers

18 years agoFixed e-mail address.
Gavin Henry [Tue, 28 Feb 2006 12:50:36 +0000]
Fixed e-mail address.

18 years agoupdate deps for new ConfigLoader
David Kamholz [Tue, 28 Feb 2006 11:20:53 +0000]
update deps for new ConfigLoader

18 years agoupdate ConfigLoader in Catalyst dist
David Kamholz [Tue, 28 Feb 2006 11:08:01 +0000]
update ConfigLoader in Catalyst dist

18 years agoFixed a bug I introduced whereby registered_plugins would report wrong info.
Curtis "Ovid" Poe [Mon, 27 Feb 2006 21:20:17 +0000]
Fixed a bug I introduced whereby registered_plugins would report wrong info.

Basically, plugins are now registered with a Class::Data::Inheritable method
so that different classes can have different plugins.  In the future, if
someone wants different instances of the same class to have different plugins,
this method will have to be revisited.

18 years agoRefactored Regex actions
Matt S Trout [Mon, 27 Feb 2006 01:41:13 +0000]
Refactored Regex actions

18 years agoRefactored path dispatch
Matt S Trout [Mon, 27 Feb 2006 00:37:15 +0000]
Refactored path dispatch

18 years agoFixes to model/view/controller methods from Brandon Black
Matt S Trout [Sun, 26 Feb 2006 02:04:00 +0000]
Fixes to model/view/controller methods from Brandon Black

18 years agoUpdated helper for Root class
Sebastian Riedel [Sun, 26 Feb 2006 01:41:55 +0000]
Updated helper for Root class

18 years agoUpdated helper for Root class
Sebastian Riedel [Sun, 26 Feb 2006 01:31:02 +0000]
Updated helper for Root class

18 years agoTest
Matt S Trout [Sun, 26 Feb 2006 01:21:02 +0000]
Test

18 years agoAdded config->{namespace}
Matt S Trout [Sun, 26 Feb 2006 01:19:57 +0000]
Added config->{namespace}

18 years agoDoc patch for uri_for from 'mike'
Matt S Trout [Fri, 24 Feb 2006 13:48:33 +0000]
Doc patch for uri_for from 'mike'

18 years ago(pre|post)load_dispatch_types patch from kane
Matt S Trout [Thu, 23 Feb 2006 14:38:41 +0000]
(pre|post)load_dispatch_types patch from kane

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

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

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

18 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 :(

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

18 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::".

18 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

18 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.

18 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.

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

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

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

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

18 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

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

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

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

18 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

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

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

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

18 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

18 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

18 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

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

18 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

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

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

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

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

18 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

18 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

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

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

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

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

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