Updated Cat 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
f05af9ba 5 - added Catalyst::Utils
eaf14ff4 6 - fixed regexp bug (Matt S Trout)
7 - fixed upload bug with MP19
8 - added $c->req->body
e27582bb 9 - aliased $c->res->output to $c->res->body
ddb46924 10 - Read AUTHOR from passwd or $ENV{AUTHOR} when
11 generating code.
8c8f7c51 12 - extended attribute handling
d7953572 13
e0db129d 145.00 Fri Apr 15 18:00:00 2005
0c28fbd7 15 - new core to support inheritance trees
16 - new syntax for action declaration
17 - new helper system using TT2
b76d7db8 18 - problems with mod_perl2 fixed
5a8fd7e9 19 - added Test::Pod support
6f4e1683 20 - added new server backend with HTTP/1.1 support
21 - added option to run tests against a remote server
0c28fbd7 22 - renamed errors() to error()
ca61af20 23 - more better docs
0c28fbd7 24 - countless minor improvements
ca61af20 25 IMPORTANT: This release is very incompatible to previous ones
26 and you have to regenerate the helper scripts again...
e519ff34 27
af69117b 284.34 Wed Mar 23 07:00:00 2005
9ada3267 29 - added some messages to Makefile.PL
00869ea8 30 - added Catalyst::Engine::Test
31 - added Catalyst::Engine::CGI::NPH
32 - simplified Catalyst::Log to be easier to implement/subclass
33 - added cgi.pl
6f4e1683 34 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 35 - updated helper scripts
36 IMPORTANT: this will be the last time you'll have to regenerate
37 the script directory. We promise!
9ada3267 38
5442009c 394.33 Wed Mar 23 01:00:00 2005
145074c2 40 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 41 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 42 - removed cgi-server.pl
ffb41d94 43 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 44 - fixed an undef durng make test (Dan Sully)
5442009c 45 - new path test (Christian Hansen)
46 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 47
caca1b02 484.32 Tue Mar 22 02:10:00 2005
49 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
50
8e9d0f75 514.31 Tue Mar 22 02:00:00 2005
1c99e125 52 - fixed inheritance (Christian Hansen)
c0d174dc 53 - previous release was borked!
54 fixed that, but you have to regenerate the scripts again :(
1c99e125 55
8e9d0f75 564.30 Mon Mar 21 23:00:00 2005
d2cad154 57 - more documentation (Andrew Ford)
0556eb49 58 - added connection informations (Christian Hansen)
49faa307 59 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 60 - moved cgi.pl to nph-cgi.pl
a0bb847e 61 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 62 - removed Catalyst::Test::server
63 - updated helper scripts
64 IMPORTANT: note that you have to regenerate script/server.pl,
65 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 66
41ba54f7 674.28 Sat Mar 19 22:00:00 2005
502619e5 68 - fixed isa tree (Christian Hansen)
bc024080 69 - added script/cgi-server.pl, so no more server restarting after
70 code changes
71 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 72
b5524568 734.27 Sat Mar 19 01:00:00 2005
c85ff642 74 - debug message for parameters
23f9d934 75 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 76 - some random fixes
77 - new helper api for Catalyst::Helper::* support
78 you have to update script/create.pl to use it
c85ff642 79
5783a9a5 804.26 Wed Mar 16 10:00:00 2005
81 - fixed the weird bug that caused regex actions to fail on every
82 second request
c85ff642 83 - more debug messages
748161c4 84 - 100% pod coverage.
5783a9a5 85
f1d0b7ea 864.25 Sat Mar 12 18:00:00 2005
87 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 88 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 89
92af75fc 904.24 Sat Mar 12 01:00:00 2005
aff93052 91 - updated cookbook example
5ae68c0d 92 - fixed base for apache and https (Andrew Ruthven)
aff93052 93
7e5adedd 944.23 Wed Mar 09 20:00:00 2005
95 - no more regex actions in forward
3cb1db8c 96 - added support for test directories t/m, t/v and t/c
7e5adedd 97
984.22 Tue Mar 08 20:00:00 2005
0b944e63 99 - catch errors in application class
aff93052 100 - handle die properly.
0b944e63 101
d01df17d 1024.21 Sat Mar 05 17:00:00 2005
103 - fixed docs
104
1054.20 Fri Mar 04 22:00:00 2005
91864987 106 - moved bin to script
107
0ea0c2c3 1084.13 Thu Mar 03 11:00:00 2005
109 - improved documentation
1df125c9 110 - pod coverage test for helper generated apps
ad41e777 111 - new helper api
0ea0c2c3 112
5ddd05a0 1134.12 Wed Mar 02 11:00:00 2005
114 - server_base sucks, removed
9b2bc37b 115 - added $c->log->dump()
5ddd05a0 116
7833fdfc 1174.11 Wed Mar 02 11:00:00 2005
118 - removed some warnings
119 - improved docs
7242d068 120 - private prefixed actions override private non prefixed actions
8495c1de 121 - added server_base
4a6895ce 122 - updated Catalyst::Manual::Intro
7833fdfc 123
1244.10 Wed Mar 02 10:00:00 2005
125 - improved documentation
126 - fixed upload bug
127 - fixed prefixed private actions bug
128 - fixed more little bugs
129
03a53815 1304.01 Tue Mar 01 10:00:00 2005
131 - improved documentation
d7c505f3 132 - documentation fixes (Johan Lindstrom)
03a53815 133
fc7ec1d9 1344.00 Sun Feb 27 22:00:00 2005
135 - more verbose debug messages, especially for forward()
136 - implemented prefixed prvate actions, icluding built in
137 !?default, !?begin and !?end
138 - new Catalyst::Manual::Intro
139 - new helpers, bin/catalyst
140 - helper api
141
1423.11 Wed Feb 23 21:00:00 2005
143 - added dependency to UNIVERSAL::require (Marcus Ramberg)
144 - added a little workaround for a warning in Catalyst::Test
145 (Marcus Ramberg)
146 - improved documentation for actions
147
1483.10 Thu Feb 19 20:00:00 2005
149 - removed roles management from Catalyst::Engine
150 and added it to Catalyst::Plugin::Authentication::CDBI
151
1523.04 Thu Feb 17 21:00:00 2005
153 - error reporting for app class
154 - no more engine debug messages
155 - class->method forwards get resolved now
156
1573.03 Wed Feb 16 23:00:00 2005
158 - friendlier statistics
159
1603.02 Wed Feb 16 22:00:00 2005
161 - fixed unintialized actions (Marcus Ramberg)
162
1633.01 Wed Feb 16 20:30:00 2005
164 - better statistics
165
1663.00 Wed Feb 16 20:00:00 2005
167 - real version number for CPAN.pm
168 - fixed redirect in CGI engine
169 - more statistics in debug logs
170 - ? prefix for forward()
171
1722.99_15 Wed Feb 02 22:00:00 2005
173 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
174 - Replaced "Catched" with "Caught" in Catalyst::Engine
175 (Gary Ashton Jones)
176 - replaced _ with ! for private actions
177 - added ? for prefixed actions
178 - misc improvememts
179
1802.99_14 Mon Jan 31 22:00:00 2005
181 - arguments for _default
182 - $c->entrance removed for more flexibility
183 - added $c->req->method
184
1852.99_13 Sun Jan 30 18:00:00 2005
186 - POD fixes and improvements
187
1882.99_12 Fri Jan 28 22:00:00 2005
189 - first development release