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.0b5 (2002.02.27) |
Up
| 2.0 (2002.03.20) »
- Added docs for entry screen customization.
- If editable authored-on date is not to be displayed on customized entry screen, display an uneditable version instead (because this is useful information).
- Fixed bug with creating thumbnails on Windows (binmode issue).
- Fixed bug where
<$MTArchiveTitle$> on category archive would display incorrect category label (because it was retrieving the label from the first entry's primary category).
- Fixed bug where convert line breaks and allow comments values would not be set to default when using Custom entry screen settings without those two checkboxes.
- Fixed bookmarklet login bug that was introduced in 2.0b4 or somewhere.
- Power edit and list & edit entries now only show authors that are registered for the particular blog.
- Added the
encode_php global tag attribute (thanks to Brad Choate for the patch).
- Fixed bug with saving profile without setting a password (introduced in 2.0b4).
- Moved setting of global app variables back into load_tmpl, because some other parts of the code call it directly, bypassing build_page.
- mt-xmlrpc.cgi now checks if it has XML::Parser; if not, it uses this knowledge to determine whether or not to decode HTML entities.
- Fixed bug in date/time-formatting: times in the hour of 12 PM were being displayed as 12 AM.