14 years agocleanup TODO
Rafael Kitover [Thu, 25 Jun 2009 02:22:27 +0000]
cleanup TODO

14 years agoMerge 'trunk' into 'namespace_handling_refactor'
Rafael Kitover [Thu, 25 Jun 2009 01:05:10 +0000]
Merge 'trunk' into 'namespace_handling_refactor'

r5375@hlagh (orig r10489):  caelum | 2009-06-09 05:46:43 -0700
added test for ->view() with one view not returning a blessed instance
r5452@hlagh (orig r10494):  t0m | 2009-06-10 08:21:32 -0700
Add conflict line to Makefile.PL for Component::ACCEPT_CONTEXT

r5453@hlagh (orig r10497):  rafl | 2009-06-10 13:16:25 -0700
This is version 5.80.
r5454@hlagh (orig r10498):  lukes | 2009-06-10 14:20:57 -0700
prevent encoding plus signs in uri_for args
r5455@hlagh (orig r10499):  dandv | 2009-06-10 23:59:56 -0700
Fixed typos, added parameters for content_like

r5456@hlagh (orig r10500):  dandv | 2009-06-11 00:10:46 -0700
Fixed run-on sentence in COPYRIGHT and s/program/library/

r5457@hlagh (orig r10501):  dandv | 2009-06-11 00:27:56 -0700
Cosmetic: removed trailing whitespace

r5458@hlagh (orig r10502):  caelum | 2009-06-11 05:42:00 -0700
fix $c->view() bug hopefully
r5540@hlagh (orig r10551):  hobbs | 2009-06-16 11:57:17 -0700
Doc patch warning of C<< $c->req->param >>'s fuzzy behavior.

r5541@hlagh (orig r10574):  t0m | 2009-06-17 09:03:51 -0700
Back out 10498 and 10097
r5542@hlagh (orig r10575):  jshirley | 2009-06-17 09:18:29 -0700
Adding failing test for uri_for behaviors
r5543@hlagh (orig r10576):  jshirley | 2009-06-17 09:19:53 -0700
Fixing test count
r5544@hlagh (orig r10579):  t0m | 2009-06-17 18:21:17 -0700
Test dinks
r5545@hlagh (orig r10581):  caelum | 2009-06-17 21:13:07 -0700
slight test fix, but test is still probably wrong
r5554@hlagh (orig r10583):  zarquon | 2009-06-18 03:47:36 -0700
attempt to test for the infamous repeating path-uri-escape evil
r5579@hlagh (orig r10594):  t0m | 2009-06-19 13:35:41 -0700
Just initialize a logger which only logs fatal errors, no mock needed
r5580@hlagh (orig r10595):  t0m | 2009-06-19 13:39:19 -0700
Remove Test::MockObject
r5581@hlagh (orig r10596):  t0m | 2009-06-19 13:39:58 -0700
Remove Test::MockObject
r5582@hlagh (orig r10597):  t0m | 2009-06-19 13:41:46 -0700
Remove MockObject
r5583@hlagh (orig r10598):  t0m | 2009-06-19 13:44:15 -0700
1 more MockObject removal
r5584@hlagh (orig r10599):  t0m | 2009-06-19 13:46:45 -0700
Remove MockObject from Makefile.PL
r5596@hlagh (orig r10605):  t0m | 2009-06-20 16:23:19 -0700
Re-add lukes specific regression test from r10498
r5597@hlagh (orig r10606):  t0m | 2009-06-20 16:25:31 -0700
Update test to be TODO, and note this case used to fail on 5.7
r5600@hlagh (orig r10609):  zarquon | 2009-06-20 17:31:39 -0700
this test is not for the regression which you seek
r5670@hlagh (orig r10612):  t0m | 2009-06-22 09:31:09 -0700
Test closures in config in the testapp. Makes everything go bang.
r5671@hlagh (orig r10613):  t0m | 2009-06-22 09:37:26 -0700
Use merge_hashes rather than dclone
r5672@hlagh (orig r10614):  t0m | 2009-06-22 11:06:48 -0700
Fix uri_for_action test by just reverting to as it was in 5.8003 before various lame tests were added and mismerged

14 years agoFix uri_for_action test by just reverting to as it was in 5.8003 before various lame...
Tomas Doran [Mon, 22 Jun 2009 18:06:48 +0000]
Fix uri_for_action test by just reverting to as it was in 5.8003 before various lame tests were added and mismerged

