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