No Description

jmontoyaa bbad3a8f78 Update installer bundle, avoid deprecations, add docs 8 years ago
.github f12565e1d4 Add Github issue template 8 years ago
app bbad3a8f78 Update installer bundle, avoid deprecations, add docs 8 years ago
certificates a2f8b49451 Minor - improve code 8 years ago
custompages 93e8fd62cb Minor: Spacing 8 years ago
documentation 1f4770f18f Installation guide update after many issues with users not being able to enter their courses because .htaccess is not interpreted. 8 years ago
main 3f685b412f Merge with 1.11.x 8 years ago
plugin 3f685b412f Merge with 1.11.x 8 years ago
src bbad3a8f78 Update installer bundle, avoid deprecations, add docs 8 years ago
tests 3f685b412f Merge with 1.11.x 8 years ago
web 507fa491e3 Update assets 8 years ago
.bowerrc dc35ec209e Update bower path changed path in order to avoid duplication of sources 8 years ago
.gitattributes 469cb82203 Ignore .github folder 8 years ago
.gitignore dc35ec209e Update bower path changed path in order to avoid duplication of sources 8 years ago
.htaccess 073df113a1 Added Service Catalog and Reports Handler - Refs BT#12077 8 years ago
.scrutinizer.yml 6ad8671828 Minor: Update #scrutinizer config to add MySQL in environment 8 years ago
.travis.yml 918380505a Minor - Update travis config 6 8 years ago
CONTRIBUTING.md 19f48187a6 Fix jQuery path issues again after finding the real problem behind the two different versions downloaded between two servers. See 338595984c9d07ff778ef0a4c867d543d5b7d53a for the initial (reverse) fix 9 years ago
LICENSE.txt 7a7e0c7d82 Change name 8 years ago
README.md f990eac64e Replace _p.web_plugin with asset() symfony2 function 8 years ago
bower.json 3954854233 Update from 1.11.x 8 years ago
composer.json 76f4b844e8 Update libs, remove unused bundle sonata-project/news-bundle 8 years ago
index.php 4117c41247 Minor - add redirects + docs 8 years ago
news_list.php 608f9a6b60 Format code, remove require_once 10 years ago
robots.txt f64e6b89f7 Remove webchatdeny.php 8 years ago
user.php 608f9a6b60 Format code, remove require_once 10 years ago
user_portal.php 4117c41247 Minor - add redirects + docs 8 years ago
whoisonline.php 07db02b749 Fix whoisonline page see BT#11869 8 years ago
whoisonlinesession.php 0fe954e854 Switch all session.date_start and date_end to session.access_start_date and access_end_date - refs #7719 9 years ago

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 web/assets
  • main/inc/lib/javascript moved to web/js
  • main/img/ moved to web/img
  • Installation url changed from main/install/index.php to web/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 changed to app/console
  • php files are now loaded using the web/app_dev.php file
    • In 1.x: main/admin/user_list.php
    • In 2.x (dev mode) web/app_dev.php/main/admin/user_list.php
    • In 2.x: (prod mode) web/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 web/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