Dotclear

source: CHANGELOG @ 3385:feab2d0b0ac7

Revision 3385:feab2d0b0ac7, 30.8 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

CHCHANGELOG of the 2.10.4 release

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

Sites map