18 years agoAdded deep recursion detection
Sebastian Riedel [Tue, 3 May 2005 18:45:20 +0000]
Added deep recursion detection

18 years agoFixed auto dispatcher
Sebastian Riedel [Tue, 3 May 2005 13:55:48 +0000]
Fixed auto dispatcher

18 years agodoc: clarified nonpersistence of the stash in C::M::Intro
Jesse Sheidlower [Tue, 3 May 2005 01:44:50 +0000]
doc: clarified nonpersistence of the stash in C::M::Intro

19 years agoFixed build fakeinstall message
Sebastian Riedel [Sun, 1 May 2005 22:49:46 +0000]
Fixed build fakeinstall message

19 years agoFixed pod
Sebastian Riedel [Sun, 1 May 2005 16:17:06 +0000]
Fixed pod

19 years agoUpdated Build.pl
Christian Hansen [Sat, 30 Apr 2005 21:50:51 +0000]
Updated Build.pl

19 years agoUpdated utils
Sebastian Riedel [Sat, 30 Apr 2005 03:16:13 +0000]
Updated utils

19 years agoUpdated some core stuff, cleanups, better errors...
Sebastian Riedel [Sat, 30 Apr 2005 03:10:28 +0000]
Updated some core stuff, cleanups, better errors...

19 years agoReverting back to old behavior for components
Christian Hansen [Fri, 29 Apr 2005 21:35:33 +0000]
Reverting back to old behavior for components

19 years agoFixed win32 installer
Sebastian Riedel [Thu, 28 Apr 2005 19:15:10 +0000]
Fixed win32 installer

19 years agoFixed preserve component order for instantiation
Christian Hansen [Thu, 28 Apr 2005 18:30:17 +0000]
Fixed preserve component order for instantiation

19 years agoFixed pod
Sebastian Riedel [Thu, 28 Apr 2005 15:42:30 +0000]
Fixed pod

19 years agoAdded support for non C::Base components to live in MyApp namespace
Christian Hansen [Wed, 27 Apr 2005 21:47:43 +0000]
Added support for non C::Base components to live in MyApp namespace

19 years agoFixed manifest and the uninitialized value warning in tests
Sebastian Riedel [Wed, 27 Apr 2005 21:15:19 +0000]
Fixed manifest and the uninitialized value warning in tests

19 years agominor typos in new Mason.pm
Jesse Sheidlower [Wed, 27 Apr 2005 19:42:39 +0000]
minor typos in new Mason.pm

19 years agoFixed config in C::Base and stash in C::Engine
Christian Hansen [Wed, 27 Apr 2005 15:36:19 +0000]
Fixed config in C::Base and stash in C::Engine

19 years agotweaks to C::M::CDBI::Plain docs; added Plain to C::Manual::Plugins
Jesse Sheidlower [Wed, 27 Apr 2005 02:57:32 +0000]
tweaks to C::M::CDBI::Plain docs; added Plain to C::Manual::Plugins

19 years agoAdded otional status to $c->response->redirect
Christian Hansen [Tue, 26 Apr 2005 01:02:21 +0000]
Added otional status to $c->response->redirect

19 years agoAdded examples for cat utils
Sebastian Riedel [Tue, 26 Apr 2005 00:43:47 +0000]
Added examples for cat utils

19 years agoUpdated helper
Sebastian Riedel [Mon, 25 Apr 2005 21:47:49 +0000]
Updated helper

19 years agoFixed MP engines, only load what we need
Christian Hansen [Mon, 25 Apr 2005 21:44:38 +0000]
Fixed MP engines, only load what we need

19 years agoAdded C::E::CGI::APR and C::E::FastCGI::APR
Christian Hansen [Mon, 25 Apr 2005 21:08:33 +0000]
Added C::E::CGI::APR and C::E::FastCGI::APR

19 years agoUpdated helper s/fcgi/fastcgi/
Sebastian Riedel [Mon, 25 Apr 2005 20:55:45 +0000]
Updated helper s/fcgi/fastcgi/

19 years agoAdded C::E::HTTP::Base and Daemon
Christian Hansen [Mon, 25 Apr 2005 15:15:40 +0000]
Added C::E::HTTP::Base and Daemon

19 years agoRename FCGI to FastCGI
Christian Hansen [Mon, 25 Apr 2005 14:53:51 +0000]
Rename FCGI to FastCGI

19 years agoReworked Engine namespaces
Christian Hansen [Mon, 25 Apr 2005 14:47:56 +0000]
Reworked Engine namespaces

