Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing core patches for 2.6 #1

Open
pavelxkrejci opened this issue Jul 16, 2014 · 3 comments
Open

missing core patches for 2.6 #1

pavelxkrejci opened this issue Jul 16, 2014 · 3 comments

Comments

@pavelxkrejci
Copy link

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
Copy link
Author

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
Copy link
Owner

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants