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