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