added fcgi.pl
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
82d2fcbe 34.32 xxx
145074c2 4 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 5 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 6 - removed cgi-server.pl
cb8d90e5 7 - added fcgi.pl
82d2fcbe 8
caca1b02 94.32 Tue Mar 22 02:10:00 2005
10 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
11
8e9d0f75 124.31 Tue Mar 22 02:00:00 2005
1c99e125 13 - fixed inheritance (Christian Hansen)
c0d174dc 14 - previous release was borked!
15 fixed that, but you have to regenerate the scripts again :(
1c99e125 16
8e9d0f75 174.30 Mon Mar 21 23:00:00 2005
d2cad154 18 - more documentation (Andrew Ford)
0556eb49 19 - added connection informations (Christian Hansen)
49faa307 20 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 21 - moved cgi.pl to nph-cgi.pl
a0bb847e 22 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 23 - removed Catalyst::Test::server
24 - updated helper scripts
25 IMPORTANT: note that you have to regenerate script/server.pl,
26 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 27
41ba54f7 284.28 Sat Mar 19 22:00:00 2005
502619e5 29 - fixed isa tree (Christian Hansen)
bc024080 30 - added script/cgi-server.pl, so no more server restarting after
31 code changes
32 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 33
b5524568 344.27 Sat Mar 19 01:00:00 2005
c85ff642 35 - debug message for parameters
23f9d934 36 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 37 - some random fixes
38 - new helper api for Catalyst::Helper::* support
39 you have to update script/create.pl to use it
c85ff642 40
5783a9a5 414.26 Wed Mar 16 10:00:00 2005
42 - fixed the weird bug that caused regex actions to fail on every
43 second request
c85ff642 44 - more debug messages
748161c4 45 - 100% pod coverage.
5783a9a5 46
f1d0b7ea 474.25 Sat Mar 12 18:00:00 2005
48 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 49 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 50
92af75fc 514.24 Sat Mar 12 01:00:00 2005
aff93052 52 - updated cookbook example
5ae68c0d 53 - fixed base for apache and https (Andrew Ruthven)
aff93052 54
7e5adedd 554.23 Wed Mar 09 20:00:00 2005
56 - no more regex actions in forward
3cb1db8c 57 - added support for test directories t/m, t/v and t/c
7e5adedd 58
594.22 Tue Mar 08 20:00:00 2005
0b944e63 60 - catch errors in application class
aff93052 61 - handle die properly.
0b944e63 62
d01df17d 634.21 Sat Mar 05 17:00:00 2005
64 - fixed docs
65
664.20 Fri Mar 04 22:00:00 2005
91864987 67 - moved bin to script
68
0ea0c2c3 694.13 Thu Mar 03 11:00:00 2005
70 - improved documentation
1df125c9 71 - pod coverage test for helper generated apps
ad41e777 72 - new helper api
0ea0c2c3 73
5ddd05a0 744.12 Wed Mar 02 11:00:00 2005
75 - server_base sucks, removed
9b2bc37b 76 - added $c->log->dump()
5ddd05a0 77
7833fdfc 784.11 Wed Mar 02 11:00:00 2005
79 - removed some warnings
80 - improved docs
7242d068 81 - private prefixed actions override private non prefixed actions
8495c1de 82 - added server_base
4a6895ce 83 - updated Catalyst::Manual::Intro
7833fdfc 84
854.10 Wed Mar 02 10:00:00 2005
86 - improved documentation
87 - fixed upload bug
88 - fixed prefixed private actions bug
89 - fixed more little bugs
90
03a53815 914.01 Tue Mar 01 10:00:00 2005
92 - improved documentation
d7c505f3 93 - documentation fixes (Johan Lindstrom)
03a53815 94
fc7ec1d9 954.00 Sun Feb 27 22:00:00 2005
96 - more verbose debug messages, especially for forward()
97 - implemented prefixed prvate actions, icluding built in
98 !?default, !?begin and !?end
99 - new Catalyst::Manual::Intro
100 - new helpers, bin/catalyst
101 - helper api
102
1033.11 Wed Feb 23 21:00:00 2005
104 - added dependency to UNIVERSAL::require (Marcus Ramberg)
105 - added a little workaround for a warning in Catalyst::Test
106 (Marcus Ramberg)
107 - improved documentation for actions
108
1093.10 Thu Feb 19 20:00:00 2005
110 - removed roles management from Catalyst::Engine
111 and added it to Catalyst::Plugin::Authentication::CDBI
112
1133.04 Thu Feb 17 21:00:00 2005
114 - error reporting for app class
115 - no more engine debug messages
116 - class->method forwards get resolved now
117
1183.03 Wed Feb 16 23:00:00 2005
119 - friendlier statistics
120
1213.02 Wed Feb 16 22:00:00 2005
122 - fixed unintialized actions (Marcus Ramberg)
123
1243.01 Wed Feb 16 20:30:00 2005
125 - better statistics
126
1273.00 Wed Feb 16 20:00:00 2005
128 - real version number for CPAN.pm
129 - fixed redirect in CGI engine
130 - more statistics in debug logs
131 - ? prefix for forward()
132
1332.99_15 Wed Feb 02 22:00:00 2005
134 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
135 - Replaced "Catched" with "Caught" in Catalyst::Engine
136 (Gary Ashton Jones)
137 - replaced _ with ! for private actions
138 - added ? for prefixed actions
139 - misc improvememts
140
1412.99_14 Mon Jan 31 22:00:00 2005
142 - arguments for _default
143 - $c->entrance removed for more flexibility
144 - added $c->req->method
145
1462.99_13 Sun Jan 30 18:00:00 2005
147 - POD fixes and improvements
148
1492.99_12 Fri Jan 28 22:00:00 2005
150 - first development release