Dotclear

source: CHANGELOG @ 3485:4c17ef251f93

Revision 3485:4c17ef251f93, 33.4 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Preparing 2.11.2 — release early, release often they said :-p

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

Sites map