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