Changeset 3173:e8e179dd6498 for CHANGELOG
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3123 r3173 1 Dotclear 2.9 - 2016-02-29 2 =========================================================== 3 * Additionnal menu items are now lexically sorted (default items and favorites order will be preserved) 4 * Wiki syntax : Added ""marked text"" support (HTML5 only) 5 * Session TTL are now adjustable (set DC_SESSION_TTL in inc/config.php) 6 * Add behaviors for posts/pages/comments/users lists' columns → let 3rd party plugin playing with them 7 * Blog and user lists are now lexically sorted 8 * Some new filters have been added for post lists 9 * Add a search engine in media manager (looking in filename, title and description metadata) 10 * Add recent folders direct access mechanism for the media manager (setting in user prefs) 11 * Add a another display mode (list) to the media manager 12 * Details about currently selected thumbnail in media manager are now displayed 13 * Shortcut access to the upload file form is now displayed on top on media page 14 * Default insertion size (width and height) may now be defined for video media 15 * Flash player fallback insertion is now optional for audio and video media 16 * Modules may have dependencies on Dotclear core version too (using 'core' as module name) 17 * Avoid mixed content (http vs https) for post/page preview: will open preview in another window if necessary 18 * Finnish translation has been added 19 * Content-length header is not more sent in HTTP response (should fix very long delays on some servers) 20 * Template engine : add tpl:EntryAuthorEmailMD5 and tpl:EntryCategoryDescription tags 21 * A new pref/setting array type is now available (JSON encoded in db) 22 * Cope with sort of "un-attached" media → allows new features as "featured media" plugin 23 * PHP 7 compliance, PHP 5.3 min 24 * Fix : Cope with "unknown" scheme in url (ie nor http: neither https: is defined in origin url) 25 * Fix : Let select another theme even if theme folder is read-only 26 * Fix : XML-RPC media uploaded are not more twice Base64 decoded 27 * And plenty of other 🐛 🔫, various 🌼 adjustments, and also lot of 🍻 drunk 28 1 29 Dotclear 2.8.2 - 2015-10-25 2 30 ===========================================================
Note: See TracChangeset
for help on using the changeset viewer.