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