release
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
8e9d0f75 34.31 Tue Mar 22 02:00:00 2005
1c99e125 4 - fixed inheritance (Christian Hansen)
c0d174dc 5 - previous release was borked!
6 fixed that, but you have to regenerate the scripts again :(
1c99e125 7
8e9d0f75 84.30 Mon Mar 21 23:00:00 2005
d2cad154 9 - more documentation (Andrew Ford)
0556eb49 10 - added connection informations (Christian Hansen)
49faa307 11 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 12 - moved cgi.pl to nph-cgi.pl
a0bb847e 13 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 14 - removed Catalyst::Test::server
15 - updated helper scripts
16 IMPORTANT: note that you have to regenerate script/server.pl,
17 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 18
41ba54f7 194.28 Sat Mar 19 22:00:00 2005
502619e5 20 - fixed isa tree (Christian Hansen)
bc024080 21 - added script/cgi-server.pl, so no more server restarting after
22 code changes
23 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 24
b5524568 254.27 Sat Mar 19 01:00:00 2005
c85ff642 26 - debug message for parameters
23f9d934 27 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 28 - some random fixes
29 - new helper api for Catalyst::Helper::* support
30 you have to update script/create.pl to use it
c85ff642 31
5783a9a5 324.26 Wed Mar 16 10:00:00 2005
33 - fixed the weird bug that caused regex actions to fail on every
34 second request
c85ff642 35 - more debug messages
748161c4 36 - 100% pod coverage.
5783a9a5 37
f1d0b7ea 384.25 Sat Mar 12 18:00:00 2005
39 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 40 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 41
92af75fc 424.24 Sat Mar 12 01:00:00 2005
aff93052 43 - updated cookbook example
5ae68c0d 44 - fixed base for apache and https (Andrew Ruthven)
aff93052 45
7e5adedd 464.23 Wed Mar 09 20:00:00 2005
47 - no more regex actions in forward
3cb1db8c 48 - added support for test directories t/m, t/v and t/c
7e5adedd 49
504.22 Tue Mar 08 20:00:00 2005
0b944e63 51 - catch errors in application class
aff93052 52 - handle die properly.
0b944e63 53
d01df17d 544.21 Sat Mar 05 17:00:00 2005
55 - fixed docs
56
574.20 Fri Mar 04 22:00:00 2005
91864987 58 - moved bin to script
59
0ea0c2c3 604.13 Thu Mar 03 11:00:00 2005
61 - improved documentation
1df125c9 62 - pod coverage test for helper generated apps
ad41e777 63 - new helper api
0ea0c2c3 64
5ddd05a0 654.12 Wed Mar 02 11:00:00 2005
66 - server_base sucks, removed
9b2bc37b 67 - added $c->log->dump()
5ddd05a0 68
7833fdfc 694.11 Wed Mar 02 11:00:00 2005
70 - removed some warnings
71 - improved docs
7242d068 72 - private prefixed actions override private non prefixed actions
8495c1de 73 - added server_base
4a6895ce 74 - updated Catalyst::Manual::Intro
7833fdfc 75
764.10 Wed Mar 02 10:00:00 2005
77 - improved documentation
78 - fixed upload bug
79 - fixed prefixed private actions bug
80 - fixed more little bugs
81
03a53815 824.01 Tue Mar 01 10:00:00 2005
83 - improved documentation
d7c505f3 84 - documentation fixes (Johan Lindstrom)
03a53815 85
fc7ec1d9 864.00 Sun Feb 27 22:00:00 2005
87 - more verbose debug messages, especially for forward()
88 - implemented prefixed prvate actions, icluding built in
89 !?default, !?begin and !?end
90 - new Catalyst::Manual::Intro
91 - new helpers, bin/catalyst
92 - helper api
93
943.11 Wed Feb 23 21:00:00 2005
95 - added dependency to UNIVERSAL::require (Marcus Ramberg)
96 - added a little workaround for a warning in Catalyst::Test
97 (Marcus Ramberg)
98 - improved documentation for actions
99
1003.10 Thu Feb 19 20:00:00 2005
101 - removed roles management from Catalyst::Engine
102 and added it to Catalyst::Plugin::Authentication::CDBI
103
1043.04 Thu Feb 17 21:00:00 2005
105 - error reporting for app class
106 - no more engine debug messages
107 - class->method forwards get resolved now
108
1093.03 Wed Feb 16 23:00:00 2005
110 - friendlier statistics
111
1123.02 Wed Feb 16 22:00:00 2005
113 - fixed unintialized actions (Marcus Ramberg)
114
1153.01 Wed Feb 16 20:30:00 2005
116 - better statistics
117
1183.00 Wed Feb 16 20:00:00 2005
119 - real version number for CPAN.pm
120 - fixed redirect in CGI engine
121 - more statistics in debug logs
122 - ? prefix for forward()
123
1242.99_15 Wed Feb 02 22:00:00 2005
125 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
126 - Replaced "Catched" with "Caught" in Catalyst::Engine
127 (Gary Ashton Jones)
128 - replaced _ with ! for private actions
129 - added ? for prefixed actions
130 - misc improvememts
131
1322.99_14 Mon Jan 31 22:00:00 2005
133 - arguments for _default
134 - $c->entrance removed for more flexibility
135 - added $c->req->method
136
1372.99_13 Sun Jan 30 18:00:00 2005
138 - POD fixes and improvements
139
1402.99_12 Fri Jan 28 22:00:00 2005
141 - first development release