fixed isa tree
[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)
5
b5524568 64.27 Sat Mar 19 01:00:00 2005
c85ff642 7 - debug message for parameters
b5524568 8 - some random fixes
9 - new helper api for Catalyst::Helper::* support
10 you have to update script/create.pl to use it
c85ff642 11
5783a9a5 124.26 Wed Mar 16 10:00:00 2005
13 - fixed the weird bug that caused regex actions to fail on every
14 second request
c85ff642 15 - more debug messages
748161c4 16 - 100% pod coverage.
5783a9a5 17
f1d0b7ea 184.25 Sat Mar 12 18:00:00 2005
19 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 20 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 21
92af75fc 224.24 Sat Mar 12 01:00:00 2005
aff93052 23 - updated cookbook example
5ae68c0d 24 - fixed base for apache and https (Andrew Ruthven)
aff93052 25
7e5adedd 264.23 Wed Mar 09 20:00:00 2005
27 - no more regex actions in forward
3cb1db8c 28 - added support for test directories t/m, t/v and t/c
7e5adedd 29
304.22 Tue Mar 08 20:00:00 2005
0b944e63 31 - catch errors in application class
aff93052 32 - handle die properly.
0b944e63 33
d01df17d 344.21 Sat Mar 05 17:00:00 2005
35 - fixed docs
36
374.20 Fri Mar 04 22:00:00 2005
91864987 38 - moved bin to script
39
0ea0c2c3 404.13 Thu Mar 03 11:00:00 2005
41 - improved documentation
1df125c9 42 - pod coverage test for helper generated apps
ad41e777 43 - new helper api
0ea0c2c3 44
5ddd05a0 454.12 Wed Mar 02 11:00:00 2005
46 - server_base sucks, removed
9b2bc37b 47 - added $c->log->dump()
5ddd05a0 48
7833fdfc 494.11 Wed Mar 02 11:00:00 2005
50 - removed some warnings
51 - improved docs
7242d068 52 - private prefixed actions override private non prefixed actions
8495c1de 53 - added server_base
4a6895ce 54 - updated Catalyst::Manual::Intro
7833fdfc 55
564.10 Wed Mar 02 10:00:00 2005
57 - improved documentation
58 - fixed upload bug
59 - fixed prefixed private actions bug
60 - fixed more little bugs
61
03a53815 624.01 Tue Mar 01 10:00:00 2005
63 - improved documentation
d7c505f3 64 - documentation fixes (Johan Lindstrom)
03a53815 65
fc7ec1d9 664.00 Sun Feb 27 22:00:00 2005
67 - more verbose debug messages, especially for forward()
68 - implemented prefixed prvate actions, icluding built in
69 !?default, !?begin and !?end
70 - new Catalyst::Manual::Intro
71 - new helpers, bin/catalyst
72 - helper api
73
743.11 Wed Feb 23 21:00:00 2005
75 - added dependency to UNIVERSAL::require (Marcus Ramberg)
76 - added a little workaround for a warning in Catalyst::Test
77 (Marcus Ramberg)
78 - improved documentation for actions
79
803.10 Thu Feb 19 20:00:00 2005
81 - removed roles management from Catalyst::Engine
82 and added it to Catalyst::Plugin::Authentication::CDBI
83
843.04 Thu Feb 17 21:00:00 2005
85 - error reporting for app class
86 - no more engine debug messages
87 - class->method forwards get resolved now
88
893.03 Wed Feb 16 23:00:00 2005
90 - friendlier statistics
91
923.02 Wed Feb 16 22:00:00 2005
93 - fixed unintialized actions (Marcus Ramberg)
94
953.01 Wed Feb 16 20:30:00 2005
96 - better statistics
97
983.00 Wed Feb 16 20:00:00 2005
99 - real version number for CPAN.pm
100 - fixed redirect in CGI engine
101 - more statistics in debug logs
102 - ? prefix for forward()
103
1042.99_15 Wed Feb 02 22:00:00 2005
105 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
106 - Replaced "Catched" with "Caught" in Catalyst::Engine
107 (Gary Ashton Jones)
108 - replaced _ with ! for private actions
109 - added ? for prefixed actions
110 - misc improvememts
111
1122.99_14 Mon Jan 31 22:00:00 2005
113 - arguments for _default
114 - $c->entrance removed for more flexibility
115 - added $c->req->method
116
1172.99_13 Sun Jan 30 18:00:00 2005
118 - POD fixes and improvements
119
1202.99_12 Fri Jan 28 22:00:00 2005
121 - first development release