moved bin to script
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
91864987 34.20 Thu Mar 04 22:00:00 2005
4 - moved bin to script
5
0ea0c2c3 64.13 Thu Mar 03 11:00:00 2005
7 - improved documentation
1df125c9 8 - pod coverage test for helper generated apps
ad41e777 9 - new helper api
0ea0c2c3 10
5ddd05a0 114.12 Wed Mar 02 11:00:00 2005
12 - server_base sucks, removed
9b2bc37b 13 - added $c->log->dump()
5ddd05a0 14
7833fdfc 154.11 Wed Mar 02 11:00:00 2005
16 - removed some warnings
17 - improved docs
7242d068 18 - private prefixed actions override private non prefixed actions
8495c1de 19 - added server_base
4a6895ce 20 - updated Catalyst::Manual::Intro
7833fdfc 21
224.10 Wed Mar 02 10:00:00 2005
23 - improved documentation
24 - fixed upload bug
25 - fixed prefixed private actions bug
26 - fixed more little bugs
27
03a53815 284.01 Tue Mar 01 10:00:00 2005
29 - improved documentation
d7c505f3 30 - documentation fixes (Johan Lindstrom)
03a53815 31
fc7ec1d9 324.00 Sun Feb 27 22:00:00 2005
33 - more verbose debug messages, especially for forward()
34 - implemented prefixed prvate actions, icluding built in
35 !?default, !?begin and !?end
36 - new Catalyst::Manual::Intro
37 - new helpers, bin/catalyst
38 - helper api
39
403.11 Wed Feb 23 21:00:00 2005
41 - added dependency to UNIVERSAL::require (Marcus Ramberg)
42 - added a little workaround for a warning in Catalyst::Test
43 (Marcus Ramberg)
44 - improved documentation for actions
45
463.10 Thu Feb 19 20:00:00 2005
47 - removed roles management from Catalyst::Engine
48 and added it to Catalyst::Plugin::Authentication::CDBI
49
503.04 Thu Feb 17 21:00:00 2005
51 - error reporting for app class
52 - no more engine debug messages
53 - class->method forwards get resolved now
54
553.03 Wed Feb 16 23:00:00 2005
56 - friendlier statistics
57
583.02 Wed Feb 16 22:00:00 2005
59 - fixed unintialized actions (Marcus Ramberg)
60
613.01 Wed Feb 16 20:30:00 2005
62 - better statistics
63
643.00 Wed Feb 16 20:00:00 2005
65 - real version number for CPAN.pm
66 - fixed redirect in CGI engine
67 - more statistics in debug logs
68 - ? prefix for forward()
69
702.99_15 Wed Feb 02 22:00:00 2005
71 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
72 - Replaced "Catched" with "Caught" in Catalyst::Engine
73 (Gary Ashton Jones)
74 - replaced _ with ! for private actions
75 - added ? for prefixed actions
76 - misc improvememts
77
782.99_14 Mon Jan 31 22:00:00 2005
79 - arguments for _default
80 - $c->entrance removed for more flexibility
81 - added $c->req->method
82
832.99_13 Sun Jan 30 18:00:00 2005
84 - POD fixes and improvements
85
862.99_12 Fri Jan 28 22:00:00 2005
87 - first development release