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