17 years agodoc tweaks to Chained.pm
Jesse Sheidlower [Wed, 28 Jun 2006 13:41:35 +0000]
doc tweaks to Chained.pm

17 years agoAdded proper NAME sections to two pods
Jesse Sheidlower [Wed, 28 Jun 2006 12:52:03 +0000]
Added proper NAME sections to two pods

17 years agolight Cookbook work
Jesse Sheidlower [Wed, 28 Jun 2006 03:04:42 +0000]
light Cookbook work

17 years agonuked old Tutorial
Jesse Sheidlower [Tue, 27 Jun 2006 17:41:56 +0000]
nuked old Tutorial

17 years agodoc updates, esp. DefaultEnd related
Jesse Sheidlower [Tue, 27 Jun 2006 03:21:38 +0000]
doc updates, esp. DefaultEnd related

17 years agoPlugins.pod cleanup
David Kamholz [Mon, 26 Jun 2006 20:42:45 +0000]
Plugins.pod cleanup

17 years agoConvert 'sub default :Private' actions to 'sub base :Path :Args(0)' as per suggestion...
Kennedy Clark [Mon, 26 Jun 2006 14:10:34 +0000]
Convert 'sub default :Private' actions to 'sub base :Path :Args(0)' as per suggestion from MST.
Misc fixes.

17 years agoMisc minor fixups.
Kennedy Clark [Sun, 25 Jun 2006 21:29:21 +0000]
Misc minor fixups.

17 years agocoverage all passes
Matt S Trout [Sun, 25 Jun 2006 18:37:18 +0000]
coverage all passes

17 years agofixup coverage on all but C::Dispatcher
Matt S Trout [Sun, 25 Jun 2006 18:23:57 +0000]
fixup coverage on all but C::Dispatcher

17 years agoAdd info about TT debug flags.
Kennedy Clark [Sat, 24 Jun 2006 20:57:50 +0000]
Add info about TT debug flags.
More info about TT META
Copy fix of book list & count feature to this Part.

17 years agoClean up Catalyst::Utils::home for better readability
Yuval Kogman [Sat, 24 Jun 2006 17:48:09 +0000]
Clean up Catalyst::Utils::home for better readability

17 years agoAvoid dying when $c->ref->body is a ref but not an object
Yuval Kogman [Sat, 24 Jun 2006 11:59:15 +0000]
Avoid dying when $c->ref->body is a ref but not an object

17 years agoFix some L<...> to not show the annoying "the ... manpage" stuff.
Kennedy Clark [Fri, 23 Jun 2006 21:05:58 +0000]
Fix some L<...> to not show the annoying "the ... manpage" stuff.
General edits.
Fix the "root/src/books/list.tt2" example (thanks to Giovanni Gigante for noticing this).

17 years agoripped out the guts of merge_config_hashes and put it in a merge_hashes utility sub
Brian Cassidy [Fri, 23 Jun 2006 15:22:49 +0000]
ripped out the guts of merge_config_hashes and put it in a merge_hashes utility sub

17 years agoCorrected failing pod tests
Marcus Ramberg [Fri, 23 Jun 2006 06:11:12 +0000]
Corrected failing pod tests

17 years agoadded core team to AUTHOR of Catalyst/Runtime.pm
Matt S Trout [Thu, 22 Jun 2006 17:50:59 +0000]
added core team to AUTHOR of Catalyst/Runtime.pm

17 years agoImproved message in catalyst.pl
Matt S Trout [Thu, 22 Jun 2006 16:50:37 +0000]
Improved message in catalyst.pl

17 years agoput VERSION back into Catalyst for MB retardation
Matt S Trout [Thu, 22 Jun 2006 15:43:49 +0000]
put VERSION back into Catalyst for MB retardation

17 years agomoved version to ::Runtime, modified Makefile.PL
Matt S Trout [Thu, 22 Jun 2006 15:15:26 +0000]
moved version to ::Runtime, modified Makefile.PL

17 years agoupdated Changes
Matt S Trout [Thu, 22 Jun 2006 15:08:21 +0000]
updated Changes

17 years agoMoved Chained intro to dispatch type and made recursion test more sane.
Matt S Trout [Thu, 22 Jun 2006 14:54:10 +0000]
Moved Chained intro to dispatch type and made recursion test more sane.
r10178@cain (orig r4435):  phaylon | 2006-06-21 20:58:51 +0000

17 years agoChained: test and err handling for absolute path parts; test for recursive chains
Matt S Trout [Thu, 22 Jun 2006 14:53:49 +0000]
Chained: test and err handling for absolute path parts; test for recursive chains
r10154@cain (orig r4432):  phaylon | 2006-06-21 19:29:36 +0000

