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