diff --git a/documentation/changelog.html b/documentation/changelog.html index fe33b8c08d..7863973c2b 100755 --- a/documentation/changelog.html +++ b/documentation/changelog.html @@ -56,7 +56,8 @@

Security fixes

+
  • (1307b662 - BT#10295) Remove XSS when add/edit career
  • +

    Possibly breaking changes

    About Chamilo

    -

    Chamilo is an e-learning and course management web application, and free software under the GNU/GPLv3+ license. It's translated into more 30 languages, - SCORM compatible, light and flexible.

    +

    Chamilo is an e-learning and course management web application, a free software under the GNU/GPLv3+ license. + It's translated into more 30 languages, SCORM 1.2 compatible, light and flexible.

    Chamilo supports many different kinds of learning and collaboration activities. Teachers/trainers can create, manage and publish their courses through the web. @@ -55,22 +55,24 @@

    Technically, Chamilo is a web application written in PHP that stores data in a MySQL database. Users access it using a web browser. - The first stable version of Chamilo, 1.8.6.2 Salto, was based on the Dokeos(TM) 1.8.6.1 code and is meant to be the next software step for institutions currently using Dokeos. + The first stable version of Chamilo, 1.8.6.2 Salto, was based on the Dokeos(TM) 1.8.6.1 code and is + meant to be the next software step for institutions currently using Dokeos.

    If you would like to know more or help develop this software, please visit
    - our homepage at
    http://www.chamilo.org

    + our homepage at https://chamilo.org

    SCORM

    Chamilo imports and manages SCORM 1.2 contents.
    For more information on SCORM normalisation, see http://www.adlnet.org
    - Chamilo does not implement the full set of SCORM 1.2 specifications, as many are not mandatory. Check our website for more details.
    + Chamilo does not implement the full set of SCORM 1.2 specifications, as many are not mandatory. + Check our website for more details.

    License

    Chamilo is distributed under the GNU General Public license (GNU/GPLv3+).
    - Read the GNU General Public license (GPL) .

    + Read the GNU General Public license (GPL) .

    Portability

    @@ -91,40 +93,45 @@
  • Windows XP, Windows 2000
  • Mac OS X 10.3
  • -We officially recommend Debian and Ubuntu operating systems for their security, packaging system, community and availability to the public.
    +We officially recommend Debian and Ubuntu operating systems for their security, packaging system, community and + availability to the public.
    -

    E-mail functions remain silent on systems where there is no mail sending software
    +

    E-mail functions remain silent on systems where there is no mail sending software (Sendmail, Postfix, Exim4, Hamster...), which is the case by default on a Windows machine.

    Interoperability

    -

    Chamilo imports SCORM 1.2 compliant learning contents. It imports "On the shelve"
    - +

    Chamilo imports SCORM 1.2 compliant learning contents. It imports "On the shelve" contents from many companies : NETg, Skillsoft, Explio, Microsoft, Macromedia, etc.

    -

    Admin interface imports users through CSV and XML. You can create a CSV file from
    - - a list of users in MS-Excel. OpenOffice can export to both CSV and XML formats.
    - - Many database management systems, like Oracle, SAP, Access, SQL-Server, LDAP ...
    - - export to CSV and/or XML.

    - -

    Chamilo includes a LDAP module that allows admin to disable database authentication
    - - and replace it by connection to a LDAP directory.

    +

    Admin interface imports users through CSV and XML. You can create a CSV file + from a list of users in MS-Excel. OpenOffice can export to both CSV and XML + formats.
    + Many database management systems, like Oracle, SAP, Access, SQL-Server, LDAP, etc + export to CSV and/or XML.

    -

    Client side, Chamilo runs on any browser : Firefox, MS Internet Explorer (5.0+), Netscape (4.7+),
    +

    Chamilo includes a LDAP module that allows admin to disable database + authentication and replace it by connecting to a LDAP directory.

    - Mozilla (1.2+), Safari, Opera, ...
    For better user experience, we recommend Firefox 3.5+ (you can download it freely from http://getfirefox.com).

    +

    Client side, Chamilo runs on any browser : Firefox, MS Internet Explorer + (9+), Chrome, Safari, Opera, ...
    + For better user experience, we recommend Firefox 3.5+ (you can download it + freely from http://getfirefox.com).

    Chamilo.org

    -

    Chamilo is also an association, backed up by a network of private partners to assist companies and institutions in their e-learning projects. This network also promotes professional versions of Chamilo solutions, which consist of complete packages of services (see http://www.chamilo.org/providers for more details)

    +

    Chamilo is also an association, backed up by a network of private partners + to assist companies and institutions in their e-learning projects. This + network also promotes professional versions of Chamilo solutions, which + consist of complete packages of services (see https://chamilo.org/providers + for more details)

    Certification

    -

    The Chamilo association offers official certification programs through its official provider BeezNest. These certifications are available from very low fees. Check https://shop.beeznest.com for more info and to take the certification test directly.

    +

    The Chamilo association offers official certification programs through its + official providers. These certifications are available for affordable fees. + Check https://shop.beeznest.com for more info and to take the certification + test directly.

    Association Contact address:
    diff --git a/documentation/security.html b/documentation/security.html index 40b171e5c5..7839e29201 100755 --- a/documentation/security.html +++ b/documentation/security.html @@ -12,7 +12,9 @@ Documentation > Security Guide -

    We recommend you don't take security issues too lightly. Chamilo is security-audited at least once a year, but you're never too sure. This list is a work in progress. Feel free to recommend additional measures by sending us an e-mail at info@chamilo.org.

    +

    We recommend you don't take security issues too lightly. Chamilo is security-audited at least once a year, + but you're never too sure. This list is a work in progress. Feel free to recommend additional measures by + sending us an e-mail at info@chamilo.org.

    Contents

      @@ -25,7 +27,8 @@

      1. Disclosing server info

      -It is considered a safer behaviour not to disclose server information from your Chamilo page. In order to avoid both web server and PHP information disclosure, you might want to take the following actions: +It is considered a safer behaviour not to disclose server information from your Chamilo page. In order to avoid + both web server and PHP information disclosure, you might want to take the following actions: