Dotclear

source: CHANGELOG @ 3642:7b5fba5faea7

Revision 3642:7b5fba5faea7, 37.2 KB checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Set caret et the end of the inserted thing (img, url, blockquote, …) in Legacy editor if current selection is empty

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

Sites map