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
4 - added connection informations (Christian Hansen)
49faa307 5 - HTTP::Request support in Catalyst::Test (Christian Hansen)
0556eb49 6
41ba54f7 74.28 Sat Mar 19 22:00:00 2005
502619e5 8 - fixed isa tree (Christian Hansen)
bc024080 9 - added script/cgi-server.pl, so no more server restarting after
10 code changes
11 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 12
b5524568 134.27 Sat Mar 19 01:00:00 2005
c85ff642 14 - debug message for parameters
23f9d934 15 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 16 - some random fixes
17 - new helper api for Catalyst::Helper::* support
18 you have to update script/create.pl to use it
c85ff642 19
5783a9a5 204.26 Wed Mar 16 10:00:00 2005
21 - fixed the weird bug that caused regex actions to fail on every
22 second request
c85ff642 23 - more debug messages
748161c4 24 - 100% pod coverage.
5783a9a5 25
f1d0b7ea 264.25 Sat Mar 12 18:00:00 2005
27 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 28 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 29
92af75fc 304.24 Sat Mar 12 01:00:00 2005
aff93052 31 - updated cookbook example
5ae68c0d 32 - fixed base for apache and https (Andrew Ruthven)
aff93052 33
7e5adedd 344.23 Wed Mar 09 20:00:00 2005
35 - no more regex actions in forward
3cb1db8c 36 - added support for test directories t/m, t/v and t/c
7e5adedd 37
384.22 Tue Mar 08 20:00:00 2005
0b944e63 39 - catch errors in application class
aff93052 40 - handle die properly.
0b944e63 41
d01df17d 424.21 Sat Mar 05 17:00:00 2005
43 - fixed docs
44
454.20 Fri Mar 04 22:00:00 2005
91864987 46 - moved bin to script
47
0ea0c2c3 484.13 Thu Mar 03 11:00:00 2005
49 - improved documentation
1df125c9 50 - pod coverage test for helper generated apps
ad41e777 51 - new helper api
0ea0c2c3 52
5ddd05a0 534.12 Wed Mar 02 11:00:00 2005
54 - server_base sucks, removed
9b2bc37b 55 - added $c->log->dump()
5ddd05a0 56
7833fdfc 574.11 Wed Mar 02 11:00:00 2005
58 - removed some warnings
59 - improved docs
7242d068 60 - private prefixed actions override private non prefixed actions
8495c1de 61 - added server_base
4a6895ce 62 - updated Catalyst::Manual::Intro
7833fdfc 63
644.10 Wed Mar 02 10:00:00 2005
65 - improved documentation
66 - fixed upload bug
67 - fixed prefixed private actions bug
68 - fixed more little bugs
69
03a53815 704.01 Tue Mar 01 10:00:00 2005
71 - improved documentation
d7c505f3 72 - documentation fixes (Johan Lindstrom)
03a53815 73
fc7ec1d9 744.00 Sun Feb 27 22:00:00 2005
75 - more verbose debug messages, especially for forward()
76 - implemented prefixed prvate actions, icluding built in
77 !?default, !?begin and !?end
78 - new Catalyst::Manual::Intro
79 - new helpers, bin/catalyst
80 - helper api
81
823.11 Wed Feb 23 21:00:00 2005
83 - added dependency to UNIVERSAL::require (Marcus Ramberg)
84 - added a little workaround for a warning in Catalyst::Test
85 (Marcus Ramberg)
86 - improved documentation for actions
87
883.10 Thu Feb 19 20:00:00 2005
89 - removed roles management from Catalyst::Engine
90 and added it to Catalyst::Plugin::Authentication::CDBI
91
923.04 Thu Feb 17 21:00:00 2005
93 - error reporting for app class
94 - no more engine debug messages
95 - class->method forwards get resolved now
96
973.03 Wed Feb 16 23:00:00 2005
98 - friendlier statistics
99
1003.02 Wed Feb 16 22:00:00 2005
101 - fixed unintialized actions (Marcus Ramberg)
102
1033.01 Wed Feb 16 20:30:00 2005
104 - better statistics
105
1063.00 Wed Feb 16 20:00:00 2005
107 - real version number for CPAN.pm
108 - fixed redirect in CGI engine
109 - more statistics in debug logs
110 - ? prefix for forward()
111
1122.99_15 Wed Feb 02 22:00:00 2005
113 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
114 - Replaced "Catched" with "Caught" in Catalyst::Engine
115 (Gary Ashton Jones)
116 - replaced _ with ! for private actions
117 - added ? for prefixed actions
118 - misc improvememts
119
1202.99_14 Mon Jan 31 22:00:00 2005
121 - arguments for _default
122 - $c->entrance removed for more flexibility
123 - added $c->req->method
124
1252.99_13 Sun Jan 30 18:00:00 2005
126 - POD fixes and improvements
127
1282.99_12 Fri Jan 28 22:00:00 2005
129 - first development release