Skip to content

Commit a16eee6

Browse files
committed
Merge branch '1.10.x' of github.com:chamilo/chamilo-lms into 1.10.x
2 parents 461a8de + 94e1fc3 commit a16eee6

File tree

12 files changed

+204
-277
lines changed

12 files changed

+204
-277
lines changed

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: [email protected]</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: [email protected]</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)