minor pod fix to make tests pass.
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
a2f2cde9 35.24 2005-00-00 00:00:00
d2ee9760 4 - make module build cons README automatically.
5 - prettify home path by resolving '..' (Andy Grundman)
6 - improved helper templates a bit, new naming scheme for tests...
7 - added support for case sensitivity, MyApp->config->{case_sensitive}
8 - added $c->detach for non returning forwards
9 - added unified error handling, Catalyst::Exception
10 - added section on param handling in Intro.pod
11 - added $c->request->cookie
12 - added Catalyst::Setup
13 - refactored Catalyst::import()
14 - improved rendering of error messages in debug mode
15 - fixed a bug in Catalyst::Helper::mk_dir
abddf0b5 16
49ba64d7 175.23 2005-06-03 02:30:00
8a0ec4fd 18 - added support for non Catalyst::Base components to live in namespace
19 - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
a268a011 20
d8cdbf30 215.22 2005-05-26 14:24:00
d2ee9760 22 - improved base locating in MP engines
23 - improved error messages in C::E::HTTP::Daemon
24 - hostnames are now resolved on demand unless provided by engine
25 - fixed memory leak in $c->execute (Michael Reece, Matt S Trout)
99386274 26
db046247 275.21 2005-05-24 14:56:00
b7b011a9 28 - fixed a bug in https detection
9ddd9d05 29 - fixed auto chain finally
895b2303 30 - added MYAPP_HOME and CATALYST_HOME environment variables
b7b011a9 31
61a0806c 325.20 2005-05-18 19:52:00
a783a49e 33 - improved uploads and parameters
77d12cae 34 - added $c->req->protocol and $c->req->secure
35 - added $c->req->user and $c->req->uri
8f591211 36 - improved error message when forwarding to unknown module
91eeb37b 37 - fixed win32 installer
e88fa058 38 - added deep recursion detection
99d891a5 39 - fixed auto actions
e37b6309 40 - fixed inheritance in dispatcher
0299ba22 41 - allow whitespaces between brackets and quoted string
42 in Path and Regex attributes
97f1b4e7 43 - new helper templates
9cee9588 44 - installer now supports install_base and destdir
61a0806c 45 - allow multiple Catalyst apps to run on the same mod_perl
46 instance (not the same app!)
6890e598 47 - fixed MP2 engines
fc88e495 48 - removed apreq dependency from all MP engines
49 - added support for MP registry scripts
50 - added support for LocationMatch and ScriptAliasMatch in MP engines
6890e598 51 - added SpeedyCGI engine
a783a49e 52
61a0806c 535.10 2005-04-23 11:16:00
a783a49e 54 - updated dependencies to require latest module::pluggable::fast
55 - new installer for templates and stuff using Module::Build
4f6748f1 56 - scripts are now prefixed, for being installable
57 IMPORTANT: You have to regenerate the script directory,
58 remove Makefile.PL and add Build.PL
adfe7ead 59 - Added compat to install Module::Build if required.
8f591211 60 - Improved: Params handling with MP engines
61 - Fixed: Params handling on POST with CGI engine (Andy Grundman)
62 - Fixed: Helper.pm on Win32 (Matt S Trout)
4f6748f1 63
61a0806c 645.03 2005-04-19 20:35:00 (Revision 462)
a783a49e 65 - fixed Test example (Torsten Seeman)
66 - added Plugins chapter to manual
bbcadec7 67 - applied doc patch from Robert Boone <robert@rlb3.com>
a783a49e 68 - improved Dispatcher error messages.
69 - refactored so we don't need to include helper from
e9deb4dc 70 Catalyst.pm - Fixes issues with FindBin
5b2a599c 71 - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
87232381 72 - added plugin() method for instant plugins
73 - FCGI is no more considered experimental
bbcadec7 74
61a0806c 755.02 2005-04-18 10:00:00
2cf9bc57 76 - fixed manifest
77
61a0806c 785.01 2005-04-17 23:00:00
d7953572 79 - some documentation bugs fixed
f05af9ba 80 - added Catalyst::Utils
eaf14ff4 81 - fixed regexp bug (Matt S Trout)
82 - fixed upload bug with MP19
83 - added $c->req->body
e27582bb 84 - aliased $c->res->output to $c->res->body
ddb46924 85 - Read AUTHOR from passwd or $ENV{AUTHOR} when
86 generating code.
8c8f7c51 87 - extended attribute handling
84cf74e7 88 - added global config for components
d7953572 89
61a0806c 905.00 2005-04-15 18:00:00
0c28fbd7 91 - new core to support inheritance trees
92 - new syntax for action declaration
93 - new helper system using TT2
b76d7db8 94 - problems with mod_perl2 fixed
5a8fd7e9 95 - added Test::Pod support
6f4e1683 96 - added new server backend with HTTP/1.1 support
97 - added option to run tests against a remote server
0c28fbd7 98 - renamed errors() to error()
ca61af20 99 - more better docs
0c28fbd7 100 - countless minor improvements
ca61af20 101 IMPORTANT: This release is very incompatible to previous ones
102 and you have to regenerate the helper scripts again...
e519ff34 103
61a0806c 1044.34 2005-03-23 07:00:00 2005
9ada3267 105 - added some messages to Makefile.PL
00869ea8 106 - added Catalyst::Engine::Test
107 - added Catalyst::Engine::CGI::NPH
108 - simplified Catalyst::Log to be easier to implement/subclass
109 - added cgi.pl
6f4e1683 110 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 111 - updated helper scripts
112 IMPORTANT: this will be the last time you'll have to regenerate
113 the script directory. We promise!
9ada3267 114
61a0806c 1154.33 2005-03-23 01:00:00 2005
145074c2 116 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 117 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 118 - removed cgi-server.pl
ffb41d94 119 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 120 - fixed an undef durng make test (Dan Sully)
5442009c 121 - new path test (Christian Hansen)
122 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 123
61a0806c 1244.32 2005-03-22 02:10:00 2005
caca1b02 125 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
126
61a0806c 1274.31 2005-03-22 02:00:00
1c99e125 128 - fixed inheritance (Christian Hansen)
c0d174dc 129 - previous release was borked!
130 fixed that, but you have to regenerate the scripts again :(
1c99e125 131
61a0806c 1324.30 2005-03-21 23:00:00
d2cad154 133 - more documentation (Andrew Ford)
0556eb49 134 - added connection informations (Christian Hansen)
49faa307 135 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 136 - moved cgi.pl to nph-cgi.pl
a0bb847e 137 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 138 - removed Catalyst::Test::server
139 - updated helper scripts
140 IMPORTANT: note that you have to regenerate script/server.pl,
141 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 142
61a0806c 1434.28 2005-03-19 22:00:00
502619e5 144 - fixed isa tree (Christian Hansen)
bc024080 145 - added script/cgi-server.pl, so no more server restarting after
146 code changes
147 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 148
61a0806c 1494.27 2005-03-19 01:00:00
c85ff642 150 - debug message for parameters
23f9d934 151 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 152 - some random fixes
153 - new helper api for Catalyst::Helper::* support
154 you have to update script/create.pl to use it
c85ff642 155
61a0806c 1564.26 2005-03-16 10:00:00
5783a9a5 157 - fixed the weird bug that caused regex actions to fail on every
158 second request
c85ff642 159 - more debug messages
748161c4 160 - 100% pod coverage.
5783a9a5 161
61a0806c 1624.25 2005-03-12 18:00:00
f1d0b7ea 163 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 164 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 165
61a0806c 1664.24 2005-03-12 01:00:00
aff93052 167 - updated cookbook example
5ae68c0d 168 - fixed base for apache and https (Andrew Ruthven)
aff93052 169
61a0806c 1704.23 2005-03-09 20:00:00
7e5adedd 171 - no more regex actions in forward
3cb1db8c 172 - added support for test directories t/m, t/v and t/c
7e5adedd 173
61a0806c 1744.22 2005-03-08 20:00:00
0b944e63 175 - catch errors in application class
aff93052 176 - handle die properly.
0b944e63 177
61a0806c 1784.21 2005-03-05 17:00:00
d01df17d 179 - fixed docs
180
61a0806c 1814.20 2005-03-04 22:00:00
91864987 182 - moved bin to script
183
61a0806c 1844.13 2005-03-03 11:00:00
0ea0c2c3 185 - improved documentation
1df125c9 186 - pod coverage test for helper generated apps
ad41e777 187 - new helper api
0ea0c2c3 188
61a0806c 1894.12 2005-03-02 11:00:00 2005
5ddd05a0 190 - server_base sucks, removed
9b2bc37b 191 - added $c->log->dump()
5ddd05a0 192
61a0806c 1934.11 2005-03-02 11:00:00 2005
7833fdfc 194 - removed some warnings
195 - improved docs
7242d068 196 - private prefixed actions override private non prefixed actions
8495c1de 197 - added server_base
4a6895ce 198 - updated Catalyst::Manual::Intro
7833fdfc 199
61a0806c 2004.10 2005-03-02 10:00:00 2005
7833fdfc 201 - improved documentation
202 - fixed upload bug
203 - fixed prefixed private actions bug
204 - fixed more little bugs
205
61a0806c 2064.01 2005-03-01 10:00:00 2005
03a53815 207 - improved documentation
d7c505f3 208 - documentation fixes (Johan Lindstrom)
03a53815 209
61a0806c 2104.00 2005-02-27 22:00:00
fc7ec1d9 211 - more verbose debug messages, especially for forward()
212 - implemented prefixed prvate actions, icluding built in
213 !?default, !?begin and !?end
214 - new Catalyst::Manual::Intro
215 - new helpers, bin/catalyst
216 - helper api
217
61a0806c 2183.11 2005-02-23 21:00:00
fc7ec1d9 219 - added dependency to UNIVERSAL::require (Marcus Ramberg)
220 - added a little workaround for a warning in Catalyst::Test
221 (Marcus Ramberg)
222 - improved documentation for actions
223
61a0806c 2243.10 2005-02-19 20:00:00
fc7ec1d9 225 - removed roles management from Catalyst::Engine
226 and added it to Catalyst::Plugin::Authentication::CDBI
227
61a0806c 2283.04 2005-02-17 21:00:00
fc7ec1d9 229 - error reporting for app class
230 - no more engine debug messages
231 - class->method forwards get resolved now
232
61a0806c 2333.03 2005-02-16 23:00:00
fc7ec1d9 234 - friendlier statistics
235
61a0806c 2363.02 2005-02-16 22:00:00
fc7ec1d9 237 - fixed unintialized actions (Marcus Ramberg)
238
61a0806c 2393.01 2005-02-16 20:30:00
fc7ec1d9 240 - better statistics
241
61a0806c 2423.00 2005-02-16 20:00:00
fc7ec1d9 243 - real version number for CPAN.pm
244 - fixed redirect in CGI engine
245 - more statistics in debug logs
246 - ? prefix for forward()
247
61a0806c 2482.99_15 2005-02-02 22:00:00
fc7ec1d9 249 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
250 - Replaced "Catched" with "Caught" in Catalyst::Engine
251 (Gary Ashton Jones)
252 - replaced _ with ! for private actions
253 - added ? for prefixed actions
254 - misc improvememts
255
61a0806c 2562.99_14 2005-01-31 22:00:00 2005
fc7ec1d9 257 - arguments for _default
258 - $c->entrance removed for more flexibility
259 - added $c->req->method
260
61a0806c 2612.99_13 2005-01-30 18:00:00 2005
fc7ec1d9 262 - POD fixes and improvements
263
61a0806c 2642.99_12 2005-01-28 22:00:00 2005
fc7ec1d9 265 - first development release