Skip to content

Commit b7ed462

Browse files
committed
Merge branch '1.10.x' of https://github.com/chamilo/chamilo-lms into 1.10.0-rc
2 parents 6a4873f + a16eee6 commit b7ed462

25 files changed

+636
-602
lines changed

app/Resources/public/css/base.css

Lines changed: 20 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,107 +1425,6 @@ a.unread {
14251425
text-align:right;
14261426
}
14271427

1428-
#group_description {
1429-
margin: 10px 0px 10px 0px;
1430-
}
1431-
1432-
#group_privacy {
1433-
margin: 10px 0px 10px 0px;
1434-
}
1435-
1436-
#group_permissions {
1437-
-moz-background-clip:border;
1438-
-moz-background-inline-policy:continuous;
1439-
-moz-background-origin:padding;
1440-
-moz-border-radius-bottomleft:8px;
1441-
-moz-border-radius-bottomright:8px;
1442-
-moz-border-radius-topleft:8px;
1443-
-moz-border-radius-topright:8px;
1444-
background:#EEE none repeat scroll 0 0;
1445-
margin: 20px 0px 20px 0px;
1446-
}
1447-
1448-
#group_permissions ul {
1449-
list-style-image:none;
1450-
list-style-position:outside;
1451-
list-style-type:none;
1452-
margin:0;
1453-
padding:0;
1454-
}
1455-
1456-
#group_permissions ul li {
1457-
margin: 10px 0px 10px 5px;
1458-
}
1459-
1460-
/* Groups boxes */
1461-
1462-
.groups_grid_container {
1463-
width:100%;
1464-
}
1465-
.groups_grid_item {
1466-
width:80px;
1467-
float:left;
1468-
margin:5px;
1469-
}
1470-
.groups_grid_element_0 { width:100px; float:left; text-align:center; margin-bottom:5px;}
1471-
.groups_grid_element_1 { width:100px; float:left; text-align:left; margin-bottom:5px;}
1472-
.groups_grid_element_2 { width:150px; float:left;}
1473-
1474-
/*MY GROUPS*/
1475-
1476-
.mygroups_grid_item {
1477-
border-bottom:1px solid #EAEAEA;
1478-
float: left;
1479-
height: 70px;
1480-
margin: 0 8px 15px 15px;
1481-
padding: 16px 12px 40px 0px;
1482-
width:600px;
1483-
}
1484-
1485-
.topic_div {
1486-
width:620px;
1487-
border-bottom:1px solid #EAEAEA;
1488-
margin-bottom: 20px;
1489-
height: 96px;
1490-
}
1491-
1492-
.box_description_group_member {
1493-
color: #999999;
1494-
font-size: 10px;
1495-
}
1496-
1497-
.mygroups_grid_element_1 {
1498-
width:600px;
1499-
height:100px;
1500-
overflow:hidden;
1501-
}
1502-
1503-
.box_description_group_title h2 {
1504-
margin-bottom:4px;
1505-
margin-top: 0px;
1506-
}
1507-
1508-
.box_description_group_title {
1509-
float:right;
1510-
width:530px;
1511-
}
1512-
.box_description_group_content {
1513-
float:right;
1514-
width:530px;
1515-
margin-top:5px;
1516-
/* height:45px;*/
1517-
font-family:Verdana, Geneva, sans-serif;
1518-
font-size:12px;
1519-
color:#666666;
1520-
}
1521-
.box_description_group_actions {
1522-
float:right;
1523-
width:530px;
1524-
text-align:right;
1525-
margin-top:4px;
1526-
margin-right:4px;
1527-
}
1528-
15291428
/* Big icons course home page styles */
15301429
#course_tools .big_icon {
15311430
padding:10px;
@@ -3305,27 +3204,6 @@ a.forum_group_link {
33053204
margin-bottom:5px;
33063205
}
33073206

