Damyon Wiese
65403fcf15
MDL-28692 Base theme - Version bump for css change
2013-02-25 13:56:45 +08:00
Damyon Wiese
24773be403
Merge branch 'MDL-28692_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-25 13:36:31 +08:00
Dan Poltawski
cb7da8e091
Merge branch 'MDL-37749_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-19 12:26:03 +08:00
Mary Evans
8b6a3b4e11
MDL-28692 theme_base: Added background-color to admin settings form overridden in base/style/admin.css
2013-02-18 01:54:23 +00:00
Mary Evans
9cf21fc4e3
MDL-38039 theme_base: Corrected typo fickering to flickering in CSS comment which blocked IPCOP browser firewall in IE.
2013-02-15 01:13:03 +00:00
Mary Evans
856e1568d6
MDL-37749 theme_mymobile: Removed redundant JS and CSS code for Collapsed Topic contributed plugin.
2013-02-12 17:25:53 +00:00
Eloy Lafuente (stronk7)
dc5957d568
Merge branch 'MDL-37775_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-05 00:57:40 +01:00
Eloy Lafuente (stronk7)
da46d05239
Merge branch 'MDL-37785_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2013-02-05 00:36:24 +01:00
Mary Evans
fe24496193
MDL-37523 theme_mymobile: Removed a renderer from mymobile/renderers.php and added it to theme/mymobile/renderers/mod_choice_renderer.php. Then added a conditional statement to theme/mymobile/renderers.php in order to call mymobile/renderers/mod_choice_renderer.php.
2013-02-04 11:40:29 +00:00
Mary Evans
31235aa431
MDL-37775 theme_canvas: Changed ADD a block from center align to left in style/blocks.css
2013-01-31 08:28:41 +00:00
Mary Evans
533064b86a
MDL-37785 theme_base: remove duplicate .dir-rtl file-picker css rules from styke/core.css
2013-01-31 01:22:27 +00:00
Dan Poltawski
ded1043407
Merge branch 'MDL-37162_23' of git://github.com/pauln/moodle into MOODLE_23_STABLE
2013-01-15 13:34:02 +08:00
Dan Poltawski
a89c9384fa
Merge branch 'MDL-37194-stable23' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
2013-01-15 10:43:44 +08:00
Paul Nicholls
1d15d41073
MDL-37162: Use CSS to make mod show/hide icons not look "clickable" in hidden sections
...
Previously, the resource toolbox initialiser was using JS to find the show/hide icon, then find its section ancestor, then check if the section was hidden - only to pointlessly set pointer:auto if it was. That didn't meet the aim stated in the comments ("Disable" show/hide icons (change cursor to not look clickable) if section is hidden), but this patch meets that goal with a single CSS rule.
2013-01-09 11:30:13 +13:00
Jerome Mouneyrac
845ef47ccd
MDL-37194 activity chooser displays entire list of default activities/resources
2013-01-08 18:05:28 +08:00
Dan Poltawski
7c333e0c6c
Merge branch 'MDL-32639-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-01-08 14:46:34 +08:00
Davo Smith
db529c2346
MDL-31641 filemanager - display help message when drag and drop upload is not supported
2013-01-07 08:16:35 +00:00
Dan Poltawski
48d53d9fd6
Merge branch 'MDL-35569-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
2012-12-24 11:43:41 +08:00
Andrew Robert Nicols
5eadb30e07
MDL-35569 AJAX Move auto-submitting selects to separate YUI module
...
sam note: Some changes removed from 2.4 version (deprecation warning, lib/upgrade.txt).
2012-12-18 13:56:26 +00:00
Dan Poltawski
8d8158ea9c
Merge branch 'MDL-30899_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-12-18 09:11:31 +08:00
Dan Poltawski
2144749571
MDL-35717|NOBUG - fix trailing whitespace problems
2012-12-17 17:01:04 +00:00
Frederic Massart
aa4d973436
MDL-32639 files: Improved File Manager download and zip support
...
Conflicts:
lib/filestorage/zip_packer.php
2012-12-12 14:41:04 +08:00
Sam Hemelryk
b74804c8a8
Merge branch 'MDL-36954_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-11 14:59:50 +13:00
Dan Poltawski
8bd7536090
Merge branch 'MDL-36742_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-10 14:41:48 +08:00
Sam Hemelryk
e4a2de510c
Merge branch 'MDL-34592_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-12-10 14:28:24 +13:00
Sam Hemelryk
15e9d4c64a
Merge branch 'MDL-36608_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-12-10 14:24:10 +13:00
Mary Evans
564b28731c
MDL-34592 theme_magazine: Fixes the report grader fixed column misalignment in magazine/style/core.css theme, plus fixes all CORE themes with minor adjustment to grade/report/grader/style.css
2012-12-10 00:06:03 +00:00
Mary Evans
bf5886726f
MDL-36978 theme_standardold: fixes misplaced block region check in layout/frontpage.php which, with hindsight should have been fixed in MDL-23226.
2012-12-08 22:53:36 +00:00
Tim Hunt
557d890cbb
MDL-36954 question bank: stop centring question name.
...
This was a regression caused by MDL-21625. These CSS changes
put the display back to how it was, while leaving the table
cell as a TD for accessibility.
2012-11-30 16:33:54 +00:00
Tim Hunt
66a56d2548
MDL-36742 question bank: get rid of flicker during page load.
...
Thanks to Frédéric Massart for working out the fix to this.
2012-11-30 15:52:34 +00:00
David Monllao
2a88835d5a
MDL-30899 modchooser Changing from overlay to panel references
2012-11-27 14:57:07 +08:00
Aparup Banerjee
4505720f3e
Merge branch 'MDL-36305-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-11-27 11:53:09 +08:00
Mark Nelson
03e403414e
MDL-35760 filemanager: ensuring the dnd arrow displays in the center of the filemanager for all supported browsers
2012-11-21 12:03:54 +08:00
Frederic Massart
f54b485abc
MDL-36305 theme: Forum reply button is not removed using MyMobile
2012-11-20 13:57:03 +08:00
Mary Evans
a94316030f
MDL-36608 theme_sky_high: Fixes missing background in sdmin pages by removing incorrect CSS in style/admin.css
2012-11-15 11:22:31 +00:00
Aparup Banerjee
3d9514b363
Merge branch 'MDL-35510_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-11-09 14:11:42 +08:00
Aparup Banerjee
79d86ffcdb
Merge branch 'MDL-35571_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-11-09 10:27:32 +08:00
Mary Evans
845cfc3389
MDL-36197 theme_fusion: Fix for "Your progress" overlaps completion tracking checkbox
2012-11-08 11:33:49 +13:00
Nadav Kavalerchik
c4b521116f
MDL-36069 - Right align TEXTAREA "Format selector" listbox, when in RTL mode (theme/standard)
2012-11-01 20:18:04 +02:00
Sam Hemelryk
3b6796e0f4
Merge branch 'MDL-28235-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-30 17:36:45 +13:00
Sam Hemelryk
b9697365a1
Merge branch 'MDL-36137_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-10-30 12:16:50 +13:00
Dan Poltawski
6b0ada1e6e
Merge branch 'm23_MDL-35215' of git://github.com/totara/moodle into MOODLE_23_STABLE
2012-10-29 15:33:53 +08:00
Mary Evans
cd2ae155de
MDL-36137 theme_magazine: changed forum and description info from center to left aligned.
2012-10-19 23:49:16 +01:00
Mary Evans
d5fd21b6ef
MDL-35571 theme_magazine: RTL fixes - WIKI title headings, ajax frontpage category/course chooser, right align logo, left align course name, left align login & user info.
2012-10-19 22:29:47 +01:00
Mary Evans
c8ee9dde60
MDL-35510 theme_mymobile: RTL fixes for course and category names in style/jmobile11_rtl.css
2012-10-18 15:49:41 +01:00
Aparup Banerjee
226398e7d0
Merge branch 'MDL-35986' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-10-15 14:16:06 +08:00
Mary Evans
cc3f17d86d
MDL-35986 theme_canvas: add custommenu and block-region to layout files general.php, frontpage.php and report.php to fix regression in theme/serenity since MDL-33110.
2012-10-12 22:57:39 +01:00
Aparup Banerjee
ca93b3af4e
Merge branch 'MDL-35231_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-10-10 13:03:23 +08:00
Simon Coggins
d01c6b269b
MDL-35581 lib: Help popups misaligned for right-to-left languages
2012-10-10 08:56:29 +13:00
Aparup Banerjee
ae48ff8a17
Merge branch 'MDL-35837-M23' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-09 10:25:33 +08:00