Dan Poltawski
793fe29014
Merge branch 'MDL-48498-master-iv6-undefinedfix' of https://github.com/snake/moodle
2016-11-09 12:16:03 +00:00
Andrew Nicols
a2567336df
Merge branch 'MDL-56755-m' of https://github.com/micaherne/moodle
2016-11-09 15:42:32 +08:00
Andrew Nicols
4cc6477198
Merge branch 'MDL-56790-master' of git://github.com/damyon/moodle
2016-11-09 15:40:16 +08:00
Damyon Wiese
b8396c335a
MDL-56662 boost: Don't mess with display, set min-height
...
Changing the display was messing with the layout of some things in the
file picker. Lets set the min-height instead which has less
side-effects.
2016-11-09 15:14:24 +08:00
Andrew Nicols
55a3911408
Merge branch 'MDL-56726-master-cfgadmin' of git://github.com/mudrd8mz/moodle
2016-11-09 14:37:47 +08:00
David Monllao
4e2ae9caee
Merge branch 'MDL-56596-master-fix' of git://github.com/andrewnicols/moodle
2016-11-09 14:35:41 +08:00
David Monllao
33788800ec
Merge branch 'MDL-56133' of https://github.com/NeillM/moodle
2016-11-09 14:23:50 +08:00
David Monllao
3f066469af
Merge branch 'wip-mdl-56630-fix2' of git://github.com/rajeshtaneja/moodle
2016-11-09 14:14:51 +08:00
Andrew Nicols
f2dab83445
MDL-56596 tool_usertours: Update to tours v0.9.9
2016-11-09 14:10:31 +08:00
David Monllao
38b74ef717
Merge branch 'MDL-56662-master' of git://github.com/damyon/moodle
2016-11-09 13:58:01 +08:00
Rajesh Taneja
d514d25e0a
MDL-56630 behat: Click on link in specificed block/region
2016-11-09 13:56:49 +08:00
Damyon Wiese
f87084f8f1
MDL-56662 theme_boost: Filepickers have 0 height
...
We need to set a display value on the file picker body so the inline height is ignored.
2016-11-09 13:55:45 +08:00
David Monllao
6e986b2919
Merge branch 'mdl-54852-master' of https://github.com/Dagefoerde/moodle
2016-11-09 13:07:26 +08:00
David Monllao
0c499e0a5c
Merge branch 'MDL-53481-master-uniqsqlparam' of git://github.com/mudrd8mz/moodle
2016-11-09 12:49:17 +08:00
David Monllao
7ecf7511f8
Merge branch 'MDL-56694-master' of git://github.com/lameze/moodle
2016-11-09 12:24:17 +08:00
Andrew Nicols
16f9660cfe
Merge branch 'MDL-56196-master' of git://github.com/damyon/moodle
2016-11-09 11:59:02 +08:00
Jake Dallimore
c02778ac30
MDL-48498 admin: fix get_setting return for mixedhostiplist setting
2016-11-09 11:32:58 +08:00
Damyon Wiese
50302c404a
MDL-56790 boost: Styling fixes for mod_feedback
...
Also fixed are problems with frozen select from elements showing raw
HTML. I checked the other form templates for similar problems and fixed
them all.
2016-11-09 11:29:58 +08:00
Andrew Nicols
cfa4b26231
Merge branch 'MDL-56792-master-v2' of git://github.com/lameze/moodle
2016-11-09 11:27:57 +08:00
Simey Lameze
cff1f90adf
MDL-56792 core_charts: clean html content from title and labels
...
This commit add cleanData() and call it from all places that has labels or title
to guarantee that html content will not be printed on the chart.
2016-11-09 10:41:12 +08:00
Andrew Nicols
43bdbbf682
Merge branch 'MDL-56607-master' of git://github.com/jleyva/moodle
2016-11-09 09:39:48 +08:00
Eloy Lafuente (stronk7)
6c5ee657a7
Merge branch 'MDL-56699-master' of git://github.com/damyon/moodle
2016-11-09 02:11:55 +01:00
David Monllao
0cbfb7ff2a
Merge branch 'MDL-56409-master' of git://github.com/ankitagarwal/moodle
2016-11-09 08:36:36 +08:00
Dan Poltawski
231e2ec99a
Merge branch 'MDL-56555-master' of git://github.com/andrewnicols/moodle
2016-11-08 17:56:12 +00:00
Dan Poltawski
e20c8ddc80
Merge branch 'MDL-48498-master-iv6' of https://github.com/snake/moodle
2016-11-08 17:51:17 +00:00
Dan Poltawski
674c4f6891
Merge branch 'MDL-56596-master' of git://github.com/andrewnicols/moodle
2016-11-08 13:43:54 +00:00
David Mudrák
93f4f3494a
MDL-53481 availability: Fix uniqueness of SQL named param placeholders
...
Static variables do not behave the way you might expect when accessing
them through the classes inheritance. When accessing a method via self::
or static:: operators, even though the method is inherited, its variable
scope is not. So the method unique_sql_parameter() was using the scope
of the child class and each child class had its own sequence of usp1,
usp2, usp3, ... placeholders. This led to "Incorrect number of query
parameters" error when multiuple condition classes were contributing to
a single SQL query.
All credit should go to Adam Olley who debugged and described the
essence of the problem in the tracker.
2016-11-08 13:36:07 +01:00
Neill Magill
6a6f2e1ca6
MDL-56133 tool_langimport: Changes should be visible after import
...
Before this change if a language pack was updated by the
\tool_langimport\task\update_langpacks_task scheduled task, changes
would not be available to users until an admin manually cleared the
strings cache.
This change causes the cache to purged when a language pack it update,
this will cause it to rebuild so users will start seeing updates
automatically.
2016-11-08 10:56:56 +00:00
Dan Poltawski
258d07d37e
Moodle release 3.2beta
...
Make Moodle Great Again ;-)
v3.2.0-beta
2016-11-08 10:25:31 +00:00
Dan Poltawski
fc760dd19e
NOBUG: Fixed SVG browser compatibility
2016-11-08 10:19:16 +00:00
Dan Poltawski
060171774b
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-11-08 10:19:15 +00:00
Rajesh Taneja
e4c98de168
MDL-56630 behat: Click on link in specificed block/region
2016-11-08 18:06:09 +08:00
Juan Leyva
9d92a3a6ba
MDL-56607 settings: Remove Mobile settings from WS overview
2016-11-08 09:52:16 +00:00
Michael Aherne
db8514bcff
MDL-56755 assign: Improve documentation of assign::get_grade_item()
2016-11-08 08:58:31 +00:00
Ankit Agarwal
20ab51fdbc
MDL-56409 messages: Save one db query per page load
2016-11-08 12:50:30 +05:30
Jake Dallimore
605bab84ce
MDL-48498 core_files: Add security helper to curl class
...
Allow injection of security_helper objects into curl, but default
to a core helper tied to http security settings values.
2016-11-08 15:11:15 +08:00
Jake Dallimore
f6d9efefaa
MDL-48498 core_files: curl_security_helper_base and implementation
...
Base class and core implementation providing a means to check URLs
against the curl security admin settings entries.
2016-11-08 15:11:15 +08:00
Jake Dallimore
067268942c
MDL-48498 admin: new setting types for curl host/port restrictions
...
Two new classes in lib/adminlib. One providing validation for a
newline-delimited textarea supporting domain names, domain wildcards,
IPv4/IPv6 addresses and IPv4/IPv6 ranges. The second providing
validation for a newline-delimited textarea of port numbers.
2016-11-08 15:10:35 +08:00
Simey Lameze
d138d6e2ac
MDL-56694 theme_boost: center login button in filepicker
2016-11-08 15:01:03 +08:00
David Monllao
d72c9774ae
Merge branch 'wip-mdl-56630' of git://github.com/rajeshtaneja/moodle
2016-11-08 14:47:25 +08:00
Rajesh Taneja
dc90838aaa
MDL-56630 behat: Click on link in specificed block/region
2016-11-08 14:45:43 +08:00
Andrew Nicols
3739b8b886
Merge branch 'wip-mdl-55215' of https://github.com/rajeshtaneja/moodle
2016-11-08 14:31:33 +08:00
Damyon Wiese
9280f62e38
MDL-56196 mod_lti: Fix popups and secret form in boost
2016-11-08 14:27:26 +08:00
Rajesh Taneja
eaefd5bc57
MDL-55215 behat: autocomplete field requires javascript
2016-11-08 14:21:52 +08:00
Frédéric Massart
3d979f9676
MDL-56196 mod_lti: Adapt templates for both Boost and Clean
2016-11-08 14:11:14 +08:00
Jake Dallimore
89e20c74d5
MDL-54751 core_course: Fixed event type checks in adhoc deletion tests
2016-11-08 13:53:00 +08:00
Andrew Nicols
592c691c8f
MDL-56555 tool_usertours: Update tool sharing link
2016-11-08 13:51:11 +08:00
Andrew Nicols
3e85e02a98
Merge branch 'MDL-55992-master' of git://github.com/jleyva/moodle
2016-11-08 13:41:22 +08:00
Andrew Nicols
11361f35be
MDL-56737 externallib: Fetch token after inserting
2016-11-08 12:45:57 +08:00
David Monllao
dc3852ae1e
Merge branch 'MDL-56601-master-3' of git://github.com/cameron1729/moodle
2016-11-08 12:25:31 +08:00