Ryan Wyllie
9aaf61346f
MDL-64245 message: fix scrollback for conversation loaded via contact
2018-11-29 10:46:13 +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
b154e2bf7b
MDL-64245 message: fix loading convo by id with lots of messages
2018-11-29 10:45:22 +08:00
AMOS bot
0a83e9f713
Automatically generated installer lang files
2018-11-29 00:08:12 +00:00
Andrew Nicols
cb14e3bc08
Merge branch 'MDL-63988-master' of git://github.com/bmbrands/moodle
2018-11-29 07:26:45 +08:00
Bas Brands
d996eb941f
MDL-63988 core_my: always honour showshortname and summary heading
...
* make the summaryview heading semantically correct for boost where titles
are h5 and headings within the blocks should have h6
* style the heading to use h5
* add clean theme .h5 class for dashboard blocks
2018-11-28 17:36:21 +01:00
Bas Brands
f87181fdaf
MDL-63988 core_my: add course shortname to dashboard blocks …
...
* all dashboard card templates moved to /course/templates/
* added aria labels for course short name
* removed ":" from other course aria strings to improve screenreader output
2018-11-28 17:36:20 +01:00
David Monllao
df6d0b6d45
Moodle release 3.6rc2
2018-11-28 11:23:40 +01:00
David Monllao
c8527895b0
NOBUG: Fixed SVG browser compatibility
2018-11-28 11:23:38 +01:00
Juan Leyva
676545bc66
MDL-64228 nextcloud: Handle the offline parameter in send_file
...
This will neew a follow-up issue.
This patch is just preventing downloading the HTML popup code when a file is not found.
Ideally, we should be able to serve the original file using the system OAuth.
2018-11-28 10:21:27 +01:00
Jun Pataleta
5aba38cbc1
Merge branch 'MDL-64223-master' of https://github.com/snake/moodle
2018-11-28 13:59:50 +08:00
Damyon Wiese
da868a1e32
MDL-64227 nextcloud: Small layout for login links
...
When we need to show a login link, we don't want the normal page layout because we are in an iframe
already. Use the embedded layout to reduce the clutter of the page.
2018-11-28 12:51:31 +08:00
Andrew Nicols
b1e01063a8
Merge branch 'MDL-64224-master' of https://github.com/snake/moodle
2018-11-28 12:02:34 +08:00
Andrew Nicols
3dd518b7d2
Merge branch 'MDL-64217-master' of git://github.com/ryanwyllie/moodle
2018-11-28 11:08:22 +08:00
Andrew Nicols
c7891de160
Merge branch 'MDL-64207-master' of git://github.com/mihailges/moodle
2018-11-28 10:39:38 +08:00
Ryan Wyllie
c337741524
MDL-64099 message: fix lazy load list overflow
2018-11-28 10:25:29 +08:00
Damyon Wiese
2a9e70a818
Merge branch 'MDL-64099-master-fix' of git://github.com/junpataleta/moodle
2018-11-28 10:15:35 +08:00
Jun Pataleta
494575bc55
MDL-64099 message: Show last message for individual messages
2018-11-28 09:27:06 +08:00
Jake Dallimore
e412548506
MDL-64224 core_message: fix for isfavourite in api::get_conversation()
2018-11-28 09:09:07 +08:00
Eloy Lafuente (stronk7)
d67e734678
Merge branch 'MDL-64220-master' of git://github.com/damyon/moodle
2018-11-27 16:47:10 +01: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
Jake Dallimore
236f56d906
MDL-64223 libraries: PHP7.1 compatibility fixes for Jabber lib
2018-11-27 16:40:35 +08:00
Andrew Nicols
d9c72b7df9
Merge branch 'MDL-64161-master' of git://github.com/abgreeve/moodle
2018-11-27 15:13:16 +08:00
Damyon Wiese
ff015b5f7a
MDL-64220 privacy: Clean path params
...
We need to consistently clean the path params before we use them. This
shows a difference on windows where dir separators are different.
2018-11-27 15:01:41 +08:00
Adrian Greeve
5c9bc966eb
MDL-64161 gradereport_singleview: Single updates reported correctly.
...
If there is an error with the update of individual entries this is
also correctly displayed as not being updated.
2018-11-27 15:01:33 +08:00
Jun Pataleta
79182e7ae5
Merge branch 'MDL-64181-master-fix' of git://github.com/andrewnicols/moodle
2018-11-27 14:44:30 +08:00
Andrew Nicols
23e347bb32
MDL-64181 core: Ensure that self is included in parentage
2018-11-27 14:42:40 +08:00
Ryan Wyllie
5f79d8f314
MDL-64217 bootstrapbase: add icon-size- class to undo.less
2018-11-27 13:51:22 +08:00
Andrew Nicols
1add1cd644
Merge branch 'MDL-64047-master' of https://github.com/snake/moodle
2018-11-27 11:51:48 +08:00
Jun Pataleta
e8eae37607
Merge branch 'MDL-64181-master' of git://github.com/damyon/moodle
2018-11-27 11:47:15 +08:00
Andrew Nicols
c45d11de06
Merge branch 'MDL-64161-master' of git://github.com/abgreeve/moodle
2018-11-27 11:36:42 +08:00
Andrew Nicols
3bf11f7335
Merge branch 'MDL-64170-master-fix' of git://github.com/junpataleta/moodle
2018-11-27 11:07:13 +08:00
Jun Pataleta
d82cc9f297
MDL-64170 block_myoverview: Behat fix
2018-11-27 10:58:04 +08:00
Jun Pataleta
a75af1d053
Merge branch 'MDL-64099-master' of git://github.com/ryanwyllie/moodle
2018-11-27 10:53:04 +08: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
99cbd6197a
MDL-64099 message: correct dropdown container html
...
in the bootstrapbase overridden template <ul> should
be used for the dropdown container
2018-11-27 10:51:04 +08:00
Bas Brands
4631749c5a
MDL-64099 message: Hide scrollbar on section collapsing
2018-11-27 10:51:04 +08:00
Bas Brands
347fb901a7
MDL-64099 message: Highlight the collapsible header on hover
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