No Description

jmontoyaa dc76a464a8 Minor - Fix js and css calls #1990 #2324 7 years ago
.github 97a0726754 Update Github issue template 8 years ago
app dc76a464a8 Minor - Fix js and css calls #1990 #2324 7 years ago
assets dc76a464a8 Minor - Fix js and css calls #1990 #2324 7 years ago
bin c4cc6f7fd2 Use bin/console doctrine:schema 7 years ago
certificates f32ca6dc9b Applied fixes from FlintCI 7 years ago
config 3ea47c6e67 Minor - format code 7 years ago
custompages f32ca6dc9b Applied fixes from FlintCI 7 years ago
documentation c674e1a273 Minor - update css/js paths 7 years ago
main dc76a464a8 Minor - Fix js and css calls #1990 #2324 7 years ago
plugin dc76a464a8 Minor - Fix js and css calls #1990 #2324 7 years ago
public dc76a464a8 Minor - Fix js and css calls #1990 #2324 7 years ago
src dc76a464a8 Minor - Fix js and css calls #1990 #2324 7 years ago
templates 4be18b3e0e Add ThemeBundle exception page 7 years ago
tests 28e7366aab Minor - Fix test 7 years ago
translations 2f45169ece Minor - WIP Database created and schema created using symfony #2320 7 years ago
var bdb7fb3880 Minor - add .gitkeep in var/courses and var/upload 7 years ago
.codeclimate.yml c237bc5703 Minor - Ignore public/libs in CI 7 years ago
.editorconfig 4b03d5aedc Minor - update setting 7 years ago
.env.dist 3dfa340397 Create .env file and use it to load DB settings using symfongy container 7 years ago
.flintci.yml 66aa422ce4 Add .yamlconfig 7 years ago
.gitattributes 6038583004 Ignore files from web 7 years ago
.gitignore f6ff993ca4 Minor - add components folder 7 years ago
.htaccess fd661efeb6 Redirect courses/ to a symfony controller #2321 7 years ago
.php_cs 12e4f6f958 Add CI files 7 years ago
.php_cs.dist 2b9f3e176c Update 7 years ago
.scrutinizer.yml c237bc5703 Minor - Ignore public/libs in CI 7 years ago
.travis.yml a88d8c8667 Minor - add command "composer show" 7 years ago
.yamllint_config 79fca38f9b Minor - Ignore files in CI 7 years ago
CONTRIBUTING.md 8296d6718f Add Behat testing requirement for new features 8 years ago
README.md 6eeffc7f11 Minor - update badges 7 years ago
apple-touch-icon.png 4116a6b100 merge 10 years ago
codesize.xml fc7aed12d3 Change phpmd file name in order to be used by codacy 7 years ago
composer.json 2f45169ece Minor - WIP Database created and schema created using symfony #2320 7 years ago
favicon.ico 4116a6b100 merge 10 years ago
index.php 4d505e07e2 Minor - WIP Fix UI installation process 7 years ago
license.txt 6b416a51fa Update dates in license file 8 years ago
news_list.php ff35e68f59 Minor - format code + fix php warning 7 years ago
package.json 8e88830e27 Fix copy chamilo theme images #2324 7 years ago
robots.txt 3c4c0e45d3 Update Disallow 7 years ago
user.php 1711b421c8 Scrutinizer Auto-Fixes 8 years ago
user_portal.php 3b2830ea34 Minor - Merge from 1.11.x 7 years ago
webpack.config.js 8e88830e27 Fix copy chamilo theme images #2324 7 years ago
whoisonline.php 2ab2f84d45 Minor - format code, use api_get_user_id() 7 years ago
whoisonlinesession.php f32ca6dc9b Applied fixes from FlintCI 7 years ago
yarn.lock dc76a464a8 Minor - Fix js and css calls #1990 #2324 7 years ago

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