Commit Graph

21 Commits

Author SHA1 Message Date
abhinavgandham
7f968b2365 Issue #390: Code cleanup to fix code standards codesniffer errors. 2026-01-12 17:18:47 +10:00
Brendan Heywood
d16ae47a5f Fix bootstrap define #352 2025-11-29 15:51:50 +11:00
Matthew Hilton
bfa9569e3b [#340] Access key exclusion method 2024-08-19 14:31:14 +10:00
Matthew Hilton
97b118593d cleanup: fixup to match coding standards 2024-08-05 15:22:03 +10:00
Srdjan
4aa5976ea8 Make Moodle linter happy. Mainly tests. 2023-07-04 15:04:30 +10:00
Srdjan
143862e25a Issue#321 bootstrap.php: remove require(config.php)
bootstrap.php is supposed to be required from config.php, so it makes
no sense to require config.php in bootstrap.php.
2023-07-03 15:50:30 +10:00
Mikhail Golenkov
77ce63e4f9 Fix root URL path 2021-03-18 15:50:39 +11:00
Tomo Tsuyuki
07a8a41ad4 Partially fix #243: fix codingcheck error and disable behat test 2021-03-04 12:02:57 +11:00
John Yao
c53a629bc8 Fix #233 Add no_outage check to allow checkfinished.php to be execpt from the 503 maintenance logic 2021-02-12 09:38:57 +11:00
Brendan Heywood
5a53bf04a1 Fixed bug with moodles under a subdir #196 2020-06-19 09:17:39 +10:00
Mikhail Golenkov
bac83b143a Fix url parsing when Moodle is installed without subdir. 2020-03-04 13:03:44 +11:00
Mikhail Golenkov
cd21fb977b Allow outage info requests #174. 2020-02-10 16:19:01 +11:00
Daniel Thee Roperto
d80ae326fd Fixes #107 - Check in bootstrap.php if this is a behat environment. 2017-03-02 22:14:21 +11:00
Daniel Thee Roperto
efbdb77ae6 Moodle code style fix. 2016-12-21 14:38:35 +11:00
Daniel Thee Roperto
0380c6ebec Outage now honours ABORT_AFTER_CONFIG CLI_SCRIPT AJAX_SCRIPT and WS_SERVER 2016-12-21 14:38:31 +11:00
Daniel Thee Roperto
67600472ec Fixed problem with bootstrap in CLI. Fixed file.php when dataroot had trailing slashes. 2016-11-30 14:11:24 +11:00
Daniel Thee Roperto
3360d357d4 Added warnings in case plugin is not properly configured. 2016-11-14 15:02:30 +11:00
Daniel Thee Roperto
0c97b4be01 Applying moodle coding standards. 2016-11-10 19:29:43 +11:00
Daniel Thee Roperto
d1dffee058 Issue #22 - Fixed bootstrap callback code. 2016-11-10 11:24:18 +11:00
Daniel Thee Roperto
db6afa4c48 Issue #22 - Refactored to allow hooks in bootstrap.php instead of fetching the file from there. 2016-11-09 18:42:51 +11:00
Daniel Thee Roperto
5db5bed914 Issue #22 - Created bootstrap.php to intercept the execution before Moodle finished loading. 2016-11-09 16:56:04 +11:00