17 years agofixed sort order bug
Matt S Trout [Thu, 22 Jun 2006 14:53:42 +0000]
fixed sort order bug
r10153@cain (orig r4431):  matthewt | 2006-06-21 19:09:04 +0000

17 years agoNew test for no Args() order mismatch
Matt S Trout [Thu, 22 Jun 2006 14:53:33 +0000]
New test for no Args() order mismatch
r10150@cain (orig r4428):  purge | 2006-06-21 15:15:09 +0000

17 years agoCaptures -> CapureArgs
Matt S Trout [Thu, 22 Jun 2006 14:53:12 +0000]
Captures -> CapureArgs
r10134@cain (orig r4427):  matthewt | 2006-06-20 22:16:38 +0000

17 years agoDocumented auto/forward/detach behaviour for chains in Intro
Matt S Trout [Thu, 22 Jun 2006 14:53:05 +0000]
Documented auto/forward/detach behaviour for chains in Intro
r10133@cain (orig r4426):  phaylon | 2006-06-20 20:28:25 +0000

17 years agoauto/forward/detach tests for Chained
Matt S Trout [Thu, 22 Jun 2006 14:52:57 +0000]
auto/forward/detach tests for Chained
r10132@cain (orig r4425):  phaylon | 2006-06-20 20:02:11 +0000

17 years agoCorrected 'snippets' -> 'captures' in Chained Intro
Matt S Trout [Thu, 22 Jun 2006 14:52:52 +0000]
Corrected 'snippets' -> 'captures' in Chained Intro
r10084@cain (orig r4409):  phaylon | 2006-06-18 22:08:23 +0000

17 years agoadded :Chained('.'), changed :Chained to /
Matt S Trout [Thu, 22 Jun 2006 14:52:46 +0000]
added :Chained('.'), changed :Chained to /
r10075@cain (orig r4405):  matthewt | 2006-06-18 16:57:55 +0000

17 years agoNew Chained documentation for Intro
Matt S Trout [Thu, 22 Jun 2006 14:52:42 +0000]
New Chained documentation for Intro
r10074@cain (orig r4404):  phaylon | 2006-06-18 14:35:47 +0000

17 years agoCorrected forgotten relabeling
Matt S Trout [Thu, 22 Jun 2006 14:52:38 +0000]
Corrected forgotten relabeling
r10073@cain (orig r4403):  phaylon | 2006-06-17 22:14:24 +0000

17 years ago:Chained and :Chained('.') tests
Matt S Trout [Thu, 22 Jun 2006 14:52:30 +0000]
:Chained and :Chained('.') tests
r10072@cain (orig r4402):  phaylon | 2006-06-17 21:57:17 +0000

17 years agoand the test script
Matt S Trout [Thu, 22 Jun 2006 14:52:21 +0000]
and the test script
r10069@cain (orig r4400):  matthewt | 2006-06-17 21:22:27 +0000

17 years agorah. rename everything.
Matt S Trout [Thu, 22 Jun 2006 14:52:09 +0000]
rah. rename everything.
r10068@cain (orig r4399):  matthewt | 2006-06-17 21:21:25 +0000

17 years agooptional PathPart and PathPart+Args tests for ChildOf
Matt S Trout [Thu, 22 Jun 2006 14:52:04 +0000]
optional PathPart and PathPart+Args tests for ChildOf
r10067@cain (orig r4398):  phaylon | 2006-06-17 21:13:45 +0000

17 years agono :PathPart -> :PathPart('subname')
Matt S Trout [Thu, 22 Jun 2006 14:51:58 +0000]
no :PathPart -> :PathPart('subname')
r10066@cain (orig r4397):  matthewt | 2006-06-17 20:48:29 +0000

17 years agoCaptures required, Args not
Matt S Trout [Thu, 22 Jun 2006 14:51:53 +0000]
Captures required, Args not
r10065@cain (orig r4396):  matthewt | 2006-06-17 20:25:07 +0000

17 years agoAdded test for optional :Args when using :ChildOf
Matt S Trout [Thu, 22 Jun 2006 14:51:49 +0000]
Added test for optional :Args when using :ChildOf
r10064@cain (orig r4395):  phaylon | 2006-06-17 20:09:39 +0000

17 years agoAdded ChildOf tests for args passed to actions
Matt S Trout [Thu, 22 Jun 2006 14:51:44 +0000]
Added ChildOf tests for args passed to actions
r10063@cain (orig r4394):  phaylon | 2006-06-17 16:26:41 +0000

