Julio Montoya
Julio Montoya
That lib was removed from v2. The lib to be use is: https://github.com/knpuniversity/oauth2-client-bundle Which integrates the lib https://oauth2-client.thephpleague.com/ in Symfony.
This PR has code already sent in #3372 and it has the same issues (database changes, core chamilo refactoring)
He hecho una prueba de una 1.10.x a 1.11.x y no me aparecen repetidos.
 Here is an overview of what got changed by this pull request: ```diff Issues ====== + Solved 9 - Added 16 Complexity increasing per file ============================== - main/inc/lib/exercise_show_functions.lib.php 1...
When adding a file to a message or adding an audio to a message, those files are added using the Resources. The entities used are Message -> MessageAttachment -> ResourceNode...
This will require a database change currently the field ('value') allows max 255 characters ``` mysql> describe extra_field_values; +------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default |...
The dokeos folder is not used anymore, the field was removed from the language table.
This was migrated in order to use Illustrations https://2.chamilo.org/main/admin/usergroups.php?action=add
A new Asset will be added because CourseCategory is not a resource.
This PR refactors some core Chamilo code and create database changes, I don't think is suitable for a minor 1.11.x version.