설명 없음

jmontoyaa bdb7fb3880 Minor - add .gitkeep in var/courses and var/upload 7 년 전
.github 97a0726754 Update Github issue template 8 년 전
app 411ae0954a Minor - merge 7 년 전
assets 6b2f551ff2 Add missing favicon.ico + add assets/README 7 년 전
bin c4cc6f7fd2 Use bin/console doctrine:schema 7 년 전
certificates f32ca6dc9b Applied fixes from FlintCI 7 년 전
config f3365f478d Minor - WIP update config symfony files 7 년 전
custompages f32ca6dc9b Applied fixes from FlintCI 7 년 전
documentation 6d237f66e0 Fix missing reference in previous history credits 7 년 전
main 699a76cbea Applied fixes from FlintCI 7 년 전
plugin c486020133 Minor - format code. 7 년 전
public 5a225eb247 Add public/.htaccess (symfony) 7 년 전
src 411ae0954a Minor - merge 7 년 전
tests 4dbfe4e8c6 Minor - fix file to upload path when using behat 7 년 전
var bdb7fb3880 Minor - add .gitkeep in var/courses and var/upload 7 년 전
.codeclimate.yml 1e4e917945 Minor - format code 7 년 전
.editorconfig 4b03d5aedc Minor - update setting 7 년 전
.env.dist 3dfa340397 Create .env file and use it to load DB settings using symfongy container 7 년 전
.flintci.yml 66aa422ce4 Add .yamlconfig 7 년 전
.gitattributes 6038583004 Ignore files from web 7 년 전
.gitignore db43bfe368 Add oneup_flysystem bundle to handle data layer reading var/courses 7 년 전
.htaccess 6038583004 Ignore files from web 7 년 전
.php_cs 12e4f6f958 Add CI files 7 년 전
.php_cs.dist 2b9f3e176c Update 7 년 전
.scrutinizer.yml c093976188 Minor - update scrutinizer 7 년 전
.travis.yml 97dda5e128 Minor - check chash latest change 7 년 전
.yamllint_config c804eb87ca Update 7 년 전
CONTRIBUTING.md 8296d6718f Add Behat testing requirement for new features 8 년 전
README.md 6eeffc7f11 Minor - update badges 7 년 전
apple-touch-icon.png 4116a6b100 merge 10 년 전
codesize.xml fc7aed12d3 Change phpmd file name in order to be used by codacy 7 년 전
composer.json db43bfe368 Add oneup_flysystem bundle to handle data layer reading var/courses 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 a23dc902c7 Use ckeditor as in 1.11.x (webpack not supported) 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 d363073007 Minor - WIP add themes into public/build/ folder 7 년 전
whoisonline.php 2ab2f84d45 Minor - format code, use api_get_user_id() 7 년 전
whoisonlinesession.php f32ca6dc9b Applied fixes from FlintCI 7 년 전
yarn.lock a23dc902c7 Use ckeditor as in 1.11.x (webpack not supported) 7 년 전

README.md

Chamilo 2.x

Build Status Scrutinizer Code Quality 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