$caller
[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)
6
caca1b02 74.32 Tue Mar 22 02:10:00 2005
8 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
9
8e9d0f75 104.31 Tue Mar 22 02:00:00 2005
1c99e125 11 - fixed inheritance (Christian Hansen)
c0d174dc 12 - previous release was borked!
13 fixed that, but you have to regenerate the scripts again :(
1c99e125 14
8e9d0f75 154.30 Mon Mar 21 23:00:00 2005
d2cad154 16 - more documentation (Andrew Ford)
0556eb49 17 - added connection informations (Christian Hansen)
49faa307 18 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 19 - moved cgi.pl to nph-cgi.pl
a0bb847e 20 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 21 - removed Catalyst::Test::server
22 - updated helper scripts
23 IMPORTANT: note that you have to regenerate script/server.pl,
24 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 25
41ba54f7 264.28 Sat Mar 19 22:00:00 2005
502619e5 27 - fixed isa tree (Christian Hansen)
bc024080 28 - added script/cgi-server.pl, so no more server restarting after
29 code changes
30 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 31
b5524568 324.27 Sat Mar 19 01:00:00 2005
c85ff642 33 - debug message for parameters
23f9d934 34 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 35 - some random fixes
36 - new helper api for Catalyst::Helper::* support
37 you have to update script/create.pl to use it
c85ff642 38
5783a9a5 394.26 Wed Mar 16 10:00:00 2005
40 - fixed the weird bug that caused regex actions to fail on every
41 second request
c85ff642 42 - more debug messages
748161c4 43 - 100% pod coverage.
5783a9a5 44
f1d0b7ea 454.25 Sat Mar 12 18:00:00 2005
46 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 47 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 48
92af75fc 494.24 Sat Mar 12 01:00:00 2005
aff93052 50 - updated cookbook example
5ae68c0d 51 - fixed base for apache and https (Andrew Ruthven)
aff93052 52
7e5adedd 534.23 Wed Mar 09 20:00:00 2005
54 - no more regex actions in forward
3cb1db8c 55 - added support for test directories t/m, t/v and t/c
7e5adedd 56
574.22 Tue Mar 08 20:00:00 2005
0b944e63 58 - catch errors in application class
aff93052 59 - handle die properly.
0b944e63 60
d01df17d 614.21 Sat Mar 05 17:00:00 2005
62 - fixed docs
63
644.20 Fri Mar 04 22:00:00 2005
91864987 65 - moved bin to script
66
0ea0c2c3 674.13 Thu Mar 03 11:00:00 2005
68 - improved documentation
1df125c9 69 - pod coverage test for helper generated apps
ad41e777 70 - new helper api
0ea0c2c3 71
5ddd05a0 724.12 Wed Mar 02 11:00:00 2005
73 - server_base sucks, removed
9b2bc37b 74 - added $c->log->dump()
5ddd05a0 75
7833fdfc 764.11 Wed Mar 02 11:00:00 2005
77 - removed some warnings
78 - improved docs
7242d068 79 - private prefixed actions override private non prefixed actions
8495c1de 80 - added server_base
4a6895ce 81 - updated Catalyst::Manual::Intro
7833fdfc 82
834.10 Wed Mar 02 10:00:00 2005
84 - improved documentation
85 - fixed upload bug
86 - fixed prefixed private actions bug
87 - fixed more little bugs
88
03a53815 894.01 Tue Mar 01 10:00:00 2005
90 - improved documentation
d7c505f3 91 - documentation fixes (Johan Lindstrom)
03a53815 92
fc7ec1d9 934.00 Sun Feb 27 22:00:00 2005
94 - more verbose debug messages, especially for forward()
95 - implemented prefixed prvate actions, icluding built in
96 !?default, !?begin and !?end
97 - new Catalyst::Manual::Intro
98 - new helpers, bin/catalyst
99 - helper api
100
1013.11 Wed Feb 23 21:00:00 2005
102 - added dependency to UNIVERSAL::require (Marcus Ramberg)
103 - added a little workaround for a warning in Catalyst::Test
104 (Marcus Ramberg)
105 - improved documentation for actions
106
1073.10 Thu Feb 19 20:00:00 2005
108 - removed roles management from Catalyst::Engine
109 and added it to Catalyst::Plugin::Authentication::CDBI
110
1113.04 Thu Feb 17 21:00:00 2005
112 - error reporting for app class
113 - no more engine debug messages
114 - class->method forwards get resolved now
115
1163.03 Wed Feb 16 23:00:00 2005
117 - friendlier statistics
118
1193.02 Wed Feb 16 22:00:00 2005
120 - fixed unintialized actions (Marcus Ramberg)
121
1223.01 Wed Feb 16 20:30:00 2005
123 - better statistics
124
1253.00 Wed Feb 16 20:00:00 2005
126 - real version number for CPAN.pm
127 - fixed redirect in CGI engine
128 - more statistics in debug logs
129 - ? prefix for forward()
130
1312.99_15 Wed Feb 02 22:00:00 2005
132 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
133 - Replaced "Catched" with "Caught" in Catalyst::Engine
134 (Gary Ashton Jones)
135 - replaced _ with ! for private actions
136 - added ? for prefixed actions
137 - misc improvememts
138
1392.99_14 Mon Jan 31 22:00:00 2005
140 - arguments for _default
141 - $c->entrance removed for more flexibility
142 - added $c->req->method
143
1442.99_13 Sun Jan 30 18:00:00 2005
145 - POD fixes and improvements
146
1472.99_12 Fri Jan 28 22:00:00 2005
148 - first development release