private prefixed actions override private actions
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
7833fdfc 34.11 Wed Mar 02 11:00:00 2005
4 - removed some warnings
5 - improved docs
7242d068 6 - private prefixed actions override private non prefixed actions
7833fdfc 7
84.10 Wed Mar 02 10:00:00 2005
9 - improved documentation
10 - fixed upload bug
11 - fixed prefixed private actions bug
12 - fixed more little bugs
13
03a53815 144.01 Tue Mar 01 10:00:00 2005
15 - improved documentation
d7c505f3 16 - documentation fixes (Johan Lindstrom)
03a53815 17
fc7ec1d9 184.00 Sun Feb 27 22:00:00 2005
19 - more verbose debug messages, especially for forward()
20 - implemented prefixed prvate actions, icluding built in
21 !?default, !?begin and !?end
22 - new Catalyst::Manual::Intro
23 - new helpers, bin/catalyst
24 - helper api
25
263.11 Wed Feb 23 21:00:00 2005
27 - added dependency to UNIVERSAL::require (Marcus Ramberg)
28 - added a little workaround for a warning in Catalyst::Test
29 (Marcus Ramberg)
30 - improved documentation for actions
31
323.10 Thu Feb 19 20:00:00 2005
33 - removed roles management from Catalyst::Engine
34 and added it to Catalyst::Plugin::Authentication::CDBI
35
363.04 Thu Feb 17 21:00:00 2005
37 - error reporting for app class
38 - no more engine debug messages
39 - class->method forwards get resolved now
40
413.03 Wed Feb 16 23:00:00 2005
42 - friendlier statistics
43
443.02 Wed Feb 16 22:00:00 2005
45 - fixed unintialized actions (Marcus Ramberg)
46
473.01 Wed Feb 16 20:30:00 2005
48 - better statistics
49
503.00 Wed Feb 16 20:00:00 2005
51 - real version number for CPAN.pm
52 - fixed redirect in CGI engine
53 - more statistics in debug logs
54 - ? prefix for forward()
55
562.99_15 Wed Feb 02 22:00:00 2005
57 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
58 - Replaced "Catched" with "Caught" in Catalyst::Engine
59 (Gary Ashton Jones)
60 - replaced _ with ! for private actions
61 - added ? for prefixed actions
62 - misc improvememts
63
642.99_14 Mon Jan 31 22:00:00 2005
65 - arguments for _default
66 - $c->entrance removed for more flexibility
67 - added $c->req->method
68
692.99_13 Sun Jan 30 18:00:00 2005
70 - POD fixes and improvements
71
722.99_12 Fri Jan 28 22:00:00 2005
73 - first development release