Skip to content

Commit 1351b8b

Browse files
committed
Merge branch '1.10.x' of https://github.com/chamilo/chamilo-lms into 1.10.0-rc
2 parents 0dfd852 + fb93c9b commit 1351b8b

File tree

138 files changed

+7425
-8098
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+7425
-8098
lines changed

.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ RewriteRule ^courses/([^/]+)/course-pic.png$ app/courses/$1/course-pic.png [QSA,
3737

3838
# About session
3939
RewriteRule ^session/(\d{1,})/about/?$ main/session/about.php?session_id=$1 [L]
40+
41+
# Issued badges friendly URL
42+
RewriteRule ^badge/(\d{1,})/user/(\d{1,}) main/badge/issued.php?skill=$1&user=$2 [L]

app/Resources/public/css/base.css

Lines changed: 48 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,13 +2638,6 @@ form .formw .freeze {
26382638
background-color: #FFFFFF;
26392639
}
26402640
.skill-options .load_wheel{
2641-
-moz-border-radius:6px;
2642-
-webkit-border-radius:6px;
2643-
border-radius:6px;
2644-
border:1px solid #C09853;
2645-
background:#FCF8E3;
2646-
padding:1px 5px 2px;
2647-
color:#333;
26482641
}
26492642
.skill-options .skill-winner{
26502643
list-style: none;
@@ -2676,8 +2669,8 @@ form .formw .freeze {
26762669
.skill-legend-badges{
26772670
color: #3A87AD;
26782671
}
2679-
.page-skill .panel-heading a{
2680-
color: #ffffff;
2672+
.page-skill .panel-default{
2673+
border-color:#DDDDDD;
26812674
}
26822675
.page-skill .btn-default{
26832676
background-color: #F6F6F6;
@@ -2699,11 +2692,19 @@ form .formw .freeze {
26992692
stroke: #000000;
27002693
stroke-width: 0.5px;
27012694
}
2702-
2703-
#skill_holder li {
2704-
float: none;
2705-
padding-right: 10px;
2706-
margin-bottom: .5em;
2695+
.items-user .avatar-user{
2696+
text-align: center;
2697+
margin-bottom: 10px;
2698+
}
2699+
.items-user p{
2700+
font-size: 12px;
2701+
margin-bottom: 5px;
2702+
}
2703+
.items-user .list-group{
2704+
font-size: 12px;
2705+
}
2706+
table#skill_holder {
2707+
margin-top: 15px;
27072708
}
27082709

27092710
/* ****************************************************
@@ -4038,6 +4039,19 @@ i.size-32.icon-new-work{
40384039
.openbadges-text{
40394040
text-align: center;
40404041
}
4042+
.title-badge{
4043+
font-weight: bold;
4044+
color: #2C3E50;
4045+
}
4046+
.code-badge{
4047+
font-size: 12px;
4048+
}
4049+
.name-badge{
4050+
font-size: 16px;
4051+
}
4052+
.issued .thumbnail{
4053+
border: none;
4054+
}
40414055
/* Social Profile */
40424056

40434057
.social-profile{
@@ -5011,9 +5025,10 @@ div#chat-remote-video video {
50115025
text-transform: uppercase;
50125026
}
50135027
#session-list .title-session{
5014-
font-size: 16px;
5028+
font-size: 14px;
50155029
line-height: 1.2;
50165030
margin-top: 5px;
5031+
min-height: 32px;
50175032
}
50185033
#session-list .session-col:nth-child(4n+1) {
50195034
clear: left;
@@ -5023,6 +5038,7 @@ div#chat-remote-video video {
50235038
padding: 0;
50245039
border: 1px solid #dddddd;
50255040
margin-bottom: 20px;
5041+
border-radius: 5px;
50265042
}
50275043
#session-list .item img{
50285044
max-width: 100%;
@@ -5034,6 +5050,7 @@ div#chat-remote-video video {
50345050

50355051
#session-list .information-item{
50365052
padding: 10px;
5053+
min-height: 185px;
50375054
}
50385055
#session-list .information-item .requirements .fa-book{
50395056
margin-right: 10px;
@@ -5388,7 +5405,7 @@ div#chat-remote-video video {
53885405
border-radius: 5px;
53895406
-moz-border-radius: 5px;
53905407
-webkit-border-radius: 5px;
5391-
min-height: 350px;
5408+
min-height: 320px;
53925409
margin-bottom: 10px;
53935410
}
53945411
.items-course .items-course-info .title{
@@ -5417,6 +5434,13 @@ div#chat-remote-video video {
54175434
border-radius: 5px;
54185435

54195436
}
5437+
.items-course .items-course-info .toolbar{
5438+
text-align: center;
5439+
padding-top: 5px;
5440+
}
5441+
.items-course .items-course-info .vote_label_info{
5442+
margin-bottom: 5px;
5443+
}
54205444
.hot-course-head{
54215445
padding-top: 10px;
54225446
padding-bottom: 10px;
@@ -5800,7 +5824,14 @@ a.sessionView {
58005824
border-radius: 25px;
58015825
border-color: #00677C;
58025826
}
5803-
5827+
.modal-body .sectiontitle{
5828+
font-size: 18px;
5829+
padding-bottom: 10px;
5830+
color: #00829C;
5831+
}
5832+
.modal-body .sectioncomment{
5833+
color: #666;
5834+
}
58045835
/* CSS NEW TOP ******************************************************************************/
58055836
/* CSS Responsive */
58065837
@media (min-width: 1025px) and (max-width: 1200px) {

documentation/changelog.html

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,16 @@ <h1>Chamilo&nbsp;Changelog</h1>
4848

4949
<a name="1.10.0"></a>
5050

51-
<h1>Chamilo 1.10.0 - San Juan, ? of October 2015</h1>
51+
<h1>Chamilo 1.10.0 - San Juan, 15th of October 2015</h1>
5252
<h3>Release notes - summary</h3>
5353
<p>Chamilo 1.10.0 is a major version of the 1.10.x branch, with new features and bugfixes on top of 1.9.10. As a major version, it requires the use of the upgrade script in order to upgrade an existing Chamilo portal. See install instructions</p>
5454
<h3>Release name</h3>
5555
<p>San Juan (or the "Old San Juan") was the main (old) harbour of Puerto Rico island. A frequent stop-over harbour for Europe's immigrants to the "new world" (be it Latin America or North America). Chamilo 1.10.0 marks a very strong intermediate step between the "old" Chamilo, inheriting over 14 years of code and experiences, and the "new" Chamilo, still maintaining its history of user experiences, but reworking the building bricks in a way that will make new developments possible faster, so that Chamilo can spread to the rest of the world in a rapid but stable way. Chamilo 1.10.0 integrates several new techniques of development that should improve is reliability, speed and flexibility. Welcome to the New World of learning, welcome to Chamilo 1.10.0! (so to speak)</p>
5656
<h3>Security fixes</h3>
5757
<ul>
5858
<li>There were no specific security flaws detected during the development of 1.10.0 but standard development procedures and criterias were followed during the development to ensure a very high security level.</li>
59-
</ul>
59+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/1307b662d2b5ba011b98518caa91e6714d8e3367">1307b662</a> - <a href="https://task.beeznest.com/issues/10295">BT#10295</a>) Remove XSS when add/edit career</li>
60+
</ul>
6061
<h3>Possibly breaking changes</h3>
6162
<ul>
6263
<li>Dropped support for PHP 5.3 and inferior (now REQUIRES PHP 5.4 or more)</li>
@@ -70,7 +71,8 @@ <h3>Notable new Features</h3>
7071
Only showing some of the more than 3000 commits since 1.9.10 (https://github.com/chamilo/chamilo-lms/compare/v1.9.10...1.10.x). This section is divided into two for practical purposes: one fo normal users, one for developers and sysadmins.
7172
<h4>For end-users, teachers and Chamilo admins</h4>
7273
<ul>
73-
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/ab71b27233f6bbab8266fbc4be3ea96bf7512213">ab71b272</a>) Add clear documentation about dropping support for IE8 (only supporting IE9 and up + all other browsers) starting in 1.0.x</li>
74+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/d1aa7a96feef449f8e4811f674e35c107c306420">d1aa7a96</a> - <a href="https://support.chamilo.org/issues/279">#279</a>) Added new lib to vCard Exports</li>
75+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/ab71b27233f6bbab8266fbc4be3ea96bf7512213">ab71b272</a>) Add clear documentation about dropping support for IE8 (only supporting IE9 and up + all other browsers) starting in 1.0.x</li>
7476
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/8e1e8a97fa266eba6d807fb129da318bbf7ff171">8e1e8a97</a> - <a href="https://task.beeznest.com/issues/9889">BT#9889</a>) You can now link a video to your course description</li>
7577
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/bd5519006ec43eec82b17cddc1f6475a73830d71">bd551900</a> - <a href="https://task.beeznest.com/issues/9889">BT#9889</a>) Add Session Description page to see more details about the session from the sessions catalogue</li>
7678
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/415c428aada4078ab4bd16a2f4adc38e65b2e690">415c428a</a> - <a href="https://task.beeznest.com/issues/9884">BT#9884</a>) Courses inside the session can now be ordered manually</li>
@@ -408,6 +410,42 @@ <h4>For developers and sysadmins</h4>
408410

409411
<h3>Improvements (minor features) and debug</h3>
410412
<ul>
413+
414+
415+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/483f502ebee755dc5ed15e4ec144cc5725036b7b">483f502e</a> - <a href="https://support.chamilo.org/issues/7898">#7898</a>) WCAG AAA improvement onChange JS</li>
416+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/3cb74208b95031de454ee074cc5f70303c87b303">3cb74208</a> - <a href="https://support.chamilo.org/issues/7883">#7883</a>) Slightly change skills list style on skill wheel's left panel</li>
417+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/0182e1f28b3919de100423bf08bff5477f9277b9">0182e1f2</a> - <a href="https://support.chamilo.org/issues/7883">#7883</a>) Add badges to skills list + remove text from action buttons to increase space for description</li>
418+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/2030e4cff41211106809bf757d824fcb92733e21">2030e4cf</a> - <a href="https://support.chamilo.org/issues/7885">#7885</a>) Improve mail sent to teachers on student submission of assignment (remove visible path)</li>
419+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/5052c4d38822b6b8b705015ecf57f348507618f1">5052c4d3</a> - <a href="https://support.chamilo.org/issues/7881">#7881</a>) Create page for badge criteria</li>
420+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/73a64d311eeb05c45f41ec17dc5e20a67a04495a">73a64d31</a> - <a href="https://task.beeznest.com/issues/10363">BT#10363</a>)Add pdf export for gradebook results</li>
421+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/ae31808dada316d79ca78fec4fc01e9755c64aa9">ae31808d</a>) Make user picture clickable in whoisonline</li>
422+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/7db39d29e7ea87f89dc109b84fc62fb54ff94b7d">7db39d29</a>) Add title and OpenGraph tags to certificate default template</li>
423+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/f329f5d7204681eba80864c224d98f35cf3c224d">f329f5d7</a>) Fixes the fact that an Anonymous see global chat bar - Refs 7890</li>
424+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/2b95a8c296a0bf9d2552c775c7a71fec7b574b1a">2b95a8c2</a>) Add "I am a {language} user" and expose background context for tests</li>
425+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/ca149ba80fd5497b13a38dc6fff97d9eb912f009">ca149ba8</a> - <a href="https://support.chamilo.org/issues/7879">#7879</a>) Set course's allow_public_certificates depending of allow_public_certificates global</li>
426+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/8c734aa52a60cd57293194b57b2fec6ece922c39">8c734aa5</a> - <a href="https://support.chamilo.org/issues/7880">#7880</a>) Allow export badges when certificates aren't allowed</li>
427+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/1bbbea10ee88deffbde6fb32374bbdbe8efb1c7d">1bbbea10</a>) Fix the Issues with languages priorities</li>
428+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/98250ce586b4d5f210ef619e06ee467c46a47ad2">98250ce5</a> - <a href="https://support.chamilo.org/issues/7875">#7875</a>) Plugin skype: clickable link</li>
429+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/8f67cf686f428278470e131fcd05df1257c4cbfd">8f67cf68</a> - <a href="https://support.chamilo.org/issues/7768">#7768</a>) Allow register beneficiaries with the sales of items</li>
430+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/df5a2eb3ad28465b4fbf94263aa088b136f8dcff">df5a2eb3</a> - <a href="https://support.chamilo.org/issues/7768">#7768</a>) Register datetime of sales</li>
431+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/5b26584ff2b2db0b5a33a5c642a431b80ecb2c5b">5b26584f</a> - <a href="https://support.chamilo.org/issues/7768">#7768</a>) Display payment method on sale report</li>
432+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/c44658d72906ec5ff1e6a957d52016958305729d">c44658d7</a> - <a href="https://support.chamilo.org/issues/7456">#7456</a>) Fix blank page when using hotpotatoe + LP</li>
433+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/b91733cc167c69e09bfd49c63308e338fa8fa41d">b91733cc</a> - <a href="https://support.chamilo.org/issues/7835">#7835</a>) Avoid blocked icons by ad blockers</li>
434+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/2f18e077f9a552cc6f490c44a58ccf7c9fc0c2b0">2f18e077</a> - <a href="https://task.beeznest.com/issues/10280">BT#10280</a>) Format date in sessions categories list</li>
435+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/ed50ffd65266b047ad193a5b887ad11f44c8bfa5">ed50ffd6</a> - <a href="https://task.beeznest.com/issues/10311">BT#10311</a>) add jquery.timelinr and img BT#10311</li>
436+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/a20b8fc767010b5593a43d93df49d48afc406bb2">a20b8fc7</a> - <a href="https://task.beeznest.com/issues/10281">BT#10281</a>) Apply format to session dates on session list</li>
437+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/588ad672ddb7da7ac7e39368b6f6c1a51bc1a3df">588ad672</a> - <a href="https://task.beeznest.com/issues/10283">BT#10283</a>) Allow filter session list by category</li>
438+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/9837c8ad7e5de3289352ef95c9aa3f6d4a46b5bc">9837c8ad</a> - <a href="https://support.chamilo.org/issues/5208">#5208</a>) Add CKEditor to Agenda, This fixed a minor bug</li>
439+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/c2320a5094449e2ad7dc5f4554fc4cfd8f288574">c2320a50</a> - <a href="https://task.beeznest.com/issues/10269">BT#10269</a>) Improve password strength on registration form</li>
440+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/ff6f11858e8c332b0bce1949e7b704407e766ed5">ff6f1185</a>) Improve translation to French for tour plugin</li>
441+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/d31059d2cb7394b2db895db01880f603e9732ca6">d31059d2</a> - <a href="https://support.chamilo.org/issues/10308">#10308</a>) Show modal title when send messages</li>
442+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/49d6dfed77bac5c215895c106f067177d507904e">49d6dfed</a>) Add small video conversion script. Might be useful for other things</li>
443+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/431576b2b9bda713b5f29b85b553a6a6265d195f">431576b2</a> - <a href="https://support.chamilo.org/issues/6579">#6579</a>) Load favicon from CSS dir</li>
444+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/f2a03393774e8dd02f1d33acc69022f3cd6fb133">f2a03393</a> - <a href="https://support.chamilo.org/issues/7558">#7558</a>) Add method to get a HTML code for a icon by Font Awesome</li>
445+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/6956617f5d41b43a26ad837ae6c1d604e92a3b2a">6956617f</a> - <a href="https://task.beeznest.com/issues/7680">BT#7680</a>) Download file directly</li>
446+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/8371a3754f643658cd9e71e811bbd804bb560373">8371a375</a> - <a href="https://task.beeznest.com/issues/10217">BT#10217</a>) XFrameOptions work around</li>
447+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/7a11b484f5f21401d051353de69c400ec346e75c">7a11b484</a> - <a href="https://task.beeznest.com/issues/10248">BT#10248</a>) Show session_admin on Resume Session page - BT#10248</li>
448+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/4d2f0513909bf7777499ce6093a1269fd78987a9">4d2f0513</a> - <a href="https://support.chamilo.org/issues/7808">#7808</a>) Save asset time in learning paths</li>
411449
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/fccfb6b77df1a98fca296f8d9232ad043418ed87">fccfb6b7</a> - <a href="https://task.beeznest.com/issues/7683">BT#7683</a>) Add css frame.css in CkEditor</li>
412450
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/86e4df09c032771724b5bdec01c9f69b77375085">86e4df09</a> - <a href="https://task.beeznest.com/issues/7683">BT#7683</a>) Remove css frames theme Chamilo</li>
413451
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/2622d7bc6caf12066853c83a9d0242b23cf543a8">2622d7bc</a> - <a href="https://task.beeznest.com/issues/7683">BT#7683</a>) Fix scorm lesson appearance</li>
@@ -962,7 +1000,7 @@ <h3>Removals</h3>
9621000
<li>main/reservation code was removed</li>
9631001
<li>main/metadata code was removed</li>
9641002
<li>Tables "userinfo_def" and "userinfo_def_content" were removed as well as the code.</li>
965-
<li>Dropped support for IE8</li>
1003+
<li>Dropped support for IE8 and inferior</li>
9661004
<li>Dropped support for PHP 5.3 and inferior</li>
9671005
</ul>
9681006
<h3>Known issues</h3>

documentation/credits.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<h1>Chamilo Credits</h1>
4343
<h2>Table of contents</h2>
4444
<ul>
45-
<li><a href="#core-developers">Core developers</a></li>
45+
<li><a href="#core-developers">Core contributors</a></li>
4646
<li><a href="#quality-assurance">Quality assurance</a></li>
4747
<li><a href="#performance">System performance</a></li>
4848
<li><a href="#tools">Tools</a></li>
@@ -69,10 +69,13 @@ <h2>Chamilo LMS 1.9.*</h2>
6969
<ul>
7070
<li>Yannick Warnier (yannick.warnier@beeznest.com) - Technical coordinator, Project Leader - BeezNest, Belgium/Peru</li>
7171
<li>Julio Montoya (gugli100@gmail.com) - Lead developer - BeezNest, France</li>
72-
<li>Hubert Borderiou - Developer responsible for exercises categories and many other practical fixes - Université de Grenoble, France</li>
72+
<li>Angel Quiroz (<a href="https://github.com/AngelFQC">https://github.com/AngelFQC</a>) - Developer - BeezNest, Peru</li>
73+
<li>Alex Aragon (<a href="https://github.com/aragonc/">https://github.com/aragonc/</a>) - Designer - BeezNest, Peru</li>
7374
<li>Michela Mosquera - Community manager for the (very large) Latin American community - BeezNest, Peru</li>
74-
<li>Coursenligne45 - Anonymous reporter and contributor to many bugfixes - Independent, France</li>
7575
<li>Noa Orizales - Tireless coordinator of everything non-related to coding, which enabled developers to do a better job - Contidos Dixitais, Spain</li>
76+
<li>Laura Guirao, José & José Angel from Nosolored - Technical assistance and contributions to testing and forum community</li>
77+
<li>Hubert Borderiou - Developer responsible for exercises categories and many other practical fixes - Université de Grenoble, France</li>
78+
<li>Coursenligne45 - Anonymous reporter and contributor to many bugfixes - Independent, France</li>
7679
<li>Yoselyn Castillo (yoselyn.castillo@beeznest.com) - Maintainer developer - BeezNest, Cuba</li>
7780
<li>Marko Kastelic - Reporter and contributor to many bugfixes - Independent, Slovenia</li>
7881
<li>Juan Carlos Raña Trabado - Independent developer and mastermind for documents, wiki and other pedagogical tools - Independent, Spain</li>
@@ -531,6 +534,7 @@ <h2>HTML Editor</h2>
531534
<li>Furio Petrossi for advocacy, research and recommendations </li>
532535
</ul>
533536
</li>
537+
<li>Upgrade to CKeditor 4 in Chamilo 1.10.0</li>
534538
</ul>
535539
<h2>Drawing tool</h2>
536540
<ul>
@@ -570,6 +574,7 @@ <h1>Documentation</h1>
570574
<li>Anaël Boulier</li>
571575
<li>Laura Guirao</li>
572576
<li>José Garcia</li>
577+
<li>Noa Orizales</li>
573578
<li>Jerome Warnier</li>
574579
<li>Arnaud Ligot</li>
575580
<li>Andrew Lynn (alynn@strathclyde.ac.be)</li>
@@ -722,7 +727,8 @@ <h1>Contributing organizations (only recorded since 2010)</h1>
722727
<li>ICPNA, Peru</li>
723728
<li>Imag'in, Nouméa, New Caledony</li>
724729
<li>IPYS, Lima, Peru</li>
725-
<li>Ministerio de Educación, Peru</li>
730+
<li>Ministerio de Educación (UCG), Peru (with financial support from Canada through GRADE - http://www.grade.org.pe/)</li>
731+
<li>Ministerio de Salud, Peru (with financial support from the Belgian Cooperation - http://btcctb.org)</li>
726732
<li>NoSoloRed, Spain</li>
727733
<li>Ricoh, Panama</li>
728734
<li>Rimac Seguros, Peru</li>
@@ -745,6 +751,7 @@ <h1>Deprecated developments</h1>
745751
<li>HTMLarea (WYSIWYG html editor): now removed and replaced by FCKeditor</li>
746752
<li>Table of contents: now removed, replaced by learning path</li>
747753
<li>Facultad de Matematicas, UADY (México) (original asynchronous Message plugin, was later dumped)</li>
754+
<li>Reservations tool</li>
748755
</ul>
749756
<br />
750757
<a name="association"></a>

documentation/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ <h1>Chamilo 1.10 - Documentation</h1>
3939
<br />
4040

4141
<a class="btn btn-primary btn-large" href="installation_guide.html">English installation guide</a>
42-
<a class="btn btn-primary btn-large" href="installation_guide_es_ES.html">Spanish installation guide</a>
43-
<a class="btn btn-primary btn-large" href="installation_guide_fr_FR.html">French installation guide</a>
44-
<a class="btn btn-primary btn-large" href="installation_guide_it_IT.html">Italian installation guide</a>
42+
<a class="btn btn-primary btn-large" href="installation_guide_es_ES.html">Spanish installation guide (outdated)</a>
43+
<a class="btn btn-primary btn-large" href="installation_guide_fr_FR.html">French installation guide (outdated)</a>
44+
<a class="btn btn-primary btn-large" href="installation_guide_it_IT.html">Italian installation guide (outdated)</a>
4545
<a class="btn btn-large" href="http://www.chamilo.org/forum">Chamilo Forum</a>
4646
<br />
4747
<br />

0 commit comments

Comments
 (0)