Keine Beschreibung

jmontoyaa 182aa1c190 Add session.position field BT#13750 vor 6 Jahren
.github 766493cb57 Update Github issue template vor 7 Jahren
app 24895eaad0 Remove unused code vor 6 Jahren
bin ee785696b9 Replace console by new default in symfony vor 7 Jahren
certificates 4175c9a22c Minor - format code. vor 7 Jahren
config 52f87179e9 Disable timeline vor 6 Jahren
custompages c260f7d1bb Remove unused css styles fixes overwrite issues in other portals. vor 7 Jahren
documentation d27f1c81df Boost: Add simple caching rules for woff font files to avoid loading OpenSans at each request vor 7 Jahren
main 49e3bc151c Merge pull request #2207 from lonesomewalker/master vor 6 Jahren
plugin f6d8ab7f32 merge with 1.11.x vor 7 Jahren
public f6d8ab7f32 merge with 1.11.x vor 7 Jahren
src 182aa1c190 Add session.position field BT#13750 vor 6 Jahren
tests f6d8ab7f32 merge with 1.11.x vor 7 Jahren
var a2bf9c927c Add new cache, logs dirs vor 7 Jahren
.codeclimate.yml f6d8ab7f32 merge with 1.11.x vor 7 Jahren
.editorconfig 4b03d5aedc Minor - update setting vor 7 Jahren
.env.dist ea12f01582 Update settings vor 7 Jahren
.gitattributes c7183e5bc4 merge with 1.11.x vor 7 Jahren
.gitignore afe5a2bcc6 Add webpack encore needed to load files with yarn (instead of bower) vor 7 Jahren
.htaccess d27f1c81df Boost: Add simple caching rules for woff font files to avoid loading OpenSans at each request vor 7 Jahren
.scrutinizer.yml f6d8ab7f32 merge with 1.11.x vor 7 Jahren
.travis.yml 370cdc08af Fix fail travis vor 6 Jahren
CONTRIBUTING.md 12c82152b5 Add Behat testing requirement for new features vor 7 Jahren
LICENSE.txt 03b71ba0c8 merge with 1.11.x vor 7 Jahren
Makefile 9a22df04b9 Adding new files due new changes. vor 7 Jahren
README.md 0d8ac93d88 Update paths with new changes vor 7 Jahren
bower.json f6d8ab7f32 merge with 1.11.x vor 7 Jahren
composer.json 039af7a74f Update composer vor 6 Jahren
index.php 9a22df04b9 Adding new files due new changes. vor 7 Jahren
news_list.php d8f78f1660 System announcements rework to use an array of visibilities. BT#12476 vor 7 Jahren
package.json d71c7b1792 Fix chat, update assets vor 7 Jahren
robots.txt f64e6b89f7 Remove webchatdeny.php vor 8 Jahren
user.php 1711b421c8 Scrutinizer Auto-Fixes vor 7 Jahren
user_portal.php f6d8ab7f32 merge with 1.11.x vor 7 Jahren
webpack.config.js 9e5910b8a9 Fix styles. vor 7 Jahren
whoisonline.php 2ab2f84d45 Minor - format code, use api_get_user_id() vor 7 Jahren
whoisonlinesession.php 578e1e527f Minor - format code, remove unused variables vor 7 Jahren

README.md

Chamilo 2.x

Build Status Scrutinizer Code Quality Code Coverage Bountysource Code Consistency CII Best Practices

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
  • Installation url changed from main/install/index.php to public/install.php
  • main/template/default moved to src/Chamilo/CoreBundle/Resources/views
  • Template twig file names are changed from *.tpl to *.html.twig to follow Symfony2 format
  • bin/doctrine.php removed use bin/console doctrine:xyz options
  • php files are now loaded using the public/index.php file
    • In 1.x: main/admin/user_list.php
    • In 2.x (dev mode) public/index.php/main/admin/user_list.php
    • In 2.x: (prod mode) htaccess redirects main calls to /index.php/ main/admin/user_list.php
  • Language list is now loaded using the iso code not the english name. Example: "es" instead of "spanish"
  • 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

  • Template system to work with current Symfony2 structure
  • 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
  • CAPTCHA

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