Dotclear

source: CHANGELOG @ 4034:900f72ff005f

Revision 4034:900f72ff005f, 41.9 KB checked in by franck <carnet.franck.paul@…>, 5 years ago (diff)

Merge 2.15.1 into default

Line 
1Dotclear 2.15.1 - 2019-08-29
2===========================================================
3* Fix: SQL request for CSP unsafe-inline setting
4* Fix: CKEditor configuration for foreign language (unabled to save post modifications)
5
6Dotclear 2.15 - 2019-08-13
7===========================================================
8* 🐘 PHP 5.6+ is required, PHP 7.3 compliance
9* Add drag'n'drop sorting system for dashboard blocks
10* Backend context is preserved on switching blog (as far as possible, depending on user's grants)
11* No more inline javascript, default/install CSP directive modified accordingly
12* Add settings (in maintenance plugin) for CSP system
13* Set correct lang attribute (useful for browser/editor spelling) for content (post/page) depending on entry setting, and CK editor UI in user language
14* Add spellcheck="true" attribute on input/textarea
15* Refactoring of notices/messages system on backend
16* Add undo/redo buttons to CKEditor toolbar
17* Add title/legend reminder on media popup insertion (1st tab)
18* Add font loading capabilities for ?pf= system - plugin are now able to load css fonts
19* Add WebP image format support to Dotclear (may depends on your server PHP capabilities)
20* Add <sub>…</sub> support in Dotclear wiki, syntax : _indice_
21* Template system: Allow ?sub for category/categories attributes of tpl:EntryIf, and for url/urls attributes of tpl:CategoryIf
22* Responsive tables/lists (posts, pages, users, …)
23* Spams preview (administrative board) now shows HTML code rather than interpreted content
24* Fix: port used behind reverse proxy (Clearbricks)
25* Lib: Update Codemirror to 5.48.0
26* Lib: Update CKEditor to 4.12.0
27* 🗑 → No more flash players (flv,mp3)
28* 🐛 → Various bugs, a11y concerns and typos fixed
29* 🌼 → Some locales and cosmetic adjustments
30
31Dotclear 2.14.3 - 2018-09-26
32===========================================================
33* 🛡 Security: Avoid XML upload in media manager
34* Fix: Upgrade modification for media_exclusion default setting
35* Fix: cope with PHP.ini setting memory_limit set to -1 (unlimited)
36
37Dotclear 2.14.2 - 2018-09-04
38===========================================================
39* 🛡 Security: Authenticated cross-site scripting (XSS) was possible due to the .ahtml (or .bhtml, .chtml, …) file extension being allowed in the media manager. Thank's Josiah Pierce for report (CVE-2018-16358)
40* 🛡 Security: Unregister phar wrapper in order to avoid PHP Phar extension vulerability
41* Fix: Enter key in some input fields were not redirect to the parent form
42* Fix: Unable to save modified theme's files in theme editor, when Codemirror is used
43* Fix: Back to the original global_filters() template function (will be rewritten in the next 2.15)
44
45Dotclear 2.14.1 - 2018-08-17
46===========================================================
47* 🐘 PHP 5.6+ is required - PHP 5.5 is buggy with the 2.14 release
48* Fix: install wizzard was broken
49* Fix: smallest admin font size was set when saving user prefs
50* Fix: minifying JS scripts may cause problems with regular expressions
51* Fix: empty JS var was set for syntax coloration if disabled
52
53Dotclear 2.14 - 2018-08-13
54===========================================================
55* 🛡 Security: Fix potential reflective XSS, thank's Zekvan Arslan for report (via Daniel Bishtawi from https://www.netsparker.com/)
56* 🐘 PHP 7.2 compliance
57* Use specialized fields whenever it's possible (email, …)
58* Add definition list capabilities (dl, dt, dd) to wiki (= <term>, : <definition>)
59* Add <sup>…</sup> support in wiki, syntax : ^exponant^
60* Add syntax property/method to dblayer driver
61* Replace some js oriented background fading by CSS3 animation
62* Enhance some visual focus indicators
63* Enhance key event management in popup (Esc, Enter, …)
64* Template filters may now be extended (or modified) by 3rd party plugins (via behaviors)
65* PSR-2 code formatting as far as possible (work in progress)
66* Add two new ways to order tags (by oldest or newest associated post publication date)
67* Update Codemirror to 5.38.0
68* Update CKEditor to 4.9.2
69* Update jQuery migrate plugin to 1.4.1
70* Update jQuery UI (custom) 1.12.1
71* Add a dark mode (via user preferences) for administration, CSS refactoring
72* Animate some counters on dashboard icons (nb of comments, spam comments and posts)
73* 🐛 → Various bugs and typos fixed
74* 🌼 → Some locales and cosmetic adjustments
75
76Dotclear 2.13.1 - 2018-01-27
77===========================================================
78* Fix: Weird behaviour of theme editor when typing any of "t", "r", "u" and "e" characters
79* Fix: Unable to save an entry with dcLegacyEditor in XHTML mode, visual pane
80
81Dotclear 2.13 - 2018-01-13
82===========================================================
83* 🐘 PHP 5.5+ is required
84* 🛡 Security: New password management system (including silent migration)
85* 🛡 Security: Add Referrer-Policy header in admin pages
86* 🛡 Security: Fix potential XSS - thank's Trí Chim Trích for report
87* Dotclear news are now displayed in async way by js
88* Dotclear core update check is now done by async js - a forced check may still be done on <admin>/update.php page
89* Add utf8mb4 driver (MySQL server 5.7.7+)
90* Add target="blank" option in simpleMenu
91* Update CKEditor from 4.6.2 to 4.7.3
92* Update CodeMirror from 5.25.1 to 5.32.1
93* Add required attribute for mandatory fields
94* Fix: Avoid horizontal scrolling table when longest comment's usernames in list of comments
95* Fix: Cope with MySQLi connection via socket
96* Fix: Error messages markup and styling
97* Fix: Set caret at the end of the inserted thing (img, url, blockquote, …) in Legacy editor if current selection is empty
98* Fix: Cope with query part only in SimpleMenu URLs
99* 🐛 → Various bugs and typos fixed
100* 🌼 → Some locales and cosmetic adjustments
101
102Dotclear 2.12.2 - merged in 2.13
103===========================================================
104* Fix: lang attribute was missing on entry alone contexts for currywurst and dotty templatesets
105* Fix: Add http:// protocol before media.dotaddict.org for csp_admin_img
106* Fix: tpl:sysIf blog_lang generated code
107* Fix: Duplicate auto-generated URI (entries)
108* Fix: Do not use border and background on select to use the system aspect of them in Firefox.
109* Fix: For select element, target Safari to cope with font-size select/option problem.
110* Fix: Error messages styling
111
112Dotclear 2.12.1 - 2017-08-13
113===========================================================
114* Fix: 3rd party filters for template tags (std filters are not more modifiable)
115* Fix: Media filename are now used without modification for media title on upload (advanced mode)
116
117Dotclear 2.12 - 2017-07-27
118===========================================================
119* 🛡 Security: Fix potential XSS
120* 🛡 Security: Enforce uniqness of the recovery key
121* 🛡 Security: Switch hash method from sha1 to sha512 (new installation only)
122* Two new values for base font size (37.5% and 87.5%)
123* Adaptive admin font size is now optional
124* Reduce base font size on very small devices
125* Refactor some functions to closures
126* No CSP directives in safe mode
127* Add current blog domain for script and style CSP directives
128* Backlinks:
129  * Retrieving ping URLs, let trackback first, then pingback, then finally webmention
130  * Get source post content to compose webmention excerpt and retrieve title
131  * Use source post title as blog name if this one is unknown (Anonymous blog is used if neither title nor blog name are known)
132* Datepicker's look refreshed
133* Allow 3rd party additional headers (URL handler)
134* Dublin core metadata removed
135* Using theme\<theme_name> namespace for _public.php and _prepend.php, in order to simplify theme copy and hack
136* Temporary password will have to be changed at first login (after resetting password)
137* Add ukrainian language
138* French help updated for theme editor
139* Add an option to disable Dotclear updates check (super-admin only)
140* Fix: Blogs’ admin (ie not super-admin) got back their blogs’ list but only super-admin may do actions
141* Fix: Post/page edition layout on different screen sizes
142* Fix: x-frame-options URL in admin
143* Fix: Cope with several copies of a same smiley in content
144* Fix: Allow 3rd party filters for template tags
145* Fix: Use getURLFor instead of old getBase function for breadcrumb
146* Fix: Give mysql/mysqli driver choice for DC 1.2 import
147* Clearbricks lib update from 0.9 to 1.0
148* jQuery lib update from 2.2.0 to 2.2.4 (last release of jQuery 2.n branch)
149* CKEditor lib update from 4.6.1 to 4.6.2
150* CodeMirror lib update from 5.15.3 to 5.25.1
151* 🐛 → Various bugs and typos fixed
152* 🌼 → Some locales and cosmetic adjustments
153* 📣 Warning: Next major release (2.13) will require PHP 5.5+
154
155Dotclear 2.11.2 - 2016-12-29
156===========================================================
157* Fix: Ensure compatibility with old version of PHP (5.3, 5.4)
158* Fix: New path of CSP report for maintenance deletion task
159* Fix: Broken entry preview
160* Fix: Avoid outgoing link on images in media manager
161* 🌼 → Do not include empty div as it disrupts CSS flexbox system
162
163Dotclear 2.11.1 - 2016-12-28
164===========================================================
165* Fix: admin menu not visible and some plugin admin not accessible with PHP < 5.5
166
167Dotclear 2.11 - 2016-12-28
168===========================================================
169* 🐘 PHP 5.3+ is required
170* 🛡 Security : Prevents XSS injection in media title, thanks smarterbitbybit for report
171* Cope with locale for sorting order if possible (work in progress)
172* Rich-text-editor (xhtml) may be disabled for Blog/Category description, widget's textareas, …
173* Add direct access to module's settings from plugins management page (depends on _define.php of modules)
174* Menus (except favorites) are now lexically sorted (except "new post" item)
175* Add Entry date as sort order in comments list
176* Switch admin CSS to Sass/Compass (work in progress)
177* Add 'l' and 'm' accesskey for editor toolbars, respectively for 'insert link' and 'select media' buttons
178* Add new categories attribute to EntryIf template tag
179* Remove Dublin-core metadata from <head> in template-sets
180* ToolMan (js) not more used, thank's Tim Taylor for all this years together!
181* Soft redesign of administration pages using responsive font-size and OS system fonts (IE 10+)
182* Add a user preference to hide additional/secondary information
183* Add actions on blog list, new sort order: blog status
184* Update CKEditor to 4.6.1
185* Open trackbacks with behaviors and add basic Webmention support
186* Add First Publication mecanism and an option to auto-ping when fired
187* Berlin theme is now based on Dotty template-set
188* Move advanced and plugins blog’s prefs in two separate foldable sections
189* Add legend and title insertion option for image insertion in entry
190* Some notices and messages may be hidden
191* Add urls attribute to CategoryIf template tag
192* CSP: Move admin CSP admin/csp_report.txt to DC_VAR/csp/csp_report.json
193* CSP: Violations are now stored only once in report if repeated
194* a11y: Remove empty link (href=#) from admin
195* Fix: Proxies may use standard HTTP(S) ports and SSL may now run through a proxy
196* Fix: Prevents precondition failed during activated theme update
197* 🐛 → Various bugs and typos fixed
198* 🌼 → A lot of locales and cosmetic adjustments
199* 🚽 → Housecleaning of no more used scripts, images, resources, IE 9- :-)
200
201Dotclear 2.10.4 - 2016-11-02
202===========================================================
203* PostgreSQL < 9.1 fix
204
205Dotclear 2.10.3 - 2016-11-01
206===========================================================
207* Security: Fix CVE-2016-7903: Password Reset Address Spoof — Thank's Hongkun Zeng for report
208* Security: Fix CVE-2016-7902: Media Manager, unrestricted File Upload — Thank's Hongkun Zeng for report
209* CSP: Cope with external sources used in editor's iframe to preview public external content
210* Fix: Cope with post.post_position field during flat import
211* Fix: Prevents precondition failed during currently activated theme update
212* Fix: Remove unecessary header (cope by dotclear) in page plugin
213* Fix: Let some proxies playing with standard http and https ports
214* Fix: Let SSL runs through a proxy, it may be ok, sometimes
215* 🐛 → Various bugs and typos fixed
216
217Dotclear 2.10.2 - 2016-08-17
218===========================================================
219* Update fails with PostgreSQL db support → fixed
220
221Dotclear 2.10.1 - 2016-08-15
222===========================================================
223* CSP (Content-Security-Policies) :
224  * Fix default directive for new installation
225  * Cope with media public URL for media manager
226  * Cope with blog public URL for post/page preview
227* Codemirror lib is now packed as the other Javascript lib are
228
229Dotclear 2.10 - 2016-08-13
230===========================================================
231* Security: Prevents .htaccess upload, thanks wiswat
232* Security: Prevents download of a zip media folder outside root media folder, thanks wiswat
233* Security: Prevents sort of SSRF/XSPA vulnerability in feed import, thanks wiswat
234* Security: Prevents reflected XSS in meda manager, thanks Chen Ruiqi
235* Security: Fix somes vulnerabilities in blogroll plugin, thanks Onur Yılmaz - Netsparker (https://www.netsparker.com)
236* Fix mix-content preview
237* Pure CSS3 sticky footer for admin pages (aka « footer de merde »)
238* Add missing breadcrumb styles for blowup theme
239* Currently logged super-admin may now change it's id wihtout loosing access at next login
240* The favorites icons may now be hidden from dashboard in user preferences
241* Number of posts/pages/comments are now displayed at top of lists, including quick filters depending on their status
242* Search widget has now a placeholder option (HTML5 only)
243* Add Apache 2.4+ directives in .htaccess
244* New favorites media folders (displayed at the top of recent folder list) in media manager
245* New pure HTML5 template set named dotty cloned from currywurst templateset
246* Codemirror lib updated (2.35.0 → 5.15.2) and moved to core:
247  * 40+ Codemirror themes are available — set in user preferences
248  * Fullscreen mode has been added (F11 switching key)
249  * 3rd party plugins may now load and run it with dcPage::jsLoadCodeMirror() and dcPage::jsRunCodeMirror(), see themeEditor plugin for example
250* New mark button for legacy editor (HTML5 only)
251* New with_category attribute for tpl:Entries
252* Add a /var directory:
253  * Set with DC_VAR constant in inc/config.php
254  * Admin URL of a var file should be retrieve with dcPage::getVF()
255  * Public URL of a var file should be retrieve with dcBlog::getVF()
256  * 3rd party plugins should create their own folder inside /var (aka DC_VAR) to keep it correctly organized
257* Emails and web site have been added to the comments filters' list
258* Some columns for posts and pages lists are now optional — set in user preferences
259* Add Post URL sample in blog parameters
260* CKEditor lib update (4.5.8 → 4.6.0)
261* Wiki syntax: new ") <text>" mark to generate aside blocks
262* CSP (Content Security Policies) have been implemented on admin pages:
263  * settings may be adjusted in system settings / about:config → system (see csp_admin… values)
264  * violation reports will be stored in admin/csp_report.txt (PHP 5.4+ only)
265  * new behaviour adminPageHTTPHeaderCSP may be used by 3rd party to adjust CSP directives
266* New behaviour adminPageHTTPheaders
267* New "Go Top" button displayed for long admin pages
268* 🐛 → Various bugs and typos fixed
269* 🌼 → Some locales and cosmetic adjustments
270
271Dotclear 2.9.1 - 2016-03-27
272===========================================================
273* Security: Add shtml extension to default media exclusion extension control, thanks Nitin Venkatesh for report
274* Changing theme is now allowed even with read-only theme folder
275* Audio media are not more preloaded in media manager pages
276* Array settings/prefs are stored with 'array' type rather than 'string'
277* 🐛 → Various bug fixes
278* 🌼 → Some cosmetic adjustments
279
280Dotclear 2.9 - 2016-02-29
281===========================================================
282* Additionnal menu items are now lexically sorted (default items and favorites order will be preserved)
283* Wiki syntax : Added ""marked text"" support (HTML5 only)
284* Session TTL are now adjustable (set DC_SESSION_TTL in inc/config.php)
285* Add behaviors for posts/pages/comments/users lists' columns → let 3rd party plugin playing with them
286* Blog and user lists are now lexically sorted
287* Some new filters have been added for post lists
288* Add a search engine in media manager (looking in filename, title and description metadata)
289* Add recent folders direct access mechanism for the media manager (setting in user prefs)
290* Add a another display mode (list) to the media manager
291* Details about currently selected thumbnail in media manager are now displayed
292* Shortcut access to the upload file form is now displayed on top on media page
293* Default insertion size (width and height) may now be defined for video media
294* Flash player fallback insertion is now optional for audio and video media
295* Modules may have dependencies on Dotclear core version too (using 'core' as module name)
296* Avoid mixed content (http vs https) for post/page preview: will open preview in another window if necessary
297* Finnish translation has been added
298* Content-length header is not more sent in HTTP response (should fix very long delays on some servers)
299* Template engine : add tpl:EntryAuthorEmailMD5 and tpl:EntryCategoryDescription tags
300* A new pref/setting array type is now available (JSON encoded in db)
301* Cope with sort of "un-attached" media → allows new features as "featured media" plugin
302* CKEditor library updated from 4.5.1 to 4.5.8
303* Update jQuery from 1.11.3 to 2.2.0, jQuery-migrate from 1.2.1 to 1.3.0, jQuery-ui-custom from 1.11.2 to 1.11.4
304* Provide jQuery 2.2.0 for public use (themes/plugins) - 1.4.2 (default) and 1.11.3 still provided
305* Some locales added or updated
306* PHP 7 compliance, PHP 5.3 min
307* Fix : Cope with "unknown" scheme in url (ie nor http: neither https: is defined in origin url)
308* Fix : Let select another theme even if theme folder is read-only
309* Fix : XML-RPC media uploaded are not more twice Base64 decoded
310* And plenty of other 🐛 🔫, various 🌼 adjustments, and also lot of 🍻 drunk
311
312Dotclear 2.8.2 - 2015-10-25
313===========================================================
314* Security fix : Fixed potential XSS on comments management page
315* Security fix : Enforce media exclusion control
316* Php 5.5 leaves NULL chars in unpack ==> add trim, fixed
317* Media title (in standard mode) is now taken into account on upload
318* Some 🐛 🔫
319
320Dotclear 2.8.1 - 2015-09-23
321===========================================================
322* Fix admin pager parameters escaping - thanks Keiko Yashiki from JPCERT/CC for reporting this XSS
323* Error on changing post author in entries' lists: fixed
324* Cope with unknown URL scheme in X-Frame-Options
325* One ot two of 🍻 drunk
326
327Dotclear 2.8 - 2015-08-13
328===========================================================
329* New module dependencies system (plugins)
330* Theme editor: Cope with css theme sub-folder
331* extension/heritage system applied to mustek templateset
332* installation wizard now allows SQLite engine
333* Legacy editor toolbar may now be displayed below textarea
334* Breadcrumb plugin added to the distribution, included in mustek/currywurst templatesets
335* Allow a fifth parameter (optional) for image to insert a legend using figure/figcaption tags (wiki)
336* XHTML validator removed from legacy editor
337* Update jQuery from 1.11.2 to 1.11.3
338* Add a blog parameter to disable internal search
339* Add some sort orders and filters criteria for posts and comments
340* Update CKEditor from 4.4.8 to 4.5.2
341* Add IP and antispam filter columns when displaying spams
342* Add actions to directly blacklist IP from comments list
343* Lexical sort order for tags and widgets
344* Use HTML5 audio tag for MP3 attachments
345* Bye the 🐈, welcome the 🐸
346* Lot of 🐛 🔫
347* Various 🌼 adjustments
348* Full of 🍻 drunk
349
350Dotclear 2.7.4 - 2015-02-13
351===========================================================
352* Berlin theme: resources usage has been optimized
353* currywurst templateset: head-linkrel block name fixed
354* Current editor syntax: now displayed near edited field (post/page/quick entry)
355* Some admin URLs were malformed: fixed
356* Post/page preview: anti-clickjacking system fixed
357* The cat is valid now
358
359Dotclear 2.7.3 - 2015-01-13
360===========================================================
361* Restore advanced edition of category description (as in 2.6)
362* Various bug fixes
363* Some cosmetic adjustments
364
365Dotclear 2.7.2 - 2014-12-25
366===========================================================
367* Dotclear wiki could not be used by standard user: fixed
368
369Dotclear 2.7.1 - 2014-12-25
370===========================================================
371* Various bug fixes
372* Some cosmetic adjustments
373
374Dotclear 2.7 - 2014-12-13
375===========================================================
376* Security : protection against clickjacking may be activated (see blog parameters)
377* Switch to HTML5 : backend, templatesets and themes
378* ARIA roles in da place (a11y)
379* Multiple templatesets : mustek (legacy) and currywurst
380* Themes may use extension/heritage template mechanisms
381* New theme (Berlin) based on currywurst templateset
382* New WYSIWYG editor (CKEditor)
383* Dotclear Wiki now produces HTML5 compatible markup
384* Video and audio HTML5 tags are now used (with fallback to flash if possible)
385* Copying default theme to user-defined theme folder is not more necessary
386* Preview of comment may be optional (see blog parameters)
387* Widgets may be put offline without deleting them
388* jQuery version may be choosen between 1.4.2 (default) and 1.11.1 (see blog parameters)
389* Number of posts listed on home page may be different than other pages (see blog parameters)
390* Hidden folders are now hidden in media manager (set DC_SHOW_HIDDEN_DIRS to true in config.php to display them)
391* User-defined template files may be reset (deleted) in theme editor
392* Drag'n'drop now enabled on touch screens
393* Alternative syntax may be set for comments by third-party plugins
394* A lot of bug fixes
395* Much more cosmetic adjustements and enhancements
396
397Dotclear 2.6.4 - 2014-08-18
398===========================================================
399* Security fix: Sanitize search request. Thanks to Takayuki Uchiyama
400* Security fix: Strenghened xmlrpc (see http://www.breaksec.com/?p=6362)
401
402Dotclear 2.6.3 - 2014-05-16
403===========================================================
404* Security fix: Strengthened xmlrpc auth. Thanks to Egidio Romano
405* Security fix: Strengthened categories ordering. Thanks to Egidio Romano
406
407Dotclear 2.6.2 - 2014-01-20
408===========================================================
409* Security fix: Fixed potential code injection on password protected post/page. Thanks to Charlie Briggs
410* Bugfix: cope with numeric module (plugin/theme) id
411* Bugfix: Bad SQL syntax when using SQLite
412* Bugfix: BlogParentThemeURL template value is back
413* Various bug fixes
414
415Dotclear 2.6.1 - 2013-11-22
416===========================================================
417* Bugfix: trackbacks/pingbacks post URL
418* Bugfix: short/full list of tags (post edition)
419* Bugfix: Toolbar not drawn on new comment form (administration)
420* Various bug fixes
421* Some cosmetic adjustments
422
423Dotclear 2.6 - 2013-11-13
424===========================================================
425* Various bug fixes
426* Various cosmetic adjustments
427
428Dotclear 2.6-RC - 2013-10-18
429===========================================================
430* PHP 5.2 required
431* jQuery upgraded to 1.10.2 (including jQuery migrate plugin 1.2.1)
432* mySQLi support (now proposed by default rather than mySQL)
433* Administration revamped, relooked, redesigned, new icons, new ergonomic's behaviours
434* Administration is now responsive (easier to cope with it on small devices)
435* Administration menu re-organized
436* a11y (accessibility) everywhere, with and whithout Js
437* Success, notice and warning messages have been harmonized
438* daInstaller has been dispatched in core (in plugins and blog themes management)
439* Global help is now available, contextual help is available on every page
440* Media manager enhanced
441* Maintenance plugin revamped and enhanced (now includes export features)
442* Categories management enhanced
443* Plugins and themes management revamped
444* New “Plumetis” variation for Blowup theme
445* Jasmine is now used for unit testing of js components
446* A lot of bug fixes
447* A lot of cosmetics adjustments
448* A lot of enhancements
449
450Dotclear 2.5.3 - 2013-09-13
451===========================================================
452* Bugfix: l10n Clearbricks library
453* Bugfix: post's comments and trackbacks counters
454* Check public and cache directories (existence and permissions)
455* Avoid Categorie's identical URL as far as possible
456* Cope with alpha layers in PNG images for thumbnails generation
457* Add password strength indicators
458* Fix permission form (checkboxes management)
459* Better management of antispam filters
460* Minor enhancements
461* Various bug fixes
462* Various cosmetic adjustments
463
464Dotclear 2.5.2 - 2013-08-14
465===========================================================
466* Security fix: Fixed potential XSS
467* Bugfix: l10n Clearbricks library
468* <tpl:LoopPosition> now works <tpl:Attachments>
469* Dotclear update check may now be forced (ignoring cache)
470* Enforce integration of daInstaller plugin
471* Tags link button is now available on page editor
472* Default cache age is now 1 week instead of 2 hours
473* Quick entry dashboard module is not activated by default on new installation
474* New template {{tpl:BlogParentThemeURL}} (return URL of parent theme of blog's theme if any, URL of blog's theme otherwise)
475* Fix post comments number on comments deletion
476* Fix order of backup files
477* Minor enhancements
478* Various bug fixes
479* Various cosmetic adjustments
480
481Dotclear 2.5.1 - 2013-07-20
482===========================================================
483* Security fix: Replacement of swfupload.swf by a jQuery plugin
484* Security enhancement: Strenghened lists display
485* Thumbnails quality improved
486* Minor enhancements
487* Various bug fixes
488* Various cosmetic adjustments
489
490Dotclear 2.5.0 - 2013-03-12
491===========================================================
492* Security fix: XSS vulnerabilities in swfupload.swf (media enhanced uploader)
493* Ductile theme may now use webfont (from Google, Adobe and similar providers)
494* daInstaller plugin is now included in the official distribution
495* The media enhanced uploader may now be temporarily enabled or disabled
496* Add mass expand on posts and comments lists
497* Allow wildcard for IP address on comments filters
498* Add ability to delete non empty category (and move its content to another category)
499* Every types of entries may be used to inserted an entry link in current edited post
500* Add (none) option to image insertion title pattern
501* Smileys are not more converted in image in pre,code,kbd,script and math contents
502* Notes' title can be now enclosed in h4 (default), h3 or p HTML tag
503* Now display translated name and desc of plugins
504* Add publication date validation on post and page editing forms
505* Add description to widgets
506* Add syntax color option to theme editor plugin
507* Add delete button on media item page
508* Add/complement display modes (all pages, home page only, except on home page) for all widgets
509* {{tpl:Widgets}} without type attribute set displays now all widgets (from nav, extra and custom)
510* Add {{tpl:else}}, {{tpl:TagCount}}, <tpl:TagIf>, {{tpl:CategoryEntriesCount}} template tags
511* Add cat_only, no_tag and content_only attributes to {{tpl:EntryFirstImage}} tag
512* Add capitalize attribute to template filters' list
513* Enhance links lookup anti spam filter
514* Add hidden optional attribute for pages
515* Adaptative compression rate for thumbnails generation
516* Add timestamp on admin information messages
517* Update to jQuery 1.8.3 and jQuery-UI 1.9.2 (custom)
518* Add default favicon.ico
519* Add default attributes settings for image,mp3,flv insertion
520* Various bug fixes
521* Various cosmetic updates and contrast adjustments
522
523Dotclear 2.4.4 - 2012-08-13
524===========================================================
525* Bugfix: Programmed entries works again.
526* Compatibility fix: widgets are now fully php >=5.3 compliant
527* Security fix: potential CSRF in user management
528* has_tag now part of dotclear core, moved from tag plugin.
529* empty title fixed on rss reader widget
530
531Dotclear 2.4.3 - 2012-05-18
532===========================================================
533* Admin: My favorites menu can be hidden
534* Admin: Fix wordpress importer
535* Admin: about:config and user:pref tables are now more readable
536* Ductile theme: Blog logo can be changed
537* New lithuanian language (thanks to Paulius Černakauskas)
538* Various bug fixes
539
540Dotclear 2.4.2 - 2012-02-11
541===========================================================
542* Security fix release
543* 4 XSS vulnerabilities fixed, discovered by High-Tech Bridge
544
545Dotclear 2.4.1.2 - 2011-12-24
546===========================================================
547* Happy Christmas!
548* Security: fixed one SQL injection vulnerability in Clearbricks, thanks to Adjaya
549* New behaviour: publicGetURLFor
550* New behaviour: publicRegisterURL
551* New behaviour: templatePrepareParams
552* Changed the way to get artefacts URLs, through $core->url->getURLFor calls, instead of $core->url->getBase()
553* new/updated parameter sql_only in $core->blog->getPosts and $core->blog->getComments
554
555Dotclear 2.4.0 - 2011-11-13
556===========================================================
557* Admin: new iconset from Thomas Daveluy
558* Admin: Accessibility enhancements
559* Added a custom widget sidebar
560* Added a new theme (Ductile)
561* Added a new plugin (simpleMenu)
562* handling of postgres non default schemas (db_prefix = 'schema.prefix')
563* New iconset mechanism
564* New behaviour: coreBlogBeforeGetPosts
565* Security fix: Spam comments feed now checks for blog permission. Thanks to Romuald Brunet.
566* Various bug fixes
567
568Dotclear 2.3.1 - 2011-06-14
569===========================================================
570* Updated makefile for cleaner distrib.
571* Better localization handling for prefs and shortcuts.
572* Misc JS & CSS cleaning.
573* Import/Export preferences-related bugfix.
574* Administrative mail address is now configurable.
575* Security: one minor fix and changes for two potential problems. Thanks to Jeremie Boutoille
576
577Dotclear 2.3.0 - 2011-05-16
578===========================================================
579* Admin: Major backend redesign
580* Admin: Customizable Dashboard
581* Admin: New Favourites admin submenu
582* Admin: New user preferences backend
583* Admin: Accessibility enhancements
584* Admin: Inline help extended
585* Templates: Default theme templates moved to inc/public/default-templates
586* Clearbricks: External libraries relocated to inc/libs
587* Clearbricks: fixed utf-8 and mysql strict mode problems
588* Added a safe mode connection, disabling all plugins
589* Mysqli support (config.php may need to be updated manually)
590* Fixed dcLog bug with pgsql
591* Fixed comment/trackbacks counters reset.
592* Several other bug fixes
593
594
595Dotclear 2.2.3 - 2011-04-01
596===========================================================
597* Security fix in media manager. Thx to Raphaël
598* Bugfix : 2.2.2 was preventing manual thumbnail regeneration.
599* Database handling bugfixes
600
601Dotclear 2.2.2 - 2011-01-17
602===========================================================
603* Bugfix: 2.2.1 was blocking new installations
604* Autoupdate procedure should now be "bad ftp client configuration"-proof.
605* Several other small bugfixes
606
607Dotclear 2.2.1 - 2011-01-15
608===========================================================
609* ExternalMedia is not part of the core distribution anymore
610* New attribute to tpl:SysIf: blog_id
611* New behaviour: adminMediaItemForm
612* Several bugfixes
613* Several code optimizations
614* Several typos corrected
615* Security fix in Clearbricks. Thx to François Pierre-Doray for pointing it out.
616
617Dotclear 2.2 - 2010-07-01
618===========================================================
619* New installation wizard.
620* Several new behaviours:
621     - adminCommentHeaders
622     - adminCommentsActionsCombo
623     - adminCommentsActions
624     - adminCommentsActionsContent
625     - adminBeforeCommentDelete
626     - adminPostsActionsHeaders
627     - adminUsersActionsCombo
628     - coreBeforeCategoryCreate & coreAfterCategoryCreate
629     - coreBeforeCategoryUpdate & coreAfterCategoryUpdate
630     - coreBeforeLogCreate & coreAfterLogCreate
631     - coreBeforePostCreate & coreAfterPostCreate
632     - coreBeforePostUpdate & coreAfterPostUpdate
633     - coreMediaConstruct
634     - templateCustomSortByAlias
635     - urlHandlerGetArgsDocument
636* New methods for several core classes.
637* Metadata integration to the core.
638* Error handlers can now be extended.
639* Templates: blocks can now be recursive.
640* Templates: Entries & Comments tags can now be sorted.
641* Templates: The template subsystem is quicker, linier, and ready to be extended.
642* Complete reworking of the settings system
643* Correct handling of postgresql non default schemas.
644* Admin: Autocompletion and further enhancing to tags handling.
645* Admin: Accessibility & ergonomic tweaks.
646* Admin: Administrator tag in users list.
647* Comment cookies are now specific to the blog rather than to the domain.
648* Password changes can now be mandatory.
649* jQuery updated to 1.4.2.
650* And way too many bugfixes and typos squashes to be listed.
651
652
653Dotclear 2.1.7 - 2010-05-25
654===========================================================
655* Auto-update procedure fix
656
657Dotclear 2.1.6 - 2009-10-01
658===========================================================
659* Install procedure fixes
660* Admin: Page managers can now create pages
661* Admin: several typos corrected.
662* Admin: Widgets now work in IE8.
663* Admin: Password protected posts can now be previewed.
664* Templates: tpl:Meta* are now tpl:Tags*.
665* Templates: <tpl:Entries lastn="0"> now display all posts.
666* new behavior: adminPageHTMLHead
667* DB schema: new blog_id field in log table
668* Media manager: Pubic folder can now be set on a different host.
669* WordPress import fixes
670* Dailymotion insertion fix
671* Upgrade procedure: CRLF removed in files that were bugging the upgrade.
672* JQuery updated to 1.3
673* IE7-js update
674* security: Full Path Disclosure protection. Thx to Karim Ayad for pointing it out.
675* and way too many bugfixes to be listed.
676
677Dotclear 2.1.5 - 2009-02-05
678===========================================================
679* Security release
680* Youtube insertion update
681
682Dotclear 2.1.4 - 2008-12-21
683===========================================================
684* Security flaw fix
685* WordPress import refining
686* XML-RPC improvements
687
688Dotclear 2.1.3 - 2008-11-19
689===========================================================
690* Admin: New upgrade procedure
691* Admin: Fixed video insertion bug
692* Template: New attributes
693  * url on EntryIf
694  * only_category on Blogroll
695  * no_context on Pagination
696* Template: New tag
697  * BlogID
698* Admin: escaped blog_id on authentication page
699
700Dotclear 2.1.1 - 2008-11-07
701===========================================================
702* Admin: Automatic Update bug fixes
703* Admin: Disable Automatic Update if no digests file
704* Admin: Javascript fixes in authentication page
705* Admin: Fixed errors with categories select boxes
706* Template: Added level attribute in tpl:Categories
707* Media: Added H.264/MPEG-4 AVC for mp4 files
708
709Dotclear 2.1 - 2008-11-01
710===========================================================
711* Subcategories
712* Admin: Automatic Update
713* Admin: Flash 10 support for uploader
714* Admin: mailto link in comment details
715* Admin: Embedded video size selection
716* Admin: Restrict session cookie path to admin
717* Media: H.264/MPEG-4 AVC (HD) support with m4v files
718* Inherited themes
719* WordPress XML-RPC methods support
720* True unicode URLs
721* Plugin: Widgets as template tags
722* Plugin: Filters in entries widgets and Blogroll
723* Plugin: Added vimeo.com in external media
724* Template: New tags
725  * LoopPosition
726  * CommentAuthorDomain
727  * CommentAuthorMD5
728  * EntryFirstImage
729  * EntryCategoryShortURL
730  * CategoryIf
731  * CategoryFirstChildren
732  * CategoryParents
733  * EntryCategoriesBreadcrum
734  * MediaURL
735
736Dotclear 2.0.2 - 2008-09-05
737===========================================================
738* New installation procedure
739* Plugin: WordPress import fixes
740* Plugin: Plain text export as downloadable files
741* Plugin: Message about URLs in Dotclear 1.2 import
742* Public: Display a message if search returns no result
743* Admin: Fixed some CSS bugs
744* Admin: Batch select/unselect entries
745* Admin: In a media item, find entries containing it
746
747Dotclear 2.0.1 - 2008-08-16
748===========================================================
749* Plugin: Fixed a bug with Dotclear 1.2 URLs import.
750* Plugin: Fixed a l10n bug in Pages
751* Admin: Enhanced plugins resources loading and cache
752
753Dotclear 2.0 - 2008-08-01
754===========================================================
755* Public: Atom becomes the default feed format. RSS 2 is always available.
756* Admin: design enhancements and new Dotclear logo
757* Admin: entries preview in blog context
758* L10N: New language manager with zip files support
759* Plugin: Import/Export plugin version 2.0 with import from Dotclear 1.2 and WordPress
760* Plugin: Pages enhancements (preview, sorting)
761* Plugin: support for jamendo and deezer in External Media
762* JSMin on JavaScript files instead of JS packing
763* SQLite 3 only support (PDO based)
764* Many bug fixes and major performances improvements
765
766Dotclear 2.0 RC2 - 2008-06-21
767===========================================================
768* FairTrackback spam filter
769* Language pack infrastructure
770* Bug fix on comment search with author "0"
771* Javascript fixes
772* dcAuth::sessionExists and dcAuth::checkSession new methods
773* Right management in dcAuth::sudo
774* Media File sorting options in media manager
775* CandyUpload, new uploader tool based on SWFUpload
776* New search engine robots options
777* New image options
778* L10N: Japanese and Portugues (Brazil) language packs
779* Many bug fixes and enhancements
780
781Dotclear 2.0 RC1 - 2008-05-01
782===========================================================
783* New: Pages plugin
784* New: Theme editor plugin
785* Entries: Text and WYSIWYG enhancements
786* Entries: Markup validator
787* Entries: Insertion of links to other entries from toolbar
788* Entries: External media insertion (dailymotion, youtube, google video)
789* Tags: Same list for new and existing entries
790* Tags: Tags can be removed on all associated entries
791* Tags: Tags can be removed on a post selection
792* Admin: Ask password for user management tasks, theme upload and plugin upload
793* Admin: New contextual help viewer
794* Media manager: Recreate thumbnails option
795* Media manager: Custom medium thumbnail size (per blog)
796* Media manager: Zip files extract support
797* Media manager: Zip file download of directory
798* Media manager: File exclusion pattern option
799* Themes and plugins: Zip as new package format
800* Themes and plugins: Upload
801* Themes and plugins: Upgrade within administration interface
802* Themes and plugins: Deletion
803* Public: New default theme: Blowup (fully customizable)
804* Public: Changed the way commenter cookie is handled
805* Themes: Template files moved to tpl/ directory
806* L10N: Polish, Catalan and Spanish translations
807* Misc: jQuery upgraded to 1.2.3
808* Misc: Crushed png files
809* Fixed many bugs
810
811Dotclear 2.0 beta 7 - 2007-07-12
812===========================================================
813* New way to display comments and trackbacks on entries in backend
814* Dashboard visual improvements
815* Default cache dir created by installation process
816* Option to limit posts and comments in feeds
817* Introduced UDBS for installation and upgrade
818* Changed handling of XML-RPC URLs
819* New option to force HTTPS redirect if wanted
820* Enforced cookies security (directory and ssl support)
821* Added Plugin auto-install and auto-upgrade support
822* Added trackbacks ttl and moderation preferences
823* Added an Internal search engine
824* FLV support in backend with Neolao player
825* Added nice messages if database is broken or Dotclear not installed
826* upgrade jQuery to 1.1.3
827* Fixed many bugs
828* Fixed security issues in backend
829
830Dotclear 2.0 beta 6 - 2007-02-19
831===========================================================
832* New antispam plugin, with a set of filters (rbl, ipblacklist, spamwords, akismet)
833* New admin dashboard page
834* Fixed unwanted logout bug
835* Added settings to disable template caching and allow PHP code
836* Blog preferences panel bug fix
837* New XML-RPC Client and Server
838* Comment posting permissions bug fix
839
840Dotclear 2.0 beta 5.4 - 2007-01-19
841===========================================================
842* Minor change on spam display in comments.php
843* Command line upgrade script and fix in load_plugin_file.php
844* Make akismet configurable only by superadmin with DC_AKISMET_SUPER
845* SQL optimisations
846* New comments view in post
847
848Dotclear 2.0 beta 5.2 - 2007-01-11
849===========================================================
850* Fixed a bug with imageMeta::getMeta
851* Enhanced dynamic file uploader
852* Move clearbricks files to their own repository
853* Fixed a bug with auto_br in wikiSimpleComment
854* Support for language restriction in feeds
855* Default theme structure changes
856* Fixed a PHP 5.0 compatibility issue
857* Installation Wizard
858
859Dotclear 2.0 beta 4 - 2006-12-26
860===========================================================
861* Performances enhancements.
862* Administration UI enhancements.
863* More user-friendly Widgets (version 1.5).
864* Switch to jQuery <http://jquery.com>.
865* Added jQuery in default theme.
866* Major changes in HTTP client and Feed Parser based on a
867  generic socket handler.
868* PHP 5.2 compatibility.
869* Code documentation (all core and most of clearbricks).
870* Many bug fixes.
871
872Dotclear 2.0 beta 3 - 2006-11-05
873===========================================================
874* Disallow special wrappers for fopen like functions.
875* XML/RPC improvements.
876* Read IPTC and EXIF metadata in uploaded pictures.
877* MySQL 4.1 support only.
878* Metadata import from Dotclear 1.2.x.
879* Akismet plugin.
880* Pings plugin.
881* Added a priority setting for plugins.
882* Many bug fixes.
883
884Dotclear 2.0 beta 2 - 2006-08-09
885===========================================================
886* DC_PLUGIN_ROOT can handle more than one path.
887* OPML/XBEL import in blogroll plugin.
888* Fixed a security issue in html::absoluteURLs().
889* Fixed issues with timezone on scheduled entries.
890* Multiple categories selection in tpl:Entries.
891* Improved dbLayer.
892* Changed category feed URL.
893* Feeds for tags (entries and comments).
894* Added attachments count on backend and frontend.
895* New settings code design. Can now handle wide system settings.
896* Memory usage improvements with autoloader.
897* Some code cleanup.
898* Feed parser improvements.
899* Themes can be configured if needed.
900* XMP support on JPEG files.
901* Media manager improvements.
902* Spamplemousse now uses DNSBL (and the guy who left the bug was fired).
903* Javascript editor and toolbar improvements.
904* RDS support (XML/RPC API discovery).
905* Added a theme with user stylesheet.
906* Plugins manager
Note: See TracBrowser for help on using the repository browser.

Sites map