18 years agoAdded uri_for test
Sebastian Riedel [Wed, 12 Oct 2005 02:22:02 +0000]
Added uri_for test

18 years agoAdded upload parameters back into req->params
Andy Grundman [Tue, 11 Oct 2005 23:35:03 +0000]
Added upload parameters back into req->params

18 years agoAdded multiple paths support
Sebastian Riedel [Tue, 11 Oct 2005 23:15:02 +0000]
Added multiple paths support

18 years agoUpdated Changes for path fix
Andy Grundman [Tue, 11 Oct 2005 22:13:29 +0000]
Updated Changes for path fix

18 years agoFixed path, can now be changed properly, also updated test for this
Andy Grundman [Tue, 11 Oct 2005 22:12:58 +0000]
Fixed path, can now be changed properly, also updated test for this

18 years agoRemoved req->handle and res->handle
Sebastian Riedel [Tue, 11 Oct 2005 17:00:19 +0000]
Removed req->handle and res->handle

18 years agoSpelling fixes throughout core modules
Jesse Sheidlower [Tue, 11 Oct 2005 01:28:21 +0000]
Spelling fixes throughout core modules

18 years agoAdded prepare_body_chunk method for upload progress support
Andy Grundman [Mon, 10 Oct 2005 23:02:17 +0000]
Added prepare_body_chunk method for upload progress support

18 years agoUpdated Changes with uri_for fix
Andy Grundman [Mon, 10 Oct 2005 22:25:50 +0000]
Updated Changes with uri_for fix

18 years agoFixed uri_for bug found by drewbie
Andy Grundman [Mon, 10 Oct 2005 22:20:25 +0000]
Fixed uri_for bug found by drewbie

18 years agoMissed some changes, merged again from r1019
Andy Grundman [Mon, 10 Oct 2005 19:19:04 +0000]
Missed some changes, merged again from r1019

18 years agoMerged 5.49_01 (r1339) from refactored branch to trunk
Andy Grundman [Mon, 10 Oct 2005 19:03:41 +0000]
Merged 5.49_01 (r1339) from refactored branch to trunk

18 years agoAdded recursive -r flag to prove example
Andy Grundman [Tue, 27 Sep 2005 15:03:58 +0000]
Added recursive -r flag to prove example

18 years agoBacked out memory leak workaround, bumped Text::ASCIITable dep to 0.17
Andy Grundman [Mon, 26 Sep 2005 23:40:24 +0000]
Backed out memory leak workaround, bumped Text::ASCIITable dep to 0.17

18 years agoAdded temporary workaround for debug memory leak in Text::ASCIITable
Andy Grundman [Fri, 23 Sep 2005 19:29:17 +0000]
Added temporary workaround for debug memory leak in Text::ASCIITable

18 years agoAdded disabled test case for #37, actually an HTTP::Message bug
Andy Grundman [Tue, 20 Sep 2005 02:18:59 +0000]
Added disabled test case for #37, actually an HTTP::Message bug

18 years agoArrr.. I forgot Changes
Andy Grundman [Mon, 19 Sep 2005 22:45:59 +0000]
Arrr.. I forgot Changes

18 years agoFixed Helper so it works with CRLF line-endings
Andy Grundman [Mon, 19 Sep 2005 22:45:04 +0000]
Fixed Helper so it works with CRLF line-endings

18 years agoAdded Dispatcher bug fix note to Changes, also fixed the formatting a bit
Andy Grundman [Mon, 19 Sep 2005 15:14:18 +0000]
Added Dispatcher bug fix note to Changes, also fixed the formatting a bit

18 years agotweak to $c->req->full_uri
Jesse Sheidlower [Sat, 17 Sep 2005 12:31:06 +0000]
tweak to $c->req->full_uri

18 years agoadded $c->req->full_uri method (core from C::P::RequireSSL: thanks andyg!)
Jesse Sheidlower [Sat, 17 Sep 2005 01:17:54 +0000]
added $c->req->full_uri method (core from C::P::RequireSSL: thanks andyg!)

18 years agoBackported [1134] SSL requests in tests to trunk
Andy Grundman [Thu, 15 Sep 2005 16:00:56 +0000]
Backported [1134] SSL requests in tests to trunk

18 years agoBackported [1133] dispatcher fix to trunk
Andy Grundman [Thu, 15 Sep 2005 15:59:59 +0000]
Backported [1133] dispatcher fix to trunk

