moodle/lib/tests
Eloy Lafuente (stronk7) 764167136f MDL-66104 output: HTMLPurifier to allow <nolink> tags everywhere
Before the patch, HTMLPurifier was instructed to handle <nolink>
tags in block mode. That implies that any block tag enclosing it
had to be closed for HTML compliance.

But <noscript> tags are not part of the final output (they are
removed) but just internally used to skip filtering certain areas.

So they can be virtually everywhere, HTMLPurifier just should allow
them without any change, both to parent or children tags.
2019-08-01 17:52:33 +02:00
..
behat Merge branch 'MDL-58974-master' of git://github.com/vmdef/moodle 2019-08-01 09:02:52 +08:00
fixtures MDL-44484 admin: Theme can be null and create user 2019-05-08 14:44:30 +12:00
other MDL-65741 libraries: Fix coding style errors in Excel lib 2019-07-05 15:59:37 +02:00
performance MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
accesslib_has_capability_test.php MDL-53566 core: Allow admins more control over locking 2018-11-13 21:17:40 +08:00
accesslib_test.php MDL-65726 core_roles: allow to create roles in install.php 2019-05-29 10:48:51 +02:00
adhoc_task_test.php MDL-46881 core: Allow adhoc tasks to be rescheduled 2019-01-30 10:55:48 +08:00
admintree_test.php MDL-64506 phpunit: Update unit tests to use classic 2019-04-03 19:34:20 +08:00
ajaxlib_test.php MDL-55091 phpunit: Following has been deprecated. 2016-07-26 10:11:30 +08:00
analysers_test.php MDL-64783 analytics: Performance improvements 2019-04-09 00:29:57 +02:00
antivirus_test.php MDL-50907 antivirus: Add test coverage for scan_data. 2018-04-12 10:30:25 +08:00
authlib_test.php MDL-63183 auth: Login protection 2018-11-07 00:14:48 +01:00
blocklib_test.php MDL-64506 phpunit: Update unit tests to use classic 2019-04-03 19:34:20 +08:00
calendar_cron_task_test.php MDL-58803 calendar: Require calendar/lib.php 2017-05-04 13:03:55 +08:00
collator_test.php
completionlib_test.php MDL-65204 phpunit: Fix valid CiBoT errors and warnings 2019-04-03 10:44:24 +08:00
component_test.php MDL-66022 core: subplugins.php moved to json 2019-07-02 15:55:12 +10:00
componentlib_test.php
configonlylib_test.php MDL-54901 phpunit: Change phpunit wwwroot to HTTPS and fix tests 2017-04-18 03:40:17 +02:00
coverage.php MDL-63366 core: Add coverage whitelisting for filestorage 2019-03-01 10:30:31 +08:00
cronlib_test.php MDL-62251 Task: Make test_cron_delete_from_temp Unix independent 2018-05-10 20:13:09 +10:00
csslib_test.php MDL-54741 general: 3.2 final deprecation in lib/deprecatedlib.php 2018-08-06 09:29:54 +08:00
csvclass_test.php
curl_security_helper_test.php MDL-61143 core_files: Update unit tests for curl_security_helper 2018-01-09 16:54:32 +08:00
customcontext_test.php
datalib_test.php MDL-52781 core_user: replace direct PARAM_ usages. 2016-04-21 15:24:36 +08:00
datalib_update_with_unique_index_test.php
date_legacy_test.php MDL-54008 tests: clarify comment in tz test 2016-05-03 09:08:27 +01:00
date_test.php MDL-50704 date: Fix invalid timezone mapping for +14 2016-05-09 17:28:38 +08:00
editorlib_test.php
environment_test.php MDL-64285 core: Skip 64 bits check for 32-bit PHP versions in unit tests 2018-12-14 11:13:40 +08:00
event_course_module_instance_list_viewed.php
event_course_module_viewed.php
event_deprecated_test.php
event_grade_deleted_test.php
event_profile_field_test.php MDL-45730 core: added unit tests for new events 2017-10-10 13:15:18 +08:00
event_test.php MDL-55188 events: Final deprecation of part of events 1 API. 2018-07-30 09:25:06 +08:00
event_unknown_logged_test.php
event_user_graded_test.php
event_user_password_updated_test.php
events_test.php
exporter_test.php MDL-65033 mod_forum: Pass the favourites into the exporter 2019-04-29 16:27:04 +08:00
externallib_test.php MDL-65931 Web services: get_courses_by_field minor inefficiency 2019-07-10 18:27:42 +01:00
filelib_test.php MDL-60680 file: Support any user id when creating tokens for files. 2019-04-23 13:16:15 +02:00
filetypes_test.php
filter_manager_test.php MDL-54901 phpunit: Change phpunit wwwroot to HTTPS and fix tests 2017-04-18 03:40:17 +02:00
filterlib_test.php MDL-62838 filters: dont use statics inside functions. Use MUC 2018-06-29 17:24:41 +01:00
formslib_test.php MDL-64506 phpunit: Update unit tests to use classic 2019-04-03 19:34:20 +08:00
gdlib_test.php MDL-55445 gdlib: Support for resizing an image 2016-08-15 10:54:28 +08:00
gradelib_test.php MDL-64609 gradebook: Prevent infinite loop in regrading 2019-01-22 21:40:12 -05:00
grades_externallib_test.php
grading_externallib_test.php MDL-55091 phpunit: Following has been deprecated. 2016-07-26 10:11:30 +08:00
grouplib_test.php MDL-34411 groups: copy/paste error in test_groups_user_groups_visible 2019-07-02 08:54:36 +02:00
html2text_test.php
html_writer_test.php
htmlpurifier_test.php MDL-66104 output: HTMLPurifier to allow <nolink> tags everywhere 2019-08-01 17:52:33 +02:00
indicators_test.php MDL-60388 analytics: Any write action looking at all contexts below course 2017-10-20 13:20:46 +02:00
ip_utils_test.php MDL-56334 tests: add some trivial cases to domain tests 2016-10-26 09:58:05 +01:00
jquery_test.php MDL-50937 jquery: Upgrade to 3.1, remove migrate plugins 2016-07-19 09:27:40 +08:00
ldaplib_test.php MDL-57558 ldap: fix ldap_get_entries_moodle() 2017-05-16 10:48:27 +01:00
lock_config_test.php
lock_test.php MDL-65072 core_lock: Add timeout unit tests 2019-03-26 14:29:16 +11:00
markdown_test.php MDL-60239 libraries: patch Markdown for PHP7.2 2017-10-02 15:32:11 +08:00
mathslib_test.php MDL-64414 lib/evalmath: add AND, OR functions to evalmath 2018-12-18 09:40:29 +01:00
medialib_test.php MDL-56712 media: Remove 3.2 deprecated functions and classes 2018-07-30 09:25:34 +08:00
message_test.php MDL-63569 email: New setting to prefix the subject of outgoing emails 2019-04-02 11:02:03 +11:00
messageinbound_test.php
messagelib_test.php Merge branch 'MDL-60680-master' of git://github.com/jleyva/moodle 2019-04-25 18:55:45 +02:00
minify_test.php MDL-65744 lib: Modify minify test to check properly 2019-07-16 17:06:06 +08:00
modinfolib_test.php MDL-57878 core: fixed failing unit test 2017-04-03 11:37:09 +08:00
moodle_page_test.php MDL-64506 phpunit: Update unit tests to use classic 2019-04-03 19:34:20 +08:00
moodle_url_test.php MDL-36754 output: Support token pluginfiles in group pic 2018-08-14 07:06:09 +08:00
moodlelib_test.php MDL-64975 moodlelib: fix float formatting if decsep is ~ (tilde) 2019-06-14 13:05:39 +02:00
mustache_template_finder_test.php MDL-64506 phpunit: Update unit tests to use classic 2019-04-03 19:34:20 +08:00
mustache_template_source_loader_test.php MDL-64348 templates: add mustache_template_source_loader class 2019-01-04 15:38:27 +08:00
myprofilelib_test.php
navigationlib_test.php MDL-59277 navigation: add support for container type in get_css_type() 2017-09-18 09:03:51 +08:00
notification_test.php
oauth2_test.php MDL-64079 oauth2: Test access token expiration 2018-11-21 10:07:14 +01:00
outputcomponents_test.php MDL-46267 core: Remove $CFG->httpswwwroot 2019-07-22 10:59:42 +08:00
outputfactories_test.php
outputrequirementslib_test.php MDL-64061 javascript: Allow js_call_amd() be called without a function 2018-11-16 14:31:57 +01:00
persistent_test.php MDL-57859 persistent: Add a combined create/update call 2017-02-13 22:33:42 -05:00
plugin_manager_test.php MDL-61041 assign: Remove assignment 2.2 upgrader 2018-07-25 14:11:10 +08:00
portfoliolib_test.php
progress_display_test.php MDL-55944 testing: Reduce sleep usage. 2016-09-14 09:49:30 +10:00
progress_test.php
questionlib_test.php MDL-63809 question: handling bad questions in question_has_capability_on 2018-12-18 15:05:37 +11:00
regex_test.php
requirejs_test.php MDL-55133 javascript: Correctly use component names in requirejs 2016-07-12 11:15:17 +08:00
rsslib_test.php
sample_questions.ser MDL-38829 core: Rewrite xmlize unit tests 2018-03-07 09:40:11 +08:00
sample_questions.xml MDL-38829 core: Unit test for xmlize using two sample xml files. 2018-03-06 15:36:14 +08:00
sample_questions_with_old_image_tag.ser MDL-61619 phpunit: phpunit test confirming bug in new xmlize code 2018-03-12 11:11:58 +08:00
sample_questions_with_old_image_tag.xml MDL-61619 phpunit: phpunit test confirming bug in new xmlize code 2018-03-12 11:11:58 +08:00
sample_questions_wrong.xml MDL-38829 core: fix whitespace in xmlize test 2018-03-08 11:39:42 +08:00
scheduled_task_test.php MDL-60923 backup: Added $CFG->backuptempdir 2018-04-16 23:50:28 +02:00
scss_test.php MDL-61394 core_scss: Add unit tests for SassC compilation 2018-02-19 14:46:00 +08:00
session_manager_test.php MDL-64449 core: Added Session lock debugging option 2019-04-03 14:20:57 +11:00
session_redis_test.php MDL-65249 session: use redis host constant in unit tests 2019-06-26 16:26:19 +08:00
sessionlib_test.php MDL-42834 admin: Removal of httpswwwroot 2017-10-23 12:25:36 +08:00
setuplib_test.php MDL-61038 setuplib: Fixed PECL UUID extension support 2019-06-09 23:24:26 +02:00
statslib_test.php MDL-58596 core_stats: unit test for stats_get_base_weekly 2019-01-08 07:36:48 +00:00
string_manager_standard_test.php MDL-65236 core: allow to alias languages in the lang selector 2019-04-08 14:14:23 +02:00
tablelib_test.php MDL-64784 core: update tablelib tests for explicit sort direction. 2019-04-05 11:53:33 +01:00
targets_test.php MDL-65829 analytics: Accept enrol start time after analysis time 2019-06-06 19:05:48 +02:00
task_database_logger_test.php MDL-49399 task: Add task logging API 2019-01-16 12:14:25 +08:00
task_logging_test.php MDL-49399 task: Add admin log viewer 2019-01-16 12:14:25 +08:00
text_test.php MDL-62042 core_search: Unicode non-characters cause indexing problems 2018-04-19 16:54:47 +01:00
theme_config_test.php MDL-60815 theme: fix loading editor styles 2018-01-16 03:39:09 +00:00
time_splittings_test.php MDL-65348 analytics: Upcoming periodic from time() 2019-04-29 16:51:04 +02:00
update_api_test.php
update_checker_test.php MDL-55091 phpunit: Following has been deprecated. 2016-07-26 10:11:30 +08:00
update_code_manager_test.php MDL-55091 phpunit: Following has been deprecated. 2016-07-26 10:11:30 +08:00
update_validator_test.php
upgrade_util_test.php MDL-56917 core_upgrade: Do not use the raw version to check cURL caps. 2016-11-15 21:50:07 +01:00
upgradelib_test.php MDL-64506 phpunit: Update unit tests to use classic 2019-04-03 19:34:20 +08:00
user_menu_test.php MDL-64506 phpunit: Update unit tests to use classic 2019-04-03 19:34:20 +08:00
user_test.php MDL-64506 phpunit: Update unit tests to use classic 2019-04-03 19:34:20 +08:00
useragent_test.php MDL-64281 core: Always allow frame embedding in the app 2019-02-08 11:14:09 +01:00
weblib_format_text_test.php Revert "MDL-61876 admin: set default forceclean=1" 2018-05-08 13:28:12 +08:00
weblib_test.php MDL-21475 weblib: Simplify validate_email() to use existing function. 2019-02-19 10:51:21 +10:00
xhtml_container_stack_test.php
xmlize_test.php MDL-61619 phpunit: phpunit test confirming bug in new xmlize code 2018-03-12 11:11:58 +08:00