chamilo-lms
chamilo-lms copied to clipboard
Chamilo is a learning management system focused on ease of use and accessibility
Specifications by @ywarnier: - maintain configuration.dist.php in master code until everything has been transfered (starting around param 'aspell_temp_dir', everything can be moved to the database) - all DB or file...
Save file in new location using Asset? Illustration? Add as a Resource? File location in 1.11.x `api_get_path(SYS_UPLOAD_PATH).'course_category;`
As indicated in #3788, the session extra field for image has been converted to an asset, but this really should become part of the session entity (session table) instead of...
Add the audio file location as a message attachment or save it as a Resource
Migrate my files from 1.11.x to a new tool my files
### Current behavior / Resultado actual / Résultat actuel User language is saved as a English name in the database ### Expected behavior / Resultado esperado / Résultat attendu Thé...
**Is your feature request related to a problem? Please describe.** When upgrading from one version to another, Chamilo keeps a log of the steps it executes, but it doesn't keep...
In Chamilo, some elements are stored in HTML in the database. Markdown (and some others) are becoming popular alternatives to HTML. Easier to write and understand. Enabling teachers to write/import/export...
The file local.inc.php is not used anymore in V2, instead we use EventListeners and the security symfony component to login the user. I think we should remove all that code...