Ingen beskrivning

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

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