15 years agoNot warning for ^Catalyst in release versions done
Tomas Doran [Wed, 18 Feb 2009 22:58:50 +0000]
Not warning for ^Catalyst in release versions done

15 years agoAdd comment to clarify, update TODO
Tomas Doran [Wed, 18 Feb 2009 22:58:43 +0000]
Add comment to clarify, update TODO

15 years agoMore accurate
Tomas Doran [Tue, 17 Feb 2009 01:33:55 +0000]
More accurate

15 years agoAdd POD for setup_actions method in dispatcher, slight whitespace cleanups. Re-write...
Tomas Doran [Tue, 17 Feb 2009 01:33:49 +0000]
Add POD for setup_actions method in dispatcher, slight whitespace cleanups. Re-write docs about dispatcher method deprecation

15 years agoDon't barf by trying to make roles mutable.
Tomas Doran [Sun, 15 Feb 2009 11:02:56 +0000]
Don't barf by trying to make roles mutable.

15 years agoI don't get why the test app doesn't trigger this but my app does, so I fix
Tomas Doran [Sun, 15 Feb 2009 10:11:34 +0000]
I don't get why the test app doesn't trigger this but my app does, so I fix

15 years agoAdd docs, and don't bother to make components mutable if you can detect packages...
Tomas Doran [Sun, 15 Feb 2009 05:23:07 +0000]
Add docs, and don't bother to make components mutable if you can detect packages as they compile

15 years agoMake restarters immutable handling less naive + tests
Tomas Doran [Sun, 15 Feb 2009 05:22:59 +0000]
Make restarters immutable handling less naive + tests

15 years agoShould commit the new controller also
Tomas Doran [Sun, 15 Feb 2009 05:22:49 +0000]
Should commit the new controller also

15 years agotypo
Tomas Doran [Sun, 15 Feb 2009 05:22:43 +0000]
typo

15 years agoImmutable components no longer break the restarter for the simple case
Tomas Doran [Sun, 15 Feb 2009 05:17:19 +0000]
Immutable components no longer break the restarter for the simple case

15 years agoBump Moose prereq
Tomas Doran [Sat, 14 Feb 2009 18:23:47 +0000]
Bump Moose prereq

15 years agoUpdate TODO
Tomas Doran [Sat, 14 Feb 2009 18:23:38 +0000]
Update TODO

15 years agoMake ActionContainer use BUILDARGS instead of wrapping the constructor.
Florian Ragwitz [Sat, 14 Feb 2009 05:57:23 +0000]
Make ActionContainer use BUILDARGS instead of wrapping the constructor.

15 years agoStop confusing future readers by removing code that doesn't actually do anything.
Florian Ragwitz [Thu, 12 Feb 2009 09:58:01 +0000]
Stop confusing future readers by removing code that doesn't actually do anything.

<@t0m> looks like paranoia/Class::Inspector related hackery to me. rip it out if it doesn't break. :)

15 years agoUse Moose::Util::find_meta instead of ->Class::MOP::Object::meta.
Florian Ragwitz [Thu, 12 Feb 2009 00:23:27 +0000]
Use Moose::Util::find_meta instead of ->Class::MOP::Object::meta.

15 years agonamespace::clean Catalyst::Controller.
Florian Ragwitz [Thu, 12 Feb 2009 00:23:18 +0000]
namespace::clean Catalyst::Controller.

15 years agoChangelogging
Tomas Doran [Tue, 10 Feb 2009 22:46:35 +0000]
Changelogging

