Dotclear

source: CHANGELOG @ 3553:91681075f2d0

Revision 3553:91681075f2d0, 35.3 KB checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

2.12 Changelog - release expected on next 2017-07-27 (may vary)

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

Sites map