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

18 years agoUpdated Manifest
Andy Grundman [Tue, 1 Nov 2005 04:02:17 +0000]
Updated Manifest

18 years ago- Refactored get_action into get_action and get_actions
Matt S Trout [Tue, 1 Nov 2005 03:48:52 +0000]
- Refactored get_action into get_action and get_actions

18 years agoAdded $c->config->{show_internal_actions}
Sebastian Riedel [Tue, 1 Nov 2005 03:35:15 +0000]
Added $c->config->{show_internal_actions}

18 years agoFixed pod
Sebastian Riedel [Tue, 1 Nov 2005 03:17:03 +0000]
Fixed pod

18 years ago- sub foo :Path { ... } now works!
Matt S Trout [Tue, 1 Nov 2005 03:02:52 +0000]
- sub foo :Path { ... } now works!

18 years ago- Split _DISPATCH out into _BEGIN, _AUTO, _ACTION and _END
Matt S Trout [Tue, 1 Nov 2005 02:35:03 +0000]
- Split _DISPATCH out into _BEGIN, _AUTO, _ACTION and _END

18 years ago- Added new _DISPATCH private action for dispatching
Matt S Trout [Tue, 1 Nov 2005 01:29:47 +0000]
- Added new _DISPATCH private action for dispatching

18 years agoFixed typo in myapp_fastcgi.pl helper
Andy Grundman [Tue, 1 Nov 2005 01:05:47 +0000]
Fixed typo in myapp_fastcgi.pl helper

18 years agoFixed pod
Sebastian Riedel [Mon, 31 Oct 2005 14:10:22 +0000]
Fixed pod

18 years agoUpdated fcgi engine for multi process external support
Sebastian Riedel [Mon, 31 Oct 2005 14:08:16 +0000]
Updated fcgi engine for multi process external support

18 years agoExample for Catalyst::Utils::apprefix
Yuval Kogman [Mon, 31 Oct 2005 10:08:44 +0000]
Example for Catalyst::Utils::apprefix

18 years agoFixed prereq bug
Sebastian Riedel [Mon, 31 Oct 2005 03:36:37 +0000]
Fixed prereq bug

18 years agoRemoved JSAN support from core
Sebastian Riedel [Mon, 31 Oct 2005 03:28:10 +0000]
Removed JSAN support from core

18 years agoReleng, test fixes, bug fixes for Session plugins
Yuval Kogman [Mon, 31 Oct 2005 01:27:49 +0000]
Releng, test fixes, bug fixes for Session plugins

18 years agoMade JSAN support optional
Sebastian Riedel [Mon, 31 Oct 2005 00:27:50 +0000]
Made JSAN support optional

18 years agoUpdated script generation
Sebastian Riedel [Mon, 31 Oct 2005 00:18:16 +0000]
Updated script generation

18 years agoAdded JSAN support
Sebastian Riedel [Mon, 31 Oct 2005 00:17:20 +0000]
Added JSAN support

18 years agoCookbook: added require-user-login patch from Chisel
Jesse Sheidlower [Sun, 30 Oct 2005 15:00:41 +0000]
Cookbook: added require-user-login patch from Chisel

18 years agoWritingPlugins added to main Man page
Jesse Sheidlower [Sun, 30 Oct 2005 14:41:44 +0000]
WritingPlugins added to main Man page

18 years ago- Made Action accessor names more consistent (namespace -> class, prefix -> namespace)
Matt S Trout [Sat, 29 Oct 2005 21:27:08 +0000]
- Made Action accessor names more consistent (namespace -> class, prefix -> namespace)

18 years agoReverted restarter change, until some fixes are made
Andy Grundman [Sat, 29 Oct 2005 13:36:05 +0000]
Reverted restarter change, until some fixes are made

18 years agoRequire HTTP::Body >= 0.03 for the memleak test
Andy Grundman [Fri, 28 Oct 2005 22:45:23 +0000]
Require HTTP::Body >= 0.03 for the memleak test

18 years agoUpdated HTTP::Body dep to 0.03
Andy Grundman [Fri, 28 Oct 2005 00:03:46 +0000]
Updated HTTP::Body dep to 0.03

18 years agoUpdated Changes
Andy Grundman [Thu, 27 Oct 2005 19:17:47 +0000]
Updated Changes

18 years agoUpdated HTTP engine to watch for changes to directory mtimes, handle deleted modules...
Andy Grundman [Thu, 27 Oct 2005 19:04:47 +0000]
Updated HTTP engine to watch for changes to directory mtimes, handle deleted modules, and cleaned up the paths to not contain script/..

18 years agoOptimized the _index function to not run File::Find every loop, and to make only...
Andy Grundman [Thu, 27 Oct 2005 18:26:08 +0000]
Optimized the _index function to not run File::Find every loop, and to make only 1 stat call

18 years agoUpdated Changes
Andy Grundman [Thu, 27 Oct 2005 17:50:30 +0000]
Updated Changes

18 years agoFixed HTTP engine to exit the restarter process if the parent has died, also fixed...
Andy Grundman [Thu, 27 Oct 2005 17:47:52 +0000]
Fixed HTTP engine to exit the restarter process if the parent has died, also fixed SIGINT for child process, and defaulted delay to 1 just in case

18 years agoFixed Changes file to remove 5.34 and full_uri
Andy Grundman [Thu, 27 Oct 2005 16:51:23 +0000]
Fixed Changes file to remove 5.34 and full_uri

18 years agoUpdated CGI and FastCGI tests to not delete the tmp files if the server is still...
Andy Grundman [Thu, 27 Oct 2005 16:23:54 +0000]
Updated CGI and FastCGI tests to not delete the tmp files if the server is still running

