Renamed C::E::A::MPXX::APR to ::Apreq
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
367d15f8 35.20 Sun Apr 24 17:00:00 2005
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
e2adaa16 16 - allow multiple Catalyst apps to run on the same mod_perl instance
17 (not the same app!)
6890e598 18 - fixed MP2 engines
19 - removed apreq dependency from all MP engines.
20 - added SpeedyCGI engine
a783a49e 21
8f591211 225.10 Sat Apr 23 11:16:00 2005
a783a49e 23 - updated dependencies to require latest module::pluggable::fast
24 - new installer for templates and stuff using Module::Build
4f6748f1 25 - scripts are now prefixed, for being installable
26 IMPORTANT: You have to regenerate the script directory,
27 remove Makefile.PL and add Build.PL
adfe7ead 28 - Added compat to install Module::Build if required.
8f591211 29 - Improved: Params handling with MP engines
30 - Fixed: Params handling on POST with CGI engine (Andy Grundman)
31 - Fixed: Helper.pm on Win32 (Matt S Trout)
4f6748f1 32
bfa1f495 335.03 Tue Apr 19 20:35:00 2005 (Revision 462)
a783a49e 34 - fixed Test example (Torsten Seeman)
35 - added Plugins chapter to manual
bbcadec7 36 - applied doc patch from Robert Boone <robert@rlb3.com>
a783a49e 37 - improved Dispatcher error messages.
38 - refactored so we don't need to include helper from
e9deb4dc 39 Catalyst.pm - Fixes issues with FindBin
5b2a599c 40 - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
87232381 41 - added plugin() method for instant plugins
42 - FCGI is no more considered experimental
bbcadec7 43
2cf9bc57 445.02 Mon Apr 18 10:00:00 2005
45 - fixed manifest
46
475.01 Sun Apr 17 23:00:00 2005
d7953572 48 - some documentation bugs fixed
f05af9ba 49 - added Catalyst::Utils
eaf14ff4 50 - fixed regexp bug (Matt S Trout)
51 - fixed upload bug with MP19
52 - added $c->req->body
e27582bb 53 - aliased $c->res->output to $c->res->body
ddb46924 54 - Read AUTHOR from passwd or $ENV{AUTHOR} when
55 generating code.
8c8f7c51 56 - extended attribute handling
84cf74e7 57 - added global config for components
d7953572 58
e0db129d 595.00 Fri Apr 15 18:00:00 2005
0c28fbd7 60 - new core to support inheritance trees
61 - new syntax for action declaration
62 - new helper system using TT2
b76d7db8 63 - problems with mod_perl2 fixed
5a8fd7e9 64 - added Test::Pod support
6f4e1683 65 - added new server backend with HTTP/1.1 support
66 - added option to run tests against a remote server
0c28fbd7 67 - renamed errors() to error()
ca61af20 68 - more better docs
0c28fbd7 69 - countless minor improvements
ca61af20 70 IMPORTANT: This release is very incompatible to previous ones
71 and you have to regenerate the helper scripts again...
e519ff34 72
af69117b 734.34 Wed Mar 23 07:00:00 2005
9ada3267 74 - added some messages to Makefile.PL
00869ea8 75 - added Catalyst::Engine::Test
76 - added Catalyst::Engine::CGI::NPH
77 - simplified Catalyst::Log to be easier to implement/subclass
78 - added cgi.pl
6f4e1683 79 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 80 - updated helper scripts
81 IMPORTANT: this will be the last time you'll have to regenerate
82 the script directory. We promise!
9ada3267 83
5442009c 844.33 Wed Mar 23 01:00:00 2005
145074c2 85 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 86 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 87 - removed cgi-server.pl
ffb41d94 88 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 89 - fixed an undef durng make test (Dan Sully)
5442009c 90 - new path test (Christian Hansen)
91 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 92
caca1b02 934.32 Tue Mar 22 02:10:00 2005
94 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
95
8e9d0f75 964.31 Tue Mar 22 02:00:00 2005
1c99e125 97 - fixed inheritance (Christian Hansen)
c0d174dc 98 - previous release was borked!
99 fixed that, but you have to regenerate the scripts again :(
1c99e125 100
8e9d0f75 1014.30 Mon Mar 21 23:00:00 2005
d2cad154 102 - more documentation (Andrew Ford)
0556eb49 103 - added connection informations (Christian Hansen)
49faa307 104 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 105 - moved cgi.pl to nph-cgi.pl
a0bb847e 106 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 107 - removed Catalyst::Test::server
108 - updated helper scripts
109 IMPORTANT: note that you have to regenerate script/server.pl,
110 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 111
41ba54f7 1124.28 Sat Mar 19 22:00:00 2005
502619e5 113 - fixed isa tree (Christian Hansen)
bc024080 114 - added script/cgi-server.pl, so no more server restarting after
115 code changes
116 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 117
b5524568 1184.27 Sat Mar 19 01:00:00 2005
c85ff642 119 - debug message for parameters
23f9d934 120 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 121 - some random fixes
122 - new helper api for Catalyst::Helper::* support
123 you have to update script/create.pl to use it
c85ff642 124
5783a9a5 1254.26 Wed Mar 16 10:00:00 2005
126 - fixed the weird bug that caused regex actions to fail on every
127 second request
c85ff642 128 - more debug messages
748161c4 129 - 100% pod coverage.
5783a9a5 130
f1d0b7ea 1314.25 Sat Mar 12 18:00:00 2005
132 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 133 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 134
92af75fc 1354.24 Sat Mar 12 01:00:00 2005
aff93052 136 - updated cookbook example
5ae68c0d 137 - fixed base for apache and https (Andrew Ruthven)
aff93052 138
7e5adedd 1394.23 Wed Mar 09 20:00:00 2005
140 - no more regex actions in forward
3cb1db8c 141 - added support for test directories t/m, t/v and t/c
7e5adedd 142
1434.22 Tue Mar 08 20:00:00 2005
0b944e63 144 - catch errors in application class
aff93052 145 - handle die properly.
0b944e63 146
d01df17d 1474.21 Sat Mar 05 17:00:00 2005
148 - fixed docs
149
1504.20 Fri Mar 04 22:00:00 2005
91864987 151 - moved bin to script
152
0ea0c2c3 1534.13 Thu Mar 03 11:00:00 2005
154 - improved documentation
1df125c9 155 - pod coverage test for helper generated apps
ad41e777 156 - new helper api
0ea0c2c3 157
5ddd05a0 1584.12 Wed Mar 02 11:00:00 2005
159 - server_base sucks, removed
9b2bc37b 160 - added $c->log->dump()
5ddd05a0 161
7833fdfc 1624.11 Wed Mar 02 11:00:00 2005
163 - removed some warnings
164 - improved docs
7242d068 165 - private prefixed actions override private non prefixed actions
8495c1de 166 - added server_base
4a6895ce 167 - updated Catalyst::Manual::Intro
7833fdfc 168
1694.10 Wed Mar 02 10:00:00 2005
170 - improved documentation
171 - fixed upload bug
172 - fixed prefixed private actions bug
173 - fixed more little bugs
174
03a53815 1754.01 Tue Mar 01 10:00:00 2005
176 - improved documentation
d7c505f3 177 - documentation fixes (Johan Lindstrom)
03a53815 178
fc7ec1d9 1794.00 Sun Feb 27 22:00:00 2005
180 - more verbose debug messages, especially for forward()
181 - implemented prefixed prvate actions, icluding built in
182 !?default, !?begin and !?end
183 - new Catalyst::Manual::Intro
184 - new helpers, bin/catalyst
185 - helper api
186
1873.11 Wed Feb 23 21:00:00 2005
188 - added dependency to UNIVERSAL::require (Marcus Ramberg)
189 - added a little workaround for a warning in Catalyst::Test
190 (Marcus Ramberg)
191 - improved documentation for actions
192
1933.10 Thu Feb 19 20:00:00 2005
194 - removed roles management from Catalyst::Engine
195 and added it to Catalyst::Plugin::Authentication::CDBI
196
1973.04 Thu Feb 17 21:00:00 2005
198 - error reporting for app class
199 - no more engine debug messages
200 - class->method forwards get resolved now
201
2023.03 Wed Feb 16 23:00:00 2005
203 - friendlier statistics
204
2053.02 Wed Feb 16 22:00:00 2005
206 - fixed unintialized actions (Marcus Ramberg)
207
2083.01 Wed Feb 16 20:30:00 2005
209 - better statistics
210
2113.00 Wed Feb 16 20:00:00 2005
212 - real version number for CPAN.pm
213 - fixed redirect in CGI engine
214 - more statistics in debug logs
215 - ? prefix for forward()
216
2172.99_15 Wed Feb 02 22:00:00 2005
218 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
219 - Replaced "Catched" with "Caught" in Catalyst::Engine
220 (Gary Ashton Jones)
221 - replaced _ with ! for private actions
222 - added ? for prefixed actions
223 - misc improvememts
224
2252.99_14 Mon Jan 31 22:00:00 2005
226 - arguments for _default
227 - $c->entrance removed for more flexibility
228 - added $c->req->method
229
2302.99_13 Sun Jan 30 18:00:00 2005
231 - POD fixes and improvements
232
2332.99_12 Fri Jan 28 22:00:00 2005
234 - first development release