[Mahara-contributors] [Bug 1776364] Re: External file system image infinite loop

2018-06-12 Thread Kenneth Hendricks
Companion update to objectfs to accompany this for testing: https://github.com/catalyst/mahara-module_objectfs/tree/issue-8 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara

[Mahara-contributors] [Bug 1776364] Re: External file system image infinite loop

2018-06-11 Thread Kenneth Hendricks
Hi all, Added a possible patch to fix this. It works by adding a generateifpossible flag to get_local_path which is used within get_dataroot_image_path to gate ensure_local. External FS's can then call get_local_path with this flag set to false to avoid calling any of the generating code.

[Mahara-contributors] [Bug 1776364] [NEW] External file system image infinite loop

2018-06-11 Thread Kenneth Hendricks
Public bug reported: When the objectfs plugin is being used as an external file system, an image is uploaded and that image is no longer locally available the following infinite loop occurs: mahara_1 | PHP message: PHP 34291. module_objectfs\object_file_system->is_file_readable_locally()

[Mahara-contributors] [Bug 1680633] [NEW] Cron job metadata

2017-04-06 Thread Kenneth Hendricks
Public bug reported: Hello, Currently the meta data stored for cron jobs is fairly limited having only the following fields: We are implementing a plugin for Mahara that will mirror the cron check functionality