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