christianbeeznest

Results 75 comments of christianbeeznest

This request is implemented in this commit https://github.com/chamilo/chamilo-lms/commit/3078deed833e089dd217292776ce93f4248b3c9c Tested and confirmed.

It is added in this commit https://github.com/chamilo/chamilo-lms/commit/4cd9798949d3f6af4061396f8010e1c482971612#diff-28df239037694e2bcdd55bb752432b8a51c325c28f772a3754771aaa2b2cfe32 inside Version20191101132000.php migration file

The PR is merged in master now, tested and confirmed.

Currently chamilo 2.0 is using only a setting "Active tools on create" (active_tools_on_create) , avoiding the duplicate tool visibility , it is added too in migration updating old variable "Modules...

active_tools_on_create is set inside CoreBundle/Settings/CourseSettingsSchema.php

The request is done in this PR https://github.com/chamilo/chamilo-lms/pull/4375 , it requires more testing. Thanks for confirmation.

Changes required are added in chamilo 2.0 and migration too. It is fixed and added for migration in this commit https://github.com/chamilo/chamilo-lms/commit/c83bf1fcd15612cb0af3b2c11ef01b1d23eb0aa3#diff-94c336124f426795b0818d7a563a4be9d697ea52d40b7e30229a8d7b4e80a799 file Version20180904175500.php

It is implemented in this PR https://github.com/chamilo/chamilo-lms/pull/4333 , checking the migration from 1.11 to 2.0

Currently the option to upload a theme in chamilo 2.0 doesn't exist. Waiting confirmation if it will have that option.

It had errors displaying the scorm in lp view as iframe, the ressources as css , js, weren't loaded, It is fixed with this PR https://github.com/chamilo/chamilo-lms/pull/4403 .