17 years agoargh. stupidity attack.
Matt S Trout [Thu, 22 Jun 2006 14:51:40 +0000]
argh. stupidity attack.
r10056@cain (orig r4393):  matthewt | 2006-06-17 16:22:26 +0000

17 years agoprobably sorted capture passing to non-leaf actions
Matt S Trout [Thu, 22 Jun 2006 14:51:31 +0000]
probably sorted capture passing to non-leaf actions
r10055@cain (orig r4392):  matthewt | 2006-06-17 16:01:24 +0000

17 years agotweaked ChildOf debug output
Matt S Trout [Thu, 22 Jun 2006 14:51:25 +0000]
tweaked ChildOf debug output
r10054@cain (orig r4391):  matthewt | 2006-06-17 15:50:43 +0000

17 years agomade ChildOf docs slightly less "neat" but significantly less wrong
Matt S Trout [Thu, 22 Jun 2006 14:51:15 +0000]
made ChildOf docs slightly less "neat" but significantly less wrong
r10048@cain (orig r4390):  matthewt | 2006-06-17 01:27:16 +0000

17 years agofixed lurking buglet (thanks to jshirley)
Matt S Trout [Thu, 22 Jun 2006 14:51:05 +0000]
fixed lurking buglet (thanks to jshirley)
r10030@cain (orig r4389):  matthewt | 2006-06-15 13:42:29 +0000

17 years agoEditing and neatening in ChildOf docs
Matt S Trout [Thu, 22 Jun 2006 14:50:57 +0000]
Editing and neatening in ChildOf docs
r10022@cain (orig r4381):  jester | 2006-06-13 19:31:40 +0000

17 years agoExtended Intro with some ChildOf details
Matt S Trout [Thu, 22 Jun 2006 14:50:48 +0000]
Extended Intro with some ChildOf details
r10010@cain (orig r4369):  phaylon | 2006-06-11 23:01:11 +0000

17 years agoTutorial for ChildOf
Matt S Trout [Thu, 22 Jun 2006 14:50:40 +0000]
Tutorial for ChildOf
r10009@cain (orig r4368):  purge | 2006-06-11 21:43:40 +0000

17 years agoMore tests for ChildOf
Matt S Trout [Thu, 22 Jun 2006 14:50:28 +0000]
More tests for ChildOf
r10003@cain (orig r4367):  phaylon | 2006-06-11 19:39:13 +0000

17 years agoChildOf Tests: chaining and dispatching on arg count
Matt S Trout [Thu, 22 Jun 2006 14:49:54 +0000]
ChildOf Tests: chaining and dispatching on arg count
r9813@cain (orig r4294):  phaylon | 2006-06-05 21:40:53 +0000

17 years agonuked tabs
Matt S Trout [Thu, 22 Jun 2006 14:49:46 +0000]
nuked tabs
r9812@cain (orig r4293):  matthewt | 2006-06-05 21:21:08 +0000

17 years agoimplemented list and uri_for_action for ChildOf
Matt S Trout [Thu, 22 Jun 2006 14:49:37 +0000]
implemented list and uri_for_action for ChildOf
r9739@cain (orig r4288):  matthewt | 2006-06-05 08:10:40 +0000

17 years agofirst cut at :ChildOf
Matt S Trout [Thu, 22 Jun 2006 14:49:21 +0000]
first cut at :ChildOf
r9738@cain (orig r4287):  matthewt | 2006-06-05 03:45:08 +0000

17 years agoremoved merge_config_hashes from ::View
Matt S Trout [Thu, 22 Jun 2006 13:39:07 +0000]
removed merge_config_hashes from ::View

17 years agofixup for dupe actions
Matt S Trout [Thu, 22 Jun 2006 13:25:41 +0000]
fixup for dupe actions

17 years agoAdded msts message
Marcus Ramberg [Wed, 21 Jun 2006 21:11:41 +0000]
Added msts message

17 years agoAdded Runtime skeleton.
Marcus Ramberg [Wed, 21 Jun 2006 21:10:03 +0000]
Added Runtime skeleton.

17 years agoremoved retarded registration requirement in dispatcher
Matt S Trout [Sun, 18 Jun 2006 22:24:23 +0000]
removed retarded registration requirement in dispatcher

17 years agoCookbook cleanup (much more to do)
Jesse Sheidlower [Sun, 18 Jun 2006 22:10:05 +0000]
Cookbook cleanup (much more to do)

17 years agoCookbook: recipe to log in for testing
Jesse Sheidlower [Wed, 14 Jun 2006 19:22:07 +0000]
Cookbook: recipe to log in for testing

