Sem descrição

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

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