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
Ryan Wyllie
a471607457
MDL-64099 message: increase margins between messages in conversations
2018-11-27 10:47:59 +08:00
Ryan Wyllie
af3cfc7729
MDL-64099 message: bold senders name in message
2018-11-27 10:47:59 +08:00
Andrew Nicols
999030766b
Merge branch 'MDL-64139-master' of git://github.com/ryanwyllie/moodle
2018-11-27 09:17:18 +08:00
Bas Brands
c8ff3ce496
MDL-63223 theme_boost: flexbox for login pagin footer
2018-11-26 16:06:30 +01:00
Ryan Wyllie
3528c86c12
MDL-64139 message: load conversation counts async
2018-11-26 14:36:35 +08:00
Mihail Geshoski
bde5947d13
MDL-64207 gradebook: Fix grader report misalignment
2018-11-26 10:43:25 +08:00
Bas Brands
ecefd2d5b5
MDL-64172 block_myoverview: use .text-primary to colour star icons
...
Using the .text-primary class allows colour to be overridden easily
This will back the dashboard icons look consistent with the messaging icons.
2018-11-25 12:44:04 +01:00
Jun Pataleta
5dfd0e63a0
Merge branch 'MDL-64142-master-1' of git://github.com/mihailges/moodle
2018-11-22 15:46:01 +08:00
Mihail Geshoski
30e89a5a9d
MDL-64142 gradebook: Fix the left hand table column on scroll
2018-11-22 12:51:29 +08:00
Andrew Nicols
a0a365fe43
Merge branch 'MDL-64092-master' of git://github.com/peterRd/moodle
2018-11-22 10:16:23 +08:00
Eloy Lafuente (stronk7)
9c8203cf14
Merge branch 'MDL-64129-master' of git://github.com/bmbrands/moodle
2018-11-21 16:18:56 +01:00
Bas Brands
eae1a1eda7
MDL-64129 messaging: messaging accordion
...
* fixes open / close chevron icons
* add 1 pixel content for Bootstrap 2 accordion Javascript to work
2018-11-21 11:06:27 +01:00
Peter
495e1b5615
MDL-64092 block_timeline: Separate the activity view and submission link
...
* Reintroduce separate links similar to 35
* Hide submission links if not actionable
2018-11-21 14:26:38 +08:00
Jun Pataleta
f4aa71be50
Merge branch 'MDL-64091-master' of git://github.com/mickhawkins/moodle
2018-11-21 12:21:15 +08:00
Michael Hawkins
ef9f22a85c
MDL-64091 theme_clean: Fix conflicting CSS for icon-size-* class
2018-11-21 10:54:53 +08:00
Andrew Nicols
f83041790a
Merge branch 'MDL-64045-master' of git://github.com/ryanwyllie/moodle
2018-11-21 09:58:50 +08:00
Ryan Wyllie
b263491138
MDL-64045 message: stop favouriting null conversations
...
Don't show the controls to favourite a conversation until one has been
created.
2018-11-21 08:57:34 +08:00
Jun Pataleta
a7ca299373
Merge branch 'MDL-63663-master' of git://github.com/bmbrands/moodle
2018-11-20 11:59:29 +08:00
Jun Pataleta
1cc37dc523
Merge branch 'MDL-63817-master' of git://github.com/peterRd/moodle
2018-11-20 11:20:23 +08:00
Peter
eb2fe63ef1
MDL-63817 block_timeline: Fixed behat test and clean template
2018-11-20 09:00:44 +08:00
Ryan Wyllie
d3d95d5dc2
MDL-63303 message: fix bugs in message drawer part 4
...
* Add clarification to delete messages lang strings
* Stop message polling when sending a message to fix UI bug
* Publish update last message event when polling finds more messages
* Remove logged in user from group conversation participants list
* Use user object to fetch user preferences to reduce DB calls
* Remove animated slide transitions because the browser breaks when
showing some conversations
2018-11-16 14:10:10 +08:00
Ryan Wyllie
c75559cfff
MDL-63303 message: move message drawer to end of <body>
...
Fix some of the behat tests that are looking for generic button
names that match some of the buttons in the message drawer which
happen to appear earlier in the DOM.
2018-11-15 14:43:22 +08:00
Ryan Wyllie
6f96c06374
MDL-63303 theme_bootstrapbase: add message drawer
2018-11-15 14:43:21 +08:00
Ryan Wyllie
5005d8cfb4
MDL-63303 message: add message drawer (boost only)
2018-11-15 14:43:21 +08:00
Ryan Wyllie
c2fc2c25ad
MDL-63303 theme_bootstrapbase: add bs4 compat classes
2018-11-15 14:40:11 +08:00
Ryan Wyllie
a69193fa70
MDL-63303 theme_boost: add switch styling for checkbox
2018-11-15 14:40:11 +08:00
Ryan Wyllie
7b91dcf264
MDL-63303 core: add new icons for messaging
2018-11-15 14:40:11 +08:00
Damyon Wiese
8043762c80
Merge branch 'MDL-63868-master' of git://github.com/abgreeve/moodle
2018-11-14 12:11:12 +08:00
Andrew Nicols
e77cae1330
Merge branch 'MDL-63923-master' of git://github.com/bmbrands/moodle
2018-11-14 09:54:40 +08:00
Adrian Greeve
055312708d
MDL-63868 core_calendar: Clicking link leads to events.
...
The mini calendar did not link to the daily events properly.
2018-11-13 15:30:09 +08:00
Bas Brands
356bfb698f
MDL-63663 core_my: prevent page jumps on load
...
equal size loading placeholders
added list view and summary view placeholders for myoverview
2018-11-12 15:44:37 +01:00
Bas Brands
a6501e9694
MDL-63855 core_my: no vertical scroll card blocks
...
card desks using class .dashboard-card-deck.one-row should not
show a vertical scrollbar
2018-11-12 10:03:34 +01:00
Bas Brands
c412ddc829
MDL-63923: core_my: card sizes clean and boost
...
Cards should have a minimum size of 250px wide
2018-11-12 09:04:56 +01:00
Jun Pataleta
a954485ef5
Merge branch 'MDL-63830-master' of git://github.com/bmbrands/moodle
2018-11-09 12:07:05 +08:00
Damyon Wiese
ba3b0cc6ac
Merge branch 'wip-MDL-63894-master' of https://github.com/kwiliarty/moodle
2018-11-09 09:48:39 +08:00
Jun Pataleta
3bc9a0b2e2
Merge branch 'MDL-63836-master' of git://github.com/damyon/moodle
2018-11-09 00:21:19 +08:00
Kevin Wiliarty
13e3206910
MDL-63894 themes: adds flex-wrap to boost inline date_time_selector
2018-11-07 23:48:34 -05:00
Jun Pataleta
ba8c81ba4a
Merge branch 'MDL-63840-master' of https://github.com/lucaboesch/moodle
2018-11-08 11:32:12 +08:00
Damyon Wiese
f41207400b
MDL-63836 course: No course header images
...
This feature may be added in future, but for now we are not going to include it.
2018-11-08 08:59:35 +08:00
Luca Bösch
181b12a6bd
MDL-63840 theme: block menu cog size.
2018-11-07 17:57:55 +01:00
Bas Brands
44b549260d
MDL-63830 block_myoverview: reuse css for dashboard blocks
...
target block content only
use same html accross blocks
add one-row class for scrolling cards
2018-11-07 11:47:04 +01:00
Bas Brands
f1b1f3804e
MDL-63830 block_myoverview: rounded images for summary view
2018-11-07 11:23:27 +01:00
Bas Brands
97593c37d8
MDL-63830 block_myoverview: text colour course names
...
Using same card HTMl for recently accessed courses
2018-11-07 11:23:26 +01:00