Sin descripción

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

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