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