15 years agoCreate branch register_actions.
Florian Ragwitz [Thu, 19 Feb 2009 05:16:12 +0000]
Create branch register_actions.

15 years agoDon't run the moose controller test if Moose isn't available
Florian Ragwitz [Thu, 19 Feb 2009 01:29:05 +0000]
Don't run the moose controller test if Moose isn't available

15 years agoDon't set up the moose controller unless Moose is available.
Florian Ragwitz [Thu, 19 Feb 2009 01:28:58 +0000]
Don't set up the moose controller unless Moose is available.

15 years agoRemove uneccesary code i accidentially copied from another test.
Florian Ragwitz [Thu, 19 Feb 2009 01:28:51 +0000]
Remove uneccesary code i accidentially copied from another test.

15 years agobackport test for moose controller instances being constructed properly from 5.80.
Florian Ragwitz [Thu, 19 Feb 2009 01:22:09 +0000]
backport test for moose controller instances being constructed properly from 5.80.

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

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 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 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 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 agoChange what we stream to make test sync for engines easier.
Tomas Doran [Sat, 27 Dec 2008 10:32:56 +0000]
Change what we stream to make test sync for engines easier.

15 years agoBackport several fixes from 5.8 needed to get remote tests passing again on 5.7
Andy Grundman [Mon, 8 Dec 2008 21:02:29 +0000]
Backport several fixes from 5.8 needed to get remote tests passing again on 5.7

