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