added mason plugin. updated descriptions.
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
bbcadec7 35.03 Xxx Xxx 00 00:00:00 2005
75095156 4 - Fixed Test example (Torsten Seeman)
5 - Added Plugins chapter to manual
bbcadec7 6 - applied doc patch from Robert Boone <robert@rlb3.com>
2a276acb 7 - Refactored so we don't need to include helper from
8 Catalyst.pm
bbcadec7 9
2cf9bc57 105.02 Mon Apr 18 10:00:00 2005
11 - fixed manifest
12
135.01 Sun Apr 17 23:00:00 2005
d7953572 14 - some documentation bugs fixed
f05af9ba 15 - added Catalyst::Utils
eaf14ff4 16 - fixed regexp bug (Matt S Trout)
17 - fixed upload bug with MP19
18 - added $c->req->body
e27582bb 19 - aliased $c->res->output to $c->res->body
ddb46924 20 - Read AUTHOR from passwd or $ENV{AUTHOR} when
21 generating code.
8c8f7c51 22 - extended attribute handling
84cf74e7 23 - added global config for components
d7953572 24
e0db129d 255.00 Fri Apr 15 18:00:00 2005
0c28fbd7 26 - new core to support inheritance trees
27 - new syntax for action declaration
28 - new helper system using TT2
b76d7db8 29 - problems with mod_perl2 fixed
5a8fd7e9 30 - added Test::Pod support
6f4e1683 31 - added new server backend with HTTP/1.1 support
32 - added option to run tests against a remote server
0c28fbd7 33 - renamed errors() to error()
ca61af20 34 - more better docs
0c28fbd7 35 - countless minor improvements
ca61af20 36 IMPORTANT: This release is very incompatible to previous ones
37 and you have to regenerate the helper scripts again...
e519ff34 38
af69117b 394.34 Wed Mar 23 07:00:00 2005
9ada3267 40 - added some messages to Makefile.PL
00869ea8 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
6f4e1683 45 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 46 - updated helper scripts
47 IMPORTANT: this will be the last time you'll have to regenerate
48 the script directory. We promise!
9ada3267 49
5442009c 504.33 Wed Mar 23 01:00:00 2005
145074c2 51 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 52 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 53 - removed cgi-server.pl
ffb41d94 54 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 55 - fixed an undef durng make test (Dan Sully)
5442009c 56 - new path test (Christian Hansen)
57 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 58
caca1b02 594.32 Tue Mar 22 02:10:00 2005
60 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
61
8e9d0f75 624.31 Tue Mar 22 02:00:00 2005
1c99e125 63 - fixed inheritance (Christian Hansen)
c0d174dc 64 - previous release was borked!
65 fixed that, but you have to regenerate the scripts again :(
1c99e125 66
8e9d0f75 674.30 Mon Mar 21 23:00:00 2005
d2cad154 68 - more documentation (Andrew Ford)
0556eb49 69 - added connection informations (Christian Hansen)
49faa307 70 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 71 - moved cgi.pl to nph-cgi.pl
a0bb847e 72 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 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)
0556eb49 77
41ba54f7 784.28 Sat Mar 19 22:00:00 2005
502619e5 79 - fixed isa tree (Christian Hansen)
bc024080 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>)
502619e5 83
b5524568 844.27 Sat Mar 19 01:00:00 2005
c85ff642 85 - debug message for parameters
23f9d934 86 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 87 - some random fixes
88 - new helper api for Catalyst::Helper::* support
89 you have to update script/create.pl to use it
c85ff642 90
5783a9a5 914.26 Wed Mar 16 10:00:00 2005
92 - fixed the weird bug that caused regex actions to fail on every
93 second request
c85ff642 94 - more debug messages
748161c4 95 - 100% pod coverage.
5783a9a5 96
f1d0b7ea 974.25 Sat Mar 12 18:00:00 2005
98 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 99 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 100
92af75fc 1014.24 Sat Mar 12 01:00:00 2005
aff93052 102 - updated cookbook example
5ae68c0d 103 - fixed base for apache and https (Andrew Ruthven)
aff93052 104
7e5adedd 1054.23 Wed Mar 09 20:00:00 2005
106 - no more regex actions in forward
3cb1db8c 107 - added support for test directories t/m, t/v and t/c
7e5adedd 108
1094.22 Tue Mar 08 20:00:00 2005
0b944e63 110 - catch errors in application class
aff93052 111 - handle die properly.
0b944e63 112
d01df17d 1134.21 Sat Mar 05 17:00:00 2005
114 - fixed docs
115
1164.20 Fri Mar 04 22:00:00 2005
91864987 117 - moved bin to script
118
0ea0c2c3 1194.13 Thu Mar 03 11:00:00 2005
120 - improved documentation
1df125c9 121 - pod coverage test for helper generated apps
ad41e777 122 - new helper api
0ea0c2c3 123
5ddd05a0 1244.12 Wed Mar 02 11:00:00 2005
125 - server_base sucks, removed
9b2bc37b 126 - added $c->log->dump()
5ddd05a0 127
7833fdfc 1284.11 Wed Mar 02 11:00:00 2005
129 - removed some warnings
130 - improved docs
7242d068 131 - private prefixed actions override private non prefixed actions
8495c1de 132 - added server_base
4a6895ce 133 - updated Catalyst::Manual::Intro
7833fdfc 134
1354.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
03a53815 1414.01 Tue Mar 01 10:00:00 2005
142 - improved documentation
d7c505f3 143 - documentation fixes (Johan Lindstrom)
03a53815 144
fc7ec1d9 1454.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
1533.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
1593.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
1633.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
1683.03 Wed Feb 16 23:00:00 2005
169 - friendlier statistics
170
1713.02 Wed Feb 16 22:00:00 2005
172 - fixed unintialized actions (Marcus Ramberg)
173
1743.01 Wed Feb 16 20:30:00 2005
175 - better statistics
176
1773.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
1832.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
1912.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
1962.99_13 Sun Jan 30 18:00:00 2005
197 - POD fixes and improvements
198
1992.99_12 Fri Jan 28 22:00:00 2005
200 - first development release