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.0b4 (2002.02.25) |
Up
| 2.0b6 (2002.03.12) »
- New and edit entry screens are now modular and customizable; you can set the fields you'd like to appear, and set where you would like the button bar (top or bottom of page).
- Increased width of Category pull-down in bookmarklet window.
- The form you get after you've uploaded a file will no longer submit in err when you press return; all submits are through the buttons using JS anyway, so the form submit is now disabled.
- Changed error screen so that there are now 2 buttons: CLOSE and GO BACK. So it's clearer what happens when you click the buttons.
- Refactored build_page and load_tmpl code; CMS-specific logic now goes into MT::App::CMS::build_page, and parameter-setting goes into MT::App::build_page. So load_tmpl now just loads the template.
- Fix import so that new imported entries get
Convert Line Breaks set properly.
- When listing Five most recent entries on editing menu, grab first 22 characters of entry body if no entry title.