Skip to content

Commit affe0b7

Browse files
committed
Update documentation directory with new dependencies, requirement on PHP 5.6 and LTI compliance
1 parent ad032e3 commit affe0b7

File tree

7 files changed

+37
-29
lines changed

7 files changed

+37
-29
lines changed

documentation/changelog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ <h3>Possibly breaking changes</h3>
160160
<h3>Notable new Features</h3>
161161
<h4>For end-users, teachers and Chamilo admins</h4>
162162
<ul aria-live="off">
163+
<li>[2019-04-30] The IMS/LTI plugin now fully supports LTI 1, 1.1, 1.1.1, Outcomes and Deep Linking</li>
163164
<li>[2019-04-16] (<a href="https://github.com/chamilo/chamilo-lms/commit/f8d91f9c2dc5502b90088a706a50cb2f8b6a066d">f8d91f9c</a> - <a href="https://task.beeznest.com/issues/15534">BT#15534</a>) Quiz: Allow editing questions that are not inside an exercise</li>
164165
<li>[2019-04-11] (<a href="https://github.com/chamilo/chamilo-lms/commit/c68ccd9f7a637b992d7269d15c62cf1a574d8c1b">c68ccd9f</a> - <a href="https://support.chamilo.org/issues/7683">CT#7683</a>) Display: Improvement in user summary (tracking)</li>
165166
<li>[2019-04-11] (<a href="https://github.com/chamilo/chamilo-lms/commit/f2b8f7336fa34de53843d035d538f6e2af06bc4d">f2b8f733</a> - <a href="https://task.beeznest.com/issues/15535">BT#15535</a>) Quiz: If random show also the total number of questions</li>
@@ -572,7 +573,7 @@ <h3>Improvements (minor features) and debug</h3>
572573
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/9d2f24a74a8b1960c5c6fa448cf8c0271774b8c1">9d2f24a7</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2755">GH#2755</a>) Learning path: Fix SCORM type</li>
573574
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/88e095abf358fe2b3079e1e5a1deb27bff8f4656">88e095ab</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2755">GH#2755</a>) Learning path: Add iframe type</li>
574575
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/c10632aeb1acf9b8dc136b40463be0d9557d7d40">c10632ae</a> - <a href="https://task.beeznest.com/issues/15374">BT#15374</a>) Skills: Fix query for badge assertion</li>
575-
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/364010011e323fbb52de6e1019f854a343cf0503">36401001</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2821">GH#2821</a>) Plugins: LTI: Fix ImsLti plugin by unserialize settings refs #2821</li>
576+
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/364010011e323fbb52de6e1019f854a343cf0503">36401001</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2821">GH#2821</a>) Plugins: LTI: Fix ImsLti plugin by unserialize settings</li>
576577
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/b23f847a71351231b6978317240fa3814fbccbf9">b23f847a</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2755">GH#2755</a>) Learning path: Fix view scorm</li>
577578
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/c18601c84eb836e8c140011a4ec2a06f5bd39220">c18601c8</a>) Internal: Add missing file in be4f22be03c332765704a7321a4e89878ae38cd8</li>
578579
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/be4f22be03c332765704a7321a4e89878ae38cd8">be4f22be</a>) Internal: Moving api_unserialize_content for Unserialize::unserialize Moving to avoid overload api.lib.php</li>

documentation/dependencies.html

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -62,47 +62,52 @@ <h2>Dependencies - client-side</h2>
6262
<ul>
6363
<li>PC with a minimum of 512MB or any tablet or smartphone</li>
6464
<li>We recommend a Pentium-I as a minimum processor capability for PCs</li>
65-
<li>Works on Windows XP (SP3 recommended) and later versions, Linux (any version with a graphical interface), Mac OS (any version), FreeBSD, Android, iOS and pretty much any other operating system with a graphical interface you might think about</li>
65+
<li>Works on Windows 8 and later versions, Linux (any version with a graphical interface), Mac OSX (any version), FreeBSD, Android, iOS and pretty much any other operating system with a graphical interface you might think about</li>
6666
<li>Any modern browser (IE10 and inferior *excluded*).</li>
67-
<li>Optional: Flash plugin (only required for a few features like the videoconference plugins)</li>
67+
<li>Optional: Flash plugin (only required if WebRTC is not supported by your browser)</li>
6868
<li>Optional: Java applet capability (only required for some plugins)</li>
6969
</ul>
7070

7171
<h2>Dependencies - server-side</h2>
7272
<ul>
7373
<li>Apache 2+</li>
74-
<li>PHP 5.5 or higher with MySQL bindings (mysqlnd is recommended for PHP 5). Now also supports PHP up to 7.2. If you use PHP 5, we highly recommend PHP 5.6. Otherwise, please use the latest stable PHP version available.</li>
74+
<li>PHP 5.6 or higher with MySQL bindings. Now also supports PHP up to 7.3.</li>
7575
<li>MySQL 5.6+ or any version of MariaDB database server</li>
76-
<li>php-intl package (for international behaviour support)</li>
77-
<li>php-gd package (for images resizing/cropping)</li>
78-
<li>php-mbstring package (for international behaviour support)</li>
79-
<li>php-imagick</li>
80-
<li>php-curl (only required for a feature in the links tool and an optional installer check)</li>
81-
<li>php-mcrypt (only required for a feature in the survey tool)</li>
76+
<li>php-curl</li>
77+
<li>php-dom (usually available by default)</li>
78+
<li>php-fileinfo (usually available by default)</li>
79+
<li>php-gd or php-imagick (for images resizing/cropping)</li>
80+
<li>php-intl (for international behaviour support)</li>
81+
<li>php-json</li>
82+
<li>php-mbstring</li>
83+
<li>php-mysql</li>
84+
<li>php-soap (for web services)</li>
85+
<li>php-xml</li>
86+
<li>php-zip</li>
8287
<li>php-ldap (only required for connection to a LDAP server)</li>
83-
<li>php-xapian (only required for full-text indexing and search)</li>
8488
</ul><br />
8589
<a name="included_dependencies"></a>
8690
<h2>Included Dependencies</h2>
8791
<ul>
8892
<li>EZpdf and MPDF</li>
89-
<li>FCKEditor (previously HTMLArea) </li>
90-
<li>FormValidator </li>
93+
<li>CKEditor (previously FCKeditor, previously HTMLArea) </li>
94+
<li>FormValidator (own version)</li>
9195
<li>iCalCreator</li>
92-
<li>kSes </li>
93-
<li>MIMETex </li>
94-
<li>MP3Player </li>
95-
<li>PCLZip </li>
96-
<li>PEAR::HTML_Common </li>
97-
<li>PEAR::HTML_QuickForm </li>
96+
<li>kSes</li>
97+
<li>mathjax</li>
98+
<li>MIMETex</li>
99+
<li>MP3Player</li>
100+
<li>Mediaplayer</li>
101+
<li>PCLZip</li>
102+
<li>PEAR::HTML_Common</li>
103+
<li>PEAR::HTML_QuickForm</li>
98104
<li>PEAR::HTML_Table</li>
99105
<li>PEAR::OLE</li>
100106
<li>PEAR::Pager</li>
101107
<li>PEAR::Spreadsheet_Excel_Writer</li>
102-
<li>PECL</li>
103-
<li>PHPMailer </li>
108+
<li>PHPMailer</li>
104109
<li>WCAG_Rendering</li>
105-
<li>xajax </li>
110+
<li>xajax</li>
106111
<li>jQuery</li>
107112
<li>Others (see composer.json)</li>
108113
</ul>

documentation/installation_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2><a name="1._Pre-requisites"></a>1. Pre-requisites</h2>
7878
<ul>
7979
<li><span style="font-weight: bold;">Apache 2.2+</span></li>
8080
<li><span style="font-weight: bold;">MySQL 5.6+ or MariaDB 5+</span></li>
81-
<li><span style="font-weight: bold;">PHP 5.5+ (7.2 recommended for greater efficiency)</span></li>
81+
<li><span style="font-weight: bold;">PHP 5.6+ (7.2+ recommended for greater efficiency)</span></li>
8282
</ul>
8383
<br />
8484
All these pieces of software are free software and freely available. <br /><br />

documentation/installation_guide_es_ES.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2><a id="1._Pre-requisites"></a>1. Prerrequisitos</h2>
8888
<ul>
8989
<li><span style="font-weight: bold;">Apache 2.2+</span></li>
9090
<li><span style="font-weight: bold;">MySQL 5.6+ o MariaDB 5+</span></li>
91-
<li><span style="font-weight: bold;">PHP 5.5+ (7.2 recomendado para mayor eficiencia)</span></li>
91+
<li><span style="font-weight: bold;">PHP 5.6+ (7.2+ recomendado para mayor eficiencia)</span></li>
9292
</ul>
9393
<p>
9494
Todo este software es software de código abierto y está disponible libremente.

documentation/installation_guide_fr_FR.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2><a name="1._Pre-requisites"></a>1. Prérequis</h2>
8080

8181
Chamilo est un système de gestion de l'apprentissage (LMS) qui fonctionne
8282
principallement sur base d'un <span style="font-weight: bold;">serveur web (Apache 2.2+)</span>, de <span style="font-weight: bold;">MySQL 5.6+ ou de MariaDB 5+
83-
(5 ou 10)</span> et de <span style="font-weight: bold;">PHP 5.5+</span> (7.1 recommandé). <br />
83+
(5 ou 10)</span> et de <span style="font-weight: bold;">PHP 5.6+</span> (7.2+ recommandé). <br />
8484

8585

8686
<br />

documentation/installation_guide_it_IT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>Guida di installazione di Chamilo LMS 1.9</h1>
7373
<p class="p8"><span class="s1"></span><br></p>
7474
<p class="p2"><span class="s1"><b>Chamilo</b> può essere installato indifferentemente su server Windows, Linux, Mac OS X e Unix. Tuttavia raccomandiamo l’utilizzo di server Linux per sfruttarne al meglio le caratteristiche di flessibilità, controllo remoto e scalabilità.</span></p>
7575
<p class="p3"><span class="s1"></span><br></p>
76-
<p class="p2"><span class="s1"><b>Chamilo</b> è principalmente un <b>LMS (Learning Management System)</b> che gira sulla piattaforma composta da <b>Apache (1.3,2.0 or 2.2)</b>, <b>MySQL 5.6+ (o MariaDB</b>) e <b>PHP 5.5 (7.1 consigliato)</b>, meglio nota come piattaforma <b>AMP</b>.</span></p>
76+
<p class="p2"><span class="s1"><b>Chamilo</b> è principalmente un <b>LMS (Learning Management System)</b> che gira sulla piattaforma composta da <b>Apache (1.3,2.0 or 2.2)</b>, <b>MySQL 5.6+ (o MariaDB</b>) e <b>PHP 5.6 (7.2+ consigliato)</b>, meglio nota come piattaforma <b>AMP</b>.</span></p>
7777
<p class="p3"><span class="s1"></span><br></p>
7878
<p class="p2"><span class="s1">Tutti questi software sono gratuiti e liberamente scaricabili.</span></p>
7979
<p class="p3"><span class="s1"></span><br></p>

documentation/readme.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,20 @@ <h1>About Chamilo</h1>
5555

5656
<p>Technically, Chamilo is a web application written in PHP that stores data in a MySQL database.
5757
Users access it using a web browser.
58-
The first stable version of Chamilo, 1.8.6.2 Salto, was based on the Dokeos(TM) 1.8.6.1 code and is
59-
meant to be the next software step for institutions currently using Dokeos.
58+
The first stable version of Chamilo, 1.8.6.2 Salto, was based on the Dokeos(TM) 1.8.6.1 code and
59+
can be used to upgrade institutions away from Dokeos or Claroline 1.*.
6060
</p>
6161

6262

6363
<p>If you would like to know more or help develop this software, please visit<br />
64-
our homepage at <a href="http://www.chamilo.org">https://chamilo.org</a></p>
64+
our homepage at <a href="https://chamilo.org">https://chamilo.org</a></p>
6565
<h1>SCORM</h1>
6666
Chamilo imports and manages SCORM 1.2 contents.<br />
6767
For more information on SCORM normalisation, see http://www.adlnet.org<br />
6868
Chamilo does not implement the full set of SCORM 1.2 specifications, as many are not mandatory.
6969
Check our website for more details.<br />
70+
<h1>IMS/LTI</h1>
71+
Since version 1.11.10, Chamilo also fully supports IMS/LTI 1, 1.1, 1.1.1, Outcomes and Deep Linking.
7072

7173
<h1>License</h1>
7274

0 commit comments

Comments
 (0)