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