Dotclear

source: CHANGELOG @ 3854:f957f195c75d

Revision 3854:f957f195c75d, 39.8 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Update CHANGELOG for the next 2.14.2

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

Sites map