David Monllao
436bbf8975
MDL-48329 core_message: Checking that messaging system is enabled
2015-01-05 13:14:01 +00:00
Simey Lameze
82356399b9
MDL-48368 course: Add warning message to pending courses page
2015-01-05 12:58:33 +00:00
Simey Lameze
52ecd1de0a
MDL-48368 course: fix xss on course request pending page
2015-01-05 12:58:33 +00:00
Jetha Chan
da4c33f510
MDL-47920 mod_lti: add capability checks, http headers
2015-01-05 12:48:09 +00:00
Andrew Nicols
e2b9458a7e
Merge branch 'MDL-42519' of git://github.com/timhunt/moodle
2015-01-05 16:17:29 +08:00
Andrew Nicols
1f8cc2ed90
Merge branch 'MDL-48582-master' of git://github.com/merrill-oakland/moodle
2015-01-05 15:26:43 +08:00
Andrew Nicols
dd1adc419f
Merge branch 'MDL-48644_restoreLegacyLogs' of https://github.com/moodlerooms/moodle
2015-01-05 14:30:56 +08:00
Andrew Nicols
ba5b6abe0e
Merge branch 'MDL-48700-master' of git://github.com/merrill-oakland/moodle
2015-01-05 13:30:55 +08:00
Andrew Nicols
1abcc93e0b
Merge branch 'MDL-43198-master' of git://github.com/danpoltawski/moodle
2015-01-05 13:22:09 +08:00
Andrew Nicols
0a149cf019
Merge branch 'MDL-46183-master' of git://github.com/FMCorz/moodle
2015-01-05 11:56:26 +08:00
Aaron Barnes
1151210154
MDL-40097 completion: Apply robust role detection to samesite restores.
2015-01-05 10:30:01 +08:00
Adrian Greeve
a43f43e2fa
MDL-40097 completion: Update of code to meet guidlines.
2015-01-05 10:14:03 +08:00
Aaron Barnes
129e786cf4
MDL-40097 completion: Make restoring grade criteria more robust
2015-01-05 10:14:03 +08:00
Mark Nielsen
7cd112dfd5
MDL-48644 backup tool_log: Fixing coding style
...
Wrap long function definition
to next line.
2014-12-29 10:55:09 -08:00
Dan Poltawski
136e05a7ff
MDL-43198 folder: respect ignorefilesizelimits permission
...
Thanks to Miryan Salas for the patch.
2014-12-29 12:12:21 +00:00
Dan Poltawski
eb1dc9fab9
weekly release 2.9dev
2014-12-24 13:22:20 +00:00
Dan Poltawski
28849926c5
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-12-24 13:22:18 +00:00
Eric Merrill
8e63ce4e02
MDL-48700 gradereport_history: Don't limit downloads by pages.
2014-12-23 16:11:02 -05:00
Dan Poltawski
71de4c9e0b
Merge branch 'MDL-48213-master' of https://github.com/dthies/moodle
2014-12-23 16:13:25 +00:00
AMOS bot
e2eef9aff2
Automatically generated installer lang files
2014-12-24 00:04:13 +08:00
Eloy Lafuente (stronk7)
c0d8831ae7
MDL-45699 behat: Don't use behat/lib.php functions in core.
...
behat/lib.php script should not be usually included, neither any of its functions
used within mooodle code at all. It's for exclusive use of behat and
moodle setup.php. For places requiring a different/special behavior
needing to check if are being run as part of behat tests, use:
if (defined('BEHAT_SITE_RUNNING')) { ...
2014-12-23 12:29:44 +01:00
Dan Poltawski
cb878d027b
Revert "Merge branch 'MDL-48534_master' of https://github.com/markn86/moodle "
...
This reverts commit b8572fa90435390fc18c2fe537403f7931d966aa, reversing
changes made to 172d7f16cecc7c666352086d40f4d5e84c714d32.
2014-12-23 10:46:39 +00:00
Dan Poltawski
ffd95d4420
Revert "Merge branch 'patch-1' of https://github.com/jrchamp/moodle "
...
This reverts commit d61ecfffe5a568bf1e6cb7684264272413ff5766, reversing
changes made to e04cf8d83fa0f392f9ce8ee50d94610b7073e73d.
2014-12-23 10:42:47 +00:00
Dan Poltawski
9835839186
Merge branch 'MDL-46124-master' of git://github.com/FMCorz/moodle
2014-12-23 10:20:44 +00:00
Dan Poltawski
d890b55de1
Merge branch 'MDL-42616-master-fixup' of https://github.com/FMCorz/moodle
2014-12-23 09:51:31 +00:00
Frederic Massart
7f63c934a2
MDL-46183 theme_more: Background is seen through the activity chooser
2014-12-23 17:15:49 +08:00
Frederic Massart
ae46ca5fcc
MDL-42616 core: Adding tool_filetypes to the standard plugins list
2014-12-23 12:04:02 +08:00
Eloy Lafuente (stronk7)
093c161d46
Merge branch '45699-29' of git://github.com/samhemelryk/moodle
...
Conflicts:
cache/upgrade.txt
2014-12-23 02:01:36 +01:00
Eloy Lafuente (stronk7)
57bd925603
MDL-48568 cache: make tests aware of default application store
...
When an alternative cache configuration is used, aka:
define('TEST_CACHE_USING_ALT_CACHE_CONFIG_PATH', true);
$CFG->altcacheconfigpath = '/tmp/xxxxx.php';
the get_expected_application_cache_store() method was not able of
retroffiting the default application store being used.
This commit just implements that functionality so, when
executing unit tests using alternative configuration, assertions
looking for that will pass without a problem.
2014-12-23 01:34:35 +01:00
Eloy Lafuente (stronk7)
88abb346a3
Merge branch '48568-29' of git://github.com/samhemelryk/moodle
2014-12-23 01:34:12 +01:00
Eloy Lafuente (stronk7)
2323289e2e
Merge branch 'MDL-48593-master' of git://github.com/andrewnicols/moodle
2014-12-22 21:50:50 +01:00
Tim Hunt
46e4c35aa9
MDL-42519 qformat_xml: Correctly export questions containing ]]>
2014-12-22 19:46:23 +00:00
Eloy Lafuente (stronk7)
b44a858ff1
Merge branch 'MDL-48639' of git://github.com/timhunt/moodle
2014-12-22 19:09:43 +01:00
Dan Poltawski
a62de06e57
Merge branch 'MDL-40864-M29' of git://github.com/lazydaisy/moodle
2014-12-22 17:29:43 +00:00
Dan Poltawski
1de86bf5b9
Merge branch 'MDL-25979_master' of https://github.com/crazyserver/moodle
2014-12-22 17:27:08 +00:00
Dan Poltawski
38da9a45e8
Merge branch 'master-48421' of https://github.com/timpricecatalyst/moodle
2014-12-22 17:00:19 +00:00
Dan Poltawski
f957ec61ca
Merge branch 'MDL-43730-master' of git://github.com/ankitagarwal/moodle
2014-12-22 16:34:48 +00:00
Dan Poltawski
affdc3b7e6
MDL-48638 course: update unit test to new message
2014-12-22 16:23:04 +00:00
Dan Poltawski
427f70a8d3
Merge branch 'MDL-42166-master' of git://github.com/xow/moodle
2014-12-22 15:38:49 +00:00
Dan Poltawski
677172f722
Merge branch 'MDL-48638-master' of git://github.com/merrill-oakland/moodle
2014-12-22 15:25:25 +00:00
Dan Poltawski
ca9ef112c6
Merge branch 'MDL-48643-master' of git://github.com/merrill-oakland/moodle
2014-12-22 15:22:37 +00:00
Dan Poltawski
e51f99739d
MDL-43004 blog: fix upgrade.txt typo
2014-12-22 15:13:41 +00:00
Dan Poltawski
991d2e9633
Merge branch 'MDL-43004-master' of git://github.com/FMCorz/moodle
2014-12-22 15:09:53 +00:00
Dan Poltawski
7293a1aafd
MDL-44260 uplodate: move deprecated functions to deprecatedlib
2014-12-22 15:07:59 +00:00
Dan Poltawski
65a19504d7
Merge branch 'MDL-44260-master' of git://github.com/lameze/moodle
2014-12-22 14:57:30 +00:00
Dan Poltawski
7f384c8f92
Merge branch 'MDL-48062-master' of https://github.com/dthies/moodle
2014-12-22 14:36:46 +00:00
Dan Poltawski
b21575c753
Merge branch 'm29_MDL-48423' of https://github.com/totara/moodle
2014-12-22 14:15:09 +00:00
Dan Poltawski
1f2789ebf2
Merge branch 'MDL-48224-master' of git://github.com/xow/moodle
2014-12-22 14:04:05 +00:00
Dan Poltawski
2da35cd459
Merge branch 'MDL-48445-master' of https://github.com/jmarshall-netspot/moodle
2014-12-22 13:56:19 +00:00
Dan Poltawski
b8572fa904
Merge branch 'MDL-48534_master' of https://github.com/markn86/moodle
2014-12-22 13:52:36 +00:00