18 years agoKilled the last memory leak
Andy Grundman [Thu, 27 Oct 2005 15:57:32 +0000]
Killed the last memory leak

18 years agoAllow user-specified uri to test for leaks
Andy Grundman [Wed, 26 Oct 2005 20:21:32 +0000]
Allow user-specified uri to test for leaks

18 years agoCombined memleak test with stress test to test all test actions
Andy Grundman [Wed, 26 Oct 2005 19:19:27 +0000]
Combined memleak test with stress test to test all test actions

18 years agoAdded nicer size strings to memleak test
Andy Grundman [Wed, 26 Oct 2005 13:55:49 +0000]
Added nicer size strings to memleak test

18 years agoFixed use GTop
Andy Grundman [Wed, 26 Oct 2005 13:51:14 +0000]
Fixed use GTop

18 years agoAdded a memory leak test
Andy Grundman [Wed, 26 Oct 2005 13:49:30 +0000]
Added a memory leak test

18 years ago- path_to.t fixed on Windows, thanks to LTjake
Matt S Trout [Tue, 25 Oct 2005 23:46:54 +0000]
- path_to.t fixed on Windows, thanks to LTjake

18 years agoprepare for _02...
Marcus Ramberg [Tue, 25 Oct 2005 22:48:15 +0000]
prepare for _02...
added pod for ->version

18 years agomake the httpd fail if it can't bind.
Marcus Ramberg [Tue, 25 Oct 2005 21:38:47 +0000]
make the httpd fail if it can't bind.

18 years agos/hope/hopes
Marcus Ramberg [Tue, 25 Oct 2005 19:24:28 +0000]
s/hope/hopes

18 years agoUpdated manifest
Sebastian Riedel [Tue, 25 Oct 2005 17:10:47 +0000]
Updated manifest

18 years agoAdded path_to method
Sebastian Riedel [Tue, 25 Oct 2005 16:47:24 +0000]
Added path_to method

18 years agoAdded $c->error(0) support
Sebastian Riedel [Tue, 25 Oct 2005 15:03:26 +0000]
Added $c->error(0) support

18 years agoadd support for args to uri_for.
Marcus Ramberg [Tue, 25 Oct 2005 13:17:22 +0000]
add support for args to uri_for.

18 years agoFixed path in stress test data
Andy Grundman [Mon, 24 Oct 2005 02:48:48 +0000]
Fixed path in stress test data

18 years agoAdded a simple stress test that hits every URI in the test suite
Andy Grundman [Mon, 24 Oct 2005 02:47:13 +0000]
Added a simple stress test that hits every URI in the test suite

18 years ago- And the one that sliiped through
Matt S Trout [Mon, 24 Oct 2005 01:44:56 +0000]
- And the one that sliiped through

18 years ago- Fixed CAT_BENCH_ITERS :)
Matt S Trout [Mon, 24 Oct 2005 01:44:21 +0000]
- Fixed CAT_BENCH_ITERS :)

18 years ago- Updates action tests to use CAT_BENCH_ITERS or 2 for num. iterations
Matt S Trout [Mon, 24 Oct 2005 01:06:56 +0000]
- Updates action tests to use CAT_BENCH_ITERS or 2 for num. iterations

18 years agoFixed some typos
Sebastian Riedel [Mon, 24 Oct 2005 00:51:44 +0000]
Fixed some typos

18 years ago- Fixed Index, cleaned up get_action
Matt S Trout [Mon, 24 Oct 2005 00:46:47 +0000]
- Fixed Index, cleaned up get_action

18 years agoFixed typo
Sebastian Riedel [Sun, 23 Oct 2005 22:17:38 +0000]
Fixed typo

18 years agoChanged default match to use path instead of result
Andy Grundman [Sun, 23 Oct 2005 17:09:19 +0000]
Changed default match to use path instead of result

18 years agoFixed Catalyst::Test to not throw a exception when the appclass can't be required
Sebastian Riedel [Sun, 23 Oct 2005 14:04:49 +0000]
Fixed Catalyst::Test to not throw a exception when the appclass can't be required

18 years agoFixed some typos
Sebastian Riedel [Sun, 23 Oct 2005 14:00:42 +0000]
Fixed some typos

18 years agoUpdated dispatcher
Sebastian Riedel [Sun, 23 Oct 2005 03:40:26 +0000]
Updated dispatcher

18 years agoOptimized the path split a bit
Andy Grundman [Sat, 22 Oct 2005 18:04:34 +0000]
Optimized the path split a bit

18 years agoFixed the args passed to default
Andy Grundman [Sat, 22 Oct 2005 18:02:51 +0000]
Fixed the args passed to default

18 years agoAdded a failing test for args passed to default
Andy Grundman [Sat, 22 Oct 2005 17:49:54 +0000]
Added a failing test for args passed to default

18 years agoFixed index test to work around HTTP::Response bug
Andy Grundman [Sat, 22 Oct 2005 15:55:12 +0000]
Fixed index test to work around HTTP::Response bug

18 years agoFixed a typo
Sebastian Riedel [Sat, 22 Oct 2005 15:42:58 +0000]
Fixed a typo

18 years agoAdded expected actions tests to index test
Andy Grundman [Sat, 22 Oct 2005 15:22:44 +0000]
Added expected actions tests to index test

18 years agoMoved first-level index to a new controller so inheritence doesn't break
Andy Grundman [Sat, 22 Oct 2005 14:18:40 +0000]
Moved first-level index to a new controller so inheritence doesn't break