Dotclear

source: CHANGELOG @ 3782:cb25104a2651

Revision 3782:cb25104a2651, 38.8 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

2.14 changelog

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

Sites map