Andrew Nicols
c225a42c19
Merge branch 'MDL-67700-master' of git://github.com/ferranrecio/moodle
2020-05-22 10:51:31 +08:00
Ferran Recio
778846987a
MDL-67700 message: prevent async loading conversation message mix
2020-05-21 18:02:42 +02:00
Bas Brands
92bc86e429
MDL-68299 theme_boost: theme updates for accessible zoom
...
The Moodle UI should be functional in a viewport of 320px by 256px to
meet WCAG 1.4.10
this patch contains improvements to:
-prevent horizontal scrolling
-better wrapping of page header
-message drawer funtional on tiny screens
-remove indenting on courses
-prevent elements overlapping on quiz editing
-better navigation tabs
-fix colour picker
-quiz editing
2020-05-19 10:13:20 +02:00
Ferran Recio
99374e7e14
MDL-67700 message: correcting conversation timer reset
2020-05-19 08:38:26 +02:00
Andrew Nicols
29c5fafff5
MDL-66109 js: Fix Shifter linting issues
2020-05-11 11:07:49 +08:00
Andrew Nicols
7afd16ad84
MDL-66109 behat: Require newline at EOF
...
This change enables the gherkinlint rule to require a new line at the
end of the file. This change is in keeping with existing Moodle coding
style guidelines.
2020-05-11 11:07:49 +08:00
Andrew Nicols
f879cc518e
MDL-66109 js: Build changes for NodeJS upgrade
...
This change includes a build to fix all minified file changes in Moodle
as a result of upgrades to our build process.
2020-05-11 10:55:54 +08:00
Andrew Nicols
9b7e6e9c6c
MDL-66109 js: Built file changes from new Node version
2020-05-11 10:53:35 +08:00
Eloy Lafuente (stronk7)
7bf6fd4528
Merge branch 'MDL-67753-master' of git://github.com/jleyva/moodle
2020-05-07 18:44:45 +02:00
Juan Leyva
37bd67f54b
MDL-67753 registration: Enable Push Notifications when site register
...
There are some changes to make this possible:
- Enable by default the Mobile notifications plugin
- Implement a new callback for core -> plugins communication
- Generate an Airnotifier access key in the callback when needed
2020-05-06 23:20:13 +02:00
Jake Dallimore
3e5c3cf8d9
Merge branch 'MDL-68293-master' of git://github.com/jleyva/moodle
2020-05-06 12:53:16 +08:00
Andrew Nicols
1174dcb184
Merge branch 'MDL-68465-master' of git://github.com/junpataleta/moodle
2020-05-05 11:29:10 +08:00
Andrew Nicols
7be118e265
Merge branch 'MDL-67881-master' of git://github.com/bmbrands/moodle
2020-05-05 11:17:33 +08:00
Eloy Lafuente (stronk7)
9b2b1f3fa5
Merge branch 'MDL-68434-master-enfix' of git://github.com/mudrd8mz/moodle
2020-04-29 22:52:40 +02:00
Eloy Lafuente (stronk7)
368dd60877
Merge branch 'MDL-64417' of https://github.com/paulholden/moodle
2020-04-28 23:55:22 +02:00
Helen Foster
1fce3f52ac
MDL-68434 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* pluginnamesummary,qtype_ddimageortext and
pluginnamesummary,qtype_ddmarker - Note about the question type not
being accessible to visually impaired users
* addresourceoractivity,core - Removing 'resource' as the new activity
chooser doesn't have resource types separated
2020-04-28 14:01:20 +02:00
Juan Leyva
e624a2c8a1
MDL-68293 mobile: Update language strings to mention new app plans
...
We need to update different language strings to let our site admins know about the new app restrictions
(for both features and user devices able to receive notifications)
2020-04-27 18:26:30 +02:00
Jwalit Shah
d743aaf262
MDL-66035 message: Restore missing message preferences files
2020-04-27 09:48:41 +10:00
Jun Pataleta
f6f1014761
MDL-68465 message_email: Deprecate emaildigestsubject lang string
2020-04-24 11:42:40 +08:00
Jun Pataleta
1f7e9a698a
MDL-68465 message_email: Add site name to digest email
2020-04-24 11:41:41 +08:00
Mark Nelson
4400ed3e1c
MDL-58018 core: finish dev to support open sessions without a lock
2020-04-21 19:29:12 +02:00
Paul Holden
54cb5666c1
MDL-64417 message_popup: remove old notifications during cleanup task.
...
Add upgrade step to remove existing orphaned records.
2020-04-21 14:48:22 +01:00
Paul Holden
db8bda61a3
MDL-64417 message: allow processors to run their own cleanup tasks.
2020-04-21 14:48:22 +01:00
Adam Eijdenberg
82da35fd51
MDL-58018 core: Enable read-only sessions for key pages
...
These pages are often loaded in parallel.
2020-04-20 14:13:35 +02:00
Bas Brands
45decc81c4
MDL-67881 core_message: fix tab order for message drawer
2020-04-20 11:37:34 +02:00
Adrian Greeve
1f0639ed04
Merge branch 'MDL-67907-master' of git://github.com/dpalou/moodle
2020-03-17 16:01:26 +08:00
Shamim Rezaie
0499a8c24f
MDL-67970 core: remove unnecessary roles
...
- The navigation role is unnecessary for element nav
- The textbox role is unnecessary for element textarea
2020-03-17 18:16:25 +11:00
Andrew Nicols
56bcfae31f
MDL-66607 message: Add pendingJS checks
2020-03-11 16:23:16 +08:00
Andrew Nicols
efeaa51edc
MDL-66607 message: Resolve race conditions in message deletion process
...
This commit makes several changes:
1) Explicitly stop polling for messages when a conversation is deleted;
2) Check for deleted conversations when displaying new messages;
3) Do not add a new empty conversation; and
4) Introduce pendingJS checks to ensure that Behat waits for messags to finish rendering.
2020-03-11 16:23:16 +08:00
Dani Palou
fbe3178a55
MDL-67907 airnotifier: Warn if some settings disabled after get key
2020-03-05 11:58:56 +01:00
Eloy Lafuente (stronk7)
9e5331c331
Merge branch 'MDL-67758-master' of git://github.com/dpalou/moodle
2020-02-26 17:35:38 +01:00
Eloy Lafuente (stronk7)
5ea7d1b205
Merge branch 'MDL-67862-master' of git://github.com/junpataleta/moodle
2020-02-25 12:09:33 +01:00
Eloy Lafuente (stronk7)
a21ba663fd
Merge branch 'MDL-67899-master' of git://github.com/rezaies/moodle
2020-02-20 00:41:19 +01:00
Tim Schroeder
be8cfe6bcc
MDL-67471 message: fixed mark_notification_read with messaging disabled
2020-02-17 09:15:19 +01:00
Shamim Rezaie
cd4c44bea4
MDL-67899 message: Add aria-label to the emoji picker button
2020-02-12 01:01:22 +11:00
Dani Palou
f95afbaf48
MDL-67758 airnotifier: Send wwwroot to airnotifier
2020-02-10 11:46:40 +01:00
Jun Pataleta
fb31e3da0b
MDL-67862 message: Render dialogue header only when necessary
2020-02-10 13:08:31 +08:00
Eloy Lafuente (stronk7)
dae0a8c405
Merge branch 'MDL-56389' of https://github.com/paulholden/moodle
2020-01-28 11:04:05 +01:00
Bas Brands
77e5b4462e
MDL-67577 core_message: navbar_output order
...
* moved the logic from core_message_popup_render_navbar_output to
message_popup_render_navbar_output in message/output/popup/lib.php
* using float: left instead of float: right in theme
2020-01-27 12:14:16 +01:00
Paul Holden
b486073a9a
MDL-56389 message_popup: less greedy marking of notifications as read.
...
Only mark those notifications that were returned in the last query as
read, based on the time they were requested.
2020-01-23 22:16:35 +00:00
Paul Holden
df2544ee7b
MDL-56389 message: allow marking notifications as read up to given time.
2020-01-23 22:16:30 +00:00
Adrian Greeve
e33b86507d
Merge branch 'MDL-67660-master-v2' of https://github.com/TobiGa/moodle
2020-01-22 10:41:03 +08:00
Adrian Greeve
790735f3e4
Merge branch 'MDL-66237-master' of git://github.com/mickhawkins/moodle
2020-01-21 11:08:27 +08:00
Jun Pataleta
34cdacbfff
Merge branch 'MDL-66883-master' of git://github.com/bmbrands/moodle
2020-01-20 16:36:40 +08:00
Tobias Garske
951b7d8fc5
MDL-67660 core_message: Messages search change input focus
2020-01-17 09:36:23 +01:00
Jake Dallimore
4e80934653
MDL-67637 core_message: only preview lastmessage text if safe to do so
...
If any html/script tags are found in the text() value, don't display it.
2020-01-08 12:31:09 +01:00
Paul Holden
8725ac5f42
MDL-66237 message_popup: Get redirecturl from notification contexturl
2020-01-07 11:16:13 +08:00
Jun Pataleta
33a9d82e81
Merge branch 'MDL-67491-master' of git://github.com/junpataleta/moodle
2019-12-30 12:41:49 +08:00
Jun Pataleta
bb54bd1896
Merge branch 'MDL-63650-master' of git://github.com/aanabit/moodle
2019-12-30 10:39:05 +08:00
Adrian Greeve
42d7f7f9e4
Merge branch 'MDL-65809-master' of git://github.com/sarjona/moodle
2019-12-24 14:53:03 +08:00