added $c->prepare_input and $c->req->input
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
e0db129d 35.00 Fri Apr 15 18:00:00 2005
0c28fbd7 4 - new core to support inheritance trees
5 - new syntax for action declaration
6 - new helper system using TT2
b76d7db8 7 - problems with mod_perl2 fixed
5a8fd7e9 8 - added Test::Pod support
6f4e1683 9 - added new server backend with HTTP/1.1 support
10 - added option to run tests against a remote server
0c28fbd7 11 - renamed errors() to error()
ca61af20 12 - more better docs
0c28fbd7 13 - countless minor improvements
ca61af20 14 IMPORTANT: This release is very incompatible to previous ones
15 and you have to regenerate the helper scripts again...
e519ff34 16
af69117b 174.34 Wed Mar 23 07:00:00 2005
9ada3267 18 - added some messages to Makefile.PL
00869ea8 19 - added Catalyst::Engine::Test
20 - added Catalyst::Engine::CGI::NPH
21 - simplified Catalyst::Log to be easier to implement/subclass
22 - added cgi.pl
6f4e1683 23 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 24 - updated helper scripts
25 IMPORTANT: this will be the last time you'll have to regenerate
26 the script directory. We promise!
9ada3267 27
5442009c 284.33 Wed Mar 23 01:00:00 2005
145074c2 29 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 30 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 31 - removed cgi-server.pl
ffb41d94 32 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 33 - fixed an undef durng make test (Dan Sully)
5442009c 34 - new path test (Christian Hansen)
35 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 36
caca1b02 374.32 Tue Mar 22 02:10:00 2005
38 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
39
8e9d0f75 404.31 Tue Mar 22 02:00:00 2005
1c99e125 41 - fixed inheritance (Christian Hansen)
c0d174dc 42 - previous release was borked!
43 fixed that, but you have to regenerate the scripts again :(
1c99e125 44
8e9d0f75 454.30 Mon Mar 21 23:00:00 2005
d2cad154 46 - more documentation (Andrew Ford)
0556eb49 47 - added connection informations (Christian Hansen)
49faa307 48 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 49 - moved cgi.pl to nph-cgi.pl
a0bb847e 50 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 51 - removed Catalyst::Test::server
52 - updated helper scripts
53 IMPORTANT: note that you have to regenerate script/server.pl,
54 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 55
41ba54f7 564.28 Sat Mar 19 22:00:00 2005
502619e5 57 - fixed isa tree (Christian Hansen)
bc024080 58 - added script/cgi-server.pl, so no more server restarting after
59 code changes
60 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 61
b5524568 624.27 Sat Mar 19 01:00:00 2005
c85ff642 63 - debug message for parameters
23f9d934 64 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 65 - some random fixes
66 - new helper api for Catalyst::Helper::* support
67 you have to update script/create.pl to use it
c85ff642 68
5783a9a5 694.26 Wed Mar 16 10:00:00 2005
70 - fixed the weird bug that caused regex actions to fail on every
71 second request
c85ff642 72 - more debug messages
748161c4 73 - 100% pod coverage.
5783a9a5 74
f1d0b7ea 754.25 Sat Mar 12 18:00:00 2005
76 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 77 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 78
92af75fc 794.24 Sat Mar 12 01:00:00 2005
aff93052 80 - updated cookbook example
5ae68c0d 81 - fixed base for apache and https (Andrew Ruthven)
aff93052 82
7e5adedd 834.23 Wed Mar 09 20:00:00 2005
84 - no more regex actions in forward
3cb1db8c 85 - added support for test directories t/m, t/v and t/c
7e5adedd 86
874.22 Tue Mar 08 20:00:00 2005
0b944e63 88 - catch errors in application class
aff93052 89 - handle die properly.
0b944e63 90
d01df17d 914.21 Sat Mar 05 17:00:00 2005
92 - fixed docs
93
944.20 Fri Mar 04 22:00:00 2005
91864987 95 - moved bin to script
96
0ea0c2c3 974.13 Thu Mar 03 11:00:00 2005
98 - improved documentation
1df125c9 99 - pod coverage test for helper generated apps
ad41e777 100 - new helper api
0ea0c2c3 101
5ddd05a0 1024.12 Wed Mar 02 11:00:00 2005
103 - server_base sucks, removed
9b2bc37b 104 - added $c->log->dump()
5ddd05a0 105
7833fdfc 1064.11 Wed Mar 02 11:00:00 2005
107 - removed some warnings
108 - improved docs
7242d068 109 - private prefixed actions override private non prefixed actions
8495c1de 110 - added server_base
4a6895ce 111 - updated Catalyst::Manual::Intro
7833fdfc 112
1134.10 Wed Mar 02 10:00:00 2005
114 - improved documentation
115 - fixed upload bug
116 - fixed prefixed private actions bug
117 - fixed more little bugs
118
03a53815 1194.01 Tue Mar 01 10:00:00 2005
120 - improved documentation
d7c505f3 121 - documentation fixes (Johan Lindstrom)
03a53815 122
fc7ec1d9 1234.00 Sun Feb 27 22:00:00 2005
124 - more verbose debug messages, especially for forward()
125 - implemented prefixed prvate actions, icluding built in
126 !?default, !?begin and !?end
127 - new Catalyst::Manual::Intro
128 - new helpers, bin/catalyst
129 - helper api
130
1313.11 Wed Feb 23 21:00:00 2005
132 - added dependency to UNIVERSAL::require (Marcus Ramberg)
133 - added a little workaround for a warning in Catalyst::Test
134 (Marcus Ramberg)
135 - improved documentation for actions
136
1373.10 Thu Feb 19 20:00:00 2005
138 - removed roles management from Catalyst::Engine
139 and added it to Catalyst::Plugin::Authentication::CDBI
140
1413.04 Thu Feb 17 21:00:00 2005
142 - error reporting for app class
143 - no more engine debug messages
144 - class->method forwards get resolved now
145
1463.03 Wed Feb 16 23:00:00 2005
147 - friendlier statistics
148
1493.02 Wed Feb 16 22:00:00 2005
150 - fixed unintialized actions (Marcus Ramberg)
151
1523.01 Wed Feb 16 20:30:00 2005
153 - better statistics
154
1553.00 Wed Feb 16 20:00:00 2005
156 - real version number for CPAN.pm
157 - fixed redirect in CGI engine
158 - more statistics in debug logs
159 - ? prefix for forward()
160
1612.99_15 Wed Feb 02 22:00:00 2005
162 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
163 - Replaced "Catched" with "Caught" in Catalyst::Engine
164 (Gary Ashton Jones)
165 - replaced _ with ! for private actions
166 - added ? for prefixed actions
167 - misc improvememts
168
1692.99_14 Mon Jan 31 22:00:00 2005
170 - arguments for _default
171 - $c->entrance removed for more flexibility
172 - added $c->req->method
173
1742.99_13 Sun Jan 30 18:00:00 2005
175 - POD fixes and improvements
176
1772.99_12 Fri Jan 28 22:00:00 2005
178 - first development release