moodle/lang/en
Jun Pataleta 341578bfde MDL-61460 core: Create a copy to clipboard JS module
This works by adding event listeners for elements that contain
the 'copytoclipboard' "data-action" attribute through event delegation.
These trigger elements must also define a "data-clipboard-target"
attribute which contains the query selector for the target element
where text will be copied.

On success, a toast message is shown to the user that the text has
been copied to the clipboard. This success message can be customised
by passing a message string to the "data-clipboard-success-message"
attribute in the trigger element.

When the element's value or innerText cannot be found, a toast message
indicating that the text cannot be copied to the clipboard is shown.

The copy to clipboard functionality is primarily using the Clipboard API
but in the event that this is not available, e.g. the site is not
running on HTTPS, this falls back to the document.execCommand('copy')
approach of copying the text in the target container.

Special thanks to Andrew for improving this module with the event
delegation approach and improved fallback handling.

Co-authored-by: Andrew Lyons <andrew@nicols.co.uk>
2021-07-08 09:50:34 +08:00
..
fonts
access.php MDL-65443 core: Log when a context is locked or unlocked 2019-08-20 08:52:35 +01:00
admin.php MDL-70230 admin: add setting sched. task status 2021-06-04 08:12:16 +02:00
analytics.php MDL-68052 analytics: Clean up analytics_indicator_calc records. 2020-11-17 20:27:00 +13:00
antivirus.php MDL-69998 lang: Import fixed English strings (en_fix) 2020-10-27 11:32:10 +01:00
auth.php MDL-68753 lang: Import fixed English strings (en_fix) 2020-05-26 19:18:23 +02:00
availability.php MDL-66990 lang: Import fixed English strings (en_fix) 2019-11-01 11:16:10 +01:00
backup.php MDL-71580 lang: Import fixed English strings (en_fix) 2021-05-12 17:10:16 +02:00
badges.php MDL-69792 core_badges: deprecated backpack.js and BADGE_BACKPACKURL 2021-03-19 15:13:03 +01:00
block.php MDL-64506 Javascript: Remove docking JS. 2019-04-03 19:34:20 +08:00
blog.php MDL-63249 lang: Merge English strings from the en_fix language pack 2018-09-04 08:40:48 +02:00
bulkusers.php MDL-62920 user: Uploading deleted user and adding to a cohort 2018-10-11 16:27:07 +02:00
cache.php MDL-66667 course: add course image cache 2021-03-15 12:50:35 +11:00
calendar.php MDL-68444 calendar: Improve how screenreaders read day titles 2020-07-14 22:12:06 +10:00
cohort.php MDL-63249 lang: Merge English strings from the en_fix language pack 2018-09-04 08:40:48 +02:00
comment.php MDL-61307 core_comment: Add implementation of privacy API 2018-03-09 12:24:38 +08:00
competency.php MDL-53346 competencies: Show user learning plans 2019-02-06 08:33:55 +08:00
completion.php MDL-71634 course: Do not show "Your progress" info any more. 2021-06-17 19:22:13 +02:00
contentbank.php MDL-69331 core_contentbank: Hide disabled H5P content-types 2021-04-15 09:16:32 +02:00
countries.php MDL-66774 lang: Update the list of countries as per ISO 3166-1 2019-09-26 09:49:16 +02:00
course.php MDL-71163 core: support relative dates in activity dates 2021-04-30 17:13:51 +10:00
courseformat.php MDL-71863 courseformat: create courseformat subsystem 2021-06-28 13:50:18 +02:00
currencies.php MDL-48335 phpdoc: cleaned up @package in lang files 2014-11-22 11:03:46 +13:00
customfield.php MDL-65537 lang: Import fixed English strings (en_fix) 2019-05-10 10:17:47 +02:00
dbtransfer.php MDL-48335 phpdoc: cleaned up @package in lang files 2014-11-22 11:03:46 +13:00
debug.php MDL-70964 lang: Import fixed English strings (en_fix) 2021-02-25 16:18:57 +01:00
deprecated.txt MDL-71634 course: Do not show "Your progress" info any more. 2021-06-17 19:22:13 +02:00
editor.php MDL-62181 lang: Merge English strings from the en_fix language pack 2018-04-24 22:05:30 +02:00
edufields.php MDL-51204 coding style fixes in /lang 2015-08-26 07:00:03 +08:00
enrol.php MDL-70964 lang: Import fixed English strings (en_fix) 2021-02-25 16:18:57 +01:00
error.php MDL-71580 lang: Import fixed English strings (en_fix) 2021-05-12 17:10:16 +02:00
favourites.php MDL-64186 lang: Import fixed English strings (en_fix) 2018-11-23 14:39:54 +01:00
fileconverter.php MDL-62208 core_fileconverter: Implement privacy API 2018-04-26 12:54:01 +08:00
files.php MDL-68972 lang: Import fixed English strings (en_fix) 2020-06-09 20:56:34 +02:00
filters.php MDL-42382 admin: Add replace filters button 2020-11-17 10:21:40 +01:00
form.php MDL-71126 Quiz: Manual grading page size preference can get stuck at 0 2021-05-14 17:01:45 +07:00
grades.php MDL-70550 lang: Import fixed English strings (en_fix) 2021-01-07 19:35:32 +01:00
grading.php MDL-69956 forum: throw exception when advanced grading is not ready 2021-04-30 14:57:33 +10:00
group.php MDL-48269 language: Deprecating 'hidepicture' string 2021-02-16 12:48:44 +08:00
h5p.php MDL-71425 lang: Import fixed English strings (en_fix) 2021-05-04 14:51:44 +02:00
hub.php MDL-71460 hub: Use checkboxes instead of dropdowns 2021-05-05 10:03:18 +08:00
imscc.php MDL-48335 phpdoc: cleaned up @package in lang files 2014-11-22 11:03:46 +13:00
install.php MDL-58931 dml: add support for aurora mysql 2020-07-01 22:56:20 +02:00
iso6392.php MDL-48335 phpdoc: cleaned up @package in lang files 2014-11-22 11:03:46 +13:00
langconfig.php MDL-71927 reports: show time to the second in logs report 2021-06-14 21:41:16 +01:00
license.php MDL-45184 tool_licenses: Add custom licenses 2020-05-26 12:08:05 +10:00
mathslib.php MDL-48335 phpdoc: cleaned up @package in lang files 2014-11-22 11:03:46 +13:00
media.php MDL-54742 general: Remove strings deprecated in 3.2 2018-07-23 14:25:14 +08:00
message.php Merge branch 'MDL-66025' of git://github.com/paulholden/moodle 2021-03-11 11:46:34 +08:00
mimetypes.php MDL-61215 core_files: add new optimised_image group 2020-08-14 17:06:23 +02:00
mnet.php MDL-69130 lang: Import fixed English strings (en_fix) 2020-06-25 21:54:13 +02:00
moodle.php MDL-61460 core: Create a copy to clipboard JS module 2021-07-08 09:50:34 +08:00
my.php MDL-70444 my: Improved robustness of bulk dashboard reset 2021-01-25 13:54:44 +10:00
notes.php MDL-59524 general: Remove strings deprecated in 3.4 2019-08-12 00:13:08 +02:00
pagetype.php MDL-48936 lang: Changed "My Home" to "Dashboard". 2015-04-10 17:16:27 +08:00
payment.php MDL-70550 lang: Import fixed English strings (en_fix) 2021-01-07 19:35:32 +01:00
pix.php MDL-48335 phpdoc: cleaned up @package in lang files 2014-11-22 11:03:46 +13:00
plagiarism.php MDL-61307 core: Language changes 2018-03-13 09:42:11 +08:00
plugin.php MDL-70964 lang: Import fixed English strings (en_fix) 2021-02-25 16:18:57 +01:00
portfolio.php MDL-63249 lang: Merge English strings from the en_fix language pack 2018-09-04 08:40:48 +02:00
privacy.php MDL-64186 lang: Import fixed English strings (en_fix) 2018-11-23 14:39:54 +01:00
question.php MDL-70964 lang: Import fixed English strings (en_fix) 2021-02-25 16:18:57 +01:00
rating.php MDL-66003 lang: Import fixed English strings (en_fix) 2019-06-25 18:00:51 +02:00
repository.php MDL-70964 lang: Import fixed English strings (en_fix) 2021-02-25 16:18:57 +01:00
role.php MDL-70964 lang: Import fixed English strings (en_fix) 2021-02-25 16:18:57 +01:00
rss.php MDL-62181 lang: Merge English strings from the en_fix language pack 2018-04-24 22:05:30 +02:00
search.php MDL-66003 lang: Import fixed English strings (en_fix) 2019-06-25 18:00:51 +02:00
table.php MDL-67913 core_table: Add filter classes 2020-03-16 11:44:31 +08:00
tag.php MDL-62181 lang: Merge English strings from the en_fix language pack 2018-04-24 22:05:30 +02:00
timezones.php MDL-68760 timezones: add string for new timezone America/Nuuk 2020-05-18 17:31:43 +01:00
user.php Merge branch 'MDL-68167-master' of git://github.com/rezaies/moodle 2020-10-30 13:17:02 +08:00
userkey.php MDL-62763 lang: Merge English strings from the en_fix language pack 2018-07-02 11:15:26 +02:00
webservice.php MDL-67748 admin: Do not show missing capabilities for mobile app service 2021-03-15 21:24:06 +01:00
xapi.php MDL-67734 core_xapi: add xAPI statement support webservice 2020-04-01 14:14:39 +02:00