18 years agoFixed the forwarding fix :)
Sebastian Riedel [Thu, 10 Nov 2005 13:33:41 +0000]
Fixed the forwarding fix :)

18 years agoFixed relative forwarding
Sebastian Riedel [Thu, 10 Nov 2005 12:50:00 +0000]
Fixed relative forwarding

18 years ago100% pod coverage again
Sebastian Riedel [Thu, 10 Nov 2005 06:49:34 +0000]
100% pod coverage again

18 years agoMeta and README for rc4
Andy Grundman [Thu, 10 Nov 2005 03:52:19 +0000]
Meta and README for rc4

18 years agoUpdated Changes for rc4
Andy Grundman [Thu, 10 Nov 2005 03:51:37 +0000]
Updated Changes for rc4

18 years agoUpdated changes
Sebastian Riedel [Thu, 10 Nov 2005 03:48:36 +0000]
Updated changes

18 years agoPreparing for rc4
Andy Grundman [Thu, 10 Nov 2005 03:46:48 +0000]
Preparing for rc4

18 years agoMade threads test optional
Andy Grundman [Thu, 10 Nov 2005 03:46:04 +0000]
Made threads test optional

18 years ago- Extra Path tests (thanks LTJake)
Matt S Trout [Thu, 10 Nov 2005 02:21:31 +0000]
- Extra Path tests (thanks LTJake)

18 years ago- Tweaked attr parsing (thanks LTJake - now gimme some tests :)
Matt S Trout [Thu, 10 Nov 2005 02:00:21 +0000]
- Tweaked attr parsing (thanks LTJake - now gimme some tests :)

18 years agoAdded more pod
Sebastian Riedel [Thu, 10 Nov 2005 01:56:52 +0000]
Added more pod

18 years ago- forward now uses stack
Matt S Trout [Thu, 10 Nov 2005 01:55:13 +0000]
- forward now uses stack

18 years ago- Added $c->stack
Matt S Trout [Thu, 10 Nov 2005 01:48:40 +0000]
- Added $c->stack

18 years agoAdded some pod
Sebastian Riedel [Thu, 10 Nov 2005 01:41:52 +0000]
Added some pod

18 years agoFixed the weirdo threads bug
Sebastian Riedel [Thu, 10 Nov 2005 01:36:19 +0000]
Fixed the weirdo threads bug

18 years ago- Added *_class methods to Catalyst
Matt S Trout [Thu, 10 Nov 2005 00:49:28 +0000]
- Added *_class methods to Catalyst

18 years agoFixed typo
Sebastian Riedel [Thu, 10 Nov 2005 00:38:58 +0000]
Fixed typo

18 years agoOnly register private actions when needed
Sebastian Riedel [Thu, 10 Nov 2005 00:34:05 +0000]
Only register private actions when needed

18 years agoFixed attrcontainer to ignore lvalue methods
Sebastian Riedel [Wed, 9 Nov 2005 23:48:39 +0000]
Fixed attrcontainer to ignore lvalue methods

18 years agoFixed some bugs and improved logs
Sebastian Riedel [Wed, 9 Nov 2005 23:30:44 +0000]
Fixed some bugs and improved logs

18 years ago- Made $c->namespace lvalue in the name of encapsulation under local
Matt S Trout [Wed, 9 Nov 2005 20:16:37 +0000]
- Made $c->namespace lvalue in the name of encapsulation under local

18 years agoUpdated Intro.pod
Sebastian Riedel [Wed, 9 Nov 2005 16:00:03 +0000]
Updated Intro.pod

18 years agoUpdated Changes file to give credit
Andy Grundman [Wed, 9 Nov 2005 14:36:33 +0000]
Updated Changes file to give credit

18 years agoUpdated HTTP::Body prereq to 0.4
Andy Grundman [Wed, 9 Nov 2005 06:01:22 +0000]
Updated HTTP::Body prereq to 0.4

18 years agoDispatcher::get_action no longer takes $c as a useless arg
Yuval Kogman [Wed, 9 Nov 2005 00:07:25 +0000]
Dispatcher::get_action no longer takes $c as a useless arg

18 years agoUpdated Intro.pod
Sebastian Riedel [Tue, 8 Nov 2005 23:29:04 +0000]
Updated Intro.pod

18 years agoFixed some typos
Sebastian Riedel [Tue, 8 Nov 2005 22:49:36 +0000]
Fixed some typos

