diff --git a/documentation/changelog.html b/documentation/changelog.html
index 6ae8fc8759..f0bed2ae28 100755
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -169,6 +169,18 @@
(fcc9030f - BT#9881) Add fields to associate forum to lp
(389f0c2d - BT#9901) Fix issue with sublanguage terms saving (update jQuery call for the value of textarea)
(265fd2ea) Update introduction to sub-languages to explain a bit better what's supposed to happen
+ (d1992deb - #7150) Add tracking page link to learning paths list
+ (4d2f0513 - #7808) Save asset time in learning paths
+ (95e9710d - #5208) Add CKEditor to textarea in agenda event creation form
+ (863b7c49 - BT#10219) Show Sign-Up button on sesion details page for not-logged user
+ (3ff85070) PrestaShop plugin fixes.
+ (f0f62976 - BT#10175) Allow subscription to open session
+ (56d0756a - BT#10175) Add setting option to hide the course catalogue
+ (cd77a3ef - #7448) Prevent coach to edit feedback on exercise result
+ (4190658c - BT#9896) Send email when user has been subscribed to session
+ (92ffaf62 - #7619) Add session view (option my_courses_view_by_session) in my courses list
+ (9096794b - #7618) Add new options in fill blanks question type
+ (5f231873 - BT#9896) Add option to send an email when a user is being subscribed to a sessino
For developers and sysadmins
@@ -336,6 +348,59 @@
- (3cd5b4bc - #7510) Add DB compression flag configuration
- (646a600e - BT#9325) Save extra data in admin panel
- (370fd8c8 - #7501) Adds composer as autoloader instead of custom autoloader
+ - (431576b2 - #6579) Load favicon from CSS theme directory if it exists
+ - (f2a03393 - #7558) Add method to get a HTML code for a icon by Font Awesome
+ - (e94602ec - #7837) Replace old code with api_get_user_info
+ - (22dc909a - BT#10259) Add expiration_date validation
+ - (57f99efb - BT#10253) Add dropbox_hide_general_coach setting
+ - (8371a375 - BT#10217) XFrameOptions work around
+ - (7a11b484 - BT#10248) Show session_admin on Resume Session page
+ - (7cc56e69 - #7220) Fix missing variable in function orig_item_type (learning paths)
+ - (ca6f8213) Remove use of dbName or db_name
+ - (98f4510a) Remove virtual course code.
+ - (5a9ae883 - #7823) Set default value auth_cat_child
+ - (a2d3f1c9 - #7819) Add database port to installation procedure and configuration file
+ - (5451fd53) Delete group category and group when deleting a course.
+ - (2ce8bedf - BT#10219) Add method to search session by name on course catalog
+ - (c169d7fc - BT#10045) Attempt at Nginx and Apache config examples in installation guide (Spanish only for now). Still presenting issues with file uploads under Nginx
+ - (a1429e93) Add section about testing with Docker in CONTRIBUTING.md
+ - (28a2a5e9 - BT#10145) Add param to prevent limitless redirections in SSO for Drupal
+ - (e1be9c98) Update fxp version requirement in README
+ - (9b5dc837 - BT#10174) Force session user data reload when login through sso
+ - (da5c70c1 - BT#10181) Add option to enable/disable individual skills
+ - (d2f674b4 - BT#10181) Add status and update_at on skill table
+ - (5542e7b6 - BT#10175) Show number of user in session for Advanced Subscription
+ - (d5467da5 - BT#10175) Add student status on admin_view for Advanced Subsciption
+ - (a7f2c5f6 - BT#10175) Add RewriteRule to get files in course directories
+ - (c897c8e1) Add option to boost encoding detection for learning paths - see https://github.com/chamilo/chamilo-lms/pull/771
+ - (443b7823 - BT#10174) Add referrer_uri variable to enable the right redirect to happen when user is authenticated after a Single Sign On operation
+ - (1481dd45 - BT#10175) Fix links to example files in session imports
+ - (98d0cf78 - #7794) Move my_courses_view_by_session setting to database
+ - (a740f7ff - #7794) Move user_reset_password and user_reset_password_token_limit settings to database
+ - (ea94df06 - #7794) Move course_catalog_published setting to database
+ - (189ea94d) Fix query error when saving an lp_item imported from a ppt file -refs bt10091
+ - (9ed26091 - #7794) Move gradebook_detailed_admin_view setting to database
+ - (628e0ccd - #7794) Move prevent_multiple_simultaneous_login setting to database
+ - (5331084f - #7792) Add mathajax lib
+ - (620e7963 - #7794) Remove db_admin_path setting, now replaced by db_manager_enabled
+ - (9a04803f - #7448) Add setting to allow feedback from coaches on exercise results
+ - (00c59b69 - #1483) Add install profiles mechanism (beta)
+ - (a9d953db) If error in the query then hide the sql error (in production mode)
+ - (003ee631) Replace Spreadsheet_Excel_Writer/Writer with PHPExcel
+ - (b1786914 - BT#10139) Create new extra fields types 'letters' and 'alphanumeric with spaces' - refs BT#10139 #TMI
+ - (69422fa7 - BT#10139) Add pattern to validate only letters and numbers on course code
+ - (dc179487) Add script to delete old unused courses
+ - (dbe3b890 - BT#10139) Change date params when agenda event is created
+ - (e296bc84 - BT#10139) Add 'only_letters' and 'alphanumeric' types of extra fields
+ - (8d4d5756 - BT#10139) Add validation pattern for course code in create course form
+ - (a37f8d44 - BT#10139) Update jquery jqplot lib
+ - (5af5c283 - BT#9897) Delete token and time from user password reset after first use
+ - (b458a6f0) Add iid in c_group_info
+ - (541fdf61 - BT#9898) Add management for Cron Job
+ - (41608e94) Add basis for Claroline to Chamilo migration scripts
+ - (4c0780aa - BT#9897) Add new reset password option
+ - (67b0693c - BT#10092) Create TrackECourseAccessRepository entity
+ - (fcc9030f - BT#9881) Add fields to associate forum to lp
Improvements (minor features) and debug
@@ -823,6 +888,57 @@
(2fa39544 - #7370) Fix a few buy courses plugin issues
(f37f0bd3 - BT#9068) Fix session_id and visible_result creation issue
(2fd2c2b7 - BT#9022) Add certificate path to the web service. Add 'add_gradebook_certificates_cron_task_enabled' configuration parameter
+ (56504c64 - BT#10254) Fix download zip when using windows
+ (9a4c0f5f) Fix announcement, thematic and wiki imports
+ (29fb361f) Move class UTCDateTimeType inside app folder (permissions issue)
+ (7913f289 - #7808) Show link only if message tool is on, in e-mails sent to users
+ (76d25d79 - BT#10102) Increase year range for date pickers
+ (c65dbc37 - #7807) Move js code into 2 separate files
+ (666cb686) Display: add functions toolbar actions for pages
+ (108a252a - #5405) Remove remaining now() call in course.lib.php
+ (0a8495e3) Remove gid unset, use api_get_group_id, api_get_course_id
+ (21318bb1) Fix "Multiple answer true/false/don't know" question CRUD
+ (546e927e) Change main/inc/conf references to app/config/
+ (c9acd1f5 - #7768) Add class method for get user from course by status
+ (9ba24374) Fix jsplumb error in admin question list
+ (dd8733e6 - BT#10175) Fix generate PDF when output mode is F
+ (5d15b588) Updating status for open sessions -refs BT10175 #FGE
+ (87af6dcf - BT#10175) Show always the skill name like a tooltip on skill wheel
+ (fcb12ae9 - BT#10175) Allow show full skill name on skill wheel
+ (6a67ed2a - BT#10175) Fix showing description in exercise execution
+ (30629475) Get rid of username column in the certificates' result page -refs BT10175 #FGE
+ (3887d26e) Update install documentation link to localized version for French, Spanish and Italian
+ (53cd9c7e - BT#10175) Fix URL link when searching skills
+ (abae544d - BT#10175) Improve admin_view on Advanced Subscription
+ (cd4d2758 - BT#10139) Add new export types
+ (7832686c - BT#10139) Add export to xls
+ (fccfb6b7 - BT#7683) Add frame.css in CkEditor BT#7683
+ (76e9608e) Add CSS SCORM iFrame style
+ (0672f038) Fix course cateogory order.
+ (e7323004) deleted base_chamilo.css obsolete
+ (1bc2b02f - BT#7683) Add icons for chat online status BT#7683
+ (a9aec199) Fix iid/id issues when using exporting/importing courses.
+ (8b3b3745) Remove unused build_datetime_from_array, fix dates.
+ (4a3d526c) Avoid double header.
+ (f3724f53 - BT#10139) Rename FormValidator functions
+ (bcdaab02 - BT#10139) Show input dates with format
+ (d44ab510) Add message if no courses in the session.
+ (dcaad88a - #7788) Fix issue with missing image in auto-created forum
+ (7d2eec85 - #7788) Fix issue with missing thread_qualify
+ (3ea9c064 - BT#10139) If course plugin image does not exists then use default image.
+ (dde0a54a - BT#9898) Create template for mail sent by the Course Finished cron
+ (09347618 - BT#9898) Create template for mail sent by the Remind Course Expiration cron
+ (d11fe190) Replace & with &
+ (731f0fb2 - BT#7683) Change hot courses image size - BT#7683
+ (38d5bb28 - BT#9895) update session subscription tpls and enable use of tpl for registration mail confirmation
+ (98e741c8) Add stats for distinct users in number of logins report on admin statistics page
+ (2b8f8a38) Fix missing values on call to chamilo_void_save_asset() in exercises included in learning paths #TMI
+ (141be5d9 - BT#9889) Add session subscription confirmation request
+ (433999d0 - BT#9889) Show subscribe to session button when user is logged on session description page
+ (e6c81fae - BT#10092) Fix calculate points and stars by lps in courses
+ (3ae53109 - BT#9886) Show lp_view progress bar when gamification is active
+ (95d97793 - BT#9886) Calculate stars and points when gamification is active
+ (389f0c2d - BT#9901) Fix issue with sublanguage terms saving (update jQuery call for the value of textarea)
Stylesheets and theming
@@ -831,6 +947,7 @@
- Removed all previous stylesheets and rewritten main ones from scratch
- Most of the CSS classes to most elements have been changed, making it practically impossible to maintain previous CSS styles with this new version (we're very sorry about that, but it was either this or sticking to non-mobile-friendly design)
- Many pages have been moved to TPL, making it easier to redesign them
+ - (10e8ff1e - #7539) Add Beach CSS theme - CT#7539
Web services