added $c->req->full_uri method (core from C::P::RequireSSL: thanks andyg!)
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 5.34  2005-08-21 00:00:00
4         - Fixed mkpath in Catalyst::Helper (Autrijus Tang)
5         - added $c->req->full_uri method (Jesse Sheidlower)
6
7 5.33  2005-08-10 15:25:00
8         - Now with updated manifest.
9
10 5.32  2005-08-10 15:10:00
11         - Dispatcher might fail if object returns false. (Florian Ragwitz)
12
13 5.31  2005-06-04 12:35:00 (never released to CPAN)
14
15         - helpers now create .new files where files already exist and differ
16         - fixed $Data::Dumper::Terse (Robin Berjon)
17         - added arguments for detach
18         - new credits section in pod
19         - fixed detach to allow relative action names (Matt and Robert)
20         - added the ability to have whitespaces in Path( '' ) and Regex( '' )
21
22 5.30  2005-06-04 12:35:00
23
24         - Fixed a bug where it was not possible to $c->forward to a 
25           component 
26           that was not inheriting from Catalyst::Base.
27         - Fix for inheritance bug.
28         - Allow forward with arguments.
29         - Updated cookbook
30         - Allow overriding home/root in config.
31         - make module build cons README automatically.
32         - prettify home path by resolving '..' (Andy Grundman)
33         - improved helper templates a bit, new naming scheme for tests.
34         - added support for case sensitivity, MyApp->config->{case_sensitive}
35         - added $c->detach for non-returning forwards
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
43         - further doc changes, esp. to Intro.pod
44
45 5.23  2005-06-03 02:30:00
46         - added support for non Catalyst::Base components to live in namespace
47         - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
48
49 5.22  2005-05-26 14:24:00
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)
54
55 5.21  2005-05-24 14:56:00
56         - fixed a bug in https detection
57         - fixed auto chain finally
58         - added MYAPP_HOME and CATALYST_HOME environment variables
59
60 5.20  2005-05-18 19:52:00
61         - improved uploads and parameters
62         - added $c->req->protocol and $c->req->secure
63         - added $c->req->user and $c->req->uri
64         - improved error message when forwarding to unknown module
65         - fixed win32 installer
66         - added deep recursion detection
67         - fixed auto actions
68         - fixed inheritance in dispatcher
69         - allow whitespaces between brackets and quoted string
70           in Path and Regex attributes
71         - new helper templates
72         - installer now supports install_base and destdir
73         - allow multiple Catalyst apps to run on the same mod_perl
74           instance (not the same app!)
75         - fixed MP2 engines
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
79         - added SpeedyCGI engine
80
81 5.10  2005-04-23 11:16:00
82         - updated dependencies to require latest module::pluggable::fast
83         - new installer for templates and stuff using Module::Build
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
87         - Added compat to install Module::Build if required.
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)
91
92 5.03  2005-04-19 20:35:00 (Revision 462)
93         - fixed Test example (Torsten Seeman)
94         - added Plugins chapter to manual
95         - applied doc patch from Robert Boone <robert@rlb3.com>
96         - improved Dispatcher error messages.
97         - refactored so we don't need to include helper from
98           Catalyst.pm - Fixes issues with FindBin
99         - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
100         - added plugin() method for instant plugins
101         - FCGI is no more considered experimental
102
103 5.02  2005-04-18 10:00:00 
104         - fixed manifest
105
106 5.01  2005-04-17 23:00:00 
107         - some documentation bugs fixed
108         - added Catalyst::Utils
109         - fixed regexp bug (Matt S Trout)
110         - fixed upload bug with MP19
111         - added $c->req->body
112         - aliased $c->res->output to $c->res->body
113         - Read AUTHOR from passwd or $ENV{AUTHOR} when 
114           generating code.
115         - extended attribute handling
116         - added global config for components
117
118 5.00  2005-04-15 18:00:00
119         - new core to support inheritance trees
120         - new syntax for action declaration
121         - new helper system using TT2
122         - problems with mod_perl2 fixed
123         - added Test::Pod support
124         - added new server backend with HTTP/1.1 support
125         - added option to run tests against a remote server
126         - renamed errors() to error()
127         - more better docs
128         - countless minor improvements
129           IMPORTANT: This release is very incompatible to previous ones
130           and you have to regenerate the helper scripts again...
131
132 4.34  2005-03-23 07:00:00 2005
133         - added some messages to Makefile.PL
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
138         - updated Catalyst::Test to use Catalyst::Engine::Test
139         - updated helper scripts
140           IMPORTANT: this will be the last time you'll have to regenerate
141           the script directory. We promise!
142
143 4.33  2005-03-23 01:00:00 2005
144         - documented the log() accessor method in Catalyst (Andrew Ford)
145         - added optional arguments to Catalyst::Log methods (Andrew Ford)
146         - removed cgi-server.pl
147         - added fcgi.pl and Catalyst::Engine::FCGI
148         - fixed an undef durng make test (Dan Sully)
149         - new path test (Christian Hansen)
150           IMPORTANT: you have to regenerate the script directory again
151
152 4.32  2005-03-22 02:10:00 2005
153         - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
154
155 4.31  2005-03-22 02:00:00
156         - fixed inheritance (Christian Hansen)
157         - previous release was borked!
158           fixed that, but you have to regenerate the scripts again :(
159
160 4.30  2005-03-21 23:00:00 
161         - more documentation (Andrew Ford)
162         - added connection informations (Christian Hansen)
163         - HTTP::Request support in Catalyst::Test (Christian Hansen)
164         - moved cgi.pl to nph-cgi.pl
165         - added Catalyst::Engine::Server (Christian Hansen)
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)
170
171 4.28  2005-03-19 22:00:00
172         - fixed isa tree (Christian Hansen)
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>)
176
177 4.27  2005-03-19 01:00:00
178         - debug message for parameters
179         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
180         - some random fixes
181         - new helper api for Catalyst::Helper::* support
182           you have to update script/create.pl to use it
183
184 4.26  2005-03-16 10:00:00
185         - fixed the weird bug that caused regex actions to fail on every
186           second request
187         - more debug messages
188         - 100% pod coverage.
189
190 4.25  2005-03-12 18:00:00
191         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
192         - improved cgi engine docs (Christoper Hicks)
193
194 4.24  2005-03-12 01:00:00
195         - updated cookbook example  
196         - fixed base for apache and https (Andrew Ruthven)
197         
198 4.23  2005-03-09 20:00:00
199         - no more regex actions in forward
200         - added support for test directories t/m, t/v and t/c
201
202 4.22  2005-03-08 20:00:00
203         - catch errors in application class
204         - handle die properly.
205
206 4.21  2005-03-05 17:00:00
207         - fixed docs
208
209 4.20  2005-03-04 22:00:00
210         - moved bin to script
211
212 4.13  2005-03-03 11:00:00
213         - improved documentation
214         - pod coverage test for helper generated apps
215         - new helper api
216
217 4.12  2005-03-02 11:00:00 2005
218         - server_base sucks, removed
219         - added $c->log->dump()
220
221 4.11  2005-03-02 11:00:00 2005
222         - removed some warnings
223         - improved docs
224         - private prefixed actions override private non prefixed actions
225         - added server_base
226         - updated Catalyst::Manual::Intro
227
228 4.10  2005-03-02 10:00:00 2005
229         - improved documentation
230         - fixed upload bug
231         - fixed prefixed private actions bug
232         - fixed more little bugs
233
234 4.01  2005-03-01 10:00:00 2005
235         - improved documentation
236         - documentation fixes (Johan Lindstrom)
237
238 4.00  2005-02-27 22:00:00
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
246 3.11  2005-02-23 21:00:00
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
252 3.10  2005-02-19 20:00:00
253         - removed roles management from Catalyst::Engine
254           and added it to Catalyst::Plugin::Authentication::CDBI
255
256 3.04  2005-02-17 21:00:00 
257         - error reporting for app class
258         - no more engine debug messages
259         - class->method forwards get resolved now
260
261 3.03  2005-02-16 23:00:00 
262         - friendlier statistics
263
264 3.02  2005-02-16 22:00:00
265         - fixed unintialized actions (Marcus Ramberg)
266
267 3.01  2005-02-16 20:30:00
268         - better statistics
269
270 3.00  2005-02-16 20:00:00
271         - real version number for CPAN.pm
272         - fixed redirect in CGI engine
273         - more statistics in debug logs
274         - ? prefix for forward()
275
276 2.99_15  2005-02-02 22:00:00
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
284 2.99_14  2005-01-31 22:00:00 2005
285         - arguments for _default
286         - $c->entrance removed for more flexibility
287         - added $c->req->method
288
289 2.99_13  2005-01-30 18:00:00 2005
290         - POD fixes and improvements
291
292 2.99_12  2005-01-28 22:00:00 2005
293         - first development release