diff --git a/documentation/changelog.html b/documentation/changelog.html
index e6d780959e..6ae8fc8759 100755
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -159,9 +159,25 @@
(c94787cd - BT#9049) Add session description (shown in sessions catalog)
(e17cb4c0 - BT#9329) Checks only results with qualification in gradebook
(3a7cf71e - BT#7802) Adding agenda event comments
+ (cd77a3ef - #7448) Prevent feedback edition by coach in exercise results
+ (00c59b69 - #1483) Add install profiles mechanism (beta)
+ (92ffaf62 - #7619) Add session view (option my_courses_view_by_session)
+ (b1786914 - BT#10139) Create new extra fields letters and alphanumeric with spaces - refs BT#10139 #TMI
+ (65778a19) Extend fill in blanks feature
+ (5f231873 - BT#9896) Add option to send email when a user is being subscribed to a session
+ (4c0780aa - BT#9897) Add new reset password option
+ (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
For developers and sysadmins
+ - (017a5691 - BT#9881) Registers score log in gradebook
+ - (9575ad7a - BT#9398) Enable fullscreen HTML attribute in documents
+ - (de476395) Add "Languages" link in the Platform block on the administration page to make languages management easier to reach (saving 2 clicks)
+ - (41608e94) Add basis for Claroline to Chamilo migration scripts
+ - (55e678c8) Copy conf files during migration.
+ - (541fdf61 - BT#9898) Add management for Cron Job
- (cb3f1a46 - BT#7721) Add branch tables (this will be further developed upon in future minor versions and will enable multiple Chamilo instances to "synchronize")
- (ebf721fa - BT#9884) Add tags search feature for extra fields
- (9293ab1f - BT#9889) Vendor - Add Essense library to get video's embed url
@@ -324,6 +340,77 @@
Improvements (minor features) and debug
+ - (fccfb6b7 - BT#7683) Add css frame.css in CkEditor
+ - (86e4df09 - BT#7683) Remove css frames theme Chamilo
+ - (2622d7bc - BT#7683) Fix scorm lesson appearance
+ - (189ea94d - BT#10091) Fix query error when saving an lp_item imported from a ppt file
+ - (620e7963 - #7794) Remove db_admin_path setting, now replaced by db_manager_enabled
+ - (0672f038) Fix course category order.
+ - (e7323004) Delete obsolete base_chamilo.css
+ - (57ca5358 - #7791) Fix default selection and clean inputs after adding events #7791
+ - (01082d5d - BT#7683) Fixcourse items block in social network
+ - (9a04803f - #7448) Add setting to allow feedback from coaches on exercise results
+ - (4190658c - BT#9896) Send email when user has been subscribed to session
+ - (11150ca1 - BT#9895) Improve mail for registration to platform
+ - (a9aec199) Fix iid/id issues when using exporting/importing courses.
+ - (8b3b3745) Remove unused build_datetime_from_array, fix dates.
+ - (bcdaab02 - BT#10139) Show input dates with format
+ - (8316506e - #1483) Add recursivity to install profiles mechanism and a default "production" profile
+ - (a9d953db) If error in the query then hide the sql error (in production mode)
+ - (003ee631) Replace Spreadsheet_Excel_Writer/Writer with PHPExcel
+ - (f53d157d) Fix calls to export_table_csv() which was replaced by arrayToCsv()
+ - (0e1f9e51 - BT#9897) Create tpl for reset password mail
+ - (dbe3b890 - BT#10139) Change date params when agenda event is created
+ - (e296bc84 - BT#10139) Create only_letters and alphanumeric types of extra fields
+ - (6a280f27 - BT#10139) Show session duration field like a number
+ - (8d4d5756 - BT#10139) Add validation pattern for course code in create course form
+ - (b0435938 - #7780) Change 'Student View' button label to 'Switch to student view' to make it more explicit
+ - (24a4aa16) Add whoisonline.tpl to enable templating
+ - (3ea9c064 - BT#10139) If course plugin image does not exists then use default image.
+ - (dde0a54a - BT#9898) Create template for mail for Course Finished cron
+ - (09347618 - BT#9898) Create template for mail for Remind Course Expiration cron
+ - (a6de7701 - BT#9898) Add administrator variables to template lib
+ - (e1205e2a) Use function getUTCDateTimeTypeClass to get class
+ - (b458a6f0) Add iid in c_group_info
+ - (731f0fb2 - BT#7683) Change image size for hot courses
+ - (67b0693c - BT#10092) Create TrackECourseAccessRepository
+ - (b8513e9b - #7779) Fix duplicate LP see #7779
+ - (2a7128ac - BT#9896) Enable use of tpl for session subscription's mail confirmation
+ - (98e741c8) Add stats for distinct users in number of logins report on admin statistics page
+ - (433999d0 - BT#9889) Show "subscribe to session" button when user is logged on Session About page
+ - (95d97793 - BT#9886) Calculate stars and points when gamification is active
+ - (503de2ab) Remove chamilo_database_version update. The filename has already the change number
+ - (2b8913b7 - BT#9881) Create gradebook_score_log table
+ - (66e1e9fe - BT#9881) Register when a user was subscribed to session
+ - (428ffbba - BT#9889) Don't show Subscribe To Session page when user not logged
+ - (850fdcf8 - BT#9889) Don't show requirement as completed when user not logged
+ - (9129f129 - BT#9889) Get session requirements for user not logged
+- (bc270aa4) Replace window.back() with window.history.go(-1)
+- (00aee04c - BT#9885) Add "courses-history" class to section id="page-content" element to allow for specific styling of closed courses - loosely refs BT#9885 #TMI
+- (e92f66f0 - BT#9884) Add getPath() method to generate a direct link to the session or one of its courses - loosely refs BT#9884 #TMI
+- (2422dc13) Change content copy suffix from "Copy" to "CopyLabelSuffix" to avoid the infinitive form in other languages
+- (24b7f370 - BT#10092) Calculate the session progress
+- (ec916c45 - BT#10092) Create My Progress page for gamification mode
+- (b86351c8 - BT#10092) Get user session course subscription
+- (9e55926c - BT#10092) Set the gamification mode on template class
+- (69b28bab - #7778) Fix sessions copy in sessions list. Error due to datetime format (including seconds or not) - fixes CT#7778
+- (58eda2ed - #7778) Show error message if session could not be created - loosely refs CT#7778
+- (b7b47b15 - #7778) Remove automatic assignment of visibility = 1 at session creation (use default value) + fix functions comments - loosely refs CT#7778
+- (7a64a95d - #7778) Update session copy feature to not hide resources in the base course if option selected (only hide in the new session) - loosely refs CT#7778
+- (43f2de30) Add session category to sessions list
+- (412f9460) Only show forum group information, the rest depends in the course.
+- (27105de8 - BT#5758) Add group report
+- (f9122055) replace & with &
+- (32a448ff) Fix group overview.
+- (09edcc72 - BT#9398) allowfullscreen in iframes
+- (a294049b - BT#9880) Add parent language loader to plugin language loader
+- (7bfd4658 - BT#9889) Relocate course tags section on About Session
+- (52692f2e - BT#9889) Show session sequences in sessions catalogue
+- (90edfa15) Fix bug when teacher can't edit document if it exists in a session.
+- (de069364) Certificate into landscape position.
+- (0596c25c - BT#10102) Show login form in not connected pages
+- (e6367791 - BT#9428) Add institution_address setting
+- (a893afb1 - #10102) Add Register page and lost password tpl
- (e97a2d8b - BT#10102) Add allow_fields_inscription field
- (fb8b7abd - BT#10102) Add option to hide headers if inscription is needed in a popup
- (dc8af33a - #9966) Copy certificate when option "import gradebook" is selected