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