forgot to edit changes d'oh
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
41ba54f7 34.28 Sat Mar 19 22:00:00 2005
502619e5 4 - fixed isa tree (Christian Hansen)
bc024080 5 - added script/cgi-server.pl, so no more server restarting after
6 code changes
7 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 8
b5524568 94.27 Sat Mar 19 01:00:00 2005
c85ff642 10 - debug message for parameters
23f9d934 11 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 12 - some random fixes
13 - new helper api for Catalyst::Helper::* support
14 you have to update script/create.pl to use it
c85ff642 15
5783a9a5 164.26 Wed Mar 16 10:00:00 2005
17 - fixed the weird bug that caused regex actions to fail on every
18 second request
c85ff642 19 - more debug messages
748161c4 20 - 100% pod coverage.
5783a9a5 21
f1d0b7ea 224.25 Sat Mar 12 18:00:00 2005
23 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 24 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 25
92af75fc 264.24 Sat Mar 12 01:00:00 2005
aff93052 27 - updated cookbook example
5ae68c0d 28 - fixed base for apache and https (Andrew Ruthven)
aff93052 29
7e5adedd 304.23 Wed Mar 09 20:00:00 2005
31 - no more regex actions in forward
3cb1db8c 32 - added support for test directories t/m, t/v and t/c
7e5adedd 33
344.22 Tue Mar 08 20:00:00 2005
0b944e63 35 - catch errors in application class
aff93052 36 - handle die properly.
0b944e63 37
d01df17d 384.21 Sat Mar 05 17:00:00 2005
39 - fixed docs
40
414.20 Fri Mar 04 22:00:00 2005
91864987 42 - moved bin to script
43
0ea0c2c3 444.13 Thu Mar 03 11:00:00 2005
45 - improved documentation
1df125c9 46 - pod coverage test for helper generated apps
ad41e777 47 - new helper api
0ea0c2c3 48
5ddd05a0 494.12 Wed Mar 02 11:00:00 2005
50 - server_base sucks, removed
9b2bc37b 51 - added $c->log->dump()
5ddd05a0 52
7833fdfc 534.11 Wed Mar 02 11:00:00 2005
54 - removed some warnings
55 - improved docs
7242d068 56 - private prefixed actions override private non prefixed actions
8495c1de 57 - added server_base
4a6895ce 58 - updated Catalyst::Manual::Intro
7833fdfc 59
604.10 Wed Mar 02 10:00:00 2005
61 - improved documentation
62 - fixed upload bug
63 - fixed prefixed private actions bug
64 - fixed more little bugs
65
03a53815 664.01 Tue Mar 01 10:00:00 2005
67 - improved documentation
d7c505f3 68 - documentation fixes (Johan Lindstrom)
03a53815 69
fc7ec1d9 704.00 Sun Feb 27 22:00:00 2005
71 - more verbose debug messages, especially for forward()
72 - implemented prefixed prvate actions, icluding built in
73 !?default, !?begin and !?end
74 - new Catalyst::Manual::Intro
75 - new helpers, bin/catalyst
76 - helper api
77
783.11 Wed Feb 23 21:00:00 2005
79 - added dependency to UNIVERSAL::require (Marcus Ramberg)
80 - added a little workaround for a warning in Catalyst::Test
81 (Marcus Ramberg)
82 - improved documentation for actions
83
843.10 Thu Feb 19 20:00:00 2005
85 - removed roles management from Catalyst::Engine
86 and added it to Catalyst::Plugin::Authentication::CDBI
87
883.04 Thu Feb 17 21:00:00 2005
89 - error reporting for app class
90 - no more engine debug messages
91 - class->method forwards get resolved now
92
933.03 Wed Feb 16 23:00:00 2005
94 - friendlier statistics
95
963.02 Wed Feb 16 22:00:00 2005
97 - fixed unintialized actions (Marcus Ramberg)
98
993.01 Wed Feb 16 20:30:00 2005
100 - better statistics
101
1023.00 Wed Feb 16 20:00:00 2005
103 - real version number for CPAN.pm
104 - fixed redirect in CGI engine
105 - more statistics in debug logs
106 - ? prefix for forward()
107
1082.99_15 Wed Feb 02 22:00:00 2005
109 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
110 - Replaced "Catched" with "Caught" in Catalyst::Engine
111 (Gary Ashton Jones)
112 - replaced _ with ! for private actions
113 - added ? for prefixed actions
114 - misc improvememts
115
1162.99_14 Mon Jan 31 22:00:00 2005
117 - arguments for _default
118 - $c->entrance removed for more flexibility
119 - added $c->req->method
120
1212.99_13 Sun Jan 30 18:00:00 2005
122 - POD fixes and improvements
123
1242.99_12 Fri Jan 28 22:00:00 2005
125 - first development release