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.63 (2003.02.23) |
Up
| 2.65 (2003.12.18) »
- Replaced RSS 0.91 template in default templates with an RSS 2.0 template, from the RSS validator site. (Thanks to the RSS validator folks.)
- Fixed some XSS bugs (comments, TrackBack, notification addresses, and search queries). (Reported by Dumky and others)
- Fixed width of #content div in Clean stylesheet so that it doesn't require scrolling in Windows IE.
- Fixed TrackBack auto-discovery and text filters--auto-discovery is now done against the filtered entry body rather than the unfiltered body. (Timothy Appnel)
- Added
<q> to list of special tags to be detected at paragraph starts and turn off line break conversion. (Todd Dominey)
- Moved Search button up next to search box to make it less likely to cause confusion and inadvertent clicking of REPLACE.
- Strip linefeed characters from text being previewed.
- Fixed Windows file-locking problem when deleting temp files (during uploading). Thanks to Scot Hacker for tracking down the problem.
- Fixed error in mt.getPostCategories where entry does not have primary category.
- Fixed bug where Add new category... is available to authors without category-editing permissions.
- Set excerpt properly using get_excerpt in notification messages and search results. (Brad Choate)
- Added support for alternate PostgreSQL ports. (Tim Beadle)
- Added documentation for mt.supportedTextFilters.
- Fixed another pg_atoi problem (this one when saving an entry from the preview screen).
- Language for Date Formatting is now applied properly to notification messages. Thanks to Jakub Kazecki for the changes.
- Fixed bug where order of flerror and message in XML-RPC ping responses mattered (it shouldn't). (cobra libre)