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