added new tutorial man page
[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)
0556eb49 7
41ba54f7 84.28 Sat Mar 19 22:00:00 2005
502619e5 9 - fixed isa tree (Christian Hansen)
bc024080 10 - added script/cgi-server.pl, so no more server restarting after
11 code changes
12 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 13
b5524568 144.27 Sat Mar 19 01:00:00 2005
c85ff642 15 - debug message for parameters
23f9d934 16 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 17 - some random fixes
18 - new helper api for Catalyst::Helper::* support
19 you have to update script/create.pl to use it
c85ff642 20
5783a9a5 214.26 Wed Mar 16 10:00:00 2005
22 - fixed the weird bug that caused regex actions to fail on every
23 second request
c85ff642 24 - more debug messages
748161c4 25 - 100% pod coverage.
5783a9a5 26
f1d0b7ea 274.25 Sat Mar 12 18:00:00 2005
28 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 29 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 30
92af75fc 314.24 Sat Mar 12 01:00:00 2005
aff93052 32 - updated cookbook example
5ae68c0d 33 - fixed base for apache and https (Andrew Ruthven)
aff93052 34
7e5adedd 354.23 Wed Mar 09 20:00:00 2005
36 - no more regex actions in forward
3cb1db8c 37 - added support for test directories t/m, t/v and t/c
7e5adedd 38
394.22 Tue Mar 08 20:00:00 2005
0b944e63 40 - catch errors in application class
aff93052 41 - handle die properly.
0b944e63 42
d01df17d 434.21 Sat Mar 05 17:00:00 2005
44 - fixed docs
45
464.20 Fri Mar 04 22:00:00 2005
91864987 47 - moved bin to script
48
0ea0c2c3 494.13 Thu Mar 03 11:00:00 2005
50 - improved documentation
1df125c9 51 - pod coverage test for helper generated apps
ad41e777 52 - new helper api
0ea0c2c3 53
5ddd05a0 544.12 Wed Mar 02 11:00:00 2005
55 - server_base sucks, removed
9b2bc37b 56 - added $c->log->dump()
5ddd05a0 57
7833fdfc 584.11 Wed Mar 02 11:00:00 2005
59 - removed some warnings
60 - improved docs
7242d068 61 - private prefixed actions override private non prefixed actions
8495c1de 62 - added server_base
4a6895ce 63 - updated Catalyst::Manual::Intro
7833fdfc 64
654.10 Wed Mar 02 10:00:00 2005
66 - improved documentation
67 - fixed upload bug
68 - fixed prefixed private actions bug
69 - fixed more little bugs
70
03a53815 714.01 Tue Mar 01 10:00:00 2005
72 - improved documentation
d7c505f3 73 - documentation fixes (Johan Lindstrom)
03a53815 74
fc7ec1d9 754.00 Sun Feb 27 22:00:00 2005
76 - more verbose debug messages, especially for forward()
77 - implemented prefixed prvate actions, icluding built in
78 !?default, !?begin and !?end
79 - new Catalyst::Manual::Intro
80 - new helpers, bin/catalyst
81 - helper api
82
833.11 Wed Feb 23 21:00:00 2005
84 - added dependency to UNIVERSAL::require (Marcus Ramberg)
85 - added a little workaround for a warning in Catalyst::Test
86 (Marcus Ramberg)
87 - improved documentation for actions
88
893.10 Thu Feb 19 20:00:00 2005
90 - removed roles management from Catalyst::Engine
91 and added it to Catalyst::Plugin::Authentication::CDBI
92
933.04 Thu Feb 17 21:00:00 2005
94 - error reporting for app class
95 - no more engine debug messages
96 - class->method forwards get resolved now
97
983.03 Wed Feb 16 23:00:00 2005
99 - friendlier statistics
100
1013.02 Wed Feb 16 22:00:00 2005
102 - fixed unintialized actions (Marcus Ramberg)
103
1043.01 Wed Feb 16 20:30:00 2005
105 - better statistics
106
1073.00 Wed Feb 16 20:00:00 2005
108 - real version number for CPAN.pm
109 - fixed redirect in CGI engine
110 - more statistics in debug logs
111 - ? prefix for forward()
112
1132.99_15 Wed Feb 02 22:00:00 2005
114 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
115 - Replaced "Catched" with "Caught" in Catalyst::Engine
116 (Gary Ashton Jones)
117 - replaced _ with ! for private actions
118 - added ? for prefixed actions
119 - misc improvememts
120
1212.99_14 Mon Jan 31 22:00:00 2005
122 - arguments for _default
123 - $c->entrance removed for more flexibility
124 - added $c->req->method
125
1262.99_13 Sun Jan 30 18:00:00 2005
127 - POD fixes and improvements
128
1292.99_12 Fri Jan 28 22:00:00 2005
130 - first development release