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

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

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

14 years agoUpdated changelog with POD fixes for Catalyst::Test
Dan Dascalescu [Wed, 22 Apr 2009 19:21:49 +0000]
Updated changelog with POD fixes for Catalyst::Test

14 years agoTurn of test aggregation by default.
Florian Ragwitz [Wed, 22 Apr 2009 16:41:02 +0000]
Turn of test aggregation by default.

Only aggregate if the TEST_AGGREGATE environment variable is set and a recent
Test::Aggregate is available.

15 years agoPOD update: METHODS is =head1 (not =head2)
Dan Dascalescu [Wed, 22 Apr 2009 03:57:49 +0000]
POD update: METHODS is =head1 (not =head2)

15 years agoFixed the POD to hyperlink to methods. No code changes.
Dan Dascalescu [Wed, 22 Apr 2009 02:46:24 +0000]
Fixed the POD to hyperlink to methods. No code changes.

15 years agoMerge changelog entries. 5.80002
Florian Ragwitz [Tue, 21 Apr 2009 23:29:45 +0000]
Merge changelog entries.

15 years agoChangelog, use stdout in tests to be less noisy
Tomas Doran [Tue, 21 Apr 2009 23:20:02 +0000]
Changelog, use stdout in tests to be less noisy

15 years agoThat can't work as you get circular deps..
Tomas Doran [Tue, 21 Apr 2009 23:12:16 +0000]
That can't work as you get circular deps..

15 years agoOptionally update conflicting modules by adding them to requires. This is disabled...
Tomas Doran [Tue, 21 Apr 2009 23:08:17 +0000]
Optionally update conflicting modules by adding them to requires. This is disabled by default. Ensure that even if the option is chosen, none of the conflicting modules can appear as deps in META.yml

15 years agoFix kds bug, find another bug causing all log levels to be turned on when passing...
Tomas Doran [Tue, 21 Apr 2009 21:56:20 +0000]
Fix kds bug, find another bug causing all log levels to be turned on when passing C::Log an empty string

15 years agoTests for kds fail. Comments indicate other fail?
Tomas Doran [Tue, 21 Apr 2009 21:38:02 +0000]
Tests for kds fail. Comments indicate other fail?

15 years agorevert duff part of last commit
Matt S Trout [Tue, 21 Apr 2009 13:46:45 +0000]
revert duff part of last commit

15 years agopass replace_constructor when making app immutable to force installation
Matt S Trout [Tue, 21 Apr 2009 13:41:12 +0000]
pass replace_constructor when making app immutable to force installation

15 years agoYell at people to upgrade configloader. This list needs splitting so we have 'conflic...
Tomas Doran [Tue, 21 Apr 2009 10:50:55 +0000]
Yell at people to upgrade configloader. This list needs splitting so we have 'conflicts', and 'recommend to upgrade'

15 years agoPrepare for 5.800002
Marcus Ramberg [Tue, 21 Apr 2009 10:38:16 +0000]
Prepare for 5.800002

15 years agoRestartable app class on perl 5.10. More evil hackery..
Tomas Doran [Tue, 21 Apr 2009 01:40:47 +0000]
Restartable app class on perl 5.10. More evil hackery..

15 years agoFixed non-moose classes initialization order issues. Not quite as fugly as I first...
Tomas Doran [Tue, 21 Apr 2009 00:27:57 +0000]
Fixed non-moose classes initialization order issues. Not quite as fugly as I first thought, but still kills kittens

15 years agoUnfuck Catalyst::Plugin::Log::Dispatch
Tomas Doran [Mon, 20 Apr 2009 22:28:46 +0000]
Unfuck Catalyst::Plugin::Log::Dispatch

15 years agoBugfix for 5.8 regression found in C::C::DBIC::API
Tomas Doran [Mon, 20 Apr 2009 18:39:26 +0000]
Bugfix for 5.8 regression found in C::C::DBIC::API

