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