15 years agoThis did never work, has never worked, etc. Writing tests for the environment (to...
Tomas Doran [Tue, 10 Feb 2009 22:46:30 +0000]
This did never work, has never worked, etc. Writing tests for the environment (to show up the FCGI thing discussed in channel the other day) now works in the obvious way

15 years agoBy the point that you get here, $reference is already true due to autovivifcation...
Tomas Doran [Tue, 10 Feb 2009 22:46:23 +0000]
By the point that you get here, $reference is already true due to autovivifcation. lame.

15 years agoClean imports from Catalyst::Utils.
Florian Ragwitz [Sun, 8 Feb 2009 19:25:15 +0000]
Clean imports from Catalyst::Utils.

15 years agoClean Time::HiRes imports from Catalyst::Stats.
Florian Ragwitz [Sun, 8 Feb 2009 19:25:10 +0000]
Clean Time::HiRes imports from Catalyst::Stats.

15 years agoDon't load Scalar::Util. It isn't used directly.
Florian Ragwitz [Sun, 8 Feb 2009 19:25:04 +0000]
Don't load Scalar::Util. It isn't used directly.

15 years agoClean IO::Socket imports from Catalyst::Request.
Florian Ragwitz [Sun, 8 Feb 2009 19:24:57 +0000]
Clean IO::Socket imports from Catalyst::Request.

15 years agoOnly use the imported version of Scalar::Util::blessed for consistency.
Florian Ragwitz [Sun, 8 Feb 2009 16:48:34 +0000]
Only use the imported version of Scalar::Util::blessed for consistency.

15 years agoDon't import blessed from Scalar::Util. Moose/Moose::Role does that already.
Florian Ragwitz [Sun, 8 Feb 2009 16:48:26 +0000]
Don't import blessed from Scalar::Util. Moose/Moose::Role does that already.

15 years agoDon't use Time::HiRes in Catalyst.pm. It's only used in ::Stats, which imports it...
Florian Ragwitz [Sun, 8 Feb 2009 16:37:46 +0000]
Don't use Time::HiRes in Catalyst.pm. It's only used in ::Stats, which imports it itself.

15 years agoDon't import weaken from Scalar::Util. It's not being used anyway.
Florian Ragwitz [Sun, 8 Feb 2009 16:37:40 +0000]
Don't import weaken from Scalar::Util. It's not being used anyway.

15 years agoWorkaround for unknown namespace::clean + Sub::Exporter + perl -d problem.
Florian Ragwitz [Sun, 8 Feb 2009 16:29:06 +0000]
Workaround for unknown namespace::clean + Sub::Exporter + perl -d problem.

15 years agoDon't import the Test::More exports into Catalyst::Test.
Florian Ragwitz [Sun, 8 Feb 2009 16:29:00 +0000]
Don't import the Test::More exports into Catalyst::Test.

15 years agoDon't remove moose keywords explicitly. namespace::clean takes care of it already.
Florian Ragwitz [Sun, 8 Feb 2009 14:01:35 +0000]
Don't remove moose keywords explicitly. namespace::clean takes care of it already.

15 years agoMove use namespace::clean to a more sensible place.
Florian Ragwitz [Sun, 8 Feb 2009 14:01:29 +0000]
Move use namespace::clean to a more sensible place.

15 years agoRemove imported symbols after compile time in Catalyst::Engine.
Florian Ragwitz [Sun, 8 Feb 2009 14:01:24 +0000]
Remove imported symbols after compile time in Catalyst::Engine.

15 years agoDon't unimport moose keywords in the middle of a modifier.
Florian Ragwitz [Sun, 8 Feb 2009 14:01:18 +0000]
Don't unimport moose keywords in the middle of a modifier.

15 years agoAdjust line lengths
Tomas Doran [Sun, 8 Feb 2009 02:07:46 +0000]
Adjust line lengths

15 years agoRe-phrase parts of the text, respace it all, remove superflous apostophes etc
Tomas Doran [Sun, 8 Feb 2009 01:58:54 +0000]
Re-phrase parts of the text, respace it all, remove superflous apostophes etc

15 years agoRemove useless column in chained action debug table.
Florian Ragwitz [Fri, 6 Feb 2009 21:11:15 +0000]
Remove useless column in chained action debug table.

15 years agoAdd SmartURI to the list of conflicting plugins
Tomas Doran [Fri, 6 Feb 2009 10:24:53 +0000]
Add SmartURI to the list of conflicting plugins

15 years agoClarify that request arguments aren't unescaped automatically.
Florian Ragwitz [Thu, 5 Feb 2009 14:01:11 +0000]
Clarify that request arguments aren't unescaped automatically.

Courtesy of Simon Bertrang. Closes RT#41153.

15 years agoBump MX::Emulate::CAF prereq to support list assignment.
Florian Ragwitz [Thu, 5 Feb 2009 12:59:03 +0000]
Bump MX::Emulate::CAF prereq to support list assignment.

15 years agoUse MRO::Compat instead of Class::C3 as we already depend on it.
Florian Ragwitz [Wed, 4 Feb 2009 22:43:11 +0000]
Use MRO::Compat instead of Class::C3 as we already depend on it.

15 years agoPrepare for development release of runtime 5.8000_06
Marcus Ramberg [Wed, 4 Feb 2009 20:05:38 +0000]
Prepare for development release of runtime

15 years agoChangelogging.
Florian Ragwitz [Wed, 4 Feb 2009 16:42:19 +0000]
Changelogging.

15 years agoDon't ignore SIGCHLD while handling requests with the dev server.
Florian Ragwitz [Wed, 4 Feb 2009 16:42:13 +0000]
Don't ignore SIGCHLD while handling requests with the dev server.

Closes RT#42962.

15 years agoAllow testing of forks with Engine::HTTP using $ENV{REMOTE_FORK}.
Florian Ragwitz [Wed, 4 Feb 2009 16:42:07 +0000]
Allow testing of forks with Engine::HTTP using $ENV{REMOTE_FORK}.

15 years agoUse the way documented by IO::Socket::INET to get the error message after trying...
Florian Ragwitz [Wed, 4 Feb 2009 15:16:33 +0000]
Use the way documented by IO::Socket::INET to get the error message after trying to create a listening socket.

Closes RT#41828.

15 years agoAnother Upgrading.pod fix.
Florian Ragwitz [Wed, 4 Feb 2009 15:04:37 +0000]
Another Upgrading.pod fix.

15 years agoProperly report dynamic bind port for the development server.
Florian Ragwitz [Wed, 4 Feb 2009 15:03:41 +0000]
Properly report dynamic bind port for the development server.

Closes RT#38544.

15 years agoSome Upgrading.pod improvements.
Florian Ragwitz [Wed, 4 Feb 2009 15:03:35 +0000]
Some Upgrading.pod improvements.

15 years agoList assignment to MX::Emulate::CAF accessors now works.
Florian Ragwitz [Wed, 4 Feb 2009 14:23:38 +0000]
List assignment to MX::Emulate::CAF accessors now works.

15 years agoChangelogging.
Florian Ragwitz [Tue, 3 Feb 2009 11:29:58 +0000]
Changelogging.

15 years agoSeed the RNG in each FastCGI child process.
Florian Ragwitz [Tue, 3 Feb 2009 10:32:45 +0000]
Seed the RNG in each FastCGI child process.

From: Andrew Rodland <arodland@comcast.net>
Message-Id: <200902021709.21737.arodland@comcast.net>

Due to the way FastCGI does its business, when running as an "external"
FastCGI, the perl interpreter and the Catalyst app are initialized before the
FCGI process manager does its forking. Since modern versions of Perl seed
rand() "eagerly" on startup, this leads to all of the FastCGI children
inheriting the same RNG state, and very nonrandom behavior (such as CAPTCHAs
that appear to get "stuck").

15 years agoRemove fixed TODO item.
Florian Ragwitz [Tue, 3 Feb 2009 09:44:58 +0000]
Remove fixed TODO item.

15 years agoDocument the issues with overriding setup in Upgrading.pod.
Florian Ragwitz [Tue, 3 Feb 2009 09:44:54 +0000]
Document the issues with overriding setup in Upgrading.pod.

15 years agoRe-write the Moose::Object / C3 linearisation docs to be more clear and detailed
Tomas Doran [Mon, 2 Feb 2009 22:42:33 +0000]
Re-write the Moose::Object / C3 linearisation docs to be more clear and detailed

15 years agoAdd note about another syntax used screw your self with C3
Tomas Doran [Mon, 2 Feb 2009 15:24:34 +0000]
Add note about another syntax used screw your self with C3

15 years agoFix module versions, and add a note to stop future occurences of my retardedness
Tomas Doran [Mon, 2 Feb 2009 15:02:49 +0000]
Fix module versions, and add a note to stop future occurences of my retardedness

15 years agoUpdate TODO.
Florian Ragwitz [Mon, 2 Feb 2009 13:03:37 +0000]
Update TODO.

This wasn't an issue with Session::State::Cookie. Session::Store::BerkeleyDB
didn't call the next setup_session method.

15 years agoFix various doc typoes.
Florian Ragwitz [Mon, 2 Feb 2009 12:04:19 +0000]
Fix various doc typoes.

15 years agoNote that regex fallback errors and docs could be more helpful
Tomas Doran [Mon, 2 Feb 2009 12:01:52 +0000]
Note that regex fallback errors and docs could be more helpful

15 years agoFix pod typo.
Florian Ragwitz [Mon, 2 Feb 2009 11:10:02 +0000]
Fix pod typo.

15 years agoEngine and Dispatcher objects don't overload stringification anymore.
Florian Ragwitz [Mon, 2 Feb 2009 10:57:16 +0000]
Engine and Dispatcher objects don't overload stringification anymore.

15 years agoDisallow calling setup more than once.
Florian Ragwitz [Sat, 31 Jan 2009 18:39:54 +0000]
Disallow calling setup more than once.

15 years agoDisallow writing to config after setup.
Florian Ragwitz [Fri, 30 Jan 2009 18:34:32 +0000]
Disallow writing to config after setup.

15 years agoBack out 9138:9137 in favour of a more generic implementation
Tomas Doran [Thu, 29 Jan 2009 20:26:06 +0000]
Back out 9138:9137 in favour of a more generic implementation

15 years agoApply patch for redacting parameters in the log.
Tomas Doran [Thu, 29 Jan 2009 20:12:53 +0000]
Apply patch for redacting parameters in the log.

15 years agoTimestamp changes 5.8000_05
Marcus Ramberg [Thu, 29 Jan 2009 08:55:49 +0000]
Timestamp changes

15 years agodocumentation improvement
Kieren Diment [Sat, 24 Jan 2009 05:30:09 +0000]
documentation improvement

15 years agoText::SimpleTable's now go as wide as $ENV{COLUMNS}
Jay Hannah [Thu, 22 Jan 2009 01:45:16 +0000]
Text::SimpleTable's now go as wide as $ENV{COLUMNS}
Patch written by Oleg Kostyuk <cub.uanic@gmail.com>

15 years agoAdd IDEAS as a place to dump random ideas on how things could be improved.
Florian Ragwitz [Wed, 21 Jan 2009 03:51:16 +0000]
Add IDEAS as a place to dump random ideas on how things could be improved.

Currently contains some thoughts about NEXT warnings.

15 years agoUpdate TODO, Changelogging
Tomas Doran [Tue, 20 Jan 2009 16:20:02 +0000]
Update TODO, Changelogging

15 years agoUpdate TODO.
Florian Ragwitz [Mon, 19 Jan 2009 18:33:12 +0000]
Update TODO.

15 years agoApply doc patch from dhoss
Marcus Ramberg [Mon, 19 Jan 2009 18:19:28 +0000]
Apply doc patch from dhoss

15 years agoDoc improvement for ->visit. mateu++
Florian Ragwitz [Sat, 17 Jan 2009 22:34:48 +0000]
Doc improvement for ->visit. mateu++

15 years agoAdd setup_finalize as an easy way to hook at the end of setup.
Florian Ragwitz [Sat, 17 Jan 2009 18:48:24 +0000]
Add setup_finalize as an easy way to hook at the end of setup.

15 years agoStop aggregated tests from failing by using the latest Scope::Upper api.
Florian Ragwitz [Sat, 17 Jan 2009 16:01:27 +0000]
Stop aggregated tests from failing by using the latest Scope::Upper api.

Also bump the dependency version.

15 years agoDon't import blessed from Scalar::Util. Moose already does that for us.
Florian Ragwitz [Sat, 17 Jan 2009 15:15:25 +0000]
Don't import blessed from Scalar::Util. Moose already does that for us.

No one is using Catalyst::blessed, right?

15 years agoRemove a workaround for C3 warnings that are now fixed in Class::C3 itself.
Florian Ragwitz [Sat, 17 Jan 2009 14:33:18 +0000]
Remove a workaround for C3 warnings that are now fixed in Class::C3 itself.

15 years agoConflicts are listed by module, not by dist.
Florian Ragwitz [Fri, 16 Jan 2009 15:44:57 +0000]
Conflicts are listed by module, not by dist.

15 years agoCX::CRUD was released, add myself to contributors list
Tomas Doran [Tue, 13 Jan 2009 23:39:02 +0000]
CX::CRUD was released, add myself to contributors list

15 years agoMerge up from 5.70 trunk:
Tomas Doran [Tue, 13 Jan 2009 23:38:53 +0000]
Merge up from 5.70 trunk:
r9083 | marcus | 2009-01-13 22:44:35 +0000 (Tue, 13 Jan 2009) | 1 line

Add ru/ua translations

15 years agoMerge up from 5.70 trunk:
Tomas Doran [Tue, 13 Jan 2009 23:38:45 +0000]
Merge up from 5.70 trunk:
r9031 | jhannah | 2009-01-07 19:51:06 +0000 (Wed, 07 Jan 2009) | 5 lines

Far more verbose error messages. Does great at making the problem in my
Catalyst/Plugin/Session/Store/DBIC.pm configuration super obvious.
Hopefully this also makes other mistakes more obvious. I'm not sure it's
perfect, but I think it's better than it was.    --jay@jays.net

15 years agoMerge up from 5.70 trunk:
Tomas Doran [Tue, 13 Jan 2009 23:38:36 +0000]
Merge up from 5.70 trunk:
r9021 | andyg | 2009-01-06 19:42:41 +0000 (Tue, 06 Jan 2009) | 1 line

Handle leading CRLF in HTTP requests sometimes sent by IE6 in keep-alive requests

15 years agoAdd ru/ua translations
Marcus Ramberg [Tue, 13 Jan 2009 22:44:35 +0000]
Add ru/ua translations

15 years agoFix locating t/lib 5.7099_04
Marcus Ramberg [Mon, 12 Jan 2009 15:44:07 +0000]
Fix locating t/lib

15 years agoAdd tests for forwarding to action object
Marcus Ramberg [Mon, 12 Jan 2009 15:14:38 +0000]
Add tests for forwarding to action object

15 years agoIIS 6.0 FastCGI env patch from janus
Tomas Doran [Mon, 12 Jan 2009 15:04:57 +0000]
IIS 6.0 FastCGI env patch from janus

15 years agoFix test failure
Marcus Ramberg [Mon, 12 Jan 2009 14:34:43 +0000]
Fix test failure

15 years agoBackport go/visit from 5.8 (janh), prepare for dev release
Marcus Ramberg [Mon, 12 Jan 2009 12:07:37 +0000]
Backport go/visit from 5.8 (janh), prepare for dev release

15 years agoDoc for MX::E::CAF list assign bug, TODO updates incl Prefork tested
Tomas Doran [Mon, 12 Jan 2009 05:08:43 +0000]
Doc for MX::E::CAF list assign bug, TODO updates incl Prefork tested

15 years agoSort out CatalystX::CRUD issues
Tomas Doran [Mon, 12 Jan 2009 04:46:50 +0000]
Sort out CatalystX::CRUD issues

15 years agoCatalystX::CRUD was a bug in that module's test suite - RT#42323
Tomas Doran [Mon, 12 Jan 2009 04:46:43 +0000]
CatalystX::CRUD was a bug in that module's test suite - RT#42323

15 years agoNote CAF difference here
Tomas Doran [Mon, 12 Jan 2009 04:46:39 +0000]
Note CAF difference here

15 years agoThat was fixed by removing Adopt::NEXT. Still.
Tomas Doran [Mon, 12 Jan 2009 04:46:31 +0000]
That was fixed by removing Adopt::NEXT. Still.

15 years agoFinish a first pass of all the text in Catalyst/Upgrading.pod. Add Plugin::Cache...
Tomas Doran [Mon, 12 Jan 2009 03:53:22 +0000]
Finish a first pass of all the text in Catalyst/Upgrading.pod. Add Plugin::Cache back to the TODO

15 years agoBump version number in prep for a new dev release
Tomas Doran [Mon, 12 Jan 2009 03:53:15 +0000]
Bump version number in prep for a new dev release

15 years agoUgh, GLOB crapping doesn't even happen every time, it's not important for 5.80, give up.
Tomas Doran [Mon, 12 Jan 2009 03:53:07 +0000]
Ugh, GLOB crapping doesn't even happen every time, it's not important for 5.80, give up.

15 years agoFix Plugin::Authorization::ACL + tests for the weird behavior it needs
Tomas Doran [Mon, 12 Jan 2009 03:53:01 +0000]
Fix Plugin::Authorization::ACL + tests for the weird behavior it needs

15 years agoDo we _really_ need that, no. It'll happen when it's appropriate after 5.80, there...
Tomas Doran [Mon, 12 Jan 2009 03:52:54 +0000]
Do we _really_ need that, no. It'll happen when it's appropriate after 5.80, there are already tests for relevant back-compat..

15 years agoEmail various people to ask them to test. Can't really do anything if they won't...
Tomas Doran [Mon, 12 Jan 2009 03:52:48 +0000]
Email various people to ask them to test. Can't really do anything if they won't, so crossing these off the list