diff --git a/documentation/changelog.html b/documentation/changelog.html index e5240d7541..bfd2456b58 100755 --- a/documentation/changelog.html +++ b/documentation/changelog.html @@ -17,7 +17,7 @@ $('.version').each(function() { var version = $(this).attr('aria-label'); var title = $(this).find('h1').text(); - var titleParts = title.split('-'); + var titleParts = title.split(' - '); title = titleParts[0]; var cityParts = titleParts[1].split(','); @@ -108,7 +108,7 @@
-A

Chamilo 1.11.12 - Le Breuil-sous-Argenton, ??/0?/2020

+

Chamilo 1.11.12 - Le Breuil-sous-Argenton, ??/08/2020

Release notes - summary

Chamilo 1.11.12 is a minor bugfix release on top of 1.11.10.

Starting from this release, changes are registered by reversed date of addition (the latest changes first), which dramatically improves the changelog edition time. Because yes, it is reviewed manually.

@@ -144,6 +144,7 @@ A

Chamilo 1.11.12 - Le Breuil-sous-Argenton, ??/0?/2020

Notable new Features

For end-users, teachers and Chamilo admins

Improvements (minor features) and debug

-

Chamilo 1.9.8.1 - ,18th of June 2014

-

Release notes - summary

-

Chamilo 1.9.8.1 is a patch version with one security patch on top of 1.9.8 (in the included library for FCKeditor). Please check our security issues page for more information.

+

Chamilo 1.9.8.1 - Gangai, 18th of June, 2014

+

Release notes - summary

+

Chamilo 1.9.8.1 is a patch version with one security patch on top of 1.9.8 (in the included library for FCKeditor). Please check our security issues page for more information.

diff --git a/main/course_progress/index.php b/main/course_progress/index.php index 67aea046cf..edf020594d 100755 --- a/main/course_progress/index.php +++ b/main/course_progress/index.php @@ -114,6 +114,11 @@ $(function() { '; $htmlHeadXtra[] = '"; @@ -110,7 +114,7 @@ function lp_upload_quiz_main() get_lang('UseCustomScoreForAllQuestions'), ['id' => 'user_custom_score'] ); - $form->addElement('html', ' {# TOC layout #}
+ {# div#flab-mobile is to know when the user is on mobile view. Don't delete. #} + {% include 'learnpath/scorm_list.tpl'|get_template %}
{# end TOC layout #} @@ -299,6 +301,16 @@ $('.lp-view-tabs').animate({opacity: 1}, 500); }); + {% if lp_mode == 'embedded' %} + $('.scorm_item_normal a, #scorm-previous, #scorm-next').on('click', function () { + $('.lp-view-tabs').animate({opacity: 0}, 500); + + if ($('#flag-mobile').is(':visible') && !$('#learning_path_main').is('.lp-view-collapsed')) { + $('#lp-view-expand-toggle').trigger('click'); + } + }); + {% endif %} + loadForumThread({{ lp_id }}, {{ lp_current_item_id }}); checkCurrentItemPosition({{ lp_current_item_id }});