Fixed typo
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
4f6748f1 35.10 Wed Apr 20 18:00:00 2005
4 - New installer for templates and stuff using Module::Build
5 - scripts are now prefixed, for being installable
6 IMPORTANT: You have to regenerate the script directory,
7 remove Makefile.PL and add Build.PL
8
bfa1f495 95.03 Tue Apr 19 20:35:00 2005 (Revision 462)
75095156 10 - Fixed Test example (Torsten Seeman)
11 - Added Plugins chapter to manual
bbcadec7 12 - applied doc patch from Robert Boone <robert@rlb3.com>
5d2c7203 13 - Improved Dispatcher error messages.
e9deb4dc 14 - Refactored so we don't need to include helper from
15 Catalyst.pm - Fixes issues with FindBin
5b2a599c 16 - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
87232381 17 - added plugin() method for instant plugins
18 - FCGI is no more considered experimental
bbcadec7 19
2cf9bc57 205.02 Mon Apr 18 10:00:00 2005
21 - fixed manifest
22
235.01 Sun Apr 17 23:00:00 2005
d7953572 24 - some documentation bugs fixed
f05af9ba 25 - added Catalyst::Utils
eaf14ff4 26 - fixed regexp bug (Matt S Trout)
27 - fixed upload bug with MP19
28 - added $c->req->body
e27582bb 29 - aliased $c->res->output to $c->res->body
ddb46924 30 - Read AUTHOR from passwd or $ENV{AUTHOR} when
31 generating code.
8c8f7c51 32 - extended attribute handling
84cf74e7 33 - added global config for components
d7953572 34
e0db129d 355.00 Fri Apr 15 18:00:00 2005
0c28fbd7 36 - new core to support inheritance trees
37 - new syntax for action declaration
38 - new helper system using TT2
b76d7db8 39 - problems with mod_perl2 fixed
5a8fd7e9 40 - added Test::Pod support
6f4e1683 41 - added new server backend with HTTP/1.1 support
42 - added option to run tests against a remote server
0c28fbd7 43 - renamed errors() to error()
ca61af20 44 - more better docs
0c28fbd7 45 - countless minor improvements
ca61af20 46 IMPORTANT: This release is very incompatible to previous ones
47 and you have to regenerate the helper scripts again...
e519ff34 48
af69117b 494.34 Wed Mar 23 07:00:00 2005
9ada3267 50 - added some messages to Makefile.PL
00869ea8 51 - added Catalyst::Engine::Test
52 - added Catalyst::Engine::CGI::NPH
53 - simplified Catalyst::Log to be easier to implement/subclass
54 - added cgi.pl
6f4e1683 55 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 56 - updated helper scripts
57 IMPORTANT: this will be the last time you'll have to regenerate
58 the script directory. We promise!
9ada3267 59
5442009c 604.33 Wed Mar 23 01:00:00 2005
145074c2 61 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 62 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 63 - removed cgi-server.pl
ffb41d94 64 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 65 - fixed an undef durng make test (Dan Sully)
5442009c 66 - new path test (Christian Hansen)
67 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 68
caca1b02 694.32 Tue Mar 22 02:10:00 2005
70 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
71
8e9d0f75 724.31 Tue Mar 22 02:00:00 2005
1c99e125 73 - fixed inheritance (Christian Hansen)
c0d174dc 74 - previous release was borked!
75 fixed that, but you have to regenerate the scripts again :(
1c99e125 76
8e9d0f75 774.30 Mon Mar 21 23:00:00 2005
d2cad154 78 - more documentation (Andrew Ford)
0556eb49 79 - added connection informations (Christian Hansen)
49faa307 80 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 81 - moved cgi.pl to nph-cgi.pl
a0bb847e 82 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 83 - removed Catalyst::Test::server
84 - updated helper scripts
85 IMPORTANT: note that you have to regenerate script/server.pl,
86 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 87
41ba54f7 884.28 Sat Mar 19 22:00:00 2005
502619e5 89 - fixed isa tree (Christian Hansen)
bc024080 90 - added script/cgi-server.pl, so no more server restarting after
91 code changes
92 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 93
b5524568 944.27 Sat Mar 19 01:00:00 2005
c85ff642 95 - debug message for parameters
23f9d934 96 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 97 - some random fixes
98 - new helper api for Catalyst::Helper::* support
99 you have to update script/create.pl to use it
c85ff642 100
5783a9a5 1014.26 Wed Mar 16 10:00:00 2005
102 - fixed the weird bug that caused regex actions to fail on every
103 second request
c85ff642 104 - more debug messages
748161c4 105 - 100% pod coverage.
5783a9a5 106
f1d0b7ea 1074.25 Sat Mar 12 18:00:00 2005
108 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 109 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 110
92af75fc 1114.24 Sat Mar 12 01:00:00 2005
aff93052 112 - updated cookbook example
5ae68c0d 113 - fixed base for apache and https (Andrew Ruthven)
aff93052 114
7e5adedd 1154.23 Wed Mar 09 20:00:00 2005
116 - no more regex actions in forward
3cb1db8c 117 - added support for test directories t/m, t/v and t/c
7e5adedd 118
1194.22 Tue Mar 08 20:00:00 2005
0b944e63 120 - catch errors in application class
aff93052 121 - handle die properly.
0b944e63 122
d01df17d 1234.21 Sat Mar 05 17:00:00 2005
124 - fixed docs
125
1264.20 Fri Mar 04 22:00:00 2005
91864987 127 - moved bin to script
128
0ea0c2c3 1294.13 Thu Mar 03 11:00:00 2005
130 - improved documentation
1df125c9 131 - pod coverage test for helper generated apps
ad41e777 132 - new helper api
0ea0c2c3 133
5ddd05a0 1344.12 Wed Mar 02 11:00:00 2005
135 - server_base sucks, removed
9b2bc37b 136 - added $c->log->dump()
5ddd05a0 137
7833fdfc 1384.11 Wed Mar 02 11:00:00 2005
139 - removed some warnings
140 - improved docs
7242d068 141 - private prefixed actions override private non prefixed actions
8495c1de 142 - added server_base
4a6895ce 143 - updated Catalyst::Manual::Intro
7833fdfc 144
1454.10 Wed Mar 02 10:00:00 2005
146 - improved documentation
147 - fixed upload bug
148 - fixed prefixed private actions bug
149 - fixed more little bugs
150
03a53815 1514.01 Tue Mar 01 10:00:00 2005
152 - improved documentation
d7c505f3 153 - documentation fixes (Johan Lindstrom)
03a53815 154
fc7ec1d9 1554.00 Sun Feb 27 22:00:00 2005
156 - more verbose debug messages, especially for forward()
157 - implemented prefixed prvate actions, icluding built in
158 !?default, !?begin and !?end
159 - new Catalyst::Manual::Intro
160 - new helpers, bin/catalyst
161 - helper api
162
1633.11 Wed Feb 23 21:00:00 2005
164 - added dependency to UNIVERSAL::require (Marcus Ramberg)
165 - added a little workaround for a warning in Catalyst::Test
166 (Marcus Ramberg)
167 - improved documentation for actions
168
1693.10 Thu Feb 19 20:00:00 2005
170 - removed roles management from Catalyst::Engine
171 and added it to Catalyst::Plugin::Authentication::CDBI
172
1733.04 Thu Feb 17 21:00:00 2005
174 - error reporting for app class
175 - no more engine debug messages
176 - class->method forwards get resolved now
177
1783.03 Wed Feb 16 23:00:00 2005
179 - friendlier statistics
180
1813.02 Wed Feb 16 22:00:00 2005
182 - fixed unintialized actions (Marcus Ramberg)
183
1843.01 Wed Feb 16 20:30:00 2005
185 - better statistics
186
1873.00 Wed Feb 16 20:00:00 2005
188 - real version number for CPAN.pm
189 - fixed redirect in CGI engine
190 - more statistics in debug logs
191 - ? prefix for forward()
192
1932.99_15 Wed Feb 02 22:00:00 2005
194 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
195 - Replaced "Catched" with "Caught" in Catalyst::Engine
196 (Gary Ashton Jones)
197 - replaced _ with ! for private actions
198 - added ? for prefixed actions
199 - misc improvememts
200
2012.99_14 Mon Jan 31 22:00:00 2005
202 - arguments for _default
203 - $c->entrance removed for more flexibility
204 - added $c->req->method
205
2062.99_13 Sun Jan 30 18:00:00 2005
207 - POD fixes and improvements
208
2092.99_12 Fri Jan 28 22:00:00 2005
210 - first development release