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