Re: PHPUnit PHP version requirement
by Tim Hunt. I seem to be running the unit tests on PHP5.3 on Windows, so it is worth a try.
View ArticleRe: PHPUnit PHP version requirement
by Petr Škoda. It does not say it is required, I keep this page as a reference when preparing my test installs. I will add PHP 5.5.x instructions there soon.
View ArticleRe: TinyMCE plugin tutorial for dummies - documentation?
by Josep Riera (Pepe). Hi everyone,I finally managed to create a documentation page about Moodle specific TinyMCE plugins. ( http://docs.moodle.org/dev/Creating_a_Moodle_specific_TinyMCE_plugin )I'm a...
View ArticleRe: Why so many clicks to just duplicate a label?
by Derek Chirnside. This new issue was a duplicate. This is the original tracker item: https://tracker.moodle.org/browse/MDL-38097I think if this is not too hard to do, it would be worth it. Maybe...
View ArticleΑπάντηση: Re: Change Quiz review Settings
by Marigianna Skouradaki. Hello Tim ,thank you for your answer. I find that the table mdl_quiz stores this information in review* columns. However I do not see any "manual" changes on these values do...
View ArticleRe: Απάντηση: Re: Change Quiz review Settings
by Tim Hunt. That is the only place this information is stored.I am afraid that I cannot parse "However I do not see any "manual" changes on these values do not correspond to the expected functional...
View ArticleHow to add a moodle project for the community to use?
by Mind Freak. Hi, recently I have been working on a moodle stickynotes block and its development is almost at the end. This block comes with all the functionalities of stickynotes along with extra...
View ArticleRe: Behat with Selenium, Selenium not being called/executed
by David Monllaó. You can see the selenium logs in the selenium window but if the problem is that behat is not reaching the selenium instance I suppose behat should throw an exception with info, does...
View ArticleProgrammatically clone a course
by Toan Tran. Does anyone have experience automating the course clone process? Ideally, I would like to be able to feed it optional parameters, but a function that simply does "clone course A to a...
View ArticleRe: Simpler Password Reset process
by Peter Bulmer. Remarks first Assuming that there is no radical "It must stay this way", I'll be creating a feature bug tracker item & if there is support for it, writing a patch for inclusion in...
View ArticleRe: Simpler Password Reset process
by Peter Bulmer. Someone found an existing tracker item for me:https://tracker.moodle.org/browse/MDL-23692
View ArticleRe: How to add a moodle project for the community to use?
by Tim Hunt. Someone else asked this recently: https://moodle.org/mod/forum/discuss.php?d=232866
View ArticleRe: Finalizing a plugin for open-source and release to community
by Tony Box. Thanks for the help Mary and Tim! I've updated a few things and submitted them for review.
View ArticleRe: Simpler Password Reset process
by Paul Nicholls. Same here - never had to use it, and pretty much assumed that that was already how it worked. I don't see any reason to make users jump through the extra hoops, and can't see why a...
View ArticleGeneral Developers meeting, Tue 30 July 13:00 UTC
by Michael de Raadt. Hi, all.I hope you can join us for the General Developers meeting happening next week.Time13:00 UTC on Tuesday, 30 July 2013Meeting roomMoodle Meetings YouTube channelChatRegular...
View ArticleRe: Behat with Selenium, Selenium not being called/executed
by James McLean. Unfortunately Behat never throws any exceptions at all. I have my debugging set to the maximum as this is just a development workstation, but no errors about connecting to...
View Articleconfigurable reports help
by Raphael Goldman. Hello,I am creating reports using the amazing configurable reports plugin.I want to filters that aren't in the basic plugin, Is it possible?Thanks,Raphael
View Articleתשובה ל: configurable reports help
by Raphael Goldman. I have another question,If I want to have 2 filters from the user table, for the moment I can only add one filter from each type, is there any solution.Another question, I have...
View ArticleRe: Απάντηση: Re: Change Quiz review Settings
by Mary Kampouraki. Hello Tim,thanks for the immediate respone. My colleague means that any changes on the provided values do not affect the additional forms of the existing quizzes (in review options).
View ArticleRe: Απάντηση: Re: Change Quiz review Settings
by Tim Hunt. What exactly are you doing?If you do UPDATE mdl_quiz SET reviewspecificfeedback = 0 WHERE id = 123the the review option for Feedback in quiz 123 will be turned off immediately.
View Article