Re: Configuring the auth.php file for sign-on based off http header
by Amy Stewart. David,I am trying to do the same thing that you accomplished. My problem is that our users are all set up to use LDAP. The custom authentication scheme that I'm building would is...
View ArticleRe: Running Moodle on Google's new PHP App Engine
by Andrew Jessup. Hey, Andrew here - I work on Google App Engine, on the PHP team.We'd love to see how well Moodle works on App Engine - several people asked us about this at Google I/O last week, so...
View ArticleRe: Bulk creating courses
by Peter Kemp. Hi Oli,I'm putting together my findings so far and a plan for how to do this:http://diversthings.blogspot.co.uk/2013/05/moodle-pull-courses-and-categories.htmlI'll keep you informedPete
View ArticleWhat's the best way to restrict enrollment user list to Institution and...
by Alan Hare. I have a role created called "Student Supervisor" which has the capability of manually enrolling users.I need to restrict what users this role can see when manually enrolling students...
View ArticleRe: Enrolling users programatically (Moodle 2.3.2)
by Richard Crawford. Unfortunately, no, not without some heavy customization.
View ArticleRe: Enrolling users programatically (Moodle 2.3.2)
by Richard Crawford. Thanks to the documentation here (http://docs.moodle.org/dev/New_enrolments_in_2.0), I was able to figure this one out.
View ArticleRe: Git pull problem
by Adam Morris. Understanding what git does will go a long way. What git pull does is fetch (download) the branches and then does a merge. However, the merge can be destructive, that is, change your...
View ArticleRe: Contributing to Moodle for MSc project
by Peter McArthur. Dear Moodle people,Sorry that I've gone quiet for a while. Please be assured that I have not lost interest in contributing to Moodle for my MSc project. I've given all of your...
View ArticleRe: Running Moodle on Google's new PHP App Engine
by Nadav Kavalerchik. Hi Matteo,Thank you for your enlightening "points to consider" and all the detailed response and suggestions.I see if I have some spare time on my hands to play around with a...
View ArticleRe: Running Moodle on Google's new PHP App Engine
by Nadav Kavalerchik. Beautiful! Thanks
View ArticleRe: Writing Moodle's Global Search
by Ralf Hilgenstock. Hello Prateekthanks for your detailled answer. Just one feedback:If search is possible for quiz question content should be defined by teacher and not by student. The teacher...
View ArticleRe: Bulk creating courses
by Tulix Velásquez . Hi, you can use this tool https://github.com/piersharding/moodle-tool_uploadcourse
View ArticleFatal Error While Developing
by Sandareka Wickramanayake. Hi all, While I was fixing a bug in Message component I got the following error. Can anyone please explain me why I am getting this? Thank you in advance
View ArticleRe: Git pull problem
by Visvanath Ratnaweera. OK, that is a clean try. The effect could only mean that for Git all the files in your local moodle have been changed! If you haven't done anything purposely, something is...
View ArticleRe: Git pull problem
by Rick Danielson. Thanks Adam,I read your original advice about git stash, but wanted to see if I could make things work without having to use it. My understanding of the stash command is that it...
View ArticleRe: Git pull problem
by Rick Danielson. Thanks Visvanath,Here is the result of the df -T command:df -T /var/wwwFilesystem Type 1K-blocks Used Available Use% Mounted on/dev/sda1 ext4 233445296 66949912 154637004 31% /As I...
View ArticleRe: Writing Moodle's Global Search
by Prateek Sachan. Hi Ralf,Thanks for the concern and feedback. I will try my best to handle security with the Global Search. Proper security will be handled while showing the results. (Like students...
View ArticleRe: Writing Moodle's Global Search
by Prateek Sachan. Hi Ankit,Thanks a lot for the constructive feedback. #Ranking: Thanks for this thought, I will definitely consider it and discuss it with my mentor if/when my GSoC project gets...
View ArticleRe: Git pull problem
by Adam Morris. Restoring courses on moodle doesn't do anything to the source code, just the database. Git just works on the files, not the database.You claim that "you didn't change anything" on the...
View Article