christianbeeznest
christianbeeznest
I close this PR to create other with last changes in master.
Request is done in this PR https://github.com/chamilo/chamilo-lms/pull/4652 Thanks for confirmation.
An image picker for tinymce has been added in courses tools (no documents) with code legacy in this commit https://github.com/chamilo/chamilo-lms/commit/ef3c8b0b15684ead7298bdb937ec910c19599994 For tinimce with vuejs inside course is added this commit...
It is added editor filemanager for documents and messages in this PR https://github.com/chamilo/chamilo-lms/pull/4756
A backend controller has been implemented for the TinyMCE image upload feature, which accepts images via POST, stores them appropriately in personal_files and resource_file tables, and returns their location in...
> the settings_current table should change the definition of the title and comment fields to "text" (instead of varchar(255)) It is done in this commit https://github.com/chamilo/chamilo-lms/pull/5333/commits/f1b25a9dd18e994b18e6f661c31c8c59558798f4
``` 2. fresh installs of Chamilo 2 create settings_current where title = variable. This is not correct. 2.1. When the variable already existed in Chamilo 1, it should use the...
`3. migrations from Chamilo 1 maintain the "title" and "comment" fields as they were in Chamilo 1, so these have to be converted to gettext format. An update table should...
I close this PR to create one with the last changes in PR
The request is done with this PR https://github.com/chamilo/chamilo-lms/pull/4645 Thanks for confirmation.