Keine Beschreibung

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

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