14 years agoUse merge_hashes rather than dclone
Tomas Doran [Mon, 22 Jun 2009 16:37:26 +0000]
Use merge_hashes rather than dclone

14 years agoTest closures in config in the testapp. Makes everything go bang.
Tomas Doran [Mon, 22 Jun 2009 16:31:09 +0000]
Test closures in config in the testapp. Makes everything go bang.

14 years agothis test is not for the regression which you seek
Kieren Diment [Sun, 21 Jun 2009 00:31:39 +0000]
this test is not for the regression which you seek

14 years agoUpdate test to be TODO, and note this case used to fail on 5.7
Tomas Doran [Sat, 20 Jun 2009 23:25:31 +0000]
Update test to be TODO, and note this case used to fail on 5.7

14 years agoRe-add lukes specific regression test from r10498
Tomas Doran [Sat, 20 Jun 2009 23:23:19 +0000]
Re-add lukes specific regression test from r10498

14 years agoRemove MockObject from Makefile.PL
Tomas Doran [Fri, 19 Jun 2009 20:46:45 +0000]
Remove MockObject from Makefile.PL

14 years ago1 more MockObject removal
Tomas Doran [Fri, 19 Jun 2009 20:44:15 +0000]
1 more MockObject removal

14 years agoRemove MockObject
Tomas Doran [Fri, 19 Jun 2009 20:41:46 +0000]
Remove MockObject

14 years agoRemove Test::MockObject
Tomas Doran [Fri, 19 Jun 2009 20:39:58 +0000]
Remove Test::MockObject

14 years agoRemove Test::MockObject
Tomas Doran [Fri, 19 Jun 2009 20:39:19 +0000]
Remove Test::MockObject

14 years agoJust initialize a logger which only logs fatal errors, no mock needed
Tomas Doran [Fri, 19 Jun 2009 20:35:41 +0000]
Just initialize a logger which only logs fatal errors, no mock needed

14 years agoattempt to test for the infamous repeating path-uri-escape evil
Kieren Diment [Thu, 18 Jun 2009 10:47:36 +0000]
attempt to test for the infamous repeating path-uri-escape evil

14 years agoslight test fix, but test is still probably wrong
Rafael Kitover [Thu, 18 Jun 2009 04:13:07 +0000]
slight test fix, but test is still probably wrong

14 years agoTest dinks
Tomas Doran [Thu, 18 Jun 2009 01:21:17 +0000]
Test dinks

14 years agoFixing test count
J. Shirley [Wed, 17 Jun 2009 16:19:53 +0000]
Fixing test count

14 years agoAdding failing test for uri_for behaviors
J. Shirley [Wed, 17 Jun 2009 16:18:29 +0000]
Adding failing test for uri_for behaviors

14 years agoBack out 10498 and 10097
Tomas Doran [Wed, 17 Jun 2009 16:03:51 +0000]
Back out 10498 and 10097

14 years agoDoc patch warning of C<< $c->req->param >>'s fuzzy behavior.
Andrew Rodland [Tue, 16 Jun 2009 18:57:17 +0000]
Doc patch warning of C<< $c->req->param >>'s fuzzy behavior.

14 years agofix $c->view() bug hopefully
Rafael Kitover [Thu, 11 Jun 2009 12:42:00 +0000]
fix $c->view() bug hopefully

14 years agoCosmetic: removed trailing whitespace
Dan Dascalescu [Thu, 11 Jun 2009 07:27:56 +0000]
Cosmetic: removed trailing whitespace

14 years agoFixed run-on sentence in COPYRIGHT and s/program/library/
Dan Dascalescu [Thu, 11 Jun 2009 07:10:46 +0000]
Fixed run-on sentence in COPYRIGHT and s/program/library/

14 years agoFixed typos, added parameters for content_like
Dan Dascalescu [Thu, 11 Jun 2009 06:59:56 +0000]
Fixed typos, added parameters for content_like

14 years agoprevent encoding plus signs in uri_for args
Luke Saunders [Wed, 10 Jun 2009 21:20:57 +0000]
prevent encoding plus signs in uri_for args

14 years agoThis is version 5.80.
Florian Ragwitz [Wed, 10 Jun 2009 20:16:25 +0000]
This is version 5.80.

14 years agoAdd conflict line to Makefile.PL for Component::ACCEPT_CONTEXT
Tomas Doran [Wed, 10 Jun 2009 15:21:32 +0000]
Add conflict line to Makefile.PL for Component::ACCEPT_CONTEXT