18 years agoUpdated built in server to restart on win32
Sebastian Riedel [Tue, 8 Nov 2005 22:42:14 +0000]
Updated built in server to restart on win32

18 years ago- Nuked LocalRegex.pm
Matt S Trout [Tue, 8 Nov 2005 18:09:52 +0000]
- Nuked LocalRegex.pm

18 years agoFixed multiple appclass bug
Sebastian Riedel [Tue, 8 Nov 2005 17:40:41 +0000]
Fixed multiple appclass bug

18 years ago- Fixed a dispatcher bug, thanks nothingmuch
Matt S Trout [Tue, 8 Nov 2005 17:08:31 +0000]
- Fixed a dispatcher bug, thanks nothingmuch

18 years ago- Added LocalRegex, tweaked Regex debug output
Matt S Trout [Tue, 8 Nov 2005 16:59:15 +0000]
- Added LocalRegex, tweaked Regex debug output

18 years agoFixed streaming write from a filehandle to stop writing if the browser is closed
Andy Grundman [Tue, 8 Nov 2005 13:41:46 +0000]
Fixed streaming write from a filehandle to stop writing if the browser is closed

18 years agoAdded user again
Sebastian Riedel [Mon, 7 Nov 2005 22:07:17 +0000]
Added user again

18 years agoRemoved $c->req->user accessor
Sebastian Riedel [Mon, 7 Nov 2005 20:31:41 +0000]
Removed $c->req->user accessor

18 years agoUpdated Tutorial.pod
Sebastian Riedel [Mon, 7 Nov 2005 15:46:00 +0000]
Updated Tutorial.pod

18 years agoFixed error reporting for acl exceptions
Sebastian Riedel [Mon, 7 Nov 2005 01:17:38 +0000]
Fixed error reporting for acl exceptions

18 years ago- Further tweaks and added tests
Matt S Trout [Sun, 6 Nov 2005 20:00:01 +0000]
- Further tweaks and added tests

18 years agoFixed setup_components to accept Catalyst::Component subclasses
Sebastian Riedel [Sun, 6 Nov 2005 19:53:24 +0000]
Fixed setup_components to accept Catalyst::Component subclasses

18 years ago- Fixed it so tests run again
Matt S Trout [Sun, 6 Nov 2005 19:47:31 +0000]
- Fixed it so tests run again

18 years agoMade forward sane again
Sebastian Riedel [Sun, 6 Nov 2005 19:40:33 +0000]
Made forward sane again

18 years agoFixed forward
Sebastian Riedel [Sun, 6 Nov 2005 19:23:06 +0000]
Fixed forward

18 years agoAdded $c->controller, $c->model and $c->view shortcuts
Sebastian Riedel [Sun, 6 Nov 2005 19:15:57 +0000]
Added $c->controller, $c->model and $c->view shortcuts

18 years agoremoved extra debug :/
Marcus Ramberg [Sun, 6 Nov 2005 13:45:03 +0000]
removed extra debug :/

18 years agofix debug flag to handle disabling via ENV
Marcus Ramberg [Sun, 6 Nov 2005 12:42:49 +0000]
fix debug flag to handle disabling via ENV

18 years agoAdded DBIx::Class::WebForm
Sebastian Riedel [Sun, 6 Nov 2005 04:34:03 +0000]
Added DBIx::Class::WebForm

18 years ago- Restored Regex behaviour and added LocalRegex
Matt S Trout [Sat, 5 Nov 2005 21:16:30 +0000]
- Restored Regex behaviour and added LocalRegex

18 years ago- Made Catalyst::Action and ActionContainer default rather than hardcoded
Matt S Trout [Sat, 5 Nov 2005 19:07:14 +0000]
- Made Catalyst::Action and ActionContainer default rather than hardcoded

18 years agoUpdated helper
Sebastian Riedel [Fri, 4 Nov 2005 16:57:19 +0000]
Updated helper

18 years agoFixed formatting to less than 78 cols
Andy Grundman [Fri, 4 Nov 2005 16:40:36 +0000]
Fixed formatting to less than 78 cols

18 years agoApplied LTJake's patch for adding SimpleTable to Dispatcher
Andy Grundman [Fri, 4 Nov 2005 16:37:34 +0000]
Applied LTJake's patch for adding SimpleTable to Dispatcher

18 years agoRemoved the 304 Not Modified code from Static::Simple, it breaks under IE+Apache
Andy Grundman [Fri, 4 Nov 2005 14:51:27 +0000]
Removed the 304 Not Modified code from Static::Simple, it breaks under IE+Apache

