Dan Poltawski
6658ef6cd9
Merge branch 'MDL-55404-master' of git://github.com/cameron1729/moodle
2016-10-04 18:23:36 +01:00
Dan Poltawski
a57e3d3b1f
MDL-56011 lib: move Mustache loading to core_component autoloader
2016-10-04 18:17:22 +01:00
Dan Poltawski
867b1fad2f
Merge branch 'MDL-45890_m32v3' of https://github.com/sbourget/moodle
2016-10-04 13:11:37 +01:00
Dan Poltawski
c9568860cb
Merge branch 'wip-MDL-56012-master' of git://github.com/abgreeve/moodle
2016-10-04 09:40:34 +01:00
Andrew Nicols
a955953c41
Merge branch 'MDL-55928-master' of git://github.com/jleyva/moodle
2016-10-04 14:59:11 +08:00
Adrian Greeve
dd9ee3d837
MDL-56012 lib: Update of readme and xml file.
...
Also made edits to use the PSR-4 autoloader.
2016-10-04 10:47:06 +08:00
Andrew Nicols
a4bf84ebda
Merge branch 'wip-MDL-31243-master' of https://github.com/Beedell/moodle
2016-10-04 09:19:42 +08:00
Andrew Nicols
27ed5be84f
Merge branch 'MDL-53777-master' of git://github.com/jleyva/moodle
2016-10-04 08:51:24 +08:00
Juan Leyva
0a90f6247d
MDL-53777 tool_mobile: New script for launching the mobile app
2016-10-03 10:02:33 +01:00
Juan Leyva
8a0a7414b2
MDL-53777 tool_mobile: Move mobile settings to the admin tool
2016-10-03 10:02:32 +01:00
Andrew Nicols
aac3b0bebb
Merge branch 'MDL-55767-master' of git://github.com/damyon/moodle
2016-10-03 12:55:06 +08:00
Damyon Wiese
5e4fffa013
MDL-55767 tool_lpimportcsv: import/export competency fmwks
2016-10-03 11:47:07 +08:00
Andrew Nicols
5f21d5e8ab
Merge branch 'MDL-39117' of git://github.com/mr-russ/moodle
2016-10-03 10:13:09 +08:00
John Beedell
9121bb2d23
MDL-31243 access/enrol libs: new fns returning useful SQL fragments
...
Refactor similar SQL generation code from get_users_by_capability
and get_enrolled_uses to make get_with_capability_sql.
Modified files: accesslib.php, enrollib.php, grouplib.php, new tests.
2016-09-30 09:27:56 +01:00
Eloy Lafuente (stronk7)
d231f3cb0d
Merge branch 'MDL-53870-master' of git://github.com/jleyva/moodle
2016-09-29 01:45:02 +02:00
Juan Leyva
5635ead8e6
MDL-53870 mod_quiz: New access rule for allowing offline attempts
2016-09-28 09:25:18 +01:00
David Monllao
bdab41d71b
Merge branch 'MDL-56072-master' of git://github.com/cameron1729/moodle
2016-09-28 08:37:48 +08:00
Stephen Bourget
02ce2e413c
MDL-45890 Blog: add additional events
2016-09-25 15:06:54 -04:00
Damyon Wiese
5d9f0bb3fe
MDL-55071 psr4: Use psr4 classloader for scss, rtlcss and cssparser
...
Part of MDL-55071
2016-09-23 10:57:35 +01:00
Damyon Wiese
13075628ab
MDL-55071 core_auth: Move new login renderable to core_auth
...
Part of MDL-55071
2016-09-23 10:57:13 +01:00
Damyon Wiese
2ede86d797
MDL-55996 theme_boost: Rename theme noname to theme boost
...
Part of MDL-55071
2016-09-23 10:57:13 +01:00
Frederic Massart
7f8b7b2bb3
MDL-55797 output: Support form method in chooser
...
Part of MDL-55071
2016-09-23 10:55:17 +01:00
Damyon Wiese
7d547564a8
MDL-55796 output: Add missing include to new chooser renderable
...
Part of MDL-55071
2016-09-23 10:55:15 +01:00
Frederic Massart
4f2378d929
MDL-55796 core_course: Convert course modchooser to templates
...
Part of MDL-55071
2016-09-23 10:55:15 +01:00
Frederic Massart
a47e73ff7c
MDL-55594 output: Adding template name to filenotfound exception
...
Part of MDL-55071
2016-09-23 10:53:57 +01:00
Frederic Massart
386f269fae
MDL-55517 theme_noname: Style the login page
...
Part of MDL-55071
2016-09-23 10:53:30 +01:00
Frederic Massart
1fe8e35f54
MDL-55517 login: Converting login page to use renderer/renderable
...
Part of MDL-55071
2016-09-23 10:53:30 +01:00
Frederic Massart
1d987cae5f
MDL-55224 output: Support automatic flipping to RTL styles
...
Part of MDL-55071
2016-09-23 10:49:49 +01:00
Frederic Massart
65b8336ed3
MDL-55286 theme: Support compiling SCSS on-demand from a theme
...
Part of MDL-55071
2016-09-23 10:49:49 +01:00
Cameron Ball
676e5dcdcc
MDL-56072 filelib: Add new groups and extensions.
...
This patch adds the following groups:
* html_audio: For source files of <audio> tags
* html_video: For source files of <video> tags
* html_track: For source files of <track> tags
It also adds the .vtt extension for track sources, and the flac
extension.
2016-09-23 14:13:48 +08:00
Russell Smith
58665ecd62
MDL-39117 cachestore_apcu: Update to APCu
...
We now use APCu as it's support by PHP7 and provides the
functionality we need.
2016-09-22 11:58:27 +10:00
Dan Poltawski
948e6e3fca
MDL-48766 lib: fix another stupid case sensitivity issue
2016-09-21 09:31:54 +01:00
Eloy Lafuente (stronk7)
349a6430e6
Merge branch 'MDL-45752_m32v3' of https://github.com/sbourget/moodle
2016-09-20 17:36:51 +02:00
Andrew Nicols
674de8e51e
Merge branch 'MDL-55191_master' of git://github.com/dmonllao/moodle
2016-09-20 11:41:03 +08:00
David Monllao
9b0cc781c5
Merge branch 'MDL-48766-master' of git://github.com/danpoltawski/moodle
2016-09-19 16:38:17 +08:00
Dan Poltawski
eacc36a26b
MDL-48766 lib: Import MaxMind GeoIP2 PHP API
...
No changes from the upstream version have been made, it is recommended by
upstream to install these depdencies via composer - but the composer
installation is bundled with a load of test files, shell scripts etc (and
we don't use composer to manage 'production dependencies') so we have to
do it manually.
2016-09-19 08:59:38 +01:00
Damyon Wiese
644fcbb629
MDL-55837 themes: base and canvas themes removed
...
Look for them in the plugins DB if you still need them.
2016-09-19 13:35:13 +08:00
Juan Leyva
08d7965e63
MDL-55928 gradereport_user: New WS for retrieve grade items
...
It includes a refactor of the complete externallib.
Previously it was not possible to filter the report by groups.
2016-09-16 09:55:14 +01:00
David Monllao
e71061a22b
MDL-55191 search: Generate an search result viewed event
2016-09-15 09:36:49 +08:00
Stephen Bourget
768e3613a9
MDL-45752 Course: Add additional events
2016-09-13 19:23:59 -04:00
David Monllao
1ef29fd28f
MDL-55755 search: Correct event link
2016-09-09 07:57:22 +08:00
Cameron Ball
ab3759fff5
MDL-55404 core_upgrade: Add libcurl environment checks
...
This patch adds logic to test whether or not the
libcurl (used by PHP/cURL) was compiled against a compatible
SSL/TLS library.
2016-09-06 11:34:46 +08:00
Eloy Lafuente (stronk7)
e1683ea5a3
Merge branch 'MDL-55239_m32v1' of https://github.com/sbourget/moodle
2016-09-05 19:23:13 +02:00
Eloy Lafuente (stronk7)
f30c075d69
Merge branch 'MDL-55663-master' of git://github.com/FMCorz/moodle
2016-09-05 18:06:40 +02:00
Eloy Lafuente (stronk7)
4bdb1298c4
Merge branch 'MDL-55237_master' of git://github.com/dmonllao/moodle
2016-08-30 12:54:46 +02:00
Frederic Massart
e5e2f39ed5
MDL-55663 filter: Filters could be incorrectly reported as inactive
2016-08-30 11:22:53 +08:00
David Monllao
8bee2d8df6
MDL-55237 core_component: Fix last namespace level matching
...
Thanks to Andreas Grabs for proposing a fix.
2016-08-30 11:15:27 +08:00
Simey Lameze
b02e738c4f
MDL-55710 core: Add support for doughnut charts
2016-08-26 13:30:02 +08:00
Simey Lameze
c574995dde
MDL-55665 core: Add support for stacked bar charts
2016-08-26 13:30:01 +08:00
David Monllao
bae868b903
Merge branch 'MDL-55385_master' of https://github.com/marxjohnson/moodle
2016-08-24 08:24:21 +08:00