- 20 Apr, 2017 1 commit
-
-
Damyon Wiese authored
-
- 04 Apr, 2017 1 commit
-
-
Damyon Wiese authored
Add this plugin to the standard plugin list.
-
- 03 Apr, 2017 3 commits
-
-
Damyon Wiese authored
Part of MDL-58220
-
Part of MDL-55611 epic.
-
Part of MDL-55611 epic.
-
- 10 Mar, 2017 2 commits
-
-
Andrew Nicols authored
AMOS BEGIN MOV [pathtounoconv,admin],[pathtounoconv,fileconverter_unoconv] MOV [pathtounoconv_help,admin],[pathtounoconv_help,fileconv_helperter_unoconv_help] MOV [unoconvwarning,admin],[unoconvwarning,fileconverter_unoconv] MOV [test_unoconv,assignfeedback_editpdf],[test_unoconv,fileconverter_unoconv] MOV [test_unoconvempty,assignfeedback_editpdf],[test_unoconvempty,fileconverter_unoconv] MOV [test_unoconvdoesnotexist,assignfeedback_editpdf],[test_unoconvdoesnotexist,fileconverter_unoconv] MOV [test_unoconvdownload,assignfeedback_editpdf],[test_unoconvdownload,fileconverter_unoconv] MOV [test_unoconvisdir,assignfeedback_editpdf],[test_unoconvisdir,fileconverter_unoconv] MOV [test_unoconvnotestfile,assignfeedback_editpdf],[test_unoconvnotestfile,fileconverter_unoconv] MOV [test_unoconvnotexecutable,assignfeedback_editpdf],[test_unoconvnotexecutable,fileconverter_unoconv] MOV [test_unoconvok,assignfeedback_editpdf],[test_unoconvok,fileconverter_unoconv] MOV [test_unoconvversionnotsupported,assignfeedback_editpdf],[test_unoconvversionnotsupported,fileconverter_unoconv] AMOS END
-
Andrew Nicols authored
-
- 08 Mar, 2017 1 commit
-
-
John Okely authored
-
- 01 Mar, 2017 1 commit
-
-
David Mudrák authored
-
- 04 Nov, 2016 1 commit
-
-
Marina Glancy authored
AMOS BEGIN MOV [siteyoutube,core_media],[pluginname,media_youtube] MOV [siteyoutube_desc,core_media],[pluginname_help,media_youtube] MOV [sitevimeo,core_media],[pluginname,media_vimeo] MOV [sitevimeo_desc,core_media],[pluginname_help,media_vimeo] MOV [html5audio,core_media],[pluginname,media_html5audio] MOV [html5audio_desc,core_media],[pluginname_help,media_html5audio] MOV [html5video,core_media],[pluginname,media_html5video] MOV [html5video_desc,core_media],[pluginname_help,media_html5video] MOV [flashanimation,core_media],[pluginname,media_swf] MOV [flashanimation_desc,core_media],[pluginname_help,media_swf] AMOS END
-
- 30 Oct, 2016 1 commit
-
-
Russell Smith authored
This code was originally taken from; https://github.com/durana/moodle-cachestore_redis Special thanks to Mark Nielsen and Adam Durana for their work on this. Since the original import; - Mode session support has been added. - Some cleanup of names has been made. - Data guarantee and references support was added.
-
- 28 Oct, 2016 1 commit
-
-
Adrian Greeve authored
-
- 19 Oct, 2016 1 commit
-
-
Andrew Nicols authored
-
- 03 Oct, 2016 1 commit
-
-
Damyon Wiese authored
-
- 28 Sep, 2016 1 commit
-
-
Juan Leyva authored
-
- 23 Sep, 2016 1 commit
-
-
Part of MDL-55071
-
- 22 Sep, 2016 1 commit
-
-
Russell Smith authored
We now use APCu as it's support by PHP7 and provides the functionality we need.
-
- 19 Sep, 2016 1 commit
-
-
Damyon Wiese authored
Look for them in the plugins DB if you still need them.
-
- 26 Jul, 2016 1 commit
-
-
Andrew Nicols authored
The SDK that this plugin was designed around is not compatible with recent versions of Alfresco so the decisio has been made to move the repository to the plugins database.
-
- 11 Jul, 2016 2 commits
-
-
David Monllaó authored
-
David Monllaó authored
-
- 26 Apr, 2016 2 commits
-
-
Mark Nelson authored
-
Mark Nelson authored
-
- 20 Apr, 2016 1 commit
-
-
Brendan Heywood authored
-
- 19 Apr, 2016 1 commit
-
-
Juan Leyva authored
-
- 18 Apr, 2016 1 commit
-
-
Frederic Massart authored
-
- 15 Mar, 2016 1 commit
-
-
Mark Nelson authored
-
- 02 Mar, 2016 1 commit
-
-
Marina Glancy authored
-
- 23 Feb, 2016 1 commit
-
-
Introducing both APIs in moodle along with: - search_box widget to add a tiny search box - admin settings with setup steps helper - cache for search results - template for a search result - php unit stuff Many thanks to Tomasz Muras, Prateek Sachan and Daniel Neis for their contributions, for starting this development and for pushing for it to be completed. Also thanks to other contributors: Jonathan Harker and eugeneventer.
-
- 05 Jan, 2016 1 commit
-
-
Cameron Ball authored
-
- 10 Oct, 2015 3 commits
-
-
David Mudrák authored
-
David Mudrák authored
The admin setting updateautodeploy no longer exists. The two existing config.php flags $CFG->disableupdateautodeploy and $CFG->disableonclickaddoninstall merged into a single one.
-
David Mudrák authored
If there is an available archived zip with the version of the plugin currently installed, we can use it to cancel/abort the upgrade of the plugin. This is internally handled as the installation of the archived zip and goes through all the validation and confirmation. Additionally, some other parts were improved. Most notably, renderer no longer decides itself if some installation can be cancelled but it always asks the controller (plugin manager). The button for installation was moved to the left so there should be first buttons to add things, and then buttons to cancel things (which is common in normal forms).
-
- 09 Oct, 2015 7 commits
-
-
David Mudrák authored
This should allow the admin to revert the upgrade of existing plugins, such when the dependency chain leads to a dead-end. Additionally, we archive (as a last-chance copy) the to-be-installed plugins when cancelling their installation. This is mainly for developers who could otherwise loose their code. For the same reason, plugins are being archived upon uninstallation, too.
-
David Mudrák authored
-
David Mudrák authored
The plugin manager's method install_remote_plugins() has been changed to install_plugins() and it is now able to install plugins from the provided list of locally available ZIP files, too. This is used by the Install plugins admin tool.
-
David Mudrák authored
During the testing, I was experiencing weird behaviour - after a single plugin updated was installed, I ended up on admin/index.php?cache=1. I believe it was caused by the missing opcache_reset().
-
David Mudrák authored
The new method core_plugin_manager::install_remote_plugins() will serve as a backend for all the ways of installing ZIP packages from the moodle plugins directory, such as installing new plugins (by clicking the Install button in the plugins directory), installing available updates (single and bulk mode) and installing missing dependencies (single and bulk mode). The method should be used both for validation pre-check screen and, after the confirmation, for actual installation. Note that we intentionally repeat the whole procedure after confirmation. Unzipping plugins is cheap and fast and the ZIPs themselves are already available in the \core\update\code_manager's cache. We will need to add support for archiving existing code to prevent accidental data-loss. This basically provides what mdeploy.php was doing, but better. We now have consistent way of installing all remote ZIP packages, always validate them and we can perform bulk operations, too.
-
David Mudrák authored
Previously, the validator was used for installation of the new plugins only. We now validate every incoming plugin package. As a result, we must no longer insists on the target location is empty. Instead, warning is raised.
-
David Mudrák authored
This is just a thin wrapper for normal objects, allowing us to have explicit type hinting / declarations in method signatures.
-