debug message for params
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
c85ff642 34.27 Wed Mar 16 20:00:00 2005
4 - debug message for parameters
5
5783a9a5 64.26 Wed Mar 16 10:00:00 2005
7 - fixed the weird bug that caused regex actions to fail on every
8 second request
c85ff642 9 - more debug messages
748161c4 10 - 100% pod coverage.
5783a9a5 11
f1d0b7ea 124.25 Sat Mar 12 18:00:00 2005
13 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 14 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 15
92af75fc 164.24 Sat Mar 12 01:00:00 2005
aff93052 17 - updated cookbook example
5ae68c0d 18 - fixed base for apache and https (Andrew Ruthven)
aff93052 19
7e5adedd 204.23 Wed Mar 09 20:00:00 2005
21 - no more regex actions in forward
3cb1db8c 22 - added support for test directories t/m, t/v and t/c
7e5adedd 23
244.22 Tue Mar 08 20:00:00 2005
0b944e63 25 - catch errors in application class
aff93052 26 - handle die properly.
0b944e63 27
d01df17d 284.21 Sat Mar 05 17:00:00 2005
29 - fixed docs
30
314.20 Fri Mar 04 22:00:00 2005
91864987 32 - moved bin to script
33
0ea0c2c3 344.13 Thu Mar 03 11:00:00 2005
35 - improved documentation
1df125c9 36 - pod coverage test for helper generated apps
ad41e777 37 - new helper api
0ea0c2c3 38
5ddd05a0 394.12 Wed Mar 02 11:00:00 2005
40 - server_base sucks, removed
9b2bc37b 41 - added $c->log->dump()
5ddd05a0 42
7833fdfc 434.11 Wed Mar 02 11:00:00 2005
44 - removed some warnings
45 - improved docs
7242d068 46 - private prefixed actions override private non prefixed actions
8495c1de 47 - added server_base
4a6895ce 48 - updated Catalyst::Manual::Intro
7833fdfc 49
504.10 Wed Mar 02 10:00:00 2005
51 - improved documentation
52 - fixed upload bug
53 - fixed prefixed private actions bug
54 - fixed more little bugs
55
03a53815 564.01 Tue Mar 01 10:00:00 2005
57 - improved documentation
d7c505f3 58 - documentation fixes (Johan Lindstrom)
03a53815 59
fc7ec1d9 604.00 Sun Feb 27 22:00:00 2005
61 - more verbose debug messages, especially for forward()
62 - implemented prefixed prvate actions, icluding built in
63 !?default, !?begin and !?end
64 - new Catalyst::Manual::Intro
65 - new helpers, bin/catalyst
66 - helper api
67
683.11 Wed Feb 23 21:00:00 2005
69 - added dependency to UNIVERSAL::require (Marcus Ramberg)
70 - added a little workaround for a warning in Catalyst::Test
71 (Marcus Ramberg)
72 - improved documentation for actions
73
743.10 Thu Feb 19 20:00:00 2005
75 - removed roles management from Catalyst::Engine
76 and added it to Catalyst::Plugin::Authentication::CDBI
77
783.04 Thu Feb 17 21:00:00 2005
79 - error reporting for app class
80 - no more engine debug messages
81 - class->method forwards get resolved now
82
833.03 Wed Feb 16 23:00:00 2005
84 - friendlier statistics
85
863.02 Wed Feb 16 22:00:00 2005
87 - fixed unintialized actions (Marcus Ramberg)
88
893.01 Wed Feb 16 20:30:00 2005
90 - better statistics
91
923.00 Wed Feb 16 20:00:00 2005
93 - real version number for CPAN.pm
94 - fixed redirect in CGI engine
95 - more statistics in debug logs
96 - ? prefix for forward()
97
982.99_15 Wed Feb 02 22:00:00 2005
99 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
100 - Replaced "Catched" with "Caught" in Catalyst::Engine
101 (Gary Ashton Jones)
102 - replaced _ with ! for private actions
103 - added ? for prefixed actions
104 - misc improvememts
105
1062.99_14 Mon Jan 31 22:00:00 2005
107 - arguments for _default
108 - $c->entrance removed for more flexibility
109 - added $c->req->method
110
1112.99_13 Sun Jan 30 18:00:00 2005
112 - POD fixes and improvements
113
1142.99_12 Fri Jan 28 22:00:00 2005
115 - first development release