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