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