minor doc changes
[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
0556eb49 8
41ba54f7 94.28 Sat Mar 19 22:00:00 2005
502619e5 10 - fixed isa tree (Christian Hansen)
bc024080 11 - added script/cgi-server.pl, so no more server restarting after
12 code changes
13 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 14
b5524568 154.27 Sat Mar 19 01:00:00 2005
c85ff642 16 - debug message for parameters
23f9d934 17 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 18 - some random fixes
19 - new helper api for Catalyst::Helper::* support
20 you have to update script/create.pl to use it
c85ff642 21
5783a9a5 224.26 Wed Mar 16 10:00:00 2005
23 - fixed the weird bug that caused regex actions to fail on every
24 second request
c85ff642 25 - more debug messages
748161c4 26 - 100% pod coverage.
5783a9a5 27
f1d0b7ea 284.25 Sat Mar 12 18:00:00 2005
29 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 30 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 31
92af75fc 324.24 Sat Mar 12 01:00:00 2005
aff93052 33 - updated cookbook example
5ae68c0d 34 - fixed base for apache and https (Andrew Ruthven)
aff93052 35
7e5adedd 364.23 Wed Mar 09 20:00:00 2005
37 - no more regex actions in forward
3cb1db8c 38 - added support for test directories t/m, t/v and t/c
7e5adedd 39
404.22 Tue Mar 08 20:00:00 2005
0b944e63 41 - catch errors in application class
aff93052 42 - handle die properly.
0b944e63 43
d01df17d 444.21 Sat Mar 05 17:00:00 2005
45 - fixed docs
46
474.20 Fri Mar 04 22:00:00 2005
91864987 48 - moved bin to script
49
0ea0c2c3 504.13 Thu Mar 03 11:00:00 2005
51 - improved documentation
1df125c9 52 - pod coverage test for helper generated apps
ad41e777 53 - new helper api
0ea0c2c3 54
5ddd05a0 554.12 Wed Mar 02 11:00:00 2005
56 - server_base sucks, removed
9b2bc37b 57 - added $c->log->dump()
5ddd05a0 58
7833fdfc 594.11 Wed Mar 02 11:00:00 2005
60 - removed some warnings
61 - improved docs
7242d068 62 - private prefixed actions override private non prefixed actions
8495c1de 63 - added server_base
4a6895ce 64 - updated Catalyst::Manual::Intro
7833fdfc 65
664.10 Wed Mar 02 10:00:00 2005
67 - improved documentation
68 - fixed upload bug
69 - fixed prefixed private actions bug
70 - fixed more little bugs
71
03a53815 724.01 Tue Mar 01 10:00:00 2005
73 - improved documentation
d7c505f3 74 - documentation fixes (Johan Lindstrom)
03a53815 75
fc7ec1d9 764.00 Sun Feb 27 22:00:00 2005
77 - more verbose debug messages, especially for forward()
78 - implemented prefixed prvate actions, icluding built in
79 !?default, !?begin and !?end
80 - new Catalyst::Manual::Intro
81 - new helpers, bin/catalyst
82 - helper api
83
843.11 Wed Feb 23 21:00:00 2005
85 - added dependency to UNIVERSAL::require (Marcus Ramberg)
86 - added a little workaround for a warning in Catalyst::Test
87 (Marcus Ramberg)
88 - improved documentation for actions
89
903.10 Thu Feb 19 20:00:00 2005
91 - removed roles management from Catalyst::Engine
92 and added it to Catalyst::Plugin::Authentication::CDBI
93
943.04 Thu Feb 17 21:00:00 2005
95 - error reporting for app class
96 - no more engine debug messages
97 - class->method forwards get resolved now
98
993.03 Wed Feb 16 23:00:00 2005
100 - friendlier statistics
101
1023.02 Wed Feb 16 22:00:00 2005
103 - fixed unintialized actions (Marcus Ramberg)
104
1053.01 Wed Feb 16 20:30:00 2005
106 - better statistics
107
1083.00 Wed Feb 16 20:00:00 2005
109 - real version number for CPAN.pm
110 - fixed redirect in CGI engine
111 - more statistics in debug logs
112 - ? prefix for forward()
113
1142.99_15 Wed Feb 02 22:00:00 2005
115 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
116 - Replaced "Catched" with "Caught" in Catalyst::Engine
117 (Gary Ashton Jones)
118 - replaced _ with ! for private actions
119 - added ? for prefixed actions
120 - misc improvememts
121
1222.99_14 Mon Jan 31 22:00:00 2005
123 - arguments for _default
124 - $c->entrance removed for more flexibility
125 - added $c->req->method
126
1272.99_13 Sun Jan 30 18:00:00 2005
128 - POD fixes and improvements
129
1302.99_12 Fri Jan 28 22:00:00 2005
131 - first development release