15 years agoWorkaround change in LWP that broke a cookie test (RT #40037)
Andy Grundman [Wed, 15 Oct 2008 19:23:04 +0000]
Workaround change in LWP that broke a cookie test (RT #40037)

15 years agoback out go() so we can ship a 5.7100 with other features and bugfixes
Matt S Trout [Wed, 15 Oct 2008 19:17:30 +0000]
back out go() so we can ship a 5.7100 with other features and bugfixes

15 years agoImprove docs for uri_for
Jess Robinson [Wed, 1 Oct 2008 19:25:32 +0000]
Improve docs for uri_for

15 years agoDocument :ChainedParent.
Florian Ragwitz [Tue, 2 Sep 2008 11:48:44 +0000]
Document :ChainedParent.

15 years agoDocument :Chained('../action').
Florian Ragwitz [Tue, 2 Sep 2008 11:48:31 +0000]
Document :Chained('../action').

15 years agoMention PathPrefix in Chained docs.
Florian Ragwitz [Tue, 2 Sep 2008 11:48:19 +0000]
Mention PathPrefix in Chained docs.

15 years agoChangelogging.
Florian Ragwitz [Tue, 26 Aug 2008 15:20:04 +0000]
Changelogging.

15 years agoAdd a test controller for :Chained('../../action').
Florian Ragwitz [Mon, 25 Aug 2008 17:28:56 +0000]
Add a test controller for :Chained('../../action').

Forgot to add it in r8276.

15 years agoUnTODO tests for relative chaining over multiple levels.
Florian Ragwitz [Sun, 24 Aug 2008 19:32:34 +0000]
UnTODO tests for relative chaining over multiple levels.

15 years agoImplement relative chaining over more than one level.
Florian Ragwitz [Sun, 24 Aug 2008 19:32:27 +0000]
Implement relative chaining over more than one level.

15 years agoTest :Chained('../../action').
Florian Ragwitz [Sun, 24 Aug 2008 19:32:21 +0000]
Test :Chained('../../action').

15 years agoUnTODO :Chained('../action') tests.
Florian Ragwitz [Sun, 24 Aug 2008 19:32:14 +0000]
UnTODO :Chained('../action') tests.

15 years agoImplement :ChainedParent.
Florian Ragwitz [Sun, 24 Aug 2008 19:32:08 +0000]
Implement :ChainedParent.

15 years agoImplement :Chained('../action').
Florian Ragwitz [Sun, 24 Aug 2008 19:32:00 +0000]
Implement :Chained('../action').

15 years agoFix tests for ../action chaining.
Florian Ragwitz [Sun, 24 Aug 2008 19:31:53 +0000]
Fix tests for ../action chaining.

rootdef is an endaction; the tests expect two args for chained_rel.

15 years agoMove :Chained sugar out of DispatchType::Chained.
Florian Ragwitz [Sun, 24 Aug 2008 19:31:44 +0000]
Move :Chained sugar out of DispatchType::Chained.

15 years agoimprovements to redirect doc
Kieren Diment [Wed, 20 Aug 2008 18:25:20 +0000]
improvements to redirect doc

15 years agoDispatchType/Chained:
Gareth Kirwan [Mon, 18 Aug 2008 19:03:08 +0000]
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.

15 years agomerge rafl's test
Matt S Trout [Mon, 18 Aug 2008 12:02:54 +0000]
merge rafl's test

15 years agopod fix
Brian Cassidy [Fri, 8 Aug 2008 19:35:45 +0000]
pod fix

15 years agogo() cannot dispatch to anon. actions, fix code and tests to match.
Brian Cassidy [Fri, 8 Aug 2008 14:08:12 +0000]
go() cannot dispatch to anon. actions, fix code and tests to match.

15 years agoFix some Win32 test failures
Brian Cassidy [Thu, 7 Aug 2008 16:31:31 +0000]
Fix some Win32 test failures

15 years agotidy up the name of module in pod
Brian Cassidy [Thu, 7 Aug 2008 11:51:10 +0000]
tidy up the name of module in pod

15 years agoAdd pt translation of error msg
Marcus Ramberg [Wed, 6 Aug 2008 20:19:47 +0000]
Add pt translation of error msg

15 years agoSwitch syntax example for model to use create=static
Jess Robinson [Tue, 5 Aug 2008 20:21:25 +0000]
Switch syntax example for model to use create=static

15 years agoTODO tests added for :ChainedParent and :Chained('../action') atrs
Ash Berlin [Fri, 1 Aug 2008 16:58:25 +0000]
TODO tests added for :ChainedParent and :Chained('../action') atrs

15 years agoAdd chained go tests
Marcus Ramberg [Fri, 25 Jul 2008 06:56:31 +0000]
Add chained go tests

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 agoPrepare for _03 dev release
Marcus Ramberg [Sun, 20 Jul 2008 08:11:37 +0000]
Prepare for _03 dev release

15 years agoadd a test for ACCEPT_CONTEXT from regex fallback in view()
Brian Cassidy [Fri, 18 Jul 2008 13:20:02 +0000]
add a test for ACCEPT_CONTEXT from regex fallback in view()

15 years agoEnsure ACCEPT_CONTEXT is called for results from component()
Brian Cassidy [Fri, 18 Jul 2008 12:29:44 +0000]
Ensure ACCEPT_CONTEXT is called for results from component()

15 years agoAdded the supplied argument to the regexp fallback warning for easier debugging
Brian Cassidy [Fri, 18 Jul 2008 11:23:28 +0000]
Added the supplied argument to the regexp fallback warning for easier debugging

15 years agomore fixes to regexp fallback, ugh.
Brian Cassidy [Fri, 18 Jul 2008 01:21:07 +0000]
more fixes to regexp fallback, ugh.

15 years agoFix regression for regexp fallback in model(), view() and controller()
Brian Cassidy [Fri, 18 Jul 2008 00:01:14 +0000]
Fix regression for regexp fallback in model(), view() and controller()

15 years agotiny doc update
Brian Cassidy [Thu, 17 Jul 2008 15:33:07 +0000]
tiny doc update

15 years agodoc typo fix (rafl)
Brian Cassidy [Thu, 17 Jul 2008 00:37:48 +0000]
doc typo fix (rafl)

15 years agoprepare for devel release
Marcus Ramberg [Wed, 16 Jul 2008 17:32:35 +0000]
prepare for devel release

15 years agoremoving some Dumpers
Brian Cassidy [Wed, 16 Jul 2008 17:23:53 +0000]
removing some Dumpers

15 years agoPrepare 5.7100
Marcus Ramberg [Wed, 16 Jul 2008 17:13:20 +0000]
Prepare 5.7100

15 years agoUpdated Catalyst::Test docs to mention the use of HTTP::Request objects (Rafael Kitover)
Brian Cassidy [Mon, 14 Jul 2008 18:20:11 +0000]
Updated Catalyst::Test docs to mention the use of HTTP::Request objects (Rafael Kitover)

15 years agoClarify inner package behavior of companent instantation in the POD. (no 1 of 2 doc...
Tomas Doran [Sat, 12 Jul 2008 12:02:32 +0000]
Clarify inner package behavior of companent instantation in the POD. (no 1 of 2 doc patches I promised mst)

15 years agomissed one
Brian Cassidy [Mon, 30 Jun 2008 16:25:16 +0000]
missed one

15 years agoauthors cleanup
Brian Cassidy [Mon, 30 Jun 2008 14:58:05 +0000]
authors cleanup

15 years agonuked Catalyst::Build
Brian Cassidy [Mon, 30 Jun 2008 12:19:10 +0000]
nuked Catalyst::Build

15 years agorescue :PathPrefix from an old branch
Brian Cassidy [Fri, 27 Jun 2008 12:06:54 +0000]
rescue :PathPrefix from an old branch

15 years agoFix warning for dev versions
Marcus Ramberg [Fri, 27 Jun 2008 09:19:04 +0000]
Fix warning for dev versions

15 years agoAdd go to changes
Marcus Ramberg [Thu, 26 Jun 2008 06:48:13 +0000]
Add go to changes

15 years agoPrepare for 5.7099_01
Marcus Ramberg [Wed, 25 Jun 2008 20:38:36 +0000]
Prepare for 5.7099_01

15 years agoremove a confusing and duplicate bit of documentation
Marcus Ramberg [Wed, 25 Jun 2008 20:15:23 +0000]
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
r21359@Command-Central (orig r7936):  bricas | 2008-06-20 20:14:11 +0200
r21361@Command-Central (orig r7938):  bricas | 2008-06-23 15:38:24 +0200
r21418@Command-Central (orig r7995):  bricas | 2008-06-24 00:01:06 +0200
r21419@Command-Central (orig r7996):  bricas | 2008-06-24 02:14:21 +0200
r21423@Command-Central (orig r8000):  marcus | 2008-06-25 21:08:09 +0200

15 years agoMerge 'trunk' into 'compres'
Marcus Ramberg [Wed, 25 Jun 2008 19:06:44 +0000]
Merge 'trunk' into 'compres'

r20038@Command-Central (orig r7857):  bricas | 2008-05-29 15:01:03 +0200
Added the ability to remove parameters in req->uri_with() by passing in an undef value (RT #34782)
r21359@Command-Central (orig r7936):  bricas | 2008-06-20 20:14:11 +0200
remove a confusing and duplicate bit of documentation
r21361@Command-Central (orig r7938):  bricas | 2008-06-23 15:38:24 +0200
Fix for LocalRegex when used in the Root controller
r21418@Command-Central (orig r7995):  bricas | 2008-06-24 00:01:06 +0200
Update HTTP::Body dep so that the uploadtmp config value will work (RT #22540)
r21419@Command-Central (orig r7996):  bricas | 2008-06-24 02:14:21 +0200
remove 0-length query string components so warnings aren't thrown (RT #36428)

15 years agoremove 0-length query string components so warnings aren't thrown (RT #36428)
Brian Cassidy [Tue, 24 Jun 2008 00:14:21 +0000]
remove 0-length query string components so warnings aren't thrown (RT #36428)

15 years agoUpdate HTTP::Body dep so that the uploadtmp config value will work (RT #22540)
Brian Cassidy [Mon, 23 Jun 2008 22:01:06 +0000]
Update HTTP::Body dep so that the uploadtmp config value will work (RT #22540)

15 years agoFix for LocalRegex when used in the Root controller
Brian Cassidy [Mon, 23 Jun 2008 13:38:24 +0000]
Fix for LocalRegex when used in the Root controller

15 years agoremove a confusing and duplicate bit of documentation
Brian Cassidy [Fri, 20 Jun 2008 18:14:11 +0000]
remove a confusing and duplicate bit of documentation

15 years agominor change to warning. docs + Changes
Brian Cassidy [Fri, 30 May 2008 13:25:38 +0000]
minor change to warning. docs + Changes

15 years agoadd a test for warnings from comp()
Brian Cassidy [Fri, 30 May 2008 12:57:48 +0000]
add a test for warnings from comp()

15 years agoupdate some warnings
Brian Cassidy [Fri, 30 May 2008 12:54:43 +0000]
update some warnings

15 years agorework component resolution methods (i.e. model(), models(), etc), plus add in some...
Brian Cassidy [Fri, 30 May 2008 12:34:31 +0000]
rework component resolution methods (i.e. model(), models(), etc), plus add in some regexp specific behavior

15 years agoAdded the ability to remove parameters in req->uri_with() by passing in an undef...
Brian Cassidy [Thu, 29 May 2008 13:01:03 +0000]
Added the ability to remove parameters in req->uri_with() by passing in an undef value (RT #34782)

15 years agoFix Catalyst::Utils::home() when application .pm is in the current dir (RT #34437)
Brian Cassidy [Tue, 27 May 2008 02:42:11 +0000]
Fix Catalyst::Utils::home() when application .pm is in the current dir (RT #34437)

15 years agofix up test to match release.
Brian Cassidy [Tue, 27 May 2008 01:43:13 +0000]
fix up test to match release.

15 years agoGet some of the optional_* tests working from dirs with spaces (RT #26455)
Brian Cassidy [Tue, 27 May 2008 00:40:53 +0000]
Get some of the optional_* tests working from dirs with spaces (RT #26455)

15 years agotidy up Changes a wee bit.
Brian Cassidy [Mon, 26 May 2008 01:28:49 +0000]
tidy up Changes a wee bit.

15 years agoFixed changes
Marcus Ramberg [Sun, 25 May 2008 15:44:47 +0000]
Fixed changes

15 years agofixing up some merge fun
Kieren Diment [Fri, 23 May 2008 22:57:59 +0000]
fixing up some merge fun

15 years agomore yaml expurgation
Kieren Diment [Fri, 23 May 2008 22:55:26 +0000]
more yaml expurgation

15 years agoFix regression for "sub foo : Path {}" in the root controller which was introduced...
Brian Cassidy [Fri, 23 May 2008 16:54:30 +0000]
Fix regression for "sub foo : Path {}" in the root controller which was introduced when attempting to allow "0" as a Path.

15 years agomissing file
Brian Cassidy [Fri, 23 May 2008 14:58:07 +0000]
missing file

15 years agoFix regression for relative uri_for arguments after a forward() introduced in 5.7013...
Brian Cassidy [Fri, 23 May 2008 14:54:22 +0000]
Fix regression for relative uri_for arguments after a forward() introduced in 5.7013 (Peter Karman)

15 years agoPrepare for release
Marcus Ramberg [Fri, 16 May 2008 18:16:16 +0000]
Prepare for release

15 years agoProvide backwards compatability methods in Catalyst::Stats
Brian Cassidy [Wed, 14 May 2008 13:42:50 +0000]
Provide backwards compatability methods in Catalyst::Stats

15 years agojust use perl_version() to specify the min. required version of perl
Brian Cassidy [Wed, 14 May 2008 13:42:12 +0000]
just use perl_version() to specify the min. required version of perl

15 years agotest for multiple chained attrs
Marcus Ramberg [Sun, 11 May 2008 09:08:43 +0000]
test for multiple chained attrs

15 years agoadding RT ticket #
Brian Cassidy [Fri, 9 May 2008 18:47:05 +0000]
adding RT ticket #

15 years agoquery param encoding patch
Marcus Ramberg [Fri, 9 May 2008 17:04:23 +0000]
query param encoding patch

15 years agoWorkaround for Win32 and c3_mro.t (RT #26452, tested by Kenichi Ishigaki)
Brian Cassidy [Wed, 7 May 2008 20:10:08 +0000]
Workaround for Win32 and c3_mro.t (RT #26452, tested by Kenichi Ishigaki)

15 years agofix path tests for win32 compat
Brian Cassidy [Wed, 7 May 2008 19:23:05 +0000]
fix path tests for win32 compat

15 years agoFix for Path('0') handling (RT #29334)
Brian Cassidy [Wed, 7 May 2008 17:42:22 +0000]
Fix for Path('0') handling (RT #29334)