Dotclear

source: CHANGELOG @ 3646:1c6a535772c8

Revision 3646:1c6a535772c8, 37.2 KB checked in by franck <carnet.franck.paul@…>, 6 years ago (diff)

Cope with query part only in SimpleMenu? URLs, should fix #2006

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

Sites map