now ok draven?
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
0b944e63 34.22 Tue Mar 09 20:00:00 2005
4 - catch errors in application class
5
d01df17d 64.21 Sat Mar 05 17:00:00 2005
7 - fixed docs
8
94.20 Fri Mar 04 22:00:00 2005
91864987 10 - moved bin to script
11
0ea0c2c3 124.13 Thu Mar 03 11:00:00 2005
13 - improved documentation
1df125c9 14 - pod coverage test for helper generated apps
ad41e777 15 - new helper api
0ea0c2c3 16
5ddd05a0 174.12 Wed Mar 02 11:00:00 2005
18 - server_base sucks, removed
9b2bc37b 19 - added $c->log->dump()
5ddd05a0 20
7833fdfc 214.11 Wed Mar 02 11:00:00 2005
22 - removed some warnings
23 - improved docs
7242d068 24 - private prefixed actions override private non prefixed actions
8495c1de 25 - added server_base
4a6895ce 26 - updated Catalyst::Manual::Intro
7833fdfc 27
284.10 Wed Mar 02 10:00:00 2005
29 - improved documentation
30 - fixed upload bug
31 - fixed prefixed private actions bug
32 - fixed more little bugs
33
03a53815 344.01 Tue Mar 01 10:00:00 2005
35 - improved documentation
d7c505f3 36 - documentation fixes (Johan Lindstrom)
03a53815 37
fc7ec1d9 384.00 Sun Feb 27 22:00:00 2005
39 - more verbose debug messages, especially for forward()
40 - implemented prefixed prvate actions, icluding built in
41 !?default, !?begin and !?end
42 - new Catalyst::Manual::Intro
43 - new helpers, bin/catalyst
44 - helper api
45
463.11 Wed Feb 23 21:00:00 2005
47 - added dependency to UNIVERSAL::require (Marcus Ramberg)
48 - added a little workaround for a warning in Catalyst::Test
49 (Marcus Ramberg)
50 - improved documentation for actions
51
523.10 Thu Feb 19 20:00:00 2005
53 - removed roles management from Catalyst::Engine
54 and added it to Catalyst::Plugin::Authentication::CDBI
55
563.04 Thu Feb 17 21:00:00 2005
57 - error reporting for app class
58 - no more engine debug messages
59 - class->method forwards get resolved now
60
613.03 Wed Feb 16 23:00:00 2005
62 - friendlier statistics
63
643.02 Wed Feb 16 22:00:00 2005
65 - fixed unintialized actions (Marcus Ramberg)
66
673.01 Wed Feb 16 20:30:00 2005
68 - better statistics
69
703.00 Wed Feb 16 20:00:00 2005
71 - real version number for CPAN.pm
72 - fixed redirect in CGI engine
73 - more statistics in debug logs
74 - ? prefix for forward()
75
762.99_15 Wed Feb 02 22:00:00 2005
77 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
78 - Replaced "Catched" with "Caught" in Catalyst::Engine
79 (Gary Ashton Jones)
80 - replaced _ with ! for private actions
81 - added ? for prefixed actions
82 - misc improvememts
83
842.99_14 Mon Jan 31 22:00:00 2005
85 - arguments for _default
86 - $c->entrance removed for more flexibility
87 - added $c->req->method
88
892.99_13 Sun Jan 30 18:00:00 2005
90 - POD fixes and improvements
91
922.99_12 Fri Jan 28 22:00:00 2005
93 - first development release