Fixed auto chain, finally
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
b7b011a9 35.21 2005-00-00 00:00:00
4 - fixed a bug in https detection
9ddd9d05 5 - fixed auto chain finally
b7b011a9 6
61a0806c 75.20 2005-05-18 19:52:00
a783a49e 8 - improved uploads and parameters
77d12cae 9 - added $c->req->protocol and $c->req->secure
10 - added $c->req->user and $c->req->uri
8f591211 11 - improved error message when forwarding to unknown module
91eeb37b 12 - fixed win32 installer
e88fa058 13 - added deep recursion detection
99d891a5 14 - fixed auto actions
e37b6309 15 - fixed inheritance in dispatcher
0299ba22 16 - allow whitespaces between brackets and quoted string
17 in Path and Regex attributes
97f1b4e7 18 - new helper templates
9cee9588 19 - installer now supports install_base and destdir
61a0806c 20 - allow multiple Catalyst apps to run on the same mod_perl
21 instance (not the same app!)
6890e598 22 - fixed MP2 engines
fc88e495 23 - removed apreq dependency from all MP engines
24 - added support for MP registry scripts
25 - added support for LocationMatch and ScriptAliasMatch in MP engines
6890e598 26 - added SpeedyCGI engine
a783a49e 27
61a0806c 285.10 2005-04-23 11:16:00
a783a49e 29 - updated dependencies to require latest module::pluggable::fast
30 - new installer for templates and stuff using Module::Build
4f6748f1 31 - scripts are now prefixed, for being installable
32 IMPORTANT: You have to regenerate the script directory,
33 remove Makefile.PL and add Build.PL
adfe7ead 34 - Added compat to install Module::Build if required.
8f591211 35 - Improved: Params handling with MP engines
36 - Fixed: Params handling on POST with CGI engine (Andy Grundman)
37 - Fixed: Helper.pm on Win32 (Matt S Trout)
4f6748f1 38
61a0806c 395.03 2005-04-19 20:35:00 (Revision 462)
a783a49e 40 - fixed Test example (Torsten Seeman)
41 - added Plugins chapter to manual
bbcadec7 42 - applied doc patch from Robert Boone <robert@rlb3.com>
a783a49e 43 - improved Dispatcher error messages.
44 - refactored so we don't need to include helper from
e9deb4dc 45 Catalyst.pm - Fixes issues with FindBin
5b2a599c 46 - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
87232381 47 - added plugin() method for instant plugins
48 - FCGI is no more considered experimental
bbcadec7 49
61a0806c 505.02 2005-04-18 10:00:00
2cf9bc57 51 - fixed manifest
52
61a0806c 535.01 2005-04-17 23:00:00
d7953572 54 - some documentation bugs fixed
f05af9ba 55 - added Catalyst::Utils
eaf14ff4 56 - fixed regexp bug (Matt S Trout)
57 - fixed upload bug with MP19
58 - added $c->req->body
e27582bb 59 - aliased $c->res->output to $c->res->body
ddb46924 60 - Read AUTHOR from passwd or $ENV{AUTHOR} when
61 generating code.
8c8f7c51 62 - extended attribute handling
84cf74e7 63 - added global config for components
d7953572 64
61a0806c 655.00 2005-04-15 18:00:00
0c28fbd7 66 - new core to support inheritance trees
67 - new syntax for action declaration
68 - new helper system using TT2
b76d7db8 69 - problems with mod_perl2 fixed
5a8fd7e9 70 - added Test::Pod support
6f4e1683 71 - added new server backend with HTTP/1.1 support
72 - added option to run tests against a remote server
0c28fbd7 73 - renamed errors() to error()
ca61af20 74 - more better docs
0c28fbd7 75 - countless minor improvements
ca61af20 76 IMPORTANT: This release is very incompatible to previous ones
77 and you have to regenerate the helper scripts again...
e519ff34 78
61a0806c 794.34 2005-03-23 07:00:00 2005
9ada3267 80 - added some messages to Makefile.PL
00869ea8 81 - added Catalyst::Engine::Test
82 - added Catalyst::Engine::CGI::NPH
83 - simplified Catalyst::Log to be easier to implement/subclass
84 - added cgi.pl
6f4e1683 85 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 86 - updated helper scripts
87 IMPORTANT: this will be the last time you'll have to regenerate
88 the script directory. We promise!
9ada3267 89
61a0806c 904.33 2005-03-23 01:00:00 2005
145074c2 91 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 92 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 93 - removed cgi-server.pl
ffb41d94 94 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 95 - fixed an undef durng make test (Dan Sully)
5442009c 96 - new path test (Christian Hansen)
97 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 98
61a0806c 994.32 2005-03-22 02:10:00 2005
caca1b02 100 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
101
61a0806c 1024.31 2005-03-22 02:00:00
1c99e125 103 - fixed inheritance (Christian Hansen)
c0d174dc 104 - previous release was borked!
105 fixed that, but you have to regenerate the scripts again :(
1c99e125 106
61a0806c 1074.30 2005-03-21 23:00:00
d2cad154 108 - more documentation (Andrew Ford)
0556eb49 109 - added connection informations (Christian Hansen)
49faa307 110 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 111 - moved cgi.pl to nph-cgi.pl
a0bb847e 112 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 113 - removed Catalyst::Test::server
114 - updated helper scripts
115 IMPORTANT: note that you have to regenerate script/server.pl,
116 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 117
61a0806c 1184.28 2005-03-19 22:00:00
502619e5 119 - fixed isa tree (Christian Hansen)
bc024080 120 - added script/cgi-server.pl, so no more server restarting after
121 code changes
122 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 123
61a0806c 1244.27 2005-03-19 01:00:00
c85ff642 125 - debug message for parameters
23f9d934 126 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 127 - some random fixes
128 - new helper api for Catalyst::Helper::* support
129 you have to update script/create.pl to use it
c85ff642 130
61a0806c 1314.26 2005-03-16 10:00:00
5783a9a5 132 - fixed the weird bug that caused regex actions to fail on every
133 second request
c85ff642 134 - more debug messages
748161c4 135 - 100% pod coverage.
5783a9a5 136
61a0806c 1374.25 2005-03-12 18:00:00
f1d0b7ea 138 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 139 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 140
61a0806c 1414.24 2005-03-12 01:00:00
aff93052 142 - updated cookbook example
5ae68c0d 143 - fixed base for apache and https (Andrew Ruthven)
aff93052 144
61a0806c 1454.23 2005-03-09 20:00:00
7e5adedd 146 - no more regex actions in forward
3cb1db8c 147 - added support for test directories t/m, t/v and t/c
7e5adedd 148
61a0806c 1494.22 2005-03-08 20:00:00
0b944e63 150 - catch errors in application class
aff93052 151 - handle die properly.
0b944e63 152
61a0806c 1534.21 2005-03-05 17:00:00
d01df17d 154 - fixed docs
155
61a0806c 1564.20 2005-03-04 22:00:00
91864987 157 - moved bin to script
158
61a0806c 1594.13 2005-03-03 11:00:00
0ea0c2c3 160 - improved documentation
1df125c9 161 - pod coverage test for helper generated apps
ad41e777 162 - new helper api
0ea0c2c3 163
61a0806c 1644.12 2005-03-02 11:00:00 2005
5ddd05a0 165 - server_base sucks, removed
9b2bc37b 166 - added $c->log->dump()
5ddd05a0 167
61a0806c 1684.11 2005-03-02 11:00:00 2005
7833fdfc 169 - removed some warnings
170 - improved docs
7242d068 171 - private prefixed actions override private non prefixed actions
8495c1de 172 - added server_base
4a6895ce 173 - updated Catalyst::Manual::Intro
7833fdfc 174
61a0806c 1754.10 2005-03-02 10:00:00 2005
7833fdfc 176 - improved documentation
177 - fixed upload bug
178 - fixed prefixed private actions bug
179 - fixed more little bugs
180
61a0806c 1814.01 2005-03-01 10:00:00 2005
03a53815 182 - improved documentation
d7c505f3 183 - documentation fixes (Johan Lindstrom)
03a53815 184
61a0806c 1854.00 2005-02-27 22:00:00
fc7ec1d9 186 - more verbose debug messages, especially for forward()
187 - implemented prefixed prvate actions, icluding built in
188 !?default, !?begin and !?end
189 - new Catalyst::Manual::Intro
190 - new helpers, bin/catalyst
191 - helper api
192
61a0806c 1933.11 2005-02-23 21:00:00
fc7ec1d9 194 - added dependency to UNIVERSAL::require (Marcus Ramberg)
195 - added a little workaround for a warning in Catalyst::Test
196 (Marcus Ramberg)
197 - improved documentation for actions
198
61a0806c 1993.10 2005-02-19 20:00:00
fc7ec1d9 200 - removed roles management from Catalyst::Engine
201 and added it to Catalyst::Plugin::Authentication::CDBI
202
61a0806c 2033.04 2005-02-17 21:00:00
fc7ec1d9 204 - error reporting for app class
205 - no more engine debug messages
206 - class->method forwards get resolved now
207
61a0806c 2083.03 2005-02-16 23:00:00
fc7ec1d9 209 - friendlier statistics
210
61a0806c 2113.02 2005-02-16 22:00:00
fc7ec1d9 212 - fixed unintialized actions (Marcus Ramberg)
213
61a0806c 2143.01 2005-02-16 20:30:00
fc7ec1d9 215 - better statistics
216
61a0806c 2173.00 2005-02-16 20:00:00
fc7ec1d9 218 - real version number for CPAN.pm
219 - fixed redirect in CGI engine
220 - more statistics in debug logs
221 - ? prefix for forward()
222
61a0806c 2232.99_15 2005-02-02 22:00:00
fc7ec1d9 224 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
225 - Replaced "Catched" with "Caught" in Catalyst::Engine
226 (Gary Ashton Jones)
227 - replaced _ with ! for private actions
228 - added ? for prefixed actions
229 - misc improvememts
230
61a0806c 2312.99_14 2005-01-31 22:00:00 2005
fc7ec1d9 232 - arguments for _default
233 - $c->entrance removed for more flexibility
234 - added $c->req->method
235
61a0806c 2362.99_13 2005-01-30 18:00:00 2005
fc7ec1d9 237 - POD fixes and improvements
238
61a0806c 2392.99_12 2005-01-28 22:00:00 2005
fc7ec1d9 240 - first development release