You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/changelog.html
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ <h1>Chamilo Changelog</h1>
44
44
<p><i>Note: most #wxyz references are issue numbers you can find in <ahref="http://support.chamilo.org/projects/chamilo-18/issues" target="_blank">our public bug tracking system</a>. Some references marked BT#xyz are developments made externally for BeezNest customers and integrated into Chamilo. The details of these tasks cannot be seen for confidentiality reasons, but the code change is public and can be reviewed by anyone.</i></p>
45
45
<p> </p>
46
46
47
-
<h1>Chamilo 1.9.8 - Thon-Samson, June, 2014</h1>
47
+
<h1>Chamilo 1.9.8 - Thon, 15th of June, 2014</h1>
48
48
<h3>Release notes - summary</h3>
49
49
<p>Chamilo 1.9.8 is a minor stable version with a series of improvements on top of 1.9.6.<br/>
50
50
This version is the first Chamilo version to drop support for Internet Explorer
least version 10, which respects a little bit more than half of the W3C
54
54
standards (but still much less than Firefox, Chrome, Opera or even Safari)</p>
55
55
<h3>Release name</h3>
56
-
<p><ahref="http://fr.wikipedia.org/wiki/Thon-Samson">Thon-Samson</a> is a small city in the Belgian region of Wallonia</p>
56
+
<p><ahref="http://fr.wikipedia.org/wiki/Thon-Samson">Thon</a> is a small city in the Belgian region of Wallonia, several times classified as the most beautiful village of the South region of Belgium. It is a quite, beautiful place without anything out of the ordinary but made of beautiful, hundred years old homes built from famous Wallonia blue stone and crossed by the Samson river. Its stability and it's position just next to the large cliffs surrounding the Meuse are symbolically close to Chamilo 1.9.8, highly stable but a few steps away for the huge jump to the next major version.</p>
57
57
<h3>Security</h3>
58
58
All security issues are published and patches are attached on <ahref="https://support.chamilo.org/projects/chamilo-18/wiki/Security_issues">our security issues page</a>. If you think you found an additional security issue you'd like to report, please check our procedure there.
59
59
<ul>
@@ -84,6 +84,7 @@ <h3>New Features</h3>
84
84
<li>(#7063) Added support for "for" attributes in <label> fields for WCAG/WAI AA compatibility</li>
85
85
<li>(#7072) Added user profile fields of type "File upload"</li>
86
86
<li>(BT#7010) Add Aiken (Word) import format in exercises</li>
87
+
<li>(#6224) Add browser language auto-detection at first connection</li>
<li>(#6768) Always redirect user to expected page after "Not allowed" message (always load the require_uri in api_not_allowed) and fix login button</li>
121
+
<li>(bd0320a,d2ddee1 - BT#8199) Add session support in exams report</li>
122
+
<li>(#6173) Add partial French translation to installation guide</li>
119
123
</ul>
120
124
<h3>Debugging</h3>
121
125
<ul>
@@ -512,6 +516,10 @@ <h3>Debugging</h3>
512
516
<li>(ef4d1ae) Add Adminer 4.1.0</li>
513
517
<li>(a346e5a) Reversed gradebook scores array to reduce confusion</li>
514
518
<li>(893d3ea) Fix issue getting last connexion date to a course (was getting it from the table track_e_course_access)</li>
519
+
<li>(40a1e95 - BT#7780) Fix issue in course URL inside documents copied from one course to another</li>
<li>(#7153) Fix partial scores, total score, PDF export, percentage score, and certificate link in gradebook</li>
522
+
<li>(#5565) Fix installation bug (again)</li>
515
523
</ul>
516
524
<h3>Stylesheets and theming</h3>
517
525
Stylesheets have been considerably changed in version 1.9.8, which might require a little update on your side if you have a custom stylesheet. We're sorry about it, but it was really necessary to improve the adaptability of the interface for mobile devices (which we are sure you will appreciate). If you only changed the logo, we recommend you make a copy of an existing Chamilo style (main/css/chamilo*) again, rename it and simply replace the logo then upload the new style. If you have more complex styles, you might want to ask for the assistance of your web designer at the moment you update Chamilo to this version.
@@ -522,18 +530,21 @@ <h3>Stylesheets and theming</h3>
522
530
<li>(#7141) Great update to learning paths visualization</li>
523
531
<li>(#7142) Changed help image in learning paths</li>
524
532
<li>(#7147) Updated chat screen appearance</li>
533
+
<li>(d64b865 - BT#8230) Add "section-login" class in login pages</li>
525
534
</ul>
526
535
<h3>Web services</h3>
527
536
<ul>
528
537
<li>(BT#6246) Improved sessions list in sessions_list.soap.php and added GetLearnpathHighestLessonLocation() (also BT#6667)</li>
529
538
<li>(BT#6246) Updated WSCreateUser() to manage active status, added WSGetUser(), WSGetUserFromUsername() and WSSubscribeUserToSessionSimple() and fixed WSListSessions() to allow sessions sales from Ubercart Drupal module</li>
530
-
<li>( ? ) Add check on existence of extra fields (optional) (43949c7b)</li>
539
+
<li>(43949c7) Add check on existence of extra fields (optional)</li>
531
540
<li>(#6763) Added WSUserSubscribedInCourse()</li>
541
+
<li>(5ddc3c0) Assume student status in EditUser* services and prevent modifying an admin to student</li>
532
542
</ul>
533
543
<h3>Removals</h3>
534
544
<ul>
535
-
<li>Custom tabs can no longer be defined directly in the settings_current table.
545
+
<li>Custom tabs can no longer be defined directly in the settings_current table.
536
546
If you have custom_tabs in this table (select * from settings_current where variable='show_tabs' AND subkey like 'custom_tab_%'), please add them through the homepage edition screen.</li>
0 commit comments