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