18 years ago- Fixed :Path('') which was annihilated in the Text::ASCIITable removal
Matt S Trout [Fri, 4 Nov 2005 13:48:48 +0000]
- Fixed :Path('') which was annihilated in the Text::ASCIITable removal

18 years agoFixed typo
Sebastian Riedel [Fri, 4 Nov 2005 06:54:39 +0000]
Fixed typo

18 years agoFixed typo
Sebastian Riedel [Fri, 4 Nov 2005 06:35:25 +0000]
Fixed typo

18 years agoUpdated Build.PL a bit :)
Sebastian Riedel [Fri, 4 Nov 2005 06:30:28 +0000]
Updated Build.PL a bit :)

18 years agoSwitched to Text::SimpleTable
Sebastian Riedel [Fri, 4 Nov 2005 04:44:31 +0000]
Switched to Text::SimpleTable

18 years agos/C<CGI>/L<CGI>/
Yuval Kogman [Thu, 3 Nov 2005 23:14:37 +0000]
s/C<CGI>/L<CGI>/

18 years agoFixed typo
Sebastian Riedel [Thu, 3 Nov 2005 22:00:09 +0000]
Fixed typo

18 years ago- Moved local $c->{namespace} set to Catalyst::Action::execute to fix forward from...
Matt S Trout [Thu, 3 Nov 2005 20:02:38 +0000]
- Moved local $c->{namespace} set to Catalyst::Action::execute to fix forward from auto actions

18 years ago5.49_03 release changes
Andy Grundman [Thu, 3 Nov 2005 19:48:08 +0000]
5.49_03 release changes

18 years agoUpdated helper template
Sebastian Riedel [Thu, 3 Nov 2005 17:16:39 +0000]
Updated helper template

18 years agoApplied wdh's fixed exec call to work on FreeBSD
Andy Grundman [Thu, 3 Nov 2005 17:14:44 +0000]
Applied wdh's fixed exec call to work on FreeBSD

18 years agoUpdated helper template
Sebastian Riedel [Thu, 3 Nov 2005 17:08:24 +0000]
Updated helper template

18 years agoReverted stupidity workaround
Sebastian Riedel [Thu, 3 Nov 2005 16:48:54 +0000]
Reverted stupidity workaround

18 years agoMake behavior of Catalyst::Request::param truely CGI compatible
Yuval Kogman [Thu, 3 Nov 2005 16:48:01 +0000]
Make behavior of Catalyst::Request::param truely CGI compatible

18 years agoFixed typo, paramaters -> parameters
Andy Grundman [Thu, 3 Nov 2005 16:41:49 +0000]
Fixed typo, paramaters -> parameters

18 years agoMinor doc additions to Catalyst::Request
Yuval Kogman [Thu, 3 Nov 2005 16:38:43 +0000]
Minor doc additions to Catalyst::Request

18 years agorevert to previous until I can fix it.
Marcus Ramberg [Thu, 3 Nov 2005 16:37:03 +0000]
revert to previous until I can fix it.

18 years agoAdded workaround for stupid components expecting Catalyst::Base::new()
Sebastian Riedel [Thu, 3 Nov 2005 16:26:11 +0000]
Added workaround for stupid components expecting Catalyst::Base::new()

18 years agoFixed req->{path} for backwards-compat
Andy Grundman [Thu, 3 Nov 2005 16:25:01 +0000]
Fixed req->{path} for backwards-compat

18 years agoallow debug to be disabled via Env.
Marcus Ramberg [Thu, 3 Nov 2005 16:15:52 +0000]
allow debug to be disabled via Env.

18 years agoDocument the format of the parameters to be passed into Catalyst::Response::cookies
Yuval Kogman [Thu, 3 Nov 2005 15:43:43 +0000]
Document the format of the parameters to be passed into Catalyst::Response::cookies

18 years agoFixed dravens test
Sebastian Riedel [Thu, 3 Nov 2005 15:02:25 +0000]
Fixed dravens test

18 years agotest inheritance of builtin actions in mainapp.
Marcus Ramberg [Thu, 3 Nov 2005 07:46:04 +0000]
test inheritance of builtin actions in mainapp.

18 years agoFixed inheritance bug
Sebastian Riedel [Thu, 3 Nov 2005 01:18:00 +0000]
Fixed inheritance bug

18 years agoApplied more xhtml tweaks from LTJake
Andy Grundman [Wed, 2 Nov 2005 20:05:17 +0000]
Applied more xhtml tweaks from LTJake

