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