Brendan Heywood
bff1edbe44
MDL-51603 dataformat: Implement streaming dataformat plugin
2016-04-20 12:39:25 +10:00
David Monllao
101303034f
Merge branch 'wip-MDL-16855-master' of https://github.com/marinaglancy/moodle
2016-04-13 09:51:35 +08:00
Dan Poltawski
5702a8289b
Merge branch 'MDL-52954-master' of git://github.com/damyon/moodle
2016-04-11 09:52:40 +01:00
Marina Glancy
1e34257ec2
MDL-16855 tags: allow to filter tags on management page
2016-04-11 10:04:17 +08:00
Damyon Wiese
bb690849c9
MDL-52954 assign: Rebuild the assignment single grade page.
2016-03-30 13:47:21 +08:00
Eric Merrill
091973dbd7
MDL-53515 search: Extend search API to allow file indexing
2016-03-24 15:44:27 -04:00
Dan Poltawski
a4302a8fbe
MDL-53147 theme_bootstrapbase: Fix RTL issues in messags
2016-03-24 09:05:44 +08:00
Dan Poltawski
4a00b04476
Merge branch 'MDL-53049-anchor-offset' of https://github.com/brendanheywood/moodle
2016-03-22 11:44:19 +08:00
Brendan Heywood
852797d15c
MDL-53049 themes: Offset href anchor when bootstrap header is fixed
...
On large screens the bootstrap header is static and can obscure the
anchor target content underneath it.
2016-03-21 19:25:51 +11:00
Brendan Heywood
f725d955b9
MDL-53147 theme_bootstrapbase: Fix message page responsive layout issues
2016-03-21 17:26:31 +11:00
Marina Glancy
f59f89b4a8
MDL-52869 course: use inplace_editable for activity names
2016-03-15 17:19:38 +08:00
Andrew Nicols
c25f0b4d27
Merge branch 'MDL-52936_master' of https://github.com/marxjohnson/moodle
2016-03-01 10:05:53 +08:00
Eloy Lafuente (stronk7)
d9dfc410ad
Merge branch 'wip-MDL-53172-master' of https://github.com/marinaglancy/moodle
2016-03-01 01:59:31 +01:00
Andrew Nicols
80f79ad6ec
Merge branch 'MDL-50175-master' of git://github.com/danpoltawski/moodle
2016-03-01 08:07:56 +08:00
Andrew Nicols
243468030a
MDL-30811 output: Tidy up notifications
2016-02-28 19:16:34 +08:00
Marina Glancy
b259fa6645
MDL-53172 core: adjust CSS for inplace_editable
2016-02-27 11:29:27 +08:00
Andrew Nicols
38cf8b6661
MDL-53172 javascript: Stop requiring body manipulation on load
2016-02-27 11:29:27 +08:00
Marina Glancy
8de48ad0ae
MDL-53172 core: toggle and select in inplace_editable
2016-02-27 11:29:24 +08:00
KeenRivals
83ea83ec19
MDL-50175 graphics: Optimized SVGs with SVGO.
2016-02-25 11:56:42 +00:00
KeenRivals
26c19b02d5
MDL-50175 graphics: Optimized PNG images with optipng
...
Used options: -o7 -strip all and advdef -z4 -i50.
(With ./lib excluded)
2016-02-25 11:56:37 +00:00
Mark Johnson
024b1eade0
MDL-52936 theme_bootstrapbase: Fix link hover bug on iOS
2016-02-25 11:38:11 +00:00
David Monllao
4040c8b35e
MDL-31989 theme: Global search styles
2016-02-23 10:47:55 +00:00
Davo Smith
b8645d6df5
MDL-52371 theme_base: activity chooser - support long names
2016-02-22 08:57:16 +00:00
Kenny McCormack
3523f77522
MDL-52371 theme_bootstrapbase: activity chooser - support long names
2016-02-22 08:57:14 +00:00
Eloy Lafuente (stronk7)
642a4fde4b
Merge branch 'wip-MDL-51802-master4' of https://github.com/marinaglancy/moodle
2016-02-16 23:22:35 +01:00
David Monllao
44ad0f2c8d
Merge branch 'MDL-51580' of git://github.com/stronk7/moodle
2016-02-16 05:03:28 +08:00
Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
Dan Poltawski
96966ce6d9
Merge branch 'MDL-52342-master' of git://github.com/andrewnicols/moodle
2016-02-15 13:27:54 +00:00
David Monllao
3738d1b60b
MDL-52249 css: Recompile CSS
2016-02-15 14:20:02 +08:00
David Monllao
61c2a0804b
Merge branch 'MDL-52249-master' of git://github.com/andrewnicols/moodle
2016-02-15 14:19:17 +08:00
Marina Glancy
cdc5f9785b
MDL-51802 core: new template for quick editing a title
...
convert editing tag name to use new template
2016-02-13 11:07:42 +08:00
Andrew Nicols
6b963db3ff
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:13:53 +08:00
Andrew Nicols
14cfe26f49
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:44:39 +08:00
lazydaisy
5b9b4d02a2
MDL-51818 theme_bootstrapbase: compiled moodle.css
2016-01-31 02:31:14 +00:00
lazydaisy
610f050640
MDL-51818 theme_bootstrapbase: Float context-header button-group LEFT
2016-01-30 14:39:33 +00:00
Marina Glancy
c026a28d59
MDL-50851 core_tag: introduce tag collections
2016-01-10 15:25:43 +08:00
Dan Poltawski
3348fa77ff
Merge branch 'MDL-52258-master' of git://github.com/juancs/moodle
2016-01-05 14:46:12 +00:00
Andrew Nicols
887785db42
Merge branch 'wip-mdl-51881' of https://github.com/rajeshtaneja/moodle
2016-01-05 14:08:18 +08:00
Rajesh Taneja
66fe88db93
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 13:59:45 +08:00
Andrew Nicols
2becd930f9
Merge branch 'MDL-52625_master' of https://github.com/nadavkav/moodle
2016-01-05 08:05:17 +08:00
Helen Foster
8bd563e53f
MDL-52645 lang: Merge English strings from the en_fix language pack
2016-01-04 11:48:33 +01:00
Juan Segarra Montesinos
6349d1e062
MDL-52258 calendar: show event duration on block
...
Add class .duration_finish to days when an event with duration
finishes. Removes the .muted class from weekend days. Adds
$daytime for the popup title. Tests duyrationbyday too in order
to report no events for a day. Adds endtime suffix to the finish
date of an event with duration.
2016-01-04 09:40:13 +01:00
Nadav Kavalerchik
6ca6d623b0
MDL-52625 Badges: Right align manage badges table content, in RTL mode.
2016-01-04 09:26:44 +02:00
Ryan Wyllie
4f2ff25ed1
MDL-52258 calendar: show event duration on block
...
Highlight the days on the calendar for the entire duration
of the event, not just the start day. The days are highlighted
with the same colour as the starting day and will also show
the event popup on hover.
2015-12-10 11:17:25 +01:00
Dan Poltawski
4ee10fec43
MDL-51582 readme: update less building instructions
...
I forgot to update this after the changes in 65d070a
2015-12-04 16:40:21 +00:00
Dan Poltawski
868e35a058
MDL-51582 css: built with new grunt task
2015-12-04 10:37:09 +00:00
Dan Poltawski
a4a52e565e
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:36:45 +00:00
David Monllao
52d57db5c3
MDL-50661 theme_more: New small logo setting
...
Adding required bits so theme_more can also set a small logo.
2015-11-30 09:14:22 +08:00
David Monllao
c08b52aa74
MDL-50661 theme_clean: New small logo setting
...
Introduces new settings to set a small logo in the navbar next
to the site name on pages where the logo is not displayed.
2015-11-30 09:14:20 +08:00
David Monllao
2af06c4cba
MDL-52095 themes: Padding to the left on RTL langs
2015-11-20 10:03:38 +08:00