Added CDBI helper and added some documentation
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
03a53815 34.01 Tue Mar 01 10:00:00 2005
4 - improved documentation
5
fc7ec1d9 64.00 Sun Feb 27 22:00:00 2005
7 - more verbose debug messages, especially for forward()
8 - implemented prefixed prvate actions, icluding built in
9 !?default, !?begin and !?end
10 - new Catalyst::Manual::Intro
11 - new helpers, bin/catalyst
12 - helper api
13
143.11 Wed Feb 23 21:00:00 2005
15 - added dependency to UNIVERSAL::require (Marcus Ramberg)
16 - added a little workaround for a warning in Catalyst::Test
17 (Marcus Ramberg)
18 - improved documentation for actions
19
203.10 Thu Feb 19 20:00:00 2005
21 - removed roles management from Catalyst::Engine
22 and added it to Catalyst::Plugin::Authentication::CDBI
23
243.04 Thu Feb 17 21:00:00 2005
25 - error reporting for app class
26 - no more engine debug messages
27 - class->method forwards get resolved now
28
293.03 Wed Feb 16 23:00:00 2005
30 - friendlier statistics
31
323.02 Wed Feb 16 22:00:00 2005
33 - fixed unintialized actions (Marcus Ramberg)
34
353.01 Wed Feb 16 20:30:00 2005
36 - better statistics
37
383.00 Wed Feb 16 20:00:00 2005
39 - real version number for CPAN.pm
40 - fixed redirect in CGI engine
41 - more statistics in debug logs
42 - ? prefix for forward()
43
442.99_15 Wed Feb 02 22:00:00 2005
45 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
46 - Replaced "Catched" with "Caught" in Catalyst::Engine
47 (Gary Ashton Jones)
48 - replaced _ with ! for private actions
49 - added ? for prefixed actions
50 - misc improvememts
51
522.99_14 Mon Jan 31 22:00:00 2005
53 - arguments for _default
54 - $c->entrance removed for more flexibility
55 - added $c->req->method
56
572.99_13 Sun Jan 30 18:00:00 2005
58 - POD fixes and improvements
59
602.99_12 Fri Jan 28 22:00:00 2005
61 - first development release