17 years agoCookbook patch applied
Jesse Sheidlower [Mon, 12 Jun 2006 15:00:49 +0000]
Cookbook patch applied

17 years agotidy up the test
Matt S Trout [Sun, 11 Jun 2006 14:45:39 +0000]
tidy up the test
r9839@cain (orig r4320):  bricas | 2006-06-07 18:47:56 +0000

17 years agoadded the ability to specify extra options for component loading
Matt S Trout [Sun, 11 Jun 2006 14:45:36 +0000]
added the ability to specify extra options for component loading
r9838@cain (orig r4319):  bricas | 2006-06-07 18:44:07 +0000

17 years agoactually added c3 mro test :/
Matt S Trout [Sun, 11 Jun 2006 14:45:34 +0000]
actually added c3 mro test :/
r9837@cain (orig r4318):  matthewt | 2006-06-07 17:02:27 +0000

17 years agoadded c3 mro test
Matt S Trout [Sun, 11 Jun 2006 14:45:32 +0000]
added c3 mro test
r9836@cain (orig r4317):  matthewt | 2006-06-07 17:02:14 +0000

17 years agoupdated require idiom to use new ensure_class_loaded() method
Matt S Trout [Sun, 11 Jun 2006 14:43:42 +0000]
updated require idiom to use new ensure_class_loaded() method
r9835@cain (orig r4316):  bricas | 2006-06-07 15:16:59 +0000

17 years agouse the latest Module::Pluggable
Matt S Trout [Sun, 11 Jun 2006 14:43:39 +0000]
use the latest Module::Pluggable
fix up the require() idiom
r9826@cain (orig r4307):  bricas | 2006-06-07 11:52:13 +0000

17 years agoinitial Module::Pluggable work
Matt S Trout [Sun, 11 Jun 2006 14:43:36 +0000]
initial Module::Pluggable work
r9819@cain (orig r4300):  bricas | 2006-06-06 01:03:24 +0000

17 years agoCatInABox doc updates (thanks claco!)
Jesse Sheidlower [Thu, 8 Jun 2006 15:38:14 +0000]
CatInABox doc updates (thanks claco!)

17 years agosmall tweak to Installation.pod
Matt S Trout [Thu, 8 Jun 2006 14:38:48 +0000]
small tweak to Installation.pod
r9844@cain (orig r4325):  jester | 2006-06-08 13:54:49 +0000

17 years agomore detail, restructuring of Manual.pod
Matt S Trout [Thu, 8 Jun 2006 14:38:46 +0000]
more detail, restructuring of Manual.pod
r9841@cain (orig r4322):  jester | 2006-06-08 02:59:00 +0000

17 years agolight docs work (Intro awaits signficant rearranging)
Matt S Trout [Thu, 8 Jun 2006 14:38:42 +0000]
light docs work (Intro awaits signficant rearranging)
r9840@cain (orig r4321):  jester | 2006-06-08 02:56:45 +0000

17 years agoModels, ACCEPT_CONTEXT
Matt S Trout [Thu, 8 Jun 2006 14:38:37 +0000]
Models, ACCEPT_CONTEXT
r9809@cain (orig r4290):  nothingmuch | 2006-06-05 15:44:15 +0000

17 years agoslight clarification of MVC and web apps, added a couple of data structures to stash...
Matt S Trout [Thu, 8 Jun 2006 14:38:35 +0000]
slight clarification of MVC and web apps, added a couple of data structures to stash assignment for clarity
r9808@cain (orig r4289):  zarquon | 2006-06-05 13:29:37 +0000

17 years agoTut docs work
Matt S Trout [Thu, 8 Jun 2006 14:38:31 +0000]
Tut docs work
r9737@cain (orig r4286):  jester | 2006-06-05 03:24:16 +0000

17 years agoTut docs work
Matt S Trout [Thu, 8 Jun 2006 14:38:26 +0000]
Tut docs work
r9736@cain (orig r4285):  jester | 2006-06-05 03:03:00 +0000

17 years agotorched C::M::FAQ
Matt S Trout [Thu, 8 Jun 2006 14:38:18 +0000]
torched C::M::FAQ
r9219@cain (orig r4264):  jester | 2006-06-02 02:29:42 +0000

17 years agoInstallation.pod fixups
Matt S Trout [Thu, 8 Jun 2006 14:38:15 +0000]
Installation.pod fixups
r9211@cain (orig r4256):  jester | 2006-06-01 17:38:56 +0000

