14 years agoFixed "its" vs "it's"
Dan Dascalescu [Tue, 19 May 2009 23:36:15 +0000]
Fixed "its" vs "it's"

14 years agoFixed minor typo in Changes
Dan Dascalescu [Tue, 19 May 2009 01:01:08 +0000]
Fixed minor typo in Changes

14 years agoFix typo
Tomas Doran [Mon, 18 May 2009 15:16:29 +0000]
Fix typo

14 years agoVersion 5.80004. 5.80004
Florian Ragwitz [Mon, 18 May 2009 15:10:38 +0000]
Version 5.80004.

14 years agoI finished doc notes in ::Upgrading.
Tomas Doran [Mon, 18 May 2009 14:58:15 +0000]
I finished doc notes in ::Upgrading.

14 years agovarious language fixes in Upgrading.pod
Jesse Sheidlower [Sun, 17 May 2009 00:52:14 +0000]
various language fixes in Upgrading.pod

14 years agoTweak upgrading docs
Tomas Doran [Sat, 16 May 2009 23:16:53 +0000]
Tweak upgrading docs

14 years agoAnd properly fix Unknown error
Tomas Doran [Fri, 15 May 2009 12:53:54 +0000]
And properly fix Unknown error

14 years agoWoo, Emmanuel Quevillon's mailing list mail gave me enough clues to actually be able...
Tomas Doran [Fri, 15 May 2009 12:53:10 +0000]
Woo, Emmanuel Quevillon's mailing list mail gave me enough clues to actually be able to write a sane test for unknown error, which currently fails

14 years agoAdd dep
Tomas Doran [Fri, 15 May 2009 10:11:37 +0000]
Add dep

14 years agoFix on demand parsing of ->req->parameters
Tomas Doran [Fri, 15 May 2009 09:41:11 +0000]
Fix on demand parsing of ->req->parameters

14 years agoAdd tests to show that 5.80 broke ->req->parameters when you do on-demand parsing.
Tomas Doran [Thu, 14 May 2009 17:29:55 +0000]
Add tests to show that 5.80 broke ->req->parameters when you do on-demand parsing.

14 years agoChangelogging
Tomas Doran [Thu, 14 May 2009 01:28:35 +0000]
Changelogging

14 years agoAdd support for applying Moose roles in the plugin list
Tomas Doran [Thu, 14 May 2009 01:28:13 +0000]
Add support for applying Moose roles in the plugin list

14 years agoFix last commit
Tomas Doran [Thu, 14 May 2009 01:21:43 +0000]
Fix last commit

14 years agoUnknown error has been vanquished.
Tomas Doran [Wed, 13 May 2009 23:40:44 +0000]
Unknown error has been vanquished.

14 years agoFix the meta method test
Tomas Doran [Wed, 13 May 2009 23:37:03 +0000]
Fix the meta method test

14 years agoCatalyst::Test - add notice about inline tests no longer working
Rafael Kitover [Wed, 13 May 2009 22:57:54 +0000]
Catalyst::Test - add notice about inline tests no longer working

14 years agoDoc, add new upgrading caveat, and start what works on Moose docs for lack of a bette...
Tomas Doran [Wed, 13 May 2009 22:37:33 +0000]
Doc, add new upgrading caveat, and start what works on Moose docs for lack of a better place - should this be in ::ExtendingCatalyst?

14 years agoBump Moose dep to fix tests, bump %conflicts for things which we used to break but...
Tomas Doran [Wed, 13 May 2009 22:05:51 +0000]
Bump Moose dep to fix tests, bump %conflicts for things which we used to break but don't any more. Trim TODO

14 years ago2 down, too bloody many to go..
Tomas Doran [Wed, 13 May 2009 21:16:23 +0000]
2 down, too bloody many to go..

14 years ago10125 breaks t/aggregate/live_component_controller_action_private.t, don't know why...
Tomas Doran [Wed, 13 May 2009 20:14:44 +0000]
10125 breaks t/aggregate/live_component_controller_action_private.t, don't know why, but yoink!

