Snowblink
JAN 04
15

Movable Type 2.66

Movable Type 2.66 has been released.

Like others, I was not happy with the redirect they put in. I've implemented a quick patch to allow you to disable this particular feature in your mt.cfg. Another change was to remove the _blank target from the redirect and making it valid XHTML. > Backup files. Use at your own risk

Update

Since I first released this patch, MT 2.661 has been released. If you intend to use redirects, then I recommend you upgrade to MT 2.661 and apply the new patches. If not, then don't upgrade to MT 2.661 and just apply the patch for MT 2.66.

Usage

I've set it to default to the old behaviour. If you want to enable/disable it then add the following line to your mt.cfg. 1 enables it, 0 disables it. Don't need to alter mt.cfg at all if you want the old behaviour.

Redirect 1

Patches for MT 2.661

Install for MT 2.661

$ cd {MT CGI path}/lib/MT $ patch -p0 < ConfigMgr.snowblink.patch $ cd {MT CGI path}/lib/MT/Template $ patch -p0 < Context.snowblink.2661.2004012101.patch $ patch -p0 < Context.snowblink.2661.2004012102.patch

Patches for MT 2.66

Install for MT 2.66

$ cd {MT CGI path}/lib/MT $ patch -p0 < ConfigMgr.snowblink.patch $ cd {MT CGI path}/lib/MT/Template $ patch -p0 < Context.snowblink.2004011501.patch

Tagged As

Add a comment

Michelle wrote over 4 years ago

thanx for the patch, though i wished developers of that kind of tools were not so lazy and also explained the installation well enough for those that are new to plugins and patches and so on. it's gonna take me hours to research on how to use a patch now. i bet i will hardly find a source on it, because everyone that develops it is too lazy to explain it. doh.