Added Auth::CDBI cookbook entry
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
d01df17d 34.21 Sat Mar 05 17:00:00 2005
4 - fixed docs
5
64.20 Fri Mar 04 22:00:00 2005
91864987 7 - moved bin to script
8
0ea0c2c3 94.13 Thu Mar 03 11:00:00 2005
10 - improved documentation
1df125c9 11 - pod coverage test for helper generated apps
ad41e777 12 - new helper api
0ea0c2c3 13
5ddd05a0 144.12 Wed Mar 02 11:00:00 2005
15 - server_base sucks, removed
9b2bc37b 16 - added $c->log->dump()
5ddd05a0 17
7833fdfc 184.11 Wed Mar 02 11:00:00 2005
19 - removed some warnings
20 - improved docs
7242d068 21 - private prefixed actions override private non prefixed actions
8495c1de 22 - added server_base
4a6895ce 23 - updated Catalyst::Manual::Intro
7833fdfc 24
254.10 Wed Mar 02 10:00:00 2005
26 - improved documentation
27 - fixed upload bug
28 - fixed prefixed private actions bug
29 - fixed more little bugs
30
03a53815 314.01 Tue Mar 01 10:00:00 2005
32 - improved documentation
d7c505f3 33 - documentation fixes (Johan Lindstrom)
03a53815 34
fc7ec1d9 354.00 Sun Feb 27 22:00:00 2005
36 - more verbose debug messages, especially for forward()
37 - implemented prefixed prvate actions, icluding built in
38 !?default, !?begin and !?end
39 - new Catalyst::Manual::Intro
40 - new helpers, bin/catalyst
41 - helper api
42
433.11 Wed Feb 23 21:00:00 2005
44 - added dependency to UNIVERSAL::require (Marcus Ramberg)
45 - added a little workaround for a warning in Catalyst::Test
46 (Marcus Ramberg)
47 - improved documentation for actions
48
493.10 Thu Feb 19 20:00:00 2005
50 - removed roles management from Catalyst::Engine
51 and added it to Catalyst::Plugin::Authentication::CDBI
52
533.04 Thu Feb 17 21:00:00 2005
54 - error reporting for app class
55 - no more engine debug messages
56 - class->method forwards get resolved now
57
583.03 Wed Feb 16 23:00:00 2005
59 - friendlier statistics
60
613.02 Wed Feb 16 22:00:00 2005
62 - fixed unintialized actions (Marcus Ramberg)
63
643.01 Wed Feb 16 20:30:00 2005
65 - better statistics
66
673.00 Wed Feb 16 20:00:00 2005
68 - real version number for CPAN.pm
69 - fixed redirect in CGI engine
70 - more statistics in debug logs
71 - ? prefix for forward()
72
732.99_15 Wed Feb 02 22:00:00 2005
74 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
75 - Replaced "Catched" with "Caught" in Catalyst::Engine
76 (Gary Ashton Jones)
77 - replaced _ with ! for private actions
78 - added ? for prefixed actions
79 - misc improvememts
80
812.99_14 Mon Jan 31 22:00:00 2005
82 - arguments for _default
83 - $c->entrance removed for more flexibility
84 - added $c->req->method
85
862.99_13 Sun Jan 30 18:00:00 2005
87 - POD fixes and improvements
88
892.99_12 Fri Jan 28 22:00:00 2005
90 - first development release