Opinions - should changing setting (ie passing grade) retroactively affect...
by Ray Morris. Your opinion is needed on a question of policy, of how Moodle should work in general. Suppose there is an activity in a course, such as a quiz. The "grade to pass" for that activity is...
View ArticleRe: Adding javascript to page
by Andrew Nicols. Hi Carl,You don't say what version of Moodle you're running - there are different ways to do this depending on which version of Moodle you're using.It looks like Marvin is a sketch...
View ArticleRe: Status of MUC?
by Andrea Bicciolo. Hi Martìn, Looking at the cache setting available in 2.5dev, there are much more caching implemented than in 2.4 so for my understanding caching in 2.4 is still partial, however...
View ArticleRe: Status of MUC?
by Tim Hunt. 1. The OU has not yet done load-testing of 2.4 vs 2.3, but we are going to soon. Hopefully we can share what we learn.2. As you do Moodle development, I assume you have all the dubugging...
View ArticleDeveloping MUC Store Plugin
by Ryan Panning. I will be developing a MUC WinCache store plugin if no one else has already started. Just a few questions on how MUC stores work:How are the different modes programmed? Theoretically,...
View ArticleRe: Adding javascript to page
by Geoffrey Rowland. Hi AndrewCan the YUI module approach be used for a Filter too?e.g. moodle-filter_jmol-jsmolI have been tinkering with updating the Jmol (3D chemical structure) applet Flter to use...
View ArticleRe: Adding javascript to page
by Andrew Nicols. Hi Geoffrey,Technically, it can be used. From Moodle 2.5 though we'll have jQuery integration available for contrib plugins only. See the docs at http://docs.moodle.org/dev/jQuery....
View ArticleRe: Adding javascript to page
by Gareth J Barnard. Dear Geoffrey,If you would like an example of using the Moodle 2.5 jQuery integration (MDL-15727), I did MDL-38650 for the MyMobile theme which uses jQuery and it's own jQuery...
View ArticleRe: Status of MUC?
by Matteo Scaramuccia. Hi All,to complete the picture given by Andrea and Tim, I'd like to add some notes from the Tracker:MUC Stage 2: here you can read about what are the areas/components that will...
View ArticleRe: Developing MUC Store Plugin
by Matteo Scaramuccia. Hi Ryan,you could take a look at MDL-37069 to have a reference about two examples of implemeting the same cache stores using XCache: you'll find some answers and some of your...
View ArticleRe: Probing if Editing is on
by Gareth J Barnard. Hi all,A safe way to contain jQuery within YUI is via a synchronous loading module. This is the code that mainly Andrew Nicols developed (and I a little) before MDL-15727 came...
View ArticleRe: Probing if Editing is on
by Geoffrey Rowland. Thanks Gareth, that's very helpful. I'll try the above with Moodle 2.4, then the MDL-15727 approach for 2.5The recent development of JSmol by Robert Hanson and others, converting...
View ArticleRe: login - data submited
by Maria Kyprianou. Hi. No, I didn't put the password in a cookie. I' m creating a secretKey (I also created a field for the secret key in mdl_user) , put it in a cookie, but now, I don't know how to...
View ArticleRe: Adding javascript to page
by Carl LeBlond. Sorry, I'm using 2.4. Thanks for the example, I was thinking I needed to express it as a module, but was unsure on how to implement. I'll give it a try.
View ArticleRe: Status of MUC?
by Dan Poltawski. I think the executive summary is that the infrastructure is there, but actual use of caches was limited in 2.4. More caches are continually are added and there are more in 2.5, but...
View ArticleRe: How do I make the entire Block's title clickable (to make it show and...
by Itamar Tzadok. To anyone who is still interested in this, I've managed to make Andrew's approach work with minimal code that simulates the standard plus/minus icons event handler. The point is to...
View ArticleRe: Adding javascript to page
by Gareth J Barnard. Dear Carl,Please see my post using Moodle 2.4 / 2.3 on https://moodle.org/mod/forum/discuss.php?d=226034#p982003Cheers,Gareth
View ArticleRe: login - data submited
by Tim Hunt. http://docs.moodle.org/dev/Data_manipulation_API
View ArticleRe: Moodle and Wordpress integration
by Martin Howells. Thanks. I got locked out and had to delete the plugin via FTP. A proper SSO is not easy to find.
View Article