Sam Hemelryk
2112362c40
MDL-41551 theme_base: improved custom block region handling for base
2014-04-06 15:17:42 +12:00
Sam Hemelryk
a65cbb009c
MDL-41511 blocks: improved how custom block regions were being rendered.
...
There is a new theme property 'blockrendermethod' that can be set by the
theme in its config.php and tells Moodle what method it is using to render
blocks in the layout files.
Either blocks, or blocks_for_region.
Then when adding custom block regions to a page content we ensure we use
the same method the theme is using elsewhere.
This is really a hack becuase we (I) didn't properly deprecate
blocks_for_region when I added the blocks method.
Conflicts:
lib/outputlib.php
2014-04-06 15:17:42 +12:00
Mary Evans
834848461c
MDL-44356 theme_bootstrapbase: Centralize the drag and drop arrow in filemanager.
2014-03-15 21:30:14 +00:00
Sam Hemelryk
19cb367592
MDL-43822 theme_bootstrapbase: blocks less tidied and reorganised
...
Thanks Gareth for the peer-review.
2014-02-16 14:26:11 +13:00
Andrew Nicols
8f71903132
MDL-43994 Blocks: Hide the move icon when blocks are docked
2014-02-07 17:42:23 +08:00
Eloy Lafuente (stronk7)
04224a6dc7
Merge branch 'MDL-42928-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-28 12:22:56 +01:00
Andrew Nicols
d07b03422d
MDL-42928 JavaScript: Create a module to handle page scroll locking
2014-01-28 09:50:11 +08:00
Sam Hemelryk
a3e2211c5f
MDL-43688 dndupload: fixed positioning across themes
2014-01-24 09:52:40 +13:00
Eloy Lafuente (stronk7)
3677e0c1aa
Merge branch 'MDL-39684-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:20:51 +01:00
Damyon Wiese
b53af0f2a6
Merge branch 'MDL-39683-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 11:29:21 +08:00
Dan Poltawski
0b8749c892
Merge branch 'MDL-40752-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 09:26:12 +08:00
Nadav Kavalerchik
f4075b7127
MDL-40752 Login RTL: Swapping the panels on two-panel login pages for RTL
...
Additions to the patch made by Jason Fowler <phalacee@gmail.com>
2014-01-14 09:23:46 +08:00
Frederic Massart
b4eed40953
MDL-39684 theme: RTL align of restrictions label in file manager
2014-01-13 16:27:52 +01:00
Frederic Massart
08a491e16d
MDL-39683 message: RTL alignment of messages in theme_base
2014-01-13 15:41:30 +01:00
Sam Hemelryk
6060234de5
MDL-40205 theme: fixed overflow of block headers
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 09:41:25 +08:00
Andrew Nicols
e9ca5e144c
MDL-42392 Blocks: Do not hide blocks if JS is disabled
...
With JS disabled, it is not possible to change the block visibility
user preference and therefore not possible to show content which was
hidden.
Since the block hiding functionality is a nicety, and we have no controls
to show and hide the blocks when JS is disabled, we should instead show the
block content regardless of the user preference.
2013-12-28 08:42:02 +08:00
Sam Hemelryk
e9623e55e3
Merge branch 'MDL-43062-26' of git://github.com/mouneyrac/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-16 15:40:25 +13:00
Jerome Mouneyrac
834f172c77
MDL-43062 course: Content of label is left-aligned, regardless of alignment chosen
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-13 13:55:51 +08:00
Andrew Nicols
e6caeefe0c
MDL-42796 ActionMenu: Add additional keyboard event handling
...
Add additional handling for up/down/escape key presses and consolidate them
with the existing tab/shift+tab handling.
2013-12-06 16:21:13 +08:00
Jason Fowler
62f68371df
MDL-43084 Themes: fixing dialog header in standard theme
2013-12-04 15:32:31 +13:00
Sam Hemelryk
f5a134213d
Merge branch 'MDL-43065-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
...
Conflicts:
backup/util/ui/base_moodleform.class.php
2013-12-04 09:43:24 +13:00
Sam Hemelryk
7ac9576825
Merge branch 'MDL-42919-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2013-12-04 09:42:34 +13:00
Jason Fowler
b136969308
MDL-43076 Activity Chooser: Fixing the white bar at the bottom of the dialogue
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-03 13:30:15 +08:00
Sam Hemelryk
f098ca6d97
Merge branch 'MDL-42918_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-02 13:39:51 +13:00
rwijaya
4c1ac80799
MDL-42918: fixed fullscreen width for multichoice answers editor
2013-11-26 18:34:55 +08:00
Damyon Wiese
b451ddf416
MDL-43065 Backup: Prevent any responsiveness in backup/restore forms
...
Adding 'unresponsive' class to any moodle form will prevent the default
collapsing on screens < 1200px.
2013-11-26 14:50:21 +08:00
Damyon Wiese
f5af9b62e8
MDL-41919 Forms: Add a class to form elements with an empty label
...
This means they can be styled properly when the form is folded with
the labels above the form fields.
2013-11-26 13:32:11 +08:00
Dan Poltawski
9e2bc0490f
Merge branch 'MDL-42858_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-25 10:49:02 +08:00
rwijaya
2834f79e73
MDL-42858 Course Management: fix regression for subcategories visibility
2013-11-21 15:34:40 +08:00
Sam Hemelryk
64b4fbebd8
Merge branch 'MDL-42853-master' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-19 10:09:18 +13:00
Damyon Wiese
f059744968
MDL-42887 Form collapsing CSS fixes.
...
.fcontainer is not guaranteed to be in the form - we still need something else
for this selector to make it specific enough - so have replaced with #region-main (required).
Also - redid the question edit styles to be specific enough.
2013-11-15 17:40:58 +08:00
Marina Glancy
2b6344c1d0
Merge branch 'MDL-42887-master' of git://github.com/damyon/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-15 17:27:50 +11:00
Damyon Wiese
d8383b247e
MDL-42887 Forms: Collapse all field elements below their labels on screens less than 1180px
...
Includes css fixes to make the question type edit screens look OK with this change.
2013-11-15 13:40:27 +08:00
Jerome Mouneyrac
7f1427e918
MDL-42859 filepicker: fix dropbox logout warning layout
2013-11-14 15:16:33 +08:00
Frederic Massart
e161a5a319
MDL-42853 frontpage: RTL alignment to match LTR
2013-11-14 10:59:23 +08:00
Marina Glancy
4c35937514
Merge branch 'MDL-42849-master' of git://github.com/andrewnicols/moodle
2013-11-13 18:24:06 +11:00
Damyon Wiese
b22292ed50
Merge branch 'MDL-42705-master-nomerge' of git://github.com/mouneyrac/moodle
2013-11-13 14:42:32 +08:00
Andrew Nicols
83f91454f9
MDL-42849 ActionMenu: Tweak selector for filler and padding for edit menu
2013-11-13 13:32:36 +08:00
Damyon Wiese
db7092b076
MDL-42684 Forms: Display text editors and file pickers with the label above the field.
...
This includes the front page description admin field.
2013-11-13 12:52:00 +08:00
Eloy Lafuente (stronk7)
662c5263b0
Merge branch '42832-26' of git://github.com/samhemelryk/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-13 01:55:52 +01:00
Marina Glancy
930fbd0505
Merge branch 'MDL-38574' of git://github.com/timhunt/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-13 11:05:25 +11:00
Tim Hunt
c1db10b6d5
MDL-38574 qtype chooser: quick fix to make it fit on-screen.
...
MDL-32729 will provide a better fix for this, but we may as well apply
this quick fix on stable branches.
2013-11-12 11:35:42 +00:00
Sam Hemelryk
aa861f6297
MDL-42832 course: management viewmode string improvements
2013-11-12 15:32:59 +08:00
Jerome Mouneyrac
bb2f7c3ce9
MDL-42705 EditPDF: Progress bar styles in editpdf need to be moved to base theme.
2013-11-12 15:09:19 +08:00
Sam Hemelryk
d0647301a0
MDL-41392 course: management accessibility tweaking
2013-11-11 17:09:44 +08:00
Damyon Wiese
d25e988d08
Merge branch 'MDL-40975-editinstructions' of git://github.com/andrewnicols/moodle
2013-11-08 08:45:11 +08:00
Dan Poltawski
48fe93fa26
Merge branch 'MDL-41615_c' of git://github.com/rwijaya/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 17:17:32 +08:00
Andrew Nicols
5bf8e9ae5e
MDL-40975 Course: Ensure that editinstructions line up with activity rename again
2013-11-07 16:46:34 +08:00
Marina Glancy
d1cfb36b59
Merge branch 'MDL-42748-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 19:31:52 +11:00
Marina Glancy
4c0e155433
Merge branch '42375-26' of git://github.com/samhemelryk/moodle
2013-11-07 17:08:03 +11:00