14 years agoThis is also toast. We need a much better error, but this can go basic-app-ctx-separation-cleaned-appnotcomponent
Tomas Doran [Wed, 18 Nov 2009 22:38:44 +0000]
This is also toast. We need a much better error, but this can go

14 years agoForgot to commit - ripped the config bits of ::Component out into a role so that...
Tomas Doran [Wed, 18 Nov 2009 22:25:36 +0000]
Forgot to commit - ripped the config bits of ::Component out into a role so that I could apply to the app class to get the basic stuff

14 years agoThe Go and visit tests don't like this as you get told to go away in a different...
Tomas Doran [Wed, 18 Nov 2009 22:24:42 +0000]
The Go and visit tests don't like this as you get told to go away in a different manor, bit this appears to largely work

14 years agoStop the app class being a controller, and stop it being stuffed in the component...
Tomas Doran [Wed, 18 Nov 2009 22:11:25 +0000]
Stop the app class being a controller, and stop it being stuffed in the component registry

14 years agoformatting fixed; pod for view and model methods in Catalyst.pm
Zbigniew Łukasiak [Wed, 18 Nov 2009 21:35:02 +0000]
formatting fixed; pod for view and model methods in Catalyst.pm

14 years agoforwarding to "AppTest" without action should go to the "process" method
Zbigniew Łukasiak [Wed, 18 Nov 2009 21:32:02 +0000]
forwarding to "AppTest" without action should go to the "process" method

14 years agoview and model methods for the application class
Zbigniew Łukasiak [Wed, 18 Nov 2009 21:16:30 +0000]
view and model methods for the application class

14 years agocontroller method on application, this one is identical to that one in Context -...
Zbigniew Łukasiak [Wed, 18 Nov 2009 18:05:01 +0000]
controller method on application, this one is identical to that one in Context - so it can be proxied there

