Dotclear

source: CHANGELOG @ 3571:1c37d382805e

Revision 3571:1c37d382805e, 35.6 KB checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Update changelog for the next 2.12.1

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

Sites map