Update documentation directory in preparation for 1.11.6

pull/2487/head
Yannick Warnier 7 years ago
parent 8d019c0431
commit d4fd626a77
  1. 2
      documentation/changelog.html
  2. 5
      documentation/credits.html
  3. 21
      documentation/dependencies.html
  4. 2
      documentation/installation_guide.html
  5. 67
      documentation/migration-checklist.html

@ -99,7 +99,7 @@
<div class="version" aria-role="article" aria-label="1.11.6">
<a name="1.11.6"></a>
<h1>Chamilo 1.11.6 - Poznán, ?/10/2017</h1>
<h1>Chamilo 1.11.6 - Poznán, ?/12/2017</h1>
<h3>Release notes - summary</h3>
<p>Chamilo 1.11.6 is a minor, bugfix release on top of 1.11.4.</p>
<h3>Release name</h3>

@ -55,11 +55,12 @@
<li><a href="#association">The Chamilo Association</a></li>
</ul>
In the following credits, when possible, we tried to put the latest contributorsfirst, in order to show more clearly the contributions relevant to the present time.<br />
In the following credits, when possible, we tried to put the latest contributors first, in order to show more clearly the contributions relevant to the present time.<br />
Note: this list of credits is relatively discontinued. We now prefer the list of contributors and reviewers from our different projects on <a href="https://github.com/chamilo">https://github.com/chamilo</a><br />
<a name="core-developers"></a>
<h1>Core contributors / Core team</h1>
<p>The core contributors are the people who contributed most to the Chamilo software. We are eternally thankful to them for having demonstrated a very high level of commitment, contributing their time and ideas to the project. Since version 1.9, we also include non-developer contributors as we consider their help is essential to the success of our project. This list is updated with each version.</p>
<p>The core contributors are the people who contributed most to the Chamilo software in the past. We are eternally thankful to them for having demonstrated a very high level of commitment, contributing their time and ideas to the project. Since version 1.9, we also include non-developer contributors as we consider their help is essential to the success of our project. This list is updated with each version.</p>
<h2>Chamilo LMS 1.11.*</h2>
<ul>
<li>Yannick Warnier (yannick.warnier@beeznest.com) - Technical coordinator, Project Leader - BeezNest, Belgium/Peru</li>

@ -42,13 +42,13 @@
<h1>Chamilo - Server Dependencies</h1>
<h2>Introduction</h2>
<p>In the ever-evoluting web environment, Chamilo has to rely on
<p>In the ever-evolving web environment, Chamilo has to rely on
state-of-the-art third-party software in order to provide you with useful and
practical features. Some of this third-party software usually come bundled with
your operating system, but some don't. This means that if that software is
not installed on your Chamilo server, along with Chamilo, you might not enjoy
the best possible experience with your Chamilo platform. To avoid this problem,
most of the sofware we used is bundled into a typical Chamilo installation.</p>
most of the software we used is bundled into a typical Chamilo installation.</p>
<p>
However, if such a third-party software is too big to be included, or if it
doesn't make sense to include it for whatever reason, you must make sure it is
@ -71,15 +71,16 @@ We recommend using HTML5-compatible technology.
<h2>Dependencies - server-side</h2>
<ul>
<li>Apache 2+</li>
<li>PHP 5.5 or higher with MySQL bindings (mysqlnd is recommended) and php-gd extension to allow Chamilo to resize pictures. Now also supports PHP 7.0</li>
<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>
<li>MySQL 5.6+ or any version of MariaDB database server</li>
<li>php5-intl package (for international behaviour support)</li>
<li>php5-mbstring package (for international behaviour support)</li>
<li>php5-imagick</li>
<li>php5-curl (only required for a feature in the links tool and an optional installer check)</li>
<li>php5-mcrypt (only required for a feature in the survey tool)</li>
<li>php5-ldap (only required for connection to a LDAP server)</li>
<li>php5-xapian (only required for full-text indexing and search)</li>
<li>php-intl package (for international behaviour support)</li>
<li>php-gd package (for images resizing/cropping)</li>
<li>php-mbstring package (for international behaviour support)</li>
<li>php-imagick</li>
<li>php-curl (only required for a feature in the links tool and an optional installer check)</li>
<li>php-mcrypt (only required for a feature in the survey tool)</li>
<li>php-ldap (only required for connection to a LDAP server)</li>
<li>php-xapian (only required for full-text indexing and search)</li>
</ul><br />
<a name="included_dependencies"></a>
<h2>Included Dependencies</h2>

