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
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
Adam Olley
5c2d847be4
MDL-49481 theme_bootstrapbase: Adjust alignment of radio/check on forms
2015-03-13 16:34:55 +10:30
Eloy Lafuente (stronk7)
3fb98d64e2
Merge branch 'MDL-48943-master' of git://github.com/andrewnicols/moodle
2015-03-11 12:02:49 +01:00
Dan Poltawski
9be958e2f0
MDL-39752 fix whitespace errors
...
(And some others unrelated to above issue, because its spring and i'm
cleaning).
2015-03-10 14:13:20 +00:00
Jetha Chan
d10ac16a2f
MDL-48060 messaging: contact list paging bar style fixup
2015-03-04 17:37:04 +01:00
Andrew Nicols
17488fd31a
MDL-48943 calendar: Rewrite calendar popup JS
...
Single instance model to support popup of calendar overlay information in a
more memory-efficient, and less DOM-heavy fashion. This also allows for
future expansion - e.g. easier loading of new calendar content.
2015-03-04 10:43:33 +08:00
Eloy Lafuente (stronk7)
9c3df39d63
Merge branch 'MDL-49214_master' of git://github.com/lazydaisy/moodle
2015-03-03 19:34:49 +01:00
Matthew Tavella
12e1f63f11
MDL-49354 YUI: Remove event-autohide module from yui-moodlesimple rollup
2015-03-03 10:33:13 +10:30
Eloy Lafuente (stronk7)
caa7022ed0
Merge branch 'MDL-49237-master' of git://github.com/mastnym/moodle
2015-03-02 21:41:35 +01:00
Brian Barnes
35fe9b8aa4
MDL-48060 messaging: Removed table from contact list
2015-03-02 09:04:04 +13:00
Mary Evans
b3f82770f8
MDL-49214 theme_bootstrapbase: OL list numbers cut off in Clean theme
2015-03-01 19:22:44 +00:00
Martin Mastny
7e7c15fbd1
MDL-49237 theme_base: made block calendar captions smaller in base theme
2015-02-25 15:29:39 +08:00