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