David Monllao
8fa1810cec
MDL-55278 search: Get rid of core_search\area namespace
2016-07-21 18:38:18 +02:00
Stephen Bourget
94c7e9f1de
MDL-45753 Events: Add view and reset events for the dashboard
2016-07-20 22:50:55 -04:00
Tony Levi
73d37b20ed
MDL-48856 pgsql: Performance tuning
2016-07-21 10:31:41 +10:00
Rajesh Taneja
165b70a16a
MDL-55091 phpunit: Add support for findNodes, as they are now deprecated
...
https://github.com/sebastianbergmann/phpunit/issues/1292
2016-07-21 07:08:47 +08:00
Rajesh Taneja
ef1d90480d
MDL-55091 phpunit: Use latest phpunit 5.4.x
2016-07-21 07:08:46 +08:00
Andrew Nicols
78c09b9a60
Merge branch 'wip-mdl-51758' of https://github.com/rajeshtaneja/moodle
2016-07-20 13:06:22 +08:00
Rajesh Taneja
01082b50f0
MDL-51758 libraries: Reworded password.php not required
2016-07-20 12:55:09 +08:00
Andrew Nicols
b2c2d18b28
MDL-55283 javascript: Check dir is readable before traversing them
2016-07-20 12:16:13 +08:00
Andrew Nicols
eb3839dffd
MDL-50937 tag: Stop using deprecated context
...
$.context has been deprecated for a long time - since before this code was
written. Unfortunately jQuery does not emit anything for deprecated code so
this was not picked up sooner.
2016-07-20 11:19:29 +08:00
Eloy Lafuente (stronk7)
a900c680ba
Merge branch 'wip-mdl-55258-m' of https://github.com/rajeshtaneja/moodle
2016-07-19 12:13:00 +02:00
Dan Poltawski
6851244452
MDL-50937 jquery: remove instances of migrate plugin
2016-07-19 10:34:17 +01:00
Dan Poltawski
11caf2e2e1
Merge branch 'MDL-50937-master' of git://github.com/damyon/moodle
2016-07-19 10:27:10 +01:00
Dan Poltawski
2c85472688
Merge branch 'MDL-54915-master' of http://github.com/damyon/moodle
2016-07-19 09:38:23 +01:00
Dan Poltawski
738430b863
Revert "Merge branch 'MDL-54915-master' of git://github.com/andrewnicols/moodle"
...
This reverts commit fa57043eb6
, reversing
changes made to 36a19ecc26
.
2016-07-19 09:37:01 +01:00
David Monllao
7bd5ce57d8
Merge branch 'MDL-51758-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/upgrade.txt
2016-07-19 09:29:41 +02:00
David Monllao
3e2b1e179f
Merge branch 'MDL-49599-master' of git://github.com/andrewnicols/moodle
2016-07-19 08:53:28 +02:00
Andrew Nicols
b34ed08a12
MDL-49599 core: Fully deprecate the boxclient class
2016-07-19 14:44:51 +08:00
Jun Pataleta
3046ee9f0d
MDL-50051 core: Update todo tag comment for get_referer
2016-07-19 13:40:09 +08:00
Jun Pataleta
2a72354167
MDL-50051 core: Add deprecated tags to deprecated methods
2016-07-19 13:39:39 +08:00
Damyon Wiese
8d00afb12c
MDL-54915 templates: Fix async rendering of js blocks
...
Mustache JS helper can overwrite JS blocks when using nested templates.
Each call to render should have it's own scope.
2016-07-19 12:55:50 +08:00
Eloy Lafuente (stronk7)
5281e6a082
MDL-52544 oracle: small tweaks
...
This commit just:
- Moves the null => '' to better place, restricting it to PHP >= 7.0
(bug https://bugs.php.net/bug.php?id=72524 )
- Adds a couple of notes here and there.
- Changes some small details to keep the file using the same coding.
2016-07-19 04:04:32 +02:00
Eloy Lafuente (stronk7)
74ec2dd63d
Merge branch 'MDL-52544-master' of git://github.com/damyon/moodle
2016-07-19 04:04:18 +02:00
Damyon Wiese
d863344ad7
MDL-50937 jquery: Upgrade to 3.1, remove migrate plugins
2016-07-19 09:27:40 +08:00
Rajesh Taneja
ddf36bf5aa
MDL-55258 behat: Set focus on button before clicking it
...
Set the focus on button to ensure it is in
viewport before clicking on it.
2016-07-19 09:23:44 +08:00
Eloy Lafuente (stronk7)
f91d6783aa
Merge branch 'MDL-55207-configiplist-errors' of https://github.com/brendanheywood/moodle
2016-07-19 02:26:58 +02:00
David Monllao
b3b1833097
Merge branch 'MDL-54943-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2016-07-19 01:19:13 +02:00
David Monllao
c08a7eebb6
Merge branch 'wip-MDL-55126-master' of git://github.com/abgreeve/moodle
...
Conflicts:
lib/upgrade.txt
2016-07-18 20:50:47 +02:00
Dan Poltawski
3ed88885e5
Merge branch 'wip-mdl-55174' of https://github.com/rajeshtaneja/moodle
2016-07-18 14:49:48 +01:00
Dan Poltawski
151aaa2654
Merge branch 'MDL-55012-master' of git://github.com/damyon/moodle
2016-07-18 13:55:50 +01:00
Rajesh Taneja
ce78e33a84
MDL-55174 core_tests: Use proper itemid while creating file
2016-07-18 10:29:23 +08:00
Andrew Nicols
21e8b48d13
MDL-51758 libraries: Remove password_compat library from core
2016-07-18 10:06:57 +08:00
Andrew Nicols
9a60d5f98f
MDL-54915 core: JS Blocks must not used shared variables
...
The JS blocks in a template must _not_ use a shared variable as they can be
executed asynchronously and complete in any order.
Instead it is stored in the only local variable available - the current
context.
Since the context can be passed in from elsewhere, we namespace it to
reduce the chance of collission.
2016-07-18 08:29:52 +08:00
Brendan Heywood
685e5b002c
MDL-55207 adminlib: Improve help and validation errors for configiplist
2016-07-15 16:38:54 +10:00
Rajesh Taneja
fc2e137750
MDL-55174 core_testing: Use proper directory separator
...
While searching for existing files if directory
separator is not correct then original files
and directories will be deleted. So use DIRECTORY_SEPARATOR.
2016-07-15 13:51:41 +08:00
Damyon Wiese
91445c63f8
MDL-55012 Atto: no style attrs on paste
...
Specifically on paste - we don't need all the random style attributes
from content on the clipboard. When you copy from a webpage - the browser
inlines all the styles from the page so that the pasted content will look
like the place it was copied from. But this is never what you want - you
want the content on paste, but with no special styling.
2016-07-15 13:34:11 +08:00
Adrian Greeve
f6f0ba2d45
MDL-55126 files: Deprecate get_records_csv and put_records_csv.
...
Initial deprecation of the above functions.
2016-07-13 14:22:46 +08:00
Damyon Wiese
87c6f9ab23
MDL-52544 oracle: Apply upstream pull request to AdoDB oracle driver
...
Upstream: https://github.com/ADOdb/ADOdb/pull/259
Prevent segfault with ocipo driver on php7.
The OCIFetchinto function is causing segfaults on php7 - probably because the fields array
is not initialised or it is optimised out. This fixes just changes to use the safer function
oci_fetch_array instead.
2016-07-13 08:45:06 +08:00
Eloy Lafuente (stronk7)
af8b948e2b
Merge branch 'MDL-54629-master' of git://github.com/jleyva/moodle
2016-07-12 21:01:02 +02:00
Eloy Lafuente (stronk7)
5748e56242
Merge branch 'MDL-54671-master' of git://github.com/danpoltawski/moodle
2016-07-12 18:14:17 +02:00
Eloy Lafuente (stronk7)
4a132893e0
Merge branch 'MDL-54892-master' of https://github.com/tobiasreischmann/moodle
2016-07-12 17:51:36 +02:00
David Monllao
7aad43e13f
Merge branch 'MDL-55133-master' of git://github.com/damyon/moodle
2016-07-12 13:16:27 +02:00
David Monllao
64c1e707a9
Merge branch 'wip-MDL-55107-master' of git://github.com/abgreeve/moodle
2016-07-12 13:03:19 +02:00
David Monllao
b60d4fca13
Merge branch 'MDL-55048-master' of git://github.com/danpoltawski/moodle
2016-07-12 12:20:35 +02:00
Dan Poltawski
815abdf4db
Merge branch 'MDL-47371-master' of git://github.com/cameron1729/moodle
2016-07-12 10:15:57 +01:00
Damyon Wiese
eea2fc4319
MDL-52544 oracle: php7 fixes for oci driver
...
These are our bugs actually - the oci docs are very clear that bound
params should be in-scope when oci_execute is called - and due to pass by value etc,
this was not true for our driver.
There is another bug that needed fixing - OCI barfs if null values are bound - this
can be avoided by setting them to '' which oci treats as null.
And finally - all our lob/clob/blob hacks were also binding to local "out-of-scope" vars.
2016-07-12 16:55:47 +08:00
Dan Poltawski
acb75afe39
Merge branch 'MDL-55007-master' of https://github.com/dthies/moodle
2016-07-12 09:20:15 +01:00
Adrian Greeve
97a85bf6f0
MDL-55107 gradebook: Unit tests for the new setting check.
2016-07-12 13:30:10 +08:00
Adrian Greeve
05156571c0
MDL-55107 gradebook: Improve the 57 letter boundary upgrade.
...
This fixes a setting not being checked before and also
reduces the number of false positives.
2016-07-12 13:30:10 +08:00
Damyon Wiese
a066cfc843
MDL-55133 javascript: Correctly use component names in requirejs
...
Core subsystems must use the 'core_' prefix always.
2016-07-12 11:15:17 +08:00
Cameron Ball
a530cb93f5
MDL-47371 block_navigation: Don't double escape course titles
2016-07-12 10:31:17 +08:00