17 years agofixed typo in Auth::Cred::Passwd example
Matt S Trout [Thu, 8 Jun 2006 14:38:12 +0000]
fixed typo in Auth::Cred::Passwd example
r9184@cain (orig r4243):  zarquon | 2006-05-30 21:09:49 +0000

17 years agoFix a Pod typo and add explicit install of Digest::SHA1.
Matt S Trout [Thu, 8 Jun 2006 14:38:09 +0000]
Fix a Pod typo and add explicit install of Digest::SHA1.
r9182@cain (orig r4241):  hkclark | 2006-05-29 19:44:15 +0000

17 years agoTypo in Request.pm
Matt S Trout [Thu, 8 Jun 2006 14:38:07 +0000]
Typo in Request.pm
r8965@cain (orig r4229):  jester | 2006-05-27 02:30:03 +0000

17 years agoEditing in docs branch
Matt S Trout [Thu, 8 Jun 2006 14:38:02 +0000]
Editing in docs branch
r8964@cain (orig r4228):  jester | 2006-05-27 02:28:49 +0000

17 years agomodified to introduce Controller::Root
Matt S Trout [Thu, 8 Jun 2006 14:37:56 +0000]
modified to introduce Controller::Root
r8907@cain (orig r4218):  zarquon | 2006-05-25 00:22:26 +0000

17 years agosome work on Tut docs
Matt S Trout [Thu, 8 Jun 2006 14:37:34 +0000]
some work on Tut docs
r8885@cain (orig r4211):  jester | 2006-05-24 03:16:32 +0000

17 years agolib/Catalyst/Log.pm
Matt S Trout [Thu, 8 Jun 2006 14:37:32 +0000]
lib/Catalyst/Log.pm
r8876@cain (orig r4205):  matthewt | 2006-05-24 02:40:50 +0000

17 years agoCleaned up Tut files; no substantive changes
Matt S Trout [Thu, 8 Jun 2006 14:37:14 +0000]
Cleaned up Tut files; no substantive changes
r8782@cain (orig r4168):  jester | 2006-05-20 04:39:30 +0000

17 years agoinitial import of new Tutorial stuff from hkclark
Matt S Trout [Thu, 8 Jun 2006 14:35:00 +0000]
initial import of new Tutorial stuff from hkclark
r8780@cain (orig r4166):  jester | 2006-05-20 03:40:06 +0000

17 years agobe a bit more anal about the checking for successful load
Yuval Kogman [Wed, 7 Jun 2006 14:37:39 +0000]
be a bit more anal about the checking for successful load

17 years agoCatalyst::Utils::ensure_class_loaded
Yuval Kogman [Wed, 7 Jun 2006 14:23:31 +0000]
Catalyst::Utils::ensure_class_loaded

17 years agoimproved DispatchType docs
Matt S Trout [Sun, 4 Jun 2006 14:13:26 +0000]
improved DispatchType docs

17 years agoI need a 'you forgot to svk add, fule' commit hook
Matt S Trout [Sun, 4 Jun 2006 00:21:29 +0000]
I need a 'you forgot to svk add, fule' commit hook

17 years agoextended uri_for, added uri_for_action to dispatcher
Matt S Trout [Sat, 3 Jun 2006 22:14:50 +0000]
extended uri_for, added uri_for_action to dispatcher

17 years agoadded Catalyst::Component->action_for
Matt S Trout [Sat, 3 Jun 2006 13:26:06 +0000]
added Catalyst::Component->action_for

17 years agomultimethod dispatch
Matt S Trout [Sat, 3 Jun 2006 12:41:03 +0000]
multimethod dispatch

17 years agoimproved docs for action_namespace and path_prefix and made path configurable
Matt S Trout [Sat, 3 Jun 2006 01:32:01 +0000]
improved docs for action_namespace and path_prefix and made path configurable

17 years agoadded test for namespace config option
Matt S Trout [Sat, 3 Jun 2006 00:38:27 +0000]
added test for namespace config option

17 years agoadded actions-paths-from-config
Matt S Trout [Fri, 2 Jun 2006 23:30:56 +0000]
added actions-paths-from-config

17 years agoAdded all Advent entries. Still have to remove old stuff etc.
Gavin Henry [Fri, 2 Jun 2006 23:02:24 +0000]
Added all Advent entries. Still have to remove old stuff etc.

17 years agodoc'ed :Args
Matt S Trout [Fri, 2 Jun 2006 22:12:10 +0000]
doc'ed :Args

17 years agoconditional script gen check
Brian Cassidy [Fri, 2 Jun 2006 01:37:29 +0000]
conditional script gen check