19 years agoFixed uninitialized warnings with HTTP::Daemon
Christian Hansen [Mon, 25 Apr 2005 12:07:01 +0000]
Fixed uninitialized warnings with HTTP::Daemon

19 years agoFixed warnings in $c->request->param and $c->request->upload
Christian Hansen [Mon, 25 Apr 2005 11:03:08 +0000]
Fixed warnings in $c->request->param and $c->request->upload

19 years agofixed: Better error message.
Marcus Ramberg [Sun, 24 Apr 2005 21:07:36 +0000]
fixed: Better error message.

19 years agoImpoved error messaging when $c->forward to an non loaded class
Christian Hansen [Sun, 24 Apr 2005 20:36:48 +0000]
Impoved error messaging when $c->forward to an non loaded class

19 years agominor improvement.
Marcus Ramberg [Sun, 24 Apr 2005 19:57:41 +0000]
minor improvement.

19 years agoAdded $upload->slurp and tests
Christian Hansen [Sun, 24 Apr 2005 18:24:23 +0000]
Added $upload->slurp and tests

19 years agoFixed $c->req->base to be consistent in all engines, trailing slash
Christian Hansen [Sun, 24 Apr 2005 17:14:13 +0000]
Fixed $c->req->base to be consistent in all engines, trailing slash

19 years agoUpdated changes
Sebastian Riedel [Sun, 24 Apr 2005 15:15:53 +0000]
Updated changes

19 years agoAdded $c-req->protocol and $c->req->secure
Christian Hansen [Sun, 24 Apr 2005 15:12:52 +0000]
Added $c-req->protocol and $c->req->secure

19 years agoFixed typo
Sebastian Riedel [Sat, 23 Apr 2005 22:39:36 +0000]
Fixed typo

19 years agoReverted chansens changes
Sebastian Riedel [Sat, 23 Apr 2005 17:04:10 +0000]
Reverted chansens changes

19 years agoAdded body_ref and body_length and minor optimization, use refs where it's possible
Christian Hansen [Sat, 23 Apr 2005 15:44:35 +0000]
Added body_ref and body_length and minor optimization, use refs where it's possible

19 years agoAdded links to each plugin in Plugins.pod
Jesse Sheidlower [Sat, 23 Apr 2005 13:36:46 +0000]
Added links to each plugin in Plugins.pod

19 years agoImproved API for asignment of uploads and params
Christian Hansen [Sat, 23 Apr 2005 13:15:30 +0000]
Improved API for asignment of uploads and params

19 years agoUpdated Catalyst::Build
Sebastian Riedel [Sat, 23 Apr 2005 02:04:52 +0000]
Updated Catalyst::Build

19 years agoFixed typo
Sebastian Riedel [Sat, 23 Apr 2005 00:20:53 +0000]
Fixed typo

19 years agoAdded makefile to helper
Sebastian Riedel [Fri, 22 Apr 2005 23:53:55 +0000]
Added makefile to helper

19 years agoFixed: benchmark reporting on Win32 (Matt S Trout)
Christian Hansen [Fri, 22 Apr 2005 17:22:26 +0000]
Fixed: benchmark reporting on Win32 (Matt S Trout)

19 years ago- Improved: Params handling with MP engines
Christian Hansen [Fri, 22 Apr 2005 17:14:29 +0000]
- Improved: Params handling with MP engines
- Fixed: Params handling on POST with CGI engine (Andy Grundman)
- Fixed: Helper.pm on Win32 (Matt S Trout)

19 years agoadded: passthrough makefile.pl compat for Catalyst and helpers.
Marcus Ramberg [Fri, 22 Apr 2005 14:11:48 +0000]
added: passthrough makefile.pl compat for Catalyst and helpers.

19 years agofixed: typo
Marcus Ramberg [Fri, 22 Apr 2005 11:40:49 +0000]
fixed: typo

19 years agoFix: Make sure you have newest Module::Build so cat dies on syntax error
Marcus Ramberg [Fri, 22 Apr 2005 11:18:29 +0000]
Fix: Make sure you have newest Module::Build so cat dies on syntax error

19 years agoFixed typo
Sebastian Riedel [Thu, 21 Apr 2005 21:11:01 +0000]
Fixed typo

19 years agoFixed C::E::CGI to allow reuse of CGI.pm object
Christian Hansen [Thu, 21 Apr 2005 20:17:53 +0000]
Fixed C::E::CGI to allow reuse of CGI.pm object

