Nenhuma descrição

jmontoyaa 79fca38f9b Minor - Ignore files in CI 7 anos atrás
.github 97a0726754 Update Github issue template 8 anos atrás
app 83b6259924 Minor - move libs that cannot be added by webpack #1990 7 anos atrás
assets 83b6259924 Minor - move libs that cannot be added by webpack #1990 7 anos atrás
bin c4cc6f7fd2 Use bin/console doctrine:schema 7 anos atrás
certificates f32ca6dc9b Applied fixes from FlintCI 7 anos atrás
config 9cd4a8eb5f Minor - remove unused bundle 7 anos atrás
custompages f32ca6dc9b Applied fixes from FlintCI 7 anos atrás
documentation c674e1a273 Minor - update css/js paths 7 anos atrás
main f33d03560d Minor - Add try/catch in global.inc 7 anos atrás
plugin c237bc5703 Minor - Ignore public/libs in CI 7 anos atrás
public b91b73b898 Minor - format code 7 anos atrás
src f33d03560d Minor - Add try/catch in global.inc 7 anos atrás
templates 4be18b3e0e Add ThemeBundle exception page 7 anos atrás
tests c237bc5703 Minor - Ignore public/libs in CI 7 anos atrás
translations 2f45169ece Minor - WIP Database created and schema created using symfony #2320 7 anos atrás
var bdb7fb3880 Minor - add .gitkeep in var/courses and var/upload 7 anos atrás
.codeclimate.yml c237bc5703 Minor - Ignore public/libs in CI 7 anos atrás
.editorconfig 4b03d5aedc Minor - update setting 7 anos atrás
.env.dist 3dfa340397 Create .env file and use it to load DB settings using symfongy container 7 anos atrás
.flintci.yml 66aa422ce4 Add .yamlconfig 7 anos atrás
.gitattributes 6038583004 Ignore files from web 7 anos atrás
.gitignore 95d0b7ff5c Minor - Remove portfolio code 7 anos atrás
.htaccess fd661efeb6 Redirect courses/ to a symfony controller #2321 7 anos atrás
.php_cs 12e4f6f958 Add CI files 7 anos atrás
.php_cs.dist 2b9f3e176c Update 7 anos atrás
.scrutinizer.yml c237bc5703 Minor - Ignore public/libs in CI 7 anos atrás
.travis.yml a88d8c8667 Minor - add command "composer show" 7 anos atrás
.yamllint_config 79fca38f9b Minor - Ignore files in CI 7 anos atrás
CONTRIBUTING.md 8296d6718f Add Behat testing requirement for new features 8 anos atrás
README.md 6eeffc7f11 Minor - update badges 7 anos atrás
apple-touch-icon.png 4116a6b100 merge 10 anos atrás
codesize.xml fc7aed12d3 Change phpmd file name in order to be used by codacy 7 anos atrás
composer.json 2f45169ece Minor - WIP Database created and schema created using symfony #2320 7 anos atrás
composer.lock c237bc5703 Minor - Ignore public/libs in CI 7 anos atrás
favicon.ico 4116a6b100 merge 10 anos atrás
index.php 4d505e07e2 Minor - WIP Fix UI installation process 7 anos atrás
license.txt 6b416a51fa Update dates in license file 8 anos atrás
news_list.php ff35e68f59 Minor - format code + fix php warning 7 anos atrás
package.json 123d6f6e09 Minor - fix img paths 7 anos atrás
phpunit.xml.dist c237bc5703 Minor - Ignore public/libs in CI 7 anos atrás
robots.txt 3c4c0e45d3 Update Disallow 7 anos atrás
symfony.lock c237bc5703 Minor - Ignore public/libs in CI 7 anos atrás
user.php 1711b421c8 Scrutinizer Auto-Fixes 8 anos atrás
user_portal.php 3b2830ea34 Minor - Merge from 1.11.x 7 anos atrás
webpack.config.js d363073007 Minor - WIP add themes into public/build/ folder 7 anos atrás
whoisonline.php 2ab2f84d45 Minor - format code, use api_get_user_id() 7 anos atrás
whoisonlinesession.php f32ca6dc9b Applied fixes from FlintCI 7 anos atrás
yarn.lock a23dc902c7 Use ckeditor as in 1.11.x (webpack not supported) 7 anos atrás

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