18 years agoreq -> res, ticket #22
Andy Grundman [Wed, 7 Sep 2005 15:33:01 +0000]
req -> res, ticket #22

18 years agoadded a comment to code example
Marcus Ramberg [Tue, 6 Sep 2005 06:57:43 +0000]
added a comment to code example

18 years agoadded a comment, compacted a couple of elses.
Marcus Ramberg [Tue, 6 Sep 2005 06:57:03 +0000]
added a comment, compacted a couple of elses.

18 years agouse recursive_test_files
Marcus Ramberg [Tue, 6 Sep 2005 06:56:27 +0000]
use recursive_test_files

18 years agoleftovers from the old days.
Marcus Ramberg [Sat, 27 Aug 2005 09:08:46 +0000]
leftovers from the old days.

18 years agoFixed mkpath in Catalyst::Helper
Sebastian Riedel [Sun, 21 Aug 2005 17:30:10 +0000]
Fixed mkpath in Catalyst::Helper

18 years agoadded missing test class.
Marcus Ramberg [Wed, 10 Aug 2005 13:39:46 +0000]
added missing test class.

18 years agoreleased 5.33
Marcus Ramberg [Wed, 10 Aug 2005 13:38:07 +0000]
released 5.33

18 years agofix objects that evaulate to false. rafl
Marcus Ramberg [Wed, 10 Aug 2005 13:07:34 +0000]
fix objects that evaulate to false. rafl

18 years agoFixed detach and whitespaces in Path/Regex
Sebastian Riedel [Thu, 21 Jul 2005 17:19:19 +0000]
Fixed detach and whitespaces in Path/Regex

18 years agohelpers now create .new files where files to be created already exist; -nonew option...
Andrew Ford [Thu, 21 Jul 2005 07:30:24 +0000]
helpers now create .new files where files to be created already exist; -nonew option to suppress the behaviour.

18 years agodoc patches for Intro.pod (impt. ones, too)
Jesse Sheidlower [Sat, 16 Jul 2005 02:33:59 +0000]
doc patches for Intro.pod (impt. ones, too)

18 years agos/pm/pod/ for WritingPlugins
Jesse Sheidlower [Fri, 15 Jul 2005 20:38:12 +0000]
s/pm/pod/ for WritingPlugins

18 years agoCleaned up sample in WritingPlugins
Jesse Sheidlower [Fri, 15 Jul 2005 20:37:27 +0000]
Cleaned up sample in WritingPlugins

18 years agoadded WritingPlugins man page
Jesse Sheidlower [Fri, 15 Jul 2005 02:48:17 +0000]
added WritingPlugins man page

18 years agoCustom Error Page added to Cookbook
Jesse Sheidlower [Fri, 15 Jul 2005 01:21:39 +0000]
Custom Error Page added to Cookbook

18 years agoadded entry for serving static files with apache.
Marcus Ramberg [Thu, 14 Jul 2005 09:38:06 +0000]
added entry for serving static files with apache.

18 years agoChanged credits section
Sebastian Riedel [Mon, 11 Jul 2005 15:59:00 +0000]
Changed credits section

18 years agoUpdated: Added entry to FAQ
Danijel Milicevic [Sun, 10 Jul 2005 19:18:05 +0000]
Updated: Added entry to FAQ

18 years agoUpdated: Added FAQ entries
Danijel Milicevic [Fri, 8 Jul 2005 19:03:12 +0000]
Updated: Added FAQ entries

18 years agoCookbook: outside classes; tweaks
Jesse Sheidlower [Thu, 7 Jul 2005 15:18:50 +0000]
Cookbook: outside classes; tweaks

18 years agoIntro: using outside Models in Cat
Jesse Sheidlower [Thu, 7 Jul 2005 15:09:55 +0000]
Intro: using outside Models in Cat

18 years agoCookbook doc adds (thanks chisel!)
Jesse Sheidlower [Thu, 7 Jul 2005 02:06:17 +0000]
Cookbook doc adds (thanks chisel!)

18 years agofixed borked Cookbook merge
Jesse Sheidlower [Wed, 6 Jul 2005 17:23:23 +0000]
fixed borked Cookbook merge

18 years agoDoc tweaks from drewbie
Jesse Sheidlower [Wed, 6 Jul 2005 16:42:25 +0000]
Doc tweaks from drewbie

