Eloy Lafuente (stronk7)
5e488f8c22
MDL-61657 block_myoverview: whitespace and css-style fixes
2018-04-23 23:35:17 +02:00
Bas Brands
c8cc25caba
MDL-61657 block_myoverview: implement course images for the myoverview block
2018-04-23 23:21:06 +02:00
David Monllao
c5a8065258
Merge branch 'MDL-61028-master' of https://github.com/sammarshallou/moodle
2018-04-23 13:09:53 +02:00
sam marshall
a97c937033
MDL-61028 core_form: Autocomplete field to support HTML selection
...
When using the AJAX autocomplete field, it allows JavaScript to add
custom HTML to selected options. For example, the user field from
the assign roles page includes an icon and other information by the
user's name.
Once you submit the form and the page reloads, there was no way to
provide this information back to the autocomplete field. HTML
<option> tag was used for the value names but it may only contain
text, not tags, so including it in the normal value did not work.
This change adds a new option for the autocomplete field that lets
you include HTML to override the default (text-only) value of the
label used to represent each option.
2018-04-20 16:42:54 +01:00
David Monllao
8787ffaa40
MDL-56511 behat: Fix failing behat tests (again)
2018-04-20 15:52:58 +02:00
David Monllao
087353f909
MDL-56511 theme_boost: Restore file perms back to 644
2018-04-20 06:18:54 +02:00
Bas Brands
1801b90535
MDL-56511 Theme: behat fixes for theme clean
2018-04-20 06:18:21 +02:00
Bas Brands
88d184b656
MDL-56511 theme: position next button.
2018-04-20 06:18:19 +02:00
Eloy Lafuente (stronk7)
85176022e8
Merge branch 'MDL-61991-master' of https://github.com/lucaboesch/moodle
2018-04-20 02:22:20 +02:00
David Monllao
b704717847
Merge branch 'MDL-61138-master-require-context-id' of git://github.com/ryanwyllie/moodle
2018-04-19 11:18:47 +02:00
Ryan Wyllie
1c26b3143d
MDL-61138 mod_quiz: add question preview to random question modal
2018-04-19 13:51:41 +08:00
David Monllao
f5779bb101
MDL-56511 theme_boost: Fixing minor behat failures
...
Related to MDL-56511 markup changes.
2018-04-18 18:24:20 +02:00
Ryan Wyllie
f046b9a4c5
MDL-61138 mod_quiz: create random question AMD modal
2018-04-18 11:45:00 +08:00
Ryan Wyllie
4ab09853f4
MDL-61138 javascript: add paged content widget
2018-04-18 11:45:00 +08:00
Andrew Nicols
7b87d98d6e
MDL-56511 theme_boost: Fix SCSS lint issues
2018-04-18 11:02:56 +08:00
Bas Brands
89f0061e23
MDL-56511 theme_boost: Work around CSS Parser restrictions
...
The CSS Parser used in Moodle does not handle the use of complex
calculations at this stage.
The temporary workaround here uses a fixed position to ensure that the
popover arrows affected are in the correct location.
2018-04-18 09:31:57 +08:00
Bas Brands
3ec69c2ece
MDL-56511 theme_boost: Update to Bootstrap 4 stable
...
Behat fixes by David Monllao <davidm@moodle.com>
- Blocks
- Modals
- Messaging styling
- Breadcrumb
- Pagination
- Course & categories management
2018-04-18 09:31:53 +08:00
Luca Bösch
f0aef7abfe
MDL-61991 theme_boost: Question correctness displayed as label.
2018-04-17 22:41:28 +02:00
Eloy Lafuente (stronk7)
66434106ed
MDL-60548 test: Change modified lang string to get tests back to pass
...
Also modified a template example use, so there aren't courrencies
of the old string in codebase.
2018-04-10 23:24:17 +02:00
Kathrin Osswald
64448e1ea9
MDL-61298 theme Boost: Nav drawer icon improvements.
2018-04-10 15:31:12 +02:00
David Monllao
e7d10540d9
Merge branch 'MDL-61343-master' of git://github.com/Kathrin84/moodle
2018-04-10 08:29:39 +02:00
Adrian Greeve
5aeadf0b7b
MDL-61127 filepicker: Added aria-selected attribute to repos.
...
The repository list in the file picker now as aria-selected
added to denote which repository is selected.
2018-04-03 16:25:40 +08:00
Kathrin Osswald
ea91e4f97d
MDL-61343 theme Boost: Harmonise the structure of flat navigation.
2018-03-26 09:46:56 +02:00
Eloy Lafuente (stronk7)
2b28ed2371
Merge branch 'MDL-61566-master' of git://github.com/andrewnicols/moodle
2018-03-16 00:29:34 +01:00
David Monllao
6dca3ddc71
MDL-61620 output: New action_menu options
2018-03-14 11:38:08 +01:00
Andrew Nicols
0984abda60
MDL-61566 theme: Add Privacy providers for all core themes
2018-03-12 13:24:46 +08:00
Andrew Nicols
1e9016d8d8
Merge branch 'MDL-61423-master' of git://github.com/mihailges/moodle
2018-03-08 15:26:30 +08:00
Mihail Geshoski
25dbbdf90b
MDL-61423 authentication: Add digital minor verification upon signup
2018-03-08 15:01:25 +08:00
Jesse Ritchey
c91a59ac42
MDL-60445 theme_boost: remove fieldset tag
2018-03-07 11:08:42 +01:00
Cameron Ball
eadebb2445
MDL-61394 core_scss: Add unit tests for SassC compilation
...
This patch also adds a test in theme_boost to verify that boost
can be succesfully compiled without errors by SassC.
2018-02-19 14:46:00 +08:00
Cameron Ball
8a5613f643
MDL-61394 theme_boost: Misc scss fixes
2018-02-19 14:39:19 +08:00
David Monllao
1f07048f02
Merge branch 'MDL-61425-master' of git://github.com/rezaies/moodle
2018-02-12 09:13:08 +01:00
Andrew Nicols
1e41e6ddd9
Merge branch 'MDL-61135-master' of git://github.com/ryanwyllie/moodle
2018-02-12 11:34:56 +08:00
Shamim Rezaie
f0fca20bdf
MDL-61425 theme_boost: Made question labels width full in question bank
2018-02-12 14:28:24 +11:00
Ryan Wyllie
031a275288
MDL-61135 question: add tag filter condition
2018-02-08 02:44:16 +00:00
Ryan Wyllie
99df051805
MDL-61135 templates: improve loading icon for loading templates
2018-02-02 03:58:49 +00:00
Andrew Nicols
139dfc8b8a
MDL-61341 theme_boost: Fix usertour zindex calculations
2018-02-02 11:31:14 +08:00
Andrew Nicols
2bc3246f93
MDL-61341 theme_boost: Modify variables used for calculations
...
Variables must be of the same type for Math to take place. We cannot
mix REM and EM because they have different relative roots.
2018-02-02 11:29:34 +08:00
Ryan Wyllie
bb8bb8e41c
MDL-60815 theme: fix loading editor styles
2018-01-16 03:39:09 +00:00
Zig Tan
6976c8e1b5
MDL-56945 assign: Add 'View all submissions' link to PDF feedback/grader
2017-12-29 09:47:40 +08:00
Eloy Lafuente (stronk7)
72614d74d8
Merge branch 'MDL-60981-master' of https://github.com/sammarshallou/moodle
2017-12-27 17:54:58 +01:00
sam marshall
65da6840f8
MDL-60981 core_search: UI to gradually reindex a single area
...
Adds a new 'Gradual reindex' link to the search areas page for each
area. When clicked, this takes you to a confirm prompt, and then
adds each context from that search area to the indexing queue.
The search areas page now displays the 'Additional indexing queue'
(if it is non-empty). The table shows the first 10 items in the
queue, and it also indicates the total number in case there are
more. (I don't think people really need to see the entire
contents of it, so I didn't implement paging.)
2017-12-22 13:05:11 +00:00
Luca Bösch
1d8d3a0186
MDL-60359 theme_boost: have correct mc question check mark not overlap
2017-12-22 09:20:48 +01:00
Eloy Lafuente (stronk7)
dc3f4ac929
Merge branch 'MDL-60750-master' of git://github.com/lameze/moodle
2017-12-19 00:56:14 +01:00
Eloy Lafuente (stronk7)
10d22cceb5
Merge branch 'MDL-56932-master' of git://github.com/lameze/moodle
2017-12-18 11:40:17 +01:00
Simey Lameze
3bf572411a
MDL-56932 theme_boost: fix quiz max mark input height
2017-12-13 10:21:17 +08:00
Andrew Nicols
2f920d9be8
Merge branch 'wip-MDL-56864-master' of git://github.com/marinaglancy/moodle
2017-12-12 13:36:32 +08:00
Simey Lameze
97f4556a94
MDL-60750 mod_quiz: only apply form css rules on clean theme
2017-12-11 16:56:06 +08:00
Damyon Wiese
807ba44cc6
Merge branch 'MDL-40790-master' of git://github.com/mihailges/moodle
...
Conflicts:
theme/boost/scss/moodle/modules.scss
2017-12-11 16:55:27 +08:00
Mihail Geshoski
83b9a7c88c
MDL-56197 lesson: Multichoice answers not on same line as radio button
2017-12-11 15:49:24 +08:00