- 05 Jan, 2015 15 commits
-
-
-
-
-
-
-
-
-
-
Andrew Nicols authored
Merge branch 'MDL-48644_restoreLegacyLogs28' of https://github.com/moodlerooms/moodle into MOODLE_28_STABLE
-
-
-
-
-
Adrian Greeve authored
-
-
- 02 Jan, 2015 4 commits
-
-
Frederic Massart authored
-
Frederic Massart authored
-
The new is_msword() check should always return false for regular browsers. It should return true for known MS Word, but false for known MS Outlook.
-
Basic detection for MS Word's internal link checker. This is not perfect, as older versions use IE6/7 user agent string with no identifying marks, and newer versions don't necessarily identify themselves as Word (just as Office). Version information is not reliably available, even when there is sufficient other information to identify it as Word's link checker. This is also based on a small sample of Word / OS version pairings, so there may be some which are identifiable but not currently covered.
-
- 30 Dec, 2014 1 commit
-
-
Mark Nielsen authored
Wrap long function definition to next line.
-
- 29 Dec, 2014 1 commit
-
-
Dan Poltawski authored
Thanks to Miryan Salas for the patch.
-
- 24 Dec, 2014 5 commits
-
-
Dan Poltawski authored
-
Dan Poltawski authored
Merge branch 'install_28_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_28_STABLE
-
Eric Merrill authored
-
-
AMOS Bot authored
-
- 23 Dec, 2014 12 commits
-
-
Eloy Lafuente authored
behat/lib.php script should not be usually included, neither any of its functions used within mooodle code at all. It's for exclusive use of behat and moodle setup.php. For places requiring a different/special behavior needing to check if are being run as part of behat tests, use: if (defined('BEHAT_SITE_RUNNING')) { ...
-
https://github.com/markn86/moodleDan Poltawski authored
This reverts commit 7c4b6a84, reversing changes made to 03d3dfbf.
-
https://github.com/jrchamp/moodleDan Poltawski authored
This reverts commit a6af290e, reversing changes made to 267ac74e.
-
Frederic Massart authored
-
-
Eloy Lafuente authored
When an alternative cache configuration is used, aka: define('TEST_CACHE_USING_ALT_CACHE_CONFIG_PATH', true); $CFG->altcacheconfigpath = '/tmp/xxxxx.php'; the get_expected_application_cache_store() method was not able of retroffiting the default application store being used. This commit just implements that functionality so, when executing unit tests using alternative configuration, assertions looking for that will pass without a problem.
-
-
-
Tim Hunt authored
-
-
-
Dan Poltawski authored
-
- 22 Dec, 2014 2 commits
-
-