Dotclear

source: CHANGELOG @ 4015:5c70152850f8

Revision 4015:5c70152850f8, 41.6 KB checked in by franck <carnet.franck.paul@…>, 6 years ago (diff)

Typos, thanks Tomek ;-)

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

Sites map