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.11 (2002.05.03) |
Up
| 2.21 (2002.06.28) »
- Added TrackBack, a peer-to-peer framework for communication between weblogs. Can track cross-weblog conversations/discussions, provides remote content repositories. Has password protection, IP banning, automatic RSS output, and email notification.
- Added MySQL backend support.
- Added the
<$MTBlogRelativeURL$> tag to produce a relative URL to your main blog.
- Added
<link> tag navigation (prev, next, start) to Individual and Date-based archive templates. Thanks to Mark Pilgrim.
- Strip HTML from author, email, and URL comment fields.
- Added decode_html global tag attribute to decode HTML entities.
- Added title=``1'' and excerpt=``1'' attributes to
<MTGoogleSearch>. Thanks to Dave Sifry for the patch.
- Added the ability to easily add new tags via the plugins directory and the MT::Template::Context::add_tag method. Thanks to Felix S. Gallo for the idea.
- Improved text generated from uploaded image or file. (Brad Lauster)
- Changed appearance of pinging and rebuilding windows.
- Auto-select default post status when blog is selected in bookmarklet.
- Added permaLink element to the struct returned from metaWeblog.getPost and metaWeblog.getRecentPosts.
- Fixed bug with saving entry you created when you don't have rebuild permissions.
- Added PingTimeout setting.
- Split off rebuild and ping from save entry, so that they now occur on separate screens (though still automatically). This gives a better indication of status to the user, as well as enabling more ping options (like TrackBack).
- Added descriptions for categories and the
<$MTCategoryDescription$> tag.
- If entry does not have title in search results, first 22 chars of body will be used instead.
- Fixed bug where entries saved as Draft would show up when using
OR or AND in the <MTEntries category="..."> tag.
- Fixed
related="1" google search.
- Added Finnish as a date formatting option. (skithund)
- Made
<$MTEntryDate$> work in comment listing template.
- Standardized stylesheet links in default templates.
- Changed admin:generatorAgent to the proper format (a URI).
- Added <link> tag for RSS template to default main index.