doc patch from Andrew Ford
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
502619e5 34.28 XXX XXX XX XX:00:00 2005
4 - fixed isa tree (Christian Hansen)
23f9d934 5 - Reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 6
b5524568 74.27 Sat Mar 19 01:00:00 2005
c85ff642 8 - debug message for parameters
23f9d934 9 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 10 - some random fixes
11 - new helper api for Catalyst::Helper::* support
12 you have to update script/create.pl to use it
c85ff642 13
5783a9a5 144.26 Wed Mar 16 10:00:00 2005
15 - fixed the weird bug that caused regex actions to fail on every
16 second request
c85ff642 17 - more debug messages
748161c4 18 - 100% pod coverage.
5783a9a5 19
f1d0b7ea 204.25 Sat Mar 12 18:00:00 2005
21 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 22 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 23
92af75fc 244.24 Sat Mar 12 01:00:00 2005
aff93052 25 - updated cookbook example
5ae68c0d 26 - fixed base for apache and https (Andrew Ruthven)
aff93052 27
7e5adedd 284.23 Wed Mar 09 20:00:00 2005
29 - no more regex actions in forward
3cb1db8c 30 - added support for test directories t/m, t/v and t/c
7e5adedd 31
324.22 Tue Mar 08 20:00:00 2005
0b944e63 33 - catch errors in application class
aff93052 34 - handle die properly.
0b944e63 35
d01df17d 364.21 Sat Mar 05 17:00:00 2005
37 - fixed docs
38
394.20 Fri Mar 04 22:00:00 2005
91864987 40 - moved bin to script
41
0ea0c2c3 424.13 Thu Mar 03 11:00:00 2005
43 - improved documentation
1df125c9 44 - pod coverage test for helper generated apps
ad41e777 45 - new helper api
0ea0c2c3 46
5ddd05a0 474.12 Wed Mar 02 11:00:00 2005
48 - server_base sucks, removed
9b2bc37b 49 - added $c->log->dump()
5ddd05a0 50
7833fdfc 514.11 Wed Mar 02 11:00:00 2005
52 - removed some warnings
53 - improved docs
7242d068 54 - private prefixed actions override private non prefixed actions
8495c1de 55 - added server_base
4a6895ce 56 - updated Catalyst::Manual::Intro
7833fdfc 57
584.10 Wed Mar 02 10:00:00 2005
59 - improved documentation
60 - fixed upload bug
61 - fixed prefixed private actions bug
62 - fixed more little bugs
63
03a53815 644.01 Tue Mar 01 10:00:00 2005
65 - improved documentation
d7c505f3 66 - documentation fixes (Johan Lindstrom)
03a53815 67
fc7ec1d9 684.00 Sun Feb 27 22:00:00 2005
69 - more verbose debug messages, especially for forward()
70 - implemented prefixed prvate actions, icluding built in
71 !?default, !?begin and !?end
72 - new Catalyst::Manual::Intro
73 - new helpers, bin/catalyst
74 - helper api
75
763.11 Wed Feb 23 21:00:00 2005
77 - added dependency to UNIVERSAL::require (Marcus Ramberg)
78 - added a little workaround for a warning in Catalyst::Test
79 (Marcus Ramberg)
80 - improved documentation for actions
81
823.10 Thu Feb 19 20:00:00 2005
83 - removed roles management from Catalyst::Engine
84 and added it to Catalyst::Plugin::Authentication::CDBI
85
863.04 Thu Feb 17 21:00:00 2005
87 - error reporting for app class
88 - no more engine debug messages
89 - class->method forwards get resolved now
90
913.03 Wed Feb 16 23:00:00 2005
92 - friendlier statistics
93
943.02 Wed Feb 16 22:00:00 2005
95 - fixed unintialized actions (Marcus Ramberg)
96
973.01 Wed Feb 16 20:30:00 2005
98 - better statistics
99
1003.00 Wed Feb 16 20:00:00 2005
101 - real version number for CPAN.pm
102 - fixed redirect in CGI engine
103 - more statistics in debug logs
104 - ? prefix for forward()
105
1062.99_15 Wed Feb 02 22:00:00 2005
107 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
108 - Replaced "Catched" with "Caught" in Catalyst::Engine
109 (Gary Ashton Jones)
110 - replaced _ with ! for private actions
111 - added ? for prefixed actions
112 - misc improvememts
113
1142.99_14 Mon Jan 31 22:00:00 2005
115 - arguments for _default
116 - $c->entrance removed for more flexibility
117 - added $c->req->method
118
1192.99_13 Sun Jan 30 18:00:00 2005
120 - POD fixes and improvements
121
1222.99_12 Fri Jan 28 22:00:00 2005
123 - first development release