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