Not a developer? Go to MovableType.com

Documentation

Movable Type 6.3 release notes

This version of Movable Type was released August 24, 2016.

NEW AND IMPROVED FUNCTIONS

Supports PHP 7

PHP 7 has been added to the supported php versions. Movable Type dynamic publishing can be run with PHP 7.

Smarty 3.1

Smarty has been updated to version 3.1.

ADOdb v5.20.3

Also, ADOdb has been updated to version 5.20.3.

Supports MySQL 5.7

MySQL 5.7 has been added to the supported databases. Movable Type can be run with the default sql_mode.

Possible to disable the automatic image quality change function

We have improved the image quality change function.

In previous versions, Movable Type will change the image quality automatically by ImageQualityJpeg and ImageQualityPng even if the image size and quality is already adjusted.

From this version, system administrators can disable this feature by [System] > [General Settings] > [Image Quality].

By default, this feature is enabled.

NEW CONFIGURATION DIRECTIVES

AutoChangeImageQuality (0|1)

If set to 1, Movable Type will change the image quality automatically. The default value is 1 (enabled). This configuration directive is same as [System] > [General Settings] > [Image Quality].

DynamicCacheTTL

The number of seconds for the interval of the task to delete the cache files of dynamic publishing.

Default: 0 (do not perform)

NEW MODIFIER

force (1)

If 1 is specified, Movable Type will force generate thumbnail files with the specified width or height even if the original size is smaller than the specified size.

UPDATED FUNCTIONS

MISCELLANEOUS

  • The default character encoding for files and directories is changed to CP932 from Shift JIS. (#113879)

RESOLVED ISSUES

Entries and pages

  • “Not contains” conditional searching now works in entry listing screen. (#114083)
  • Tag auto-complete is now works in some situations.
    • Typing quickly. (#113874)
    • Tag name contains blank space. (#113785)
  • The json parse now works when json contains double-quotation. (#113813)
  • The re-edit button in the preview screen now works when PreviewInNewWindow is set to 1. (#113819)
  • Word-wrap now works when using non WYSIWYG editors. (#113830)
  • Resolved an issue in tag auto-complete which converted ampersand to &. (#113875)
  • The parameters in HTML are now escaped when returning from actions. (#114078)
  • Addressed an issue in which the unpublished date has not been the subject of revision management. (#113899)
  • Resolved an issue on performing uniqueness check of basename at saving a new page. (#113844)

Assets

  • Prevent input of invalid value of thumbnail width in asset insertion dialog. (#114017)
  • Prevent input of invalid value of upload path in asset upload screen/dialog. (#113758)
  • HTML in the label of asset is now escaped instead of removed. (#113708)

Categories

  • Revise the log message when saving a category. (#113854)

Content sync (Movable Type Advanced)

  • Content syncing now works when a file ends with blank space or dot. (#114033, #113944)
  • The preview file with filename that begins with “mt-preview” is never delivered to remote server. (#113925)
  • Resolved an issue with javascript error occurring when running immediate delivery. (#113788)
  • When the FTP connection is lost, now try to reconnect. (#113861)
  • The multiple start-up prevention now works when running on FastCGI. (#113741)
  • Symbolic link is now removed from a delivery target. (#113961)
  • Addresses an issue with performance when URL converting. (#113965)

Dynamic Publishing

  • MTAssetThumbnailURL and MTAssetThumbnailLink now works when using include_blogs with MTAssets. (#113782)
  • Resolved an issue where the output of MTEntryAuthorLink with show_hcard was not the same as static publishing.

Dashboard

  • The blog selector dialog launched by the Blog Widget from the website dashboard now contains child blogs only. (#113869)

Themes

  • Resolved an issue where the image asset with @SITE_LOGO tag is not displayed in the date based archive. (#114091)

Templates

  • The modified date is now updated when initializing a template. (#113738)
  • The custom fields for a template in the MTIndexList block now works. (#113767)
  • Unnecessary confirmation does not appear on the preview of the template when PreviewInNewWindow is set to 0.
  • “Save and publish” now works in the template edit screen. (#113853)
  • Resolved an issue where the message is garbled when an error occurs at the saving of a template. (#113945)

Template Tags

  • The “default” modifier now works when used with the MTCategoryBasename and MTCategoryLabel tags.
  • The width and height in the MTAssetThumbnailURL and MTAssetThumbnailLink are now ignored when they are larger than original size. (#113795)

Backup and Restores

  • Backup file downloading now works when the backup file contains large amount of data. (#113916)
  • The tag name on the restoring screen is now escaped. (#113918)

Listing Framework

  • The filter name in the filter selector dialog now syncs with the listing screen. (#113878)
  • Filter resetting now works when returning from performing list actions. (#113889)

Data API

  • File uploading now works when a user has ‘upload’ privilege only. (#114106)
  • Resolved an issue with “Readonly” module version 1.6.1+. (#114064)
  • Archive template rebuilding now works when calling the API via publishTemplate endpoint. (#113803)
  • Resolved an issue in entryPreview endpoint. (#113839)

XML-RPC

  • Published page deleting now works when the entry is deleted. (#114041)

Miscellaneous

  • The savetemplateprefs and saveentryprefs now return the correct mimetype. (#114005)
  • Fixed a typo in run-periodic-tasks. (#110678)
  • SSLVersion settings now work in some situations for SSL connections. (#113910)
  • Fixed a typo in convert-db. (#113863)
  • “Google Cloud Console” now renamed to “Google Cloud Platform”. (#113930)
  • Entry deleting now works when the author based archive exists and an entry is owned by deleted user. (#113912)
  • Access check for the PerformanceLoggingPath is never checked when PerformanceLogging is disabled. (#113957)

ACKNOWLEDGEMENTS

The release of Movable Type 6.3 brings with it a large number of improvements that were made possible by the help and support of Movable Type community members. We would like to include a special shout out to the following members for their contributions to this update:

  • taiju@alfasado ( #114005, #110678, #113738, #113879, #113910, #113788, #113819 #113852 #113853 )
  • sosblog ( #113874, #113785 #113875 )
  • Yasufumi Nishiyama ( #114064 )
  • Seiko Kuchida ( #114064 )
  • Hideki Abe ( #113795, #113844 )
  • Junnama Noda ( #113813 )
  • Kondoh@alfasado ( #113849 )
  • kita ( #113854 )
  • Shingo Watanabe ( #114078 )

All bugs are documented through an external site. A FogBugz account is required in order to view case details.

Back