Re: Behat on Jenkins takes forever. How can I speed it up?
by Matt Gibson. Thanks.I'm using postgres already, so it sounds like I should be able to get a bit more performance than currently. PHP's memory_limit is 256M, so I'm not sure what else to look at.
View ArticleRe: Behat on Jenkins takes forever. How can I speed it up?
by Tim Hunt. Have you seen http://docs.moodle.org/dev/Postgres_Tuning_For_Developers ?
View ArticleLaunch externally Tin Can API activities from Moodle and track on any LRS....
by Andrew Downes. Hi all,I've just completed a Moodle plug in that lets you launch Tin Can activities from a Moodle course and then track them with any LRS. You don't need to upload the activities to...
View ArticleRe: Programmatically clone a course
by mohamed alsharaf. Yes you are right. I should write that in the readme file. It was written for Moodle 2.3 and it is working fine in Moodle 2.4. I have not tested with Moodle 2.5, but I think it...
View Articleתשובה ל: Make date/time selector only allow present and future time?
by Raphael Goldman. HiYou can do it in the validation function.if the field name is starttime for example$errors = parent::validation($data, $files);if ($data['starttime'] < time()']) {...
View ArticleRepository plugin issues
by Nuno Horta. I'm planning on developing a repository plugin to use and external repo of mine. I have some doubts that i can't seem to get an answer for...1. which protocol is used to communicate...
View ArticleSanity check after my module is installed
by Anne Krijger. I was wondering if it is possible to do a sanity check after the custom module I've written is installed.For example for a module that exposes a webservice to work, the webservice...
View ArticleRe: Web services input validation problem
by Anne Krijger. Could you post the complete url that you are using to the data mentioned above?Anne.
View ArticleRe: תשובה ל: Make date/time selector only allow present and future time?
by Justin Peterson. Worked well. Thank you!
View ArticleRe: Repository plugin issues
by Davo Smith. 1. Whatever communication method you want to code into plugin; your plugin handles the communication between itself and the external repository - the communication between the plugin...
View ArticleEditing icons appear inside a label-ish module, not underneath
by Kimber Warden. Thanks to Davo Smith, I have a new module called Announcements that functions almost exactly like a label. The only difference is that I can target it for css styling. It works, but...
View Articleadd moodle/webservice:createtoken capability to all students
by Anne Krijger. I seem to be missing something when it comes to allowing users, students in particular, to generate the token needed to access Webservices.I can't change the (pre-defined) student...
View ArticleRe: add moodle/webservice:createtoken capability to all students
by Tim Hunt. Give the capability to the authenticated user role.
View ArticleRe: Sanity check after my module is installed
by Tim Hunt. For qtype_stack, we made a healthcheck script, accessible via the admin menu, that does the required sanity...
View Articlesuspended users
by Tim Dyer. I know how to suspend users in a course. However, I'm finding that they are still receiving emails from that Course if they are suspended. How can I stop them from receiving any emails...
View ArticleRe: Repository plugin issues
by Nuno Horta. thank you for your answer!the second one it's really cool, i think it will do. About the first it still have some doubts. Basically i will need to return, among with other properties,...
View ArticleRe: suspended users
by Trevor Furtado Souza. The first thing came to my head was use the message_send event. But apparently he is not implemented yet.https://moodle.org/mod/forum/discuss.php?d=228908
View ArticleRe: Repository plugin issues
by Davo Smith. As already stated - there is no specification for the protocol between your plugin and the external repository, as that is entirely dependent on the external repository and your plugin....
View Articleget the id of the teacher that opened the item
by Raphael Goldman. Hi,I need to create a report, for each item in the course I need to show the teacher.Is it possible to know who created the a specific quiz for example?Thanks
View ArticleRe: add moodle/webservice:createtoken capability to all students
by Anne Krijger. Hi Tim,Thanks, that worked and will do for now.This will give all authenticated users access to the Webservice.I noticed that for the Authenticated user role there is no Context...
View Article