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.51 (2002.10.29) |
Up
| 2.61 (2003.02.16) »
- Added Text Formatting options. Instead of a simple Convert Line Breaks checkbox, you can now set a different formatting option for each entry. Plugins can add new options to the Text Formatting menu, which allows for greater integration with the formatting within the system (for example, Text Formatting will be applied on the preview screen).
- Added PostgreSQL and SQLite database drivers.
- Incorporated Brad Choate's Sanitize plugin, adding an mt.cfg setting for a global default and a per-blog setting to override it. Sanitize is turned on automatically for the following tags:
<$MTCommentAuthor$>
<$MTCommentEmail$>
<$MTCommentURL$>
<$MTCommentBody$>
<$MTPingTitle$>
<$MTPingURL$>
<$MTPingBlogName$>
<$MTPingExcerpt$>
- Added an
<MTLink> tag to automatically generate the URL for an index template or an entry (by entry ID).
- You can now add a new category from the Primary Category menu on the new/edit entry screen by choosing Add new category... from the menu.
- Added a
Closed status for Allow Comments and turned it into a pulldown menu rather than a checkbox. This allows you to turn off new comment posting for an entry, but leave up the old comments.
- Added support for Creative Commons Licenses. You can select a license in your blog configuration, and the appropriate metadata will be set on your weblog index page and in your RSS 1.0 file.
- Added metaWeblog.newMediaObject implementation for uploading files via XML-RPC.
- Added an RSD template and a
<link> tag referencing it, which simplifies XML-RPC client configuration. (Ben Hammersley)
- Localization improvements:
- More strings have been abstracted to language packs, including those in the default templates, which means that they can now be localized.
- Password recovery, notification list, and comment/TrackBack notification messages can now all be localized in language packs.
- Added a tag for the
<$MTPublishCharset$> setting from mt.cfg, if using a different encoding. Default templates now use this tag, which defaults to iso-8859-1.
- PublishCharset is now sent as the charset in notification messages and comment and TrackBack ping notifications.
- dirify now converts certain high-ASCII characters (accented characters, etc) to their low-ASCII characters, meaning that something like
crudit will be converted to crudite.
- Fixed problem with updating pages when file sizes are the same and MD5 is not installed (now we compare file contents rather than sizes).
- Added MT::PluginData, a storage area for plugins. It uses the same data storage method being used by the rest of MT (eg Berkeley DB, MySQL, etc). Thanks to the mt-dev list for the idea.
- XML-RPC server now returns int instead of boolean for mt_allow_comments and mt_allow_pings.
- If comments are not allowed on an entry, they are now rejected at the core of the system, rather than just obfuscated by not putting up a form. This is a side effect of the new open/closed/none distinction.
- Changed comment forms in default templates to be more usable with respect to position of the ``Remember me'' elements. Thanks to Jeremy Hedley for the suggestions.
- In addition to removing any properly-formed HTML tags, MT::Util::remove_html now encodes any remaining
< characters into < entities. (Seth Woolley)
- Fixed problem with TrackBack auto-discovery and sending TB pings from entries created/edited via XML-RPC. Thanks to Annoying Old Guy for the debugging help and a patch.
- Fixed the non-HTML::Entities encode_html routine to not double-encode things that look like entities (numeric or otherwise).
- Added PingInterface, PingProxy, and PingNoProxy configuration settings for setting up proxy server info. Thanks to Christopher Laco for the patch.
- Improved encode_xml (and decode_xml). It now checks whether the string to be encoded looks like it contains HTML tags or entities, and wraps it in CDATA if it does. Thanks to Timothy Appnel for the code.
- Fixed bug in search engine where SearchTemplatePath setting could be overridden through the query string params. (Frank von Vliet)
- Made MT::App subclasses Apache::Filter-aware by using filter_register if Filter is turned on. Thanks to Christopher Laco for the patch.
- Fixed wide-character bug when using MD5, by utf8-encoding the data. Thanks to John @ John's Jottings for the patch.
- HTML in entry titles was not properly encoded in the main blog menu (it was on the list/edit entries screen). This is now fixed. (Richard Soderberg)
- Added note to installation docs on protecting mt.cfg with .htaccess file. (Patrick Gibson)
<$MTCGIRelativeURL$> now returns the full CGIPath setting if it doesn't look like an absolute URL (rather than the empty string).
- Fixed bug in getting directory name on Win32 machines, where we were discarding the volume name. Now use dirname instead of splitpath.
- Errors that occur when sending pings are now logged in the activity log, and an error message placed on the saved entry screen.
- Fixed bug with password verification on certain FreeBSD versions of
crypt(3) (where the implementation uses Blowfish), and made it work better in general by passing in the entire encrypted string and letting crypt deal with it (rather than trying to determine the salt).
- Fixed bug where
<$MTCategoryCount$> would include a count of drafts in the category.
- Fixed bug where categories containing only drafts could still be listed by
<MTCategories>. (girlie)
- Call MT::Entry::permalink in all places where it should be called (rather than building from archive_url, etc).
- Added sort_by and sort_order parameters to the search form, to allow for sorting within blogs in the search results.
- Added month=``last'' attribute to the
<MTCalendar> tag to easily create a calendar for the previous month. (wgriffin)
- Fixed bug where pings would not be sent after previewing an entry.
- If PublishCharset is set in mt.cfg, send it in the HTTP headers for search results, comments, and TrackBack.
- Added Slovak date formatting and fixed Czech formatting. (Bill Shakespeare)
- When setting form elements, the search script now uses
selected="1" and checked="1" instead of just selected and checked, for the sake of validity.
- Added mt.getRecentPostTitles, which is a bandwidth-friendly version of getRecentPosts, returning only title, date, post ID, and the user ID of the creator. (Adriaan Tijsseling)
- The XML-RPC server now sends and receives the mt_convert_breaks field as a String value, rather than a boolean, to support the Text Formatting options.
- Keywords can now be set and retrieved via the XML-RPC server in the mt_keywords field.
- TrackBack ping URLs can be set via the XML-RPC server in metaWeblog.newPost and metaWeblog.editPost, in the mt_tb_ping_urls field.
- Added code to untaint plugin filenames. (sdelmont)
- Authors who do not have access to edit author permissions should not be able to get to the permission-editing screen, even manually. This is now fixed. (Jonathan Auer)
- MT::Util::html_text_transform (the default ``convert line breaks'' code) will no longer add
<p> tags around paragraphs that start with certain HTML tags (pre, table, ol, ul, pre, select, form, and blockquote). (Phil Ringnalda)
- Linefeed (\r) characters are now stripped from templates and entries.
<$MTArchiveTitle$> and <$MTArchiveLink$> now work in Individual Archive Templates, and they do what you'd expect.
- Fixed bug with inconsistent results for
<$MTEntryCategory$> in search result templates.
- A search query containing only whitespace is no longer considered a search; instead, the
<MTNoSearch> container is rendered.
- Refactored database code so that most of it can be shared amongst the database drivers.
- Patched German date formatting so that %x and %X are language-sensitive. (Alex)
- Fixed bug where an empty return value in an archive template would be treated as an error. (Jason Kottke)
- Added
<br clear="all" /> to the main index template to work around the IE problems. (Blake)
- Fixed bug with global attribute overloading, where both the overloaded and the overloader would be called. (Timothy Appnel)
- Added error checking for
eval "use $user_class". (Dennis Haney)
- Change mod_perl docs to have extlib added to @INC. (Dennis Haney)
- Changed all visible instances of blog to weblog in the system and in the documentation.
- Changed the Convert line and paragraph breaks in comments option into a Text Formatting selector to select a Text Formatting option. (Kristine Beeson)
- Moved the Text Formatting option on the new/edit entry screen down below the Status and Authored On elements.
- Fixed security hole where any author could create a blog. (Paul Hammond)
- Set tab order in comment templates using tabindex, so that tabbing from name to email address to URL to comment text field still works. (Kristine Beeson)
- Fix unitialized value warning with empty DB password. (Adam Kalsey)
- Provide empty plugins directory in full install. (Anil Dash)