15 years agoNuke unused chunk of the TestApp. Also add test case for bug found in DBIC::API
Tomas Doran [Mon, 20 Apr 2009 18:16:18 +0000]
Nuke unused chunk of the TestApp. Also add test case for bug found in DBIC::API

15 years agoNeeed according to the changelog of C::A::REST
Tomas Doran [Mon, 20 Apr 2009 13:43:35 +0000]
Neeed according to the changelog of C::A::REST

15 years agoFix column width of unattached chains table
Tomas Doran [Mon, 20 Apr 2009 08:58:15 +0000]
Fix column width of unattached chains table

15 years agoFix warning message, patch from dev list.
Tomas Doran [Mon, 20 Apr 2009 08:52:34 +0000]
Fix warning message, patch from dev list.

15 years agoBump MX::MethodAttributes::Inheritable dep, changelog
Tomas Doran [Sun, 19 Apr 2009 23:25:16 +0000]
Bump MX::MethodAttributes::Inheritable dep, changelog

15 years agoFix a typo that slipped through the previous fix, and a confusing section name
Andrew Rodland [Sat, 18 Apr 2009 23:03:03 +0000]
Fix a typo that slipped through the previous fix, and a confusing section name

15 years agoMinor fixes for the "new in 5.8" PODs.
Andrew Rodland [Sat, 18 Apr 2009 22:50:25 +0000]
Minor fixes for the "new in 5.8" PODs.

Give them =head1 NAME so that search.cpan will be happy, and fix a typo'd
link to Cache::FastMmap.

15 years agoVersion 5.80001. 5.80001
Florian Ragwitz [Sat, 18 Apr 2009 20:24:51 +0000]
Version 5.80001.

15 years agoChangelogging.
Florian Ragwitz [Sat, 18 Apr 2009 19:40:17 +0000]
Changelogging.

15 years agoDon't inline the Catalyst::Log constructor to avoid a warning on recent Moose.
Florian Ragwitz [Sat, 18 Apr 2009 19:39:17 +0000]
Don't inline the Catalyst::Log constructor to avoid a warning on recent Moose.

15 years agoFix POD
Tomas Doran [Sat, 18 Apr 2009 19:37:04 +0000]
Fix POD

15 years agoFix a couple of real spelling errors, change a couple of spellings to en_US, as the...
Tomas Doran [Sat, 18 Apr 2009 18:14:36 +0000]
Fix a couple of real spelling errors, change a couple of spellings to en_US, as the rest of the project is spelt like that

15 years agoNote Catalyst::Base deprecation warnings, tweak setup_finalize doc
Tomas Doran [Sat, 18 Apr 2009 17:47:02 +0000]
Note Catalyst::Base deprecation warnings, tweak setup_finalize doc

15 years agoClarify the component back compat section, and add info about 5.71001
Tomas Doran [Sat, 18 Apr 2009 17:43:43 +0000]
Clarify the component back compat section, and add info about 5.71001

15 years agoAdd bug fixes section. Reformatting, some other additions
Tomas Doran [Sat, 18 Apr 2009 17:34:03 +0000]
Add bug fixes section. Reformatting, some other additions

15 years agoRe-arrange, reformatting, add a coupla bits, remove a couple of non-relevant bits
Tomas Doran [Sat, 18 Apr 2009 17:03:33 +0000]
Re-arrange, reformatting, add a coupla bits, remove a couple of non-relevant bits

15 years agoDeprecation section more complete, and link ::Upgrading
Tomas Doran [Sat, 18 Apr 2009 16:55:03 +0000]
Deprecation section more complete, and link ::Upgrading

15 years agoCleanups / formatting
Tomas Doran [Sat, 18 Apr 2009 16:35:32 +0000]
Cleanups / formatting

15 years agoRemove bits about go/visit as they are in 5.71, clean up / rewrite some of the points
Tomas Doran [Sat, 18 Apr 2009 16:30:46 +0000]
Remove bits about go/visit as they are in 5.71, clean up / rewrite some of the points

