saved repo url
[catagits/Catalyst-Controller-MovableType.git] / Changes
1 0.004   2012-01-18
2         Fixed documentation: Indentation of configurations.
3         Fixed documentation: Tag name capture_script_name fixed to capture_mt_script.
4
5 0.003
6         2010-04-16
7         Fixed internal not_found call to properly pass $c when an unexisting
8         script was requested.
9
10         Implemented chaining so that Catalyst::Controller::WrapCGI::wrap_cgi
11         can properly populate $ENV{SCRIPT_NAME} with
12         $c->uri_for($c->action, $c->req->captures)->path                                                                                     
13
14 0.002
15         2010-04-13
16         Fixed Makefile.pl to require Catalyst::Controller::WrapCGI.
17         Fixed documentation, module name is MovableType, not MT.
18
19 0.001
20         2010-02-16
21         Initial release.