Dan Poltawski
b907a57262
Merge branch 'MDL-53691-M30' of git://github.com/lazydaisy/moodle into MOODLE_30_STABLE
2016-08-01 11:47:44 +01:00
Jun Pataleta
b5eaf7a60a
MDL-53152 theme: Add parentheses to variable calculations
2016-08-01 13:43:30 +08:00
lazydaisy
d9d3ec4e55
MDL-53691 theme_bootstrapbase: Backport of MDL-53147
2016-07-26 21:43:44 +01:00
Nadav Kavalerchik
9a07482c0b
MDL-55170 theme_bootstrapbase: Fix user enrollment dialog, RTL
2016-07-11 18:19:04 +03:00
Andrew Nicols
7a58d43b1c
Merge branch 'MDL-54559-30' of git://github.com/junpataleta/moodle into MOODLE_30_STABLE
2016-06-14 14:30:53 +08:00
jogarcia
23e40cc6f7
MDL-54576 theme: Redirect to show confirmation
...
After selecting a new theme, save the new configs
then redirect to show the confirmation and the new
theme's read me. This prevents any odd behavior
from the old theme bleeding into the display of
the confirmation.
2016-06-14 11:44:42 +08:00
Eric Merrill
ffb6dc984d
MDL-54559 theme: Fix padding that pushes navbar down
2016-06-07 15:01:14 +08:00
vpisabeywardana
def7e7843a
MDL-52815 theme: group select overlapping issue
...
Gave minimum width for select tags which are under 'groups' and 'members' classes
2016-05-16 02:44:31 +00:00
Ryan Wyllie
42defe4dc1
MDL-52800 theme: Fix styling for inplace editing tooltip
2016-05-10 05:16:04 +00:00
Dan Poltawski
5ef6ac5a35
MDL-54062 bootstrapbase: remove unused less file
...
This file has never been included in our CSS.
2016-05-06 09:44:23 +08:00
Dan Poltawski
c48a174fc4
Merge branch 'wip_MDL-53033_m30' of git://github.com/gjb2048/moodle into MOODLE_30_STABLE
2016-05-02 10:17:09 +01:00
Tim Hunt
dacb0f0a94
MDL-53855 accessibility: navbar should be in exactly one nav region
...
And that should be labelled.
2016-04-18 16:57:18 +01:00
Gareth J Barnard
a4001824d9
MDL-53033 themes: Invalid attribute values for div.c1.btn.
2016-04-13 13:05:17 +01:00
Mark Johnson
06b13fb79f
MDL-52936 theme_bootstrapbase: Fix link hover bug on iOS
2016-02-25 11:57:42 +00:00
Davo Smith
dd0af0fad5
MDL-52371 theme_base: activity chooser - support long names
2016-02-23 11:39:38 +08:00
Kenny McCormack
6d27533ac0
MDL-52371 theme_bootstrapbase: activity chooser - support long names
2016-02-23 11:39:36 +08:00
Dan Poltawski
3277a55bd5
Merge branch 'MDL-52342-30' of git://github.com/andrewnicols/moodle into MOODLE_30_STABLE
2016-02-15 13:28:16 +00:00
Andrew Nicols
c8b4b14574
MDL-52342 theme: Reduce specificity of selector
...
These selectors were introduced to fix a real issue (highlighted by behat with
Chromedriver) whereby the 'Show section foo' link was partially covered by
another layer.
The fix in that issue was too broad and applied to all content > div areas,
which had some unforseen effects.
Since the original issue only affected activity instances, and sections (and
not content > div regions), I've removed this from the original patch.
2016-02-11 08:20:28 +08:00
Andrew Nicols
4d51f843be
MDL-52249 theme_bootstrapbase: Remove dropdown-backdrop
...
Standard bootstrap adds a backdrop for touch-responsive clients.
Unfortunately the backdrop is not compatible with submenus.
The backdrop was only added in Bootstrap v2.3.1, and Moodle switched to
using the bootstrap JS in version 3.0.0.
2016-02-08 14:46:08 +08:00
Andrew Nicols
695ecfc67d
Merge branch 'wip-mdl-51881-m30' of https://github.com/rajeshtaneja/moodle into MOODLE_30_STABLE
2016-01-05 14:09:22 +08:00
Rajesh Taneja
0177319237
MDL-51881 behat: Set navbar to be absolutely positioned
...
All behat drivers are now replicating human behavior
so when the browser scrolls something into view it doesn't account
for fixed positioned elements that end up obscuring the item thus
leading to errors that could be avoided by scrolling an additional amount.
2016-01-05 14:02:39 +08:00
Nadav Kavalerchik
5240013d21
MDL-52625 Badges: Right align manage badges table content, in RTL mode.
2016-01-05 08:12:06 +08:00
Dan Poltawski
e18b4b0918
MDL-51582 readme: update less building instructions
...
I forgot to update this after the changes in 490c5cabb4
2015-12-04 16:41:24 +00:00
Dan Poltawski
4269cac414
MDL-51582 css: built with new grunt task
2015-12-04 10:45:24 +00:00
Dan Poltawski
cd319f3f2f
MDL-51582 grunt: add less complilation support
...
Previously we were using recess to build bootstrap base as it was what
was used by the original project. But recess is no longer maintained.
Now we use grunt for building js, it makes sense to use it for less too.
(If you really don't want to use grunt, you almost certainly can just
use lessc -x as it uses the same less.js on backend).
2015-12-04 10:44:54 +00:00
David Monllao
4cd0bc7ece
MDL-52095 themes: Padding to the left on RTL langs
2015-11-23 19:30:56 +01:00
Eloy Lafuente (stronk7)
4e342f5397
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:11:15 +01:00
Dan Poltawski
e763d96122
MDL-51819 theme: style fix for nested dropdowns
2015-11-12 21:54:50 +00:00
Dan Poltawski
5fdbdca9e5
MDL-51819 js: built changes
2015-11-12 09:00:56 +00:00
Dan Poltawski
5318521b17
Merge branch 'wip-MDL-51819-master' of git://github.com/abgreeve/moodle
2015-11-12 08:46:34 +00:00
Simeon Naydenov
b6ceafab52
MDL-51819 themes: Nested navigation dropdowns work on small screens.
2015-11-12 13:53:18 +08:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Dan Poltawski
ab0ad70a83
Merge branch 'MDL-51921-master' of git://github.com/junpataleta/moodle
2015-10-29 10:35:03 +00:00
Dan Poltawski
bb63c18443
Merge branch 'MDL-51924-master' of git://github.com/barbararamiro/moodle
2015-10-28 12:04:20 +00:00
Jun Pataleta
9f555a7e77
MDL-51921 files: Fixes for file manager issues
...
Fixed the issue where the file path select box goes beyond the
container with very long folder names. Instead of setting to
"width: auto", I set it the select box's "width: 100%" so that it will
just fill up its container's width.
Fixed the issue where markups are being shown on file aliases.
2015-10-28 04:48:25 -05:00
Barbara Ramiro
39f360ae38
MDL-51924 Using box-sizing mixin to prevent blocks overlap on profile page
2015-10-27 16:13:43 +08:00
Andrew Nicols
d891a6dcb7
Merge branch 'MDL-51127-master' of git://github.com/lazydaisy/moodle
2015-10-27 10:47:48 +08:00
John Okely
0fc2bccd60
MDL-51842 theme_bootstrapbase: Fix alignment of parallel buttons
2015-10-26 10:49:26 +08:00
lazydaisy
b395f7b599
MDL-51127 theme_bootstrapbase: Re-aligned RTL context header button.
2015-10-23 18:28:20 +01:00
Eloy Lafuente (stronk7)
d9b60d6f25
Merge branch 'MDL-51739-master-individual-locking' of git://github.com/ryanwyllie/moodle
2015-10-23 10:42:17 +02:00
Ryan Wyllie
f1ecad609a
MDL-51739 theme: allow config to lock theme selector
...
If any of the devices have their theme set in config.php
it will lock the theme selector UI from being able to change
the theme.
2015-10-23 05:06:21 +00:00
David Monllao
1ed96351aa
Merge branch 'MDL-51759-master-2' of git://github.com/andrewnicols/moodle
2015-10-19 13:30:17 +08:00
Dan Poltawski
293197afb3
Merge branch 'MDL-49329-master-multiplug' of git://github.com/mudrd8mz/moodle
2015-10-16 14:53:26 +01:00
Andrew Nicols
c2c369bf02
Merge branch 'MDL-49984-master' of git://github.com/barbararamiro/moodle
2015-10-16 11:48:04 +08:00
Andrew Nicols
7108d08dd1
MDL-51759 theme: Ensure that non-svg images are cached and returned
2015-10-16 07:53:17 +08:00
Barbara Ramiro
1da2e3a623
MDL-49984 Profile: Decluttering, grouping and adding white space to easily find info
2015-10-15 12:36:43 +08:00
Marina Glancy
a27c42ee9a
MDL-51260 core_tag: Use new tag autocomplete for related tags
2015-10-15 12:03:52 +08:00
Damyon Wiese
60a1ea56d9
MDL-51247 forms: All new aria-pimped autocomplete mform element.
...
Supports static list of options - or options fetched via ajax.
Has options for single,multi and tags support.
2015-10-14 16:22:44 +01:00
Andrew Nicols
da113979bd
Merge branch 'MDL-51517_master' of git://github.com/lazydaisy/moodle
2015-10-13 10:33:32 +08:00
Ryan Wyllie
106bbb8592
MDL-51528 themes: bootstrap v2.3.2 in thirdpartylibs
...
Increase the bootstrap version from v2.3.0 to v2.3.2
in the thirdpartylibs.xml file.
2015-10-12 05:45:13 +00:00