14 years agoadded test for ->view() with one view not returning a blessed instance
Rafael Kitover [Tue, 9 Jun 2009 12:46:43 +0000]
added test for ->view() with one view not returning a blessed instance

14 years agoChanges patches
Moritz Onken [Sun, 7 Jun 2009 12:36:55 +0000]
Changes patches

14 years agoAdded support for ~ prefix to plugins and action classes
Moritz Onken [Sun, 7 Jun 2009 12:28:53 +0000]
Added support for ~ prefix to plugins and action classes

14 years agoremoved commented code
Moritz Onken [Sun, 7 Jun 2009 11:49:58 +0000]
removed commented code

14 years agocontroller actions without attributes which are defined via config
Moritz Onken [Sun, 7 Jun 2009 11:14:23 +0000]
controller actions without attributes which are defined via config

14 years agoTODO fix
Moritz Onken [Sat, 6 Jun 2009 13:34:42 +0000]
TODO fix

14 years agorefactor of namespace handling
Moritz Onken [Sat, 6 Jun 2009 13:33:53 +0000]
refactor of namespace handling

14 years agoPrepare for 05 5.80005
Marcus Ramberg [Sat, 6 Jun 2009 12:41:29 +0000]
Prepare for 05

14 years agoFix warnings, we may not always be dumping a object
Tomas Doran [Sat, 6 Jun 2009 12:20:37 +0000]
Fix warnings, we may not always be dumping a  object

14 years agoupdate Changes
Rafael Kitover [Sat, 6 Jun 2009 11:45:39 +0000]
update Changes

14 years agostackoverflow path bug take two
Rafael Kitover [Sat, 6 Jun 2009 10:52:27 +0000]
stackoverflow path bug take two

14 years agofix stackoverflow Path bug
Rafael Kitover [Sat, 6 Jun 2009 10:20:10 +0000]
fix stackoverflow Path bug

14 years agotest for stackoverflow Path bug
Rafael Kitover [Sat, 6 Jun 2009 10:09:38 +0000]
test for stackoverflow Path bug

14 years agoTest validity of Args attribute for Chained actions
Hans Dieter Pearcey [Thu, 4 Jun 2009 17:12:47 +0000]
Test validity of Args attribute for Chained actions

14 years agoChangelog
Tomas Doran [Mon, 1 Jun 2009 22:52:58 +0000]
Changelog

14 years agoAdd default to confirm order bug
Marcus Ramberg [Mon, 1 Jun 2009 08:30:51 +0000]
Add default to confirm order bug

