server_base sucks
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
5ddd05a0 34.12 Wed Mar 02 11:00:00 2005
4 - server_base sucks, removed
5
7833fdfc 64.11 Wed Mar 02 11:00:00 2005
7 - removed some warnings
8 - improved docs
7242d068 9 - private prefixed actions override private non prefixed actions
8495c1de 10 - added server_base
4a6895ce 11 - updated Catalyst::Manual::Intro
7833fdfc 12
134.10 Wed Mar 02 10:00:00 2005
14 - improved documentation
15 - fixed upload bug
16 - fixed prefixed private actions bug
17 - fixed more little bugs
18
03a53815 194.01 Tue Mar 01 10:00:00 2005
20 - improved documentation
d7c505f3 21 - documentation fixes (Johan Lindstrom)
03a53815 22
fc7ec1d9 234.00 Sun Feb 27 22:00:00 2005
24 - more verbose debug messages, especially for forward()
25 - implemented prefixed prvate actions, icluding built in
26 !?default, !?begin and !?end
27 - new Catalyst::Manual::Intro
28 - new helpers, bin/catalyst
29 - helper api
30
313.11 Wed Feb 23 21:00:00 2005
32 - added dependency to UNIVERSAL::require (Marcus Ramberg)
33 - added a little workaround for a warning in Catalyst::Test
34 (Marcus Ramberg)
35 - improved documentation for actions
36
373.10 Thu Feb 19 20:00:00 2005
38 - removed roles management from Catalyst::Engine
39 and added it to Catalyst::Plugin::Authentication::CDBI
40
413.04 Thu Feb 17 21:00:00 2005
42 - error reporting for app class
43 - no more engine debug messages
44 - class->method forwards get resolved now
45
463.03 Wed Feb 16 23:00:00 2005
47 - friendlier statistics
48
493.02 Wed Feb 16 22:00:00 2005
50 - fixed unintialized actions (Marcus Ramberg)
51
523.01 Wed Feb 16 20:30:00 2005
53 - better statistics
54
553.00 Wed Feb 16 20:00:00 2005
56 - real version number for CPAN.pm
57 - fixed redirect in CGI engine
58 - more statistics in debug logs
59 - ? prefix for forward()
60
612.99_15 Wed Feb 02 22:00:00 2005
62 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
63 - Replaced "Catched" with "Caught" in Catalyst::Engine
64 (Gary Ashton Jones)
65 - replaced _ with ! for private actions
66 - added ? for prefixed actions
67 - misc improvememts
68
692.99_14 Mon Jan 31 22:00:00 2005
70 - arguments for _default
71 - $c->entrance removed for more flexibility
72 - added $c->req->method
73
742.99_13 Sun Jan 30 18:00:00 2005
75 - POD fixes and improvements
76
772.99_12 Fri Jan 28 22:00:00 2005
78 - first development release