updated cookbook.
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
aff93052 24.24 Xxx Mar 00 00:00:00 2005
3 - updated cookbook example
4
7e5adedd 54.23 Wed Mar 09 20:00:00 2005
6 - no more regex actions in forward
3cb1db8c 7 - added support for test directories t/m, t/v and t/c
7e5adedd 8
94.22 Tue Mar 08 20:00:00 2005
0b944e63 10 - catch errors in application class
aff93052 11 - handle die properly.
0b944e63 12
d01df17d 134.21 Sat Mar 05 17:00:00 2005
14 - fixed docs
15
164.20 Fri Mar 04 22:00:00 2005
91864987 17 - moved bin to script
18
0ea0c2c3 194.13 Thu Mar 03 11:00:00 2005
20 - improved documentation
1df125c9 21 - pod coverage test for helper generated apps
ad41e777 22 - new helper api
0ea0c2c3 23
5ddd05a0 244.12 Wed Mar 02 11:00:00 2005
25 - server_base sucks, removed
9b2bc37b 26 - added $c->log->dump()
5ddd05a0 27
7833fdfc 284.11 Wed Mar 02 11:00:00 2005
29 - removed some warnings
30 - improved docs
7242d068 31 - private prefixed actions override private non prefixed actions
8495c1de 32 - added server_base
4a6895ce 33 - updated Catalyst::Manual::Intro
7833fdfc 34
354.10 Wed Mar 02 10:00:00 2005
36 - improved documentation
37 - fixed upload bug
38 - fixed prefixed private actions bug
39 - fixed more little bugs
40
03a53815 414.01 Tue Mar 01 10:00:00 2005
42 - improved documentation
d7c505f3 43 - documentation fixes (Johan Lindstrom)
03a53815 44
fc7ec1d9 454.00 Sun Feb 27 22:00:00 2005
46 - more verbose debug messages, especially for forward()
47 - implemented prefixed prvate actions, icluding built in
48 !?default, !?begin and !?end
49 - new Catalyst::Manual::Intro
50 - new helpers, bin/catalyst
51 - helper api
52
533.11 Wed Feb 23 21:00:00 2005
54 - added dependency to UNIVERSAL::require (Marcus Ramberg)
55 - added a little workaround for a warning in Catalyst::Test
56 (Marcus Ramberg)
57 - improved documentation for actions
58
593.10 Thu Feb 19 20:00:00 2005
60 - removed roles management from Catalyst::Engine
61 and added it to Catalyst::Plugin::Authentication::CDBI
62
633.04 Thu Feb 17 21:00:00 2005
64 - error reporting for app class
65 - no more engine debug messages
66 - class->method forwards get resolved now
67
683.03 Wed Feb 16 23:00:00 2005
69 - friendlier statistics
70
713.02 Wed Feb 16 22:00:00 2005
72 - fixed unintialized actions (Marcus Ramberg)
73
743.01 Wed Feb 16 20:30:00 2005
75 - better statistics
76
773.00 Wed Feb 16 20:00:00 2005
78 - real version number for CPAN.pm
79 - fixed redirect in CGI engine
80 - more statistics in debug logs
81 - ? prefix for forward()
82
832.99_15 Wed Feb 02 22:00:00 2005
84 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
85 - Replaced "Catched" with "Caught" in Catalyst::Engine
86 (Gary Ashton Jones)
87 - replaced _ with ! for private actions
88 - added ? for prefixed actions
89 - misc improvememts
90
912.99_14 Mon Jan 31 22:00:00 2005
92 - arguments for _default
93 - $c->entrance removed for more flexibility
94 - added $c->req->method
95
962.99_13 Sun Jan 30 18:00:00 2005
97 - POD fixes and improvements
98
992.99_12 Fri Jan 28 22:00:00 2005
100 - first development release