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