Dotclear

source: CHANGELOG @ 3377:ef36de22c133

Revision 3377:ef36de22c133, 30.6 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

CHANGELOG of next 2.10.3 release

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

Sites map