19 years agoFixed helper
Sebastian Riedel [Wed, 20 Apr 2005 21:24:46 +0000]
Fixed helper

19 years agoAdded Build.PL to MANIFEST
Sebastian Riedel [Wed, 20 Apr 2005 17:44:58 +0000]
Added Build.PL to MANIFEST

19 years agoUpdated MANIFEST
Sebastian Riedel [Wed, 20 Apr 2005 17:43:24 +0000]
Updated MANIFEST

19 years agoRemoved Makefile.PL
Sebastian Riedel [Wed, 20 Apr 2005 17:39:55 +0000]
Removed Makefile.PL

19 years agoUpdated helper
Sebastian Riedel [Wed, 20 Apr 2005 17:26:01 +0000]
Updated helper

19 years agoBig change, new installer and home detection
Sebastian Riedel [Wed, 20 Apr 2005 17:19:35 +0000]
Big change, new installer and home detection

19 years agoFixed debug log, sort params before output
Christian Hansen [Wed, 20 Apr 2005 02:43:26 +0000]
Fixed debug log, sort params before output

19 years agopost 5.03 release
Marcus Ramberg [Tue, 19 Apr 2005 19:49:57 +0000]
post 5.03 release

19 years agoReady to release 5.03
Marcus Ramberg [Tue, 19 Apr 2005 18:39:06 +0000]
Ready to release 5.03

19 years agoAdded plugin() method for instant plugins
Sebastian Riedel [Tue, 19 Apr 2005 18:02:33 +0000]
Added plugin() method for instant plugins

19 years agoUpdated Changes
Christian Hansen [Tue, 19 Apr 2005 17:24:04 +0000]
Updated Changes

19 years agoApplied HTTP.pm patch from Andy Grundman <andy@hybridized.org>. Fixed debug log on...
Christian Hansen [Tue, 19 Apr 2005 17:21:47 +0000]
Applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>. Fixed debug log on false values like 0

19 years agoUpdated: Better Dispatcher error messages.
Marcus Ramberg [Tue, 19 Apr 2005 15:39:07 +0000]
Updated: Better Dispatcher error messages.

19 years agoadded mason plugin. updated descriptions.
Marcus Ramberg [Tue, 19 Apr 2005 15:38:15 +0000]
added mason plugin. updated descriptions.

19 years agoFixed: No Helper in Catalyst.pm
Marcus Ramberg [Tue, 19 Apr 2005 15:36:42 +0000]
Fixed: No Helper in Catalyst.pm

19 years agoApplied doc patch from Robert Boone. Fixed Changed, no release date unless released.
Christian Hansen [Tue, 19 Apr 2005 10:58:09 +0000]
Applied doc patch from Robert Boone. Fixed Changed, no release date unless released.

19 years agoupdated version number, added changes.
Marcus Ramberg [Mon, 18 Apr 2005 23:02:26 +0000]
updated version number, added changes.

19 years agoupdated syntax for 5.0
Marcus Ramberg [Mon, 18 Apr 2005 23:00:14 +0000]
updated syntax for 5.0

19 years agofixed: reformatted, fixed a few typos, and extended a little
Marcus Ramberg [Mon, 18 Apr 2005 20:22:14 +0000]
fixed: reformatted, fixed a few typos, and extended a little

19 years agoupdated MANIFEST to add Catalyst::Manual::Plugins doc
Andrew Ford [Mon, 18 Apr 2005 20:04:57 +0000]
updated MANIFEST to add Catalyst::Manual::Plugins doc

19 years agoupdated Catalyst::Manual::Plugins doc to cover C:P:SubRequest
Andrew Ford [Mon, 18 Apr 2005 20:02:59 +0000]
updated Catalyst::Manual::Plugins doc to cover C:P:SubRequest

19 years agoadded Catalyst::Manual::Plugins doc
Andrew Ford [Mon, 18 Apr 2005 19:55:49 +0000]
added Catalyst::Manual::Plugins doc

19 years agoFixed $self, maybe
Sebastian Riedel [Mon, 18 Apr 2005 19:31:15 +0000]
Fixed $self, maybe

19 years agoupdated: Added docs for 2 missing functions
Marcus Ramberg [Mon, 18 Apr 2005 18:28:45 +0000]
updated: Added docs for 2 missing functions

19 years agoUpdated to 5.02
Sebastian Riedel [Mon, 18 Apr 2005 08:30:38 +0000]
Updated to 5.02

