New entries for the cookbook
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
5ddd05a0 34.12 Wed Mar 02 11:00:00 2005
4 - server_base sucks, removed
9b2bc37b 5 - added $c->log->dump()
5ddd05a0 6
7833fdfc 74.11 Wed Mar 02 11:00:00 2005
8 - removed some warnings
9 - improved docs
7242d068 10 - private prefixed actions override private non prefixed actions
8495c1de 11 - added server_base
4a6895ce 12 - updated Catalyst::Manual::Intro
7833fdfc 13
144.10 Wed Mar 02 10:00:00 2005
15 - improved documentation
16 - fixed upload bug
17 - fixed prefixed private actions bug
18 - fixed more little bugs
19
03a53815 204.01 Tue Mar 01 10:00:00 2005
21 - improved documentation
d7c505f3 22 - documentation fixes (Johan Lindstrom)
03a53815 23
fc7ec1d9 244.00 Sun Feb 27 22:00:00 2005
25 - more verbose debug messages, especially for forward()
26 - implemented prefixed prvate actions, icluding built in
27 !?default, !?begin and !?end
28 - new Catalyst::Manual::Intro
29 - new helpers, bin/catalyst
30 - helper api
31
323.11 Wed Feb 23 21:00:00 2005
33 - added dependency to UNIVERSAL::require (Marcus Ramberg)
34 - added a little workaround for a warning in Catalyst::Test
35 (Marcus Ramberg)
36 - improved documentation for actions
37
383.10 Thu Feb 19 20:00:00 2005
39 - removed roles management from Catalyst::Engine
40 and added it to Catalyst::Plugin::Authentication::CDBI
41
423.04 Thu Feb 17 21:00:00 2005
43 - error reporting for app class
44 - no more engine debug messages
45 - class->method forwards get resolved now
46
473.03 Wed Feb 16 23:00:00 2005
48 - friendlier statistics
49
503.02 Wed Feb 16 22:00:00 2005
51 - fixed unintialized actions (Marcus Ramberg)
52
533.01 Wed Feb 16 20:30:00 2005
54 - better statistics
55
563.00 Wed Feb 16 20:00:00 2005
57 - real version number for CPAN.pm
58 - fixed redirect in CGI engine
59 - more statistics in debug logs
60 - ? prefix for forward()
61
622.99_15 Wed Feb 02 22:00:00 2005
63 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
64 - Replaced "Catched" with "Caught" in Catalyst::Engine
65 (Gary Ashton Jones)
66 - replaced _ with ! for private actions
67 - added ? for prefixed actions
68 - misc improvememts
69
702.99_14 Mon Jan 31 22:00:00 2005
71 - arguments for _default
72 - $c->entrance removed for more flexibility
73 - added $c->req->method
74
752.99_13 Sun Jan 30 18:00:00 2005
76 - POD fixes and improvements
77
782.99_12 Fri Jan 28 22:00:00 2005
79 - first development release