Simey Lameze
f096f1bdd3
MDL-56013 lib: Create a page to test Chart.js
2016-09-21 08:25:13 +08:00
Simey Lameze
e38239b487
MDL-56013 lib: Upgrade Chart.js to version 2.2.2
2016-09-21 08:25:13 +08:00
Eloy Lafuente (stronk7)
349a6430e6
Merge branch 'MDL-45752_m32v3' of https://github.com/sbourget/moodle
2016-09-20 17:36:51 +02:00
Eloy Lafuente (stronk7)
73b2a94c7f
MDL-55405 enrol_paypal: Fix set_context() call
...
Note that setting the page context more than once is not ideal
but as far as system->course switches are allowed, this should
not hurt, while providing more accurate messages than keeping
system context.
2016-09-20 12:27:35 +02:00
Eloy Lafuente (stronk7)
43f53ded83
Merge branch 'MDL-55405-master' of git://github.com/cameron1729/moodle
2016-09-20 12:21:37 +02:00
Eloy Lafuente (stronk7)
ce7863ba36
Merge branch 'MDL-55124' of https://github.com/mr-russ/moodle
2016-09-20 12:13:10 +02:00
Russell Smith
f834a8f5eb
MDL-55124 database: Allow option to not send options.
...
pgbouncer doesn't accept the PostgreSQL options command as it can't
process it. If you are using pgBouncer you need to make sure your
database is configured to set client encoding and standard_conforming_strings
correctly on each connection. pgBouncer can do this, as can ALTER
commands.
Also using sockets without a filename did not allow different ports to work.
This is because you either specify a filename which includes a port or
you just specify a port and libpq works out the correct socket location.
2016-09-20 19:53:01 +10:00
Juan Leyva
fad980b26f
MDL-55785 mod_glossary: Check user can create new entries
2016-09-20 10:52:53 +01:00
Juan Leyva
f0e1808fc4
MDL-55785 mod_glossary: New Web Service mod_glossary_add_entry
2016-09-20 10:52:53 +01:00
Juan Leyva
e6de11d7b7
MDL-55785 mod_glossary: Move edit.php code to new lib function
...
Most of the code that was in mod/glossary/edit.php has been moved to
mod/glossary/lib.php:glossary_edit_entry
2016-09-20 10:48:41 +01:00
Juan Leyva
114eaf519d
MDL-55740 assign: Add assignment WS to the mobile service
...
* mod_assign_submit_grading_form
* mod_assign_get_participant to the mobile service
2016-09-20 10:31:50 +01:00
Sam Hemelryk
cb3e2e144a
MDL-39117 cachestore_apc: imported into core
2016-09-20 18:52:03 +10:00
Dan Poltawski
89ae98f134
Merge branch 'MDL-55916-maintmode-503-moodle' of https://github.com/brendanheywood/moodle
2016-09-20 09:31:41 +01:00
Cameron Ball
4abbb4180b
MDL-55405 enrol_paypal: Create utility class
...
Some helper functions were in the IPN file. They really should be
in their own utility class to facilitate better testing.
2016-09-20 12:38:31 +08:00
Andrew Nicols
2fc56dd571
MDL-51361 backup: Documentation phpcs fix
2016-09-20 12:21:41 +08:00
Andrew Nicols
91d52985c5
Merge branch 'MDL-51361' of https://github.com/bostelm/moodle
2016-09-20 11:58:24 +08:00
Andrew Nicols
674de8e51e
Merge branch 'MDL-55191_master' of git://github.com/dmonllao/moodle
2016-09-20 11:41:03 +08:00
Andrew Nicols
5a766a9e21
MDL-55327 mod_lesson: Whitespace fix
2016-09-20 11:19:28 +08:00
Andrew Nicols
25804281f1
Merge branch 'wip-MDL-55327-master' of git://github.com/abgreeve/moodle
2016-09-20 11:15:54 +08:00
Adrian Greeve
329b68c9ca
MDL-55327 mod_lesson: Behat test for page duplication.
2016-09-20 10:36:13 +08:00
Adrian Greeve
f847669e33
MDL-55327 mod_lesson: Unit tests for the new function
2016-09-20 10:36:13 +08:00
Adrian Greeve
9f937c3bb3
MDL-55327 mod_lesson: Added the ability to duplicate pages.
2016-09-20 10:36:13 +08:00
Brendan Heywood
f1c6d647bc
MDL-55916 setup: Maintenance mode serves HTTP 503
2016-09-20 11:59:39 +10:00
Marina Glancy
2b1c3e4d68
MDL-55990 tags: remove unnecessary index creation
2016-09-20 09:30:40 +08:00
Andrew Nicols
77391e9f09
Merge branch 'MDL-55876-master' of git://github.com/lameze/moodle
2016-09-20 09:10:43 +08:00
Adrian Greeve
6965ffe041
MDL-55519 activities: mform element shows correct maxgrade.
...
In certain circumstances the max grade value would revert
back to the default max grade value.
2016-09-20 08:56:24 +08:00
Andrew Nicols
13c8792606
Merge branch 'MDL-55586-master' of https://github.com/StudiUM/moodle
2016-09-20 08:17:37 +08:00
Eloy Lafuente (stronk7)
0f4b338fbb
Merge branch 'wip-mdl-55379' of https://github.com/rajeshtaneja/moodle
2016-09-20 02:06:32 +02:00
Eloy Lafuente (stronk7)
8dcc999d96
Merge branch 'wip-MDL-55827-master' of git://github.com/marinaglancy/moodle
2016-09-20 01:02:06 +02:00
Eloy Lafuente (stronk7)
55a1e66cfc
Merge branch 'MDL-55856-master' of git://github.com/danpoltawski/moodle
2016-09-20 00:51:36 +02:00
Ruslan Kabalin
8292fa8184
MDL-55776 enrol: Optimise enrolled users listing.
...
Here we optimise SQL queries for enrolled users list. Expensive subquery is
replaced with faster LEFT JOIN and the whole groups filtering component is
aded on demand.
2016-09-19 23:46:28 +02:00
Ruslan Kabalin
d76749b42c
MDL-55776 enrol: Add unit tests for enrolment manager.
2016-09-19 23:46:20 +02:00
AMOS bot
dbe75154b6
Automatically generated installer lang files
2016-09-20 00:04:28 +08:00
Issam Taboubi
0d12feb6c8
MDL-55586 report_competency: Translation strings in competencies
2016-09-19 12:02:54 -04:00
Issam Taboubi
c2cd126033
MDL-55586 blocks_lp: Translation strings in competencies
2016-09-19 12:01:19 -04:00
Dan Poltawski
771a8d3394
Merge branch 'wip-mdl-55117' of https://github.com/rajeshtaneja/moodle
2016-09-19 11:39:41 +01:00
Dan Poltawski
a2184f971f
Merge branch 'master_MDL-55820' of git://github.com/danmarsden/moodle
2016-09-19 11:32:19 +01:00
Dan Poltawski
daa571af9f
Merge branch 'MDL-55944' of https://github.com/mr-russ/moodle
2016-09-19 11:25:12 +01:00
Eloy Lafuente (stronk7)
cecba1d92e
Merge branch 'wip-MDL-29332-master-3' of git://github.com/marinaglancy/moodle
2016-09-19 11:51:08 +02:00
Dani Palou
d33c67bc47
MDL-56019 ws: Use itemid null when getting modules intro
2016-09-19 11:33:55 +02:00
Dan Poltawski
a878a09bce
MDL-48766 thirdpartylibs: fix incorrect casing on path
2016-09-19 10:30:34 +01: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
c307689792
MDL-48766 tests: move from Liberec to Cambridge
...
(liberec ip seemed to have been identified as a new location nearby now,
hoping cambridge will be stable)
2016-09-19 08:59:39 +01:00
Dan Poltawski
0ddc7e5582
MDL-48766 lib: remove unused pear::Net::GeoIP
...
This was used for the previous geoip database.
2016-09-19 08:59:39 +01:00
Dan Poltawski
3fad0f1a24
MDL-48766 iplookup: Update to geoip2 db to support ipv6
...
The previous maxmind geoip database is now legacy and the GeoIP2
version supports ipv6.
2016-09-19 08:59:39 +01: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
Simey Lameze
12b9401602
MDL-55876 core_course: prevent changes on front page course
2016-09-19 15:45:43 +08:00
David Monllao
9df9382e4d
Merge branch 'MDL-42041-master' of git://github.com/andrewnicols/moodle
2016-09-19 15:08:56 +08:00
David Monllao
564cabb97a
MDL-55837 theme_base: Remove missing file
...
Probably missed during rebase.
2016-09-19 14:59:56 +08:00
David Monllao
073163ffc3
Merge branch 'MDL-55837-master' of git://github.com/damyon/moodle
2016-09-19 14:15:59 +08:00