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.
« 0.08 (2001.10.03) |
Up
| 0.10 (2001.10.06) »
- Improved look and functionality of default templates; also added default templates for all archive types.
- Set more default options when creating a new blog or editing 'First Blog'.
- Added instructions for exporting NewsPro entries into the correct format; thanks to Jeremy W for sending along the instructions, which are now in the manual.
- Added author attribute to MTEntries tag, so you can grab all of the posts by a particular author (can also be combined with category and lastn). (Jeremy W)
- In comment notifications, the text between the brackets is now the name of the blog, not
Movable Type.
- Added alt tags to the images in the mininav. (Matt Haughey)
- Fixed a bug in mt-comments.cgi that made it select the wrong comments listing template (ie. one from a different blog).
- Added a Status pulldown to the bookmarklet popup so that authors can post HOLD items (rather than having everything RELEASE), if they wish.
- Fixed a bug in tag argument parsing with a string like foo=``bar's baz''; the single quote would end the double quote, which would lead to
foo having a value of bar (and not bar's baz like it should).
- Fixed allow_comments_default setting of allow comments box on new entries. (Christina Wodtke)
- Alphabetize category list in edit categories, and in pulldown menu on edit entry/create new entry screen. (Adam Gerstein)
- Sort comments in edit-editing screen by created on date, in descending order.
- Fixed a bug in mt-load.cgi. Also, added IMPORTANT INSTRUCTIONS to mt-load.cgi to delete it after running it the first time. Failure to delete it is a security risk, because someone else could then run it (conceivably).
- Added index.html to the distribution, which is just a simple 404 page, which prevents people from doing the directory listing.
- Added error checking to mt-add-notify.cgi.