Re: ord() unicode analog for textlib
by Valeriy Streltsov. The issue: https://tracker.moodle.org/browse/MDL-39335There's a link to the git branch; I added the function and some tests.
View ArticleHow does moodle identify the Device.
by Hemanth Gottimukkala. Hi Everyone, Sorry if my doubt was silly. In Moodle 2.4+ version we can apply different themes for web browser & mobile browser. I specifically want exactly in which...
View ArticleRe: How does moodle identify the Device.
by Hittesh Ahuja. In Moodle 2.2, I guess it was the YUI UA module that did. Maybe thats the case in 2.4 as well http://yuilibrary.com/yui/docs/yui/yui-ua.html
View ArticleRe: How does moodle identify the Device.
by Hubert Chathi. There are several places that perform browser detection of one sort or another. Do a search in the lib directory for "HTTP_USER_AGENT".
View Articleinput schema for authentication and enrolment plugins?
by Richard Still. Hello,I am new to Moodle and haven't been able to find exactly what I am looking for so far by searchingI have been asked to create a new integration piece and it has been suggested...
View ArticleRe: input schema for authentication and enrolment plugins?
by Tim Hunt. Have you tried installing Moodle somewhere and experimenting?There is quite a lot of flexibility about how you configure Moodle to link the data in the other database to the data in the...
View ArticleRe: input schema for authentication and enrolment plugins?
by Richard Still. Hi Tim, thanks for the reply, actually it seems like the staging tables I've set up ought to serve as a fair starting point then, I will pass on the give it a try sentiment
View ArticleWhy abandon the user-friendly "unit tests" interface?
by Joseph Rézeau. Until Moodle 2.2, we had a user-friendly Unit tests interface, within Moodle.Now, "Moodle 2.3 uses PHPunit for its unit tests. Setting this up and getting it working is a bit of a...
View ArticleRe: How does moodle identify the Device.
by Andrew Nicols. Hi,Generally this is done in lib/moodlelib.php.It is generally inadvisable to make changes for specific User Agents in Javascript but instead to use feature detection. You can set...
View ArticleRe: Moodle mLearning capabilities
by Wen Hao Chuang. Hmm I found this thread while reseraching Moodle Roadmap about mLearning. For those of you who are interested, here is the document:http://docs.moodle.org/dev/Moodle_MobileTo answer...
View ArticleRe: Why abandon the user-friendly "unit tests" interface?
by Tim Hunt. The problem with executing tests through the Moodle UI is that you then end up executing in an environment that is partly a clean testing environment, and partly the environment of of the...
View ArticleRe: Problem with javascript-static.js
by Oren Bochman. Thanks for the supportI was getting a 404 error.Clearing the cache did not help.I was not able to fix this even after reintsalling and upgrading - so I eneded up scrapping the virtual...
View ArticleRe: Moodle mLearning capabilities
by Richard Oelmann. Wen, I think you will find that this discussion and the concepts for Moodle Mobile have moved a long way since this original post over 3 years ago!
View ArticleRe: Why abandon the user-friendly "unit tests" interface?
by Allegre Guillaume. I agree here that the strict framework provided by Phpunit is worth it, but I also agree with Joseph that the documentation could and should be improved, particulary on tests for...
View ArticleRe: Why abandon the user-friendly "unit tests" interface?
by Marcus Green. Joseph, when I read the title of your post I thought aieeee!, behat is replacing phpunit, as I was trying to understand the honey collecting insects headwear on the moodle docs last...
View ArticleRe: Why abandon the user-friendly "unit tests" interface?
by Tim Hunt. Behat is not replacing phpunit. It is being used as well. Unit tests verify individual bits of the code. Behat tests Moodle as a whole through the front end. They complement each other.
View ArticleRe: Why abandon the user-friendly "unit tests" interface?
by Allegre Guillaume. What ? tell me if I'm wrong but I believe that behat does not replace PhpUnit, since they have different goals.Behat is a "behavior driven development" framework, which I don't...
View ArticleRe: How to create multiple sub directory creation in moodle
by kumaran paranthaman. Hi Smith,Thanks for your reply. Could you explain detailed step by step how to configure multi (Sub domain / directory) sites. Refer the below site and visit "University" link...
View ArticleRe: Open Course Booking System - Invitation
by haritha b. When i create a new course in my moodle site,i want all the users to be informed about it through mail. Mail has to contain a link of the course enrolment page. Users will submit their...
View ArticleRe: Verify if the student accessed a page
by Gustavo Matheus. "Assuming the page you created is a page within Moodle, you could probably write some code that queried the log table and echo some text if the log.action field=view." Ok, how...
View Article