more docs
[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
1df125c9 5 - pod coverage test for helper generated apps
0ea0c2c3 6
5ddd05a0 74.12 Wed Mar 02 11:00:00 2005
8 - server_base sucks, removed
9b2bc37b 9 - added $c->log->dump()
5ddd05a0 10
7833fdfc 114.11 Wed Mar 02 11:00:00 2005
12 - removed some warnings
13 - improved docs
7242d068 14 - private prefixed actions override private non prefixed actions
8495c1de 15 - added server_base
4a6895ce 16 - updated Catalyst::Manual::Intro
7833fdfc 17
184.10 Wed Mar 02 10:00:00 2005
19 - improved documentation
20 - fixed upload bug
21 - fixed prefixed private actions bug
22 - fixed more little bugs
23
03a53815 244.01 Tue Mar 01 10:00:00 2005
25 - improved documentation
d7c505f3 26 - documentation fixes (Johan Lindstrom)
03a53815 27
fc7ec1d9 284.00 Sun Feb 27 22:00:00 2005
29 - more verbose debug messages, especially for forward()
30 - implemented prefixed prvate actions, icluding built in
31 !?default, !?begin and !?end
32 - new Catalyst::Manual::Intro
33 - new helpers, bin/catalyst
34 - helper api
35
363.11 Wed Feb 23 21:00:00 2005
37 - added dependency to UNIVERSAL::require (Marcus Ramberg)
38 - added a little workaround for a warning in Catalyst::Test
39 (Marcus Ramberg)
40 - improved documentation for actions
41
423.10 Thu Feb 19 20:00:00 2005
43 - removed roles management from Catalyst::Engine
44 and added it to Catalyst::Plugin::Authentication::CDBI
45
463.04 Thu Feb 17 21:00:00 2005
47 - error reporting for app class
48 - no more engine debug messages
49 - class->method forwards get resolved now
50
513.03 Wed Feb 16 23:00:00 2005
52 - friendlier statistics
53
543.02 Wed Feb 16 22:00:00 2005
55 - fixed unintialized actions (Marcus Ramberg)
56
573.01 Wed Feb 16 20:30:00 2005
58 - better statistics
59
603.00 Wed Feb 16 20:00:00 2005
61 - real version number for CPAN.pm
62 - fixed redirect in CGI engine
63 - more statistics in debug logs
64 - ? prefix for forward()
65
662.99_15 Wed Feb 02 22:00:00 2005
67 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
68 - Replaced "Catched" with "Caught" in Catalyst::Engine
69 (Gary Ashton Jones)
70 - replaced _ with ! for private actions
71 - added ? for prefixed actions
72 - misc improvememts
73
742.99_14 Mon Jan 31 22:00:00 2005
75 - arguments for _default
76 - $c->entrance removed for more flexibility
77 - added $c->req->method
78
792.99_13 Sun Jan 30 18:00:00 2005
80 - POD fixes and improvements
81
822.99_12 Fri Jan 28 22:00:00 2005
83 - first development release