- 24 Aug, 2016 2 commits
-
-
Rajesh Taneja authored
if theme/tests/behat/behat_theme_{THEME_NAME}_behat_selectors.php file exits, and has class with same file name then we will call behat_theme_{THEME_NAME}_behat_selectors::register_moodle_selectors() to register theme specific selectors. If they are different then core then they will override
-
Rajesh Taneja authored
-
- 19 Aug, 2016 1 commit
-
-
Rajesh Taneja authored
-
- 17 Aug, 2016 11 commits
-
-
Dan Poltawski authored
-
Dan Poltawski authored
-
-
-
Marina Glancy authored
-
-
David Monllaó authored
-
-
Frederic Massart authored
But in order to maintain smooth backwards compatibility, the logos set in the themes themselves take precedence.
-
Frederic Massart authored
-
Frederic Massart authored
The function send_content_uncached() is meant to be used when serving content which should not be cached by browsers/proxies. You will use this in development mode, or when the request is malformed but you need to return some fallback content which shouldn't be stored under the URL it was requested from. The function file_safe_save_content() should only be used for content not stored in the file API. Good candidates for this are resource which fit well in the localcache. The function tries to write the content in the most atomic way as possible to prevent incomplete writes or concurrent writes.
-
- 16 Aug, 2016 16 commits
-
-
-
-
David Monllaó authored
-
-
Andrew Nicols authored
-
-
John Okely authored
-
Damyon Wiese authored
-
-
Marina Glancy authored
-
Russell Smith authored
Use core functions that are faster for test file creation. To support large requests for hashes, the core hash function must support large hashes without recursion. PHP has a default recursion depth of 100 and long hashes don't support this. Remove transactions as they create performance problems for larger courses and doesn't introduce significant benefit for developers. Performance changes meant the times were much faster, a reasonable guess was taken on performance of an average machine.
-
Stephen Bourget authored
-
-
-
Andrew Nicols authored
-
-
- 15 Aug, 2016 10 commits
-
-
-
Pau Ferrer authored
-
-
Dan Poltawski authored
-
-
-
-
-
-
-