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.
« 1.00 (2001.10.08) |
Up
| 1.2 (2001.11.04) »
- Made <$MTDate$> work as a ``system date'', or the current date/time at which the page is being rebuilt.
- Added Pragma: no-cache header to keep Opera from caching pages. (Jay)
- Changed default templates to use iso-8859-1 (Latin 1) encoding instead of utf-8.
- Added Blog Configuration option for the number of words in an auto-generated excerpt.
- Added comment previewing, using the new Comment Preview template. Default templates now ship with comment previewing enabled, and the comments links on the main index automatically link to the popup comments; the individual entry template contains a static version of the comments.
- Deleting an entry will now delete all of the comments associated with that entry.
- Made bookmarklet windows customizable by selecting whether users want to include category, excerpt, etc.
- Ran all scripts with taint mode on (-T), and fixed all warnings and errors. Thanks to dchase for the patches.
- Added Nickname field to author record, along with new MTEntryAuthorNickname tag to display it. This allows having a different name for display than for login.
- Fixed file corruption bug when uploading files on Win32 machines; needed to use binmode. (sunpig)
- Support for custom, user-created template modules, which can be included using the new
MTInclude tag. (Christina Wodtke and many others)
- Modified CGI scripts to get their full path from $0, and use that plus lib and extlib and the @INC directories, along with specifying the full path to mt.cfg. This should improve out-of-box compatibility with IIS.
- Fixed bug where MTArchiveList above MTEntries on an archive template would cause the MTEntries to display just the most recent list of entries. (notfully)
- When logging out, we set a cookie with an expiration date in the past; increased the amount of time in ``the past'' from 1 day to 1 year. (Laura)
- Added MTDateFooter container tag. (silvercube)
- Fixed bug with MTDateHeader not being output when posts from the same day but different months were one after the other (eg. a post from November 11, then a post from October 11). (hellgren)
- Moved default templates into lib/MT/default-templates.pl, so that they can be loaded by multiple scripts/libraries. Changed mt-load.cgi to read templates from here, and also changed blog creation to install default templates in every new blog.
- Added support for sending mail through SMTP, using Mail::Sendmail; broke out mail-sending stuff into MT::Mail. (Bill Turner)
- Fixed bookmarklet bug where trying to bookmarklet a page with ampersands ('&') in the URL would chop off everything after the ampersand. (nasty)
- Fixed MT::App::redirect so that it redirects to a full URL (including the host name and protocol), which fixes a problem on IIS. Also fixed redirects in mt-comments.cgi. (Matt Haughey)
- Added 'title' attributes to all icons in left mininav, and now set window.status with appropriate tips for each icon.
- Fix bug with stashed entries staying around after building archive lists. The symptom is that the
lastn="N" attribute was not working properly. (Philip Winn)
- Documentation fixes (typos, etc.). (Cory Preus)
- Fixed Edit Categories screen when category labels have quotes in them; this was causing the labels to show up blank; they needed to be HTML-encoded. (Jenn Redwolf)
- Fixed ``attempt to use unitialized value as ARRAY reference'' error when sending a notification without setting up any notification addresses. (Christina Wodtke)
- Clarified that you must remove indentation from Blogger/Greymatter/NewsPro export templates when pasting.
- Added appropriate context for MTArchiveDate tag outside of MTEntries context, on Date-Based Archive Template; added context for MTArchiveCategory tag outside of MTEntries context, on Category Archive Template. (Christina Wodtke)
- Fixed TMPL_INCLUDEs on WinNT by giving HTML::Template the path to the tmpl/cms directory. (Bill Turner, Axel Kollmorgen)