14 years agoC::Engine - added support for HTTPOnly flag on cookies (this is necessary before...
KMX [Sun, 31 May 2009 19:53:25 +0000]
C::Engine - added support for HTTPOnly flag on cookies (this is necessary before adding httponly flag support to C::P::Session::State::Cookie)

14 years agofix POD
Rafael Kitover [Sat, 30 May 2009 23:04:58 +0000]
fix POD

14 years agocomponent cleanups
Rafael Kitover [Sat, 30 May 2009 18:33:28 +0000]
component cleanups

14 years agoEngine::FastCGI - Microsoft IIS7 compatibility patch (COOL - it seems that I was...
KMX [Fri, 29 May 2009 15:32:50 +0000]
Engine::FastCGI - Microsoft IIS7 compatibility patch (COOL - it seems that I was the first one who managed CatApp to run as FastCGI on Win2008+IIS7 :)

14 years agoEngine::FastCGI - documentation update (Microsoft IIS 6&7 setup)
KMX [Fri, 29 May 2009 14:38:47 +0000]
Engine::FastCGI - documentation update (Microsoft IIS 6&7 setup)

14 years agoAdd Test::Exception in test_requires to Makefile.PL
Tomas Doran [Fri, 29 May 2009 09:31:32 +0000]
Add Test::Exception in test_requires to Makefile.PL

14 years agoput Catalyst::Plugin::Test::MangleDollarUnderScore into a better namespace
Justin Hunter [Fri, 29 May 2009 01:12:43 +0000]
put Catalyst::Plugin::Test::MangleDollarUnderScore into a better namespace

14 years agowhy have two loops
Justin Hunter [Fri, 29 May 2009 00:42:33 +0000]
why have two loops
add Catalyst::Plugin::MangleDollarUnderScore to plugin tests

14 years agoAnd trivial fix by not using up
Tomas Doran [Fri, 29 May 2009 00:12:52 +0000]
And trivial fix by not using up

14 years agoEpic fail plugin breaks everything which loads TestApp
Tomas Doran [Fri, 29 May 2009 00:09:11 +0000]
Epic fail plugin breaks everything which loads TestApp

14 years agoStill borked in 0.2
Tomas Doran [Thu, 28 May 2009 18:08:34 +0000]
Still borked in 0.2

14 years agoRequire new MX::MethodAttributes. Mark retardo plugin as always being retardo
Tomas Doran [Thu, 28 May 2009 13:16:46 +0000]
Require new MX::MethodAttributes. Mark retardo plugin as always being retardo

14 years agoFix minor uri_for documentation bug.
Florian Ragwitz [Wed, 27 May 2009 21:38:14 +0000]
Fix minor uri_for documentation bug.

Courtesy of Fred Steinberg. Closes RT#46307.

14 years agototally forgot to check if captureargs are decoded, and they already are
Rafael Kitover [Tue, 26 May 2009 20:44:10 +0000]
totally forgot to check if captureargs are decoded, and they already are

14 years agoChangelog change just committed, also split changes into sections to not just be...
Tomas Doran [Tue, 26 May 2009 18:39:45 +0000]
Changelog change just committed, also split changes into sections to not just be a blob of stuff

14 years agoChange to decode args for in chained dispatch.
Tomas Doran [Tue, 26 May 2009 18:28:41 +0000]
Change to decode args for in chained dispatch.
merge -r 10290:10295 from branches/decode-chained-args

14 years agoAll works fine if you were already decoding manually. If you rely on double encoded...
Tomas Doran [Tue, 26 May 2009 18:25:52 +0000]
All works fine if you were already decoding manually. If you rely on double encoded values in your path parts then please come convince me how that is sane as I think ur doin it wrong..

14 years agoupdate C::Req docs to reflect that args get automatically URI-unescaped
Rafael Kitover [Tue, 26 May 2009 16:07:16 +0000]
update C::Req docs to reflect that args get automatically URI-unescaped

14 years agoURI-decode chained args
Rafael Kitover [Tue, 26 May 2009 15:52:37 +0000]
URI-decode chained args

14 years agoadd tests which prove the current behavior of not decoding chained args but decoding...
Rafael Kitover [Tue, 26 May 2009 15:02:53 +0000]
add tests which prove the current behavior of not decoding chained args but decoding local args

14 years agoMake documentation crystal clear
Tomas Doran [Sat, 23 May 2009 21:11:22 +0000]
Make documentation crystal clear

14 years agowin32 compatibility patch for live_engine_request_env.t
KMX [Fri, 22 May 2009 12:34:35 +0000]
win32 compatibility patch for live_engine_request_env.t

14 years agoBacking out r10230, as that won't work against a remote server, and this passes for...
Tomas Doran [Fri, 22 May 2009 11:56:13 +0000]
Backing out r10230, as that won't work against a remote server, and this passes for me with it backed out

14 years agolittle fix for test live_engine_request_env.t
KMX [Thu, 21 May 2009 21:54:38 +0000]
little fix for test live_engine_request_env.t

14 years agofix for ->engine->env in Catalyst::Engine::CGI & FastCGI (it should be complete now)
KMX [Thu, 21 May 2009 21:14:48 +0000]
fix for ->engine->env in Catalyst::Engine::CGI & FastCGI (it should be complete now)

14 years agoFixed ->engine->env in Catalyst::Test, kmx++
Tomas Doran [Thu, 21 May 2009 20:16:36 +0000]
Fixed ->engine->env in Catalyst::Test, kmx++

14 years agoTests for %ENV fail in Catalyst::Test
Tomas Doran [Thu, 21 May 2009 20:13:14 +0000]
Tests for %ENV fail in Catalyst::Test

14 years agoDocument 'env' attribute. kmx++
Tomas Doran [Thu, 21 May 2009 15:42:08 +0000]
Document 'env' attribute. kmx++

14 years agoFix ->engine->env for the second time. I shouldn't have trusted the author of Catalys...
Tomas Doran [Thu, 21 May 2009 15:11:42 +0000]
Fix ->engine->env for the second time. I shouldn't have trusted the author of Catalyst::Plugin::ENV when he told me it was fixed first time, <sigh>

14 years agoDoc clarification, domm++
Tomas Doran [Thu, 21 May 2009 13:45:55 +0000]
Doc clarification, domm++

14 years agoMerge the branch which gives ->req->remote_user without the deprecation code which...
Tomas Doran [Thu, 21 May 2009 13:44:58 +0000]
Merge the branch which gives ->req->remote_user without the deprecation code which is horrrible

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