expanded internals doc
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
e519ff34 34.35 xxx
4 - added call to $class->import in import sub in Catalyst::Test
5
af69117b 64.34 Wed Mar 23 07:00:00 2005
9ada3267 7 - added some messages to Makefile.PL
00869ea8 8 - added Catalyst::Engine::Test
9 - added Catalyst::Engine::CGI::NPH
10 - simplified Catalyst::Log to be easier to implement/subclass
11 - added cgi.pl
12 - updated Catalyst::Log to use Catalyst::Engine::Test
13 - updated helper scripts
14 IMPORTANT: this will be the last time you'll have to regenerate
15 the script directory. We promise!
9ada3267 16
5442009c 174.33 Wed Mar 23 01:00:00 2005
145074c2 18 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 19 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 20 - removed cgi-server.pl
ffb41d94 21 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 22 - fixed an undef durng make test (Dan Sully)
5442009c 23 - new path test (Christian Hansen)
24 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 25
caca1b02 264.32 Tue Mar 22 02:10:00 2005
27 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
28
8e9d0f75 294.31 Tue Mar 22 02:00:00 2005
1c99e125 30 - fixed inheritance (Christian Hansen)
c0d174dc 31 - previous release was borked!
32 fixed that, but you have to regenerate the scripts again :(
1c99e125 33
8e9d0f75 344.30 Mon Mar 21 23:00:00 2005
d2cad154 35 - more documentation (Andrew Ford)
0556eb49 36 - added connection informations (Christian Hansen)
49faa307 37 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 38 - moved cgi.pl to nph-cgi.pl
a0bb847e 39 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 40 - removed Catalyst::Test::server
41 - updated helper scripts
42 IMPORTANT: note that you have to regenerate script/server.pl,
43 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 44
41ba54f7 454.28 Sat Mar 19 22:00:00 2005
502619e5 46 - fixed isa tree (Christian Hansen)
bc024080 47 - added script/cgi-server.pl, so no more server restarting after
48 code changes
49 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 50
b5524568 514.27 Sat Mar 19 01:00:00 2005
c85ff642 52 - debug message for parameters
23f9d934 53 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 54 - some random fixes
55 - new helper api for Catalyst::Helper::* support
56 you have to update script/create.pl to use it
c85ff642 57
5783a9a5 584.26 Wed Mar 16 10:00:00 2005
59 - fixed the weird bug that caused regex actions to fail on every
60 second request
c85ff642 61 - more debug messages
748161c4 62 - 100% pod coverage.
5783a9a5 63
f1d0b7ea 644.25 Sat Mar 12 18:00:00 2005
65 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 66 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 67
92af75fc 684.24 Sat Mar 12 01:00:00 2005
aff93052 69 - updated cookbook example
5ae68c0d 70 - fixed base for apache and https (Andrew Ruthven)
aff93052 71
7e5adedd 724.23 Wed Mar 09 20:00:00 2005
73 - no more regex actions in forward
3cb1db8c 74 - added support for test directories t/m, t/v and t/c
7e5adedd 75
764.22 Tue Mar 08 20:00:00 2005
0b944e63 77 - catch errors in application class
aff93052 78 - handle die properly.
0b944e63 79
d01df17d 804.21 Sat Mar 05 17:00:00 2005
81 - fixed docs
82
834.20 Fri Mar 04 22:00:00 2005
91864987 84 - moved bin to script
85
0ea0c2c3 864.13 Thu Mar 03 11:00:00 2005
87 - improved documentation
1df125c9 88 - pod coverage test for helper generated apps
ad41e777 89 - new helper api
0ea0c2c3 90
5ddd05a0 914.12 Wed Mar 02 11:00:00 2005
92 - server_base sucks, removed
9b2bc37b 93 - added $c->log->dump()
5ddd05a0 94
7833fdfc 954.11 Wed Mar 02 11:00:00 2005
96 - removed some warnings
97 - improved docs
7242d068 98 - private prefixed actions override private non prefixed actions
8495c1de 99 - added server_base
4a6895ce 100 - updated Catalyst::Manual::Intro
7833fdfc 101
1024.10 Wed Mar 02 10:00:00 2005
103 - improved documentation
104 - fixed upload bug
105 - fixed prefixed private actions bug
106 - fixed more little bugs
107
03a53815 1084.01 Tue Mar 01 10:00:00 2005
109 - improved documentation
d7c505f3 110 - documentation fixes (Johan Lindstrom)
03a53815 111
fc7ec1d9 1124.00 Sun Feb 27 22:00:00 2005
113 - more verbose debug messages, especially for forward()
114 - implemented prefixed prvate actions, icluding built in
115 !?default, !?begin and !?end
116 - new Catalyst::Manual::Intro
117 - new helpers, bin/catalyst
118 - helper api
119
1203.11 Wed Feb 23 21:00:00 2005
121 - added dependency to UNIVERSAL::require (Marcus Ramberg)
122 - added a little workaround for a warning in Catalyst::Test
123 (Marcus Ramberg)
124 - improved documentation for actions
125
1263.10 Thu Feb 19 20:00:00 2005
127 - removed roles management from Catalyst::Engine
128 and added it to Catalyst::Plugin::Authentication::CDBI
129
1303.04 Thu Feb 17 21:00:00 2005
131 - error reporting for app class
132 - no more engine debug messages
133 - class->method forwards get resolved now
134
1353.03 Wed Feb 16 23:00:00 2005
136 - friendlier statistics
137
1383.02 Wed Feb 16 22:00:00 2005
139 - fixed unintialized actions (Marcus Ramberg)
140
1413.01 Wed Feb 16 20:30:00 2005
142 - better statistics
143
1443.00 Wed Feb 16 20:00:00 2005
145 - real version number for CPAN.pm
146 - fixed redirect in CGI engine
147 - more statistics in debug logs
148 - ? prefix for forward()
149
1502.99_15 Wed Feb 02 22:00:00 2005
151 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
152 - Replaced "Catched" with "Caught" in Catalyst::Engine
153 (Gary Ashton Jones)
154 - replaced _ with ! for private actions
155 - added ? for prefixed actions
156 - misc improvememts
157
1582.99_14 Mon Jan 31 22:00:00 2005
159 - arguments for _default
160 - $c->entrance removed for more flexibility
161 - added $c->req->method
162
1632.99_13 Sun Jan 30 18:00:00 2005
164 - POD fixes and improvements
165
1662.99_12 Fri Jan 28 22:00:00 2005
167 - first development release