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