Dotclear

source: CHANGELOG @ 3625:2fa9feba2079

Revision 3625:2fa9feba2079, 37.0 KB checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Merge 2.12 changelog

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

Sites map