Dotclear

source: CHANGELOG @ 3300:b98c827c67ea

Revision 3300:b98c827c67ea, 29.4 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Some stuff missing from CHANGELOG

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

Sites map