Bas Brands
7cbea16001
MDL-64703 core_message: 2 column message index page
2019-04-08 11:05:08 +02:00
Eloy Lafuente (stronk7)
cd44336505
Merge branch 'MDL-65127-master' of git://github.com/sarjona/moodle
2019-04-05 00:21:20 +02:00
Eloy Lafuente (stronk7)
d52f83a37a
Merge branch 'MDL-65114-master' of https://github.com/snake/moodle
2019-04-04 20:41:40 +02:00
Sara Arjona
86c3df962f
Merge branch 'MDL-64506' of git://github.com/Chocolate-lightning/moodle
2019-04-03 19:30:28 +02:00
Mathew May
5db1ce5331
MDL-64506 templates: BS2 pull-x -> BS4 float-x
2019-04-03 19:47:13 +08:00
Mathew May
6ecc445939
MDL-64506 templates: Remove BS2 spans from elements.
2019-04-03 19:34:20 +08:00
Sara Arjona
ccd4752356
MDL-65127 message: add aria-labels to the numbers in the overview
...
Add aria-label to the unread message and notification icons.
Add aria-label to the total conversations, unread conversations
and unread messages in the overview.
Add aria-label to the pending contact requests in the overview
and also in the contacts tab.
Add aria-hidden to the last message date.
2019-03-29 09:38:22 +01:00
Sara Arjona
67855b3b4e
MDL-65087 message: add aria-label to search, settings and starred
2019-03-29 09:33:35 +01:00
Sara Arjona
c0d2558c43
MDL-65087 message: add button role to all the links that perfom actions
...
For accessibility reasons, add the role="button" attribute to the links
with href="#" performing actions, like the icon to open the messaging
drawer.
2019-03-29 09:33:35 +01:00
Jake Dallimore
51be3bf18d
MDL-65114 core_message: date format depends on message age
...
Messages sent today are displayed using 24 hour time, e.g. "14:21".
Older messages are displayed using the format, e.g. "31/01/2019".
2019-03-29 09:18:09 +08:00
Jan Dageförde
f422e24d9c
MDL-65059 messaging: don't refer to block plugin type
...
AMOS BEGIN
CPY [block,core],[blockuserconfirmbutton,core_message]
AMOS END
2019-03-20 22:23:12 +01:00
Mark Nelson
bd038cc19f
MDL-64773 core_message: add ability to mute/unmute conversations
2019-03-13 08:55:14 +08:00
Mark Nelson
6408ea75ed
MDL-64333 core_message: add migration message to new UI
2019-03-06 17:26:15 +08:00
Andrew Nicols
ccf03e1398
Merge branch 'MDL-63674-master' of git://github.com/rezaies/moodle
2019-02-27 13:01:08 +08:00
Mark Nelson
fd998fc6f0
MDL-63915 core_message: add the UI to the message/index.php page
2019-02-27 11:35:36 +08:00
Mark Nelson
cb01c45c5d
MDL-63915 core_message: add namespacing to messaging widget
2019-02-27 11:35:36 +08:00
Mark Nelson
b01d0535bc
MDL-63915 core_message: removed unused templates
...
Also removed no longer used renderer.
2019-02-27 11:35:36 +08:00
Shamim Rezaie
87dc257d55
MDL-63674 core_messaging: Bidi text support
2019-02-25 14:38:20 +11:00
Andrew Nicols
3127feeb74
Merge branch 'MDL-61575-master' of git://github.com/cescobedo/moodle
2019-02-18 08:34:46 +08:00
Sara Arjona
f0919712ba
Merge branch 'MDL-64143-master' of https://github.com/ryanwyllie/moodle
2019-01-30 09:22:23 +01:00
Ryan Wyllie
dea0c9dcdf
MDL-64143 message: make message drawer contacts bold
2019-01-30 08:58:57 +08:00
Sara Arjona
b594c853b9
Merge branch 'MDL-64144-master' of https://github.com/ryanwyllie/moodle
2019-01-29 16:08:10 +01:00
cescobedo
cd03a6fe88
MDL-61575 message_notification: replace lp/dialogue with core/modal
2019-01-28 10:33:25 +01:00
Sara Arjona
2a2fa61025
Merge branch 'MDL-64134-master' of git://github.com/ryanwyllie/moodle
2019-01-16 13:06:57 +01:00
Ryan Wyllie
dc10aa06d9
MDL-64166 message: reduce size of conversation counts in overview
2019-01-04 12:12:54 +08:00
Ryan Wyllie
13d09efb8e
MDL-64144 message: show message date in message search results
2019-01-04 11:43:04 +08:00
Jake Dallimore
57e94e365e
Merge branch 'MDL-64229_master' of git://github.com/markn86/moodle
2018-12-19 11:37:15 +08:00
Mark Nelson
9b39f28214
MDL-64229 core_message: ensure profile pic links to profile
2018-12-13 12:01:06 +08:00
Ryan Wyllie
9acc0bc6ec
MDL-64134 message: hide empty sections in search results
2018-12-07 10:56:56 +08:00
Mark Nelson
0db6fd3603
MDL-64309 core_message: minor string changes to drawer
2018-12-05 18:18:46 +08:00
Jun Pataleta
7d82e35e39
MDL-64245 message: Ditch sender+lastmessage lang string for simplicity
...
Passing the last message (which can virtually contain any character) as
a parameter for the {{#str}} mustache helper can break the JSON parsing
which eventually leads to the breakage of the messaging UI.
So for simplicity, revert the addition of the 'conversationlastmessage'
language string and render the sender and the last message as separate
elements.
2018-11-29 10:45:22 +08:00
Ryan Wyllie
030f164ecc
MDL-64245 message: fix contacts list height on Safari 10
2018-11-29 10:45:22 +08:00
Ryan Wyllie
c337741524
MDL-64099 message: fix lazy load list overflow
2018-11-28 10:25:29 +08:00
Jun Pataleta
494575bc55
MDL-64099 message: Show last message for individual messages
2018-11-28 09:27:06 +08:00
Bas Brands
f3194f39bb
MDL-64099 message: group conversation heading html
...
* Fix for IE11 group conversation header image sticking to group name
2018-11-27 13:15:22 +01:00
Bas Brands
4d446b8814
MDL-64099 message: last message container minimum size
...
* empty last message containers should have a minimum size
to ensure list-group-item element are in the right place.
2018-11-27 12:44:43 +01:00
Ryan Wyllie
12d238100d
MDL-64099 message: fix last message and date in group conversations
2018-11-27 10:51:39 +08:00
Bas Brands
4631749c5a
MDL-64099 message: Hide scrollbar on section collapsing
2018-11-27 10:51:04 +08:00
Bas Brands
dfd6eec2b4
MDL-64099 message: Make collapsible headers bold
2018-11-27 10:51:04 +08:00
Bas Brands
986d1a20f6
MDL-64099 message: Move timestamps all the way to the right
2018-11-27 10:48:52 +08:00
Bas Brands
e2cf9af22d
MDL-64099 message: conversation long sender names truncate
2018-11-27 10:48:52 +08:00
Bas Brands
2edfbf880a
MDL-64099 message: Align group image to container top
2018-11-27 10:48:52 +08:00
Bas Brands
e677e0e53b
MDL-64099 message: Replace badge with rectangular shape
2018-11-27 10:48:52 +08:00
Bas Brands
051c675fd2
MDL-64099 message: Add a border in between messages and contacts
2018-11-27 10:48:52 +08:00
Bas Brands
71b13a84a4
MDL-64099 message: Add sender name to conversation preview in overview
2018-11-27 10:48:52 +08:00
Ryan Wyllie
302586a5bc
MDL-64099 message: Change icons for select and selected messages
2018-11-27 10:47:59 +08:00
Ryan Wyllie
41cc9fbb57
MDL-64099 message: move delete messages icon to the right
2018-11-27 10:47:59 +08:00
Ryan Wyllie
2809ab7b52
MDL-64099 message: Align the icons and avatar at the top of the header
2018-11-27 10:47:59 +08:00
Ryan Wyllie
c483a8eee7
MDL-64099 message: remove conversation name link underline
2018-11-27 10:47:59 +08:00
Ryan Wyllie
a009ce6014
MDL-64099 message: de-emphasize participant count in group conversation
2018-11-27 10:47:59 +08:00