Updating changelog

skala
Julio Montoya 16 years ago
parent ba410b441a
commit 87701e58db
  1. 14
      documentation/changelog.html

@ -48,6 +48,8 @@
<li>Added setting to show "report bug" link in header</li> <li>Added setting to show "report bug" link in header</li>
<li>Added new visualization mode for courses: vertical activity</li> <li>Added new visualization mode for courses: vertical activity</li>
<li>Improved presentation of courses + sessions in courses list (bigger icons, clearer boxes)</li> <li>Improved presentation of courses + sessions in courses list (bigger icons, clearer boxes)</li>
<li>Adding Ical import funcionality in agenda events see CT#1238</li>
<li>Updating license version to GNU/GPL v3</li>
</ul> </ul>
<h3>Debugging</h3> <h3>Debugging</h3>
@ -65,15 +67,16 @@
<li>Fixed course copy table lp_item audio not copied. Reported by Henri Hedman (Bug #575)</li> <li>Fixed course copy table lp_item audio not copied. Reported by Henri Hedman (Bug #575)</li>
<li>Fixed Added an option to cancel prerequisites in a course (Learning path). Fixed by aboivin in <a href="http://www.chamilo.org/node/146" target="_blank">http://www.chamilo.org/node/146</a> </li> <li>Fixed Added an option to cancel prerequisites in a course (Learning path). Fixed by aboivin in <a href="http://www.chamilo.org/node/146" target="_blank">http://www.chamilo.org/node/146</a> </li>
<li>Empty extra user fields are now deleted from the database</li> <li>Empty extra user fields are now deleted from the database</li>
<li>Quiz tool: erasing "rn" characters in fill in blanks and free answer bug fixed (Bug #829) Reported by David Auzeine</li> <li>Quiz tool: erasing "rn" characters in fill in blanks and free answer bug fixed (Bug #829). Reported by David Auzeine</li>
<li>Quiz tool: answer field updated from "id" to "id_auto" in the chamilo_stats.track_e_attempt table when migrating from 1.8.6.2 to 1.8.7 </li> <li>Quiz tool: answer field updated from "id" to "id_auto" in the chamilo_stats.track_e_attempt table when migrating from 1.8.6.2 to 1.8.7 </li>
<li>Quiz tool: Answer list fixed when using "matching" question type (BT#801). Reported by Noa Orizales</li> <li>Quiz tool: Answer list fixed when using "matching" question type (BT#801). Reported by Noa Orizales</li>
<li>Quiz tool: Fixed problem with open questions when entering words with the "rn" characters see CT#1035 </li>
<li>Quiz tool + LP : Fixed bug when adding a exercise twice in the same LP with multiple attempts or not.</li> <li>Quiz tool + LP : Fixed bug when adding a exercise twice in the same LP with multiple attempts or not.</li>
<li>Quiz tool + LP + Multiple attempts : Pre requisites will work the first time a student pass the LP. <li>Quiz tool + LP + Multiple attempts : Pre requisites will work the first time a student pass the LP.
If a student finished all steps correctly he will view all steps, prerequisites will not work here.</li> If a student finished all steps correctly he will view all steps, prerequisites will not work here.</li>
<li>Learning Path (Courses): PHP sessions of a LP are destroyed when visiting the main course page.</li> <li>Learning Path (Courses): PHP sessions of a LP are destroyed when visiting the main course page.</li>
<li>Assignment tool: Work.php deletes all homeworks bugs fixed. Reported and fixed by carlosbrolotobar <a href="http://www.chamilo.org/node/143" target="_blank">http://www.chamilo.org/node/143</a></li> <li>Assignment tool: Work.php deletes all homeworks bugs fixed. Reported and fixed by carlosbrolotobar <a href="http://www.chamilo.org/node/143" target="_blank">http://www.chamilo.org/node/143</a></li>
<li>Core API: Support has been implemented for json_encode() function for PHP version < 5.2. The correspondent bug-report "Hide and show not working" and testing have been done by Hubert Borderiou <a href="http://support.chamilo.org/issues/761" target="_blank">http://support.chamilo.org/issues/761</a></li> <li>Core API: Support has been implemented for json_encode() function for PHP version &#60; 5.2. The correspondent bug-report "Hide and show not working" and testing have been done by Hubert Borderiou <a href="http://support.chamilo.org/issues/761" target="_blank">http://support.chamilo.org/issues/761</a></li>
<li>Fixed target problems in links tool, in link edition</li> <li>Fixed target problems in links tool, in link edition</li>
<li>Fixed minor bug in online mail editor in order to show the sender's name and e-mail</li> <li>Fixed minor bug in online mail editor in order to show the sender's name and e-mail</li>
<li>Fixed bug that prevented importing SCORM resource from course archives (Bug #872)</li> <li>Fixed bug that prevented importing SCORM resource from course archives (Bug #872)</li>
@ -83,6 +86,11 @@
<li>Adding javascript library for the Pear HTML_QuickForm_advmultiselect class (see CT#883)</li> <li>Adding javascript library for the Pear HTML_QuickForm_advmultiselect class (see CT#883)</li>
<li>Assignment tool: Fixed problem with work/assignment tool whereby a moved work lost the ability to be scored</li> <li>Assignment tool: Fixed problem with work/assignment tool whereby a moved work lost the ability to be scored</li>
<li>Announcement tool: display images inside content of announcement sent by email (now the attachment images are embedded inside content) - private BT#925</li> <li>Announcement tool: display images inside content of announcement sent by email (now the attachment images are embedded inside content) - private BT#925</li>
<li>User image is show in the course list (User portal)</li>
<li>Copy course sessions fixes see CT#1253</li>
<li>SQL query fixed Wiki tool see CT#1201. Report by Hubert Borderiou</li>
<li>Learning path: Show document title instead of filename. Report and fix sent by Hubert Borderiou; See CT#1038</li>
</ul> </ul>
<h3>CSS changes</h3> <h3>CSS changes</h3>
<ul> <ul>
@ -92,6 +100,8 @@
<li>By creating a new course, will be enabled default, the option to display the chat in a new window</li> <li>By creating a new course, will be enabled default, the option to display the chat in a new window</li>
<li>When installing the platform will be active by default the following options: Allow edit tutors in the courses of the sessions, social network and sending messages</li> <li>When installing the platform will be active by default the following options: Allow edit tutors in the courses of the sessions, social network and sending messages</li>
<li>When you add an answer in Multiple choice or Multiple answers the score default is zero </li> <li>When you add an answer in Multiple choice or Multiple answers the score default is zero </li>
<li>Portal news UI improvements</li>
<li>User portal page UI improvements</li>
</ul> </ul>
<h3>Known issues</h3> <h3>Known issues</h3>
<ul> <ul>

Loading…
Cancel
Save