Dan Poltawski
fbfe01cbb2
Merge branch 'MDL-51194_M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-09-08 13:29:20 +01:00
Adrian Greeve
9cd25ae9a7
MDL-50323 themes: Course unordered lists correctly styled.
...
Thank you to Ann Adamcik for providing this patch.
2015-09-08 09:42:26 +08:00
lazydaisy
e7444eb62e
MDL-51194 theme_bootstrapbase: Move CSS classes from /less/moodle.less
2015-09-04 22:50:27 +01:00
David Monllao
7d98676efc
Merge branch 'MDL-51234-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2015-09-01 18:34:16 +08:00
lazydaisy
4df0cdb191
MDL-51234 theme_bootstrapbase: hover hardly visible on invert/collapse
2015-08-30 20:04:27 +01:00
Kevin Wiliarty
38458cc314
MDL-51229 theme: display docked block on top of fixed navbar
2015-08-30 09:41:51 -04:00
Gareth J Barnard
fcda61ba37
MDL-50869 themes: Quiz feedback colours are not accessible.
2015-08-20 16:50:54 +01:00
Andrew Nicols
e1c41f3c70
MDL-42634 theme: Increase margin on activity instance to not cover controls
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2015-08-20 15:43:23 +08:00
Andrew Nicols
116ae934c2
MDL-42634 theme: Increase margin on sectionname to not cover controls
2015-08-19 04:48:12 +02:00
Dan Poltawski
8bfbebcc56
Merge branch 'MDL-42634-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-08-17 11:45:09 +01:00
Frederic Massart
e85112f074
MDL-42634 theme: Action menu is displayed correctly with hidden elements
2015-08-11 14:54:37 +08:00
Ryan Wyllie
4f43ea59c8
MDL-46860 filepicker: change responsive styling
...
Changed the filepicker's responsive styling to kick in
on screen width less than 768px (which is the bootstrap
standard) rather than 873px. This allows the standard
styling to apply within an iframe.
2015-08-10 02:20:40 +00:00
lazydaisy
0b91dd902a
MDL-48202 theme_bootstrapbase: blocks are 6px taller after undocking.
2015-08-02 21:39:19 +01:00
Dan Poltawski
9d5e9a3d4d
Merge branch 'MDL-37832-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-07-14 10:14:13 +01:00
Mary Evans
e842d0538d
MDL-37832 theme: Improved "My Moodle" expandable/collapsible caption.
2015-07-14 08:53:31 +01:00
Mary Evans
bba5f72513
MDL-50711 theme_bootstrapbase: Added inverse horizontal divider colors.
2015-07-12 02:54:28 +01:00
David Monllao
e87f4d63c3
Merge branch 'MDL-50497-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2015-07-01 08:56:08 +08:00
Mary Evans
b4faba939d
MDL-50497 theme_bootstrapbase: Divider colours look wrong when inverted
2015-06-26 22:49:54 +01:00
Gareth J Barnard
5409b5a7ec
MDL-50659 themes: Regression: Drag a link makes icons move.
2015-06-26 11:43:53 +01:00
Dan Poltawski
b29b31dc12
Merge branch 'MDL-50533-29' of git://github.com/jethac/moodle into MOODLE_29_STABLE
2015-06-23 14:13:13 +01:00
Mary Evans
200e4da537
MDL-50460 theme_bootstrapbase: Profile image overlays docked blocks.
2015-06-19 02:50:38 +01:00
Eloy Lafuente (stronk7)
78c315db76
Merge branch 'MDL-50004-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-06-17 00:59:05 +02:00
Jetha Chan
c74f2c3e70
MDL-50533 theme_bootstrapbase: retarget collapse styles
2015-06-16 16:29:12 +08:00
Andrew Nicols
531908df75
MDL-50554 themes: Rebuild of bootstrapbase
2015-06-15 09:46:29 +08:00
Mary Evans
d16724b42b
MDL-50004 theme: Fixes frontpage coursename and enrolment icons.
2015-06-15 00:25:56 +01:00
Gareth J Barnard
e0a114e4f5
MDL-50554 themes: Drag a link move mouse makes icons move in Chrome.
2015-06-14 21:40:16 +01:00
David Monllao
2817ff06ae
Merge branch 'MDL-48618-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-06-11 14:22:27 +08:00
Frederic Massart
f872eef1e9
MDL-48618 grades: Handling of inconsistencies due to min/max grades
2015-06-10 12:42:54 +08:00
Mary Evans
a81d590726
MDL-49659 theme: Removed home link and limited login info in secure.php
...
Credits: Thanks go to Andreas Hruska [https://github.com/ahruska ] for the original patch for this issue.
2015-06-04 17:45:51 +01:00
Dan Poltawski
8f4a31ce65
MDL-50406 less: build css
2015-06-01 12:01:07 +01:00
Nadav Kavalerchik
199fbeb647
MDL-50406 Messages: Right align messages menu box, in RTL mode.
2015-05-30 12:13:16 +03:00
Andrew Nicols
198c3fb3f0
MDL-50277 Javascript: Hardcode nodejs dependencies
...
In order to produce a consistent build across the board, we must hardcode
several package versions. We must additionally specify compatible
versions for any sub-dependency that we have a requirement upon.
In this instance, the only sub-dependency which has an effect upon the
overall output is grunt-contrib-uglify's dependency upon uglify-js.
Since change in uglify-js may lead to changes in the generated output, we
must specify a fixed version of that dependency. That version must be
compatible with the dependency signature for grunt-contrib-uglify or the
dependency manager will just download a different version.
This issue also bumps the version of uglify-js to a version which changes
the output. This is the latest version at time of commit.
2015-05-20 11:09:25 +02:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
John Okely
172ed01a29
MDL-49848 message: Make messaging interface responsive
2015-05-05 10:27:14 +08:00
Frederic Massart
d71feab8ae
MDL-49986 messages: Contacts in contact list should not be bold
2015-04-30 12:40:03 +08:00
Martin Mastny
000d624cc4
MDL-49926 gradereport: Cursor changes to pointer on hover
2015-04-24 13:16:08 +08:00
Frederic Massart
15699badc6
MDL-49819 user: Profile displayed on one column on phones
2015-04-13 15:31:22 +08:00
Damyon Wiese
6bdc788054
MDL-45774 Navigation: Hide the second dashboard node from the navbar
2015-04-10 17:18:23 +08:00
Adrian Greeve
f45c9b6976
MDL-49688 navigation: CSS compilation update.
...
Part of MDL-45774.
2015-04-10 17:17:32 +08:00
Ankit Agarwal
b19cc4ef25
MDL-45898 myprofile: Redesign my profile page
...
Part of MDL-45774.
Contributions by John Okely, Jetha Chan and Damyon Wiese (squashed branch).
AMOS BEGIN
CPY [coursebadges,core_badges], [badges,core_badges]
AMOS END
2015-04-10 17:17:32 +08:00
Adrian Greeve
f495187da7
MDL-48935 navigation: Update the user nav breadcrumbs.
...
Part of MDL-45774.
2015-04-10 17:17:07 +08:00
Adrian Greeve
3b927d357b
MDL-45896 navigation: CSS and renderer improvements.
...
Part of MDL-45774.
2015-04-10 17:17:06 +08:00
Jetha Chan
ccb76d43c2
MDL-45896 navigation: CSS for the context header.
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Adrian Greeve
261bdb24d9
MDL-45896 navigation: Created a user context header.
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Frederic Massart
0e8418a8de
MDL-45895 user: Scaffold of the new preferences page
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Dan Poltawski
bfceabab5d
Merge branch 'MDL-41608-master' of git://github.com/jethac/moodle
2015-04-07 15:40:06 +01:00
David Monllao
120dee7a1a
MDL-49481 theme_bootstrapbase: Fix responsive margin-top
2015-04-02 11:05:45 +02:00
David Monllao
72457d7a72
Merge branch 'MDL-49481' of git://github.com/aolley/moodle
2015-04-02 11:05:42 +02:00
Andrew Nicols
649acb9833
MDL-49696 theme_bootstrapbase: Update thirdpartylibs.xml + readme
2015-03-31 15:33:39 +08:00
Jetha Chan
263fb9d1bc
MDL-41608 lib: add notification renderable using mustache
2015-03-30 14:29:11 +08:00