Bez popisu

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

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