14 years agoHighlight back compat after discussion/confusion earlier. Also clean up BUILD =>...
Tomas Doran [Wed, 13 May 2009 19:55:11 +0000]
Highlight back compat after discussion/confusion earlier. Also clean up BUILD => BUILDARGS as suggested by mst.

14 years agoUpdate TODO for 0004
Tomas Doran [Wed, 13 May 2009 19:53:35 +0000]
Update TODO for 0004

14 years agothe ctx_request has been fixed, updating TODO to match
Jos Boumans [Wed, 13 May 2009 19:37:11 +0000]
the ctx_request has been fixed, updating TODO to match

14 years agoB::Hooks::EndOfScope eats exceptions inside the on_scope_end block. Nyomnyomnyom...
Tomas Doran [Wed, 13 May 2009 18:57:45 +0000]
B::Hooks::EndOfScope eats exceptions inside the on_scope_end block. Nyomnyomnyom. Ergo we were never seeing the die. A warning is good enough for now. Also add some more bleeding tests to prove that you really are not immutable till end of package

14 years agoTests showing we are not immutable at the end of the file, but we are as soon as...
Tomas Doran [Wed, 13 May 2009 18:37:25 +0000]
Tests showing we are not immutable at the end of the file, but we are as soon as we finish the use statement

14 years agoRename the actions attribute in Catalyt::Controller to _controller_actions to avoid...
Roland Lammel [Wed, 13 May 2009 18:25:30 +0000]
Rename the actions attribute in Catalyt::Controller to _controller_actions to avoid name clashes with application controller naming. (random)

14 years agoMove the inline packages out into their own files so that the new test passes. All...
Tomas Doran [Wed, 13 May 2009 18:15:18 +0000]
Move the inline packages out into their own files so that the new test passes. All sane apps have it like this anyway, I may just have to go beat on the test suites of some of the modules I've scribbled in TODO

14 years agoFix ->engine->env for the dev server. Catalyst-Plugin-ENV to please to be dieing...
Tomas Doran [Wed, 13 May 2009 16:30:50 +0000]
Fix ->engine->env for the dev server. Catalyst-Plugin-ENV to please to be dieing in a fire, kthnx?

14 years agoChange back to B::Hooks::EndOfScope as it previously appeared to fix it - I don't...
Tomas Doran [Tue, 12 May 2009 22:12:00 +0000]
Change back to B::Hooks::EndOfScope as it previously appeared to fix it - I don't have a live example any more, so this is speculative to get someone to try trunk

14 years agoAdd a few more tests for this issue in various other positions and dispatch types...
Tomas Doran [Tue, 12 May 2009 17:26:59 +0000]
Add a few more tests for this issue in various other positions and dispatch types, and fix them all

14 years agoTest demonstrating that / in a CaptureArg doesn't get url encoded
Tomas Doran [Tue, 12 May 2009 17:08:16 +0000]
Test demonstrating that / in a CaptureArg doesn't get url encoded

14 years agoAdd method modifier bug to TODO
Tomas Doran [Tue, 12 May 2009 12:04:24 +0000]
Add method modifier bug to TODO

14 years agoFix docs as pointed out on the list
Tomas Doran [Tue, 12 May 2009 11:58:37 +0000]
Fix docs as pointed out on the list

14 years agoNot a Moose class, ergo we don't have a preinitialized metaclass instance, ergo Moose...
Tomas Doran [Mon, 11 May 2009 23:21:08 +0000]
Not a Moose class, ergo we don't have a preinitialized metaclass instance, ergo Moose->init_meta( for_class => 'MyApp::Controller::Foo' ); epicly fails

14 years agoAdd test controller with its own meta method, still works
Tomas Doran [Mon, 11 May 2009 23:16:31 +0000]
Add test controller with its own meta method, still works

14 years agoAdd additonal bug from mailing list
Tomas Doran [Mon, 11 May 2009 17:52:42 +0000]
Add additonal bug from mailing list

