Dotclear

source: CHANGELOG @ 3893:5e29fd4fd50d

Revision 3893:5e29fd4fd50d, 40.1 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Changelog of 2.14.3

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

Sites map