Nincs leírás

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

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