설명 없음

jmontoyaa c4cc6f7fd2 Use bin/console doctrine:schema 7 년 전
.github 97a0726754 Update Github issue template 8 년 전
app 1e4e917945 Minor - format code 7 년 전
assets 211c068afb Add assets file 7 년 전
bin c4cc6f7fd2 Use bin/console doctrine:schema 7 년 전
certificates f32ca6dc9b Applied fixes from FlintCI 7 년 전
config 7192fc5133 Update 7 년 전
custompages f32ca6dc9b Applied fixes from FlintCI 7 년 전
documentation a8f210ea54 Update planned release date of 1.11.6 7 년 전
main 1cf4c0e487 Applied fixes from FlintCI 7 년 전
plugin 1cf4c0e487 Applied fixes from FlintCI 7 년 전
public f32ca6dc9b Applied fixes from FlintCI 7 년 전
src a152cc0afa Update yaml 7 년 전
tests 43740839eb Update 7 년 전
var e38a674824 Add var/log 7 년 전
.codeclimate.yml 1e4e917945 Minor - format code 7 년 전
.editorconfig 4b03d5aedc Minor - update setting 7 년 전
.env.dist ae65ebf0b2 Add env.dist file 7 년 전
.flintci.yml 66aa422ce4 Add .yamlconfig 7 년 전
.gitattributes 9aa3e2b095 Update 7 년 전
.gitignore d112855131 Update CI files 7 년 전
.htaccess d27f1c81df Boost: Add simple caching rules for woff font files to avoid loading OpenSans at each request 7 년 전
.php_cs 12e4f6f958 Add CI files 7 년 전
.php_cs.dist 2b9f3e176c Update 7 년 전
.scrutinizer.yml 2a18f31b91 Remove ".phar" 7 년 전
.travis.yml 1e4e917945 Minor - format code 7 년 전
.yamllint_config c804eb87ca Update 7 년 전
CONTRIBUTING.md 8296d6718f Add Behat testing requirement for new features 8 년 전
README.md 6f78746a95 Update README.md 7 년 전
apple-touch-icon.png 4116a6b100 merge 10 년 전
bower.json 07a989cbb2 Update mathajax in bower 7 년 전
codesize.xml fc7aed12d3 Change phpmd file name in order to be used by codacy 7 년 전
composer.json 6e17544c53 Remove double declaration 7 년 전
favicon.ico 4116a6b100 merge 10 년 전
index.php 9b7bfbd453 Move code into a function, changed redirect plugin behaviour BT#13691 7 년 전
license.txt 6b416a51fa Update dates in license file 8 년 전
news_list.php ff35e68f59 Minor - format code + fix php warning 7 년 전
package.json c13ec4d6c1 Remove unused files, update package.json, add webpack config file 7 년 전
robots.txt 3c4c0e45d3 Update Disallow 7 년 전
user.php 1711b421c8 Scrutinizer Auto-Fixes 8 년 전
user_portal.php 543e9bc48f Move gradebook dependency into a function. Add bar in index.php 7 년 전
webpack.config.js c13ec4d6c1 Remove unused files, update package.json, add webpack config file 7 년 전
whoisonline.php 2ab2f84d45 Minor - format code, use api_get_user_id() 7 년 전
whoisonlinesession.php f32ca6dc9b Applied fixes from FlintCI 7 년 전

README.md

Chamilo 2.x

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

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
  • main/template/default moved to src/Chamilo/CoreBundle/Resources/views
  • bin/doctrine.php removed use bin/console doctrine:xyz options
  • 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

  • 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

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