correct perl pathes for helper generated scripts
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
f1d0b7ea 34.25 Sat Mar 12 18:00:00 2005
4 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
5
92af75fc 64.24 Sat Mar 12 01:00:00 2005
aff93052 7 - updated cookbook example
5ae68c0d 8 - fixed base for apache and https (Andrew Ruthven)
aff93052 9
7e5adedd 104.23 Wed Mar 09 20:00:00 2005
11 - no more regex actions in forward
3cb1db8c 12 - added support for test directories t/m, t/v and t/c
7e5adedd 13
144.22 Tue Mar 08 20:00:00 2005
0b944e63 15 - catch errors in application class
aff93052 16 - handle die properly.
0b944e63 17
d01df17d 184.21 Sat Mar 05 17:00:00 2005
19 - fixed docs
20
214.20 Fri Mar 04 22:00:00 2005
91864987 22 - moved bin to script
23
0ea0c2c3 244.13 Thu Mar 03 11:00:00 2005
25 - improved documentation
1df125c9 26 - pod coverage test for helper generated apps
ad41e777 27 - new helper api
0ea0c2c3 28
5ddd05a0 294.12 Wed Mar 02 11:00:00 2005
30 - server_base sucks, removed
9b2bc37b 31 - added $c->log->dump()
5ddd05a0 32
7833fdfc 334.11 Wed Mar 02 11:00:00 2005
34 - removed some warnings
35 - improved docs
7242d068 36 - private prefixed actions override private non prefixed actions
8495c1de 37 - added server_base
4a6895ce 38 - updated Catalyst::Manual::Intro
7833fdfc 39
404.10 Wed Mar 02 10:00:00 2005
41 - improved documentation
42 - fixed upload bug
43 - fixed prefixed private actions bug
44 - fixed more little bugs
45
03a53815 464.01 Tue Mar 01 10:00:00 2005
47 - improved documentation
d7c505f3 48 - documentation fixes (Johan Lindstrom)
03a53815 49
fc7ec1d9 504.00 Sun Feb 27 22:00:00 2005
51 - more verbose debug messages, especially for forward()
52 - implemented prefixed prvate actions, icluding built in
53 !?default, !?begin and !?end
54 - new Catalyst::Manual::Intro
55 - new helpers, bin/catalyst
56 - helper api
57
583.11 Wed Feb 23 21:00:00 2005
59 - added dependency to UNIVERSAL::require (Marcus Ramberg)
60 - added a little workaround for a warning in Catalyst::Test
61 (Marcus Ramberg)
62 - improved documentation for actions
63
643.10 Thu Feb 19 20:00:00 2005
65 - removed roles management from Catalyst::Engine
66 and added it to Catalyst::Plugin::Authentication::CDBI
67
683.04 Thu Feb 17 21:00:00 2005
69 - error reporting for app class
70 - no more engine debug messages
71 - class->method forwards get resolved now
72
733.03 Wed Feb 16 23:00:00 2005
74 - friendlier statistics
75
763.02 Wed Feb 16 22:00:00 2005
77 - fixed unintialized actions (Marcus Ramberg)
78
793.01 Wed Feb 16 20:30:00 2005
80 - better statistics
81
823.00 Wed Feb 16 20:00:00 2005
83 - real version number for CPAN.pm
84 - fixed redirect in CGI engine
85 - more statistics in debug logs
86 - ? prefix for forward()
87
882.99_15 Wed Feb 02 22:00:00 2005
89 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
90 - Replaced "Catched" with "Caught" in Catalyst::Engine
91 (Gary Ashton Jones)
92 - replaced _ with ! for private actions
93 - added ? for prefixed actions
94 - misc improvememts
95
962.99_14 Mon Jan 31 22:00:00 2005
97 - arguments for _default
98 - $c->entrance removed for more flexibility
99 - added $c->req->method
100
1012.99_13 Sun Jan 30 18:00:00 2005
102 - POD fixes and improvements
103
1042.99_12 Fri Jan 28 22:00:00 2005
105 - first development release