Dotclear

source: CHANGELOG @ 3309:d23a41b088d9

Revision 3309:d23a41b088d9, 29.8 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Prepare the 2.10.1 release

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

Sites map