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} (jhannah)
Jay Hannah [Thu, 22 Jan 2009 01:53:47 +0000]
Text::SimpleTable's now go as wide as $ENV{COLUMNS} (jhannah)
Patch written by Oleg Kostyuk <cub.uanic@gmail.com>

Also nuked Stats.pm report() -- my patch to 5.80/trunk a couple
weeks back added tests and everything over there.

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 agoUp Module install dep, update timestamp 5.71000
Marcus Ramberg [Mon, 19 Jan 2009 17:00:57 +0000]
Up Module install dep, update timestamp

15 years agoPrepare for 5.71000 release
Marcus Ramberg [Sun, 18 Jan 2009 21:39:59 +0000]
Prepare for 5.71000 release

15 years agoBackport go doc bit
Marcus Ramberg [Sun, 18 Jan 2009 21:05:27 +0000]
Backport go doc bit

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 agoBackport META.yml hackery
Marcus Ramberg [Fri, 16 Jan 2009 23:02:45 +0000]
Backport META.yml hackery

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

15 years agoNote which new releases of stuff we're waiting for, fix warning from Makefile.PL
Tomas Doran [Mon, 12 Jan 2009 03:52:42 +0000]
Note which new releases of stuff we're waiting for, fix warning from Makefile.PL

15 years agoRenderView and DebugCookie done. Tidy up test in C::Component
Tomas Doran [Mon, 12 Jan 2009 03:52:37 +0000]
RenderView and DebugCookie done. Tidy up test in C::Component

15 years agoRe-write Roadmap to not be lies, change warns on component resolution to mention...
Tomas Doran [Mon, 12 Jan 2009 03:52:28 +0000]
Re-write Roadmap to not be lies, change warns on component resolution to mention 5.81. If someone releases 5.7 and then stops it working in 5.8, fine - but as it the message is wrong. Cleanup TODO items

15 years agoUpdate TODO
Florian Ragwitz [Thu, 8 Jan 2009 13:36:45 +0000]
Update TODO

15 years agotest_require Test::MockObject.
Florian Ragwitz [Thu, 8 Jan 2009 12:27:46 +0000]
test_require Test::MockObject.

t/unit_core_setup.t uses it.

15 years agoUpdate TODO
Florian Ragwitz [Thu, 8 Jan 2009 12:09:17 +0000]
Update TODO

15 years agoMake the optional tests bail out as early as possible if they're not enabled.
Florian Ragwitz [Thu, 8 Jan 2009 12:06:50 +0000]
Make the optional tests bail out as early as possible if they're not enabled.

15 years agoImprove instructions on how to upgrade moose components to work on 5.80.
Florian Ragwitz [Thu, 8 Jan 2009 11:42:47 +0000]
Improve instructions on how to upgrade moose components to work on 5.80.

15 years agoFix test, we're now outputting multiple lines, and I shot the re-dispatch, as the...
Tomas Doran [Wed, 7 Jan 2009 23:25:37 +0000]
Fix test, we're now outputting multiple lines, and I shot the re-dispatch, as the only real thing it broke was Reaction

15 years agoAdd hashed cookies
Tomas Doran [Wed, 7 Jan 2009 23:25:17 +0000]
Add hashed cookies

15 years agoCX::Imports, TODO updates, note mst rant, add some docs
Tomas Doran [Wed, 7 Jan 2009 23:25:06 +0000]
CX::Imports, TODO updates, note mst rant, add some docs

15 years agoUse the appropriate MOP function to be a bit neater and more 'correct'
Tomas Doran [Wed, 7 Jan 2009 23:24:56 +0000]
Use the appropriate MOP function to be a bit neater and more 'correct'

15 years agoMake it more obvious what's being reported in the leak test (from 5.70)
Tomas Doran [Wed, 7 Jan 2009 23:24:45 +0000]
Make it more obvious what's being reported in the leak test (from 5.70)

15 years agoadded doc bit about anon subrefs in the symbol table
Guillermo Roditi [Wed, 7 Jan 2009 21:06:23 +0000]
added doc bit about anon subrefs in the symbol table

15 years agoFar more verbose error messages. Does great at making the problem in my
Jay Hannah [Wed, 7 Jan 2009 19:51:06 +0000]
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 agoFix IIS FastCGI support as-per we do with lighty + refactroing and tests.
Tomas Doran [Wed, 7 Jan 2009 18:29:58 +0000]
Fix IIS FastCGI support as-per we do with lighty + refactroing and tests.

15 years agoMemory leaks have gone, oh happy days are here again..
Tomas Doran [Wed, 7 Jan 2009 03:46:42 +0000]
Memory leaks have gone, oh happy days are here again..

15 years agoSod back-compat on the insane cases, start the upgrading documentation
Tomas Doran [Wed, 7 Jan 2009 03:46:35 +0000]
Sod back-compat on the insane cases, start the upgrading documentation

15 years agoUpdate TODO after latest round of repos smoke tests
Tomas Doran [Wed, 7 Jan 2009 03:46:25 +0000]
Update TODO after latest round of repos smoke tests

15 years agoMake it more obvious what's being reported in the leak test
Andy Grundman [Wed, 7 Jan 2009 03:36:45 +0000]
Make it more obvious what's being reported in the leak test

15 years agoMemleak test needs to use resident size
Andy Grundman [Wed, 7 Jan 2009 03:30:37 +0000]
Memleak test needs to use resident size

15 years agoHandle leading CRLF in HTTP requests sometimes sent by IE6 in keep-alive requests
Andy Grundman [Tue, 6 Jan 2009 19:42:41 +0000]
Handle leading CRLF in HTTP requests sometimes sent by IE6 in keep-alive requests

15 years agoWarnings about deprecated runtime plugins
Tomas Doran [Sun, 4 Jan 2009 21:59:02 +0000]
Warnings about deprecated runtime plugins

15 years agoNick the related modules version warning from Moose
Tomas Doran [Sun, 4 Jan 2009 10:58:08 +0000]
Nick the related modules version warning from Moose

15 years agoChop that chunk of sh*t out again, as we're going to hit anything which relies on...
Tomas Doran [Sun, 4 Jan 2009 00:03:16 +0000]
Chop that chunk of sh*t out again, as we're going to hit anything which relies on it until it's fixed.

15 years agoAnd fixes for the CDI issue, this is getting really yucky..
Tomas Doran [Sat, 3 Jan 2009 13:30:18 +0000]
And fixes for the CDI issue, this is getting really yucky..

15 years agoFix, I suck today
Tomas Doran [Sat, 3 Jan 2009 13:18:33 +0000]
Fix, I suck today

15 years agoFix
Tomas Doran [Sat, 3 Jan 2009 13:16:47 +0000]
Fix

15 years agoMore CDI related fail
Tomas Doran [Sat, 3 Jan 2009 12:42:16 +0000]
More CDI related fail

15 years agoFix additive logging setup, and ergo Catalyst-Plugin-Devel-ModuleVersions
Tomas Doran [Fri, 2 Jan 2009 23:13:36 +0000]
Fix additive logging setup, and ergo Catalyst-Plugin-Devel-ModuleVersions

15 years agoCatalyst::View::Mason fixed
Tomas Doran [Fri, 2 Jan 2009 22:42:14 +0000]
Catalyst::View::Mason fixed

15 years agoplugin new method test as-per various other plugins tests - shows issue with Hooks...
Tomas Doran [Fri, 2 Jan 2009 19:31:37 +0000]
plugin new method test as-per various other plugins tests - shows issue with Hooks::EndOfScope, so switch to Scope::Upper on msts suggestion