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