Re: What is /local/externserverfile.php ??
by Steven Mao. Hi Howard,This is probably a file left by another developer who worked on your Moodle code. Maybe try to run grep -r -l 'url_get_encrypted_parameter' moodledirectory to see which files...
View ArticleChange Quiz review Settings
by Marigianna Skouradaki. Hello,we have updated our Moodle installation from Moodle 2.0.3+ to Moodle 2.5. We are very interested in applying the review quiz settings to our quizzes. However when we do...
View ArticleRe: Why so many clicks to just duplicate a label?
by Kevin Mueller. Andrew you're a star. Much appreciated!
View Articleusers with -1 value for deleted
by Martin Henits. I am looking at users table of a moodle site which has been upgraded several times over times and now it is 2.5.While looking at mdl_user table I noticed that some users have the...
View ArticleRe: Front Page Course List 2.5 - Collapse All with CSS
by Graham Fox. Seems like something broke between 2.5 and 2.4.x, mine seems to be stuck expanding as well.
View ArticleRe: Change Quiz review Settings
by Tim Hunt. You need to understand how these are stored in the database. There are fields like reviewmarks, and they are bitfields. The key bits are given by these constants:...
View ArticleRe: Simple proxy script workaround for Moodle's file API
by Matteo Scaramuccia. Nice job and great idea about the way to localize errors: besides even the images are served via content.php e.g. mod/swf/content.php/mmlcc/commonobjects/pix/purse1.jpg.Keep us...
View ArticleRe: What is /local/externserverfile.php ??
by Dan Marsden. heh - deja vu...https://moodle.org/mod/forum/discuss.php?d=181219No idea though....
View ArticleRe: What is /local/externserverfile.php ??
by Dan Marsden. here's where it was originally added....https://github.com/moodle/moodle/commit/d0cc843ed3b12dba68e6c89990ec5b20c73b149bwould be interesting if anyone has really used it since then...
View ArticleRe: Simple proxy script workaround for Moodle's file API
by Matt Bury. Yep, all the files have to go through content.php. AFAIK, the only way to get files into /moodledata/repository/ is via FTP so organisations should be able to implement some kind of...
View Articlefunction tmpfile in lib/csvlib.php faile
by Raphael Goldman. Hi, I am unable to upload users from csv file,I have the same enviroment on a local server and it is working,I figured out that the function tmpfile() is failing,All the...
View ArticleRe: Moodle Media as assignment feedback
by Justin Hunt. Sadly it is not a bug. That is just the way it is. Comments can only be text comments.You could enable the Feedback Files, and then upload your video into there. But it wouldn't play...
View ArticleRe: Moodle Media as assignment feedback
by Mary Cooch. Actually I reported this ages ago as you used to be able to do this in 1.9 https://tracker.moodle.org/browse/MDL-27520
View ArticleBreadcrumb shortening...
by Paul Walker. Gidday,I've noticed long breadcrumbs are now being shortened with an ellipse. Although a great feature for those that want it, any easy way to turn it off?So for instance "A really...
View ArticleRe: What is /local/externserverfile.php ??
by Howard Miller. Thanks but no it isn't. 'git blame' shows it was part of the original commit of the new 'url' resource written by Petr Skoda quite some time ago. You are right - local/ does not ship...
View ArticleRe: What is /local/externserverfile.php ??
by Howard Miller. Ha! I'd forgotten - with a bit more research I discovered it was actually the same client asking me much the same question at the time. They wanted to modify the way the...
View ArticleRe: Event Table fields
by Tony Braithwaite. Hi, Could you also explain what the uuid column is in the Event table for Moodle 2?Thanks
View ArticleRe: Moodle Media as assignment feedback
by Steven Mao. Hi Justin and Mary,Thanks for your responses! The information was exactly what I needed.We thought about Feedback files via local upload, but decided to save students the extra step of...
View ArticleRe: Front Page Course List 2.5 - Collapse All with CSS
by Shawn Peters. Did you ever get this resolved? We just updated to 2.5.1 and having the same issue. Pain the in butt....
View Article