doc patch from Andrew Ford
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 4.28  XXX XXX XX XX:00:00 2005
4         - fixed isa tree (Christian Hansen)
5         - Reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
6
7 4.27  Sat Mar 19 01:00:00 2005
8         - debug message for parameters
9         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
10         - some random fixes
11         - new helper api for Catalyst::Helper::* support
12           you have to update script/create.pl to use it
13
14 4.26  Wed Mar 16 10:00:00 2005
15         - fixed the weird bug that caused regex actions to fail on every
16           second request
17         - more debug messages
18         - 100% pod coverage.
19
20 4.25  Sat Mar 12 18:00:00 2005
21         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
22         - improved cgi engine docs (Christoper Hicks)
23
24 4.24  Sat Mar 12 01:00:00 2005
25         - updated cookbook example  
26         - fixed base for apache and https (Andrew Ruthven)
27         
28 4.23  Wed Mar 09 20:00:00 2005
29         - no more regex actions in forward
30         - added support for test directories t/m, t/v and t/c
31
32 4.22  Tue Mar 08 20:00:00 2005
33         - catch errors in application class
34         - handle die properly.
35
36 4.21  Sat Mar 05 17:00:00 2005
37         - fixed docs
38
39 4.20  Fri Mar 04 22:00:00 2005
40         - moved bin to script
41
42 4.13  Thu Mar 03 11:00:00 2005
43         - improved documentation
44         - pod coverage test for helper generated apps
45         - new helper api
46
47 4.12  Wed Mar 02 11:00:00 2005
48         - server_base sucks, removed
49         - added $c->log->dump()
50
51 4.11  Wed Mar 02 11:00:00 2005
52         - removed some warnings
53         - improved docs
54         - private prefixed actions override private non prefixed actions
55         - added server_base
56         - updated Catalyst::Manual::Intro
57
58 4.10  Wed Mar 02 10:00:00 2005
59         - improved documentation
60         - fixed upload bug
61         - fixed prefixed private actions bug
62         - fixed more little bugs
63
64 4.01  Tue Mar 01 10:00:00 2005
65         - improved documentation
66         - documentation fixes (Johan Lindstrom)
67
68 4.00  Sun Feb 27 22:00:00 2005
69         - more verbose debug messages, especially for forward()
70         - implemented prefixed prvate actions, icluding built in
71           !?default, !?begin and !?end
72         - new Catalyst::Manual::Intro
73         - new helpers, bin/catalyst
74         - helper api
75
76 3.11  Wed Feb 23 21:00:00 2005
77         - added dependency to UNIVERSAL::require (Marcus Ramberg)
78         - added a little workaround for a warning in Catalyst::Test
79           (Marcus Ramberg)
80         - improved documentation for actions
81
82 3.10  Thu Feb 19 20:00:00 2005
83         - removed roles management from Catalyst::Engine
84           and added it to Catalyst::Plugin::Authentication::CDBI
85
86 3.04  Thu Feb 17 21:00:00 2005
87         - error reporting for app class
88         - no more engine debug messages
89         - class->method forwards get resolved now
90
91 3.03  Wed Feb 16 23:00:00 2005
92         - friendlier statistics
93
94 3.02  Wed Feb 16 22:00:00 2005
95         - fixed unintialized actions (Marcus Ramberg)
96
97 3.01  Wed Feb 16 20:30:00 2005
98         - better statistics
99
100 3.00  Wed Feb 16 20:00:00 2005
101         - real version number for CPAN.pm
102         - fixed redirect in CGI engine
103         - more statistics in debug logs
104         - ? prefix for forward()
105
106 2.99_15  Wed Feb 02 22:00:00 2005
107         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
108         - Replaced "Catched" with "Caught" in Catalyst::Engine
109           (Gary Ashton Jones)
110         - replaced _ with ! for private actions
111         - added ? for prefixed actions
112         - misc improvememts
113
114 2.99_14  Mon Jan 31 22:00:00 2005
115         - arguments for _default
116         - $c->entrance removed for more flexibility
117         - added $c->req->method
118
119 2.99_13  Sun Jan 30 18:00:00 2005
120         - POD fixes and improvements
121
122 2.99_12  Fri Jan 28 22:00:00 2005
123         - first development release