14 years agocalling config on app object instead of class (t/aggregate/live_component_view_single...
Zbigniew Łukasiak [Wed, 18 Nov 2009 09:55:12 +0000]
calling config on app object instead of class (t/aggregate/live_component_view_single.t); registered_plugins added to methods proxied in Context

14 years agofinalize_errors is in Context now (t/aggregate/live_component_controller_action_go...
Zbigniew Łukasiak [Wed, 18 Nov 2009 08:27:11 +0000]
finalize_errors is in Context now (t/aggregate/live_component_controller_action_go.t line 114 for exampel)

14 years agoprepare_action is in context (t/aggregate/live_engine_request_body.t)
Zbigniew Łukasiak [Wed, 18 Nov 2009 07:00:22 +0000]
prepare_action is in context (t/aggregate/live_engine_request_body.t)

14 years ago$c isa Plugin no more (t/aggregate/live_component_controller_action_go.t)
Zbigniew Łukasiak [Wed, 18 Nov 2009 06:58:08 +0000]
$c isa Plugin no more (t/aggregate/live_component_controller_action_go.t)

14 years ago$GO and $DETACH should go back to Catalyst (t/aggregate/live_component_controller_act...
Zbigniew Łukasiak [Tue, 17 Nov 2009 22:38:55 +0000]
$GO and $DETACH should go back to Catalyst (t/aggregate/live_component_controller_action_go.t line 85 and others)

14 years agoerror is now in Context (t/aggregate/live_recursion.t and others)
Zbigniew Łukasiak [Tue, 17 Nov 2009 22:09:51 +0000]
error is now in Context (t/aggregate/live_recursion.t and others)

14 years agouri_for is now method of Catalyst::Context (fixes for t/aggregate/unit_core_uri_for.t)
Zbigniew Łukasiak [Tue, 17 Nov 2009 18:47:12 +0000]
uri_for is now method of Catalyst::Context (fixes for t/aggregate/unit_core_uri_for.t)

14 years agofix for t/aggregate/unit_load_catalyst_test.t line 82
Zbigniew Łukasiak [Tue, 17 Nov 2009 16:53:46 +0000]
fix for t/aggregate/unit_load_catalyst_test.t line 82

14 years agoCatalyst::Test ctx_request modifies prepare instead of dispatch (t/live_component_con...
Zbigniew Łukasiak [Tue, 17 Nov 2009 16:40:16 +0000]
Catalyst::Test ctx_request modifies prepare instead of dispatch (t/live_component_controller_context_closure.t)

14 years agocontext creation fixed for t/aggregate/unit_core_uri_for_multibytechar.t
Zbigniew Łukasiak [Tue, 17 Nov 2009 16:26:55 +0000]
context creation fixed for t/aggregate/unit_core_uri_for_multibytechar.t

14 years agocontext creation fixed in t/aggregate/unit_core_uri_for_action.t
Zbigniew Łukasiak [Tue, 17 Nov 2009 16:24:51 +0000]
context creation fixed in t/aggregate/unit_core_uri_for_action.t

14 years agofixed forwarding to application methods (t/aggregate/live_component_controller_action...
Zbigniew Łukasiak [Tue, 17 Nov 2009 16:19:35 +0000]
fixed forwarding to application methods (t/aggregate/live_component_controller_action_forward.t)

14 years agoTraitFor headers
Zbigniew Łukasiak [Tue, 17 Nov 2009 16:11:03 +0000]
TraitFor headers

14 years agoseparate context class for TestAppDoubleAutoBug
Zbigniew Łukasiak [Tue, 17 Nov 2009 15:21:01 +0000]
separate context class for TestAppDoubleAutoBug

14 years agofixed test app for t/aggregate/custom_live_component_controller_action_auto_doublebug.t
Zbigniew Łukasiak [Tue, 17 Nov 2009 14:59:57 +0000]
fixed test app for t/aggregate/custom_live_component_controller_action_auto_doublebug.t

14 years agonow prepare_action is in Context - fixing test libs (for example for test t/aggregate...
Zbigniew Łukasiak [Tue, 17 Nov 2009 14:54:07 +0000]
now prepare_action is in Context - fixing test libs (for example for test t/aggregate/live_component_controller_action_action.t)

14 years agoexecute is now in Context - fixing test libs (for example test t/aggregate/live_compo...
Zbigniew Łukasiak [Tue, 17 Nov 2009 14:45:13 +0000]
execute is now in Context - fixing test libs (for example test t/aggregate/live_component_controller_action_index.t)

14 years agocalling config on app object instead of context class (fix for t/live_stats.t )
Zbigniew Łukasiak [Tue, 17 Nov 2009 14:30:23 +0000]
calling config on app object instead of context class (fix for t/live_stats.t )

14 years agoCatalystX::LeakChecker needs to be injected into the Context class now
Zbigniew Łukasiak [Tue, 17 Nov 2009 13:40:49 +0000]
CatalystX::LeakChecker needs to be injected into the Context class now

14 years agouse_statements_removed_from_catalyst.txt added
Zbigniew Łukasiak [Tue, 17 Nov 2009 13:05:38 +0000]
use_statements_removed_from_catalyst.txt added

14 years agolive serving page in minimal app, plus a new test for that
Zbigniew Łukasiak [Tue, 17 Nov 2009 07:54:04 +0000]
live serving page in minimal app, plus a new test for that

14 years agoCatalyst::Context created
Zbigniew Łukasiak [Mon, 16 Nov 2009 22:29:19 +0000]
Catalyst::Context created

14 years agoCatalyst::Context created
Zbigniew Łukasiak [Mon, 16 Nov 2009 22:28:58 +0000]
Catalyst::Context created

14 years agocase_sensitive config setting removed
Zbigniew Łukasiak [Mon, 16 Nov 2009 20:32:40 +0000]
case_sensitive config setting removed

14 years agoPod fixes re RT#51489
Tomas Doran [Sat, 14 Nov 2009 17:30:26 +0000]
Pod fixes re RT#51489

14 years agoPod patch
Tomas Doran [Sat, 14 Nov 2009 17:26:04 +0000]
Pod patch

14 years agoDon't fail the live tests by only looking for http://localhost/etc..
Tomas Doran [Thu, 12 Nov 2009 23:56:36 +0000]
Don't fail the live tests by only looking for localhost/etc..

14 years agoChangelog
Tomas Doran [Thu, 12 Nov 2009 23:46:28 +0000]
Changelog

14 years agoMerge 'trunk' into 'uri_encode_captures_andor_args_take2'
Tomas Doran [Thu, 12 Nov 2009 23:43:17 +0000]
Merge 'trunk' into 'uri_encode_captures_andor_args_take2'

r11670@t0mlaptop (orig r11635):  t0m | 2009-10-19 18:02:59 +0100
Remove warnings from duplicate action declerations
r11675@t0mlaptop (orig r11640):  poisonbit | 2009-10-20 21:12:46 +0100
Example added to #Actions_in_your_application_class

r11676@t0mlaptop (orig r11641):  poisonbit | 2009-10-20 21:32:41 +0100
Formating (a lost space and line break)

r11677@t0mlaptop (orig r11642):  poisonbit | 2009-10-20 21:34:45 +0100
More regresion from 11640, correcting parentheses and endpoint.

r11678@t0mlaptop (orig r11643):  poisonbit | 2009-10-20 22:08:47 +0100
Change in actions inside roles.
http://bobtfish.livejournal.com/264317.html

r11679@t0mlaptop (orig r11644):  poisonbit | 2009-10-20 23:16:03 +0100
Fixes to pass podchecker OK

r11714@t0mlaptop (orig r11679):  rafl | 2009-10-28 23:54:56 +0000
Enable Catalyst::Utils::home() to find home within Dist::Zilla built dists.

Courtesy of nperez.
r11716@t0mlaptop (orig r11681):  t0m | 2009-10-29 00:43:07 +0000
Make URI a link to make it super obvious
r11796@t0mlaptop (orig r11761):  t0m | 2009-11-05 00:11:15 +0000
Need newer LWP for tests to pass as suggested on list by Jose Luis Martinez
r11811@t0mlaptop (orig r11776):  altreus | 2009-11-06 17:09:51 +0000
Add doc for no-args call to ->uri_for
r11813@t0mlaptop (orig r11778):  dhoss | 2009-11-06 17:13:27 +0000
fixed options passed to devel server so that author tests pass
r11814@t0mlaptop (orig r11779):  altreus | 2009-11-06 17:14:49 +0000
Amend doc to not mention using undef in ->uri_for
r11816@t0mlaptop (orig r11781):  t0m | 2009-11-07 16:50:59 +0000
Back out change from -port to -l - svn merge -r 11778:11777
r11823@t0mlaptop (orig r11788):  rafl | 2009-11-09 22:21:19 +0000
Make request->body fail when used as a writer.
r11824@t0mlaptop (orig r11789):  t0m | 2009-11-10 19:51:33 +0000
Fix changelog, me--
r11825@t0mlaptop (orig r11790):  t0m | 2009-11-10 19:56:09 +0000
Warn on case_sensitive being set, remove documentation
r11827@t0mlaptop (orig r11792):  t0m | 2009-11-10 21:36:06 +0000
Return 1, only currently works by chance
r11828@t0mlaptop (orig r11793):  t0m | 2009-11-10 21:37:26 +0000
Also retarded
r11829@t0mlaptop (orig r11794):  t0m | 2009-11-10 21:41:27 +0000
And lets not change behaviour with the log flush change..
r11836@t0mlaptop (orig r11801):  t0m | 2009-11-12 01:12:05 +0000
Bring the changelog up to date.
r11839@t0mlaptop (orig r11804):  t0m | 2009-11-12 01:44:46 +0000
 r11462@t0mlaptop (orig r11432):  rafl | 2009-09-27 16:06:26 +0100
 More aggregated tests.
 r11463@t0mlaptop (orig r11433):  rafl | 2009-09-27 16:06:36 +0100
 Fix a couple of aggregation warnings.
 r11464@t0mlaptop (orig r11434):  rafl | 2009-09-27 16:06:51 +0100
 More aggregation.
 r11465@t0mlaptop (orig r11435):  rafl | 2009-09-27 16:28:04 +0100
 Make things run again with aggregation disabled.
 r11838@t0mlaptop (orig r11803):  t0m | 2009-11-12 01:39:56 +0000
 Patch up changes to tests into new location. This merges parts of the following commits which were missed by svk:

 -r11456:11457 http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/5.80/trunk
 -r11467:11468 http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/5.80/trunk

r11841@t0mlaptop (orig r11806):  bricas | 2009-11-12 17:58:02 +0000
remove duplicate changelog entry

14 years agoTidy up a bit
Tomas Doran [Thu, 12 Nov 2009 23:41:17 +0000]
Tidy up a bit

14 years agoremove duplicate changelog entry
Brian Cassidy [Thu, 12 Nov 2009 17:58:02 +0000]
remove duplicate changelog entry

14 years agotrailing whitespace
Florian Ragwitz [Thu, 12 Nov 2009 16:08:57 +0000]
trailing whitespace

14 years agoPatch up changes to tests into new location. This merges parts of the following commi...
Tomas Doran [Thu, 12 Nov 2009 01:39:56 +0000]
Patch up changes to tests into new location. This merges parts of the following commits which were missed by svk:

-r11456:11457 http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/5.80/trunk
-r11467:11468 http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/5.80/trunk

14 years agoMerge 'trunk' into 'aggregate_more'
Tomas Doran [Thu, 12 Nov 2009 01:19:45 +0000]
Merge 'trunk' into 'aggregate_more'

r11487@t0mlaptop (orig r11457):  t0m | 2009-10-05 22:59:47 +0100
 r11483@t0mlaptop (orig r11453):  abraxxa | 2009-10-05 12:57:34 +0100
 Improved the suggested fix warning when component resolution uses regex fallback for fully qualified component names.
 Added disable_component_resolution_regex_fallback config option to switch off regex fallback for component resolution.

r11488@t0mlaptop (orig r11458):  t0m | 2009-10-05 22:59:52 +0100
 r11486@t0mlaptop (orig r11456):  t0m | 2009-10-05 22:59:01 +0100
 Tidy up changelog/attribution

r11503@t0mlaptop (orig r11468):  ilmari | 2009-10-06 16:30:41 +0100
Set ->request on the response object i Catalyst::Test::local_request--This line, and those below, will be ignored--

M    t/unit_load_catalyst_test.t
M    lib/Catalyst/Test.pm
M    Changes

r11519@t0mlaptop (orig r11484):  phaylon | 2009-10-07 18:21:47 +0100
added stub config section (incl TODO) to Cat.pm for things like 'current_view'
r11548@t0mlaptop (orig r11513):  caelum | 2009-10-12 17:18:22 +0100
fix uninitialized warning in ACL
r11549@t0mlaptop (orig r11514):  caelum | 2009-10-12 17:22:08 +0100
better fix for uninitialized warning
r11550@t0mlaptop (orig r11515):  t0m | 2009-10-12 18:10:32 +0100
Less cargo cult madness
r11554@t0mlaptop (orig r11519):  caelum | 2009-10-13 15:37:02 +0100
more correct fix for uninitialized warning from ACL
r11556@t0mlaptop (orig r11521):  dhoss | 2009-10-14 01:14:42 +0100
Snow Leopard uses COPYFILE_DISABLE
r11557@t0mlaptop (orig r11522):  dhoss | 2009-10-14 01:20:06 +0100
fixed regex for next mac codename/version, will have to actually figure out what the 10.7 codename is when it arrives
r11558@t0mlaptop (orig r11523):  dhoss | 2009-10-14 01:23:45 +0100
Attempted to make the error message more obvious
r11561@t0mlaptop (orig r11526):  dhoss | 2009-10-14 01:50:26 +0100
fixed error message for mac osx 10.7
r11568@t0mlaptop (orig r11533):  hobbs | 2009-10-15 03:32:28 +0100
Give people a pointer to chase if they're looking for info on $c->req->user

r11574@t0mlaptop (orig r11539):  t0m | 2009-10-15 22:19:26 +0100
Add docs I promised for  r11484
r11622@t0mlaptop (orig r11587):  jshirley | 2009-10-16 21:06:19 +0100
The longawaited nginx patch to support non-root apps, and some pod
r11623@t0mlaptop (orig r11588):  jshirley | 2009-10-16 21:07:29 +0100
Changes for nginx patches
r11624@t0mlaptop (orig r11589):  jshirley | 2009-10-16 21:08:55 +0100
My favorite color is clear and I like to eat rocks
r11670@t0mlaptop (orig r11635):  t0m | 2009-10-19 18:02:59 +0100
Remove warnings from duplicate action declerations
r11675@t0mlaptop (orig r11640):  poisonbit | 2009-10-20 21:12:46 +0100
Example added to #Actions_in_your_application_class

r11676@t0mlaptop (orig r11641):  poisonbit | 2009-10-20 21:32:41 +0100
Formating (a lost space and line break)

r11677@t0mlaptop (orig r11642):  poisonbit | 2009-10-20 21:34:45 +0100
More regresion from 11640, correcting parentheses and endpoint.

r11678@t0mlaptop (orig r11643):  poisonbit | 2009-10-20 22:08:47 +0100
Change in actions inside roles.
http://bobtfish.livejournal.com/264317.html

r11679@t0mlaptop (orig r11644):  poisonbit | 2009-10-20 23:16:03 +0100
Fixes to pass podchecker OK

r11714@t0mlaptop (orig r11679):  rafl | 2009-10-28 23:54:56 +0000
Enable Catalyst::Utils::home() to find home within Dist::Zilla built dists.

Courtesy of nperez.
r11716@t0mlaptop (orig r11681):  t0m | 2009-10-29 00:43:07 +0000
Make URI a link to make it super obvious
r11796@t0mlaptop (orig r11761):  t0m | 2009-11-05 00:11:15 +0000
Need newer LWP for tests to pass as suggested on list by Jose Luis Martinez
r11811@t0mlaptop (orig r11776):  altreus | 2009-11-06 17:09:51 +0000
Add doc for no-args call to ->uri_for
r11813@t0mlaptop (orig r11778):  dhoss | 2009-11-06 17:13:27 +0000
fixed options passed to devel server so that author tests pass
r11814@t0mlaptop (orig r11779):  altreus | 2009-11-06 17:14:49 +0000
Amend doc to not mention using undef in ->uri_for
r11816@t0mlaptop (orig r11781):  t0m | 2009-11-07 16:50:59 +0000
Back out change from -port to -l - svn merge -r 11778:11777
r11823@t0mlaptop (orig r11788):  rafl | 2009-11-09 22:21:19 +0000
Make request->body fail when used as a writer.
r11824@t0mlaptop (orig r11789):  t0m | 2009-11-10 19:51:33 +0000
Fix changelog, me--
r11825@t0mlaptop (orig r11790):  t0m | 2009-11-10 19:56:09 +0000
Warn on case_sensitive being set, remove documentation
r11827@t0mlaptop (orig r11792):  t0m | 2009-11-10 21:36:06 +0000
Return 1, only currently works by chance
r11828@t0mlaptop (orig r11793):  t0m | 2009-11-10 21:37:26 +0000
Also retarded
r11829@t0mlaptop (orig r11794):  t0m | 2009-11-10 21:41:27 +0000
And lets not change behaviour with the log flush change..
r11836@t0mlaptop (orig r11801):  t0m | 2009-11-12 01:12:05 +0000
Bring the changelog up to date.

14 years agoBring the changelog up to date.
Tomas Doran [Thu, 12 Nov 2009 01:12:05 +0000]
Bring the changelog up to date.

14 years agoTests, fix args as well as captureargs and be less violent - only encode /
Tomas Doran [Thu, 12 Nov 2009 00:22:06 +0000]
Tests, fix args as well as captureargs and be less violent - only encode /

14 years agoAnd lets not change behaviour with the log flush change..
Tomas Doran [Tue, 10 Nov 2009 21:41:27 +0000]
And lets not change behaviour with the log flush change..

14 years agoAlso retarded
Tomas Doran [Tue, 10 Nov 2009 21:37:26 +0000]
Also retarded

14 years agoReturn 1, only currently works by chance
Tomas Doran [Tue, 10 Nov 2009 21:36:06 +0000]
Return 1, only currently works by chance

14 years agoWarn on case_sensitive being set, remove documentation
Tomas Doran [Tue, 10 Nov 2009 19:56:09 +0000]
Warn on case_sensitive being set, remove documentation

14 years agoFix changelog, me--
Tomas Doran [Tue, 10 Nov 2009 19:51:33 +0000]
Fix changelog, me--

14 years agoMake request->body fail when used as a writer.
Florian Ragwitz [Mon, 9 Nov 2009 22:21:19 +0000]
Make request->body fail when used as a writer.

14 years agoBack out change from -port to -l - svn merge -r 11778:11777
Tomas Doran [Sat, 7 Nov 2009 16:50:59 +0000]
Back out change from -port to -l - svn merge -r 11778:11777

14 years agoAmend doc to not mention using undef in ->uri_for
Alastair McGowan-Douglas [Fri, 6 Nov 2009 17:14:49 +0000]
Amend doc to not mention using undef in ->uri_for

14 years agofixed options passed to devel server so that author tests pass
Devin Austin [Fri, 6 Nov 2009 17:13:27 +0000]
fixed options passed to devel server so that author tests pass

14 years agoAdd doc for no-args call to ->uri_for
Alastair McGowan-Douglas [Fri, 6 Nov 2009 17:09:51 +0000]
Add doc for no-args call to ->uri_for

14 years agoNeed newer LWP for tests to pass as suggested on list by Jose Luis Martinez
Tomas Doran [Thu, 5 Nov 2009 00:11:15 +0000]
Need newer LWP for tests to pass as suggested on list by Jose Luis Martinez

14 years agoNeeded for authors to run optional http test
Tomas Doran [Wed, 4 Nov 2009 19:17:33 +0000]
Needed for authors to run optional http test

14 years agoMake URI a link to make it super obvious
Tomas Doran [Thu, 29 Oct 2009 00:43:07 +0000]
Make URI a link to make it super obvious

14 years agoEnable Catalyst::Utils::home() to find home within Dist::Zilla built dists.
Florian Ragwitz [Wed, 28 Oct 2009 23:54:56 +0000]
Enable Catalyst::Utils::home() to find home within Dist::Zilla built dists.

Courtesy of nperez.

14 years agoFixes to pass podchecker OK
Iñigo Tejedor Arrondo [Tue, 20 Oct 2009 22:16:03 +0000]
Fixes to pass podchecker OK

14 years agoChange in actions inside roles.
Iñigo Tejedor Arrondo [Tue, 20 Oct 2009 21:08:47 +0000]
Change in actions inside roles.
http://bobtfish.livejournal.com/264317.html

14 years agoMore regresion from 11640, correcting parentheses and endpoint.
Iñigo Tejedor Arrondo [Tue, 20 Oct 2009 20:34:45 +0000]
More regresion from 11640, correcting parentheses and endpoint.

14 years agoFormating (a lost space and line break)
Iñigo Tejedor Arrondo [Tue, 20 Oct 2009 20:32:41 +0000]
Formating (a lost space and line break)

14 years agoExample added to #Actions_in_your_application_class
Iñigo Tejedor Arrondo [Tue, 20 Oct 2009 20:12:46 +0000]
Example added to #Actions_in_your_application_class

14 years agoRemove warnings from duplicate action declerations
Tomas Doran [Mon, 19 Oct 2009 17:02:59 +0000]
Remove warnings from duplicate action declerations

14 years agoWell, this fixes my current issue, and doesn't seem to break any tests.. This likely...
Tomas Doran [Mon, 19 Oct 2009 16:54:08 +0000]
Well, this fixes my current issue, and doesn't seem to break any tests.. This likely means that the tests are still shit

14 years agoMy favorite color is clear and I like to eat rocks
J. Shirley [Fri, 16 Oct 2009 20:08:55 +0000]
My favorite color is clear and I like to eat rocks

14 years agoChanges for nginx patches
J. Shirley [Fri, 16 Oct 2009 20:07:29 +0000]
Changes for nginx patches

14 years agoThe longawaited nginx patch to support non-root apps, and some pod
J. Shirley [Fri, 16 Oct 2009 20:06:19 +0000]
The longawaited nginx patch to support non-root apps, and some pod

14 years agoAdd docs I promised for r11484
Tomas Doran [Thu, 15 Oct 2009 21:19:26 +0000]
Add docs I promised for  r11484

14 years agoGive people a pointer to chase if they're looking for info on $c->req->user
Andrew Rodland [Thu, 15 Oct 2009 02:32:28 +0000]
Give people a pointer to chase if they're looking for info on $c->req->user

14 years agofixed error message for mac osx 10.7
Devin Austin [Wed, 14 Oct 2009 00:50:26 +0000]
fixed error message for mac osx 10.7

14 years agoAttempted to make the error message more obvious
Devin Austin [Wed, 14 Oct 2009 00:23:45 +0000]
Attempted to make the error message more obvious

14 years agofixed regex for next mac codename/version, will have to actually figure out what...
Devin Austin [Wed, 14 Oct 2009 00:20:06 +0000]
fixed regex for next mac codename/version, will have to actually figure out what the 10.7 codename is when it arrives

14 years agoSnow Leopard uses COPYFILE_DISABLE
Devin Austin [Wed, 14 Oct 2009 00:14:42 +0000]
Snow Leopard uses COPYFILE_DISABLE

14 years agomore correct fix for uninitialized warning from ACL
Rafael Kitover [Tue, 13 Oct 2009 14:37:02 +0000]
more correct fix for uninitialized warning from ACL

14 years agoLess cargo cult madness
Tomas Doran [Mon, 12 Oct 2009 17:10:32 +0000]
Less cargo cult madness

14 years agobetter fix for uninitialized warning
Rafael Kitover [Mon, 12 Oct 2009 16:22:08 +0000]
better fix for uninitialized warning

14 years agofix uninitialized warning in ACL
Rafael Kitover [Mon, 12 Oct 2009 16:18:22 +0000]
fix uninitialized warning in ACL

14 years agoadded stub config section (incl TODO) to Cat.pm for things like 'current_view'
Robert 'phaylon' Sedlacek [Wed, 7 Oct 2009 17:21:47 +0000]
added stub config section (incl TODO) to Cat.pm for things like 'current_view'

14 years agoSet ->request on the response object i Catalyst::Test::local_request--This line,...
Dagfinn Ilmari Mannsåker [Tue, 6 Oct 2009 15:30:41 +0000]
Set ->request on the response object i Catalyst::Test::local_request--This line, and those below, will be ignored--

M    t/unit_load_catalyst_test.t
M    lib/Catalyst/Test.pm
M    Changes

14 years agoImproved the suggested fix warning when component resolution uses regex fallback...
Tomas Doran [Tue, 6 Oct 2009 02:59:47 +0000]
Improved the suggested fix warning when component resolution uses regex fallback for fully qualified component names.
Added disable_component_resolution_regex_fallback config option to switch off regex fallback for component resolution.
r11483@t0mlaptop (orig r11453): abraxxa | 2009-10-05 12:57:34 +0100

14 years agoTidy up changelog/attribution
Tomas Doran [Mon, 5 Oct 2009 21:59:01 +0000]
Tidy up changelog/attribution

14 years agoImproved the suggested fix warning when component resolution uses regex fallback...
Alexander Hartmaier [Mon, 5 Oct 2009 11:57:34 +0000]
Improved the suggested fix warning when component resolution uses regex fallback for fully qualified component names.
Added disable_component_resolution_regex_fallback config option to switch off regex fallback for component resolution.

14 years agoMake things run again with aggregation disabled.
Florian Ragwitz [Sun, 27 Sep 2009 15:28:04 +0000]
Make things run again with aggregation disabled.

14 years agoMore aggregation.
Florian Ragwitz [Sun, 27 Sep 2009 15:06:51 +0000]
More aggregation.

14 years agoFix a couple of aggregation warnings.
Florian Ragwitz [Sun, 27 Sep 2009 15:06:36 +0000]
Fix a couple of aggregation warnings.

14 years agoMore aggregated tests.
Florian Ragwitz [Sun, 27 Sep 2009 15:06:26 +0000]
More aggregated tests.

14 years agoMake r11422 not break stuff - idiot :(
Tomas Doran [Sun, 27 Sep 2009 12:33:05 +0000]
Make r11422 not break stuff - idiot :(

14 years agoOptional test not optional for authors
Tomas Doran [Sun, 27 Sep 2009 12:27:41 +0000]
Optional test not optional for authors

14 years agoRemove warnings for using Catalyst::Dispatcher->dispatch_types
Tomas Doran [Fri, 25 Sep 2009 12:03:50 +0000]
Remove warnings for using Catalyst::Dispatcher->dispatch_types

14 years agoDep bump
Tomas Doran [Wed, 23 Sep 2009 14:48:06 +0000]
Dep bump

14 years agoUpdate $c->forward and $c->state documentation to address scalar context.
Mateu X. Hunter [Mon, 21 Sep 2009 18:57:14 +0000]
Update $c->forward and $c->state documentation to address scalar context.

14 years ago- Fix go / visit expecting captures and arguments in reverse order.
Gareth Kirwan [Mon, 21 Sep 2009 14:05:17 +0000]
- Fix go / visit expecting captures and arguments in reverse order.

14 years agoUse clean instead of autoclean in the ContextClosure synopsis until we've fixed the...
Florian Ragwitz [Sun, 20 Sep 2009 14:01:51 +0000]
Use clean instead of autoclean in the ContextClosure synopsis until we've fixed the issues with that and MXMA.

14 years agoFix a syntax error in the ContextClosure pod.
Florian Ragwitz [Sun, 20 Sep 2009 14:01:45 +0000]
Fix a syntax error in the ContextClosure pod.

14 years agoWell, that got forgotten, oops
Tomas Doran [Thu, 17 Sep 2009 13:32:16 +0000]
Well, that got forgotten, oops

14 years agoVersion 5.80013. 5.80013
Florian Ragwitz [Thu, 17 Sep 2009 09:33:28 +0000]
Version 5.80013.

14 years agoRe-space current release changelog to align with the rest. Move -short changelog...
Tomas Doran [Thu, 17 Sep 2009 08:58:15 +0000]
Re-space current release changelog to align with the rest. Move -short changelog to the right place.

14 years agoAdd note about ::[MVC]:: warnings
Tomas Doran [Thu, 17 Sep 2009 08:54:45 +0000]
Add note about ::[MVC]:: warnings

14 years agoAdd note about actions in appclass being deprecated
Tomas Doran [Thu, 17 Sep 2009 08:52:52 +0000]
Add note about actions in appclass being deprecated