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