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