lalala
[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
ad41e777 6 - new helper api
0ea0c2c3 7
5ddd05a0 84.12 Wed Mar 02 11:00:00 2005
9 - server_base sucks, removed
9b2bc37b 10 - added $c->log->dump()
5ddd05a0 11
7833fdfc 124.11 Wed Mar 02 11:00:00 2005
13 - removed some warnings
14 - improved docs
7242d068 15 - private prefixed actions override private non prefixed actions
8495c1de 16 - added server_base
4a6895ce 17 - updated Catalyst::Manual::Intro
7833fdfc 18
194.10 Wed Mar 02 10:00:00 2005
20 - improved documentation
21 - fixed upload bug
22 - fixed prefixed private actions bug
23 - fixed more little bugs
24
03a53815 254.01 Tue Mar 01 10:00:00 2005
26 - improved documentation
d7c505f3 27 - documentation fixes (Johan Lindstrom)
03a53815 28
fc7ec1d9 294.00 Sun Feb 27 22:00:00 2005
30 - more verbose debug messages, especially for forward()
31 - implemented prefixed prvate actions, icluding built in
32 !?default, !?begin and !?end
33 - new Catalyst::Manual::Intro
34 - new helpers, bin/catalyst
35 - helper api
36
373.11 Wed Feb 23 21:00:00 2005
38 - added dependency to UNIVERSAL::require (Marcus Ramberg)
39 - added a little workaround for a warning in Catalyst::Test
40 (Marcus Ramberg)
41 - improved documentation for actions
42
433.10 Thu Feb 19 20:00:00 2005
44 - removed roles management from Catalyst::Engine
45 and added it to Catalyst::Plugin::Authentication::CDBI
46
473.04 Thu Feb 17 21:00:00 2005
48 - error reporting for app class
49 - no more engine debug messages
50 - class->method forwards get resolved now
51
523.03 Wed Feb 16 23:00:00 2005
53 - friendlier statistics
54
553.02 Wed Feb 16 22:00:00 2005
56 - fixed unintialized actions (Marcus Ramberg)
57
583.01 Wed Feb 16 20:30:00 2005
59 - better statistics
60
613.00 Wed Feb 16 20:00:00 2005
62 - real version number for CPAN.pm
63 - fixed redirect in CGI engine
64 - more statistics in debug logs
65 - ? prefix for forward()
66
672.99_15 Wed Feb 02 22:00:00 2005
68 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
69 - Replaced "Catched" with "Caught" in Catalyst::Engine
70 (Gary Ashton Jones)
71 - replaced _ with ! for private actions
72 - added ? for prefixed actions
73 - misc improvememts
74
752.99_14 Mon Jan 31 22:00:00 2005
76 - arguments for _default
77 - $c->entrance removed for more flexibility
78 - added $c->req->method
79
802.99_13 Sun Jan 30 18:00:00 2005
81 - POD fixes and improvements
82
832.99_12 Fri Jan 28 22:00:00 2005
84 - first development release