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