Eloy Lafuente (stronk7)
c13b7bca50
Merge branch 'MDL-50004-M30' of git://github.com/lazydaisy/moodle
2015-06-18 07:25:29 +02:00
Eloy Lafuente (stronk7)
33e8095d94
Merge branch 'MDL-48283-master' of git://github.com/xow/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2015-06-18 07:13:10 +02:00
Jetha Chan
affa8c035c
MDL-50533 theme_bootstrapbase: retarget collapse styles
2015-06-16 16:28:27 +08:00
Andrew Nicols
62c6744fc8
MDL-50554 themes: Rebuild of bootstrapbase
2015-06-15 09:48:44 +08:00
Mary Evans
f6218c4be8
MDL-50004 theme: Fixes frontpage coursename and enrolment icons.
2015-06-15 00:23:34 +01:00
Gareth J Barnard
3f737fc07d
MDL-50554 themes: Drag a link move mouse makes icons move in Chrome.
2015-06-14 21:36:02 +01:00
Dan Poltawski
e2ddd9ad04
Merge branch 'wip-mdl-49659' of https://github.com/rajeshtaneja/moodle
2015-06-11 09:56:07 +01:00
David Monllao
e87acc8386
Merge branch 'MDL-48618-master' of git://github.com/FMCorz/moodle
2015-06-11 14:20:56 +08:00
Rajesh Taneja
352a70e25d
MDL-49659 theme_clean: Add login info in the nav bar
2015-06-11 10:21:35 +08:00
Frederic Massart
ebea19cb26
MDL-48618 grades: Handling of inconsistencies due to min/max grades
2015-06-10 12:33:41 +08:00
Mary Evans
5563c0bcc1
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:39:49 +01:00
Dan Poltawski
c92bfbfcca
MDL-50406 less: build css
2015-06-01 12:01:34 +01:00
Nadav Kavalerchik
af3a0656be
MDL-50406 Messages: Right align messages menu box, in RTL mode.
2015-05-29 20:45:54 +03:00
Andrew Nicols
4218673093
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 09:41:17 +08:00
John Okely
8ccd193498
MDL-48283 completion: Add moodle-has-zindex class to completion progress
2015-05-14 17:05:01 +08:00
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00
Dan Poltawski
5b3bda80db
Merge branch 'wip-MDL-50131-master' of git://github.com/abgreeve/moodle
2015-05-07 09:26:45 +01:00
Adrian Greeve
c36c3d07ad
MDL-50131 themes: Update to upgrade.txt about renderers.
...
Information about full_header and context_header has been added to
upgrade.txt.
2015-05-07 15:47:01 +08:00
Dan Poltawski
57fc76ab92
Merge branch 'MDL-50102' of git://github.com/stronk7/moodle
2015-05-06 10:50:35 +01:00
Damyon Wiese
917bd02be5
MDL-49870 tool_templatelibrary: Allow docs in parent template only.
...
If the mustache comment containing the docs for the template is
not found in the theme overridden template, search the original
core/plugin template for the docs.
2015-05-06 14:54:56 +08: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
Damyon Wiese
3454072f31
MDL-50059 Output: Remove heading param from full_header
...
It was only used for a hack in clean to show the logo.
2015-05-04 17:02:33 +08:00
Damyon Wiese
dd636abf38
MDL-49923 theme_clean: The core renderer was in the wrong folder
...
Renderers need to follow autoloading rules or be included from renderer.php.
2015-05-04 16:57:10 +08:00
David Monllao
44e2802555
Merge branch 'MDL-49923-master' of git://github.com/FMCorz/moodle
2015-05-04 11:14:45 +08:00
Frederic Massart
a75dbde04c
MDL-49923 theme_clean: Removed nested H1 tags due to new full_header()
2015-05-01 18:25:38 +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
4d8c01c8dc
MDL-49871 theme_base: Moving notification templates in right location
2015-04-15 14:14:21 +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
b81da1f27c
MDL-43558 theme_base: We don't need edit toggle if modeditingmenu is disabled
2015-04-07 11:16:15 +08: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
Andrew Nicols
7db6d31bf0
MDL-49262 bootstrapbase: Add log to bootstrapbase init
2015-03-25 13:41:34 +08:00
Eloy Lafuente (stronk7)
89267d6a51
Merge branch 'MDL-49543' of https://github.com/totara/openbadges
2015-03-25 01:32:34 +01:00
Dan Poltawski
eaad7d35e6
Merge branch 'MDL-49262-master' of git://github.com/damyon/moodle
2015-03-24 15:29:59 +00:00
Dan Poltawski
fee04d206e
Merge branch 'MDL-49354-master' of https://github.com/mtavella-netspot/moodle
2015-03-24 15:14:08 +00:00
Damyon Wiese
d2b6447870
MDL-49262 bootstrapbase: Lets use the standard jquery libraries
...
We have jquery+amd support. Lets use it to bring back the standard bootstrap jquery plugins.
2015-03-23 14:25:39 +08:00
Yuliya Bozhko
3784d3be98
MDL-49543 badges: Add description to the badge criteria
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2015-03-23 08:47:49 +13:00