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.64 (2003.05.28) |
Up
| 2.66 (2004.01.13) »
- Added Atom syndication feed template (atom.xml) and auto-discovery for Atom feed to main index template.
- Added <MTIfNonEmpty> and <$MTEntryModifiedDate$> tags, and added a
exclude_port attribute to <$MTBlogHost$>.
- Fixed security issue with XML-RPC server.
- Added proper handling of offsets in ISO-8601 dates in XML-RPC requests. If timezone offset is omitted, timestamps are assumed to be in the weblog's timezone already; otherwise, the timezone offset is first applied, then the weblog's offset is applied on top of that. This new behavior can be turned off by adding
IgnoreISOTimezones 1 to mt.cfg.
- Made Google search errors in <MTGoogleSearch> non-fatal.
- Fixed relay issue with mt-send-entry.cgi.