19 years agoAdded C::Utils and C::E::A::MP2 to MANIFEST. Reorderd subs in C::E::A::* to be in...
Christian Hansen [Mon, 18 Apr 2005 08:09:55 +0000]
Added C::Utils and C::E::A::MP2 to MANIFEST. Reorderd subs in C::E::A::* to be in alpha order. Minor doc fixes in MP engines

19 years agoFixed helper generated changes file
Sebastian Riedel [Sun, 17 Apr 2005 17:40:02 +0000]
Fixed helper generated changes file

19 years agoAdded global config for components
Sebastian Riedel [Sun, 17 Apr 2005 15:26:20 +0000]
Added global config for components

19 years agoUpdated Cat changes
Sebastian Riedel [Sun, 17 Apr 2005 14:09:38 +0000]
Updated Cat changes

19 years agoFixed: More minor typos
Jesse Sheidlower [Sun, 17 Apr 2005 01:18:02 +0000]
Fixed: More minor typos

19 years agoAdded Success Story
Jesse Sheidlower [Sun, 17 Apr 2005 00:45:40 +0000]
Added Success Story

19 years agoRenamed to to be consistent
Christian Hansen [Sun, 17 Apr 2005 00:44:44 +0000]
Renamed  to  to be consistent

19 years agoAdded: Automagic AUTHOR in helpers.
Marcus Ramberg [Sat, 16 Apr 2005 22:45:10 +0000]
Added: Automagic AUTHOR in helpers.

19 years agoFixed loading, Dispatcher before Engine, so it's possible to overload
Christian Hansen [Sat, 16 Apr 2005 22:32:11 +0000]
Fixed loading, Dispatcher before Engine, so it's possible to overload

19 years agoUpdated and expanded test suit
Christian Hansen [Sat, 16 Apr 2005 22:26:58 +0000]
Updated and expanded test suit

19 years agoAdded . support to xmlrpc
Sebastian Riedel [Sat, 16 Apr 2005 22:21:18 +0000]
Added . support to xmlrpc

19 years agoalias, not rename.
Marcus Ramberg [Sat, 16 Apr 2005 21:30:59 +0000]
alias, not rename.

19 years agoUpdate Changelog to reflect current changes
Christian Hansen [Sat, 16 Apr 2005 20:57:55 +0000]
Update Changelog to reflect current changes

19 years agoApplied regexp patch from Matt S Trout
Christian Hansen [Sat, 16 Apr 2005 20:46:08 +0000]
Applied regexp patch from Matt S Trout

19 years agoFixed Request/Response body
Christian Hansen [Sat, 16 Apr 2005 20:22:41 +0000]
Fixed Request/Response body

19 years agoFixed MP19 uploads. Added request/response body. Added support in all Engines for...
Christian Hansen [Sat, 16 Apr 2005 19:44:54 +0000]
Fixed MP19 uploads. Added request/response body. Added support in all Engines for body, also tested. Added test t/engine/request/body.t

19 years agoFixed: builtin actions are private too (Tutorial Docs)
Marcus Ramberg [Sat, 16 Apr 2005 19:38:22 +0000]
Fixed: builtin actions are private too (Tutorial Docs)
Updated: Helper documentation

19 years agoupdated: gabb is hung over in the morning.
Marcus Ramberg [Sat, 16 Apr 2005 18:51:20 +0000]
updated: gabb is hung over in the morning.

19 years agoFixed C::B
Sebastian Riedel [Sat, 16 Apr 2005 18:38:31 +0000]
Fixed C::B

19 years agoAdded Catalyst::Utils
Sebastian Riedel [Sat, 16 Apr 2005 17:28:18 +0000]
Added Catalyst::Utils

19 years agoUpdated Changes
Sebastian Riedel [Sat, 16 Apr 2005 16:26:17 +0000]
Updated Changes

19 years agoadded $c->prepare_input and $c->req->input
Christian Hansen [Sat, 16 Apr 2005 16:07:37 +0000]
added $c->prepare_input and $c->req->input

19 years agoFixed base
Sebastian Riedel [Sat, 16 Apr 2005 15:43:15 +0000]
Fixed base

19 years agoAdded advanced attributes handling
Sebastian Riedel [Sat, 16 Apr 2005 14:13:26 +0000]
Added advanced attributes handling

19 years agoFixed: assorted typos
Jesse Sheidlower [Sat, 16 Apr 2005 03:51:46 +0000]
Fixed: assorted typos