Fixed inheritance in dispatcher
[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
a783a49e 10
8f591211 115.10 Sat Apr 23 11:16:00 2005
a783a49e 12 - updated dependencies to require latest module::pluggable::fast
13 - new installer for templates and stuff using Module::Build
4f6748f1 14 - scripts are now prefixed, for being installable
15 IMPORTANT: You have to regenerate the script directory,
16 remove Makefile.PL and add Build.PL
adfe7ead 17 - Added compat to install Module::Build if required.
8f591211 18 - Improved: Params handling with MP engines
19 - Fixed: Params handling on POST with CGI engine (Andy Grundman)
20 - Fixed: Helper.pm on Win32 (Matt S Trout)
4f6748f1 21
bfa1f495 225.03 Tue Apr 19 20:35:00 2005 (Revision 462)
a783a49e 23 - fixed Test example (Torsten Seeman)
24 - added Plugins chapter to manual
bbcadec7 25 - applied doc patch from Robert Boone <robert@rlb3.com>
a783a49e 26 - improved Dispatcher error messages.
27 - refactored so we don't need to include helper from
e9deb4dc 28 Catalyst.pm - Fixes issues with FindBin
5b2a599c 29 - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
87232381 30 - added plugin() method for instant plugins
31 - FCGI is no more considered experimental
bbcadec7 32
2cf9bc57 335.02 Mon Apr 18 10:00:00 2005
34 - fixed manifest
35
365.01 Sun Apr 17 23:00:00 2005
d7953572 37 - some documentation bugs fixed
f05af9ba 38 - added Catalyst::Utils
eaf14ff4 39 - fixed regexp bug (Matt S Trout)
40 - fixed upload bug with MP19
41 - added $c->req->body
e27582bb 42 - aliased $c->res->output to $c->res->body
ddb46924 43 - Read AUTHOR from passwd or $ENV{AUTHOR} when
44 generating code.
8c8f7c51 45 - extended attribute handling
84cf74e7 46 - added global config for components
d7953572 47
e0db129d 485.00 Fri Apr 15 18:00:00 2005
0c28fbd7 49 - new core to support inheritance trees
50 - new syntax for action declaration
51 - new helper system using TT2
b76d7db8 52 - problems with mod_perl2 fixed
5a8fd7e9 53 - added Test::Pod support
6f4e1683 54 - added new server backend with HTTP/1.1 support
55 - added option to run tests against a remote server
0c28fbd7 56 - renamed errors() to error()
ca61af20 57 - more better docs
0c28fbd7 58 - countless minor improvements
ca61af20 59 IMPORTANT: This release is very incompatible to previous ones
60 and you have to regenerate the helper scripts again...
e519ff34 61
af69117b 624.34 Wed Mar 23 07:00:00 2005
9ada3267 63 - added some messages to Makefile.PL
00869ea8 64 - added Catalyst::Engine::Test
65 - added Catalyst::Engine::CGI::NPH
66 - simplified Catalyst::Log to be easier to implement/subclass
67 - added cgi.pl
6f4e1683 68 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 69 - updated helper scripts
70 IMPORTANT: this will be the last time you'll have to regenerate
71 the script directory. We promise!
9ada3267 72
5442009c 734.33 Wed Mar 23 01:00:00 2005
145074c2 74 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 75 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 76 - removed cgi-server.pl
ffb41d94 77 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 78 - fixed an undef durng make test (Dan Sully)
5442009c 79 - new path test (Christian Hansen)
80 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 81
caca1b02 824.32 Tue Mar 22 02:10:00 2005
83 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
84
8e9d0f75 854.31 Tue Mar 22 02:00:00 2005
1c99e125 86 - fixed inheritance (Christian Hansen)
c0d174dc 87 - previous release was borked!
88 fixed that, but you have to regenerate the scripts again :(
1c99e125 89
8e9d0f75 904.30 Mon Mar 21 23:00:00 2005
d2cad154 91 - more documentation (Andrew Ford)
0556eb49 92 - added connection informations (Christian Hansen)
49faa307 93 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 94 - moved cgi.pl to nph-cgi.pl
a0bb847e 95 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 96 - removed Catalyst::Test::server
97 - updated helper scripts
98 IMPORTANT: note that you have to regenerate script/server.pl,
99 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 100
41ba54f7 1014.28 Sat Mar 19 22:00:00 2005
502619e5 102 - fixed isa tree (Christian Hansen)
bc024080 103 - added script/cgi-server.pl, so no more server restarting after
104 code changes
105 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 106
b5524568 1074.27 Sat Mar 19 01:00:00 2005
c85ff642 108 - debug message for parameters
23f9d934 109 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 110 - some random fixes
111 - new helper api for Catalyst::Helper::* support
112 you have to update script/create.pl to use it
c85ff642 113
5783a9a5 1144.26 Wed Mar 16 10:00:00 2005
115 - fixed the weird bug that caused regex actions to fail on every
116 second request
c85ff642 117 - more debug messages
748161c4 118 - 100% pod coverage.
5783a9a5 119
f1d0b7ea 1204.25 Sat Mar 12 18:00:00 2005
121 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 122 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 123
92af75fc 1244.24 Sat Mar 12 01:00:00 2005
aff93052 125 - updated cookbook example
5ae68c0d 126 - fixed base for apache and https (Andrew Ruthven)
aff93052 127
7e5adedd 1284.23 Wed Mar 09 20:00:00 2005
129 - no more regex actions in forward
3cb1db8c 130 - added support for test directories t/m, t/v and t/c
7e5adedd 131
1324.22 Tue Mar 08 20:00:00 2005
0b944e63 133 - catch errors in application class
aff93052 134 - handle die properly.
0b944e63 135
d01df17d 1364.21 Sat Mar 05 17:00:00 2005
137 - fixed docs
138
1394.20 Fri Mar 04 22:00:00 2005
91864987 140 - moved bin to script
141
0ea0c2c3 1424.13 Thu Mar 03 11:00:00 2005
143 - improved documentation
1df125c9 144 - pod coverage test for helper generated apps
ad41e777 145 - new helper api
0ea0c2c3 146
5ddd05a0 1474.12 Wed Mar 02 11:00:00 2005
148 - server_base sucks, removed
9b2bc37b 149 - added $c->log->dump()
5ddd05a0 150
7833fdfc 1514.11 Wed Mar 02 11:00:00 2005
152 - removed some warnings
153 - improved docs
7242d068 154 - private prefixed actions override private non prefixed actions
8495c1de 155 - added server_base
4a6895ce 156 - updated Catalyst::Manual::Intro
7833fdfc 157
1584.10 Wed Mar 02 10:00:00 2005
159 - improved documentation
160 - fixed upload bug
161 - fixed prefixed private actions bug
162 - fixed more little bugs
163
03a53815 1644.01 Tue Mar 01 10:00:00 2005
165 - improved documentation
d7c505f3 166 - documentation fixes (Johan Lindstrom)
03a53815 167
fc7ec1d9 1684.00 Sun Feb 27 22:00:00 2005
169 - more verbose debug messages, especially for forward()
170 - implemented prefixed prvate actions, icluding built in
171 !?default, !?begin and !?end
172 - new Catalyst::Manual::Intro
173 - new helpers, bin/catalyst
174 - helper api
175
1763.11 Wed Feb 23 21:00:00 2005
177 - added dependency to UNIVERSAL::require (Marcus Ramberg)
178 - added a little workaround for a warning in Catalyst::Test
179 (Marcus Ramberg)
180 - improved documentation for actions
181
1823.10 Thu Feb 19 20:00:00 2005
183 - removed roles management from Catalyst::Engine
184 and added it to Catalyst::Plugin::Authentication::CDBI
185
1863.04 Thu Feb 17 21:00:00 2005
187 - error reporting for app class
188 - no more engine debug messages
189 - class->method forwards get resolved now
190
1913.03 Wed Feb 16 23:00:00 2005
192 - friendlier statistics
193
1943.02 Wed Feb 16 22:00:00 2005
195 - fixed unintialized actions (Marcus Ramberg)
196
1973.01 Wed Feb 16 20:30:00 2005
198 - better statistics
199
2003.00 Wed Feb 16 20:00:00 2005
201 - real version number for CPAN.pm
202 - fixed redirect in CGI engine
203 - more statistics in debug logs
204 - ? prefix for forward()
205
2062.99_15 Wed Feb 02 22:00:00 2005
207 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
208 - Replaced "Catched" with "Caught" in Catalyst::Engine
209 (Gary Ashton Jones)
210 - replaced _ with ! for private actions
211 - added ? for prefixed actions
212 - misc improvememts
213
2142.99_14 Mon Jan 31 22:00:00 2005
215 - arguments for _default
216 - $c->entrance removed for more flexibility
217 - added $c->req->method
218
2192.99_13 Sun Jan 30 18:00:00 2005
220 - POD fixes and improvements
221
2222.99_12 Fri Jan 28 22:00:00 2005
223 - first development release