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