diff --git a/documentation/changelog.html b/documentation/changelog.html
index d0bc097a06..4fbba9a4f5 100644
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -26,7 +26,7 @@
Dokeos 1.8.6 is a major debugging release but includes interesting new features as well.
New Features
- - FCKEditor 2.6.2 added FS#2528
+ - FCKEditor 2.6.4 SVN, build 21065 added (FS#2528 and FS#2867)
- Improvements to the profiling tool (previously called "User fields") to improve presentation and flexibility, and allow edition
- Added new authorized charsets for learning path tool
- Official code available in My Reporting (FS#2640)
@@ -48,6 +48,9 @@
- Integrated the gradebook at course level (FS#3173)
- New wiki tool (considerably improved, built on CoolWiki plugin) (FS#2873)
- Remove possibility to delete system directories in documents tool (FS#1522)
+ - Database server: There is no more need special SQL modes for MySQL 5.0 to be turned off through the "sql_mode" setting. The Dokeos system does it internally (FS#2787)
+ - Some low-level functions that intensively use the language translation sub-system have been optimized for speed (FS#3260)
+ - Documents tool: The document-type icons have been made clickable (FS#3296)
Debugging
@@ -98,6 +101,12 @@
Fixed bug in user fields, not displayed the default value in profile and add user, and you could modify this values
Fixed bug in link (see FS#3306)
Improved display of human resource manager option (see FS#3304)
+ Documents tool, folder selector: Fixed a bug that prevented Home (root) folder to be shown (FS#3089)
+ Users tool: Fixed a bug preventing detailed information about a user to be shown or edited (FS#3009)
+ Fixed a bug causing various problems due to improper priority order of loading PEAR packages (FS#3237)
+ The PclZip library has been upgraded to version 2.6. Additionally, a known bug has been fixed - improper processing of the option PCLZIP_OPT_REMOVE_PATH on Windows (FS#3243)
+ Fixed a bug causing improper numeric sorting of data displayed in various tables (FS#3282)
+ Agenda tool: Fixed a wrong range for hour selection. The bug has been reported and solved in a forum by TL (FS#3324)
CSS changes