Updated changes file
[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
5 - added $c->req->protocol and $c->req->secure
8f591211 6 - improved error message when forwarding to unknown module
91eeb37b 7 - fixed win32 installer
e88fa058 8 - added deep recursion detection
99d891a5 9 - fixed auto actions
e37b6309 10 - fixed inheritance in dispatcher
0299ba22 11 - allow whitespaces between brackets and quoted string
12 in Path and Regex attributes
97f1b4e7 13 - new helper templates
9cee9588 14 - installer now supports install_base and destdir
e2adaa16 15 - allow multiple Catalyst apps to run on the same mod_perl instance
16 (not the same app!)
a783a49e 17
8f591211 185.10 Sat Apr 23 11:16:00 2005
a783a49e 19 - updated dependencies to require latest module::pluggable::fast
20 - new installer for templates and stuff using Module::Build
4f6748f1 21 - scripts are now prefixed, for being installable
22 IMPORTANT: You have to regenerate the script directory,
23 remove Makefile.PL and add Build.PL
adfe7ead 24 - Added compat to install Module::Build if required.
8f591211 25 - Improved: Params handling with MP engines
26 - Fixed: Params handling on POST with CGI engine (Andy Grundman)
27 - Fixed: Helper.pm on Win32 (Matt S Trout)
4f6748f1 28
bfa1f495 295.03 Tue Apr 19 20:35:00 2005 (Revision 462)
a783a49e 30 - fixed Test example (Torsten Seeman)
31 - added Plugins chapter to manual
bbcadec7 32 - applied doc patch from Robert Boone <robert@rlb3.com>
a783a49e 33 - improved Dispatcher error messages.
34 - refactored so we don't need to include helper from
e9deb4dc 35 Catalyst.pm - Fixes issues with FindBin
5b2a599c 36 - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
87232381 37 - added plugin() method for instant plugins
38 - FCGI is no more considered experimental
bbcadec7 39
2cf9bc57 405.02 Mon Apr 18 10:00:00 2005
41 - fixed manifest
42
435.01 Sun Apr 17 23:00:00 2005
d7953572 44 - some documentation bugs fixed
f05af9ba 45 - added Catalyst::Utils
eaf14ff4 46 - fixed regexp bug (Matt S Trout)
47 - fixed upload bug with MP19
48 - added $c->req->body
e27582bb 49 - aliased $c->res->output to $c->res->body
ddb46924 50 - Read AUTHOR from passwd or $ENV{AUTHOR} when
51 generating code.
8c8f7c51 52 - extended attribute handling
84cf74e7 53 - added global config for components
d7953572 54
e0db129d 555.00 Fri Apr 15 18:00:00 2005
0c28fbd7 56 - new core to support inheritance trees
57 - new syntax for action declaration
58 - new helper system using TT2
b76d7db8 59 - problems with mod_perl2 fixed
5a8fd7e9 60 - added Test::Pod support
6f4e1683 61 - added new server backend with HTTP/1.1 support
62 - added option to run tests against a remote server
0c28fbd7 63 - renamed errors() to error()
ca61af20 64 - more better docs
0c28fbd7 65 - countless minor improvements
ca61af20 66 IMPORTANT: This release is very incompatible to previous ones
67 and you have to regenerate the helper scripts again...
e519ff34 68
af69117b 694.34 Wed Mar 23 07:00:00 2005
9ada3267 70 - added some messages to Makefile.PL
00869ea8 71 - added Catalyst::Engine::Test
72 - added Catalyst::Engine::CGI::NPH
73 - simplified Catalyst::Log to be easier to implement/subclass
74 - added cgi.pl
6f4e1683 75 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 76 - updated helper scripts
77 IMPORTANT: this will be the last time you'll have to regenerate
78 the script directory. We promise!
9ada3267 79
5442009c 804.33 Wed Mar 23 01:00:00 2005
145074c2 81 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 82 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 83 - removed cgi-server.pl
ffb41d94 84 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 85 - fixed an undef durng make test (Dan Sully)
5442009c 86 - new path test (Christian Hansen)
87 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 88
caca1b02 894.32 Tue Mar 22 02:10:00 2005
90 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
91
8e9d0f75 924.31 Tue Mar 22 02:00:00 2005
1c99e125 93 - fixed inheritance (Christian Hansen)
c0d174dc 94 - previous release was borked!
95 fixed that, but you have to regenerate the scripts again :(
1c99e125 96
8e9d0f75 974.30 Mon Mar 21 23:00:00 2005
d2cad154 98 - more documentation (Andrew Ford)
0556eb49 99 - added connection informations (Christian Hansen)
49faa307 100 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 101 - moved cgi.pl to nph-cgi.pl
a0bb847e 102 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 103 - removed Catalyst::Test::server
104 - updated helper scripts
105 IMPORTANT: note that you have to regenerate script/server.pl,
106 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 107
41ba54f7 1084.28 Sat Mar 19 22:00:00 2005
502619e5 109 - fixed isa tree (Christian Hansen)
bc024080 110 - added script/cgi-server.pl, so no more server restarting after
111 code changes
112 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 113
b5524568 1144.27 Sat Mar 19 01:00:00 2005
c85ff642 115 - debug message for parameters
23f9d934 116 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 117 - some random fixes
118 - new helper api for Catalyst::Helper::* support
119 you have to update script/create.pl to use it
c85ff642 120
5783a9a5 1214.26 Wed Mar 16 10:00:00 2005
122 - fixed the weird bug that caused regex actions to fail on every
123 second request
c85ff642 124 - more debug messages
748161c4 125 - 100% pod coverage.
5783a9a5 126
f1d0b7ea 1274.25 Sat Mar 12 18:00:00 2005
128 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 129 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 130
92af75fc 1314.24 Sat Mar 12 01:00:00 2005
aff93052 132 - updated cookbook example
5ae68c0d 133 - fixed base for apache and https (Andrew Ruthven)
aff93052 134
7e5adedd 1354.23 Wed Mar 09 20:00:00 2005
136 - no more regex actions in forward
3cb1db8c 137 - added support for test directories t/m, t/v and t/c
7e5adedd 138
1394.22 Tue Mar 08 20:00:00 2005
0b944e63 140 - catch errors in application class
aff93052 141 - handle die properly.
0b944e63 142
d01df17d 1434.21 Sat Mar 05 17:00:00 2005
144 - fixed docs
145
1464.20 Fri Mar 04 22:00:00 2005
91864987 147 - moved bin to script
148
0ea0c2c3 1494.13 Thu Mar 03 11:00:00 2005
150 - improved documentation
1df125c9 151 - pod coverage test for helper generated apps
ad41e777 152 - new helper api
0ea0c2c3 153
5ddd05a0 1544.12 Wed Mar 02 11:00:00 2005
155 - server_base sucks, removed
9b2bc37b 156 - added $c->log->dump()
5ddd05a0 157
7833fdfc 1584.11 Wed Mar 02 11:00:00 2005
159 - removed some warnings
160 - improved docs
7242d068 161 - private prefixed actions override private non prefixed actions
8495c1de 162 - added server_base
4a6895ce 163 - updated Catalyst::Manual::Intro
7833fdfc 164
1654.10 Wed Mar 02 10:00:00 2005
166 - improved documentation
167 - fixed upload bug
168 - fixed prefixed private actions bug
169 - fixed more little bugs
170
03a53815 1714.01 Tue Mar 01 10:00:00 2005
172 - improved documentation
d7c505f3 173 - documentation fixes (Johan Lindstrom)
03a53815 174
fc7ec1d9 1754.00 Sun Feb 27 22:00:00 2005
176 - more verbose debug messages, especially for forward()
177 - implemented prefixed prvate actions, icluding built in
178 !?default, !?begin and !?end
179 - new Catalyst::Manual::Intro
180 - new helpers, bin/catalyst
181 - helper api
182
1833.11 Wed Feb 23 21:00:00 2005
184 - added dependency to UNIVERSAL::require (Marcus Ramberg)
185 - added a little workaround for a warning in Catalyst::Test
186 (Marcus Ramberg)
187 - improved documentation for actions
188
1893.10 Thu Feb 19 20:00:00 2005
190 - removed roles management from Catalyst::Engine
191 and added it to Catalyst::Plugin::Authentication::CDBI
192
1933.04 Thu Feb 17 21:00:00 2005
194 - error reporting for app class
195 - no more engine debug messages
196 - class->method forwards get resolved now
197
1983.03 Wed Feb 16 23:00:00 2005
199 - friendlier statistics
200
2013.02 Wed Feb 16 22:00:00 2005
202 - fixed unintialized actions (Marcus Ramberg)
203
2043.01 Wed Feb 16 20:30:00 2005
205 - better statistics
206
2073.00 Wed Feb 16 20:00:00 2005
208 - real version number for CPAN.pm
209 - fixed redirect in CGI engine
210 - more statistics in debug logs
211 - ? prefix for forward()
212
2132.99_15 Wed Feb 02 22:00:00 2005
214 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
215 - Replaced "Catched" with "Caught" in Catalyst::Engine
216 (Gary Ashton Jones)
217 - replaced _ with ! for private actions
218 - added ? for prefixed actions
219 - misc improvememts
220
2212.99_14 Mon Jan 31 22:00:00 2005
222 - arguments for _default
223 - $c->entrance removed for more flexibility
224 - added $c->req->method
225
2262.99_13 Sun Jan 30 18:00:00 2005
227 - POD fixes and improvements
228
2292.99_12 Fri Jan 28 22:00:00 2005
230 - first development release