moodle/lib
Andrew Nicols 5306f2f2b9 MDL-69232 behat: Make selenium start more fault tolerant
The session was previously only started once, but has now been moved to
restart between each test. Because of this the `$session->start()` is
now called more frequently which exposes a pre-existing issue whereby
Selenium will periodically fail to start.

When the session was only started at the beginning of the test, and at
occasional other times, it made sense to always stop the test runner
because it signified an issue with obtaining the session at all.

Since the session is restarted more frequently, and now between every
test, it no longer makes sense to do this. The test should only be
_stopped_ if the first attempt to obtain the Session fails. Once a
Session has been retrieved at least once it no longer makes sense to
assume that the failure was a configuration failure, but a connection
failure. Therefore subsequent tests should be attempted.
2020-07-10 08:40:30 +08:00
..
adodb MDL-67730 lib: Fix to make the library php74 compliant. 2020-01-23 15:04:11 +11:00
ajax MDL-58018 core: finish dev to support open sessions without a lock 2020-04-21 19:29:12 +02:00
amd MDL-60621 js: Add ability to set a modal to be scrollable or not 2020-06-30 10:18:19 +08:00
antivirus MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:08:09 +02:00
babel-polyfill MDL-67388 lib: Upgrade babel polyfill to version 7.7.0 2019-12-19 04:12:07 +11:00
behat MDL-66568 behat: Reset theme CSS between scenarios 2020-06-17 07:46:23 +08:00
bennu MDL-67029 bennu: add details to readme 2019-11-16 20:03:08 +01:00
classes MDL-63254 core_event: Remove deprecated message events 2020-06-15 11:59:34 +08:00
db MDL-60583 webservice: Add index to improve token lookup performance 2020-06-29 07:33:12 +01:00
ddl MDL-67886 phpunit: Make tests cross-db 2020-04-23 13:03:03 +02:00
dml MDL-58931 dml: add support for aurora mysql 2020-07-01 22:56:20 +02:00
dtl MDL-67886 core: check_database_schema() checks for extra indexes 2020-04-23 00:45:43 +02:00
editor MDL-69130 lang: Import fixed English strings (en_fix) 2020-06-25 21:54:13 +02:00
emoji-data MDL-65896 core: add emoji data to thirdpartylibs 2019-10-23 10:59:59 +08:00
evalmath
external MDL-68200 core: Fix phpdoc for the external return functions 2020-05-12 15:13:01 +10:00
filebrowser
filestorage Merge branch '68137-master-prevent-removing-all-dots-in-filename' of https://github.com/DSI-Universite-Rennes2/moodle 2020-05-22 11:53:22 +08:00
fonts MDL-65936 libraries: Remove duplicate fontawesome scss 2019-07-08 11:07:13 +08:00
form MDL-68890 progressbar: prevent display exist file's progress bar 2020-06-15 10:55:06 +07:00
geopattern-php
google MDL-67115 google: php74 params order for implode() 2020-01-19 18:47:28 +01:00
grade MDL-68163 gradebook: add grade item duplication 2020-06-02 09:28:29 -04:00
horde MDL-67034 horde: php74 fix (curly braces) for the Horde lib 2019-11-16 20:03:37 +01:00
html2text
htmlpurifier NOBUG: Fixed file access permissions 2020-01-24 10:16:48 +08:00
jabber
jquery MDL-65751 lib: Update jQuery version in Moodle files 2019-07-15 08:45:34 +08:00
ltiprovider MDL-67034 lti_provider: php74 fix (curly braces) for LTI Provider lib 2019-11-19 10:03:12 +01:00
markdown MDL-66964 markdown: add details to readme 2019-11-20 10:57:51 +01:00
maxmind Merge branch 'MDL-67593-master' of https://github.com/snake/moodle 2019-12-31 10:45:11 +01:00
minify MDL-68191 CSS minification: apply upstream performance/accuracy fix 2020-03-17 23:26:14 +00:00
mlbackend MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
mustache MDL-67377 lib: Moodle changes to mustache upgrade 2020-01-09 17:32:56 +01:00
pear MDL-65747 libraries: Remove the pear/CHAP library 2019-07-10 08:42:19 +08:00
php-css-parser MDL-67097 libraries: update upgrade notes for sabberworm/php-css-parser 2019-11-06 08:57:27 +08:00
php-jwt MDL-66920 lib/php-jwt: Update to version 5.2.0 to add JWK support 2020-04-08 13:12:23 -03:00
phpmailer MDL-67373 lib: Upgrade PHPmailer to 6.1.3 2019-12-03 21:11:40 +11:00
phpspreadsheet Merge branch 'MDL-67387-master' of git://github.com/cescobedo/moodle 2020-02-05 19:18:11 +01:00
phpunit MDL-67726 tool_phpunit: Removed webrunner tool 2020-02-07 08:08:48 +08:00
plist MDL-68589 plist: Add information about local changes 2020-05-03 01:28:41 +02:00
polyfills MDL-65700 javascript: Add url-polyfill. 2020-04-07 20:54:46 +10:00
portfolio
requirejs MDL-65751 lib: Update jQuery version in Moodle files 2019-07-15 08:45:34 +08:00
rtlcss
scssphp MDL-67379 libraries: Upgrade scssphp to 1.0.6 2020-01-16 00:24:09 +11:00
simplepie NOBUG: Fixed file access permissions 2020-01-03 11:24:56 +08:00
spout
table MDL-68977 core_table: Do not update dynamic tables on nullop 2020-06-09 11:21:04 +08:00
tcpdf MDL-68047 tcpdf: Prevent images out from cache to be removed 2020-04-06 00:29:55 +02:00
templates MDL-69008 core: Fix accessibility issues in paged content templates 2020-06-17 15:05:07 +08:00
testing MDL-68348 lib: Added create_user_course_lastaccess generator 2020-05-25 18:10:53 +08:00
tests MDL-69232 behat: Make selenium start more fault tolerant 2020-07-10 08:40:30 +08:00
typo3 MDL-67316 typo3: Pass correct hex chars to hexdec() 2020-04-24 15:56:38 +02:00
userkey
xapi MDL-68379 core_xapi: adding result, attachments and context to statement 2020-05-04 18:47:11 +02:00
xhprof MDL-65349 xhprof: Removed greedy matching from wildcard parsing 2019-10-23 11:08:27 +11:00
xmldb
yui MDL-68841 Modal dialogs: Wrong behavior of popup 2020-06-11 15:25:25 +07:00
yuilib
accesslib.php MDL-68866 accesslib: Fixing parameter documentation. 2020-05-28 22:01:22 -04:00
adminlib.php MDL-68353 admin: Not use label tag in admin setting elements when needed 2020-05-29 14:37:05 +10:00
authlib.php MDL-68183 auth: Fix the performance of signup_validate_data search query 2020-03-17 14:52:32 +01:00
badgeslib.php MDL-69002 core_badges: add methods to support backpack validation 2020-06-10 12:26:47 +02:00
blocklib.php
boxlib.php
cacert.pem
cacert.txt
clilib.php MDL-68714 clilib: Check set_process_title exists 2020-07-03 09:49:11 +08:00
completionlib.php MDL-40081 completion: clean up criteria records for deleted courses. 2020-04-06 12:22:51 +01:00
componentlib.class.php
components.json MDL-67786 core_contentbank: New content bank contenttype plugin type 2020-04-15 23:45:08 +02:00
conditionlib.php
configonlylib.php
cookies.js
coursecatlib.php
cronlib.php MDL-68714 cron: Check value of CLI_SCRIPT not existence 2020-07-03 09:04:05 +08:00
csslib.php MDL-55751 themes: remove the css chunker 2019-09-09 11:18:05 +02:00
csvlib.class.php MDL-66679 Forms: Submit button remains disabled after file download 2019-10-30 16:36:28 +00:00
customcheckslib.php
dataformatlib.php MDL-68500 dataformat: re-factor download/export methods into new class. 2020-05-04 16:01:12 +01:00
datalib.php MDL-66833 core: Make print_object play nice with WS 2020-01-03 08:23:12 +08:00
ddllib.php
default.ttf
deprecatedlib.php MDL-68612 user: Unified filter deprecations - related library functions 2020-05-29 12:13:26 +08:00
dmllib.php
dtllib.php
editorlib.php
emptyfile.php
enrollib.php MDL-61804 admin: Add setting for course visibility sorting 2019-10-08 11:58:39 +02:00
environmentlib.php MDL-52319 upgrade: Better report the environment checks in CLI scripts 2020-03-23 11:23:43 +01:00
excellib.class.php MDL-65741 libraries: Fix coding style errors in Excel lib 2019-07-05 15:59:37 +02:00
externallib.php MDL-68971 webservice: errors should give enough info to find the problem 2020-06-09 11:09:09 +01:00
filelib.php MDL-68342 files: Add a faster xsendfile method to avoid db lookups 2020-04-27 16:11:34 +10:00
filterlib.php MDL-67060 core_h5p: Improvements to Manage H5P setting page 2020-02-11 10:26:57 +01:00
flickrclient.php MDL-69006 repository_flickr: flickr authentication fails 2020-06-10 15:46:13 +02:00
flickrlib.php
formslib.php MDL-43156 formslib: newly-created repeat elements get the default values 2020-04-30 20:16:07 +02:00
gdlib.php
googleapi.php
gradelib.php MDL-68388 core_grades: Use MUC for grade letters 2020-05-26 09:06:50 +10:00
graphlib.php
grouplib.php MDL-68348 lib: User filter match types support - groups 2020-05-25 18:35:08 +08:00
index.html
installlib.php MDL-43189 core: Validate db prefix during installation 2019-11-01 15:44:40 +08:00
javascript-static.js
javascript.php
jslib.php
jssourcemap.php MDL-66192 javascript: Allow subdirs in AMD module names 2019-07-26 07:04:08 +08:00
ldaplib.php MDL-67316 ldap: Pass correct hex chars to hexdec() 2020-04-24 15:56:38 +02:00
lexer.php
licenselib.php MDL-66911 files: Update $CFG->licenses when adding/deleting licenses 2020-05-28 16:15:15 +08:00
listlib.php MDL-67115 core: php74 params order for implode()/join() 2020-01-19 18:47:07 +01:00
mathslib.php
messagelib.php
modinfolib.php MDL-65327 performance: Lazy-load module name strings 2019-09-20 08:59:34 +01:00
moodlelib.php MDL-68745 lib: Improved docblock descriptions for alpha PARAM types 2020-06-05 17:50:54 +08:00
myprofilelib.php MDL-67883 core: Make core ready for MoodleNet. 2020-06-05 11:47:42 +08:00
navigationlib.php Merge branch 'master_MDL-64843_course_copy_ui' of https://github.com/catalyst/moodle 2020-05-18 10:35:44 +08:00
oauthlib.php MDL-69006 repository_flickr: flickr authentication fails 2020-06-10 15:46:13 +02:00
odslib.class.php
outputactions.php
outputcomponents.php Merge branch 'MDL-68312-master-2' of git://github.com/rezaies/moodle 2020-06-03 08:00:57 +08:00
outputfactories.php
outputfragmentrequirementslib.php MDL-66550 theme: Wrap JS calls in pendingJS 2019-09-12 20:58:10 +08:00
outputlib.php MDL-66568 core_output: Return built theme CSS 2020-06-15 10:34:40 +08:00
outputrenderers.php MDL-68931 core: No feedback link on footer if the feature is disabled 2020-06-10 16:10:53 +10:00
outputrequirementslib.php MDL-68677 core: Enable prefetching when cachejs is disabled 2020-05-14 14:10:55 +08:00
pagelib.php MDL-68645 output: Make module generators fail if they init the output 2020-05-13 10:03:01 +02:00
pdflib.php
phpminimumversionlib.php
plagiarismlib.php MDL-67872 lib: fix code compliance with guidelines. 2020-02-13 12:15:02 +13:00
portfoliolib.php
questionlib.php MDL-69077 questions: question tag capabilties are relevant 2020-06-17 13:06:57 +01:00
recaptchalib_v2.php
requirejs.php MDL-67327 js: Make requirejs.php more fault tolerant 2019-12-12 15:58:19 +08:00
resourcelib.php
rsslib.php
searchlib.php
sessionlib.php
setup.php Merge branch 'MDL-67680-master' of git://github.com/marinaglancy/moodle 2020-01-22 10:28:23 +08:00
setuplib.php MDL-58281 files: Correctly handle missing files in readfile_accel 2019-12-30 17:18:49 +11:00
soaplib.php
statslib.php
tablelib.php MDL-67743 table: Sort direction is an integer 2020-05-27 11:16:24 +08:00
thirdpartylibs.xml MDL-67850 lib: remove trailing slash for plist 2020-05-01 10:58:18 +08:00
tokeniserlib.php
upgrade.txt Merge branch 'MDL-69072-master' of git://github.com/andrewnicols/moodle 2020-07-01 23:20:34 +02:00
upgradelib.php MDL-68165 install: update the list of stale files for 3.9 2020-03-27 12:57:22 +01:00
uploadlib.php
validateurlsyntax.php
webdavlib.php
weblib.php MDL-67403 weblib: Add support for X-Redirect-By header 2019-12-18 15:02:32 +10:00
wiki_to_markdown.php MDL-66965 core: php74 curly 2 square braces changes 2019-10-25 17:41:10 +02:00
womenslib.php
wordlist.txt
xhtml.xsl
xmlize.php MDL-66483 lib: remove recent xmlize dep on setuplib/CFG 2019-08-23 11:21:28 +02:00
xsendfilelib.php