18 years agoRenamed the THANK YOU section to CREDITS
Sebastian Riedel [Wed, 6 Jul 2005 11:13:13 +0000]
Renamed the THANK YOU section to CREDITS

18 years agoincorporated static discussion from andyg into Cookbook.pod
Jesse Sheidlower [Wed, 6 Jul 2005 03:08:44 +0000]
incorporated static discussion from andyg into Cookbook.pod

18 years agoAdded attributes for detach
Sebastian Riedel [Tue, 5 Jul 2005 21:43:57 +0000]
Added attributes for detach

18 years agoadded description of detach in Intro.pod
Jesse Sheidlower [Tue, 5 Jul 2005 13:58:56 +0000]
added description of detach in Intro.pod

18 years agoFixed $Data::Dumper::Terse
Sebastian Riedel [Tue, 5 Jul 2005 11:32:15 +0000]
Fixed $Data::Dumper::Terse

18 years agoprepared for 5.30 release.
Marcus Ramberg [Mon, 4 Jul 2005 10:49:22 +0000]
prepared for 5.30 release.

18 years agoFixed $c->request->cookie, and improved detection of registry scripts
Christian Hansen [Fri, 1 Jul 2005 17:06:26 +0000]
Fixed $c->request->cookie, and improved detection of registry scripts

18 years agoUpdated Changes
Christian Hansen [Tue, 28 Jun 2005 15:43:12 +0000]
Updated Changes

18 years agoAdded comment in Catalyst::Import()
Christian Hansen [Tue, 28 Jun 2005 15:02:47 +0000]
Added comment in Catalyst::Import()

18 years agofix import inheritance bug.
Marcus Ramberg [Tue, 28 Jun 2005 11:27:48 +0000]
fix import inheritance bug.

18 years agoBetter error message if $c->forward fails to find action or component
Christian Hansen [Tue, 28 Jun 2005 10:53:14 +0000]
Better error message if $c->forward fails to find action or component

18 years agoadditions to Plugins manual page
Jesse Sheidlower [Mon, 27 Jun 2005 16:43:40 +0000]
additions to Plugins manual page

18 years agoupdated and fixed C::View::TT docs
Jesse Sheidlower [Mon, 27 Jun 2005 00:43:10 +0000]
updated and fixed C::View::TT docs

18 years agomore on built-in actions in Intro.pod
Jesse Sheidlower [Sun, 26 Jun 2005 23:57:24 +0000]
more on built-in actions in Intro.pod

18 years agorewrite of flow control in Intro.pod
Jesse Sheidlower [Fri, 24 Jun 2005 14:55:26 +0000]
rewrite of flow control in Intro.pod

18 years agoTake a copy of arguments
Christian Hansen [Fri, 24 Jun 2005 14:08:56 +0000]
Take a copy of arguments

18 years agoadded test for root overriding automatic detection.
Marcus Ramberg [Fri, 24 Jun 2005 14:02:18 +0000]
added test for root overriding automatic detection.

18 years agoadded C::Utils::class2tempdir()
Christian Hansen [Fri, 24 Jun 2005 13:57:01 +0000]
added C::Utils::class2tempdir()

18 years agorefactored $c->forward
Christian Hansen [Fri, 24 Jun 2005 13:56:05 +0000]
refactored $c->forward

18 years agoupdated intro pod to explain forward better, and the new with args functionality.
Marcus Ramberg [Fri, 24 Jun 2005 13:50:48 +0000]
updated intro pod to explain forward better, and the new with args functionality.

18 years agoAllow forward with arguments.
Marcus Ramberg [Fri, 24 Jun 2005 12:47:21 +0000]
Allow forward with arguments.

18 years agorevised angry smiley.
Marcus Ramberg [Fri, 24 Jun 2005 09:33:18 +0000]
revised angry smiley.

18 years agoun-typoed last commit
Jesse Sheidlower [Thu, 23 Jun 2005 21:01:01 +0000]
un-typoed last commit

18 years agoupdated cookbook
Marcus Ramberg [Thu, 23 Jun 2005 20:54:19 +0000]
updated cookbook

18 years agofix: Allow overriding home/root
Marcus Ramberg [Thu, 23 Jun 2005 19:32:43 +0000]
fix: Allow overriding home/root

18 years agominor pod fix to make tests pass.
Marcus Ramberg [Thu, 23 Jun 2005 18:47:45 +0000]
minor pod fix to make tests pass.