14 years agoDisplay / as the path spec for chained actions with empty path parts.
Florian Ragwitz [Sun, 10 May 2009 22:08:35 +0000]
Display / as the path spec for chained actions with empty path parts.

14 years agoThe moose fix is in 0.78
Dave Rolsky [Sun, 10 May 2009 15:39:02 +0000]
The moose fix is in 0.78

14 years agoperl5.8.8 + cat 5.80's Cat::Test->ctx_request didn't return $c the 2nd
Jos Boumans [Thu, 7 May 2009 15:14:16 +0000]
perl5.8.8 + cat 5.80's Cat::Test->ctx_request didn't return $c the 2nd
time it was invoked. Without tracking the bug down all the way, it was
clearly related to the Moose'ification of Cat::Test and a scoping issue
with a 'my'd variable. Since the same code works fine in 5.10, a bug in
either Moose or perl 5.8 is suspected.
Khisanth++ for the elegant patch.

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

14 years agoLet me fix that
Tomas Doran [Thu, 7 May 2009 10:50:04 +0000]
Let me fix that

14 years agoAdd notes about logging setup, so kane remembers what he volunteered for.
Tomas Doran [Thu, 7 May 2009 10:47:53 +0000]
Add notes about logging setup, so kane remembers what he volunteered for.

14 years agoUpdate TODO
Tomas Doran [Thu, 7 May 2009 00:27:55 +0000]
Update TODO

14 years agoTest in Catalyst for 349cda in Moose
Tomas Doran [Thu, 7 May 2009 00:25:18 +0000]
Test in Catalyst for 349cda in Moose

14 years agoNuke warning, my bad
Tomas Doran [Thu, 7 May 2009 00:15:19 +0000]
Nuke warning, my bad

14 years agoBack out last change. vincent worked out it's a bug in MOP
Tomas Doran [Thu, 7 May 2009 00:13:23 +0000]
Back out last change. vincent worked out it's a bug in MOP

14 years agoNote C::Test issues kane is gonna fix.
Tomas Doran [Wed, 6 May 2009 15:34:03 +0000]
Note C::Test issues kane is gonna fix.

14 years agoMad fix.
Tomas Doran [Wed, 6 May 2009 00:38:34 +0000]
Mad fix.

14 years agoFix deprecation error message in dispatcher to be useful.
Tomas Doran [Tue, 5 May 2009 15:36:26 +0000]
Fix deprecation error message in dispatcher to be useful.

14 years agoNote restarter in TODO
Tomas Doran [Tue, 5 May 2009 15:36:07 +0000]
Note restarter in TODO

14 years agoTrivially dink error message.
Tomas Doran [Tue, 5 May 2009 15:28:43 +0000]
Trivially dink error message.

14 years agoAdd broken version to Makefile.PL
Tomas Doran [Tue, 5 May 2009 08:29:19 +0000]
Add broken version to Makefile.PL

14 years agoChangelogging.
Florian Ragwitz [Fri, 1 May 2009 04:55:09 +0000]
Changelogging.

14 years agoClarify limitations of $request->base and $request->secure.
Florian Ragwitz [Fri, 1 May 2009 04:55:04 +0000]
Clarify limitations of $request->base and $request->secure.

Courtesy of Phil Mitchell <phil@2people.org>.

14 years agoAdd Reaction to conflicts.
Tomas Doran [Thu, 30 Apr 2009 17:34:36 +0000]
Add Reaction to conflicts.

14 years agoCatalyst::Plugin::Upload::Image::Magick known borked.
Tomas Doran [Thu, 30 Apr 2009 14:05:27 +0000]
Catalyst::Plugin::Upload::Image::Magick known borked.

14 years agoadd a couple of conflict version numbers for CatalystX::CRUD
Peter Karman [Thu, 30 Apr 2009 14:02:44 +0000]
add a couple of conflict version numbers for CatalystX::CRUD

14 years agoVersion 5.80003. 5.80003
Florian Ragwitz [Wed, 29 Apr 2009 14:33:19 +0000]
Version 5.80003.

