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