18 years agoAdded Catalyst::Helper::Controller::Scaffold
Sebastian Riedel [Thu, 23 Jun 2005 17:16:47 +0000]
Added Catalyst::Helper::Controller::Scaffold

18 years agoUpdated Changes
Christian Hansen [Thu, 23 Jun 2005 10:07:47 +0000]
Updated Changes

18 years agoImproved rendering error messages in $c->finalize_error
Christian Hansen [Thu, 23 Jun 2005 09:58:49 +0000]
Improved rendering error messages in $c->finalize_error

18 years agoUpdated Helper.pm MANIFEST and Changes
Christian Hansen [Wed, 22 Jun 2005 00:07:14 +0000]
Updated Helper.pm MANIFEST and Changes

18 years agoMoved logic from Catalyst::import() to Catalyst::Setup::setup();
Christian Hansen [Tue, 21 Jun 2005 16:42:47 +0000]
Moved logic from Catalyst::import() to Catalyst::Setup::setup();

18 years agoMove setup to C::Setup
Christian Hansen [Tue, 21 Jun 2005 15:57:52 +0000]
Move setup to C::Setup

18 years agoUpdated docs in Catalyst::Setup
Christian Hansen [Tue, 21 Jun 2005 15:51:42 +0000]
Updated docs in Catalyst::Setup

18 years agoMoved all setup methods to Catalyst::Setup
Christian Hansen [Tue, 21 Jun 2005 15:48:42 +0000]
Moved all setup methods to Catalyst::Setup

18 years agoRemove BEGIN from C::Log
Christian Hansen [Mon, 20 Jun 2005 09:43:33 +0000]
Remove BEGIN from C::Log

18 years agoFixed table debug output
Christian Hansen [Mon, 20 Jun 2005 09:15:41 +0000]
Fixed table debug output

18 years agoFixed table debug messages to be more portable
Christian Hansen [Mon, 20 Jun 2005 08:58:55 +0000]
Fixed table debug messages to be more portable

18 years agoAdded $req->cookie
Christian Hansen [Mon, 20 Jun 2005 08:40:02 +0000]
Added $req->cookie

18 years agorestore prevoius revision for Base.pm
Christian Hansen [Sat, 18 Jun 2005 00:32:36 +0000]
restore prevoius revision for Base.pm

18 years agoFixed global config for components, borked by chansen :(
Sebastian Riedel [Fri, 17 Jun 2005 22:00:25 +0000]
Fixed global config for components, borked by chansen :(

18 years agoDon't override debug flag if set
Christian Hansen [Fri, 17 Jun 2005 02:34:56 +0000]
Don't override debug flag if set

18 years agoDon't push Catalyst/MyApp at @main::ISA
Christian Hansen [Fri, 17 Jun 2005 02:26:39 +0000]
Don't push Catalyst/MyApp at @main::ISA

18 years agoDon't warn if caller is main
Christian Hansen [Fri, 17 Jun 2005 01:27:25 +0000]
Don't warn if caller is main

18 years agorefactored Catalyst::import()
Christian Hansen [Fri, 17 Jun 2005 01:19:26 +0000]
refactored Catalyst::import()

18 years agominor typo in Request.pm
Jesse Sheidlower [Thu, 16 Jun 2005 01:13:48 +0000]
minor typo in Request.pm

18 years agodocs: section on params in Intro.pod
Jesse Sheidlower [Thu, 16 Jun 2005 00:54:55 +0000]
docs: section on params in Intro.pod

18 years agoAdded docs to Catalyst::Exception
Christian Hansen [Tue, 14 Jun 2005 16:06:48 +0000]
Added docs to Catalyst::Exception

18 years agoAdded Catalyst::Exception
Christian Hansen [Tue, 14 Jun 2005 15:16:24 +0000]
Added Catalyst::Exception

18 years agoFixed Catalyst pod
Sebastian Riedel [Mon, 13 Jun 2005 22:16:39 +0000]
Fixed Catalyst pod

18 years ago- Added multi-action-from-begin example to cookbook
Matt S Trout [Sun, 12 Jun 2005 17:16:44 +0000]
- Added multi-action-from-begin example to cookbook

18 years agoMake Module::Build make README automatically.
Marcus Ramberg [Sat, 11 Jun 2005 23:13:14 +0000]
Make Module::Build make README automatically.

18 years agoFixed: Applied Cookbook patch
Danijel Milicevic [Sat, 11 Jun 2005 17:23:58 +0000]
Fixed: Applied Cookbook patch