David Mudrák
55834476c4
MDL-37598 Proceed full setup in YUI serving files if needed
...
When serving Moodle YUI files, including just moodlelib.php is not enough
any more. We need the full setup in order to use MUC.
Please note that cookies are disabled in these two scripts. This may make
cache_store::MODE_SESSION caches unavailable. We do not expect they will
be needed here.
2013-02-11 16:35:16 +01:00
Dan Poltawski
69b2f366b1
Merge branch 'wip-MDL-35823-master' of git://github.com/phalacee/moodle
2013-02-06 13:42:47 +08:00
Jason Fowler
fc7defef99
MDL-35823 - Accessibility - Follow up changes from the original commit: addint in theme fixes and updating upgrade.txt
2013-02-06 13:36:37 +08:00
Dan Poltawski
0110cc2d49
MDL-37645 Add another missing trailing ;
...
GRR. Clearly didn't review this one well enough!
2013-02-06 10:36:39 +08:00
Dan Poltawski
da92e1b081
Merge branch 'MDL-37645-m' of git://github.com/andrewnicols/moodle
2013-02-06 08:54:55 +08:00
Andrew Robert Nicols
2c653f9919
MDL-37645 Add missing trailing ; on some CSS rules
2013-02-05 16:56:47 +00:00
Eloy Lafuente (stronk7)
fc395e02f7
Merge branch 'MDL-37775_master' of git://github.com/lazydaisy/moodle
2013-02-05 00:57:20 +01:00
Eloy Lafuente (stronk7)
a0c3faeaef
Merge branch 'MDL-37785_master' of git://github.com/lazydaisy/moodle
2013-02-05 00:35:24 +01:00
Eloy Lafuente (stronk7)
f941a7864b
Merge branch 'MDL-37523_master' of git://github.com/lazydaisy/moodle
2013-02-05 00:28:10 +01:00
Dan Poltawski
58e22287a6
Merge branch 'MDL-37422' of git://github.com/colchambers/moodle
2013-02-04 16:02:57 +08:00
Dan Poltawski
3428c00d43
Merge branch 'wip-MDL-35823-master' of git://github.com/phalacee/moodle
2013-02-04 11:23:41 +08:00
Mary Evans
1d4bfa094a
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-03 23:35:05 +00:00
Colin Chambers
6dbc346095
MDL-37422 Quiz: Group fields related to 'Settings for multiple tries.'
2013-02-01 14:30:27 +00:00
Andrew Robert Nicols
2324cf045e
MDL-37645 Generalise style for moodle-core-dialogues
2013-02-01 10:20:16 +00:00
Jason Fowler
4df8223cbe
MDL-35823 - Accessibility - Converted the help popup header from H1 to H2 to improve the over all DOM
2013-02-01 11:01:00 +08:00
Mary Evans
772cd5c8fa
MDL-37775 theme_canvas: Changed ADD a block from center align to left in style/blocks.css
2013-01-31 08:17:45 +00:00
Mary Evans
7eaa14572b
MDL-37785 theme_base: remove duplicate .dir-rtl file-picker css rules from styke/core.css
2013-01-31 01:02:55 +00:00
Eloy Lafuente (stronk7)
03612a7b00
MDL-32420 anomaly theme: bump version
2013-01-30 00:28:35 +01:00
Mary Evans
009fb7d943
MDL-32420 theme_anomaly: Added custom css settings and tagline.
2013-01-27 20:33:17 +00:00
Sam Hemelryk
36546841f1
Merge branch 'MDL-36621-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
calendar/lib.php
lib/db/caches.php
version.php
2013-01-22 16:35:03 +13:00
Ankit Agarwal
8a7326ed4e
MDL-36621 calendar: Ical event should display source info
2013-01-17 11:09:50 +08:00
Dan Poltawski
0f94289c1d
Merge branch 'MDL-33688_dndupload_progress' of git://github.com/davosmith/moodle
...
Conflicts:
files/renderer.php
lib/outputrenderers.php
2013-01-16 11:18:18 +08:00
Eloy Lafuente (stronk7)
62a9604677
Merge branch 'MDL-36553' of git://github.com/rwijaya/moodle
2013-01-15 18:12:20 +01:00
Dan Poltawski
9d40849d46
Merge branch 'MDL-37162_master' of git://github.com/pauln/moodle
2013-01-15 13:23:02 +08:00
Sam Hemelryk
c8d3475e17
Merge branch 'wip-MDL-37085-master' of git://github.com/marinaglancy/moodle
2013-01-15 16:30:36 +13:00
Dan Poltawski
2254fb2764
Merge branch 'MDL-37194-master' of git://github.com/mouneyrac/moodle
2013-01-15 10:42:31 +08:00
Marina Glancy
49aa038b4e
MDL-37085 Minor UI and code improvements in print_section()
2013-01-14 15:01:19 +11:00
Rossiani Wijaya
8be244b2e2
MDL-36553 Admin settings: make tables class consistent throughout admin plugins setting
2013-01-14 10:09:51 +08:00
Paul Nicholls
0d47afe69d
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:44:15 +13:00
Jerome Mouneyrac
c2bc5a7008
MDL-37194 activity chooser displays entire list of default activities/resources
2013-01-08 16:39:55 +08:00
Dan Poltawski
bfb5580f92
Merge branch 'MDL-32639-master' of git://github.com/FMCorz/moodle
2013-01-08 14:46:14 +08:00
Dan Poltawski
cfb209a538
Merge branch 'MDL-31641_drag_drop_help' of git://github.com/davosmith/moodle
2013-01-08 10:54:01 +08:00
Eloy Lafuente (stronk7)
421d18fd2e
Merge branch 'wip-MDL-36339-master' of git://github.com/marinaglancy/moodle
2012-12-18 21:36:42 +01:00
Davo Smith
a8b418e82c
MDL-31641 filemanager - display help message when drag and drop upload is not supported
2012-12-18 20:22:20 +00:00
Dan Poltawski
3280819b20
Merge branch 'MDL-30899_master' of git://github.com/dmonllao/moodle
2012-12-18 09:10:42 +08:00
Sam Hemelryk
2ea5e39ea3
Merge branch 'MDL-36490_master' of git://github.com/lazydaisy/moodle
2012-12-18 10:40:46 +13:00
Frederic Massart
638d72cd0b
MDL-32639 files: Improved File Manager download and zip support
2012-12-12 14:38:11 +08:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Sam Hemelryk
6c3b271c3d
Merge branch 'MDL-36954' of git://github.com/timhunt/moodle
2012-12-11 14:59:56 +13:00
Sam Hemelryk
8ebf086d31
Merge branch 'wip-MDL-37011' of git://github.com/abgreeve/moodle
2012-12-11 08:42:40 +13:00
Marina Glancy
c8f9faba0c
MDL-36339 Modify themes to add course headers and footers provided by course format
2012-12-10 12:14:57 +08:00
Sam Hemelryk
11e95000bd
Merge branch 'MDL-34592_master' of git://github.com/lazydaisy/moodle
2012-12-10 14:28:44 +13:00
Sam Hemelryk
d60ac860ea
Merge branch 'MDL-36608_master' of git://github.com/lazydaisy/moodle
2012-12-10 14:24:39 +13:00
Adrian Greeve
5cc0c73ab2
MDL-37011 - themes: Fixed the alignment of the edit and help icon on the participants page.
2012-12-10 08:58:29 +08:00
Mary Evans
e907c68530
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-09 22:23:42 +00:00
Mary Evans
3c202221a8
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:20:05 +00:00
Amy Groshek
62434c8a53
MDL-36960 - fix broken horizontal positioning of titles for docked blocks
2012-12-06 12:10:38 +08:00
Aparup Banerjee
552160e844
Merge branch 'MDL-36912-master' of git://github.com/FMCorz/moodle
2012-12-03 15:54:52 +08:00
Aparup Banerjee
ce84cbacb7
Merge branch 'MDL-36777-master' of git://github.com/FMCorz/moodle
2012-12-03 14:59:15 +08:00
Frederic Massart
197b314f46
MDL-36860 theme: Readme for MyMobile hack
2012-12-03 14:18:35 +08:00