damn typo
[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
4 - added connection informations (Christian Hansen)
5
41ba54f7 64.28 Sat Mar 19 22:00:00 2005
502619e5 7 - fixed isa tree (Christian Hansen)
bc024080 8 - added script/cgi-server.pl, so no more server restarting after
9 code changes
10 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 11
b5524568 124.27 Sat Mar 19 01:00:00 2005
c85ff642 13 - debug message for parameters
23f9d934 14 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 15 - some random fixes
16 - new helper api for Catalyst::Helper::* support
17 you have to update script/create.pl to use it
c85ff642 18
5783a9a5 194.26 Wed Mar 16 10:00:00 2005
20 - fixed the weird bug that caused regex actions to fail on every
21 second request
c85ff642 22 - more debug messages
748161c4 23 - 100% pod coverage.
5783a9a5 24
f1d0b7ea 254.25 Sat Mar 12 18:00:00 2005
26 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 27 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 28
92af75fc 294.24 Sat Mar 12 01:00:00 2005
aff93052 30 - updated cookbook example
5ae68c0d 31 - fixed base for apache and https (Andrew Ruthven)
aff93052 32
7e5adedd 334.23 Wed Mar 09 20:00:00 2005
34 - no more regex actions in forward
3cb1db8c 35 - added support for test directories t/m, t/v and t/c
7e5adedd 36
374.22 Tue Mar 08 20:00:00 2005
0b944e63 38 - catch errors in application class
aff93052 39 - handle die properly.
0b944e63 40
d01df17d 414.21 Sat Mar 05 17:00:00 2005
42 - fixed docs
43
444.20 Fri Mar 04 22:00:00 2005
91864987 45 - moved bin to script
46
0ea0c2c3 474.13 Thu Mar 03 11:00:00 2005
48 - improved documentation
1df125c9 49 - pod coverage test for helper generated apps
ad41e777 50 - new helper api
0ea0c2c3 51
5ddd05a0 524.12 Wed Mar 02 11:00:00 2005
53 - server_base sucks, removed
9b2bc37b 54 - added $c->log->dump()
5ddd05a0 55
7833fdfc 564.11 Wed Mar 02 11:00:00 2005
57 - removed some warnings
58 - improved docs
7242d068 59 - private prefixed actions override private non prefixed actions
8495c1de 60 - added server_base
4a6895ce 61 - updated Catalyst::Manual::Intro
7833fdfc 62
634.10 Wed Mar 02 10:00:00 2005
64 - improved documentation
65 - fixed upload bug
66 - fixed prefixed private actions bug
67 - fixed more little bugs
68
03a53815 694.01 Tue Mar 01 10:00:00 2005
70 - improved documentation
d7c505f3 71 - documentation fixes (Johan Lindstrom)
03a53815 72
fc7ec1d9 734.00 Sun Feb 27 22:00:00 2005
74 - more verbose debug messages, especially for forward()
75 - implemented prefixed prvate actions, icluding built in
76 !?default, !?begin and !?end
77 - new Catalyst::Manual::Intro
78 - new helpers, bin/catalyst
79 - helper api
80
813.11 Wed Feb 23 21:00:00 2005
82 - added dependency to UNIVERSAL::require (Marcus Ramberg)
83 - added a little workaround for a warning in Catalyst::Test
84 (Marcus Ramberg)
85 - improved documentation for actions
86
873.10 Thu Feb 19 20:00:00 2005
88 - removed roles management from Catalyst::Engine
89 and added it to Catalyst::Plugin::Authentication::CDBI
90
913.04 Thu Feb 17 21:00:00 2005
92 - error reporting for app class
93 - no more engine debug messages
94 - class->method forwards get resolved now
95
963.03 Wed Feb 16 23:00:00 2005
97 - friendlier statistics
98
993.02 Wed Feb 16 22:00:00 2005
100 - fixed unintialized actions (Marcus Ramberg)
101
1023.01 Wed Feb 16 20:30:00 2005
103 - better statistics
104
1053.00 Wed Feb 16 20:00:00 2005
106 - real version number for CPAN.pm
107 - fixed redirect in CGI engine
108 - more statistics in debug logs
109 - ? prefix for forward()
110
1112.99_15 Wed Feb 02 22:00:00 2005
112 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
113 - Replaced "Catched" with "Caught" in Catalyst::Engine
114 (Gary Ashton Jones)
115 - replaced _ with ! for private actions
116 - added ? for prefixed actions
117 - misc improvememts
118
1192.99_14 Mon Jan 31 22:00:00 2005
120 - arguments for _default
121 - $c->entrance removed for more flexibility
122 - added $c->req->method
123
1242.99_13 Sun Jan 30 18:00:00 2005
125 - POD fixes and improvements
126
1272.99_12 Fri Jan 28 22:00:00 2005
128 - first development release