@ -78,7 +78,7 @@ Chamilo is mainly a LMS running (the so called <span style="font-weight: bold;">
<ul>
<li><span style="font-weight: bold;">Apache 2.2+</span></li>
<li><span style="font-weight: bold;">MySQL 5.6+ or MariaDB 5+</span></li>
<li><span style="font-weight: bold;">PHP 5.5+ (7.1 recommended for greater efficiency)</span></li>
<li><span style="font-weight: bold;">PHP 5.5+ (7.2 recommended for greater efficiency)</span></li>
</ul>
<br />
All these pieces of software are free software and freely available. <br /><br />

@ -1,67 +0,0 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Chamilo Migration Checklist</title>
<link rel="stylesheet" href="../web/assets/bootstrap/dist/css/bootstrap.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" />
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
</head>
<body>
<h1>Chamilo Migration Checklist</h1>
<a href="index.html">Documentation</a> &gt; Migration checklist
<div id="outerframe">
<div id="main">
<p>In seldom cases, Chamilo will generate a series of problems after a migration
. This list is a helper designed mainly by <a href="http://www.beeznest.com/" target="_blank">BeezNest</a>
after its many migration jobs assisting large companies to migrate this critical piece of software.</p>
<h2><b>Contents</b></h2>
<ol>
<li><a href="#1.Version-specific-issues">Version specific issues</a></li>
<li><a href="#2.Documents">Documents</a></li>
<li><a href="#3.Database-entries">Database entries</a></li>
</ol>
<h2><a name="1.Version-specific-issues"></a>1. Version specific issues</h2>
<p>Sadly, some issues happen over certain migrations and, so far, the difficulty of
fixing things is still less than the difficulty of knowing exactly what
to do to improve the migration script for all scenarios</p>
<h2><a name="2.Documents"></a>2. Documents</h2>
<ul>
<li>The worst that could happen is a change of codification while
migrating from 1.8.5 to 1.8.8.4. Codification problems are nightmares
because you generally get a limited number of characters you can
freely change without affecting already existing files. Scrips can
be made to ananlyse and fix most of the problems, but you will
still need a lot of manual review before you can be sure you
eliminated all problems</li>
</ul>
<h2><a name="3.Database-entries"></a>3. Database entries</h2>
<ul>
<li>Some users reported problems with quizzes: when migrating from
1.8.5 to 1.8.8.4, the quiz_question table has a question_order
field filled with 1's. This generates a bug when using exercises
marked random, as you only ever get one question to the test.
<b>Solution:</b> update the question_order field to have sequential numbers.</li>
<li></li>
</ul>
<hr />
Don't have time or resources to optimize your Chamilo installation yourself? Hire an <a href="http://www.chamilo.org/en/providers">official Chamilo provider</a> and get it sorted out professionally by specialists.
<a href="http://validator.w3.org/check?uri=referer"><img src="//www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" style="margin: 1em; float: right;" height="31" width="88" /></a>
<a href="http://jigsaw.w3.org/css-validator/">
<img src="//jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" />
</a>
<hr />
<h2>Authors</h2>
<ul>
<li>Yannick Warnier, Zend Certified PHP Engineer, BeezNest Belgium SPRL, <a href="mailto:ywarnier@beeznest.net">ywarnier@beeznest.net</a></li>
</ul>
</body></html>
Loading…
Cancel
Save