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