15 years agoFix missing =back in pod
Andy Grundman [Wed, 15 Oct 2008 19:37:07 +0000]
Fix missing =back in pod

15 years agoMerge cookie fix from 5.7
Andy Grundman [Wed, 15 Oct 2008 19:33:23 +0000]
Merge cookie fix from 5.7

15 years agoWorkaround change in LWP that broke a cookie test (RT #40037)
Matt S Trout [Wed, 15 Oct 2008 19:24:16 +0000]
Workaround change in LWP that broke a cookie test (RT #40037)
r24853@agaton (orig r8533):  andyg | 2008-10-15 20:23:04 +0100

15 years agofixup merge from GO removal in 5.70 trunk
Matt S Trout [Wed, 15 Oct 2008 19:23:58 +0000]
fixup merge from GO removal in 5.70 trunk

15 years agoImprove docs for uri_for
Matt S Trout [Wed, 15 Oct 2008 19:18:29 +0000]
Improve docs for uri_for

back out go() so we can ship a 5.7100 with other features and bugfixes
r24814@agaton (orig r8494):  castaway | 2008-10-01 20:25:32 +0100
r24851@agaton (orig r8531):  matthewt | 2008-10-15 20:17:30 +0100

15 years agoUse the right package name...
Andy Grundman [Tue, 14 Oct 2008 15:55:43 +0000]
Use the right package name...

15 years agoUpdate changes
Andy Grundman [Tue, 14 Oct 2008 15:55:17 +0000]
Update changes

15 years agoFix typo
Andy Grundman [Tue, 14 Oct 2008 15:52:36 +0000]
Fix typo

15 years agoChange Catalyst::Test to use Moose
Marcus Ramberg [Tue, 14 Oct 2008 09:13:15 +0000]
Change Catalyst::Test to use Moose

15 years agoChanges updated for dev release
Marcus Ramberg [Tue, 14 Oct 2008 06:04:34 +0000]
Changes updated for dev release

15 years agoPrepare for another dev release
Marcus Ramberg [Tue, 14 Oct 2008 06:03:14 +0000]
Prepare for another dev release

15 years agoPrepare for dev release
Marcus Ramberg [Sun, 12 Oct 2008 00:31:07 +0000]
Prepare for dev release

15 years agoImprove error messages for forward/detach/visit/go. Patch by batman++
Florian Ragwitz [Tue, 7 Oct 2008 22:41:34 +0000]
Improve error messages for forward/detach/visit/go. Patch by batman++

15 years agoec2 info
Kieren Diment [Sat, 4 Oct 2008 09:30:04 +0000]
ec2 info

15 years agoSilence warning if no req->match
Andy Grundman [Sun, 28 Sep 2008 13:12:38 +0000]
Silence warning if no req->match

15 years agoRemove HTTPEngine from 5.8
Andy Grundman [Sat, 27 Sep 2008 16:27:28 +0000]
Remove HTTPEngine from 5.8

15 years agoWork in progress engine for HTTP::Engine
Andy Grundman [Sat, 27 Sep 2008 16:00:29 +0000]
Work in progress engine for HTTP::Engine

15 years agoRemove warnings when running aggregated tests.
Florian Ragwitz [Thu, 25 Sep 2008 22:39:44 +0000]
Remove warnings when running aggregated tests.

15 years agolatest go/visit changes, pod fixes, all tests ok
Marcus Ramberg [Wed, 24 Sep 2008 16:44:46 +0000]
latest go/visit changes, pod fixes, all tests ok

15 years agoPod fix for Engine::FastCGI.
Florian Ragwitz [Sat, 20 Sep 2008 01:37:45 +0000]
Pod fix for Engine::FastCGI.

Courtesy of Oleg Kostyuk.

15 years agoChangelogging.
Florian Ragwitz [Mon, 15 Sep 2008 16:02:35 +0000]
Changelogging.

15 years agoDisplay unattached chained actions under -Debug.
Florian Ragwitz [Mon, 15 Sep 2008 16:02:27 +0000]
Display unattached chained actions under -Debug.

15 years agomove no Moose to end of file
Matt S Trout [Sat, 13 Sep 2008 15:39:29 +0000]
move no Moose to end of file

15 years agoUse get_all_methods instead of the deprecated compute_all_applicable_methods.
Florian Ragwitz [Fri, 12 Sep 2008 14:33:41 +0000]
Use get_all_methods instead of the deprecated compute_all_applicable_methods.

15 years agoWhitespace change to make vims syntax highlighting happy.
Florian Ragwitz [Fri, 12 Sep 2008 14:33:31 +0000]
Whitespace change to make vims syntax highlighting happy.

15 years agoMake the HTTP engine use before instead of around to wrap {prepare,finalize}_read.
Florian Ragwitz [Thu, 11 Sep 2008 21:31:02 +0000]
Make the HTTP engine use before instead of around to wrap {prepare,finalize}_read.

This makes the http engine tests pass again.

Still I have no idea why

around foo => sub {
shift->(@_);
};

isn't the same as

around foo => sub {
my $orig = shift;
$orig->(@_);
};

The first version will also pass the coderef to the original method.

15 years agoAdditional doc for uri_for to illustrate passing an action and captures (jhannah)
Tomas Doran [Wed, 10 Sep 2008 15:15:29 +0000]
Additional doc for uri_for to illustrate passing an action and captures (jhannah)

15 years agoAdd myself to CONTRIBUTORS.
Florian Ragwitz [Wed, 10 Sep 2008 13:02:08 +0000]
Add myself to CONTRIBUTORS.

15 years agoChangelogging.
Florian Ragwitz [Wed, 10 Sep 2008 13:01:44 +0000]
Changelogging.

15 years agoMerge branch 'test_aggregate'
Florian Ragwitz [Tue, 9 Sep 2008 22:05:42 +0000]
Merge branch 'test_aggregate'

test_aggregate:
Merge branch 'master' into test_aggregate
Make Test::Aggregate reinitialize $FindBin::Bin for every test file.
Check for Test::Aggregate >= 0.34_01.
Optionally aggreagate tests.
Move aggregatable tests using TestApp to t/aggregate.
Create branch test_aggregate

15 years agoSupport print for Catalyst::Request
Marcus Ramberg [Mon, 8 Sep 2008 21:05:23 +0000]
Support print for Catalyst::Request

15 years agorename test test
Marcus Ramberg [Mon, 8 Sep 2008 20:45:05 +0000]
rename test test

15 years agomerge in new test actions.
Marcus Ramberg [Mon, 8 Sep 2008 20:43:51 +0000]
merge in new test actions.

15 years agoMake ActionChain stringify to its part attribute.
Florian Ragwitz [Mon, 8 Sep 2008 13:26:21 +0000]
Make ActionChain stringify to its part attribute.

This is used in the listing of private actions in debug mode.

15 years agoActionChains part attribute doesn't need a default.
Florian Ragwitz [Mon, 8 Sep 2008 13:25:46 +0000]
ActionChains part attribute doesn't need a default.

15 years agoFixed tests for new test methods
Marcus Ramberg [Mon, 8 Sep 2008 09:45:27 +0000]
Fixed tests for new test methods

15 years agoMerge 'trunk' into 'Catalyst-Test-Updates'
Marcus Ramberg [Sun, 7 Sep 2008 13:04:19 +0000]
Merge 'trunk' into 'Catalyst-Test-Updates'

r26476@Command-Central (orig r8329):  zarquon | 2008-09-02 14:01:11 +0200
 r13852@zaphod:  kd | 2008-09-02 12:52:50 +0100
 rafl doc improvements

r26477@Command-Central (orig r8330):  zarquon | 2008-09-02 14:04:57 +0200
 r13854@zaphod:  kd | 2008-09-02 13:04:40 +0100
 rafl's doc improvements in 5.8

r26481@Command-Central (orig r8334):  groditi | 2008-09-03 01:54:43 +0200
only call ACCEPT_CONTEXT if we actually have a context
r26484@Command-Central (orig r8337):  rafl | 2008-09-03 08:03:36 +0200
Fix ACCEPT_COMPONENT tests.

As of r8334 MyApp->component doesn't invoke ACCEPT_COMPONENT anymore.
r26485@Command-Central (orig r8338):  rafl | 2008-09-03 08:03:41 +0200
Test MyApp->component not invoking ACCEPT_CONTEXT.
r26487@Command-Central (orig r8340):  rafl | 2008-09-03 10:38:05 +0200
Use Test::NoTabs instead of Test::Perl::Critic.
r26507@Command-Central (orig r8359):  rafl | 2008-09-05 17:50:16 +0200
Make go('/chained/action') execute the full chain, not just the endpoint.
r26508@Command-Central (orig r8360):  rafl | 2008-09-05 20:55:52 +0200
Fix ROADMAP url.

15 years agoFix ROADMAP url.
Florian Ragwitz [Fri, 5 Sep 2008 18:55:52 +0000]
Fix ROADMAP url.

15 years agoMake go('/chained/action') execute the full chain, not just the endpoint.
Florian Ragwitz [Fri, 5 Sep 2008 15:50:16 +0000]
Make go('/chained/action') execute the full chain, not just the endpoint.

15 years agoMerge branch 'master' into test_aggregate
Florian Ragwitz [Fri, 5 Sep 2008 15:46:25 +0000]
Merge branch 'master' into test_aggregate

15 years agoMake Test::Aggregate reinitialize $FindBin::Bin for every test file.
Florian Ragwitz [Thu, 4 Sep 2008 08:16:16 +0000]
Make Test::Aggregate reinitialize $FindBin::Bin for every test file.

15 years agoCheck for Test::Aggregate >= 0.34_01.
Florian Ragwitz [Thu, 4 Sep 2008 08:16:07 +0000]
Check for Test::Aggregate >= 0.34_01.

This is the first version to not mess with output and exit code when not even
running any tests.

15 years agoOptionally aggreagate tests.
Florian Ragwitz [Thu, 4 Sep 2008 08:15:54 +0000]
Optionally aggreagate tests.

15 years agoMove aggregatable tests using TestApp to t/aggregate.
Florian Ragwitz [Thu, 4 Sep 2008 08:15:44 +0000]
Move aggregatable tests using TestApp to t/aggregate.

15 years agoAdd new test features
Marcus Ramberg [Wed, 3 Sep 2008 08:59:03 +0000]
Add new test features

15 years agoAdd new test features
Marcus Ramberg [Wed, 3 Sep 2008 08:58:53 +0000]
Add new test features

15 years agoUse Test::NoTabs instead of Test::Perl::Critic.
Florian Ragwitz [Wed, 3 Sep 2008 08:38:05 +0000]
Use Test::NoTabs instead of Test::Perl::Critic.

15 years agoTest MyApp->component not invoking ACCEPT_CONTEXT.
Florian Ragwitz [Wed, 3 Sep 2008 06:03:41 +0000]
Test MyApp->component not invoking ACCEPT_CONTEXT.

15 years agoFix ACCEPT_COMPONENT tests.
Florian Ragwitz [Wed, 3 Sep 2008 06:03:36 +0000]
Fix ACCEPT_COMPONENT tests.

As of r8334 MyApp->component doesn't invoke ACCEPT_COMPONENT anymore.

15 years agoonly call ACCEPT_CONTEXT if we actually have a context
Guillermo Roditi [Tue, 2 Sep 2008 23:54:43 +0000]
only call ACCEPT_CONTEXT if we actually have a context

15 years agorafl's doc improvements in 5.8
Kieren Diment [Tue, 2 Sep 2008 12:04:57 +0000]
rafl's doc improvements in 5.8

15 years agorafl doc improvements
Kieren Diment [Tue, 2 Sep 2008 12:01:11 +0000]
rafl doc improvements

15 years agofixup Catalyst::Action
Matt S Trout [Mon, 1 Sep 2008 15:32:52 +0000]
fixup Catalyst::Action

15 years agoFix Chained Dispatch broken by chain registration.
Gareth Kirwan [Mon, 1 Sep 2008 14:57:35 +0000]
Fix Chained Dispatch broken by chain registration.

15 years agofix stupid merge mistake
Matt S Trout [Mon, 1 Sep 2008 14:41:41 +0000]
fix stupid merge mistake

15 years agor12983@zaphod: kd | 2008-04-28 18:10:27 +1000
Matt S Trout [Mon, 1 Sep 2008 13:06:33 +0000]
r12983@zaphod:  kd | 2008-04-28 18:10:27 +1000
lighttpd non-root doc fix

POD: IO::FileHandle => IO::Handle (RT #35690)
Fix grammar on welcome page (RT #33236)
Fix for Path('0') handling (RT #29334)
fix path tests for win32 compat
Workaround for Win32 and c3_mro.t (RT #26452, tested by Kenichi Ishigaki)
query param encoding patch
adding RT ticket #
test for multiple chained attrs
just use perl_version() to specify the min. required version of perl
Provide backwards compatability methods in Catalyst::Stats
Prepare for release
Fix regression for relative uri_for arguments after a forward() introduced in 5.7013 (Peter Karman)
missing file
Fix regression for "sub foo : Path {}" in the root controller which was introduced when attempting to allow "0" as a Path.
r13155@zaphod:  kd | 2008-05-23 19:31:34 +1000
more yaml expurgation

r13167@zaphod:  kd | 2008-05-24 08:57:42 +1000
fixing up some merge fun

Fixed changes
tidy up Changes a wee bit.
Get some of the optional_* tests working from dirs with spaces (RT #26455)
fix up test to match release.
Fix Catalyst::Utils::home() when application .pm is in the current dir (RT #34437)
Added the ability to remove parameters in req->uri_with() by passing in an undef value (RT #34782)
remove a confusing and duplicate bit of documentation
Fix for LocalRegex when used in the Root controller
Update HTTP::Body dep so that the uploadtmp config value will work (RT #22540)
remove 0-length query string components so warnings aren't thrown (RT #36428)
merge compres branch
merge go branch.
Prepare for 5.7099_01
Add go to changes
Fix warning for dev versions
rescue :PathPrefix from an old branch
nuked Catalyst::Build
authors cleanup
missed one
Clarify inner package behavior of companent instantation in the POD. (no 1 of 2 doc patches I promised mst)
Updated Catalyst::Test docs to mention the use of HTTP::Request objects (Rafael Kitover)
Prepare 5.7100
removing some Dumpers
prepare for devel release
doc typo fix (rafl)
tiny doc update
Fix regression for regexp fallback in model(), view() and controller()
more fixes to regexp fallback, ugh.
Added the supplied argument to the regexp fallback warning for easier debugging
Ensure ACCEPT_CONTEXT is called for results from component()
add a test for ACCEPT_CONTEXT from regex fallback in view()
Prepare for _03 dev release
Added warnign that path_to() should be called after MyApp->setup, which sets $c->config->{home}

Undoing my commit since the issue had been fixed in Catalyst::Devel 1.08 (#37869)

Add chained go tests
TODO tests added for :ChainedParent and :Chained('../action') atrs
Switch syntax example for model to use create=static

Add pt translation of error msg
tidy up the name of module in pod
Fix some Win32 test failures
go() cannot dispatch to anon. actions, fix code and tests to match.
pod fix
merge rafl's test
DispatchType/Chained:
A chain of equal actions but less captures should win over one with more captures.
Less captures is taken to mean it did so less ambiguously, and therefore wins the fight.
A chain of more actions will lose to one of less actions even if it had less captures, though.
i.e.: Actions beat Captures, but Captures decide betwixt Actions.

r13745@harold:  kd | 2008-08-20 19:24:42 +0100
improvements to redirect doc

Move :Chained sugar out of DispatchType::Chained.
Fix tests for ../action chaining.

rootdef is an endaction; the tests expect two args for chained_rel.
Implement :Chained('../action').
Implement :ChainedParent.
UnTODO :Chained('../action') tests.
Test :Chained('../../action').
Implement relative chaining over more than one level.
UnTODO tests for relative chaining over multiple levels.
Add a test controller for :Chained('../../action').

Forgot to add it in r8276.
Changelogging.
r18460@agaton (orig r7637):  zarquon | 2008-04-28 09:22:19 +0100
r18802@agaton (orig r7710):  bricas | 2008-05-07 14:05:16 +0100
r18803@agaton (orig r7711):  bricas | 2008-05-07 14:23:04 +0100
r18806@agaton (orig r7714):  bricas | 2008-05-07 18:42:22 +0100
r18807@agaton (orig r7715):  bricas | 2008-05-07 20:23:05 +0100
r18808@agaton (orig r7716):  bricas | 2008-05-07 21:10:08 +0100
r18823@agaton (orig r7731):  marcus | 2008-05-09 18:04:23 +0100
r18824@agaton (orig r7732):  bricas | 2008-05-09 19:47:05 +0100
r18828@agaton (orig r7736):  marcus | 2008-05-11 10:08:43 +0100
r18883@agaton (orig r7748):  bricas | 2008-05-14 14:42:12 +0100
r18884@agaton (orig r7749):  bricas | 2008-05-14 14:42:50 +0100
r19082@agaton (orig r7758):  marcus | 2008-05-16 19:16:16 +0100
r19100@agaton (orig r7776):  bricas | 2008-05-23 15:54:22 +0100
r19101@agaton (orig r7777):  bricas | 2008-05-23 15:58:07 +0100
r19102@agaton (orig r7778):  bricas | 2008-05-23 17:54:30 +0100
r19106@agaton (orig r7782):  zarquon | 2008-05-23 23:55:26 +0100
r19108@agaton (orig r7784):  zarquon | 2008-05-23 23:57:59 +0100
r19115@agaton (orig r7790):  marcus | 2008-05-25 16:44:47 +0100
r19119@agaton (orig r7794):  bricas | 2008-05-26 02:28:49 +0100
r19207@agaton (orig r7809):  bricas | 2008-05-27 01:40:53 +0100
r19208@agaton (orig r7810):  bricas | 2008-05-27 02:43:13 +0100
r19209@agaton (orig r7811):  bricas | 2008-05-27 03:42:11 +0100
r19473@agaton (orig r7857):  bricas | 2008-05-29 14:01:03 +0100
r20113@agaton (orig r7936):  bricas | 2008-06-20 19:14:11 +0100
r20115@agaton (orig r7938):  bricas | 2008-06-23 14:38:24 +0100
r20172@agaton (orig r7995):  bricas | 2008-06-23 23:01:06 +0100
r20173@agaton (orig r7996):  bricas | 2008-06-24 01:14:21 +0100
r20226@agaton (orig r8000):  marcus | 2008-06-25 20:08:09 +0100
r20228@agaton (orig r8002):  marcus | 2008-06-25 21:16:15 +0100
r20229@agaton (orig r8003):  marcus | 2008-06-25 21:38:36 +0100
r20232@agaton (orig r8006):  marcus | 2008-06-26 07:48:13 +0100
r20237@agaton (orig r8011):  marcus | 2008-06-27 10:19:04 +0100
r20281@agaton (orig r8012):  bricas | 2008-06-27 13:06:54 +0100
r20374@agaton (orig r8053):  bricas | 2008-06-30 13:19:10 +0100
r20375@agaton (orig r8054):  bricas | 2008-06-30 15:58:05 +0100
r20378@agaton (orig r8057):  bricas | 2008-06-30 17:25:16 +0100
r20710@agaton (orig r8106):  t0m | 2008-07-12 13:02:32 +0100
r20718@agaton (orig r8114):  bricas | 2008-07-14 19:20:11 +0100
r20835@agaton (orig r8124):  marcus | 2008-07-16 18:13:20 +0100
r20836@agaton (orig r8125):  bricas | 2008-07-16 18:23:53 +0100
r20837@agaton (orig r8126):  marcus | 2008-07-16 18:32:35 +0100
r20839@agaton (orig r8128):  bricas | 2008-07-17 01:37:48 +0100
r20845@agaton (orig r8134):  bricas | 2008-07-17 16:33:07 +0100
r20846@agaton (orig r8135):  bricas | 2008-07-18 01:01:14 +0100
r20847@agaton (orig r8136):  bricas | 2008-07-18 02:21:07 +0100
r20858@agaton (orig r8138):  bricas | 2008-07-18 12:23:28 +0100
r20860@agaton (orig r8140):  bricas | 2008-07-18 13:29:44 +0100
r20861@agaton (orig r8141):  bricas | 2008-07-18 14:20:02 +0100
r21095@agaton (orig r8143):  marcus | 2008-07-20 09:11:37 +0100
r21101@agaton (orig r8149):  dandv | 2008-07-22 22:26:55 +0100
r21103@agaton (orig r8151):  dandv | 2008-07-23 11:56:29 +0100
r21113@agaton (orig r8161):  marcus | 2008-07-25 07:56:31 +0100
r21254@agaton (orig r8175):  ash | 2008-08-01 17:58:25 +0100
r21391@agaton (orig r8185):  castaway | 2008-08-05 21:21:25 +0100
r21400@agaton (orig r8194):  marcus | 2008-08-06 21:19:47 +0100
r21401@agaton (orig r8195):  bricas | 2008-08-07 12:51:10 +0100
r21404@agaton (orig r8196):  bricas | 2008-08-07 17:31:31 +0100
r21405@agaton (orig r8197):  bricas | 2008-08-08 15:08:12 +0100
r21439@agaton (orig r8199):  bricas | 2008-08-08 20:35:45 +0100
r21598@agaton (orig r8231):  matthewt | 2008-08-18 13:02:54 +0100
r23166@agaton (orig r8232):  gbjk | 2008-08-18 20:03:08 +0100
r23169@agaton (orig r8235):  zarquon | 2008-08-20 19:25:20 +0100
r23356@agaton (orig r8271):  rafl | 2008-08-24 20:31:44 +0100
r23357@agaton (orig r8272):  rafl | 2008-08-24 20:31:53 +0100
r23358@agaton (orig r8273):  rafl | 2008-08-24 20:32:00 +0100
r23359@agaton (orig r8274):  rafl | 2008-08-24 20:32:08 +0100
r23360@agaton (orig r8275):  rafl | 2008-08-24 20:32:14 +0100
r23361@agaton (orig r8276):  rafl | 2008-08-24 20:32:21 +0100
r23362@agaton (orig r8277):  rafl | 2008-08-24 20:32:27 +0100
r23363@agaton (orig r8278):  rafl | 2008-08-24 20:32:34 +0100
r23367@agaton (orig r8282):  rafl | 2008-08-25 18:28:56 +0100
r23380@agaton (orig r8295):  rafl | 2008-08-26 16:20:04 +0100

15 years agoBump version requirement for MX::Emulate::CAF to the new release which fixes the...
Tomas Doran [Wed, 30 Jul 2008 17:05:38 +0000]
Bump version requirement for MX::Emulate::CAF to the new release which fixes the issues with immutable/around new/inheritance by avoiding the issue alltogether.

15 years agoCommit a failing test for components getting config from self. This is a showstopper...
Tomas Doran [Mon, 28 Jul 2008 20:39:00 +0000]
Commit a failing test for components getting config from self. This is a showstopper regression IMO, so it is not TODO. Change around new to BUILDARGS in C::Component

15 years agoUndoing my commit since the issue had been fixed in Catalyst::Devel 1.08 (#37869)
Dan Dascalescu [Wed, 23 Jul 2008 10:56:29 +0000]
Undoing my commit since the issue had been fixed in Catalyst::Devel 1.08 (#37869)

15 years agoAdded warnign that path_to() should be called after MyApp->setup, which sets $c-...
Dan Dascalescu [Tue, 22 Jul 2008 21:26:55 +0000]
Added warnign that path_to() should be called after MyApp->setup, which sets $c->config->{home}

15 years agoAdd stringify back for action, and test
Marcus Ramberg [Thu, 26 Jun 2008 16:30:56 +0000]
Add stringify back for action, and test

15 years agomake class data unlock and relock classes if immutable
Guillermo Roditi [Mon, 23 Jun 2008 21:21:21 +0000]
make class data unlock and relock classes if immutable
r18589@martha (orig r7911):  groditi | 2008-06-12 12:43:58 -0400

15 years agoput config() back to old code but with a new copy-up test
Guillermo Roditi [Mon, 23 Jun 2008 21:21:16 +0000]
put config() back to old code but with a new copy-up test
r18430@martha (orig r7908):  matthewt | 2008-06-10 12:55:37 -0400

15 years agoswitch from add_package_symbol for the sake of immutable
Guillermo Roditi [Mon, 23 Jun 2008 21:21:10 +0000]
switch from add_package_symbol for the sake of immutable
r18429@martha (orig r7907):  matthewt | 2008-06-10 12:24:55 -0400

15 years agoconfig wins, groditi loses. FUCK YOU FOR SUPPORTING THAT STUPID BEHAVIOR
Guillermo Roditi [Mon, 23 Jun 2008 21:21:04 +0000]
config wins, groditi loses. FUCK YOU FOR SUPPORTING THAT STUPID BEHAVIOR
r18428@martha (orig r7906):  groditi | 2008-06-09 18:37:44 -0400

15 years agostill failing some tests. waiting for suggestions on whether to fix old CDIretardedness
Guillermo Roditi [Mon, 23 Jun 2008 21:20:54 +0000]
still failing some tests. waiting for suggestions on whether to fix old CDIretardedness
r18426@martha (orig r7904):  groditi | 2008-06-09 16:00:14 -0400

15 years agobroken classdata version
Guillermo Roditi [Mon, 23 Jun 2008 21:20:47 +0000]
broken classdata version
r18425@martha (orig r7903):  groditi | 2008-06-09 14:46:29 -0400

15 years agobackcompat for NEXT in &COMPONENT + test
Guillermo Roditi [Mon, 23 Jun 2008 21:20:41 +0000]
backcompat for NEXT in &COMPONENT + test
r18399@martha (orig r7893):  groditi | 2008-06-04 12:15:25 -0400

15 years agobye bye Class::C3. for good.
Guillermo Roditi [Mon, 23 Jun 2008 21:20:34 +0000]
bye bye Class::C3. for good.
r18299@martha (orig r7827):  groditi | 2008-05-27 22:42:31 -0400

15 years agorevert MyApp instantiation
Guillermo Roditi [Mon, 23 Jun 2008 21:20:13 +0000]
revert MyApp instantiation
r18298@martha (orig r7826):  groditi | 2008-05-27 21:42:55 -0400

15 years agomro compat stuff
Guillermo Roditi [Mon, 23 Jun 2008 21:20:05 +0000]
mro compat stuff
r17838@martha (orig r7769):  groditi | 2008-05-21 11:23:23 -0400

15 years agomaking $app be an instance, less symbol table hijacking, cache path_prefix and action...
Guillermo Roditi [Mon, 23 Jun 2008 21:19:43 +0000]
making $app be an instance, less symbol table hijacking, cache path_prefix and action_namespace
r17835@martha (orig r7766):  groditi | 2008-05-20 16:10:51 -0400

15 years agoRemove use of overload
Guillermo Roditi [Mon, 23 Jun 2008 21:19:36 +0000]
Remove use of overload
Fixup some tests
Fixup some areas of code
r17834@martha (orig r7765):  konobi | 2008-05-20 04:11:55 -0400

15 years agoUpdate dispatcher attributes to have sane defaults.
Guillermo Roditi [Mon, 23 Jun 2008 21:19:24 +0000]
Update dispatcher attributes to have sane defaults.
r17833@martha (orig r7764):  konobi | 2008-05-19 19:32:41 -0400

15 years agostart using Class::C3, may need to add a reinitalize bit later, not sure
Guillermo Roditi [Mon, 23 Jun 2008 21:19:18 +0000]
start using Class::C3, may need to add a reinitalize bit later, not sure
r17830@martha (orig r7761):  groditi | 2008-05-17 17:52:33 -0400

15 years agoFix tests that were testing object internals instead of accessors.
Guillermo Roditi [Mon, 23 Jun 2008 21:18:56 +0000]
Fix tests that were testing object internals instead of accessors.
r17795@martha (orig r7726):  konobi | 2008-05-08 15:10:48 -0400

15 years agoUpdated Catalyst::Request and Catalyst::Response to have sensible defaults for attributes
Guillermo Roditi [Mon, 23 Jun 2008 21:18:49 +0000]
Updated Catalyst::Request and Catalyst::Response to have sensible defaults for attributes
Updated Catalyst.pm to reflect sensible defaults
Worked through some TODO items added by groditi
Fixed up a test that was testing against object internals rather than accessors
r17794@martha (orig r7725):  konobi | 2008-05-08 14:42:41 -0400

15 years agoRemove redundant and erroneous perl 5.8.1 "requires" line.
Guillermo Roditi [Mon, 23 Jun 2008 21:18:34 +0000]
Remove redundant and erroneous perl 5.8.1 "requires" line.
r17787@martha (orig r7718):  konobi | 2008-05-07 21:40:12 -0400

15 years agowhitespace changes for attributes
Guillermo Roditi [Mon, 23 Jun 2008 21:18:28 +0000]
whitespace changes for attributes
r17650@martha (orig r7671):  groditi | 2008-05-03 15:33:51 -0400

15 years agoeliminate usage of each() on hashes we don't own, since we can't guarantee the iterat...
Guillermo Roditi [Mon, 23 Jun 2008 21:18:19 +0000]
eliminate usage of each() on hashes we don't own, since we can't guarantee the iterator position's been reset so it's a bug waiting to happen
r17536@martha (orig r7627):  matthewt | 2008-04-22 16:46:12 -0400

15 years agoreverting (most of) the whitespace changes
Guillermo Roditi [Mon, 23 Jun 2008 21:18:09 +0000]
reverting (most of) the whitespace changes
r17535@martha (orig r7626):  matthewt | 2008-04-22 15:59:49 -0400

15 years agoenabling immutable finishing porting Log and stats
Guillermo Roditi [Mon, 23 Jun 2008 21:17:40 +0000]
enabling immutable finishing porting Log and stats
r17131@martha (orig r7537):  groditi | 2008-03-31 19:54:34 -0400

15 years agoconverting the engines. i had to add use NEXT to some of the test files to make it...
Guillermo Roditi [Mon, 23 Jun 2008 21:17:23 +0000]
converting the engines. i had to add use NEXT to some of the test files to make it work. hope thats not a bad thing
r17077@martha (orig r7534):  groditi | 2008-03-29 20:51:46 -0400

15 years agolittle things in Catalyst.pm
Guillermo Roditi [Mon, 23 Jun 2008 21:01:08 +0000]
little things in Catalyst.pm
r17018@martha (orig r7530):  groditi | 2008-03-26 19:42:35 -0400

15 years agocode improvements in Catalyst::Controller
Guillermo Roditi [Mon, 23 Jun 2008 21:01:01 +0000]
code improvements in Catalyst::Controller
r17017@martha (orig r7529):  groditi | 2008-03-26 18:49:54 -0400

15 years agorestore ensure_class_loaded since Class::MOP::load_class doesn't have a force load...
Guillermo Roditi [Mon, 23 Jun 2008 21:00:54 +0000]
restore ensure_class_loaded since Class::MOP::load_class doesn't have a force load flag
r17016@martha (orig r7528):  matthewt | 2008-03-26 16:46:06 -0400

15 years agofix MRO
Guillermo Roditi [Mon, 23 Jun 2008 21:00:47 +0000]
fix MRO
r17015@martha (orig r7527):  matthewt | 2008-03-26 16:32:10 -0400

15 years agoShow failure
Guillermo Roditi [Mon, 23 Jun 2008 21:00:42 +0000]
Show failure
r17014@martha (orig r7526):  marcus | 2008-03-26 15:55:25 -0400

15 years agosome more comments and little changes as well as some notes. test output still the...
Guillermo Roditi [Mon, 23 Jun 2008 21:00:36 +0000]
some more comments and little changes as well as some notes. test output still the same. aplogizing if this breaks something, my SVK is acting really strange
r17012@martha (orig r7524):  groditi | 2008-03-25 20:45:31 -0400

15 years agoa couple more details
Guillermo Roditi [Mon, 23 Jun 2008 21:00:25 +0000]
a couple more details
r17010@martha (orig r7523):  groditi | 2008-03-25 19:06:21 -0400

15 years agopassing a lot more tests. still alot of work to be done. extends keyword dies on...
Guillermo Roditi [Mon, 23 Jun 2008 21:00:19 +0000]
passing a lot more tests. still alot of work to be done. extends keyword dies on Controller.pm need to get rid of NEXT and convert a lot of the syntax over for clarity. i think the controller path / namespace changes pass the tests, but i do not trust them to be DTRT. need to investigate further.
r17009@martha (orig r7522):  groditi | 2008-03-25 18:36:01 -0400

15 years agoOverload to stringify correctly
Guillermo Roditi [Mon, 23 Jun 2008 21:00:11 +0000]
Overload to stringify correctly
r17008@martha (orig r7521):  marcus | 2008-03-25 15:11:29 -0400

15 years agosome tests fail and some things are ugly, but i think its a small step forward
Guillermo Roditi [Mon, 23 Jun 2008 21:00:04 +0000]
some tests fail and some things are ugly, but i think its a small step forward
r16998@martha (orig r7511):  groditi | 2008-03-17 15:41:17 -0400

15 years agoreapplying changes by konobi that I accidentally undid earlier. sorry about that
Guillermo Roditi [Mon, 23 Jun 2008 20:59:56 +0000]
reapplying changes by konobi that I accidentally undid earlier. sorry about that
r16983@martha (orig r7506):  groditi | 2008-03-15 01:21:42 -0400

15 years agoAttrContainer no longer ISA C::D::I but still uses it until I figure what to do about...
Guillermo Roditi [Mon, 23 Jun 2008 20:59:49 +0000]
AttrContainer no longer ISA C::D::I but still uses it until I figure what to do about ClassAttribute things
r16982@martha (orig r7505):  groditi | 2008-03-15 01:12:50 -0400

15 years agoload classes with Class::MOP::load_class
Guillermo Roditi [Mon, 23 Jun 2008 20:59:43 +0000]
load classes with Class::MOP::load_class
r16981@martha (orig r7504):  groditi | 2008-03-15 01:08:08 -0400

15 years agoadd chained to the list of successful conversions :)
Guillermo Roditi [Mon, 23 Jun 2008 20:59:36 +0000]
add chained to the list of successful conversions :)
r16980@martha (orig r7503):  groditi | 2008-03-15 01:03:50 -0400

15 years agoPath done
Guillermo Roditi [Mon, 23 Jun 2008 20:59:30 +0000]
Path done
r16979@martha (orig r7502):  groditi | 2008-03-15 00:51:02 -0400

15 years agoreverting back to when tests pass. applying changes one by one to find what failed
Guillermo Roditi [Mon, 23 Jun 2008 20:59:23 +0000]
reverting back to when tests pass. applying changes one by one to find what failed
r16978@martha (orig r7501):  groditi | 2008-03-15 00:42:23 -0400

15 years agocommitting broken version. rolling back in a min. just making sure this gets saved...
Guillermo Roditi [Mon, 23 Jun 2008 20:59:07 +0000]
committing broken version. rolling back in a min. just making sure this gets saved somewhere
r16977@martha (orig r7500):  groditi | 2008-03-14 23:20:10 -0400