18 years agoAdded -scripts option to catalyst.pl for script updating
Sebastian Riedel [Wed, 2 Nov 2005 16:22:34 +0000]
Added -scripts option to catalyst.pl for script updating

18 years agoUpdated helper templates
Sebastian Riedel [Wed, 2 Nov 2005 15:38:27 +0000]
Updated helper templates

18 years agoCommitted LTJake's XHTML patch for debug screen
Andy Grundman [Wed, 2 Nov 2005 15:36:53 +0000]
Committed LTJake's XHTML patch for debug screen

18 years agoUpdated Plugins.pod a bit
Andy Grundman [Wed, 2 Nov 2005 15:15:37 +0000]
Updated Plugins.pod a bit

18 years agoRemoved a couple warn calls
Andy Grundman [Wed, 2 Nov 2005 14:53:09 +0000]
Removed a couple warn calls

18 years agoApplied LTJake's patch to make welcome page validate as XHTML Trans, and added a...
Andy Grundman [Wed, 2 Nov 2005 14:33:13 +0000]
Applied LTJake's patch to make welcome page validate as XHTML Trans, and added a content-type header

18 years agoUpdated Manifest
Andy Grundman [Wed, 2 Nov 2005 03:42:42 +0000]
Updated Manifest

18 years agoRefactored restarter into a subclass of Engine::HTTP, improved restarter performance
Andy Grundman [Wed, 2 Nov 2005 03:39:05 +0000]
Refactored restarter into a subclass of Engine::HTTP, improved restarter performance

18 years agoUpdated script generation
Sebastian Riedel [Wed, 2 Nov 2005 02:40:59 +0000]
Updated script generation

18 years agoFixed typo
Sebastian Riedel [Wed, 2 Nov 2005 02:29:45 +0000]
Fixed typo

18 years agoChanged helpers to default to long types, Controller instead of C
Sebastian Riedel [Wed, 2 Nov 2005 02:24:00 +0000]
Changed helpers to default to long types, Controller instead of C

18 years ago- Made forward use $c->component($command) instead of $c->components->{$command}...
Matt S Trout [Wed, 2 Nov 2005 01:59:07 +0000]
- Made forward use $c->component($command) instead of $c->components->{$command} for fallback

18 years agoAdded Catalyst::Controller, Catalyst::Model and Catalyst::View base classes
Sebastian Riedel [Wed, 2 Nov 2005 01:34:34 +0000]
Added Catalyst::Controller, Catalyst::Model and Catalyst::View base classes

18 years ago- Move config stuff etc. out into Catalyst::Component; Catalyst::Base for things...
Matt S Trout [Wed, 2 Nov 2005 01:20:09 +0000]
- Move config stuff etc. out into Catalyst::Component; Catalyst::Base for things that want to register actions

18 years agoAdded JavaScript to debug screen, to show and hide specific dumps
Sebastian Riedel [Wed, 2 Nov 2005 00:54:38 +0000]
Added JavaScript to debug screen, to show and hide specific dumps

18 years agoFixed some warnings
Sebastian Riedel [Tue, 1 Nov 2005 23:48:37 +0000]
Fixed some warnings

18 years agoFixed MyApp->config->{show_internal_actions}
Sebastian Riedel [Tue, 1 Nov 2005 23:42:20 +0000]
Fixed MyApp->config->{show_internal_actions}

18 years agoMention Catalyst::Plugin::Session in Catalyst::Manual::Plugins
Yuval Kogman [Tue, 1 Nov 2005 23:17:46 +0000]
Mention Catalyst::Plugin::Session in Catalyst::Manual::Plugins

18 years agoAdd dump_these method to Catalyst, which returns the structures dumped on error
Yuval Kogman [Tue, 1 Nov 2005 22:47:37 +0000]
Add dump_these method to Catalyst, which returns the structures dumped on error

18 years agoAdded detection of older engine versions
Andy Grundman [Tue, 1 Nov 2005 15:03:08 +0000]
Added detection of older engine versions

18 years ago- Turned action registration inside-out
Matt S Trout [Tue, 1 Nov 2005 07:12:39 +0000]
- Turned action registration inside-out

18 years ago- Punted get_action to ActionContainer
Matt S Trout [Tue, 1 Nov 2005 06:07:18 +0000]
- Punted get_action to ActionContainer

18 years ago- Made relative regexps work
Matt S Trout [Tue, 1 Nov 2005 04:59:06 +0000]
- Made relative regexps work