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