updated Intro.pod
[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
8495c1de 7 - added server_base
4a6895ce 8 - updated Catalyst::Manual::Intro
7833fdfc 9
104.10 Wed Mar 02 10:00:00 2005
11 - improved documentation
12 - fixed upload bug
13 - fixed prefixed private actions bug
14 - fixed more little bugs
15
03a53815 164.01 Tue Mar 01 10:00:00 2005
17 - improved documentation
d7c505f3 18 - documentation fixes (Johan Lindstrom)
03a53815 19
fc7ec1d9 204.00 Sun Feb 27 22:00:00 2005
21 - more verbose debug messages, especially for forward()
22 - implemented prefixed prvate actions, icluding built in
23 !?default, !?begin and !?end
24 - new Catalyst::Manual::Intro
25 - new helpers, bin/catalyst
26 - helper api
27
283.11 Wed Feb 23 21:00:00 2005
29 - added dependency to UNIVERSAL::require (Marcus Ramberg)
30 - added a little workaround for a warning in Catalyst::Test
31 (Marcus Ramberg)
32 - improved documentation for actions
33
343.10 Thu Feb 19 20:00:00 2005
35 - removed roles management from Catalyst::Engine
36 and added it to Catalyst::Plugin::Authentication::CDBI
37
383.04 Thu Feb 17 21:00:00 2005
39 - error reporting for app class
40 - no more engine debug messages
41 - class->method forwards get resolved now
42
433.03 Wed Feb 16 23:00:00 2005
44 - friendlier statistics
45
463.02 Wed Feb 16 22:00:00 2005
47 - fixed unintialized actions (Marcus Ramberg)
48
493.01 Wed Feb 16 20:30:00 2005
50 - better statistics
51
523.00 Wed Feb 16 20:00:00 2005
53 - real version number for CPAN.pm
54 - fixed redirect in CGI engine
55 - more statistics in debug logs
56 - ? prefix for forward()
57
582.99_15 Wed Feb 02 22:00:00 2005
59 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
60 - Replaced "Catched" with "Caught" in Catalyst::Engine
61 (Gary Ashton Jones)
62 - replaced _ with ! for private actions
63 - added ? for prefixed actions
64 - misc improvememts
65
662.99_14 Mon Jan 31 22:00:00 2005
67 - arguments for _default
68 - $c->entrance removed for more flexibility
69 - added $c->req->method
70
712.99_13 Sun Jan 30 18:00:00 2005
72 - POD fixes and improvements
73
742.99_12 Fri Jan 28 22:00:00 2005
75 - first development release