3308-
/* User list */
3309-
3310-
.blackboard_show {
3311-
float:left;
3312-
position:absolute;
3313-
border:1px solid black;
3314-
width: 200px;
3315-
background-color:white;
3316-
z-index:99; padding: 3px;
3317-
display: inline;
3318-
}
3319-
.blackboard_hide {
3320-
display: none;
3321-
}
3322-
3323-
#online_grid_container {
3324-
list-style: none;
3325-
margin: 0;
3326-
padding: 0;
3327-
}
3328-
33293207
#hide_bar_template {
33303208
vertical-align: middle;
33313209
width: 10px;
@@ -4107,42 +3985,46 @@ i.size-32.icon-new-work{
41073985
#skillList .dropdown-menu{
41083986
top: 30px;
41093987
}
4110-
.social-group .list-group-newest .items{
3988+
#sm-groups .list-group-newest .items{
41113989
display: block;
41123990
}
4113-
.social-group .list-group-newest .items .group-image{
3991+
#sm-groups .list-group-newest .items .group-image{
41143992
vertical-align: top;
41153993
padding-left: 10px;
41163994
padding-right: 10px;
41173995
}
4118-
.social-group .list-group-newest .items .group-image,
4119-
.social-group .list-group-newest .items .group-info
3996+
#sm-groups .list-group-newest .items .group-image,
3997+
#sm-groups .list-group-newest .items .group-info
41203998
{
41213999
display: inline-block;
41224000
}
4123-
.social-group .list-group-newest .items .group-info{
4001+
#sm-groups .list-group-newest .items .group-info{
41244002
width: auto;
41254003
}
4126-
.social-group .items{
4004+
#sm-groups .items{
41274005
border-bottom: 1px dotted #B1DDE0;
41284006
padding-bottom: 5px;
41294007
margin-bottom: 5px;
41304008
}
4131-
.social-group .group-name a{
4009+
#sm-groups .group-name a{
41324010
font-size: 14px;
41334011
font-weight: bold;
41344012
color: #4D4D4D;
41354013
}
4136-
.social-group .count-username{
4014+
#sm-groups .count-username{
41374015
font-size: 12px;
41384016
color: #4D4D4D;
41394017
}
4140-
.social-group .description p{
4018+
#sm-groups .description p{
41414019
color: #4D4D4D;
41424020
padding-top: 10px;
41434021
padding-bottom: 0px;
41444022
font-size: 11px;
41454023
}
4024+
.sm-groups .social-profile .img-responsive{
4025+
display: inline-block;
4026+
width: 100px;
4027+
}
41464028
.social-post .mediaPost{
41474029
padding-top:10px;
41484030
padding-bottom: 5px;
@@ -5484,13 +5366,19 @@ div#chat-remote-video video {
54845366
box-shadow: 0 2px 3px #C8C8C8;
54855367
border: 1px solid #e6e6e6;
54865368
margin-bottom: 20px;
5487-
min-height: 240px;
5369+
min-height: 230px;
5370+
}
5371+
#whoisonline .items-user-avatar .img-responsive{
5372+
display: inline-block;
54885373
}
54895374
#whoisonline .items-user-name{
54905375
font-size: 12px;
54915376
padding-top: 10px;
54925377
line-height: 15px;
54935378
}
5379+
#whoisonline .items-user .toolbar .btn, #whoisonline .items-user .items-user-status{
5380+
margin-bottom: 5px;
5381+
}
54945382
.search-user label{
54955383
font-weight: normal;
54965384
padding-left: 10px;

documentation/changelog.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>Chamilo&nbsp;Changelog</h1>
4848

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

51-
<h1>Chamilo 1.10.0 - San Juan, 15th of October 2015</h1>
51+
<h1>Chamilo 1.10.0 - San Juan, 16th 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>
@@ -66,6 +66,7 @@ <h3>Possibly breaking changes</h3>
6666
<li>A few languages now get a "parent" language which is not English. In this case, we have based the update query on an ID that we "assume" to be the right one for Spanish, Italian, French, Chinese and Portuguese. If the ID is not correct, you might, in the worst case scenario, get Chinese or Arabic terms appear in a language that is not the primary one, like Galician (normally taking Spanish as parent language). This can be fixed very easily by an "UPDATE language SET parent_id = NULL"; for all your languages, and then re-apply the parent manually to your sub-language if it needs one.</li>
6767
<li>"Character set" platform setting can't be modified. It is now fixed to UTF-8 (see #7652). This comes as a decision given the fact that other character encoding types were only there for backwards compatibility reasons, and that the last version with something else than UTF-8 was released more than 5 years ago.</li>
6868
<li>Starting from 1.10.0, courses directories will really be deleted when the course is deleted. No more logical-delete-but-no-physical-delete policy where the folder used to remain available for last-minute recovery of resources. You are trusted to take backups when necessary to avoid inconvenient situations. This comes as a decision considering the increasing number of huge installations where ghost course directories become a considerable space issue very quickly, and as an observation that, in fact, this feature is very little known and very few people use it to actually recover deleted course material.</li>
69+
<li>The hotspot question type is broken due to changes in the underlying Chamilo code. Given the fact this question type is developed in Flash and none of the developers at the time of release had Adobe CS available (proprietary technology that requires compilation) we have been unable to update the corresponding Flash code. Work is under way to provide the same feature using only HTML5, but it is likely to appear in a corrective version for 1.10.0. If you have an urgent need for this feature, please contact an official provider to get this sorted: providers@chamilo.org</li>
6970
</ul>
7071
<h3>Notable new Features</h3>
7172
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.
@@ -406,12 +407,19 @@ <h4>For developers and sysadmins</h4>
406407
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/4c0780aa76778c390ace24f6cf85a100fc6459ba">4c0780aa</a> - <a href="https://task.beeznest.com/issues/9897">BT#9897</a>) Add new reset password option</li>
407408
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/67b0693c31b338c18ee0a8aa5868c411c81a5c66">67b0693c</a> - <a href="https://task.beeznest.com/issues/10092">BT#10092</a>) Create TrackECourseAccessRepository entity</li>
408409
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/fcc9030fafb047c4a62eb671a6213671797edabd">fcc9030f</a> - <a href="https://task.beeznest.com/issues/9881">BT#9881</a>) Add fields to associate forum to lp</li>
410+
<li>The hotspot question type is broken due to changes in the underlying Chamilo code. Given the fact this question type is developed in Flash and none of the developers at the time of release had Adobe CS available (proprietary technology that requires compilation) we have been unable to update the corresponding Flash code. Work is under way to provide the same feature using only HTML5, but it is likely to appear in a corrective version for 1.10.0. If you have an urgent need for this feature, please contact an official provider to get this sorted: providers@chamilo.org</li>
409411
</ul>
410412

411413
<h3>Improvements (minor features) and debug</h3>
412414
<ul>
413-
414-
415+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/382bb40e70502a270e3fdbc158c1b23da37d8340">382bb40e</a> - <a href="https://support.chamilo.org/issues/7905">#7905</a>) Fix personal, course, group and session events visibilities for all user roles</li>
416+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/441d7828be2ef9409a7d7302a12b7cac2c1788bb">441d7828</a>) Fix permissions and cidReset detector to avoid preventing a course tutor to enter his own session-course</li>
417+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/d3a910d40c5de4adbfdabdaa07a2c137e865a5cd">d3a910d4</a> - <a href="https://support.chamilo.org/issues/7883">#7883</a>) Improve check to select on skill wheel</li>
418+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/a4e168bb0919beaaffd64c464186c597cead0ed2">a4e168bb</a>) Fix issue with date type selector not being set to the correct default in thematic advance</li>
419+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/b18014ff31305072e5a5e25843f77ec6bb21318f">b18014ff</a>) Fix missing cid in gradebook links</li>
420+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/200ba3d30f9120e978479c8b3e48e6d4b27f7a42">200ba3d3</a>) Fixing show the Save icon on exercise submit</li>
421+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/b9ebb0af6d79bd3882df0a7513844f5d27939e56">b9ebb0af</a>) Fix missing links tool action icons titles</li>
422+
<li>(<a href="https://github.com/chamilo/chamilo-lms/commit/d55a9e278203d6306deae108755a6a0825fc6f80">d55a9e27</a>) Don't show Hot Spot Delineation question type when Scenario is disabled</li>
415423
<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>
416424
<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>
417425
<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>

documentation/installation_guide.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</nav>
3737

3838
<div class="container">
39-
<h1>Chamilo - Installation Guide</h1>
39+
<h1>Chamilo 1.10 - Installation Guide</h1>
4040

4141
<p>Thank you for downloading Chamilo</p>
4242
<ul>
@@ -164,8 +164,8 @@ <h2><a name="2._Installation_of_Chamilo_LMS"></a><span style="font-weight: bold;
164164
<li>[chamilo]/web/</li>
165165
<li>[chamilo]/main/default_course_document/images/</li>
166166
</ul>
167-
Optionally, you can do the same to the following directories if you want to
168-
enable CSS styles package upload and sub-language definition:
167+
Optionally, you can do the same to the following directory if you want to
168+
enable sub-languages definition:
169169
<ul>
170170
<li>[chamilo]/main/lang/</li>
171171
</ul>
@@ -218,7 +218,7 @@ <h3>PHP configuration</h3>
218218
<div class="code">
219219
max_execution_time = 300 ;Maximum execution time of each script, in seconds<br />
220220
max_input_time = 600 ;Maximum amount of time each script may spend parsing request data<br />
221-
memory_limit = 128M ;Maximum amount of memory a script may consume (128MB)<br />
221+
memory_limit = 256M ;Maximum amount of memory a script may consume (128MB)<br />
222222
post_max_size = 100M<br />
223223
upload_max_filesize = 100M;<br />
224224
short_open_tag = Off<br />
@@ -310,8 +310,8 @@ <h3>3.1 Upgrading from Chamilo 1.10.x (minor upgrade)</h3>
310310
older version's directory). Note that you should remove the "home" and
311311
"searchdb" directories from the package before you overwrite the previous
312312
files.</li>
313-
<li> edit the main/inc/conf/configuration.php file: at the en of the file, locate the previous version number (e.g. '1.10.4') and change it to this new version (e.g. '1.10.8')</li>
314-
<li> clean your archive/ directory: take a temporary copy of index.html, delete all the contents *in* this directory (do NOT remove the directory itself, only its contents!). It will all be re-generated. You can also delete the contents of this directory through the "Archive directory cleanup" option in the "System" box of the Administration page.</li>
313+
<li> edit the app/config/configuration.php file: at the en of the file, locate the previous version number (e.g. '1.10.4') and change it to this new version (e.g. '1.10.8')</li>
314+
<li> clean your app/cache/twig directory: delete all the contents *in* this directory (do NOT remove the directory itself, only its contents!). It will all be re-generated. You can also delete the contents of this directory through the "Archive directory cleanup" option in the "System" box of the Administration page.</li>
315315
<li> you're done! No other upgrade procedure is required</li>
316316
</ul>
317317

@@ -324,7 +324,7 @@ <h3>3.2 Upgrading from Chamilo 1.9.x</h3>
324324
<li> download the Chamilo 1.10 install package from the <a href="http://www.chamilo.org/download">Chamilo download page</a></li>
325325
<li> unzip the new files of Chamilo 1.10 over the files of the older version (or unzip the files in one folder and then copy the files from there to the older version's directory)</li>
326326
<li> make *absolutely sure* that the .htaccess file of version 1.10 is copied as well</li>
327-
<li> make sure "AllowOverride All" is present in your Apache configuration, as interpreting the .htaccess files is very important for Chamilo to work (note that Order-Allow directives have been replaced by "Require all granted" in Apache 2.4)</li>
327+
<li> make sure "AllowOverride All" is present in your Apache configuration, as interpreting the .htaccess files is very important for Chamilo to work (note that the Order-Allow directive has been replaced by "Require all granted" in Apache 2.4)</li>
328328
<li> point your browser on your portal URL + main/install/</li>
329329
<li> click&nbsp;<span style="font-style: italic;">Install</span>, then choose <span style="font-style: italic;">Upgrade from 1.9.*</span></li>
330330
</ul>

0 commit comments

Comments
 (0)