Ei kuvausta

jmontoyaa d71c7b1792 Fix chat, update assets 7 vuotta sitten
.github 766493cb57 Update Github issue template 8 vuotta sitten
app edf8beb65b merge 7 vuotta sitten
bin ee785696b9 Replace console by new default in symfony 7 vuotta sitten
certificates 478ccacd44 Minor - format code 7 vuotta sitten
config 688539d5d0 Consolidate login/logout process 7 vuotta sitten
custompages f154f370cb Minor - format code 7 vuotta sitten
documentation acaad73e63 Fix security.html issues with HTML 7 vuotta sitten
main d71c7b1792 Fix chat, update assets 7 vuotta sitten
plugin 00c7156909 merge with 1.11.x 7 vuotta sitten
public d71c7b1792 Fix chat, update assets 7 vuotta sitten
src 17118163c0 Add migration for c_survey_question.is_required - refs BT#13203 7 vuotta sitten
tests c7183e5bc4 merge with 1.11.x 7 vuotta sitten
var a2bf9c927c Add new cache, logs dirs 7 vuotta sitten
.codeclimate.yml 0d8ac93d88 Update paths with new changes 7 vuotta sitten
.editorconfig 4b03d5aedc Minor - update setting 7 vuotta sitten
.env.dist ea12f01582 Update settings 7 vuotta sitten
.gitattributes c7183e5bc4 merge with 1.11.x 7 vuotta sitten
.gitignore afe5a2bcc6 Add webpack encore needed to load files with yarn (instead of bower) 7 vuotta sitten
.htaccess 0b2d088c9b Fix conflict with RewriteRule for user.php - refs BT#12242 8 vuotta sitten
.scrutinizer.yml 0d8ac93d88 Update paths with new changes 7 vuotta sitten
.travis.yml 595f62b0ea Update travis 7 vuotta sitten
CONTRIBUTING.md 12c82152b5 Add Behat testing requirement for new features 8 vuotta sitten
LICENSE.txt 03b71ba0c8 merge with 1.11.x 7 vuotta sitten
Makefile 9a22df04b9 Adding new files due new changes. 7 vuotta sitten
README.md 0d8ac93d88 Update paths with new changes 7 vuotta sitten
bower.json 40ad8c432e merge with 1.11.x 7 vuotta sitten
composer.json 3af856ec0d Fix resource requeriment, use git instead of https (fix travis) 7 vuotta sitten
index.php 9a22df04b9 Adding new files due new changes. 7 vuotta sitten
news_list.php d8f78f1660 System announcements rework to use an array of visibilities. BT#12476 7 vuotta sitten
package.json d71c7b1792 Fix chat, update assets 7 vuotta sitten
robots.txt f64e6b89f7 Remove webchatdeny.php 8 vuotta sitten
user.php 1711b421c8 Scrutinizer Auto-Fixes 8 vuotta sitten
user_portal.php c7183e5bc4 merge with 1.11.x 7 vuotta sitten
webpack.config.js 9e5910b8a9 Fix styles. 7 vuotta sitten
whoisonline.php d91507ffeb Scrutinizer Auto-Fixes 8 vuotta sitten
whoisonlinesession.php 578e1e527f Minor - format code, remove unused variables 7 vuotta sitten

README.md

Chamilo 2.x

Build Status Scrutinizer Code Quality Code Coverage Bountysource Code Consistency CII Best Practices

Installation

The installation instructions are located in the documentation here: Installation

Upgrade

The upgrade instructions are located in the documentation here: Upgrade

Changes from 1.x

  • app/Resources/public/assets moved to public/assets
  • main/inc/lib/javascript moved to public/js
  • main/img/ moved to public/img
  • Installation url changed from main/install/index.php to public/install.php
  • main/template/default moved to src/Chamilo/CoreBundle/Resources/views
  • Template twig file names are changed from *.tpl to *.html.twig to follow Symfony2 format
  • bin/doctrine.php removed use bin/console doctrine:xyz options
  • php files are now loaded using the public/index.php file
    • In 1.x: main/admin/user_list.php
    • In 2.x (dev mode) public/index.php/main/admin/user_list.php
    • In 2.x: (prod mode) htaccess redirects main calls to /index.php/ main/admin/user_list.php
  • Language list is now loaded using the iso code not the english name. Example: "es" instead of "spanish"
  • PHPMailer replaced with Swift Mailer
  • Plugin images, css and js libs are loaded inside the public/plugins folder (composer update copies the content inside plugin_name/public inside web/plugins/plugin_name
  • Plugins templates use asset() function instead of using "_p.web_plugin"

Todo

  • Template system to work with current Symfony2 structure
  • Auth (CAS, Shibboleth, Oath2)
  • URL course changes "cidReq" to "c", "session_id" to "s"
  • Fix plugins that use api_get_setting directly in the code
  • Fix plugins render using tpl or PHP files
  • CAPTCHA

Contributing

If you want to submit new features or patches to Chamilo, please follow the Github contribution guide https://guides.github.com/activities/contributing-to-open-source/ and our CONTRIBUTING.md file. In short, we ask you to send us Pull Requests based on a branch that you create with this purpose into your repository forked from the original Chamilo repository.

Documentation

For more information on Chamilo, visit https://1.11.chamilo.org/documentation/index.html