14 years agoExclude Test::Aggregate from build_requires. It's optional.
Florian Ragwitz [Wed, 29 Apr 2009 14:33:08 +0000]
Exclude Test::Aggregate from build_requires. It's optional.

14 years agoChangelogging.
Florian Ragwitz [Wed, 29 Apr 2009 14:32:56 +0000]
Changelogging.

14 years ago.gitignore t/tmp.
Florian Ragwitz [Wed, 29 Apr 2009 13:34:30 +0000]
.gitignore t/tmp.

14 years agoConvert the restarter engine's BUILD method to lazy attribute builders.
Florian Ragwitz [Wed, 29 Apr 2009 13:34:23 +0000]
Convert the restarter engine's BUILD method to lazy attribute builders.

14 years agoChangelogging.
Florian Ragwitz [Wed, 29 Apr 2009 10:45:34 +0000]
Changelogging.

14 years agoConvert the dispatcher's BUILD method to attribute builders.
Florian Ragwitz [Wed, 29 Apr 2009 10:45:25 +0000]
Convert the dispatcher's BUILD method to attribute builders.

14 years agoRevert "silence role override warnings from moose"
Florian Ragwitz [Wed, 29 Apr 2009 10:45:18 +0000]
Revert "silence role override warnings from moose"

This reverts commit 2d2e3b82166040584822840d7f138a4a8277cd8d.

14 years agoDuh, I prefer putting my actual name in changes
Dave Rolsky [Tue, 28 Apr 2009 22:51:34 +0000]
Duh, I prefer putting my actual name in changes

14 years agoAdd note to changes about dying on inline_constructor => 0
Dave Rolsky [Tue, 28 Apr 2009 22:48:03 +0000]
Add note to changes about dying on inline_constructor => 0

14 years agoIf a class makes itself immutable and turns off constructor inlining, die with an...
Dave Rolsky [Tue, 28 Apr 2009 22:46:51 +0000]
If a class makes itself immutable and turns off constructor inlining, die with an error telling them to turn on replace_constructor => 1

14 years agoRewrite C3 chunk of Catalyst::Upgrading to hopefully be more clear
Tomas Doran [Tue, 28 Apr 2009 21:56:07 +0000]
Rewrite C3 chunk of Catalyst::Upgrading to hopefully be more clear

14 years agoSpeak less nonesense
Tomas Doran [Tue, 28 Apr 2009 21:43:38 +0000]
Speak less nonesense

14 years agoPatch for uri_for_action with regex dispatch from RT#39369
Tomas Doran [Tue, 28 Apr 2009 21:41:51 +0000]
Patch for uri_for_action with regex dispatch from RT#39369

14 years agoFix RT#43375
Tomas Doran [Tue, 28 Apr 2009 20:58:15 +0000]
Fix RT#43375

14 years agoYes, it was fixed - r9803
Tomas Doran [Tue, 28 Apr 2009 20:22:27 +0000]
Yes, it was fixed - r9803

14 years agoChangelogging
Tomas Doran [Tue, 28 Apr 2009 20:20:32 +0000]
Changelogging

14 years agoMake logging additive properly. No longer WTF.
Tomas Doran [Tue, 28 Apr 2009 20:20:18 +0000]
Make logging additive properly. No longer WTF.

14 years agoUpdate TODO with more verbose descriptions of known issues
Tomas Doran [Tue, 28 Apr 2009 19:53:24 +0000]
Update TODO with more verbose descriptions of known issues

14 years agoTests for setup_stats, its all good..
Tomas Doran [Tue, 28 Apr 2009 19:30:39 +0000]
Tests for setup_stats, its all good..

14 years agoThat is actually a stupid idea - you may be using Catalyst::Controller::Foo as an...
Tomas Doran [Tue, 28 Apr 2009 18:19:08 +0000]
That is actually a stupid idea - you may be using Catalyst::Controller::Foo as an alternate base class, which would be excluded by this.

14 years agoDepend on latest MOP as we do use it ourselves.
Tomas Doran [Tue, 28 Apr 2009 17:55:30 +0000]
Depend on latest MOP as we do use it ourselves.

14 years agoBump Moose dep, remove MOP dep as Moose already depends on recent enough version...
Tomas Doran [Tue, 28 Apr 2009 17:50:40 +0000]
Bump Moose dep, remove MOP dep as Moose already depends on recent enough version, small cleanups, changelogging

14 years agodoc clarification
Hans Dieter Pearcey [Tue, 28 Apr 2009 17:48:44 +0000]
doc clarification

14 years agoFix false fail, caused by r9907 tidyup to not bother initializing clases
Tomas Doran [Tue, 28 Apr 2009 17:41:26 +0000]
Fix false fail, caused by r9907 tidyup to not bother initializing clases
which don't match ^MyApp - ergo calling Catalyst->setup_component no longer
triggered the behavior to fix things up, as MyApp::Controller::Anything does
not match ^Catalyst..

14 years agoBump MX::MA again, couple of little tidyups
Tomas Doran [Tue, 28 Apr 2009 08:53:13 +0000]
Bump MX::MA again, couple of little tidyups

14 years agoadd test for attribute overrides
Peter Karman [Mon, 27 Apr 2009 14:52:27 +0000]
add test for attribute overrides

14 years agoDepend on latest AsCGI version to stop people getting borked code.
Tomas Doran [Mon, 27 Apr 2009 14:36:03 +0000]
Depend on latest AsCGI version to stop people getting borked code.

14 years agoScribble some stuff in TODO, more detail to follow.
Tomas Doran [Mon, 27 Apr 2009 12:27:13 +0000]
Scribble some stuff in TODO, more detail to follow.

14 years agoSomewhat, but not much more sane. There are still bugs here, but this _should_ fix...
Tomas Doran [Sun, 26 Apr 2009 11:11:35 +0000]
Somewhat, but not much more sane. There are still bugs here, but this _should_ fix karpet's issue

14 years agoAdd another test, and TODO the fail.
Tomas Doran [Sat, 25 Apr 2009 15:41:34 +0000]
Add another test, and TODO the fail.

14 years ago1-char typo
Dan Dascalescu [Sat, 25 Apr 2009 05:55:50 +0000]
1-char typo

14 years agoDebug mode is also triggered by running myapp_server.pl -d
Dan Dascalescu [Sat, 25 Apr 2009 05:34:06 +0000]
Debug mode is also triggered by running myapp_server.pl -d

14 years agodoc tweaks: use C<> instead of "", use 'overridden' instead of 'overloaded'
Hans Dieter Pearcey [Sat, 25 Apr 2009 05:15:31 +0000]
doc tweaks: use C<> instead of "", use 'overridden' instead of 'overloaded'

14 years agoImprove regexp fallback warning.
Florian Ragwitz [Fri, 24 Apr 2009 17:08:11 +0000]
Improve regexp fallback warning.

14 years agoFix bug when not using B::Hooks::OP::Check::StashChange
Tomas Doran [Fri, 24 Apr 2009 16:24:21 +0000]
Fix bug when not using B::Hooks::OP::Check::StashChange

14 years agosilence role override warnings from moose
Simon Elliott [Thu, 23 Apr 2009 22:19:36 +0000]
silence role override warnings from moose

14 years agoShould fix $ENV issues
Tomas Doran [Thu, 23 Apr 2009 13:21:23 +0000]
Should fix $ENV issues

14 years agoadded test for Moose controller inheritance using method modifiers
Alexander Hartmaier [Thu, 23 Apr 2009 11:41:36 +0000]
added test for Moose controller inheritance using method modifiers

15 years agoruntime: fix logging with -Debug
Rafael Kitover [Thu, 23 Apr 2009 00:45:06 +0000]
runtime: fix logging with -Debug

15 years agoFix the unattached chain debug table for endpoints with no parents at all.
Florian Ragwitz [Wed, 22 Apr 2009 22:44:46 +0000]
Fix the unattached chain debug table for endpoints with no parents at all.