15 years agoUpdate delta
Marcus Ramberg [Sat, 18 Apr 2009 15:19:41 +0000]
Update delta

15 years agoShut up recursion warnings
Marcus Ramberg [Sat, 18 Apr 2009 14:41:50 +0000]
Shut up recursion warnings

15 years agoRemove commented out incorrect deprecations
Marcus Ramberg [Sat, 18 Apr 2009 14:41:45 +0000]
Remove commented out incorrect deprecations

15 years agoAdd .gitignore.
Florian Ragwitz [Sat, 18 Apr 2009 11:13:05 +0000]
Add .gitignore.

15 years agoAdded a Delta.pod for important changes between 5.7 and 5.8 for the users.
Felix Antonius Wilhelm Ostmann [Sat, 18 Apr 2009 08:50:10 +0000]
Added a Delta.pod for important changes between 5.7 and 5.8 for the users.
I start writing some short text to every change i can explain. Plz help to
fullfill this list.

15 years agoAnd print the value.
Tomas Doran [Wed, 15 Apr 2009 14:02:41 +0000]
And print the value.

15 years agoClarify exception to finger the actual class which contains the dodgy COMPONENT method
Tomas Doran [Wed, 15 Apr 2009 13:57:36 +0000]
Clarify exception to finger the actual class which contains the dodgy COMPONENT method

15 years agoverbage fix.
Brian Cassidy [Wed, 15 Apr 2009 13:28:14 +0000]
verbage fix.

15 years agoChangelog and sed s/website authors/application authors/
Tomas Doran [Tue, 14 Apr 2009 23:18:31 +0000]
Changelog and sed s/website authors/application authors/

15 years agoDispatchTypes' POD refers to Catalyst::Manual::Intro, nominated as the best location...
Ian Wells [Tue, 14 Apr 2009 22:44:42 +0000]
DispatchTypes' POD refers to Catalyst::Manual::Intro, nominated as the best location to put action/dispatch information

15 years agoCan has sane version plzkthnx?
Tomas Doran [Tue, 14 Apr 2009 19:27:46 +0000]
Can has sane version plzkthnx?

15 years agoTest uri_with clears query params
Tomas Doran [Tue, 14 Apr 2009 19:25:44 +0000]
Test uri_with clears query params

15 years agoAdd uri_with tests (nothing was broken, but I had some problems locally and
Cory G Watson [Tue, 14 Apr 2009 14:25:22 +0000]
Add uri_with tests (nothing was broken, but I had some problems locally and
test coverage is always good)

15 years agoRemove Manual::Installation.
Florian Ragwitz [Tue, 14 Apr 2009 11:35:24 +0000]
Remove Manual::Installation.

kd says it's outdated. even if it isn't it should probably be in
the -Manual dist.

15 years agoRemove Manual.pm. It's part of the -Manual dist.
Florian Ragwitz [Tue, 14 Apr 2009 11:15:37 +0000]
Remove Manual.pm. It's part of the -Manual dist.

15 years agoNuke obsolete CentOS4 installation docs
Tomas Doran [Sun, 12 Apr 2009 19:46:46 +0000]
Nuke obsolete CentOS4 installation docs

15 years agoMake the test not use FormBuilder. Test in register_actions now fails due to new...
Tomas Doran [Sun, 12 Apr 2009 19:04:28 +0000]
Make the test not use FormBuilder. Test in register_actions now fails due to new moose, but this is ok.. Tested it fails if ClassData calls ->Class::MOP::Class::meta which was the bug I fixed. Remove unused action..

15 years agoRemove use of Catalyst::Base from the tests
Tomas Doran [Sun, 12 Apr 2009 18:08:06 +0000]
Remove use of Catalyst::Base from the tests

15 years agoFix base class deprecation
Marcus Ramberg [Sun, 12 Apr 2009 17:39:08 +0000]
Fix base class deprecation

15 years agoPrepare for maybe-release
Marcus Ramberg [Sun, 12 Apr 2009 17:38:59 +0000]
Prepare for maybe-release