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
A <h1>Chamilo 1.11.12 - Le Breuil-sous-Argenton, ??/0?/2020</h1>
111
+
<h1>Chamilo 1.11.12 - Le Breuil-sous-Argenton, ??/08/2020</h1>
112
112
<h3>Release notes - summary</h3>
113
113
<p>Chamilo 1.11.12 is a minor bugfix release on top of 1.11.10.</p>
114
114
<p>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.</p>
<h4>For end-users, teachers and Chamilo admins</h4>
146
146
<ul aria-live="off">
147
+
<li>[2020-07-30] (<a href="https://github.com/chamilo/chamilo-lms/commit/ed713e1dbf775418b582e26ea2262b33bb3b0389">ed713e1d</a> - <a href="https://support.chamilo.org/issues/17589">CT#17589</a>) UserPortal: Add new link "Latest visited course" to redirect the user to the latest visited course/course-session</li>
147
148
<li>[2020-07-24] (<a href="https://github.com/chamilo/chamilo-lms/commit/7d102e29cd282988943c8fc864a2a81ae069e45a">7d102e29</a> - <a href="https://task.beeznest.com/issues/17576">BT#17576</a>) Session: Allow session admins to see session reports</li>
148
149
<li>[2020-07-16] (<a href="https://github.com/chamilo/chamilo-lms/commit/d7a05c034b406d719e84a4a44e86277eeecc6f02">d7a05c03</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/3093">GH#3093</a>) Tracking: New attndances page for parents/HRM</li>
149
150
<li>[2020-07-20] (<a href="https://github.com/chamilo/chamilo-lms/commit/910ad1e99605da8f1b27e624f84eb9986d0a65e0">910ad1e9</a>) Plugin: H5P: Let teachers create H5P games inside learning paths (global shared storage)</li>
@@ -311,6 +312,28 @@ <h4>For developers and sysadmins</h4>
311
312
</ul>
312
313
<h3>Improvements (minor features) and debug</h3>
313
314
<ul aria-live="off">
315
+
<li>[2020-07-30] (<a href="https://github.com/chamilo/chamilo-lms/commit/c623b960becf9b415faf034ebe900c4099c94a8d">c623b960</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2968">GH#2968</a>) Force generation for path of platform logo in PDF</li>
316
+
<li>[2020-07-30] (<a href="https://github.com/chamilo/chamilo-lms/commit/7c426d8b93c4b1071a9aa72b243ca64ee5a7764e">7c426d8b</a>) Quiz: Remove Display::display_footer in result.php</li>
317
+
<li>[2020-07-30] (<a href="https://github.com/chamilo/chamilo-lms/commit/9004408e16004e902b44a019611d1138998bcd79">9004408e</a>) Scripts: Update undefined language variables detector script to ignore variables called as get_lang() method of a plugin</li>
318
+
<li>[2020-07-29] (<a href="https://github.com/chamilo/chamilo-lms/commit/2c1b64539fa4c07491196a20aec722489573517e">2c1b6453</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/3409">GH#3409</a>) Learning path: Show item view when selecting an item in ToC</li>
319
+
<li>[2020-07-29] (<a href="https://github.com/chamilo/chamilo-lms/commit/a8f8788b8cd2761e317bbb557603ecef52422ae4">a8f8788b</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/3008">GH#3008</a>) Course Progress: Incorrect time in Thematic Advance Change .ready for function</li>
320
+
<li>[2020-07-29] (<a href="https://github.com/chamilo/chamilo-lms/commit/1bbcbb44991d1dbfbd600b3cf63c13d5a6046995">1bbcbb44</a>) Documentation: Remove support for PHP 7.4 from documentation: Due to library dependencies, 7.4 is supported *but* generates a lot of NOTICE and WARNING messages, which can spook users or overload server logs.</li>
321
+
<li>[2020-07-29] (<a href="https://github.com/chamilo/chamilo-lms/commit/ccde072d7edac61e65994b4dc35febb2d1246cf5">ccde072d</a>) WCAG: Add label text to search form in documents list</li>
322
+
<li>[2020-07-29] (<a href="https://github.com/chamilo/chamilo-lms/commit/a50c07ad22953fd83aae6a95a3e7ece24ea59b48">a50c07ad</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/3406">GH#3406</a>) Gradebook: Grade model: Increase max elements to 20</li>
<li>[2020-07-27] (<a href="https://github.com/chamilo/chamilo-lms/commit/b234316dff1291c307eb239665140d7890b89d1a">b234316d</a>) WCAG: Avoid using empty <i></i> for comments in documents list: replace by <em> and remove if no comment is set</li>
328
+
<li>[2020-07-27] (<a href="https://github.com/chamilo/chamilo-lms/commit/ef6ac7c3c4048af05f9eb936ed0536feb728ad56">ef6ac7c3</a>) WCAG: Convert <i> tags to <em> for better accessibility (WCAG AA)</li>
329
+
<li>[2020-07-27] (<a href="https://github.com/chamilo/chamilo-lms/commit/8cf4fc017ee1388acd38a0985745bdd2c76c7f7b">8cf4fc01</a> - <a href="https://task.beeznest.com/issues/16386">BT#16386</a>) Notification: Add check on user being logged in before showing user menu (fix previous typo)</li>
330
+
<li>[2020-07-27] (<a href="https://github.com/chamilo/chamilo-lms/commit/e239616ea78d20233210fbfeb96d4f78db12183e">e239616e</a> - <a href="https://task.beeznest.com/issues/16386">BT#16386</a>) Notification: Add check on user being logged in before showing user menu</li>
<li>[2020-07-27] (<a href="https://github.com/chamilo/chamilo-lms/commit/aaa19118c4383516dbfb335380c207b41019b243">aaa19118</a>) Performance: Replace user.user_id with user.id in sessionmanager and subscribe_user.php</li>
<li>[2020-07-24] (<a href="https://github.com/chamilo/chamilo-lms/commit/e6fbb35dcef7a5c88afeffd88b54328fae229905">e6fbb35d</a> - <a href="https://task.beeznest.com/issues/17415">BT#17415</a>) Plugin: Whispeak: Set accept-language in request header</li>
314
337
<li>[2020-07-24] (<a href="https://github.com/chamilo/chamilo-lms/commit/14462c1d4e57bb4205cf8662a930ab62671a8f8a">14462c1d</a> - <a href="https://task.beeznest.com/issues/17576">BT#17576</a>) Tracking: Check session list of session admins and let them see their report, in teachers_time_by_session_report.php and works_in_session_report.php</li>
0 commit comments