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