Added disabled test case for #37, actually an HTTP::Message bug
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
43f0a258 35.34
fd59198f 4 - Fixed mkpath in Catalyst::Helper (Autrijus Tang)
696e8ae5 5 - added $c->req->full_uri method (Jesse Sheidlower)
43f0a258 6 - Fixed bug in dispatcher where an invalid path could call a valid
7 action. (Andy Grundman)
5c9b3736 8 - Fixed Helper so it works with CRLF line-endings. (Andy Grundman)
fd59198f 9
4e449be9 105.33 2005-08-10 15:25:00
43f0a258 11 - Now with updated manifest.
fd59198f 12
4e449be9 135.32 2005-08-10 15:10:00
43f0a258 14 - Dispatcher might fail if object returns false. (Florian Ragwitz)
a1c8f974 15
58e9ce65 165.31 2005-06-04 12:35:00 (never released to CPAN)
62d9b030 17
ef3250bc 18 - helpers now create .new files where files already exist and differ
62d9b030 19 - fixed $Data::Dumper::Terse (Robin Berjon)
bd7d2e94 20 - added arguments for detach
51f0308d 21 - new credits section in pod
71c3bcc3 22 - fixed detach to allow relative action names (Matt and Robert)
23 - added the ability to have whitespaces in Path( '' ) and Regex( '' )
62d9b030 24
f56990fa 255.30 2005-06-04 12:35:00
2343e117 26
f56990fa 27 - Fixed a bug where it was not possible to $c->forward to a
28 component
7e71fcce 29 that was not inheriting from Catalyst::Base.
599b5295 30 - Fix for inheritance bug.
a1dad9c1 31 - Allow forward with arguments.
2343e117 32 - Updated cookbook
e0143040 33 - Allow overriding home/root in config.
d2ee9760 34 - make module build cons README automatically.
35 - prettify home path by resolving '..' (Andy Grundman)
f56990fa 36 - improved helper templates a bit, new naming scheme for tests.
d2ee9760 37 - added support for case sensitivity, MyApp->config->{case_sensitive}
ef16e169 38 - added $c->detach for non-returning forwards
d2ee9760 39 - added unified error handling, Catalyst::Exception
40 - added section on param handling in Intro.pod
41 - added $c->request->cookie
42 - added Catalyst::Setup
43 - refactored Catalyst::import()
44 - improved rendering of error messages in debug mode
45 - fixed a bug in Catalyst::Helper::mk_dir
ef16e169 46 - further doc changes, esp. to Intro.pod
abddf0b5 47
49ba64d7 485.23 2005-06-03 02:30:00
8a0ec4fd 49 - added support for non Catalyst::Base components to live in namespace
50 - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
a268a011 51
d8cdbf30 525.22 2005-05-26 14:24:00
d2ee9760 53 - improved base locating in MP engines
54 - improved error messages in C::E::HTTP::Daemon
55 - hostnames are now resolved on demand unless provided by engine
56 - fixed memory leak in $c->execute (Michael Reece, Matt S Trout)
99386274 57
db046247 585.21 2005-05-24 14:56:00
b7b011a9 59 - fixed a bug in https detection
9ddd9d05 60 - fixed auto chain finally
895b2303 61 - added MYAPP_HOME and CATALYST_HOME environment variables
b7b011a9 62
61a0806c 635.20 2005-05-18 19:52:00
a783a49e 64 - improved uploads and parameters
77d12cae 65 - added $c->req->protocol and $c->req->secure
66 - added $c->req->user and $c->req->uri
8f591211 67 - improved error message when forwarding to unknown module
91eeb37b 68 - fixed win32 installer
e88fa058 69 - added deep recursion detection
99d891a5 70 - fixed auto actions
e37b6309 71 - fixed inheritance in dispatcher
0299ba22 72 - allow whitespaces between brackets and quoted string
73 in Path and Regex attributes
97f1b4e7 74 - new helper templates
9cee9588 75 - installer now supports install_base and destdir
61a0806c 76 - allow multiple Catalyst apps to run on the same mod_perl
77 instance (not the same app!)
6890e598 78 - fixed MP2 engines
fc88e495 79 - removed apreq dependency from all MP engines
80 - added support for MP registry scripts
81 - added support for LocationMatch and ScriptAliasMatch in MP engines
6890e598 82 - added SpeedyCGI engine
a783a49e 83
61a0806c 845.10 2005-04-23 11:16:00
a783a49e 85 - updated dependencies to require latest module::pluggable::fast
86 - new installer for templates and stuff using Module::Build
4f6748f1 87 - scripts are now prefixed, for being installable
88 IMPORTANT: You have to regenerate the script directory,
89 remove Makefile.PL and add Build.PL
adfe7ead 90 - Added compat to install Module::Build if required.
8f591211 91 - Improved: Params handling with MP engines
92 - Fixed: Params handling on POST with CGI engine (Andy Grundman)
93 - Fixed: Helper.pm on Win32 (Matt S Trout)
4f6748f1 94
61a0806c 955.03 2005-04-19 20:35:00 (Revision 462)
a783a49e 96 - fixed Test example (Torsten Seeman)
97 - added Plugins chapter to manual
bbcadec7 98 - applied doc patch from Robert Boone <robert@rlb3.com>
a783a49e 99 - improved Dispatcher error messages.
100 - refactored so we don't need to include helper from
e9deb4dc 101 Catalyst.pm - Fixes issues with FindBin
5b2a599c 102 - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
87232381 103 - added plugin() method for instant plugins
104 - FCGI is no more considered experimental
bbcadec7 105
61a0806c 1065.02 2005-04-18 10:00:00
2cf9bc57 107 - fixed manifest
108
61a0806c 1095.01 2005-04-17 23:00:00
d7953572 110 - some documentation bugs fixed
f05af9ba 111 - added Catalyst::Utils
eaf14ff4 112 - fixed regexp bug (Matt S Trout)
113 - fixed upload bug with MP19
114 - added $c->req->body
e27582bb 115 - aliased $c->res->output to $c->res->body
ddb46924 116 - Read AUTHOR from passwd or $ENV{AUTHOR} when
117 generating code.
8c8f7c51 118 - extended attribute handling
84cf74e7 119 - added global config for components
d7953572 120
61a0806c 1215.00 2005-04-15 18:00:00
0c28fbd7 122 - new core to support inheritance trees
123 - new syntax for action declaration
124 - new helper system using TT2
b76d7db8 125 - problems with mod_perl2 fixed
5a8fd7e9 126 - added Test::Pod support
6f4e1683 127 - added new server backend with HTTP/1.1 support
128 - added option to run tests against a remote server
0c28fbd7 129 - renamed errors() to error()
ca61af20 130 - more better docs
0c28fbd7 131 - countless minor improvements
ca61af20 132 IMPORTANT: This release is very incompatible to previous ones
133 and you have to regenerate the helper scripts again...
e519ff34 134
61a0806c 1354.34 2005-03-23 07:00:00 2005
9ada3267 136 - added some messages to Makefile.PL
00869ea8 137 - added Catalyst::Engine::Test
138 - added Catalyst::Engine::CGI::NPH
139 - simplified Catalyst::Log to be easier to implement/subclass
140 - added cgi.pl
6f4e1683 141 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 142 - updated helper scripts
143 IMPORTANT: this will be the last time you'll have to regenerate
144 the script directory. We promise!
9ada3267 145
61a0806c 1464.33 2005-03-23 01:00:00 2005
145074c2 147 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 148 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 149 - removed cgi-server.pl
ffb41d94 150 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 151 - fixed an undef durng make test (Dan Sully)
5442009c 152 - new path test (Christian Hansen)
153 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 154
61a0806c 1554.32 2005-03-22 02:10:00 2005
caca1b02 156 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
157
61a0806c 1584.31 2005-03-22 02:00:00
1c99e125 159 - fixed inheritance (Christian Hansen)
c0d174dc 160 - previous release was borked!
161 fixed that, but you have to regenerate the scripts again :(
1c99e125 162
61a0806c 1634.30 2005-03-21 23:00:00
d2cad154 164 - more documentation (Andrew Ford)
0556eb49 165 - added connection informations (Christian Hansen)
49faa307 166 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 167 - moved cgi.pl to nph-cgi.pl
a0bb847e 168 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 169 - removed Catalyst::Test::server
170 - updated helper scripts
171 IMPORTANT: note that you have to regenerate script/server.pl,
172 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 173
61a0806c 1744.28 2005-03-19 22:00:00
502619e5 175 - fixed isa tree (Christian Hansen)
bc024080 176 - added script/cgi-server.pl, so no more server restarting after
177 code changes
178 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 179
61a0806c 1804.27 2005-03-19 01:00:00
c85ff642 181 - debug message for parameters
23f9d934 182 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 183 - some random fixes
184 - new helper api for Catalyst::Helper::* support
185 you have to update script/create.pl to use it
c85ff642 186
61a0806c 1874.26 2005-03-16 10:00:00
5783a9a5 188 - fixed the weird bug that caused regex actions to fail on every
189 second request
c85ff642 190 - more debug messages
748161c4 191 - 100% pod coverage.
5783a9a5 192
61a0806c 1934.25 2005-03-12 18:00:00
f1d0b7ea 194 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 195 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 196
61a0806c 1974.24 2005-03-12 01:00:00
aff93052 198 - updated cookbook example
5ae68c0d 199 - fixed base for apache and https (Andrew Ruthven)
aff93052 200
61a0806c 2014.23 2005-03-09 20:00:00
7e5adedd 202 - no more regex actions in forward
3cb1db8c 203 - added support for test directories t/m, t/v and t/c
7e5adedd 204
61a0806c 2054.22 2005-03-08 20:00:00
0b944e63 206 - catch errors in application class
aff93052 207 - handle die properly.
0b944e63 208
61a0806c 2094.21 2005-03-05 17:00:00
d01df17d 210 - fixed docs
211
61a0806c 2124.20 2005-03-04 22:00:00
91864987 213 - moved bin to script
214
61a0806c 2154.13 2005-03-03 11:00:00
0ea0c2c3 216 - improved documentation
1df125c9 217 - pod coverage test for helper generated apps
ad41e777 218 - new helper api
0ea0c2c3 219
61a0806c 2204.12 2005-03-02 11:00:00 2005
5ddd05a0 221 - server_base sucks, removed
9b2bc37b 222 - added $c->log->dump()
5ddd05a0 223
61a0806c 2244.11 2005-03-02 11:00:00 2005
7833fdfc 225 - removed some warnings
226 - improved docs
7242d068 227 - private prefixed actions override private non prefixed actions
8495c1de 228 - added server_base
4a6895ce 229 - updated Catalyst::Manual::Intro
7833fdfc 230
61a0806c 2314.10 2005-03-02 10:00:00 2005
7833fdfc 232 - improved documentation
233 - fixed upload bug
234 - fixed prefixed private actions bug
235 - fixed more little bugs
236
61a0806c 2374.01 2005-03-01 10:00:00 2005
03a53815 238 - improved documentation
d7c505f3 239 - documentation fixes (Johan Lindstrom)
03a53815 240
61a0806c 2414.00 2005-02-27 22:00:00
fc7ec1d9 242 - more verbose debug messages, especially for forward()
243 - implemented prefixed prvate actions, icluding built in
244 !?default, !?begin and !?end
245 - new Catalyst::Manual::Intro
246 - new helpers, bin/catalyst
247 - helper api
248
61a0806c 2493.11 2005-02-23 21:00:00
fc7ec1d9 250 - added dependency to UNIVERSAL::require (Marcus Ramberg)
251 - added a little workaround for a warning in Catalyst::Test
252 (Marcus Ramberg)
253 - improved documentation for actions
254
61a0806c 2553.10 2005-02-19 20:00:00
fc7ec1d9 256 - removed roles management from Catalyst::Engine
257 and added it to Catalyst::Plugin::Authentication::CDBI
258
61a0806c 2593.04 2005-02-17 21:00:00
fc7ec1d9 260 - error reporting for app class
261 - no more engine debug messages
262 - class->method forwards get resolved now
263
61a0806c 2643.03 2005-02-16 23:00:00
fc7ec1d9 265 - friendlier statistics
266
61a0806c 2673.02 2005-02-16 22:00:00
fc7ec1d9 268 - fixed unintialized actions (Marcus Ramberg)
269
61a0806c 2703.01 2005-02-16 20:30:00
fc7ec1d9 271 - better statistics
272
61a0806c 2733.00 2005-02-16 20:00:00
fc7ec1d9 274 - real version number for CPAN.pm
275 - fixed redirect in CGI engine
276 - more statistics in debug logs
277 - ? prefix for forward()
278
61a0806c 2792.99_15 2005-02-02 22:00:00
fc7ec1d9 280 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
281 - Replaced "Catched" with "Caught" in Catalyst::Engine
282 (Gary Ashton Jones)
283 - replaced _ with ! for private actions
284 - added ? for prefixed actions
285 - misc improvememts
286
61a0806c 2872.99_14 2005-01-31 22:00:00 2005
fc7ec1d9 288 - arguments for _default
289 - $c->entrance removed for more flexibility
290 - added $c->req->method
291
61a0806c 2922.99_13 2005-01-30 18:00:00 2005
fc7ec1d9 293 - POD fixes and improvements
294
61a0806c 2952.99_12 2005-01-28 22:00:00 2005
fc7ec1d9 296 - first development release