vfremaux / moodle-block_vmoodle

Provides Moodle Virtualisation capabilities and Moodle array management
8 stars 3 forks source link

missing core patches for 2.6 #1

Open pavelxkrejci opened 10 years ago

pavelxkrejci commented 10 years ago

Hello, I am using latest plugin version 2014071301 on latest Moodle 2.6.4, after ugprade from 2.5. The subplugin functionality patches described in readme.txt are not applicable to 2.6 as the patched functions were deprecated and replaced by new functionality in core_component (lib/classes/component.php). Can you please provide patch details for 2.6 as the aforementioned plugin version is marked as appropriate for 2.6?

Also there is an old version of "readme" file present which contains old and misleading information.

pavelxkrejci commented 10 years ago

Extending config array around line 48 in /lib/classes/component.php to this: protected static $supportsubplugins = array('mod', 'editor', 'tool', 'local', 'block'); seems like a good start.

vfremaux commented 10 years ago

Hi, you need retrieve and use the very latest 2.6 branch. 2.5 version of VMoodle is not compatible with 2.6 as colliding the class autoload strategy. 2.6 is being rewritten and stabilized with a complete internal class reorg, to cope requirements of the Moodle core autoloader technique....

Will pish regular fixes in the following weeks in Github

pavelxkrejci commented 10 years ago

Hello, thanks for answer. I am using and referring to the very latest 2.6 branch of VMoodle.