Dotclear

source: CHANGELOG @ 3807:b068a1dea11d

Revision 3807:b068a1dea11d, 39.2 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Update CHANGELOG for the next 2.14.1

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

Sites map