Dotclear

source: CHANGELOG @ 3636:4cae7608c55a

Revision 3636:4cae7608c55a, 37.0 KB checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Changelog updated

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

Sites map