Sam Hemelryk
7e9b7392ca
Merge branch 'MDL-38183_M26' of git://github.com/lazydaisy/moodle into MOODLE_26_STABLE
2014-04-08 11:31:01 +12:00
Marina Glancy
fce220eb97
Merge branch 'wip-mdl-44873-m26' of git://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-04-07 16:16:47 +08:00
Sam Hemelryk
62e299a73a
MDL-42317 theme_bootstrapbase: more responsive styling for forms with blocks pre && post
2014-04-06 15:25:17 +12:00
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
82cce3b097
MDL-38183 themes: Removed redundant css rules for #adminsettings .form-overridden from standard and formal_white.
2014-04-05 17:11:07 +01:00
Rajesh Taneja
cfaaab6656
MDL-44873 theme_bootstrapbase: Added support for notifytiny class
2014-04-04 17:00:39 +08:00
Damyon Wiese
ff34886e8f
MDL-42195 Bootstrap: Make bootstrap responsive images "opt-in".
...
This responsive image behaviour prevents setting of image sizes in text editors,
as well as a string of pix icon bugs / profile image bugs across Moodle.
We are switching to Bootstrap 3 syntax where you need img-responsive class to images
that want this behaviour.
2014-04-03 09:23:27 +08:00
Sam Hemelryk
15f780a797
Merge branch 'MDL-43284-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
2014-04-02 09:27:07 +13:00
Marina Glancy
1a0bc77645
Merge branch 'MDL-44670-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-01 11:05:45 +08:00
Marina Glancy
ea3d172274
Merge branch 'wip_MDL-44854_M26' of git://github.com/gjb2048/moodle into MOODLE_26_STABLE
2014-04-01 10:37:56 +08:00
Gareth J Barnard
16b4059ca3
MDL-44854 theme: 'svg' font type not served.
2014-03-31 11:07:47 +01:00
Gareth J Barnard
5b74abc38d
MDL-44850 theme: 'eot' font type not served.
2014-03-31 11:05:08 +01:00
Jason Fowler
8340935745
MDL-43284 Theme: Clean theme errors with padding in Question Bank fixed
2014-03-27 10:39:53 +08:00
Frederic Massart
b3a0c630c8
MDL-44670 theme_clean: Updating screenshot
2014-03-25 12:36:56 +08:00
Marina Glancy
d64521fec2
Merge branch 'MDL-38636-26' of git://github.com/roelmann/moodle into MOODLE_26_STABLE
2014-03-18 17:40:09 +08:00
Mary Evans
ecdec8f8c7
MDL-44381 theme_brick: Removed whitespace and reference to arialist theme in config.php.
2014-03-18 14:33:41 +13:00
Mary Evans
834848461c
MDL-44356 theme_bootstrapbase: Centralize the drag and drop arrow in filemanager.
2014-03-15 21:30:14 +00:00
roelmann
963009a0f8
modified: core.css
2014-03-15 20:54:47 +00:00
Sam Hemelryk
559834f786
Merge branch 'MDL-42368-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-03-12 11:57:01 +13:00
Dan Poltawski
1c57cd34e6
Merge branch 'MDL-44095_m26' of https://github.com/shashirepo/moodle into MOODLE_26_STABLE
2014-03-11 15:50:42 +08:00
Krister
eec5c76ce1
MDL-42368 Themes: Anomaly breadcrumb fix
...
Previously the editing button could become unreachable with small window
sizes.
2014-03-07 11:37:17 +08:00
Gareth J Barnard
0bd4dca7be
MDL-44074 theme_bootstrapbase: No 768px-979px & 1200px+ empty blk span calcs.
2014-03-01 09:18:34 +00:00
shashirepo
33ca478a19
MDL-44095 frontend: fix typos in readme file
2014-02-26 16:04:19 +05:30
Damyon Wiese
9334d95009
Merge branch 'wip-MDL-44168_26' of git://github.com/ds125v/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-24 15:22:42 +08:00
Sam Hemelryk
82403a6f38
MDL-44217 theme_bootstrapbase: darkend link colour by 5% for accessibility
2014-02-24 16:07:23 +13:00
David Scotson
8895425e41
MDL-44168 html: border=1 on regexdetect table
2014-02-17 11:47:18 +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
f47b4fec8f
MDL-43994 Blocks: Hide the move icon when blocks are docked on Afterburner too
2014-02-11 00:08:55 +01:00
Marina Glancy
98c5ac4358
Merge branch '43977-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-10 18:16:42 +08:00
Sam Hemelryk
7aaf82deb6
Merge branch 'MDL-40938-26' of git://github.com/lazydaisy/moodle into MOODLE_26_STABLE
2014-02-10 14:16:22 +13:00
Sam Hemelryk
a7695377d7
MDL-43977 theme_bootstrapbase: small fix to make custom menu work with JS disabled
2014-02-10 08:37:00 +13:00
Mary Evans
39790f906c
MDL-40938 theme_bootstrapbase: Fix for text fields in login block.
2014-02-08 15:09:52 +00: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
Eloy Lafuente (stronk7)
115707c2b5
Merge branch '43688-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-28 00:00:16 +01:00
Jason Fowler
a4ea4e2b1a
MDL-40786 User profile: Fixing narrow screen RTL collapse
2014-01-24 08:38:27 +08:00
Nadav Kavalerchik
d86801bed7
MDL-40786 User Profile: Right align profile fields in RTL mode (theme/bootstrapbase, theme/clean)
2014-01-24 08:38:23 +08:00
Sam Hemelryk
a3e2211c5f
MDL-43688 dndupload: fixed positioning across themes
2014-01-24 09:52:40 +13:00
Dan Poltawski
8f89ca5780
Merge branch 'MDL-41506-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 23:29:25 +08: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
Eloy Lafuente (stronk7)
133e38fdbb
Merge branch 'MDL-40533-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-21 00:17:39 +01:00
Eloy Lafuente (stronk7)
a7029b542e
Merge branch 'MDL-41362-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:02:11 +01:00
Dan Poltawski
4f02d0074a
Merge branch '42682-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-20 15:25:49 +08:00
Dan Poltawski
8a073e4364
Merge branch 'MDL-42980_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 12:56:20 +08: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
rwijaya
dc842aaa36
MDL-42980 clean theme: fixed add/cancel buttons position for safari on iPhone with ios7.
2014-01-17 16:14:14 +08:00
Sam Hemelryk
d073c81248
MDL-42682 theme_bootstrapbase: fixed styling of discussion selector
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-17 10:25:26 +13:00