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
Bas Brands
1a97254201
MDL-63830 block_myoverview: move course menu button up
2018-11-07 11:23:26 +01:00
David Monllao
b6816ed2ca
Merge branch 'MDL-63675-master' of git://github.com/bmbrands/moodle
2018-11-07 10:44:57 +01:00
Bas Brands
78c06a660b
MDL-63830 block_myoverview: star icon updates
...
Change the star icon from being in a button and allow it to be
inline using spans instead of divs.
Add the option to passes css classed to the template.
2018-11-07 09:48:00 +01:00
Bas Brands
aba5b89c7a
MDL-63830 block_myoverview: card footer styles
2018-11-07 09:00:18 +01:00
Bas Brands
2b311e7689
MDL-63830 block_myoverview: progressbar styles boost
...
using bg-white and border
allow collapsing of list view content
removed obsolete styles for old progress circles bootstrapbase
2018-11-07 08:59:29 +01:00
Damyon Wiese
6dfe428363
MDL-63183 auth: Login protection
...
CSRF protection for the login form. The authenticate_user_login function was
extended to validate the token (in \core\session\manager) but by default it
does not perform the extra validation. Existing uses of this function from
auth plugins and features like "change password" will continue to work without
changes. New config value $CFG->disablelogintoken can bypass this check.
2018-11-07 00:14:48 +01:00
Jun Pataleta
eea49debc8
Merge branch 'MDL-63062-master-renamed' of https://github.com/vmdef/moodle
2018-11-06 10:32:18 +08:00
Bas Brands
4edd1bb089
MDL-63863 block_myoverview: remove superfluous div
...
So the clean suite in behat will be back to pass.
2018-11-06 01:18:37 +01:00
Víctor Déniz Falcón
41f6129358
MDL-63062 block_recentlyaccessedcourses: add block and styles
2018-11-05 23:46:57 +00:00
Bas Brands
4f42ca11ff
MDL-63675 block_myoverview: IE11 card size issues
2018-11-05 13:43:52 +01:00
Peter
645cb7dd0f
MDL-63457 block_myoverview: Bug fixes
...
* Updated bootstrap theme to match boost
* Fix up logical errors in js
2018-11-02 10:44:32 +08:00
Eloy Lafuente (stronk7)
8037dd6c15
Merge branch 'MDL-63746-master' of git://github.com/damyon/moodle
2018-11-01 15:38:08 +01:00
Damyon Wiese
c3e419e4dc
MDL-63063 block_recentlyaccesseditems: CSS
...
Only show more than one row of items when the block is displayed in a narrow column.
Fix for boost theme only because of the second block region on the dashboard.
2018-11-01 15:31:32 +08:00
Andrew Nicols
f3d077d0a7
Merge branch 'MDL-63457-master' of git://github.com/peterRd/moodle
2018-11-01 15:03:34 +08:00
Damyon Wiese
bbbf9667c0
Merge branch 'MDL-63063-master-block' of https://github.com/vmdef/moodle
2018-11-01 12:57:55 +08:00
Damyon Wiese
f9efe1bb10
MDL-63746 boost: Dropdown menu styles
...
Remove btn styling from menu buttons as the additional padding makes things not line up.
2018-11-01 11:03:13 +08:00
Andrew Nicols
2badbd52a0
Merge branch 'MDL-63064-master' of git://github.com/lameze/moodle
2018-11-01 09:16:39 +08:00
Bas Brands
0ec602615d
MDL-63064 block_starredcourses: horizontal scroll, load all courses
2018-10-31 13:51:13 -04:00
Bas Brands
f6c6f215be
MDL-63064 block_starredcourses: move favouriteicon template
2018-10-31 10:44:20 -04:00
lameze
51437e5f6d
MDL-63064 block_starredcourses: make starred block style consistent
...
This commit remove an unused template and some custom css that has been added
previously and now is no longer necessary.
2018-10-31 10:44:16 -04:00
lameze
0e033f6ee1
MDL-63064 block_starredcourses: block functionality
2018-10-31 10:43:56 -04:00
Víctor Déniz Falcón
78e07cbcf0
MDL-63063 recentlyaccesseditems: fully contained block
2018-10-31 11:53:02 +00:00
David Monllao
8aae5e1a31
Merge branch 'MDL-63815-master' of git://github.com/bmbrands/moodle
2018-10-31 11:42:46 +01:00
Bas Brands
1b1a29532d
MDL-63815 core_my: transparent bg for my page header
2018-10-31 09:07:39 +01:00
Luca Bösch
2eec5251af
MDL-63582 theme_boost: Fix the license field in the file picker width.
2018-10-30 22:42:47 +01:00
Jun Pataleta
a78e94257a
Merge branch 'MDL-63813-master' of git://github.com/andrewnicols/moodle
2018-10-30 15:32:32 +08:00
Andrew Nicols
98f65cf665
MDL-63813 theme_bootstrapbase: Give page buttons height+width
...
Elements iwth an inline display type have no height, or width, which
makes it impossible for behat to interact with them.
2018-10-30 13:04:24 +08:00
Andrew Nicols
e974de337d
Merge branch 'MDL-63796-master' of git://github.com/ryanwyllie/moodle
2018-10-30 09:38:46 +08:00
David Monllao
77ac4d8c31
Merge branch 'MDL-63445-master' of git://github.com/bmbrands/moodle
2018-10-29 16:47:45 +01:00