fixed helper
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
0556eb49 34.30 XXX XXX XX XX:00:00 2005
d2cad154 4 - more documentation (Andrew Ford)
0556eb49 5 - added connection informations (Christian Hansen)
49faa307 6 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 7 - moved cgi.pl to nph-cgi.pl
a0bb847e 8 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 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)
0556eb49 13
41ba54f7 144.28 Sat Mar 19 22:00:00 2005
502619e5 15 - fixed isa tree (Christian Hansen)
bc024080 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>)
502619e5 19
b5524568 204.27 Sat Mar 19 01:00:00 2005
c85ff642 21 - debug message for parameters
23f9d934 22 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 23 - some random fixes
24 - new helper api for Catalyst::Helper::* support
25 you have to update script/create.pl to use it
c85ff642 26
5783a9a5 274.26 Wed Mar 16 10:00:00 2005
28 - fixed the weird bug that caused regex actions to fail on every
29 second request
c85ff642 30 - more debug messages
748161c4 31 - 100% pod coverage.
5783a9a5 32
f1d0b7ea 334.25 Sat Mar 12 18:00:00 2005
34 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 35 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 36
92af75fc 374.24 Sat Mar 12 01:00:00 2005
aff93052 38 - updated cookbook example
5ae68c0d 39 - fixed base for apache and https (Andrew Ruthven)
aff93052 40
7e5adedd 414.23 Wed Mar 09 20:00:00 2005
42 - no more regex actions in forward
3cb1db8c 43 - added support for test directories t/m, t/v and t/c
7e5adedd 44
454.22 Tue Mar 08 20:00:00 2005
0b944e63 46 - catch errors in application class
aff93052 47 - handle die properly.
0b944e63 48
d01df17d 494.21 Sat Mar 05 17:00:00 2005
50 - fixed docs
51
524.20 Fri Mar 04 22:00:00 2005
91864987 53 - moved bin to script
54
0ea0c2c3 554.13 Thu Mar 03 11:00:00 2005
56 - improved documentation
1df125c9 57 - pod coverage test for helper generated apps
ad41e777 58 - new helper api
0ea0c2c3 59
5ddd05a0 604.12 Wed Mar 02 11:00:00 2005
61 - server_base sucks, removed
9b2bc37b 62 - added $c->log->dump()
5ddd05a0 63
7833fdfc 644.11 Wed Mar 02 11:00:00 2005
65 - removed some warnings
66 - improved docs
7242d068 67 - private prefixed actions override private non prefixed actions
8495c1de 68 - added server_base
4a6895ce 69 - updated Catalyst::Manual::Intro
7833fdfc 70
714.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
03a53815 774.01 Tue Mar 01 10:00:00 2005
78 - improved documentation
d7c505f3 79 - documentation fixes (Johan Lindstrom)
03a53815 80
fc7ec1d9 814.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
893.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
953.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
993.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
1043.03 Wed Feb 16 23:00:00 2005
105 - friendlier statistics
106
1073.02 Wed Feb 16 22:00:00 2005
108 - fixed unintialized actions (Marcus Ramberg)
109
1103.01 Wed Feb 16 20:30:00 2005
111 - better statistics
112
1133.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
1192.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
1272.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
1322.99_13 Sun Jan 30 18:00:00 2005
133 - POD fixes and improvements
134
1352.99_12 Fri Jan 28 22:00:00 2005
136 - first development release