NOTE: This documentation is for Movable Type 3.2. If you are using a newer version, please see the documentation for Movable type 3.3x or Movable Type Enterprise.
« 2.6 (2003.02.13) |
Up
| 2.62 (2003.02.16) »
- Fixed extra update ping problem--if TrackBack ping URLs were added to the URLs to ping, the update pings would be sent again. No longer. (Phil Ringnalda)
- Fixed bug where turning on
NoHTMLEntities 1 would cause entities to be lost in entries.
- Added a
<$MTEntryTrackbackID$> tag. Thanks to Christopher Laco for the patch.
- Added a NoCDATA setting to mt.cfg to turn off the CDATA encoding, if you don't like it.
- Fixed bug with PostgreSQL conversion, where after running mt-db2sql.cgi, sequences were not set to highest ID.
- Fixed character encoding problem, where utf8 characters would be corrupted in published pages.
- Fixed (for good) XHTML issues with search templates.
- Added a NoOverride setting to mt.cfg, to specify search settings that cannot be overriden by the search templates or the user.
- Language options in Preferred Language are now sorted by name.
- Added ol and i as allowed tags to the default sanitize spec.
- Fixed bug with text formatting not being applied for excerpts. Thanks to Brad Choate for the patch.
- Removed use of Ping in the ImageMagick MT driver, because it returns results in inconsistent forms; now use Read and Get instead. Thanks to Aaron Straup Cope for the pointer.
- Fixed bug where convert_breaks=``1'' did not work if both the entry and weblog had break conversion turned off.
- Changed filter ordering in MT::Template::Context::post_process_handler so that Sanitize and encode_xml play more nicely. (Phil Ringnalda)
- Fixed unitialized value related to $status_old. (Phil Ringnalda)
- Don't overwrite original content when utf8-encoding for MD5 check in MT::FileMgr::Local::content_is_updated.
- Fixed mt-upgrade25.cgi to check if version is greater than or equal to 2.5, rather than only equal to 2.5.
- Comment and TrackBack notification messages are now properly localized.
- Fixed rebuild problem with perl 5.004_04 and Sanitize (use of
foreach modifier).
- Added Estonian date formats. (Anti Veeranna)