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.0b2 (2002.02.20) |
Up
| 2.0b4 (2002.02.25) »
- New
New Entry and Upload File icons for left nav.
- Added troubleshooting section for mt-load.cgi and DataSource errors.
- Added
Post Status pulldown to import so that "Status" default in blog config can be overriden. Added help links to import options.
- Added Javascript validation for every DELETE button that deletes items from a list; if nothing is checked, now gives a JS alert.
- HTML-formatting buttons (bold, italic, URL, etc.) will now only show up when using a browser that supports them.
- mt-upgrade.cgi now detects if MT databases are already upgraded; if so, it stops, and doesn't try to upgrade again.
- When running under mod_perl, use Apache::Request instead of CGI.pm, because it's faster, less bulky, etc. Required changes to any code calling CGI.pm functions other than param.
- Deleting entries from the power edit screen will now return you back to the power edit screen (as opposed to list & edit entries).
- Saving the power edit screen will now maintain the same page that you were on when you saved, rather than starting back at the beginning.
- Fixed a bug in MT::ObjectDriver::DBM where offset would not be applied when using a join.
- Fixed heights on power-edit input boxes and on thumbnail boxes.
- Fixed Monthly rebuild slowness (thanks to Norch for the shell access so I could debug it). Turns out it was due to some unimplemented short-circuit logic. In addition, templatemaps are now cached to speed up rebuild even further.
- Category and author Filter pulldowns are now sorted alphabetically.
- Fixed Email Address => IP Address on IP Banning screen.
- Fixed help links (broken when help file names were shortened).