Fără Descriere

jmontoyaa f2adfe43f7 Add plugin assets 8 ani în urmă
.github f12565e1d4 Add Github issue template 8 ani în urmă
app 0140f3e264 Fix oauth links 8 ani în urmă
certificates a2f8b49451 Minor - improve code 8 ani în urmă
custompages 93e8fd62cb Minor: Spacing 8 ani în urmă
documentation 1f4770f18f Installation guide update after many issues with users not being able to enter their courses because .htaccess is not interpreted. 8 ani în urmă
main 0d0e7546a5 Load twig templates inside /plugin folder 8 ani în urmă
plugin f2adfe43f7 Add plugin assets 8 ani în urmă
src f2adfe43f7 Add plugin assets 8 ani în urmă
tests 197415934f Merge 1.11.x 8 ani în urmă
web f2adfe43f7 Add plugin assets 8 ani în urmă
.bowerrc dc35ec209e Update bower path changed path in order to avoid duplication of sources 8 ani în urmă
.gitattributes 469cb82203 Ignore .github folder 8 ani în urmă
.gitignore dc35ec209e Update bower path changed path in order to avoid duplication of sources 8 ani în urmă
.htaccess 073df113a1 Added Service Catalog and Reports Handler - Refs BT#12077 8 ani în urmă
.scrutinizer.yml 6ad8671828 Minor: Update #scrutinizer config to add MySQL in environment 8 ani în urmă
.travis.yml 918380505a Minor - Update travis config 6 8 ani în urmă
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 ani în urmă
LICENSE.txt 7a7e0c7d82 Change name 8 ani în urmă
README.md 445befa356 Update readme 8 ani în urmă
bower.json c0cbd465e4 Update assets, add bootstrap-language country flag icons 8 ani în urmă
composer.json 41c4689572 Add fb, github, google ouath code using hwi/oauth-bundle 8 ani în urmă
index.php 4117c41247 Minor - add redirects + docs 8 ani în urmă
news_list.php 608f9a6b60 Format code, remove require_once 10 ani în urmă
robots.txt f64e6b89f7 Remove webchatdeny.php 8 ani în urmă
user.php 608f9a6b60 Format code, remove require_once 10 ani în urmă
user_portal.php 4117c41247 Minor - add redirects + docs 8 ani în urmă
whoisonline.php 07db02b749 Fix whoisonline page see BT#11869 8 ani în urmă
whoisonlinesession.php 0fe954e854 Switch all session.date_start and date_end to session.access_start_date and access_end_date - refs #7719 9 ani în urmă

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

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