Jun Pataleta
ae82333cf2
weekly release 3.3.9+
2019-02-01 08:57:00 +08:00
Jun Pataleta
0c5e1ca0d2
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2019-02-01 08:56:58 +08:00
Eloy Lafuente (stronk7)
1ef6a4c080
Merge branch 'MDL-64737-33-attoprivacysql' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2019-01-31 22:48:43 +01:00
David Mudrák
c2b73b54eb
MDL-64737 editor_atto: Fix the privacy export_user_data() implementation
...
Multiple issues fixed:
* Fixed order of the statements to avoid access to undefined variables.
* Fixed population of the SQL query parameter to make sure they match
the placeholder in the query.
* Fixed missing table aliases in the second query to make sure the query
actually works as expected.
2019-01-31 19:24:26 +01:00
David Mudrák
1f47c7fc7b
MDL-64737 privacy: Fix privacy provider testsuite file names
...
Only files ending with "_test.php" suffix are implicit part of a
testsuite. So these two were not actually executed.
2019-01-31 19:24:26 +01:00
AMOS bot
4da970984c
Automatically generated installer lang files
2019-01-30 00:10:40 +00:00
AMOS bot
d3b93323c4
Automatically generated installer lang files
2019-01-22 00:10:22 +00:00
AMOS bot
b68e858798
Automatically generated installer lang files
2019-01-10 00:09:05 +00:00
AMOS bot
d02dc6a763
Automatically generated installer lang files
2018-12-19 00:09:35 +00:00
AMOS bot
12cd92baa6
Automatically generated installer lang files
2018-12-07 00:09:55 +00:00
AMOS bot
d99ea30311
Automatically generated installer lang files
2018-11-30 00:08:02 +00:00
AMOS bot
472746d97e
Automatically generated installer lang files
2018-11-29 00:08:48 +00:00
David Monllao
d23d50025e
weekly release 3.3.9+
2018-11-28 11:23:24 +01:00
David Monllao
43f7bb1815
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-11-28 11:23:22 +01:00
David Mudrák
c041f919f0
MDL-64205 privacy: Delete orphaned data request records on upgrade
...
As a result of the bug, some requests can be orphaned - the linked user
record may not exist any more. This is a cleanup of such records.
2018-11-27 09:52:11 +01:00
David Mudrák
32b1faf8b7
MDL-64205 users: Do not delete the actual records of unconfirmed users
...
There is an automatic data privacy request created to get rid of all the
personal data upon the user deletion. With the actual user record
absent, the data privacy requests page throws an error. Let's do here
same as we do in `delete_incomplete_users_task` and let us not delete
the actual user record.
2018-11-27 09:49:42 +01:00
AMOS bot
d2a2855501
Automatically generated installer lang files
2018-11-23 00:07:49 +00:00
David Monllao
f66db7a52b
weekly release 3.3.9+
2018-11-20 15:12:07 +01:00
David Monllao
a6e6765bf1
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-11-20 15:12:06 +01:00
David Mudrák
a00ea08b58
MDL-63994 auth_cas: Include the login token in the simulated login form
...
The CAS login process relies on the standard authenticate_user_login()
call to set up the user. So we need to inject the login token to pass
the validation.
2018-11-15 21:20:13 +01:00
David Mudrák
1fcfd1b90e
MDL-63994 login: Improve the logintoken param input
...
The logintoken is supposed to arrive as a part of the login form ($frm)
together with the username and password. So it should be handled the
same way - including the opportunity for the auth plugins to provide the
form data via the loginpage_hook().
This also implies that only logintoken coming as a part of the POST
request are taken into account, which is a good thing and another thin
layer in this security mechanism.
2018-11-15 21:20:12 +01:00
David Mudrák
8324204f6d
MDL-63994 login: Clarify inline comments on loginpage_hook() usage
...
While working on the issue, I found these inline comments outdated and
confusing. The auth plugin types can implement a loginpage_hook()
method, the purpose of which is to inject the $user and/or $frm into
this login/index.php script. The new comments should make it more clear.
Note the second comment mentioned a prelogin_hook() which was an old
name of what is now called loginpage_hook(). It had nothing to do with
the existing pre_loginpage_hook() and was only confusing.
2018-11-15 21:20:12 +01:00
AMOS bot
00282f1c56
Automatically generated installer lang files
2018-11-13 00:07:55 +00:00
Eloy Lafuente (stronk7)
5c5ee48bf6
Moodle release 3.3.9
2018-11-10 20:36:16 +01:00
Eloy Lafuente (stronk7)
040430abff
weekly release 3.3.8+
2018-11-10 12:53:14 +01:00
Eloy Lafuente (stronk7)
2582943f92
Merge branch 'MDL-63960-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-11-10 10:28:39 +01:00
Andrew Nicols
97e8c0abce
MDL-63960 dataprivacy: Do not perform strict type checks for id
...
When inherit is specified in the data registry it is stored as a
string and we cannot perform a strict comparison with it.
We should still compare strict comparison checks against null, or false,
but not for the NOTSET (0) or INHERIT values (-1).
2018-11-10 15:34:11 +08:00
Eloy Lafuente (stronk7)
51894a816f
MDL-63919 tool_dataprivacy: admin & notify fixes
...
This includes the following:
1) Replace $ADMIN->id by get_admin()->id. The former doesn't exist.
2) Only change the notify parameter when it has not been specified
at creation time (null). If specified, observe it.
3) Set the current user in tests to admin, able to create those
requests.
2018-11-10 11:01:14 +08:00
Andrew Nicols
c0ac0bd256
MDL-62564 tool_dataprivacy: Do not delete deleted user
...
This also ensures that we do not call delete_user on an already deleted
user.
2018-11-09 17:37:27 +08:00
Jun Pataleta
a5c5651a0f
Merge branch 'MDL-63942-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-11-09 11:42:11 +08:00
Andrew Nicols
01e64f89c7
Merge branch 'MDL-63919-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-11-09 10:53:48 +08:00
Andrew Nicols
a505a4abd7
MDL-63942 dataprivacy: Disable deleted user task by default
2018-11-09 09:39:35 +08:00
Eloy Lafuente (stronk7)
c587194dee
Merge branch 'MDL-62564-integration-33-1' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-11-08 16:50:45 +01:00
Mihail Geshoski
76c9202996
MDL-63919 privacy: Store the creation method of the data request
2018-11-08 14:50:36 +08:00
Mihail Geshoski
752b63d574
MDL-63919 privacy: Disable notifications for auto created data requests
2018-11-08 14:50:36 +08:00
Mihail Geshoski
4cd4b14df2
MDL-62564 privacy: Create request for deleted users when setting enabled
2018-11-08 10:27:26 +08:00
Mihail Geshoski
a49f5519e2
MDL-62564 privacy: Improve bulk deletion
2018-11-08 10:26:40 +08:00
Mihail Geshoski
d494848985
MDL-62564 privacy: Add unit tests
2018-11-08 10:15:59 +08:00
Jun Pataleta
950da9db66
MDL-63183 auth_shibboleth: Don't render page when already logged in
2018-11-06 19:10:58 +01:00
Jun Pataleta
d3c9d9306c
MDL-63183 auth_shibboleth: Add hidden login token in guest login form
2018-11-06 19:10:58 +01:00
Damyon Wiese
ff7941f00e
MDL-63183 auth: Login protection
...
CSRF protection for the login form. The authenticate_user_login function was
extended to validate the token (in \core\session\manager) but by default it
does not perform the extra validation. Existing uses of this function from
auth plugins and features like "change password" will continue to work without
changes. New config value $CFG->disablelogintoken can bypass this check.
2018-11-06 19:10:58 +01:00
Eloy Lafuente (stronk7)
a02c72d8bb
weekly release 3.3.8+
2018-11-06 19:06:35 +01:00
Eloy Lafuente (stronk7)
3d1ee2568e
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-11-06 19:06:33 +01:00
Andrew Nicols
bb560c7012
Merge branch 'MDL-62563-33-3' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-11-06 09:57:19 +08:00
AMOS bot
0e8ebb0ead
Automatically generated installer lang files
2018-11-06 00:07:43 +00:00
Mihail Geshoski
0375eb8488
MDL-62563 privacy: Create delete data request for existing deleted users
2018-11-05 16:29:47 +08:00
Mihail Geshoski
1f258e679a
MDL-62563 privacy: Add unit tests
2018-11-05 16:22:17 +08:00
Eloy Lafuente (stronk7)
13d2621e23
weekly release 3.3.8+
2018-11-02 21:08:30 +01:00
David Monllao
2709ae4dcc
Merge branch 'MDL-62601-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-10-31 06:47:59 +01:00
Andrew Nicols
9aa05ccfdd
MDL-62601 core_privacy: Ensure providers can handle deleted users
2018-10-31 13:44:51 +08:00
Andrew Nicols
6855ebb1eb
MDL-62601 editor_atto: Do not use context_user
2018-10-31 13:44:51 +08:00
Eloy Lafuente (stronk7)
3d1949af87
weekly release 3.3.8+
2018-10-30 18:23:58 +01:00
Andrew Nicols
3cda2cab0e
Merge branch 'MDL-63626-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-10-30 11:00:43 +08:00
Andrew Nicols
e899bccd8e
MDL-63267 privacy: Remove use of int hints
2018-10-28 18:16:12 +08:00
Andrew Nicols
a94a0c565b
MDL-63267 core_grading: More Fix 5.6 type hints
2018-10-27 19:55:13 +08:00
Andrew Nicols
1171be0c0a
MDL-63267 core_grading: Fix 5.6 type hints
2018-10-27 19:52:37 +08:00
Andrew Nicols
12963c1460
Merge branch 'MDL-63267-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2018-10-27 19:30:23 +08:00
Tim Lock
d5fea5ba37
MDL-63267 tool_privacy: Handle modules without privacy support.
2018-10-26 18:51:38 -04:00
Adrian Greeve
76a361a821
MDL-63267 grading methods: Unit test update for fix.
2018-10-26 18:51:38 -04:00
Adrian Greeve
fb1740d897
MDL-63267 grading methods: Fix for multiple intances.
...
We were only exporting the one instance per item id.
Instead we should have been exporting all instances for each
item id.
2018-10-26 18:51:38 -04:00
Adrian Greeve
95433e3763
MDL-63267 tool_dataprivacy: Registry shows deprecated interfaces.
2018-10-26 18:51:38 -04:00
Adrian Greeve
af7362c323
MDL-63267 privacy: Create deprecated provider interface.
...
Any interfaces that have become deprecated should extend
this interface.
2018-10-26 18:51:38 -04:00
Adrian Greeve
07d283e56e
MDL-63267 core_grading: Unit test for new methods.
2018-10-26 18:51:38 -04:00
Adrian Greeve
f1608e1184
MDL-63267 mod_assign: Update to providers to include adv grading.
2018-10-26 18:51:38 -04:00
Adrian Greeve
958dfb534d
MDL-63267 core_grading: Update to providers and interface.
...
The previous interface was inadequate for retrieving user
information stored in the sub-plugins.
A new interface and methods have been added to successfully
deal with user data.
2018-10-26 18:51:31 -04:00
Eloy Lafuente (stronk7)
aa561d76e8
weekly release 3.3.8+
2018-10-26 18:05:00 +02:00
Eloy Lafuente (stronk7)
fd497585a8
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-10-26 18:04:58 +02:00
Eloy Lafuente (stronk7)
62c1be5b19
Merge branch 'MDL-62904-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-10-26 00:04:09 +02:00
Andrew Nicols
258057604b
MDL-63619 tool_dataprivacy: Cache purposes in form
2018-10-24 08:56:04 +08:00
Andrew Nicols
e21e6d3d5b
MDL-63619 tool_dataprivacy: Performance improvement
2018-10-24 08:56:04 +08:00
Andrew Nicols
dbf4da68de
MDL-63619 tool_dataprivacy: Fix inheritance from parent contexts
...
Inheritance should behave such that all contexts inherit from their
parent context.
Prior to this fix, if the value was not set on a context, then it was
getting a default of 'Inherit', but instead of inheritting from the
parent context, it was inheritting from its parent context _level_ which
is just wrong.
2018-10-24 08:56:04 +08:00
AMOS bot
20f17d1ee3
Automatically generated installer lang files
2018-10-22 00:07:36 +00:00
Eloy Lafuente (stronk7)
a0d09bb67e
weekly release 3.3.8+
2018-10-19 17:10:47 +02:00
Eloy Lafuente (stronk7)
fc77529235
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-10-19 17:10:45 +02:00
AMOS bot
de2c1990eb
Automatically generated installer lang files
2018-10-19 00:08:27 +00:00
Eloy Lafuente (stronk7)
f8191ba10f
Merge branch 'MDL-63632-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-10-18 02:39:43 +02:00
AMOS bot
3ea8d9d89a
Automatically generated installer lang files
2018-10-18 00:07:44 +00:00
Andrew Nicols
ceb8d8dc60
MDL-63632 forum: Delete where not discussion author
2018-10-18 07:20:29 +08:00
Jun Pataleta
4f232817c2
MDL-62904 tool_dataprivacy: Add data request links in profile page
2018-10-17 16:44:09 +08:00
Eloy Lafuente (stronk7)
dabce49529
weekly release 3.3.8+
2018-10-16 16:05:28 +02:00
Eloy Lafuente (stronk7)
67cc6f70c1
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-10-16 16:05:26 +02:00
Andrew Nicols
33adcf9926
Merge branch 'MDL-63421_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-10-16 08:56:20 +08:00
AMOS bot
7d3536fb48
Automatically generated installer lang files
2018-10-15 00:07:35 +00:00
Shamim Rezaie
0d7f464d4b
MDL-63626 mod_quiz: Fixed a bug when there was no attempt on the quiz
2018-10-12 01:02:16 +11:00
Eloy Lafuente (stronk7)
629a97d5c1
weekly release 3.3.8+
2018-10-11 13:22:43 +02:00
Eloy Lafuente (stronk7)
16f8828e9f
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-10-11 13:22:40 +02:00
AMOS bot
fbfa3a0bd2
Automatically generated installer lang files
2018-10-11 00:07:33 +00:00
AMOS bot
bb9bb21546
Automatically generated installer lang files
2018-10-10 00:07:30 +00:00
Eloy Lafuente (stronk7)
b1da31a63e
Merge branch 'MDL-62395-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-10-09 23:07:07 +02:00
Eloy Lafuente (stronk7)
c165ee4890
Merge branch 'MDL-63401-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-10-09 11:36:58 +02:00
Adrian Greeve
0446552496
MDL-62491 core_privacy: php 5.6 fix for using current()
2018-10-09 16:22:25 +08:00
Jun Pataleta
7e954344d2
Merge branch 'MDL-62491-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-10-09 14:39:25 +08:00
Adrian Greeve
efd6748031
MDL-62491 navigation: Update to tree.js to allow callbacks.
2018-10-09 14:33:16 +08:00
Adrian Greeve
493f79cc6a
MDL-62491 mod_assign: Fill in the rewrite plugin urls properly.
2018-10-09 14:33:16 +08:00
Adrian Greeve
0231ce53b1
MDL-62491 core_privacy: Add html files to the user data export.
...
This adds html to the data export that allows for easier navigation
and reading of data.
2018-10-09 14:33:16 +08:00
Andrew Nicols
222c900018
MDL-63401 tool_dataprivacy: Change default for require end date
...
We should preserve the existing behaviour.
2018-10-09 08:32:18 +08:00
Andrew Nicols
e4d181c4de
MDL-63401 tool_dataprivacy: Simplify where processing
2018-10-09 08:22:26 +08:00
Andrew Nicols
56b96699a6
MDL-63401 tool_dataprivacy: Move final cap check to endpoint
2018-10-09 08:22:26 +08:00
Andrew Nicols
5bc61c9686
MDL-63401 tool_dataprivacy: Allow expiriration of users without end date
2018-10-08 20:54:22 +08:00
Andrew Nicols
62165df6dd
MDL-63401 tool_dataprivacy: Rewrite expired deletion handling
...
This change rewrites the way in which expiry is calculated and addresses
a number of closely related issues:
Users can customise, and add blocks with data to, their dashboard. When
a user had done so, the user could be flagged for deletion, but the
blocks in their Dashboard were subject to the default block retention
policy. In addition there is no way to override the retention policy for
user blocks.
This change modifies the structure of the expiry mechanism:
- to consider any subcontext of the user context to be a part of the user
context during calculation. User child contexts are not the property
of the system, and should not be treated separately.
- the way in which the context expiry mechanism worked was to select
use a multiple different managers based solely on the context level.
Because of the use of user blocks, this proved to be unreliable as
blocks has been attributed purely to courses.
This has been changed to a single manager which is aware of hierarchy
and deletions as a whole.
- to prepare for upcoming work relating to more detailed expiry
mechanisms, a new expiry_info class is introduced and used to
merge the expiry of child contexts into a working in-memory view.
This changeset includes extensive unit tests.
2018-10-08 20:54:20 +08:00
Andrew Nicols
0cd43cccbf
MDL-63401 core: Do not delete the user context
...
As long as we have a user record, we should not delete the context which
relates to it.
2018-10-08 20:54:00 +08:00
Andrew Nicols
0b9cf6ba5e
MDL-63401 tool_dataprivacy: Move cap checks to endpoints from API
2018-10-08 20:54:00 +08:00
Eloy Lafuente (stronk7)
6ef7759473
MDL-63421 env: Moodle 3.4.x and 3.5.x do not support PHP 7.3
2018-10-05 13:38:40 +02:00
Eloy Lafuente (stronk7)
6816976c3b
weekly release 3.3.8+
2018-10-05 12:27:53 +02:00
Jun Pataleta
6e7a73c16d
MDL-62395 tool_dataprivacy: Purpose name and description in one column
...
* Show the purpose's name and description under one column.
2018-10-05 09:29:12 +08:00
Jun Pataleta
6fc275038c
MDL-62395 tool_dataprivacy: Fix tables display
...
* Use standard Bootstrap4 table classes for the categories and purposes
tables.
* Set 25% width for the name and description columns of the purposes
table.
* Set 50% width for the description column of the categories table.
2018-10-05 09:29:12 +08:00
AMOS bot
41548fb26e
Automatically generated installer lang files
2018-10-04 00:07:37 +00:00
Eloy Lafuente (stronk7)
082ef8ef3c
weekly release 3.3.8+
2018-09-27 15:17:50 +02:00
Andrew Nicols
371168e848
Merge branch 'MDL-63346_33' of https://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-09-25 09:13:44 +08:00
Eloy Lafuente (stronk7)
982839422f
weekly release 3.3.8+
2018-09-20 12:11:59 +02:00
Eloy Lafuente (stronk7)
cc22614602
MDL-63346 nodejs: Bump to created from scratch shrinkwrap file
...
Steps:
- remove node_modules & npm-shrinkwrap.json
- npm cache clear --force
- npm install
- npm shrinkwrap
2018-09-20 10:56:29 +02:00
Eloy Lafuente (stronk7)
094fa8ce8a
MDL-63346 travis: GRUNT job immune to npm-shrinkwrap.json changes
...
When upgrading nodejs/npm versions, there are modifications to
different packages or to the format of the npm-shrinkwrap.json
file. Usually that leads to failed jobs untill the bundled file
is updated.
To avoid that, we just ignore the npm-shrinkwrap.json file, so
just the REAL modifications in css/js/ignore stuff are considered.
2018-09-20 10:55:20 +02:00
Eloy Lafuente (stronk7)
eca5403915
Merge branch 'MDL-63116-33-1' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-09-18 23:54:41 +02:00
Mihail Geshoski
5924e71021
MDL-61908 privacy: Fix heading in data privacy pages
2018-09-18 18:51:43 +02:00
Eloy Lafuente (stronk7)
b9706f8cf3
Merge branch 'MDL-63109-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-09-18 18:32:26 +02:00
Mihail Geshoski
b17a7d65a7
MDL-63109 privacy: Add behat tests
2018-09-18 15:08:54 +08:00
Mihail Geshoski
558126aee6
MDL-63109 privacy: Fix the initialisation of the policy acceptance modal
2018-09-18 15:05:15 +08:00
Eloy Lafuente (stronk7)
1cec2b9041
Merge branch 'MDL-63009-33' of git://github.com/mickhawkins/moodle into MOODLE_33_STABLE
2018-09-17 23:31:38 +02:00
Eloy Lafuente (stronk7)
5279b38c8b
Merge branch 'MDL-63184-33-2' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-09-17 23:11:54 +02:00
Jun Pataleta
286e9ef666
MDL-63184 tool_dataprivacy: Ensure PO roles have correct capability
2018-09-17 22:36:16 +08:00
David Monllao
026b1ffe51
Merge branch 'MDL-62554-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-09-17 13:46:17 +02:00
Mihail Geshoski
6eddcd1310
MDL-63116 privacy: Add bulk actions to the privacy request table
2018-09-17 08:28:28 +08:00
Mihail Geshoski
4bb3e3fccf
MDL-63116 privacy: Add behat tests
2018-09-17 08:28:28 +08:00
Mihail Geshoski
be23442e17
MDL-63116 privacy: Add unit tests
2018-09-17 08:28:28 +08:00
Eloy Lafuente (stronk7)
e75470d531
weekly release 3.3.8+
2018-09-14 11:06:45 +02:00
Eloy Lafuente (stronk7)
c9a28c645b
MDL-61169 iplookup: Change to another block still remaining to SF
2018-09-13 19:07:07 +02:00
Jun Pataleta
df84f822bf
MDL-62554 tool_dataprivacy: Integration review fixes
2018-09-13 14:58:27 +08:00
Michael Hawkins
4ca488c639
MDL-63009 tool_dataprivacy: Added site name/link to request emails
2018-09-12 17:50:38 +08:00
Jun Pataleta
745f6e7f61
MDL-62554 tool_dataprivacy: Bump version for new WS functions
2018-09-10 12:21:40 +08:00
Jun Pataleta
f5b95df245
MDL-62554 tool_dataprivacy: Fix display of activity options
2018-09-10 12:21:40 +08:00
Jun Pataleta
12131e4806
MDL-62554 tool_dataprivacy: Fix template for Bootstrapbase compatibility
2018-09-10 12:21:40 +08:00
Jun Pataleta
2dfd3b9839
MDL-62554 tool_dataprivacy: Remove defaults form
...
With the changes in this issue, this form is no longer being used.
2018-09-10 12:21:40 +08:00
Jun Pataleta
f68fe6bc00
MDL-62554 tool_dataprivacy: Behat tests for managing registry defaults
...
* Also new step definitions and generator for:
- Creating categories and purposes
- Assigning category and purpose to context instances.
2018-09-10 12:21:40 +08:00
Jun Pataleta
ea8b23542a
MDL-62554 tool_dataprivacy: Unit tests for new WS/API functions
2018-09-10 12:21:40 +08:00
Jun Pataleta
1a228ad894
MDL-62554 tool_dataprivacy: Fix fetching of default contexts
...
* We also need to handle default contexts for activities. If defaults
for an activity is set, fetch that. If not, fetch the defaults for
the context level.
2018-09-10 12:21:40 +08:00
Jun Pataleta
324e9a2800
MDL-62554 tool_dataprivacy: Allow setting of activity defaults
...
* Allow the setting of data registry defaults for activity modules.
* Rewrite the defaults page so that it uses templates.
* Use a tabbed layout for the defaults page that shows the default
category and purpose per context level.
* New API and web service functions that enables the setting of the
defaults.
2018-09-10 12:21:40 +08:00
Eloy Lafuente (stronk7)
c37329dc10
Moodle release 3.3.8
2018-09-08 16:49:39 +02:00
AMOS bot
c3dbe66477
Automatically generated installer lang files
2018-09-08 00:07:55 +00:00
Jun Pataleta
3bfd32be9b
weekly release 3.3.7+
2018-09-07 11:11:40 +08:00
Jun Pataleta
85a42937b9
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-09-07 11:11:11 +08:00
Jake Dallimore
c3db28fe90
Merge branch 'MDL-63302-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-09-06 09:25:10 +08:00
Jun Pataleta
2f1c8a398b
MDL-63302 tool_dataprivacy: Increment version of the merged plugin
...
This is to distinguish the versions available from the plugins directory
from the versions that are part of Moodle standard distribution.
2018-09-06 08:54:23 +08:00
Eloy Lafuente (stronk7)
e7c034a8d8
Merge branch 'MDL-63292-33-policyversion' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-09-05 21:10:48 +02:00
David Mudrák
5a6185300a
MDL-63292 tool_policy: Increment version of the merged plugin
...
This is to distinguish the versions available from the plugins directory
from the versions that are part of Moodle standard distribution.
2018-09-05 14:03:15 +02:00
Jake Dallimore
9ab746af27
MDL-62947 mod_feedback: fix feedback so it correctly uses forms API
...
Feedback code was doing the following, which is incompatible with the
sec-patched quickforms lib:
- appending '[0]' to non-group element names, meaning type checks in
getCleanType() were falling back to PARAM_RAW instead of PARAM_INT,
and meaning _findValue() was comparing elements it thought to be arrays
with scalar submit values (worked with eval() implementation as the 0th
element of a string was the character, but not working when patched).
- external unit tests incorrectly testing multichoice questions in the
process_page tests - patched lib highlighted failures.
It was also doing the following:
- actively setting null as default element values instead of 0 for
radio buttons and dropdowns (for 'not selected'). This is incompatible
with more recent quickforms lib (see MDL-63070).
- creating groups using addElement instead of addGroup - not recommended
This patch addresses the above.
2018-09-05 12:14:05 +08:00
Jake Dallimore
a21f18e947
MDL-62947 core_form: fix remote code execution exploit in QuickForms
...
Applies the patch found upstream:
https://github.com/pear/HTML_QuickForm/commit/
d3a6d5c44dedf3c164c6c79198e4ef479bcedcd2 and make util methods static
for php7 compatibility.
2018-09-05 12:14:05 +08:00
AMOS bot
711d42778a
Automatically generated installer lang files
2018-09-05 00:07:48 +00:00
Damyon Wiese
d2a497ee03
MDL-62748 course: maxsections is a limit
...
For course formats shipped with core, maxsections should be a limit to the number of sections
allowed in the course.
2018-09-04 14:40:43 +02:00
Mihail Geshoski
3f8dfe2ab7
MDL-62857 theme_boost: Better filtering on navbar / breadcrumbs
2018-09-04 14:40:43 +02:00
Tim Hunt
09cbca8566
MDL-62880 qtype_ddwtos: drop support for legacy import format
...
It was more than 8 years since we wrote in that format.
2018-09-04 14:40:43 +02:00
David Monllao
1c2efd6f1b
Merge branch 'MDL-62342-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-09-04 14:34:19 +02:00
Jun Pataleta
751bdfd50d
Merge branch 'MDL-60901_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-09-04 10:17:54 +08:00
Eloy Lafuente (stronk7)
19c1e9845b
MDL-60901 environment: 3.6 requirements
...
Changes include:
- MySQL 5.6 is required.
- PostgreSQL 8.4 is required.
- Oracle 11.2 is required.
- 64bits architecture is recommended.
2018-09-03 10:13:44 +02:00
Mihail Geshoski
64a736ee72
MDL-62342 privacy: Fix strings used in the consent on behalf modal
2018-09-03 13:02:16 +08:00
Mihail Geshoski
1f319dda3d
MDL-62342 privacy: Use singular/plural form in labels
2018-09-03 13:02:16 +08:00
AMOS bot
5790e87939
Automatically generated installer lang files
2018-09-02 00:07:46 +00:00
AMOS bot
40260a258f
Automatically generated installer lang files
2018-09-01 00:07:46 +00:00
Eloy Lafuente (stronk7)
86f3c074e9
weekly release 3.3.7+
2018-08-30 19:04:15 +02:00
Eloy Lafuente (stronk7)
cfac8bb5ab
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-08-30 19:04:12 +02:00
Jake Dallimore
772afa0f43
Merge branch 'MDL-63094-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-08-30 13:10:45 +08:00
Andrew Nicols
111ec01643
MDL-63094 tool_policy: Replace '×' with '.close'
...
This relates to MDL-59883, which was not backported to 33 and beyond.
2018-08-30 11:25:44 +08:00
AMOS bot
cf21130cc2
Automatically generated installer lang files
2018-08-30 00:08:24 +00:00
Eloy Lafuente (stronk7)
a454fd5f57
Merge branch 'MDL-63094-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-08-29 00:25:18 +02:00
Jun Pataleta
300e220dbc
MDL-63187 tool_dataprivacy: Reopen autocomplete on legal basis selection
...
* The multiselect autocomplete element closes after selection on 33. The
feature where it keeps open on multiselection has only been implemented
since 34 and up. So to select another legal basis, we need to reopen
the autocomplete element again.
2018-08-28 21:05:14 +08:00
Jake Dallimore
5432075187
Merge branch 'MDL-63101-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-08-28 16:56:32 +08:00
Eloy Lafuente (stronk7)
a51fa84f50
Merge branch 'MDL-62989-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-08-27 17:51:47 +02:00
Jun Pataleta
052d30081e
MDL-63187 tool_dataprivacy: Behat fixes for confirmation lang strings
2018-08-27 22:45:20 +08:00
David Monllao
ab883ad6b0
MDL-63187 tool_dataprivacy: Update delete purpose and category lang strings
2018-08-27 12:12:12 +02:00
David Monllao
6069d11046
Merge branch 'MDL-63187-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-08-27 11:59:37 +02:00
Andrew Nicols
1875af2207
MDL-63101 cache: Improve accuracy of cache event invalidation
2018-08-27 14:44:42 +08:00
Mihail Geshoski
65b8d2ab7d
MDL-62989 privacy: Improve data request order for users
2018-08-24 15:35:23 +08:00
Jake Dallimore
b39379cb98
weekly release 3.3.7+
2018-08-24 13:08:51 +08:00
Jun Pataleta
c840b579cb
MDL-63187 tool_dataprivacy: Improve confirm message lang strings
...
* Updated the delete confirmation messages so that the category/purpose
names are shown in italics. This makes it easier for the privacy officer
to see the category/purpose that is being deleted.
2018-08-23 16:59:13 +08:00
Jun Pataleta
784c21b116
MDL-63187 tool_dataprivacy: Behat tests for purposes/categories CRUD
2018-08-23 16:59:13 +08:00
Jun Pataleta
f423dd8ccf
MDL-63187 tool_dataprivacy: Fix delete button text
...
* No need to add the purpose/category name for the delete button itself
* Fix delete confirmation lang strings.
* Add button titles to Add purpose/category buttons so they can be
clicked on when running Behat tests.
2018-08-23 16:59:13 +08:00
Andrew Nicols
f5d57e74bf
MDL-63094 tool_policy: Fix the cookie banner to the bottom
...
Floating banners cause issues with clickability in Behat as it is unable
to understand that it cannot interact with the elements underneath the
floating banner, or that it needs to scroll the page so that the
required content is no longer beneath the floating banner.
Changing the banner to be fixed to the bottom of the page during Behat
runes is a reliable fix.
2018-08-22 11:00:08 +08:00
Andrew Nicols
e67669e638
MDL-63094 js: Do not check visibility before hiding backdrop
...
It's possible for the backdrop to be created during the show, before the
modal is actually fully shown.
This check is unnecessary because the getBackdrop() function always
returns a value and will always succeed.
2018-08-22 10:29:33 +08:00
Andrew Nicols
aa881b7717
MDL-63094 tool_policy: Fix race condition in modal display
...
The way in which the modal was displayed meant that there were no
pending JS items, whilst the modal was rendered, causing random behat
fails.
This JS has been restructured to create the Modal and pass it a set of
Promises for both the title, and body.
2018-08-22 10:28:45 +08:00
Andrew Nicols
19a94ef923
Merge branch 'MDL-62660_33' of https://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-08-22 08:05:03 +08:00
Eloy Lafuente (stronk7)
866d7a064a
MDL-62660 xmldb: fix tool_dataprivacy_request_>status to int(2)
...
So the new defined statuses fit in the column for all databases.
2018-08-22 00:08:01 +02:00
Andrew Nicols
1d5b6e94ee
Merge branch 'MDL-62660-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-08-21 11:14:34 +08:00
Jun Pataleta
014628c4c4
MDL-62660 tool_dataprivacy: Behat fix for data deletion
2018-08-21 10:39:12 +08:00
Jun Pataleta
61b0e103b7
MDL-62660 tool_dataprivacy: CI fixes
2018-08-21 09:52:59 +08:00
Jun Pataleta
2a0c44b56d
MDL-62660 phpunit: Remove setting of user when running adhoc tasks
...
Before 3.4 tasks can't run as specific users.
2018-08-21 09:52:59 +08:00
Michael Hawkins
ab79c7bf95
MDL-62660 tool_dataprivacy: Behat additions for deletion and data expiry
2018-08-21 09:52:59 +08:00
Michael Hawkins
4415985085
MDL-62660 tool_dataprivacy: Add and update PHPUnit tests
...
Updated tests with latest statuses.
Added testing for request download expiry functionality and method.
Added assign_site_dpo within a parent class for unit tests.
2018-08-21 09:52:59 +08:00
Michael Hawkins
83c83473f8
MDL-62660 tool_dataprivacy: Add scheduled task to expire data requests
2018-08-21 09:52:59 +08:00
Jun Pataleta
680b9186c7
MDL-62660 tool_dataprivacy: Fix version number in upgrade code
2018-08-21 09:52:59 +08:00
Michael Hawkins
3717d20a33
MDL-62660 tool_dataprivacy: Add ability to expire data requests
...
Also replaced Completed status with situation specific statuses.
Also improved UX on request pages in line with expiries and the aadditional statuses.
2018-08-21 09:52:59 +08:00
Andrew Nicols
e29b668d7b
MDL-62660 tool_dataprivacy: Add method for unit tests to run adhoc tasks
2018-08-21 09:52:59 +08:00
Eloy Lafuente (stronk7)
8987e225da
weekly release 3.3.7+
2018-08-17 17:37:34 +02:00
Eloy Lafuente (stronk7)
b96151e864
NOBUG: Fixed file access permissions
2018-08-17 17:37:34 +02:00
Eloy Lafuente (stronk7)
1c6f6505b9
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-08-17 17:37:32 +02:00
Damyon Wiese
884aa7b9f7
MDL-62884 privacy: Additional fix for popper.js
...
The older version of popper needs custom CSS to ensure the menus are
visible without scrolling.
2018-08-17 16:08:09 +08:00
Damyon Wiese
082f2f7dd8
MDL-62884 privacy: Fix styles
...
An action menu displayed inside a table needs to be tested on every theme. It is
required to ensure that the menu displays correctly, even when it would display outside
the scrollable region for the table.
2018-08-17 16:08:03 +08:00
Jake Dallimore
9bec7f417f
Merge branch 'MDL-63050-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-08-16 02:34:29 +02:00
Andrew Nicols
b3865f159b
Merge branch 'MDL-62600-33' of git://github.com/mickhawkins/moodle into MOODLE_33_STABLE
2018-08-16 02:34:26 +02:00
AMOS bot
f03a28c520
Automatically generated installer lang files
2018-08-16 00:08:36 +00:00
AMOS bot
68d882a927
Automatically generated installer lang files
2018-08-15 00:07:58 +00:00
Michael Hawkins
41b628707c
MDL-62600 tool_dataprivacy: Corrected availability of PO pages to admins
2018-08-14 13:20:14 +08:00
Karen Holland
2d287b27e3
MDL-62896 Privacy: External plugin Additional label update.
2018-08-14 08:06:14 +08:00
Andrew Nicols
b76d708315
Merge branch 'MDL-62799-33-2' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-08-13 13:55:20 +08:00
Jun Pataleta
1f2972764b
MDL-62799 core: Add tool_dataprivacy to list of standard plugins
2018-08-13 12:45:35 +08:00
Jun Pataleta
2161e3294d
MDL-62799 tool_dataprivacy: Add new data request modal type
...
* Add a new TYPE_ENQUIRY modal type for the data request modal AMD
module in order for it to be able to render the appropriate template
as required:
1. Use the tool_dataprivacy/data_request_modal template for data
export/deletion requests;
2. Or use the tool_dataprivacy/mark_request_complete_modal template
for general enquiries.
2018-08-13 12:27:07 +08:00
Jun Pataleta
898584944b
MDL-62799 tool_dataprivacy: Fix CiBoT complaints
2018-08-13 12:27:07 +08:00
Jun Pataleta
642ad98e28
MDL-62799 tool_dataprivacy: Move user generation within the test
...
Patch originally from MDL-62962.
2018-08-13 12:26:46 +08:00
sam marshall
6892904225
MDL-62799 tool_dataprivacy: Add capabilities to control data downloads
...
Patch originally from MDL-61652.
2018-08-13 12:26:30 +08:00
Jun Pataleta
5f7519ba19
MDL-62799 tool_dataprivacy: Behat tests for contacting PO
...
Patch originally from MDL-62026.
2018-08-13 12:26:07 +08:00
Jun Pataleta
2c904a6c87
MDL-62799 tool_dataprivacy: Allow manual completion of general enquiries
...
Patch originally from MDL-62026.
2018-08-13 12:25:34 +08:00
Jun Pataleta
91b38b5c30
MDL-62799 tool_dataprivacy: Merge the data privacy tool in 3.3
2018-08-13 09:22:49 +08:00
Eloy Lafuente (stronk7)
e60b5bd04d
weekly release 3.3.7+
2018-08-10 13:21:56 +02:00
Andrew Nicols
d54b8bb7ee
Merge branch 'MDL-62619_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-08-10 08:46:57 +08:00
Eloy Lafuente (stronk7)
a300c3479d
MDL-62619 privacy: Prevent action when boolean queries are involved
...
Before the patch, queries like:
SELECT 1 FROM dual UNION SELECT 2 FROM dual
were failing badly, with everything but the first numeric element
being ignored by the optimization.
So, being conservative, now we reduce the query being analysed,
ignoring any subquery, inline view (anything within parenthesis
in general) and, in the remaining query, if a boolean query (UNION,
MINUS, INTERSECT...) is found, we don't apply any optimization.
2018-08-09 16:12:58 +02:00
Eloy Lafuente (stronk7)
38174e03de
Merge branch 'MDL-62619-33-privacycontexts' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-08-08 01:03:29 +02:00
Andrew Nicols
0d21b5a2dc
MDL-62800 behat: Correct path to P&P
...
This commit was originally a part of MDL-62950
2018-08-07 14:12:51 +08:00
Andrew Nicols
a36a6e4491
Merge branch 'MDL-62800-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-08-07 12:14:25 +08:00
Mihail Geshoski
27621e4bfa
MDL-62800 tool_policy: Add policy plugin in standard_plugins_list()
2018-08-07 11:21:44 +08:00
sarjona
939ba8562b
MDL-62800 tool_policy: Merge the policy tool to 3.3
...
The following changes has been done from the original repo:
- Remove README.md, LICENSE.md and .travis.yml
- Review the version.php content, to look like a standard plugin
- Adapt jquery-eu-cookie-law-popup.js and readme_moodle.txt to remove the
eslint-ignore
2018-08-07 11:08:14 +08:00
Andrew Nicols
d94a35a5a4
weekly release 3.3.7+
2018-08-03 11:30:19 +08:00
Andrew Nicols
1f44dfad42
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-08-03 11:30:16 +08:00
Andrew Nicols
62ba30c11f
MDL-63050 cachestore_redis: Update hExists to check empty
2018-08-02 11:06:05 +08:00
Andrew Nicols
663c41bf76
MDL-63050 redis: Make session check compatible with Redis 4.0
2018-08-02 11:06:05 +08:00
AMOS bot
ded79d63d8
Automatically generated installer lang files
2018-07-28 00:09:05 +00:00
David Mudrák
d6dcfee9f5
MDL-62619 privacy: Fix a missing alias in the blog provider class
...
The new implementation revealed another existing bug that did not expose
before due to coincidently same named table alias in the outer query.
2018-07-27 10:14:28 +02:00
David Mudrák
bb478e8ddd
MDL-62619 privacy: Fix some bits of performance improvements
...
* We need to use is_numeric() in this case as is_int() would never
return true.
* Extend the supported cases, add support for SQL consisting just of
numerical value or selectinga numerical constant.
* Do not rely on any particulat letter case in provided SQL.
* Add unit tests for the new method. Even when it is a protected one, it
is an essential unit to be tested on its own.
2018-07-27 10:14:28 +02:00
Andrew Nicols
be6fc5b122
MDL-62619 privacy: Improve performance of contexts loading
...
When possible, we want to use JOIN over WHERE IN. It is known that the
later performs badly in MySQL.
2018-07-27 10:14:28 +02:00
Jun Pataleta
cad1e4f427
Merge branch 'MDL-62950-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-07-27 16:06:19 +08:00
Andrew Nicols
858cb072b1
MDL-62950 behat: Disable editing for boost test
2018-07-27 11:08:11 +08:00
Andrew Nicols
5ededd52c0
MDL-62950 behat: Correct path to P&P
2018-07-27 11:07:04 +08:00
Eloy Lafuente (stronk7)
cf31c73791
weekly release 3.3.7+
2018-07-26 19:56:40 +02:00
Eloy Lafuente (stronk7)
265894ee59
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-07-26 19:56:37 +02:00
Jun Pataleta
f1a57a3181
Merge branch 'MDL-62653-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-07-26 10:58:07 +08:00
Andrew Nicols
ce48eff24e
MDL-62653 cron: Fix tab => whitespace
2018-07-26 10:57:22 +08:00
Jun Pataleta
008b92bd0a
Merge branch 'MDL-62653-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-07-26 10:46:27 +08:00
Andrew Nicols
fe8ca8b78d
MDL-62653 behat: Ensure that tasks run properly from behat
2018-07-26 09:52:00 +08:00
Andrew Nicols
e5fe5da40c
MDL-62653 cron: Move adhoc task to separate fn
2018-07-26 09:23:17 +08:00
Jun Pataleta
d8d35d7c1f
Merge branch 'MDL-62781-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-07-18 10:03:46 +08:00
Jun Pataleta
680160dca4
MDL-62781 core_question: Remove unnecessary assertion
2018-07-18 10:00:05 +08:00
Tim Hunt
78315808b1
MDL-62781 question/privacy: fix tests with CodeRunner is installed
...
The tests were assuming that no plugin ever created questions on
install.
Also change the tests to do the counting in the DB. That is more
efficient.
2018-07-18 10:00:05 +08:00
AMOS bot
b67c98ca83
Automatically generated installer lang files
2018-07-18 00:07:51 +00:00
AMOS bot
d8eb85604f
Automatically generated installer lang files
2018-07-17 00:08:38 +00:00
Eloy Lafuente (stronk7)
027b757f20
Moodle release 3.3.7
2018-07-07 06:49:34 +02:00
Eloy Lafuente (stronk7)
a21351f43f
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-07-07 06:49:17 +02:00
AMOS bot
573fe725a4
Automatically generated installer lang files
2018-07-07 00:08:48 +00:00
AMOS bot
32bfc786df
Automatically generated installer lang files
2018-07-05 00:08:41 +00:00
Tim Hunt
3504a2a99f
MDL-62820 question import: properly escape output
2018-07-04 15:42:22 +08:00
Adrian Greeve
eca3395a70
MDL-62616 tool_log: Add a setting to disable exporting logs.
2018-07-04 10:01:07 +08:00
Marina Glancy
d5a8d310e0
MDL-62790 course: cap check in core_course_get_categories
2018-07-03 12:04:37 +08:00
Jake Dallimore
af89e5a896
weekly release 3.3.6+
2018-06-28 14:02:58 +08:00
Eloy Lafuente (stronk7)
31aa968f43
Merge branch 'wip-MDL-62755-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-06-28 01:57:03 +02:00
Adrian Greeve
560ddebb05
MDL-62755 mod_assign: Update to unit tests.
...
Overrides are now checked to be exported properly.
2018-06-25 09:54:19 +08:00
Adrian Greeve
45654c4813
MDL-62755 mod_assign: Fix override export problem.
...
The cutoffdate and allowsubmissionsfromdate were not
being exported.
2018-06-25 09:54:19 +08:00
Eloy Lafuente (stronk7)
ff3187ba50
weekly release 3.3.6+
2018-06-21 14:01:00 +02:00
Eloy Lafuente (stronk7)
f5d105b4e0
Merge branch 'MDL-62449-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-06-19 18:52:49 +02:00
David Monllao
6f2c8d1ca6
Merge branch 'MDL-62588-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-06-19 13:00:04 +02:00
Sara Arjona
10c6f9c88f
MDL-62449 scorm: Move related data to data in the privacy export
2018-06-18 10:45:08 +02:00
Sara Arjona
33e3839fdc
MDL-62449 scorm: Add SCORM data to privacy export (name, description)
2018-06-18 10:45:08 +02:00
Jun Pataleta
f60980615c
Merge branch 'MDL-62614-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-06-18 16:12:03 +08:00
Jun Pataleta
153f6546bb
Merge branch 'wip-MDL-62474-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-06-18 14:32:01 +08:00
Adrian Greeve
6acb8efc76
MDL-62474 theme_boost: Update to provider and unit test.
...
Theme boost contains a user preference which was not reported
before. Unit tests have been added to test the update.
2018-06-18 14:18:33 +08:00
Willian Mano
73e51962df
MDL-62474 theme_boost: Fix Boost privacy provider
2018-06-18 14:12:20 +08:00
Huong Nguyen
e56de91383
MDL-62614 Privacy: Core tag provider delete_item_tags function not work
2018-06-18 14:01:02 +08:00
Shamim Rezaie
68aabce476
MDL-62588 enrol_paypal: Add missing instanceid field
2018-06-18 15:20:22 +10:00
Eloy Lafuente (stronk7)
8d53360c70
weekly release 3.3.6+
2018-06-14 10:55:54 +02:00
Eloy Lafuente (stronk7)
833d4aa42c
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-06-14 10:55:52 +02:00
AMOS bot
6e043dd5ec
Automatically generated installer lang files
2018-06-13 00:08:30 +00:00
Jun Pataleta
f1c8d8a374
Merge branch 'wip-MDL-62574-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-06-12 11:44:58 +08:00
Adrian Greeve
8e31b3241a
MDL-62574 core_privacy: Unit tests to check the context base.
...
This now tests the possibility of a context being deleted.
2018-06-12 11:29:37 +08:00
Adrian Greeve
86b5d678bc
MDL-62574 core_privacy: Check the contextlist for real contexts.
...
There are situations when contexts will be deleted in the provider.
The context list is not updated and so we have introduced a try
catch.
2018-06-12 11:29:36 +08:00
Eloy Lafuente (stronk7)
1b9f20fdf9
weekly release 3.3.6+
2018-06-07 16:59:53 +02:00
Andrew Nicols
5204184a9b
Merge branch 'm33_MDL-61702_MariaDB_InnoDB10d3d1_Params_Removed' of https://github.com/scara/moodle into MOODLE_33_STABLE
2018-06-06 09:10:48 +08:00
Matteo Scaramuccia
a2650c9a7d
MDL-61702 dml: MariaDB 10.3 supports only the Barracuda file format.
...
More details about this change also in https://tracker.moodle.org/browse/MDL-59099
Ref.: https://mariadb.com/kb/en/library/mariadb-1031-release-notes/#other-variables
2018-05-31 23:02:49 +02:00
David Monllao
83832b98a3
weekly release 3.3.6+
2018-05-31 08:39:31 +02:00
David Monllao
149552615c
Merge branch 'm33_MDL-59596_DDL_Issues_With_MariaDB_10p2_SQLMode' of https://github.com/scara/moodle into MOODLE_33_STABLE
2018-05-28 11:49:13 +02:00
Andrew Nicols
33ef4d941d
MDL-62543 mod_forum: Add RSS Unit tests
2018-05-28 08:55:32 +08:00
Andrew Nicols
5aa514982d
Merge branch 'MDL-62543-33' of git://github.com/tobiasreischmann/moodle into MOODLE_33_STABLE
2018-05-28 08:55:24 +08:00
Eloy Lafuente (stronk7)
2ed6a293df
Merge branch 'MDL-62408_33_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_33_STABLE
2018-05-28 02:15:49 +02:00
David Monllao
7c84c195e9
weekly release 3.3.6+
2018-05-24 10:45:55 +02:00
Tobias Reischmann
5db5c6dcc3
MDL-62543 forum: Switched the usage of the deleted flag for rss
...
The deleted flag was introduced through the Privacy API and was used
for post selection for the rss feed. In there it was used in the
wrong way, which lead to the exclusion of all non deleted posts instead
of excluding all deleted ones.
This commit fixes this problem.
2018-05-23 14:24:19 +02:00
Eloy Lafuente (stronk7)
8fb6a1a4f3
Merge branch 'MDL-62500-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-21 13:39:29 +02:00
David Monllao
08c753034f
Merge branch 'm33_MDL-61893_Accept_Any_Node_Carbon_Version' of https://github.com/scara/moodle into MOODLE_33_STABLE
2018-05-21 12:04:57 +02:00
David Monllao
c54ed68179
Merge branch 'MDL-62516-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-21 11:15:21 +02:00
Andrew Nicols
485c8e1f77
MDL-62500 tag: Update checkbox label when updating tag
2018-05-21 15:47:21 +08:00
Andrew Nicols
62994208a1
MDL-62516 mod_forum: Only delete files for requested user
2018-05-21 14:13:03 +08:00
Matteo Scaramuccia
74b5f26b3b
MDL-61893 JavaScript: Bumped npm packages
...
Performed by removing the current 'npm-shrinkwrap.json' file:
$ rm -Rf node_modules
$ rm -f npm-shrinkwrap.json
$ npm install
$ npm shrinkwrap
2018-05-18 00:33:03 +02:00
Matteo Scaramuccia
6bdc80eaf5
MDL-61893 JavaScript: Accept any node version but Carbon (LTS)
2018-05-18 00:33:03 +02:00
Eloy Lafuente (stronk7)
56ff85a36b
Moodle release 3.3.6
2018-05-16 18:42:13 +02:00
Marina Glancy
c2a6b2b6ec
MDL-62469 qtype_calculated: check remaining placeholders, see MDL-62275
2018-05-16 17:40:52 +02:00
David Monllao
96b0818716
Merge branch 'MDL-62456_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-05-16 08:58:53 +02:00
Andrew Nicols
51f0dbbcda
Merge branch 'wip-MDL-62147-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-05-16 14:30:03 +08:00
Jun Pataleta
1465548ba5
Merge branch 'MDL-62463-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-16 14:21:22 +08:00
Frédéric Massart
06c8d3bf55
MDL-62147 core_grades: Report contexts and data related to scales
2018-05-16 13:53:04 +08:00
Marina Glancy
fd982f3030
MDL-62147 core_grades: Declare metadata of scales and import tables
2018-05-16 13:53:04 +08:00
Marina Glancy
876cdf05c4
MDL-62147 portfolio: add missing tables to privacy provider
2018-05-16 13:53:01 +08:00
Marina Glancy
b98339b09a
MDL-62147 privacy: unittest ensures that all tables covered
2018-05-16 13:52:58 +08:00
Andrew Nicols
4b6f3f6cc1
MDL-62463 mod_glossary: Fix SQL query
...
The query was doing:
WHERE c.id ... AND ... OR ... OR ...
Which equates to:
WHERE (c.id ... AND ...) OR ... OR ...
Adding parens to:
WHERE (c.id ... AND (... OR ... OR ...))
2018-05-16 13:50:40 +08:00
Marina Glancy
8862838f25
MDL-62147 privacy: corrections to tables, temporary tables
2018-05-16 12:48:29 +08:00
Mark Nelson
5255e8fea9
MDL-62456 mod_lti: add missing add_external_location_link call
2018-05-16 12:23:49 +08:00
Jake Dallimore
decd3731df
Merge branch 'MDL-62134-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-16 12:02:54 +08:00
Andrew Nicols
60f6712ce1
MDL-62134 core_privacy: Allow for a failure handler
2018-05-16 11:52:46 +08:00
Andrew Nicols
8d85f96696
Merge branch 'MDL-62426-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2018-05-16 11:02:51 +08:00
Jake Dallimore
23a203618c
MDL-62426 core_enrol: control enrolment subcontexts at the provider
...
Added a function to the core_enrol provider allowing enrol plugins
to set their subcontext relative to a fixed 'enrolments' parent dir.
2018-05-16 10:24:34 +08:00
Jake Dallimore
c0c33ab059
MDL-62426 enrol_flatfile: make provider a plugin provider
...
The enrol_flatfile table can contain userdata relating to pending
enrolments, so this should be exported and deleted as necessary.
2018-05-16 09:36:37 +08:00
Marina Glancy
691e92efa7
MDL-62134 privacy: consistantly call components methods
2018-05-16 09:05:42 +08:00
Eloy Lafuente (stronk7)
1b70269f4e
Merge branch 'MDL-62448-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-05-15 17:29:24 +02:00
Sara Arjona
8197937d22
MDL-62448 block_rss_client: Export all feeds from Privacy API
2018-05-15 14:27:16 +02:00
David Monllao
d60618cbea
Merge branch 'MDL-62228_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-05-15 13:31:56 +02:00
Mark Johnson
6a5d9d0705
MDL-62408 behat: Correct PHPUNIT_TEST checks in behat_config_util
2018-05-15 09:15:56 +01:00
David Monllao
ac897aedea
weekly release 3.3.5+
2018-05-15 09:42:09 +02:00
David Monllao
6582329fdf
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-05-15 09:42:07 +02:00
Mark Nelson
e8279ab994
MDL-62228 core: remove unnecessary context check in privacy providers
2018-05-15 12:02:52 +08:00
Andrew Nicols
85d42a024b
Merge branch 'MDL-62444-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-05-15 11:39:25 +08:00
Andrew Nicols
1ea41504b4
Merge branch 'MDL-62428_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-05-15 11:06:01 +08:00
Zig Tan
8195484581
MDL-62444 mod_assignment: Fix missing lang string.
2018-05-15 10:02:54 +08:00
Jun Pataleta
04f3435b12
Merge branch 'MDL-62432-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-15 09:34:04 +08:00
Andrew Nicols
00ced8dde3
MDL-62432 quiz: Check contexts more carefully
2018-05-15 09:25:51 +08:00
Eloy Lafuente (stronk7)
d33d90031e
Merge branch 'MDL-62430_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
2018-05-15 02:56:23 +02:00
AMOS bot
b26b312e46
Automatically generated installer lang files
2018-05-15 00:06:41 +00:00
David Monllao
f90a0107d1
MDL-62430 block_html: Check that block instances are block_html
2018-05-14 17:07:21 +02:00
David Monllao
f6d8b2f753
Merge branch 'MDL-62370-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-14 16:01:21 +02:00
Andrew Nicols
533ef686e4
Merge branch 'MDL-62356-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-05-14 21:03:03 +08:00
Andrew Nicols
3fe971f407
Merge branch 'MDL-62357-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-05-14 20:47:33 +08:00
Andrew Nicols
d334974409
MDL-62370 core_privacy: Directory-less subsystems are compliant
2018-05-14 20:04:41 +08:00
Marina Glancy
e58797fb4c
MDL-62430 privacy: validate context when deleting all user data
2018-05-14 18:13:52 +08:00
cescobedo
ed333da1a8
MDL-62356 enrol_meta: Add privacy implementation for enrol_meta
2018-05-14 10:59:22 +02:00
David Monllao
ef9428e9cb
Merge branch 'MDL-62425-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-14 10:59:13 +02:00
cescobedo
112aa66679
MDL-62357 enrol_cohort: Add privacy implementation for enrol_cohort
2018-05-14 10:48:16 +02:00
Andrew Nicols
974a90e2e7
MDL-62425 core: Add privacy implementation
2018-05-14 15:44:59 +08:00
Andrew Nicols
674544a52a
MDL-62425 core_privacy: Add core to the list of components
2018-05-14 15:43:26 +08:00
Mark Nelson
b30fadbae0
MDL-62428 core: fix incorrect early return in privacy providers
2018-05-14 13:08:02 +08:00
Jake Dallimore
ccc3f70717
Merge branch 'MDL-62420-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-14 11:58:28 +08:00
Jake Dallimore
2c5e158be1
Merge branch 'MDL-62393-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-14 09:38:18 +08:00
Andrew Nicols
f9180359e6
MDL-62420 enrol_lti: Fix random unit test fail in privacy
2018-05-14 08:44:25 +08:00
Eloy Lafuente (stronk7)
d567be0d04
Merge branch 'MDL-62371-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-14 02:42:27 +02:00
Eloy Lafuente (stronk7)
98900443b7
Merge branch 'MDL-62251-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-05-13 23:58:26 +02:00
Andrew Nicols
6d86e2d223
MDL-62371 core_privacy: Add support for progress trace
2018-05-13 15:45:24 +08:00
AMOS bot
ab6abffb30
Automatically generated installer lang files
2018-05-13 00:06:57 +00:00
Andrew Nicols
018135947a
MDL-62393 message: Fix random unit test fails
2018-05-12 23:02:49 +08:00
Eloy Lafuente (stronk7)
374387c563
weekly release 3.3.5+
2018-05-12 12:56:41 +02:00
Eloy Lafuente (stronk7)
6ed62aec00
MDL-62275 qtype_calculatedmulti: Fix typo
2018-05-11 21:17:46 +02:00
David Monllao
776503b29a
MDL-62029 core_course: Site format is not a standard plugin
2018-05-11 20:19:19 +02:00
Eloy Lafuente (stronk7)
92928baabe
Merge branch 'MDL-62384-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-11 18:28:11 +02:00
David Monllao
1560349956
Merge branch 'MDL-61858_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-05-11 18:07:16 +02:00
David Monllao
f39b2d7da8
Merge branch 'MDL-62368_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-05-11 17:59:36 +02:00
Mark Nelson
739e7f5c79
MDL-61858 gradingform_guide: added missing metadata implementation
2018-05-11 19:42:08 +08:00
Mark Nelson
3747401992
MDL-61858 core_portfolio: added missing metadata implementation
2018-05-11 19:42:08 +08:00
Andrew Nicols
e34f261d5e
MDL-61858 core_privacy: Add test to ensure component implementations
2018-05-11 19:42:08 +08:00
Eloy Lafuente (stronk7)
7bf7b7e517
Merge branch 'MDL-61951-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-05-11 13:24:02 +02:00
Sara Arjona
791113dd66
MDL-61951 core_grading: Review SQL to avoid Oracle errors
2018-05-11 13:02:58 +02:00
David Monllao
56141c546f
Merge branch 'MDL-61714-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-05-11 11:31:42 +02:00
Sara Arjona
c52dac659c
MDL-61714 admin: Removed Slovenian digital age
2018-05-11 10:14:20 +02:00
Shamim Rezaie
41960dcbe8
MDL-62251 Privacy: Fix dir separator in export_file()
2018-05-11 17:44:45 +10:00
Shamim Rezaie
0a65299f7f
MDL-62251 Privacy: Url path separator should be platform independant
...
It should always be forward slash.
2018-05-11 17:43:10 +10:00
Shamim Rezaie
f6f1a5f624
MDL-62251 Privacy: Fix get_path() and get_full_path() bug in Windows
2018-05-11 17:39:54 +10:00
Shamim Rezaie
96437cfa3e
MDL-62251 backup: Fix replace_tempdir() bug under Windows
...
rename() fails under Windows if the destination file/directory exists.
I modified the code to only call $this->get_workdir_path() once as that function
creates the directory if doesn't exist. And we don't want that considering the
behaviour of rename on Windows.
2018-05-11 17:37:03 +10:00
Mark Nelson
94f668496c
MDL-62368 enrol_lti: implement privacy provider
2018-05-11 15:15:41 +08:00
Eloy Lafuente (stronk7)
c31ed14f78
MDL-62354 notes: Reduce string to avoid js_call_amd() lenght limits
...
That way we are under the max 1024 allowed and also, the help string
is shown properly in the modal (previously part of it was not visible
falling off-window).
2018-05-11 14:53:22 +08:00
Jun Pataleta
f6636c4ef6
Merge branch 'MDL-62394-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-11 14:23:25 +08:00
Andrew Nicols
348bdcba70
MDL-62394 privacy: Make JSON export pretty
2018-05-11 14:12:55 +08:00
Mihail Geshoski
7db992398f
MDL-62384 privacy: Modify user contexts query for auth_oauth2
2018-05-11 11:14:35 +08:00
Andrew Nicols
6be954134b
MDL-62384 core_rating: Move WHERE clauses to JOIN
2018-05-11 11:14:35 +08:00
Andrew Nicols
dafd1528c1
MDL-62384 core_grade: Move WHERE clause to JOIN
2018-05-11 11:14:34 +08:00
Andrew Nicols
6951d69b81
MDL-62384 mod_lesson: Move WHERE clause to JOIN
2018-05-11 11:14:34 +08:00
Andrew Nicols
0e9baa7675
MDL-62384 logstore_standard: Remove unnecessary join on context
2018-05-11 11:14:33 +08:00
Andrew Nicols
a3aaf32b0a
MDL-62384 mod_quiz: Improve performancy of privacy queries
2018-05-11 11:14:32 +08:00
Adrian Greeve
a2137340ae
MDL-62384 mod_data: Update sql to improve performance.
2018-05-11 11:14:32 +08:00
Adrian Greeve
fb7934b2b8
MDL-62384 tool_monitor: Update to sql to fix performance.
2018-05-11 11:14:31 +08:00
Adrian Greeve
2c030c2ccc
MDL-62384 core_competency: Update to sql to increase performance.
2018-05-11 11:14:30 +08:00
Adrian Greeve
8de1eaa03b
MDL-62384 core_completion: Update to sql to improve performance.
2018-05-11 11:14:30 +08:00
Adrian Greeve
b2481afc98
MDL-62384 mod_assign: Update to sql query for performance.
2018-05-11 11:14:30 +08:00
Andrew Nicols
c0e4458f28
Merge branch 'wip-MDL-61814-33-fix' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-05-11 10:50:23 +08:00
Adrian Greeve
f3bd9db07c
MDL-61814 report_stats: Update to sql to increase performance.
2018-05-11 10:42:22 +08:00
Jake Dallimore
83038cdb43
MDL-61951 core_grading: SQL improvements for grading_instance join
2018-05-11 10:20:20 +08:00
Jake Dallimore
d1ec251117
Merge branch 'MDL-61951-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-05-11 10:20:14 +08:00
Jun Pataleta
a54eadb25a
Merge branch 'MDL-62117-33-fix' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-11 09:30:19 +08:00
Andrew Nicols
5bd702aace
MDL-62117 enrol_paypal: Improve SQL efficiency
2018-05-11 08:53:20 +08:00
Tim Hunt
9d1bc62c35
MDL-62275 qtype_calc*: improve validation of formulae
...
Many thanks to Marina Glancy for helping with this.
2018-05-11 01:33:54 +02:00
David Monllao
de464f7105
MDL-62200 css: Updating compiled build
2018-05-10 19:28:24 +02:00
David Monllao
ab4ecb487d
Merge branch 'MDL-62366-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-05-10 18:14:00 +02:00
David Monllao
3bd2c9cc2d
Merge branch 'MDL-61714-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-05-10 18:11:52 +02:00
David Monllao
255bc952ba
Merge branch 'MDL-62200-33' of git://github.com/bmbrands/moodle into MOODLE_33_STABLE
2018-05-10 18:04:31 +02:00
David Monllao
7eb75ea17c
Merge branch 'MDL-61949-33-privacy-upgrade-txt' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-05-10 17:53:21 +02:00
Jake Dallimore
9429e8c3ea
MDL-61951 core_grading: Several fixes to the privacy implementation
...
- Fixed legacy polyfill method definitions
- Added unit test for legacy polyfill
- Fixed delete_gradingform_for_userid in gradingform provider
2018-05-10 13:27:03 +02:00
Andrew Nicols
0c392c1a85
MDL-61905 mod_workshop: Adjust privacy SQL queries
...
This change moves the content of WHERE to the JOIN, thus filtering the
results before they are returned. This reduces the number of joined rows
which gives a big performance benefit.
2018-05-10 13:06:08 +02:00
David Mudrák
9708ed8762
MDL-61949 privacy: Add mention of the new API in upgrade.txt files
...
The notice is explicitly repeated for activity modules because they
usually process user data heavily.
2018-05-10 12:07:28 +02:00
Eloy Lafuente (stronk7)
7a797d3fe5
Merge branch 'MDL-62354-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-05-10 11:39:32 +02:00
Sara Arjona
7658ef16d5
MDL-61714 admin: Update digital age consent map according legislation
2018-05-10 10:33:51 +02:00
Helen Foster
c37224a097
MDL-62354 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* publishstate_help, core_notes - including GDPR guidance
2018-05-10 09:34:48 +02:00
David Monllao
5439bb15fe
Merge branch 'MDL-61309-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-10 08:49:35 +02:00
Andrew Nicols
ae396e60f1
MDL-61309 mod_forum: Improve privacy query performance
2018-05-10 14:06:43 +08:00
Sara Arjona
8e72596812
MDL-61951 grading: Implement privacy API
2018-05-10 07:54:11 +02:00
Marina Glancy
0fa43bbd16
MDL-62206 blocks: do not add fixed form elements as hidden
2018-05-10 12:09:05 +08:00
Adam Olley
e3a7ffba7d
MDL-62210 mod_assign: limit file lookup to the target assign
2018-05-10 11:22:08 +08:00
Brendan Cox
0f3b121f1a
MDL-62210 mod_assign: improved validation in portfolio caller class
2018-05-10 11:22:08 +08:00
Jake Dallimore
a5a7741d7c
Merge branch 'MDL-62383-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-05-10 10:04:43 +08:00
Jun Pataleta
b141b2d185
MDL-62383 privacy: Close recordset in contextlist::add_from_sql()
2018-05-10 09:57:02 +08:00
Jake Dallimore
2e0e356228
MDL-62257 mnetservice_enrol: minor fixes to privacy provider
2018-05-10 09:38:20 +08:00
Jake Dallimore
a3a8c5b244
Merge branch 'MDL-62257-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-05-10 09:38:15 +08:00
Eloy Lafuente (stronk7)
c092051695
Merge branch 'MDL-61309-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-10 09:19:47 +08:00
David Monllao
8f9e7916e7
Merge branch 'MDL-62308_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-05-10 09:19:47 +08:00
David Monllao
973405d146
MDL-61976 mod_wiki: Trim returned value to avoid EOF-related failures
2018-05-10 09:19:47 +08:00
Andrew Nicols
e676202902
Merge branch 'wip-MDL-62351-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-05-10 09:19:46 +08:00
David Monllao
7f8fbfe6c7
Merge branch 'MDL-62249-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-05-10 09:19:46 +08:00
Andrew Nicols
c606e82d4b
Merge branch 'MDL-62217_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
2018-05-10 09:19:45 +08:00
Andrew Nicols
f0bec9ecdf
Merge branch 'MDL-62269-33' of git://github.com/vmdef/moodle into MOODLE_33_STABLE
2018-05-10 09:19:45 +08:00
David Monllao
fd2bb53bf2
Merge branch 'wip-MDL-61976-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-05-10 09:19:44 +08:00
David Monllao
2465c76ac1
MDL-61994 mod_glossary: Fixing wrong subsystem name
2018-05-10 09:19:44 +08:00
David Monllao
e04bb65283
Merge branch 'MDL-61994-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2018-05-10 09:19:44 +08:00
David Monllao
af90c1bc4b
Merge branch 'MDL-61309-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-10 09:19:43 +08:00
Jun Pataleta
4458f71ab0
MDL-62232 mod_forum: PHPUnit 5.5 needs expectException()
2018-05-10 09:19:43 +08:00
Brendan Cox
aa208d1bc2
MDL-62232 mod_forum: Additional tests for portfolio file export
2018-05-10 09:19:42 +08:00
Adam Olley
30ca2558dc
MDL-62232 mod_forum: Limit portfolio to files belonging to the post
2018-05-10 09:19:42 +08:00
Andrew Nicols
c1fef4c9c3
Merge branch 'MDL-61905-33-privacyworkshop' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-05-10 09:19:41 +08:00
Andrew Nicols
524cd5de9c
Merge branch 'MDL-62029-33-2' of git://github.com/snake/moodle into MOODLE_33_STABLE
2018-05-10 09:19:41 +08:00
Jun Pataleta
908ba9fe26
Merge branch 'MDL-62332-33' of git://github.com/bmbrands/moodle into MOODLE_33_STABLE
2018-05-10 09:19:40 +08:00
Andrew Nicols
dce8813021
Merge branch 'MDL-62318-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-05-10 09:19:40 +08:00
Andrew Nicols
9c2f2a1ac0
Merge branch 'MDL-62117-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-05-10 09:19:40 +08:00
Marina Glancy
f83de6d1ba
MDL-62233 portfolio: check caller parent class
2018-05-10 09:19:39 +08:00
Zig Tan
c47cccc329
MDL-62366 mod_assign: Followup fix for attemptnumber in exported JSON
2018-05-10 09:19:35 +08:00
Andrew Nicols
219ede6ecf
MDL-61309 mod_forum: Remove unnecessary deletion check
2018-05-10 07:48:26 +08:00
Mark Nelson
9b7c011e3d
MDL-62308 core_backup: implement privacy provider
...
The provider was added to 'backup/util/ui/' due to
Moodle's implementation of autoclass loading. See
fetch_subsystems() in lib/classes/component.php.
2018-05-09 23:17:27 +08:00
Marina Glancy
f88e03e50a
MDL-62351 privacy: check that subsystem/plugintype exist
2018-05-09 17:37:58 +08:00
Marina Glancy
369181e33b
MDL-61976 mod_wiki: implement privacy API
2018-05-09 17:31:05 +08:00
Victor Deniz
89266764c0
MDL-62269 auth_mnet: Implement privacy API
...
AMOS BEGIN
CPY [privacy:metadata:address,core_user],[privacy:metadata:mnet_external:address,auth_mnet]
CPY [privacy:metadata:aim,core_user],[privacy:metadata:mnet_external:aim,auth_mnet]
CPY [privacy:metadata:aim,core_user],[privacy:metadata:mnet_external:aim,auth_mnet]
CPY [privacy:metadata:alternatename,core_user],[privacy:metadata:mnet_external:alternatename,auth_mnet]
CPY [privacy:metadata:autosubscribe,core_user],[privacy:metadata:mnet_external:autosubscribe,auth_mnet]
CPY [privacy:metadata:calendartype,core_user],[privacy:metadata:mnet_external:calendartype,auth_mnet]
CPY [privacy:metadata:city,core_user],[privacy:metadata:mnet_external:city,auth_mnet]
CPY [privacy:metadata:country,core_user],[privacy:metadata:mnet_external:country,auth_mnet]
CPY [privacy:metadata:currentlogin,core_user],[privacy:metadata:mnet_external:currentlogin,auth_mnet]
CPY [privacy:metadata:department,core_user],[privacy:metadata:mnet_external:department,auth_mnet]
CPY [privacy:metadata:description,core_user],[privacy:metadata:mnet_external:description,auth_mnet]
CPY [privacy:metadata:email,core_user],[privacy:metadata:mnet_external:email,auth_mnet]
CPY [privacy:metadata:emailstop,core_user],[privacy:metadata:mnet_external:emailstop,auth_mnet]
CPY [privacy:metadata:firstaccess,core_user],[privacy:metadata:mnet_external:firstaccess,auth_mnet]
CPY [privacy:metadata:firstname,core_user],[privacy:metadata:mnet_external:firstname,auth_mnet]
CPY [privacy:metadata:firstnamephonetic,core_user],[privacy:metadata:mnet_external:firstnamephonetic,auth_mnet]
CPY [privacy:metadata:icq,core_user],[privacy:metadata:mnet_external:icq,auth_mnet]
CPY [privacy:metadata:id,core_user],[privacy:metadata:mnet_external:id,auth_mnet]
CPY [privacy:metadata:idnumber,core_user],[privacy:metadata:mnet_external:idnumber,auth_mnet]
CPY [privacy:metadata:imagealt,core_user],[privacy:metadata:mnet_external:imagealt,auth_mnet]
CPY [privacy:metadata:institution,core_user],[privacy:metadata:mnet_external:institution,auth_mnet]
CPY [privacy:metadata:lang,core_user],[privacy:metadata:mnet_external:lang,auth_mnet]
CPY [privacy:metadata:lastaccess,core_user],[privacy:metadata:mnet_external:lastaccess,auth_mnet]
CPY [privacy:metadata:lastlogin,core_user],[privacy:metadata:mnet_external:lastlogin,auth_mnet]
CPY [privacy:metadata:lastname,core_user],[privacy:metadata:mnet_external:lastname,auth_mnet]
CPY [privacy:metadata:lastnamephonetic,core_user],[privacy:metadata:mnet_external:lastnamephonetic,auth_mnet]
CPY [privacy:metadata:maildigest,core_user],[privacy:metadata:mnet_external:maildigest,auth_mnet]
CPY [privacy:metadata:maildisplay,core_user],[privacy:metadata:mnet_external:maildisplay,auth_mnet]
CPY [privacy:metadata:middlename,core_user],[privacy:metadata:mnet_external:middlename,auth_mnet]
CPY [privacy:metadata:msn,core_user],[privacy:metadata:mnet_external:msn,auth_mnet]
CPY [privacy:metadata:phone,core_user],[privacy:metadata:mnet_external:phone1,auth_mnet]
CPY [privacy:metadata:picture,core_user],[privacy:metadata:mnet_external:picture,auth_mnet]
CPY [privacy:metadata:policyagreed,core_user],[privacy:metadata:mnet_external:policyagreed,auth_mnet]
CPY [privacy:metadata:skype,core_user],[privacy:metadata:mnet_external:skype,auth_mnet]
CPY [privacy:metadata:suspended,core_user],[privacy:metadata:mnet_external:suspended,auth_mnet]
CPY [privacy:metadata:timezone,core_user],[privacy:metadata:mnet_external:timezone,auth_mnet]
CPY [privacy:metadata:trackforums,core_user],[privacy:metadata:mnet_external:trackforums,auth_mnet]
CPY [privacy:metadata:trustbitmask,core_user],[privacy:metadata:mnet_external:trustbitmask,auth_mnet]
CPY [privacy:metadata:url,core_user],[privacy:metadata:mnet_external:url,auth_mnet]
CPY [privacy:metadata:username,core_user],[privacy:metadata:mnet_external:username,auth_mnet]
CPY [privacy:metadata:yahoo,core_user],[privacy:metadata:mnet_external:yahoo,auth_mnet]
AMOS END
2018-05-09 10:00:13 +01:00
David Monllao
2a869c727e
MDL-62217 search_solr: Plugin provider fake implementation
2018-05-09 10:59:14 +02:00
David Monllao
7a5aee27ff
MDL-62217 search: Privacy providers
2018-05-09 10:58:26 +02:00
David Mudrák
9515077330
MDL-61905 workshop: Implement privacy API in grading evaluators
...
Standard workshop ships with only one evaluation method and that one
holds no personal data.
2018-05-09 10:03:31 +02:00
David Mudrák
0f84929153
MDL-61905 workshop: Implement privacy API in assessment allocators
...
Assessment allocation methods normally do not store any personal data.
Their duty is to create assessment records that are then exported by the
workshop core itself.
Still, some allocators (such as the Manual allocation) can store certain
personal data such as user preferences.
2018-05-09 10:03:31 +02:00
David Mudrák
be19685f6b
MDL-61905 workshop: Implement privacy API in grading strategies
...
On low level, standard grading strategies subplugins do not store
personal themselves. They make use of the grades storage provided by
the workshop itself. What they do contain though is the information
about how the assessment forms were defined. And they are also
responsible for correctly interpreting the values in the central grades
table.
Grading strategies fulfil the contract with the parent workshop module
by implementing the workshopform_provider interface. That gives them a
chance to export data about the assessment form to each of exported
assessment.
2018-05-09 10:03:31 +02:00
David Mudrák
d3ae85a539
MDL-61905 workshop: Implement the privacy API in the workshop core
...
Workshop module stores personal data in its tables, via user
preference and via core_files and core_plagiarism subsystems.
When exporting the data, we export not only data created by users
themselves (such as their submissions and provided peer-assessments) but
also all relevant data that can (or must) be used to interpret created
content and evaluate the user's performance and skills.
On the other hand, when deleting data at user's request, we delete only
those data that do not affect other users' performance evaluation. The
reasoning is that one's right for privacy does not overweight someone
else's right for fair assessment. For that reason, we can't fully delete
whole provided peer-assessments, for example. Because they are used in
cross-comparison and grading evaluation of all other peers who assessed
the same submission. So instead, we replace provided texts but still
keep the original record.
Workshop defines the interface for its grading strategy subplugins to
allow them attach personal data under their control to the exported
structures.
2018-05-09 10:03:31 +02:00
Jake Dallimore
9e25c063b7
MDL-62029 core_course: Fixes to context-aware provider implementation.
2018-05-09 15:48:15 +08:00
Andrew Nicols
21e93fdbe3
MDL-61309 mod_forum: Implement privacy deletion
2018-05-09 14:03:34 +08:00
Andrew Nicols
2fefe3ca68
MDL-61309 mod_forum: Implement the Privacy API
2018-05-09 14:03:33 +08:00
Andrew Nicols
6b6226160d
MDL-61309 core_tags: Add privacy unit test trait
2018-05-09 13:52:59 +08:00
Simey Lameze
97c77877f7
MDL-61994 mod_glossary: add unit tests for provider
2018-05-09 12:15:58 +08:00
Simey Lameze
04fe8c2a63
MDL-61994 mod_glossary: implement privacy providers
2018-05-09 12:15:53 +08:00
Shamim Rezaie
80936f77ef
MDL-62318 core_group: Updating cache when deleting group memberships
2018-05-09 13:35:18 +10:00
Shamim Rezaie
9c172adefe
MDL-62318 core_group: Add implementation of privacy API
2018-05-09 13:35:11 +10:00
Adrian Greeve
d7882b3815
MDL-62029 core_privacy: context aware provider creation.
2018-05-09 09:39:59 +08:00
Adrian Greeve
e2ba4fd896
MDL-62029 core_course: Create privacy files for core_course.
2018-05-09 09:39:51 +08:00
Marina Glancy
7981a0b125
MDL-61996 core: when loggedin always check user is complete
2018-05-09 02:56:56 +02:00
Andrew Nicols
856b970904
Merge branch 'MDL-62010-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-05-09 08:53:56 +08:00
cescobedo
af9f57975c
MDL-62010 core_enrol: Add privacy implementation for core_enrol
2018-05-08 19:04:37 +02:00
David Monllao
8322e9a1ee
MDL-61814 core_user: Remove empty line to avoid ci warning
2018-05-08 17:20:18 +02:00
David Monllao
6817208044
Merge branch 'wip-MDL-61814-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-05-08 17:20:04 +02:00
David Monllao
5eae39feb0
Merge branch 'MDL-61943-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-05-08 16:44:17 +02:00
David Monllao
e77114bf70
weekly release 3.3.5+
2018-05-08 14:02:11 +02:00
David Monllao
3da5a3c348
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-05-08 14:02:09 +02:00
cescobedo
a6c263e33d
MDL-61943 core_role: Add privacy implementation for core_role
2018-05-08 13:50:37 +02:00
Bas Brands
10662a78b9
MDL-62332 Theme boost: paging bar empty active link
2018-05-08 10:10:47 +02:00
cescobedo
dfd93e3617
MDL-62257 mnetservice_enrol: Implement Privacy API
2018-05-08 10:06:32 +02:00
Andrew Nicols
6554a3d31e
Merge branch 'wip-MDL-61937-33-fix' of https://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-05-08 14:45:40 +08:00
Marina Glancy
767e94894a
MDL-61937 mod_data: fix commentarea name
2018-05-08 14:40:38 +08:00
Adrian Greeve
c875879050
MDL-61814 report_stats: Update to be a full privacy provider.
2018-05-08 14:35:47 +08:00
Adrian Greeve
18920002b9
MDL-61814 core_portfolio: Update to portfolio provider.
2018-05-08 14:35:47 +08:00
Adrian Greeve
08c3fc7493
MDL-61814 core_user: Implement privacy system for user.
2018-05-08 14:35:47 +08:00
Zig Tan
eda9ba5e21
MDL-62249 block_tag_flickr: Corrected privacy providers
2018-05-08 12:17:44 +08:00
Marina Glancy
7ceb3f8568
MDL-61976 privacy: replace pluginfile in test writer
2018-05-08 12:03:18 +08:00
Marina Glancy
5a4cbdb34f
MDL-61976 privacy: add subcontext argument to has_any_data
2018-05-08 12:03:18 +08:00
Andrew Nicols
3ff77e753b
Merge branch 'wip-MDL-62068-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-05-08 11:48:35 +08:00
Marina Glancy
669fba527d
MDL-62068 core_tag: implement privacy API
2018-05-08 11:35:14 +08:00
Shamim Rezaie
31842699a0
MDL-62117 enrol_paypal: Add implementation of Privacy API
2018-05-08 13:30:09 +10:00
Andrew Nicols
eb8a915468
Merge branch 'MDL-62285-33' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2018-05-08 11:16:20 +08:00
Ryan Wyllie
c8c5d741ab
MDL-62285 privacy: use context id when generating context path
...
moodle_content_writer::get_context_path() now includes the context
id in the path to ensure that it will always generate unique paths
even when the context names are not unique.
2018-05-08 01:41:45 +00:00
Eloy Lafuente (stronk7)
94f42309c5
Merge branch 'MDL-61521-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2018-05-08 01:45:44 +02:00
David Monllao
5fd78d27ae
Merge branch 'MDL-62326-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-07 12:11:22 +02:00
Andrew Nicols
77518888c8
MDL-62326 core_antivirus: Implement null provider
2018-05-07 17:37:18 +08:00
Andrew Nicols
9b3ce309f7
Merge branch 'MDL-62169-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-05-07 17:27:18 +08:00
Zig Tan
c13aaef075
MDL-62169 mod_assignment: Improved phpunit test reliability
2018-05-07 16:46:07 +08:00
Andrew Nicols
19afe6488f
Merge branch 'MDL-61919_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-05-07 15:53:33 +08:00
Andrew Nicols
f819f0f992
Merge branch 'wip-MDL-62137-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-05-07 15:30:49 +08:00
Adrian Greeve
3c38e56b83
MDL-62137 core_privacy: Update to helper to use core_completion
2018-05-07 14:22:50 +08:00
Adrian Greeve
a3b8f6a288
MDL-62137 core_completion: Privacy files for core_completion.
2018-05-07 14:22:50 +08:00
Andrew Nicols
266d7f04ff
Merge branch 'MDL-62169-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-05-07 14:18:56 +08:00
Zig Tan
3f6f7b1804
MDL-62169 mod_assignment: Implemented privacy providers
2018-05-07 13:52:43 +08:00
Andrew Nicols
01bde600e3
Merge branch 'MDL-61407-33-fix' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-05-07 13:52:22 +08:00
Jun Pataleta
3a2e28454d
MDL-61407 mod_quiz: Determine quiz step for manual comment
2018-05-07 13:42:17 +08:00
Andrew Nicols
e178d5ec21
MDL-61937 mod_data: Correct rating export args in privacy
2018-05-07 09:43:28 +08:00
David Monllao
a5543d0731
MDL-61937 mod_data: Target the correct area
2018-05-07 09:43:27 +08:00
Andrew Nicols
820148bd89
MDL-61407 question: Export step files in privacy
2018-05-07 07:10:19 +08:00
Eloy Lafuente (stronk7)
39558fa5dd
MDL-61693 core_calendar: make results deterministic for better testing
2018-05-06 18:17:52 +02:00
Eloy Lafuente (stronk7)
99c76ad3ce
Merge branch 'MDL-62315-33-privacycoreform' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-05-04 15:42:11 +02:00
Bas Brands
3372b77957
MDL-62200 Theme boost: popup in popup styles
2018-05-04 14:10:08 +02:00
David Mudrák
eddf0a076f
MDL-62315 form: Fix privacy API implementation for core_form subsystem
...
Only during the testing, we realized that the user preference was added
only in 3.4 in MDL-59407 so we have to declare no personal data in 3.3.
No need for custom unit test as the implementation is covered by
privacy/tests/provider_test.php
2018-05-04 13:08:57 +02:00
Frédéric Massart
101f6c43e1
MDL-61877 core_competency: False negative due to random ordering
2018-05-04 11:18:52 +02:00
Zig Tan
3da2da51b8
MDL-61693 core_calendar: Simplified get calendar event details SQL
2018-05-04 13:10:28 +08:00
Jake Dallimore
df122c79cd
Merge branch 'MDL-61407-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-04 11:59:31 +08:00
Andrew Nicols
e6c53933a5
Merge branch 'wip-MDL-61937-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-05-04 11:30:29 +08:00
Jun Pataleta
34dcee8f34
Merge branch 'MDL-61877-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-05-04 11:24:08 +08:00
Marina Glancy
e3c8b00866
MDL-61937 mod_data: implement privacy provider
2018-05-04 11:21:47 +08:00
Marina Glancy
5c3ee69c74
MDL-61937 tag: new method in privacy api
2018-05-04 11:21:41 +08:00
Marina Glancy
bcd7e54804
MDL-61937 rating: delete method in privacy provider
2018-05-04 11:21:04 +08:00
Marina Glancy
8d141bb1ef
MDL-61937 comment: do not use API in provider
...
When exporting comments we can not use comments API because:
- we don't need to call component validate, comments may be disabled right now but
are still stored
- we don't need to call display callback
- we need to export all comments and not only first 15 of them
2018-05-04 11:21:04 +08:00
Marina Glancy
d1778bc5a0
MDL-61937 mod_data: generator for all field types
2018-05-04 11:21:01 +08:00
cescobedo
156233b745
MDL-61937 datafield: Add privacy implementation for all datafield
2018-05-04 11:20:46 +08:00
Mark Nelson
88f53cf84e
MDL-61919 core_message: implement privacy provider
2018-05-04 11:17:47 +08:00
Jake Dallimore
111f55d95e
Merge branch 'MDL-62046-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-05-04 10:28:08 +08:00
Jake Dallimore
ddc0b2c805
Merge branch 'MDL-62032-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-05-04 09:57:36 +08:00
Jake Dallimore
9acdfbcdda
Merge branch 'MDL-62030-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-05-04 09:52:16 +08:00
Jake Dallimore
421628ec0b
Merge branch 'MDL-59845-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-04 09:48:12 +08:00
Jake Dallimore
61cf3e9178
Merge branch 'MDL-62007-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-05-04 09:23:29 +08:00
Eloy Lafuente (stronk7)
cefc325958
Merge branch 'MDL-62315-33-privacycoreform' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-05-03 23:40:57 +02:00
Eloy Lafuente (stronk7)
2886a5e64d
Merge branch 'MDL-61800-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-03 23:29:28 +02:00
David Mudrák
8da3291abb
MDL-62315 form: Implement the privacy API for core_form subsystem
...
Forms subsystem has no own database table. The only personal data is the
user preference 'filemanager_recentviewmode' that stores the view mode
of the file picker element.
It was discussed whether handling of this preference should be added
here into core_form, or rather into core_repository subsystem. The final
decision was to consider the preference as owned by the core_form
because it is affecting the display of a form element, not the
repository backend (even though the strings describing it had been put
into core_repository strings).
2018-05-03 19:06:50 +02:00
Andrew Nicols
b618310364
Merge branch 'MDL-62240-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-05-03 19:06:33 +08:00
Jake Dallimore
4b51386d9a
Merge branch 'MDL-62310-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-05-03 18:04:46 +08:00
Jun Pataleta
08f2b6063f
Merge branch 'MDL-61194-33' of git://git.cameron1729.xyz/moodle into MOODLE_33_STABLE
2018-05-03 17:06:00 +08:00
Cameron Ball
b22bc26c51
MDL-61194 assignfeedback_editpdf: Check if we can convert online text
...
This patch adds a check to make sure there is a converter available that
will be able to handle html->pdf conversion before adding onlinetext
submissions to the list of files to combine.
2018-05-03 16:47:37 +08:00
Mihail Geshoski
044656f96a
MDL-62046 profilefield_textarea: Add privacy files and unit tests
2018-05-03 16:28:48 +08:00
David Monllao
0612aa3418
Merge branch 'MDL-61693-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-05-03 10:25:03 +02:00
Andrew Nicols
c73a9d5cbe
MDL-61407 privacy: Reset the writer after writer tests
...
The writer was not reset after these tests which had the potential to
affect the next test after these were run.
2018-05-03 16:14:37 +08:00
Andrew Nicols
07049468e6
MDL-61407 quizaccess: Add null_writer implementations
2018-05-03 16:14:36 +08:00
Andrew Nicols
0a8a57943c
MDL-61407 quiz: Add reports for quiz
2018-05-03 16:14:36 +08:00
Andrew Nicols
9c9d3ab247
MDL-61407 qtype: Add null_writer for all qtypes
2018-05-03 16:14:35 +08:00
Andrew Nicols
1b03a7f54d
MDL-61407 qformat: Add null_writer for all qformats
...
Questions formats do not store any personal data.
Any contrib format which does store personal data should utilise the
standard export interfaces as this subsystem will not call them directly.
2018-05-03 16:14:35 +08:00
Andrew Nicols
a6a8ecc369
MDL-61407 question: Add null_writer for all behaviours
...
Behaviours do not store any personal data.
Any contrib behaviour which does store personal data should utilise the
standard export interfaces as this subsystem will not call them directly.
2018-05-03 16:14:34 +08:00
Andrew Nicols
84b5f665ee
MDL-61407 mod_quiz: Add initial privacy implementation
2018-05-03 16:14:34 +08:00
Andrew Nicols
5b2b0e66c1
MDL-61407 question: Add initial privacy implementation
2018-05-03 16:14:34 +08:00
David Monllao
03d182e726
Merge branch 'MDL-62059-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-05-03 10:08:24 +02:00
Mihail Geshoski
79380f1408
MDL-62032 profilefield_text: Add privacy files and unit tests
2018-05-03 16:05:33 +08:00
Mihail Geshoski
f1034de3af
MDL-62030 profilefield_menu: Add privacy files and unit tests
2018-05-03 15:54:40 +08:00
Mihail Geshoski
0756be091c
MDL-62007 profilefield_checkbox: Modify privacy provider
2018-05-03 15:31:38 +08:00
Mihail Geshoski
3ec3295ae1
MDL-62007 profilefield_datetime: Add privacy files and unit tests
2018-05-03 15:24:24 +08:00
Sara Arjona
9543ced2b4
MDL-62240 privacy: Avoid error when path is higher than allowed
...
A new method shorten_filenames has been added to moodlelib.
2018-05-03 09:17:56 +02:00
Andrew Nicols
61140b097b
MDL-62240 file: Add includehash to shorten_filename + unit tests
2018-05-03 08:33:01 +02:00
Jake Dallimore
40e33083b7
Merge branch 'MDL-62264-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-05-03 14:08:39 +08:00
Jun Pataleta
e916aa4ae3
Merge branch 'MDL-62202-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-05-03 13:31:39 +08:00
Andrew Nicols
0202ab0473
Merge branch 'MDL-62009-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-05-03 12:36:18 +08:00
Andrew Nicols
bce56f5031
Merge branch 'wip-MDL-62312-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-05-03 11:11:55 +08:00
Jake Dallimore
e98ad2ad05
Merge branch 'MDL-62280-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-03 10:53:54 +08:00
Marina Glancy
74a3c0a49a
MDL-62312 course: Move core_publish renderer methods to course renderer
2018-05-03 10:09:13 +08:00
Jun Pataleta
3618a1a90d
Merge branch 'MDL-60414-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-05-03 09:31:14 +08:00
AMOS bot
1b6af94da4
Automatically generated installer lang files
2018-05-03 00:06:43 +00:00
Andrew Nicols
7597722505
MDL-61407 question: Allow formatters to ignore caps
2018-05-03 07:29:05 +08:00
Andrew Nicols
f9f59314e9
MDL-61407 privacy: Track changes in any context
2018-05-03 07:29:05 +08:00
Jun Pataleta
c66ec12365
MDL-62312 admin: Move core_register renderer methods to admin renderer
...
* Plus CI fixes
2018-05-03 06:53:00 +08:00
Luca Bösch
4099ae4896
MDL-60414 theme_boost: bootstrap dropdown menu html spec char rendering
2018-05-02 23:03:33 +02:00
cescobedo
23e11831bf
MDL-62310 core_admin: Implement Privacy API
2018-05-02 12:02:36 +02:00
Andrew Nicols
acd75c858e
MDL-62135 tool_log: Use plugintype_class_callback
2018-05-02 17:48:17 +08:00
Andrew Nicols
78404d4134
Merge branch 'MDL-62135-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-05-02 17:47:59 +08:00
cescobedo
9abf9488e1
MDL-62264 core_mnet: Implement Privacy API
2018-05-02 11:23:07 +02:00
Frédéric Massart
5881e25d35
MDL-62135 logstore_legacy: Implement privacy API
2018-05-02 17:17:47 +08:00
Frédéric Massart
e8861b846e
MDL-62135 logstore_database: Implement privacy API
2018-05-02 17:17:47 +08:00
Frédéric Massart
f37406011f
MDL-62135 logstore_standard: Implement privacy API
2018-05-02 17:17:46 +08:00
Frédéric Massart
8ff7363219
MDL-62135 tool_log: Implement privacy API
2018-05-02 17:17:46 +08:00
David Mudrák
4f7b3cb360
MDL-61905 workshop: Drop the old 1.x era tables
...
These tables may still contain relics of old personal data if the site
was installed before Moodle 2.0. We do not need these tables any more.
Following the "privacy by design" principles, we are dropping them now.
2018-05-02 11:17:41 +02:00
Sara Arjona
196d9c90f3
MDL-62202 privacy: Move Privacy and policies category to Users page
2018-05-02 08:46:28 +02:00
Jun Pataleta
fbafd55731
Merge branch 'MDL-62253-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-05-02 13:52:51 +08:00
Jun Pataleta
103c72a03a
Merge branch 'MDL-61898-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-05-02 13:46:31 +08:00
Frédéric Massart
4352cd98bf
MDL-62214 tool_messageinbound: False negative due to time() usage
...
PHP Unit is so fast that my test couldn't cope with it!
2018-05-02 13:10:13 +08:00
Andrew Nicols
ebe14385a9
Merge branch 'MDL-61920_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-05-02 13:07:05 +08:00
Andrew Nicols
5648cec536
Merge branch 'MDL-62266-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-05-02 12:34:58 +08:00
Andrew Nicols
f80f15a178
Merge branch 'MDL-62214-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-05-02 12:29:50 +08:00
Andrew Nicols
6a763870e0
MDL-61800 task: Reset the OUTPUT and PAGE on execution
2018-05-02 11:57:38 +08:00
Andrew Nicols
70ebf686fd
Merge branch 'MDL-62236-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-05-02 10:55:00 +08:00
Andrew Nicols
0153ce4fad
MDL-59845 tool_lp: Add js tracking around UI refresh
2018-05-02 09:18:21 +08:00
Eloy Lafuente (stronk7)
4d1c53e490
weekly release 3.3.5+
2018-05-01 23:04:14 +02:00
Eloy Lafuente (stronk7)
7e968c33f8
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-05-01 23:04:12 +02:00
Frédéric Massart
cb1ec4e3c7
MDL-62167 core_badges: Remove usage of a reserved keyword of Oracle
2018-05-01 15:23:00 +02:00
Frédéric Massart
0318b526f9
MDL-62167 core_badges: Prevent SQL error with Oracle
2018-05-01 15:22:59 +02:00
Andrew Nicols
2cff7ff95f
Merge branch 'wip-MDL-61308-33-testfix' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-05-01 12:41:47 +02:00
Adrian Greeve
4bd2ccd63b
MDL-61308 assignsubmission_comments: Unit test ordering fix.
2018-05-01 12:41:37 +02:00
Andrew Nicols
40b9237b49
Merge branch 'MDL-62231-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-05-01 12:41:26 +02:00
Andrew Nicols
6d780cde01
MDL-61898 cache: Implement privacy API for all stores and locks
2018-05-01 12:53:37 +08:00
Shamim Rezaie
d6b5be41d4
MDL-62231 block_recent_activity: Implement null provider for the block
2018-05-01 14:08:46 +10:00
Andrew Nicols
0ef3ff5b68
Merge branch 'wip-MDL-62138-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-05-01 11:57:54 +08:00
Andrew Nicols
ff6db243c0
Merge branch 'MDL-61411-33' of git://github.com/Kathrin84/moodle into MOODLE_33_STABLE
2018-05-01 11:24:47 +08:00
Andrew Nicols
515f4ea924
Merge branch 'MDL-62167-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-05-01 11:15:12 +08:00
Andrew Nicols
17d02fc2a8
MDL-62280 xhprof: Support tideways_xhprof
2018-05-01 11:03:16 +08:00
Frédéric Massart
c9a9c02374
MDL-62009 core_grades: Implement privacy API
2018-05-01 10:50:13 +08:00
Jun Pataleta
01ad8ce22f
Merge branch 'MDL-62060-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-05-01 10:44:46 +08:00
Shamim Rezaie
afa0d54934
MDL-62060 core_privacy: Make sure the exported json is human readable
2018-05-01 12:36:55 +10:00
Frédéric Massart
53f5e8a321
MDL-62214 tool_messageinbound: Implement privacy API
2018-05-01 09:23:01 +08:00
Frédéric Massart
886191944f
MDL-62214 tool_messageinbound: Delete old messages pending verification
2018-05-01 09:22:45 +08:00
Frédéric Massart
a7abfcef0e
MDL-62253 core_auth: Implement privacy API
2018-05-01 09:14:39 +08:00
Jake Dallimore
2aa7deb2f0
Merge branch 'MDL-62005-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-05-01 09:10:56 +08:00
AMOS bot
6d67378c41
Automatically generated installer lang files
2018-05-01 00:07:17 +00:00
Jun Pataleta
ed7e2d03f0
Merge branch 'MDL-62248-33-fix' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-30 21:25:22 +08:00
Andrew Nicols
835a653755
MDL-62248 core_privacy: Add getter for user context prefs
2018-04-30 20:37:38 +08:00
Mark Nelson
149f1ecabd
MDL-61920 mod_lti: implement privacy provider
2018-04-30 19:59:54 +08:00
Mark Nelson
eb16feff78
MDL-61920 ltiservice_toolsettings: implement privacy provider
2018-04-30 19:02:18 +08:00
Mark Nelson
4c65cc4464
MDL-61920 ltiservice_toolproxy: implement privacy provider
2018-04-30 19:01:59 +08:00
Mark Nelson
249a14082e
MDL-61920 ltiservice_profile: implement privacy provider
2018-04-30 19:01:40 +08:00
Mark Nelson
1c38c18ca1
MDL-61920 ltiservice_memberships: implement privacy provider
2018-04-30 19:01:19 +08:00
Jun Pataleta
7c44363a80
Merge branch 'MDL-61012_v3.3.x' of https://github.com/troywilliams/moodle into MOODLE_33_STABLE
2018-04-30 17:28:51 +08:00
Sara Arjona
2cc51e4887
MDL-62266 core_availability: Implement privacy API
2018-04-30 11:22:32 +02:00
Shamim Rezaie
baffbd6d6f
MDL-62005 block_comments: Add implementation of Privacy API
2018-04-30 18:16:45 +10:00
Andrew Nicols
f0d0414a9e
MDL-62248 core_privacy: Unit test for get_user_preferences
2018-04-30 16:03:43 +08:00
Andrew Nicols
774835181e
Merge branch 'MDL-62248-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-30 16:02:33 +08:00
Frédéric Massart
d1caad9938
MDL-62248 core_block: Implement privacy API
2018-04-30 15:30:18 +08:00
Frédéric Massart
c08b4f9466
MDL-62248 core_privacy: Test writer writes user prefs in right contexts
2018-04-30 15:29:37 +08:00
Andrew Nicols
5d22d5087a
MDL-61898 core_cache: Implement Privacy API
2018-04-30 14:25:36 +08:00
Shamim Rezaie
835f7f20da
MDL-62059 mod_book: Implement null provider for mod_book
2018-04-30 16:16:48 +10:00
Andrew Nicols
69943f974b
Merge branch 'MDL-62235-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-30 14:01:51 +08:00
Andrew Nicols
37427de44e
Merge branch 'MDL-62208-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-30 13:21:09 +08:00
Troy Williams
3d9d924be6
MDL-61012 course: Allow extending class to set
2018-04-30 16:26:09 +12:00
Andrew Nicols
be2d84d913
Merge branch 'MDL-62241-33-typehint' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-04-30 11:45:41 +08:00
Andrew Nicols
ee5530d552
Merge branch 'MDL-61959-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-04-30 10:26:04 +08:00
Andrew Nicols
f303211548
MDL-61308 mod_assign: Whitespace fix
2018-04-30 09:27:25 +08:00
Andrew Nicols
ca427f5389
Merge branch 'wip-MDL-61308-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-04-30 09:22:30 +08:00
AMOS bot
b40e466d20
Automatically generated installer lang files
2018-04-30 00:06:42 +00:00
Frédéric Massart
5bfaff81e7
MDL-62235 core_files: Implement privacy API
2018-04-29 10:17:35 +08:00
Frédéric Massart
80934c2385
MDL-62236 core_webservice: Implement privacy API
2018-04-29 10:10:19 +08:00
David Mudrák
8460b91e31
MDL-62241 privacy: Do not use scalar type hinting on 3.3 branch
...
The tests do not actually do anything, they just make sure that the
method signature is correct on the given PHP version.
2018-04-27 15:20:03 +02:00
Eloy Lafuente (stronk7)
1e65154616
weekly release 3.3.5+
2018-04-27 13:15:33 +02:00
Eloy Lafuente (stronk7)
0d85f27c6f
MDL-61993 profilefield_checkbox: take rid of oracle reserved word
2018-04-27 10:43:20 +02:00
Frédéric Massart
8391635fd9
MDL-61877 core_competency: Handle comments in privacy API
2018-04-27 11:30:19 +08:00
Frédéric Massart
acf68b58cd
MDL-61877 core_competency: Implement privacy API
2018-04-27 11:30:19 +08:00
Frédéric Massart
e29ec14535
MDL-62167 core_badges: Implement privacy API
2018-04-27 10:51:26 +08:00
Bas Brands
486b512bc4
MDL-62172 Theme boostrapbase: align advanced checkbox in mform
2018-04-27 09:57:55 +08:00
Eloy Lafuente (stronk7)
46895a7b3d
Merge branch 'MDL-60882-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2018-04-27 01:39:05 +02:00
Eloy Lafuente (stronk7)
520cc4e661
Merge branch 'wip_MDL-62011_33_approval_of_course_request' of https://github.com/grabs/moodle into MOODLE_33_STABLE
2018-04-27 01:30:36 +02:00
Eloy Lafuente (stronk7)
eaecfd8d79
Merge branch 'MDL-61993-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-27 01:01:36 +02:00
Eloy Lafuente (stronk7)
7dbc822131
Merge branch 'MDL-61863-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-26 22:32:06 +02:00
Eloy Lafuente (stronk7)
86f3c6b22f
Merge branch 'MDL-61715-33' of https://github.com/lethevinh/moodle into MOODLE_33_STABLE
2018-04-26 22:23:24 +02:00
Sara Arjona
079b45c562
MDL-61959 mod_scorm: Implement privacy API
2018-04-26 19:56:53 +02:00
Sara Arjona
81f4e778e8
MDL-61959 scormreport_objectives: Implement privacy API
2018-04-26 19:07:44 +02:00
sarjona
bc1e9f0914
MDL-61959 scormreport_interactions: Implement privacy API
2018-04-26 19:07:15 +02:00
Sara Arjona
28d3ae01a6
MDL-61959 scormreport_graphs: Implement privacy API
2018-04-26 19:06:41 +02:00
sarjona
d5a7132a6a
MDL-61959 scormreport_basic: Implement privacy API
2018-04-26 19:06:09 +02:00
Jun Pataleta
0972a5bb7c
Merge branch 'MDL-61986_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-04-27 00:46:26 +08:00
Eloy Lafuente (stronk7)
04a9173ac4
MDL-61986 mod_lesson: oracle order by clob fix
2018-04-26 18:32:18 +02:00
Eloy Lafuente (stronk7)
6b003a5bc1
Merge branch 'MDL-62224_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-04-26 17:38:46 +02:00
Zig Tan
8849300bd8
MDL-61693 core_calendar: Implemented privacy providers
2018-04-26 23:00:11 +08:00
Mark Nelson
9db1054919
MDL-62224 core_rss: implement correct provider
2018-04-26 20:17:15 +08:00
Kathrin Osswald
470a789ac2
MDL-61411 theme Boost: Close navigation on all items (on small screens)
2018-04-26 13:21:28 +02:00
Juan Leyva
a760d1a278
MDL-61521 course: Add missing text formatting for category name
2018-04-26 12:38:34 +02:00
Juan Leyva
b4665dba28
MDL-60882 mod_choice: Avoid teacher delete all responses
...
Teachers should be able to delete all responses but when indicating the
response ids.
When the response ids are not passed, only their own responses should
be deleted (as the function documentation said).
2018-04-26 10:26:29 +02:00
Adrian Greeve
7fceae553c
MDL-61308 assign_feedback: Privacy code for user rights.
2018-04-26 15:41:59 +08:00
Adrian Greeve
8ab65b68b0
MDL-61308 assign_submission: Privacy code for user rights.
2018-04-26 15:41:58 +08:00
Adrian Greeve
e637c48678
MDL-61308 mod_assign: Adding privacy classes.
2018-04-26 15:41:58 +08:00
Andrew Nicols
a20987ace8
Merge branch 'wip-MDL-62215-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-04-26 15:01:11 +08:00
Andrew Nicols
4444333a28
Merge branch 'MDL-61947-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-26 14:52:55 +08:00
Adrian Greeve
001b73720d
MDL-62215 core_privacy: Update to methods to remove type hinting.
2018-04-26 14:49:16 +08:00
Frédéric Massart
fdd07c306a
MDL-62208 core_fileconverter: Implement privacy API
2018-04-26 12:55:52 +08:00
Zig Tan
05807656a2
MDL-61947 core_my: Implemented privacy providers
2018-04-26 12:51:54 +08:00
Mihail Geshoski
27fa56c9f8
MDL-61993 profilefield_checkbox: Add privacy files and unit tests
2018-04-26 10:51:25 +08:00
Eloy Lafuente (stronk7)
eb960618a1
Merge branch 'MDL-61979-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-26 03:09:44 +02:00
Eloy Lafuente (stronk7)
87aaec6c82
Merge branch 'MDL-61998-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-04-26 02:40:18 +02:00
Andrew Nicols
08339c2799
Merge branch 'MDL-61944-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-04-26 08:35:21 +08:00
Eloy Lafuente (stronk7)
2b33a8b518
Merge branch 'MDL-62181-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-04-25 19:09:59 +02:00
David Monllao
ff36037e13
Merge branch 'MDL-62175-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2018-04-25 17:37:41 +02:00
David Monllao
d38c995dcd
Merge branch 'MDL-61986-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-25 16:32:56 +02:00
cescobedo
f26b3692c5
MDL-61944 tool_mobile: Implement Privacy API
2018-04-25 15:39:27 +02:00
David Mudrák
9701aa1a6f
MDL-62181 lang: Fix changed admin node title in behat scenario
2018-04-24 22:27:16 +02:00
Helen Foster
8a936e7371
MDL-62181 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* sitepolicies, core_admin - 'Site policies' changed to 'Site security
settings'
* sitepolicy_help and sitepolicyguest_help, core_admin - setting will
only have an effect if the site policy handler is set to default
* sitepolicyhandler_desc,core_admin - improved wording
* pathtodot_help, core_admin - Windows and Mac paths
* debugstringids_desc, core_admin - improved explanation
2018-04-24 22:26:34 +02:00
Eloy Lafuente (stronk7)
48ab35f25d
weekly release 3.3.5+
2018-04-24 18:57:16 +02:00
Juan Leyva
e69580756c
MDL-62175 auth_email: Fix site policy enabled check
2018-04-24 15:07:09 +02:00
vinhle
3c75559a6a
MDL-61715 question: qbank_chooser is not intelligent about headings
2018-04-24 16:07:54 +07:00
Zig Tan
111f4da8e4
MDL-61863 core_notes: Implemented privacy providers
2018-04-24 12:11:22 +08:00
Jun Pataleta
d03959c524
Merge branch 'MDL-62079-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-24 11:55:44 +08:00
Andrew Nicols
902f812c72
MDL-62079 core_filters: Implement null provider
2018-04-24 11:49:59 +08:00
Mark Nelson
9ede824794
MDL-62140 core_privacy: only reset tests when necessary
2018-04-24 11:16:58 +08:00
Frédéric Massart
21f51cf2a6
MDL-61984 mod_chat: Do not assume context passed is one of chat
2018-04-24 11:04:19 +08:00
Andrew Nicols
1dacf6193f
MDL-62140 core_privacy: Improve unit test
2018-04-24 10:20:13 +08:00
Andrew Nicols
06e1ec0cf4
Merge branch 'MDL-62140_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-04-24 10:19:49 +08:00
Jun Pataleta
2be0984d4f
Merge branch 'MDL-61764_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-04-24 09:54:01 +08:00
Jun Pataleta
9826b43f94
Merge branch 'MDL-61882-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-04-24 09:38:04 +08:00
Andrew Nicols
660d630ad5
Merge branch 'MDL-61984-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-24 09:34:53 +08:00
Andrew Nicols
f203772256
Merge branch 'MDL-61995-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-24 08:21:33 +08:00
cescobedo
6675f08970
MDL-61882 auth_oauth2: Implement Privacy API
2018-04-23 19:35:51 +02:00
David Monllao
b039e36e7e
Merge branch 'MDL-61915-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-04-23 16:26:30 +02:00
David Monllao
11379b3995
Merge branch 'MDL-62042-m33' of https://github.com/sammarshallou/moodle into MOODLE_33_STABLE
2018-04-23 16:08:27 +02:00
cescobedo
184c8ddb25
MDL-61915 enrol: Add privacy implementation for all enrol plugins
...
None of the Enrol plugins (except lti and paypal) have any user preference or database table.
They all implement the null provider.
2018-04-23 14:25:49 +02:00
Mark Nelson
b628cab84f
MDL-62140 core_privacy: add helper functions to add system/user context
2018-04-23 20:08:22 +08:00
David Monllao
bc67687abf
MDL-62047 core_userkey: No return types in php 5.x
2018-04-23 13:09:18 +02:00
Andrew Nicols
f9bbcab782
Merge branch 'wip-MDL-61759-33' of https://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-04-23 18:32:45 +08:00
David Monllao
fae6020b32
Merge branch 'MDL-62078-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-04-23 12:09:06 +02:00
David Monllao
e0de954728
Merge branch 'MDL-62047-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-23 11:59:42 +02:00
David Monllao
59fc010ac9
Merge branch 'MDL-61891-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-23 11:55:40 +02:00
Sara Arjona
54f5ded420
MDL-61998 cohort: Implement privacy API
2018-04-23 11:44:35 +02:00
Zig Tan
e93d70e1c9
MDL-61995 tool_assignmentupgrade: Implemented privacy providers
2018-04-23 16:55:19 +08:00
Marina Glancy
2d6bc5cd57
MDL-61759 admin: non-existing site policy handler means no policy
2018-04-23 16:47:27 +08:00
Andrew Nicols
501dec0271
Merge branch 'MDL-62055-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-04-23 16:05:23 +08:00
Jun Pataleta
dd0c7b7329
Merge branch 'MDL-62049_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-04-23 13:54:24 +08:00
Marina Glancy
b7f7b588a3
MDL-62138 core: remove core_register and core_publish
...
These components have no classes and no strings and have no purspose. Component core_hub is responsible
for storing data, defining classes and strings for site registration and course publishing
This also reverts MDL-61945
2018-04-23 13:23:32 +08:00
Jun Pataleta
c592b7529c
Merge branch 'wip-MDL-61966-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-04-23 13:11:14 +08:00
Mark Nelson
47bad57184
MDL-62049 core_privacy: use correct lang string for date
2018-04-23 13:03:47 +08:00
Andrew Nicols
9a17f41506
MDL-61891 core_portfolio: Use manager method caller
2018-04-23 10:13:43 +08:00
Andrew Nicols
e435e42e29
MDL-61891 core_plagiarism: Use manager method caller
2018-04-23 10:13:14 +08:00
Andrew Nicols
63a4554474
MDL-61891 privacy: Add helper to call methods on interfaces
2018-04-23 10:11:20 +08:00
Andrew Nicols
368436baac
Merge branch 'MDL-61759-33-nonexistinghandler' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-04-22 21:06:41 +08:00
Frédéric Massart
d3a7b1ff87
MDL-61986 mod_lesson: Implement privacy API
2018-04-22 17:32:14 +08:00
sarjona
616559742e
MDL-62078 rss: Link to core_userkey in the Privacy API implementation
2018-04-22 09:05:41 +02:00
Andreas Grabs
0b1c63416f
MDL-62011 course: Approval of a course request fails
2018-04-21 20:55:36 +02:00
Eloy Lafuente (stronk7)
7bd8cd00de
weekly release 3.3.5+
2018-04-20 23:52:07 +02:00
sam marshall
37acf2d4be
MDL-62042 core_search: Unicode non-characters cause indexing problems
...
Unicode characters such as U+FFEF can be entered into Moodle data and
cause indexing failures. This change strips them out of search fields.
2018-04-20 12:24:31 +01:00
Sara Arjona
c82e60d0f3
MDL-62055 imscp: Implement privacy API
2018-04-20 09:04:53 +02:00
Adrian Greeve
062c83aae2
MDL-61966 block_myoverview: Update to provider for user preferences.
2018-04-20 14:51:56 +08:00
Andrew Nicols
ac3bb88f6f
MDL-61958 core_rss: Remove type-hint for PHP 5.6
2018-04-20 12:25:27 +08:00
Mark Nelson
5f02dbb5fd
MDL-61764 message_popup: implement privacy provider
2018-04-20 12:10:57 +08:00
Jun Pataleta
349d0b6772
Merge branch 'MDL-62048_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-04-20 11:53:21 +08:00
Andrew Nicols
a55d5c8292
Merge branch 'MDL-61892-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-20 11:49:59 +08:00
Zig Tan
a85d8cffc1
MDL-61892 admin/tools: Implement null privacy providers
2018-04-20 11:46:30 +08:00
Andrew Nicols
4caf14d0dc
Merge branch 'wip-MDL-62035-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-04-20 11:36:19 +08:00
Adrian Greeve
5b9837e832
MDL-62035 core_blog: Update to blog with comments.
...
This makes blog use the updated delete methods in the
comments provider.
2018-04-20 10:52:05 +08:00
Adrian Greeve
ed7c8cf849
MDL-62035 core_comment: Update to deletion methods.
...
Also clarification with the export method to clarify that it
is only for one context.
2018-04-20 10:51:51 +08:00
Andrew Nicols
6a76fdfa40
Merge branch 'MDL-62003-33-privacyfiles' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-04-20 10:43:54 +08:00
Jun Pataleta
36f4e4c861
Merge branch 'MDL-61848-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-04-20 09:19:35 +08:00
Andrew Nicols
10093c3635
MDL-61836 blog: Fix random order failures
2018-04-20 08:57:11 +08:00
Łukasz Szeremeta
c9ef8771ce
MDL-61827 auth: Change Facebook Graph API v2.8 to v.2.12 in OAuth2
...
Use v2.12 Facebook Graph API instead of v2.8
2018-04-20 02:33:55 +02:00
Eloy Lafuente (stronk7)
5f2fe216f0
Merge branch 'MDL-61836-33-fix' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-20 02:29:04 +02:00
Eloy Lafuente (stronk7)
bf91ad7c8c
Merge branch 'MDL-61991-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-04-20 02:25:10 +02:00
Eloy Lafuente (stronk7)
be960b40a0
Merge branch 'MDL-61975-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-20 02:18:14 +02:00
Andrew Nicols
48037ff7b0
MDL-61836 comment: Add missing require
2018-04-20 08:17:59 +08:00
Eloy Lafuente (stronk7)
a5ca61930d
Merge branch 'MDL-61348-take2_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2018-04-20 02:02:15 +02:00
cescobedo
fa334d3119
MDL-61848 auth_manual: Implement Privacy API
2018-04-20 00:28:40 +02:00
Andrew Nicols
b71fc4ce4b
Merge branch 'MDL-61836-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-19 20:37:33 +08:00
Frédéric Massart
113e66d70b
MDL-61984 mod_chat: Implement privacy API
2018-04-19 17:33:14 +08:00
Frédéric Massart
297661d754
MDL-61836 core_blog: Prevent randomness in comments order
2018-04-19 16:07:09 +08:00
Mark Nelson
e8112121d5
MDL-62025 mod_choice: add missing join on modules table
2018-04-19 15:52:42 +08:00
Andrew Nicols
6480c4091e
MDL-62047 core_userkey: Add privacy implementation
2018-04-19 15:30:39 +08:00
Andrew Nicols
b81b826c4a
MDL-62047 core_userkey: Define component path
2018-04-19 15:26:09 +08:00
Andrew Nicols
af1c644712
Merge branch 'MDL-61568-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-19 15:01:37 +08:00
Andrew Nicols
3a84788acf
Merge branch 'MDL-61970-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-19 14:54:02 +08:00
Andrew Nicols
78ecf75ead
Merge branch 'MDL-61969-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-19 14:49:44 +08:00
Jun Pataleta
721fd1795f
Merge branch 'MDL-61878-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-19 14:39:55 +08:00
Zig Tan
c92feb872d
MDL-61568 repository_flickr: Fix oauth secret export
2018-04-19 14:39:47 +08:00
Mihail Geshoski
b7844952d7
MDL-61878 fileconverter_googledrive: Add privacy files and unit tests
2018-04-19 13:20:50 +08:00
Frédéric Massart
34d73b6faa
MDL-61970 mod_survey: Do not assume context passed is one of survey
2018-04-19 13:12:48 +08:00
Mark Nelson
cb4f59d780
MDL-62048 core_privacy: extend test to ensure table exists
2018-04-19 13:04:11 +08:00
Andrew Nicols
521751de69
Merge branch 'MDL-61945-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-04-19 11:56:32 +08:00
Andrew Nicols
c813b07254
Merge branch 'MDL-61948-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-19 11:47:50 +08:00
Andrew Nicols
399252fd85
Merge branch 'MDL-61836-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-19 11:22:07 +08:00
Andrew Nicols
bdbe55c831
Merge branch 'MDL-61970-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-19 11:13:53 +08:00
David Monllao
7ff43c2334
Merge branch 'MDL-61716-33' of git://github.com/mastnym/moodle into MOODLE_33_STABLE
2018-04-18 17:40:10 +02:00
David Monllao
35b09d5623
MDL-61958 rss: Add rss test suite
2018-04-18 17:38:28 +02:00
David Monllao
9073a4e708
Merge branch 'MDL-61958-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-04-18 17:22:40 +02:00
David Mudrák
f3a972d97a
MDL-62003 privacy: Consistently export files into _files folder
...
There were two major issues with the previous implementation:
* The exported folder name was localised so it was "Files" or "Soubory"
etc depending on the current language. Yet URLs referring to the files
in that folder were always rewritten with hard-coded English "files".
* Files from all fileareas and itemids were all exported to a single
target directory. So if there were two files with the same name being
exported from multiple areas (such as submission_content and
submission_attachment in the workshop module), one would overwrite
another.
The patch addresses these issues as follows:
* To unify the folder name and also to minimise the risk of conflict
with a subcontext folder, we now always export stored files under
"_files" folder.
* Under that folder, there is a subdirectory with the area name and then
eventually another subdirectory with non-zero itemid. And there
finally the stored_file is exported to under its own file path.
2018-04-18 17:08:16 +02:00
Martin Mastny
8b58e0535c
MDL-61716 auth_oauth2: field names in mappings allow all characters
2018-04-18 16:54:45 +02:00
David Monllao
dced5c43c8
Merge branch 'MDL-38099-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-04-18 14:14:55 +02:00
Sara Arjona
7ce30dda42
MDL-61958 core_rss: Implement privacy API
2018-04-18 13:38:00 +02:00
Eloy Lafuente (stronk7)
5c4ff2db85
Merge branch 'MDL-61621_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
2018-04-18 12:58:59 +02:00
Jun Pataleta
31d0fb4349
Merge branch 'MDL-62025_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-04-18 16:25:43 +08:00
Jun Pataleta
a2155a12e4
Merge branch 'MDL-61928_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2018-04-18 16:00:21 +08:00
Mark Nelson
774108ca8a
MDL-62025 mod_choice: only export in the CONTEXT_MODULE context
2018-04-18 15:12:37 +08:00
Frédéric Massart
c9ca50d029
MDL-61970 mod_survey: Implement privacy API
2018-04-18 14:56:31 +08:00
Andrew Nicols
5298471d0f
Merge branch 'MDL-61568-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-18 14:26:01 +08:00
Mihail Geshoski
22f6afdcd5
MDL-61969 datapreset_imagegallery: Implement null privacy provider
2018-04-18 13:51:35 +08:00
Zig Tan
0a617a7e20
MDL-61568 core_repository: Implement privacy providers
2018-04-18 13:49:33 +08:00
Zig Tan
73f8e3dc26
MDL-61568 repository_onedrive: Implement privacy providers
2018-04-18 13:49:33 +08:00
Zig Tan
709350d111
MDL-61568 repository_youtube: Implement privacy providers
2018-04-18 13:49:33 +08:00
Zig Tan
8186a5994d
MDL-61568 repository_wikimedia: Implement privacy providers
2018-04-18 13:49:27 +08:00
Zig Tan
70698f7964
MDL-61568 repository_picasa: Implement privacy providers
2018-04-18 13:47:56 +08:00
Zig Tan
ecebec32bc
MDL-61568 repository_merlot: Implement privacy providers
2018-04-18 13:47:56 +08:00
Zig Tan
5b0ae8c97d
MDL-61568 repository_googledocs: Implement privacy providers
2018-04-18 13:47:56 +08:00
Zig Tan
ce52426d52
MDL-61568 repository_flickr_public: Implement privacy providers
2018-04-18 13:47:56 +08:00
Zig Tan
a00de36d15
MDL-61568 repository_flickr: Implement privacy providers
2018-04-18 13:47:44 +08:00
Mihail Geshoski
0f4c592b5c
MDL-61948 core_media: Implement null privacy provider
2018-04-18 13:44:30 +08:00
Jun Pataleta
07f6d8962c
Merge branch 'MDL-61520-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2018-04-18 13:28:12 +08:00
Andrew Nicols
132ea1c052
Merge branch 'MDL-61957-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-04-18 13:10:34 +08:00
Zig Tan
9f2f2294d8
MDL-61979 tool_cohortroles: Implemented privacy providers
2018-04-18 10:55:05 +08:00
Eloy Lafuente (stronk7)
c873339cc1
Merge branch 'm33_MDL-59857' of https://github.com/danmarsden/moodle into MOODLE_33_STABLE
2018-04-18 03:08:35 +02:00
Luca Bösch
a5dddf9bff
MDL-61991 theme_boost: Question correctness displayed as label.
2018-04-17 22:38:24 +02:00
Luca Bösch
9152286263
MDL-38099 comments: year in comments date
2018-04-17 22:37:33 +02:00
Eloy Lafuente (stronk7)
3e3a083ed1
weekly release 3.3.5+
2018-04-17 19:54:34 +02:00
Eloy Lafuente (stronk7)
a879012464
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-04-17 19:54:32 +02:00
Sara Arjona
18b98348a9
MDL-61957 gradereport_user: Implement privacy API
2018-04-17 14:48:04 +02:00
Sara Arjona
caeb922dea
MDL-61957 gradereport_singleview: Implement privacy API
2018-04-17 14:47:19 +02:00
Sara Arjona
f79f0b5975
MDL-61957 gradereport_overview: Implement privacy API
2018-04-17 14:46:35 +02:00
Sara Arjona
6b8921a67b
MDL-61957 gradereport_outcomes: Implement privacy API
2018-04-17 14:45:55 +02:00
Sara Arjona
01dd8aff46
MDL-61957 gradereport_history: Implement privacy API
2018-04-17 14:45:14 +02:00
Sara Arjona
f4c5e78107
MDL-61957 gradereport_grader: Implement privacy API
2018-04-17 14:44:30 +02:00
Andrew Nicols
019a88a178
MDL-61663 phpunit: Add portfolio to the testsuite list
2018-04-17 14:45:04 +08:00
cescobedo
ef66a33a94
MDL-61945 core_register: Implement Privacy API
2018-04-17 08:26:26 +02:00
Jun Pataleta
6411b74074
Merge branch 'MDL-61862-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-17 12:04:20 +08:00
Andrew Nicols
3b8ee4c3a0
Merge branch 'wip-MDL-61663-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-04-17 11:46:58 +08:00
Adrian Greeve
a3a7a072e1
MDL-61663 portfolio: Update to the external system link names.
...
Changed the name of the link to something less like an English
string for each of the portfolios.
2018-04-17 11:44:10 +08:00
Andrew Nicols
db1a3e6623
Merge branch 'MDL-61977-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-17 11:43:32 +08:00
Frédéric Massart
739507da50
MDL-61862 mod_feedback: Tweak query to support UNION on TEXT fields
...
Thanks Oracle.
2018-04-17 11:36:55 +08:00
Andrew Nicols
ace39db60f
Merge branch 'MDL-61980-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-17 11:35:37 +08:00
Andrew Nicols
4dd2d6a7e0
Merge branch 'MDL-61916-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-04-17 11:19:40 +08:00
Zig Tan
1414c0c83a
MDL-61568 repository_dropbox: Implement privacy providers
2018-04-17 11:16:58 +08:00
Zig Tan
9fd2c9c529
MDL-61568 repository_boxnet: Implement privacy providers
2018-04-17 11:14:50 +08:00
Andrew Nicols
d405b3b89a
Merge branch 'MDL-61918-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-17 11:13:16 +08:00
Zig Tan
65f6e6ad89
MDL-61568 repository_webdav: Implement null privacy provider
2018-04-17 11:12:59 +08:00
Zig Tan
948d3f566f
MDL-61568 repository_user: Implement null privacy provider
2018-04-17 11:11:22 +08:00
Andrew Nicols
8cd3227cd4
Merge branch 'MDL-61903-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-17 11:10:36 +08:00
Zig Tan
a5947dc4cc
MDL-61568 repository_url: Implement null privacy provider
2018-04-17 11:10:21 +08:00
Zig Tan
b767d92456
MDL-61568 repository_upload: Implement null privacy provider
2018-04-17 11:08:37 +08:00
Zig Tan
208a7c059f
MDL-61568 repository_skydrive: Implement null privacy provider
2018-04-17 11:07:09 +08:00
Zig Tan
bbaea992ab
MDL-61568 repository_s3: Implement null privacy provider
2018-04-17 11:06:07 +08:00
Zig Tan
6b318d7f2b
MDL-61568 repository_recent: Implement null privacy provider
2018-04-17 11:04:44 +08:00
Zig Tan
3656528c45
MDL-61568 repository_local: Implement null privacy provider
2018-04-17 11:03:35 +08:00
Zig Tan
80ba17b0a5
MDL-61568 repository_filesystem: Implement null privacy provider
2018-04-17 11:02:21 +08:00
Zig Tan
fe9954ef1f
MDL-61568 repository_equella: Implement null privacy provider
2018-04-17 11:00:56 +08:00
Zig Tan
b94fe0ece2
MDL-61568 repository_coursefiles: Implement null privacy provider
2018-04-17 10:59:52 +08:00
Zig Tan
c585e4fc60
MDL-61568 repository_areafiles: Implement null privacy provider
2018-04-17 10:58:36 +08:00
Mihail Geshoski
e217c239fd
MDL-61903 webservice: Implement null privacy provider
...
Implement null privacy provider to rest, soap and xmlrpc webservice plugins.
2018-04-17 09:21:19 +08:00
Dan Marsden
bdb5843290
MDL-59857 mod_scorm: use valid length for grade type field.
2018-04-17 08:44:50 +12:00
Jun Pataleta
2eb7414d52
Merge branch 'MDL-61862-33-56' of git://github.com/FMCorz/moodle into MOODLE_33_STABLE
2018-04-16 23:29:50 +08:00
Eloy Lafuente (stronk7)
225408d744
MDL-61819 editor: add testsuite to phpunit.xml
2018-04-16 16:38:58 +02:00
David Monllao
07fa93a0ec
Merge branch 'MDL-61819-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-16 16:15:29 +02:00
Andrew Nicols
86feef9a01
MDL-61819 core_editor: Implement core provider
2018-04-16 21:54:32 +08:00
Andrew Nicols
d885504581
MDL-61819 editor_atto: Implement null provider
2018-04-16 21:54:32 +08:00
Andrew Nicols
1e9ba15782
MDL-61819 editor: Implement editor null providers
2018-04-16 21:54:07 +08:00
Frédéric Massart
e07927711e
MDL-61862 mod_feedback: Implement core_privacy API
2018-04-16 18:47:14 +08:00
David Monllao
1ff3c3a64c
Merge branch 'MDL-61741-33-paypal' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-04-16 10:59:04 +02:00
David Monllao
933afbd395
Merge branch 'wip-MDL-61808-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-04-16 10:04:09 +02:00
Jun Pataleta
0fc22245e1
Merge branch 'MDL-61708-MOODLE33-lti-fullnamedisplay' of https://github.com/wjroes/moodle into MOODLE_33_STABLE
2018-04-16 15:29:52 +08:00
Sara Arjona
81ea58cdf5
MDL-61958 rss: Create core_rss lang file and move rss string
...
At the moment will only be copied one of the rss strings ('rss').
The issue MDL-61997 has been created to move the rest of the core_rss lang
strings from moodle.php to rss.php.
AMOS BEGIN
CPY [rss,core],[rss,core_rss]
AMOS END
2018-04-16 09:17:52 +02:00
Sara Arjona
0682576b8e
MDL-61958 lang: Move privatefilesmanage string to correct place
2018-04-16 09:17:52 +02:00
Jun Pataleta
4a12d7a081
Merge branch 'MDL-61974-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-16 13:16:11 +08:00
Andrew Nicols
517baef479
MDL-61974 privacy: Rewrite the content writer storage
2018-04-16 11:11:47 +08:00
Andrew Nicols
b88a6ac832
Merge branch 'MDL-61952-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-04-16 10:52:15 +08:00
Andrew Nicols
4ccebf873e
Merge branch 'MDL-61954-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-04-16 10:47:35 +08:00
Andrew Nicols
bc77389997
Merge branch 'MDL-61902-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-16 10:22:10 +08:00
Mihail Geshoski
fbf8d40f98
MDL-61918 assignment: Implement null privacy provider
...
Implement null privacy provider to offline, online, upload and uploadsingle assignment plugins.
2018-04-16 10:03:25 +08:00
Mihail Geshoski
0c8d774cba
MDL-61902 media: Implement null privacy provider
2018-04-16 09:48:32 +08:00
AMOS bot
51b7c14545
Automatically generated installer lang files
2018-04-16 00:07:30 +00:00
Adrian Greeve
396fe24044
MDL-61808 tool_monitor: Implemented privacy classes.
...
This plugin is now compatible with the new privacy system.
2018-04-14 10:57:28 +08:00
Mihail Geshoski
7b9251eb7f
MDL-61980 booktool: Implement null privacy provider
...
Implement null privacy provider into booktool_exportimscp, booktool_importhtml, booktool_print plugin.
2018-04-13 16:20:49 +08:00
David Mudrák
5f9e43efaa
MDL-61759 admin: Fix notice if attempting use nonexisting policy handler
...
The list of all known handlers may not contain the configured value,
raising the PHP undefined index notice.
2018-04-13 10:00:34 +02:00
Jake Dallimore
1568fc669c
MDL-61663 portfolio_picasa: add privacy provider implementation
2018-04-13 14:49:57 +08:00
Jake Dallimore
3a3abbbbd8
MDL-61663 portfolio_googledocs: add privacy provider implementation
2018-04-13 14:49:56 +08:00
Jake Dallimore
ca50317233
MDL-61663 portfolio_flickr: add privacy provider implementation
2018-04-13 14:49:56 +08:00
Jake Dallimore
b8bea9d1b7
MDL-61663 portfolio_download: add privacy provider implementation
2018-04-13 14:49:56 +08:00
Jake Dallimore
a4535a6511
MDL-61663 portfolio_boxnet: add privacy provider implementation
2018-04-13 14:49:56 +08:00
Jake Dallimore
f5579a67d8
MDL-61663 portfolio_mahara: add privacy provider implementation
2018-04-13 14:49:55 +08:00
Jake Dallimore
ff0e438780
MDL-61663 core_portfolio: add subsystem privacy provider
...
Added provider for portfolio plugins, and legacy polyfill for plugins.
2018-04-13 14:49:54 +08:00
Zig Tan
f9d9e29861
MDL-61977 tool_profiling: Implemented null privacy provider
2018-04-13 14:40:42 +08:00
Zig Tan
c4b7e6de55
MDL-61975 tool_recyclebin: Implemented null privacy provider
2018-04-13 13:59:42 +08:00
Frédéric Massart
6275657518
MDL-61836 core_blog: Implement privacy API
2018-04-13 13:31:22 +08:00
David Monllao
e1ed5f7ae4
weekly release 3.3.5+
2018-04-12 14:38:19 +02:00
David Monllao
5204900673
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-04-12 14:38:18 +02:00
Sara Arjona
a2a91c1fcf
MDL-61954 gradeimport_xml: Implement privacy API
2018-04-12 09:57:57 +02:00
Sara Arjona
5ae13d00c0
MDL-61954 gradeimport_direct: Implement privacy API
2018-04-12 09:57:27 +02:00
Sara Arjona
2c746ce80a
MDL-61954 gradeimport_csv: Implement privacy API
2018-04-12 09:56:43 +02:00
Sara Arjona
a79e82588d
MDL-61952 gradeexport_xml: Implement privacy API
2018-04-12 08:32:30 +02:00
Sara Arjona
0405156624
MDL-61952 gradeexport_xls: Implement privacy API
2018-04-12 08:32:16 +02:00
Sara Arjona
a8f19ad776
MDL-61952 gradeexport_txt: Implement privacy API
2018-04-12 08:31:35 +02:00
Sara Arjona
9de64f724e
MDL-61952 gradeexport_ods: Implement privacy API
2018-04-12 08:31:07 +02:00
nlnrose
cb411703b7
MDL-61802 Admin: Corrected typo in test file.
...
The file privcacy_provider_test.php was supposed to be
privacy_provider_test.php.
2018-04-12 00:24:09 +02:00
Eloy Lafuente (stronk7)
6477811c56
Merge branch 'MDL-61828-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-12 00:14:57 +02:00
Eloy Lafuente (stronk7)
0103da4a97
Merge branch 'MDL-61895-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-11 23:58:34 +02:00
Eloy Lafuente (stronk7)
1475e116df
Merge branch 'MDL-61896-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-11 23:55:14 +02:00
David Monllao
e0228935e4
MDL-61743 message: Add context level checking
2018-04-11 19:32:31 +02:00
David Monllao
b43a5dd313
MDL-61743 core_privacy: Add context level checks for all users deletion
2018-04-11 19:32:26 +02:00
Andrew Nicols
9c68283112
MDL-61743 core_privacy: Reduce context specificty
...
Deletion is called for a context against all components, not just
modules.
2018-04-11 19:32:08 +02:00
David Monllao
8cb537ec1b
Merge branch 'MDL-61873-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-04-11 18:42:09 +02:00
David Monllao
2e980b6b3a
Merge branch 'MDL-61581-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-04-11 18:08:10 +02:00
Jake Dallimore
1c93fc9444
Merge branch 'MDL-59691-33' of https://github.com/lucisgit/moodle into MOODLE_33_STABLE
2018-04-11 16:02:31 +08:00
Simey Lameze
5155bf10bc
MDL-61520 quiz: fix references for xhtml on stats report
2018-04-11 10:49:45 +08:00
Andrew Nicols
1a83ee366d
Merge branch 'MDL-61881-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-11 10:16:24 +08:00
Zig Tan
cd0173d077
MDL-61881 report: fix privacy lang strings
2018-04-11 10:12:23 +08:00
Andrew Nicols
9280d2ca0b
Merge branch 'MDL-61731-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-11 09:12:51 +08:00
Mihail Geshoski
ee49ade9c9
MDL-61731 message_email: Add privacy files and unit tests
2018-04-11 09:08:19 +08:00
Andrew Nicols
1eaf0be6ed
Merge branch 'MDL-61867-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-11 08:52:42 +08:00
AMOS bot
7c46fbea90
Automatically generated installer lang files
2018-04-11 00:07:34 +00:00
Tim Hunt
5d307557cb
MDL-61928 formslib: shortforms should work with non-editable forms
2018-04-10 17:40:25 +01:00
Tim Hunt
24d2357da7
MDL-61348 quiz reports: fix incorrect groups averages
...
the averages were wrong if a user had mulitple enrolments in a course,
which can happen with some enrolment plugins.
2018-04-10 17:12:09 +01:00
Eloy Lafuente (stronk7)
00cb9fe1e1
Merge branch 'wip-MDL-58697-33-assigngrading' of git://github.com/adamann2/moodle into MOODLE_33_STABLE
2018-04-10 15:54:26 +02:00
David Monllao
fd772ad29a
Merge branch 'MDL-61838-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-10 13:44:28 +02:00
David Monllao
84f821c5c8
Merge branch 'MDL-61843-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-10 13:42:57 +02:00
Eloy Lafuente (stronk7)
dd5039e55d
MDL-61875 tests: Use existing component & support $CFG->admin
2018-04-10 13:12:14 +02:00
Eloy Lafuente (stronk7)
6e5876ca57
Merge branch 'MDL-61875-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2018-04-10 13:06:53 +02:00
David Monllao
8392c88414
Merge branch 'MDL-61846-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-10 08:59:45 +02:00
David Monllao
fddf02e152
Merge branch 'MDL-61129-fix-accessibility-on-tables-mod_survey_Moodle-33' of https://github.com/guillalva06/moodle into MOODLE_33_STABLE
2018-04-10 07:59:22 +02:00
Andrew Nicols
94714224d9
Merge branch 'MDL-61795-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-10 10:58:15 +08:00
Mihail Geshoski
e17623068c
MDL-61795 block_rss_client: Add privacy files and unit tests
2018-04-10 09:42:33 +08:00
Jake Dallimore
0ccecc5f49
MDL-61875 core_privacy: update the core_component_list in the manager
2018-04-10 08:52:01 +08:00
Jake Dallimore
3ad05e0471
MDL-61875 core_component: new method to get full components list
2018-04-10 08:51:59 +08:00
Eloy Lafuente (stronk7)
bc3e7588b9
Merge branch 'MDL-61860-33' of https://github.com/mackensen/moodle into MOODLE_33_STABLE
2018-04-10 01:01:17 +02:00
Eloy Lafuente (stronk7)
61ab947bd1
Merge branch 'MDL-60196_33' of https://github.com/mfabriczy/moodle into MOODLE_33_STABLE
2018-04-10 00:57:46 +02:00
cescobedo
6757aa403e
MDL-61916 format: Add privacy implementation for all format plugins
...
None of the Course format plugins have any user preference or database table.
They all implement the null provider.
2018-04-10 00:31:12 +02:00
Daniel Thies
f9c68b4a4d
MDL-61476 mod_glossary: Check XML arrays exist
2018-04-09 23:47:34 +02:00
Daniel Thies
ff9019a16b
MDL-61476 mod_glossary: Support tags in entries export
2018-04-09 23:47:26 +02:00
Eloy Lafuente (stronk7)
3857876a58
Merge branch 'MDL-61861-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-09 20:30:41 +02:00
Tony Butler
3eef55dda4
MDL-59691 assignfeedback_editpdf: Allow comment placement to all edges
...
Plus a couple of extra usability improvements:
- Collapse comment during move to allow precise placement
- Change cursor style to indicate that dragging is possible
2018-04-09 16:56:35 +01:00
Tony Butler
8531f802ec
MDL-59691 assignfeedback_editpdf: Allow comments to collapse to top-left
...
Forcing them to collapse to the bottom-left corner seems less natural
and effectively changes the location of existing comments from pre-3.3
2018-04-09 16:56:35 +01:00
Guillermo Alvarez
77e0eaf2a6
MDL-61129 survey: Add colgroup attribute at survey question tables
2018-04-09 10:32:07 -05:00
Andrew Nicols
d2979fb33f
Merge branch 'MDL-61829-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-09 15:30:15 +08:00
Zig Tan
ed3ab1da74
MDL-61829 block_community: Implement privacy provider
2018-04-09 14:12:12 +08:00
Mihail Geshoski
9f5aecebfe
MDL-61867 fileconverter_unoconv: Add privacy files
2018-04-09 11:45:06 +08:00
Zig Tan
192e9b2e1e
MDL-61881 report_usersessions: Implement null privacy provider
2018-04-09 10:48:37 +08:00
Zig Tan
737ab6eff8
MDL-61881 report_stats: Implement null privacy provider
2018-04-09 10:47:57 +08:00
Zig Tan
652ce0a4dd
MDL-61881 report_security: Implement null privacy provider
2018-04-09 10:46:55 +08:00
Zig Tan
63de5af968
MDL-61881 report_questioninstances: Implement null privacy provider
2018-04-09 10:46:18 +08:00
Zig Tan
6bc3ca7a4c
MDL-61881 report_performance: Implement null privacy provider
2018-04-09 10:41:15 +08:00
Helen Foster
5bb45aaa3c
MDL-61033 mod_quiz: Update lang string
2018-04-09 10:41:04 +08:00
Andrew Nicols
34931397bc
Merge branch 'MDL-61033-33' of https://github.com/nashtechdev01/moodle into MOODLE_33_STABLE
2018-04-09 10:40:56 +08:00
Zig Tan
747373c3f6
MDL-61881 report_participation: Implement null privacy provider
2018-04-09 10:40:20 +08:00
Zig Tan
31b0b02025
MDL-61881 report_outline: Implement null privacy provider
2018-04-09 10:39:22 +08:00
Zig Tan
168d335990
MDL-61881 report_loglive: Implement null privacy provider
2018-04-09 10:37:49 +08:00
Zig Tan
932689aa5e
MDL-61881 report_log: Implement null privacy provider
2018-04-09 10:36:53 +08:00
Zig Tan
09913a019b
MDL-61881 report_eventlist: Implement null privacy provider
2018-04-09 10:35:10 +08:00
Zig Tan
dee60ecadb
MDL-61881 report_courseoverview: Implement null privacy provider
2018-04-09 10:33:43 +08:00
Zig Tan
4017db1b69
MDL-61881 report_configlog: Implement null privacy provider
2018-04-09 10:32:27 +08:00
Zig Tan
a2881f0511
MDL-61881 report_competency: Implement null privacy provider
2018-04-09 10:27:17 +08:00
Zig Tan
da6c666441
MDL-61881 report_backup: Implement null privacy provider
2018-04-09 10:26:32 +08:00
Andrew Nicols
04de230de4
MDL-61896 filter: Implement privacy API for all filters
2018-04-08 15:54:34 +08:00
Andrew Nicols
89ed12aa50
MDL-61895 availability: Implement null provider for plugins
2018-04-08 14:23:23 +08:00
Andrew Nicols
767a4a4da5
MDL-61861 privacy: Add unit tests to check all providers.
2018-04-08 14:13:24 +08:00
Andrew Nicols
0014edcb6e
MDL-61828 core_privacy: Support proper nesting in test trees
2018-04-08 13:31:31 +08:00
Charles Fulton
6a73402fdf
MDL-61860 auth: standardise config inclusion
2018-04-07 12:20:30 -04:00
Willem Roes
67553b916f
MDL-61708 mod_lti: use fullname for lis_person_name_full
...
Fullname passed on to LTI Provider was in format 'firstname lastname'
completely ignoring fullnamedisplay settings.
2018-04-07 09:33:14 +02:00
Luca Bösch
dc57cba6be
MDL-61581 lesson: style continue to last buttons
2018-04-06 16:41:46 +02:00
David Monllao
08cbe9b56c
MDL-61621 blocks: New API function
2018-04-06 13:13:40 +02:00
cescobedo
fd07089a41
MDL-61873 auth: Add privacy implementation for all auth plugins
...
None of the Auth plugins (except manual and oauth2) have any user preference or database table.
They all implement the null provider.
2018-04-06 13:13:27 +02:00
Andrew Nicols
77e236ca8f
MDL-61861 core_tag: Correct langstring identifier
2018-04-06 14:21:59 +08:00
Mihail Geshoski
f50f0978da
MDL-61846 dataformat: Add privacy implementation for all plugins
2018-04-06 09:26:06 +08:00
Mihail Geshoski
30eced81da
MDL-61843 report_completion: Add privacy files
2018-04-06 09:14:50 +08:00
Mihail Geshoski
ea82e35775
MDL-61838 report_progress: Add privacy files
2018-04-06 09:01:26 +08:00
Eloy Lafuente (stronk7)
14fc7f597a
weekly release 3.3.5+
2018-04-05 15:38:08 +02:00
Eloy Lafuente (stronk7)
16c3e11c0d
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-04-05 15:38:06 +02:00
Jake Dallimore
de3f8e2653
Merge branch 'MDL-61761-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-05 13:19:01 +08:00
Mihail Geshoski
cc2454a92b
MDL-61761 message_jabber: Add privacy files and unit tests
2018-04-05 11:59:38 +08:00
Jake Dallimore
01d52250a4
Merge branch 'wip-MDL-61163-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-04-05 10:37:46 +08:00
Andrew Nicols
2aa76eae1d
Merge branch 'MDL-60726-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-04-05 08:39:39 +08:00
Eloy Lafuente (stronk7)
57d9e97c00
Merge branch 'MDL-61818-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-05 01:10:39 +02:00
Rohith
e79517f1ee
MDL-61746 PARAM_CLEANHTML: Fix documentation typos
2018-04-05 00:43:45 +02:00
Eloy Lafuente (stronk7)
a000775fed
Merge branch 'MDL-61781-33-fix' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-04-04 10:51:40 +02:00
Jun Pataleta
7bd0c3beba
MDL-61781 admin_settings: Fix default settings value for docroot
2018-04-04 16:48:13 +08:00
Zig Tan
583281c7e6
MDL-60726 assign: Fix assign submission confirmation alignment
2018-04-04 16:35:30 +08:00
Andrew Nicols
ed070b8d46
Merge branch 'MDL-61692-33-2' of https://github.com/snake/moodle into MOODLE_33_STABLE
2018-04-04 13:08:49 +08:00
Andrew Nicols
86b5c08a80
Merge branch 'wip-MDL-56635-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-04-04 11:32:42 +08:00
Jake Dallimore
6eb7886c9c
MDL-61692 core_privacy: add privacyfields to link_ methods
...
Some subsystems are like conduits, passing data along to plugins which,
in turn, send the data externally. Only the component linking to (using)
the subsystem will know what data it is sending along to the eventual
external system, so should be able to specify this at the time of
linking. The same goes for plugintypes.
2018-04-04 10:04:07 +08:00
Andrew Nicols
80ca92cfc7
Merge branch 'MDL-61751-33-fix' of https://github.com/snake/moodle into MOODLE_33_STABLE
2018-04-04 09:12:08 +08:00
Jake Dallimore
958b46ad18
MDL-61751 core_plagiarism: fix fatal error with privacy legacy polyfill
2018-04-04 09:00:45 +08:00
Eloy Lafuente (stronk7)
742af6b337
Merge branch 'MDL-61451-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-04-04 01:40:57 +02:00
Eloy Lafuente (stronk7)
11e04e1bd4
Merge branch 'MDL-61817-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-04 01:23:22 +02:00
Eloy Lafuente (stronk7)
62a0907588
MDL-61751 core_plagiarism: add testsuite to phpunit.xml
2018-04-04 01:06:51 +02:00
Luca Bösch
bbd4e0c745
MDL-61502 questions: add filter tests to gapselect question type.
2018-04-04 00:58:02 +02:00
Eloy Lafuente (stronk7)
e3bcf576b1
Merge branch 'wip-MDL-61522-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-04-04 00:46:43 +02:00
Eloy Lafuente (stronk7)
a98506c8e4
Merge branch 'MDL-61703-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-04 00:35:20 +02:00
Eloy Lafuente (stronk7)
4853023e80
Merge branch 'MDL-61751-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-04 00:24:08 +02:00
Eloy Lafuente (stronk7)
61ee905511
Merge branch 'MDL-61781-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-04-03 23:47:48 +02:00
Eloy Lafuente (stronk7)
04cfb8194a
Merge branch 'MDL-61724-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-04-03 23:40:17 +02:00
Eloy Lafuente (stronk7)
623ee07cfe
Merge branch 'MDL-60115-Book-cancel-button-redirect-bug-33' of https://github.com/Moodlers/moodle-1 into MOODLE_33_STABLE
2018-04-03 21:46:41 +02:00
Marcus Fabriczy
a83ceb2be8
MDL-60196 core_course: Fix the display of custom LTI icons
...
Custom LTI icons attached to LTI tools did not display - a regression
caused by MDL-55796.
Change-Id: I9b956f4b4959a992fe763cdb05cf684cd92cc8de
2018-04-03 20:37:45 +09:30
Jake Dallimore
1b6f7526df
Merge branch 'wip-MDL-61815-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-04-03 17:54:43 +08:00
Jake Dallimore
707e1c5527
Merge branch 'wip-MDL-61127-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-04-03 17:35:58 +08:00
Adrian Greeve
cbca0b7c89
MDL-61127 filepicker: Selected repository now highlighted.
2018-04-03 16:44:38 +08:00
Adrian Greeve
b2ee1cf532
MDL-61127 filepicker: Added aria-selected attribute to repos.
...
The repository list in the file picker now as aria-selected
added to denote which repository is selected.
2018-04-03 16:44:30 +08:00
Andrew Nicols
5e8a151aff
Merge branch 'wip-MDL-61629-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-04-03 16:00:25 +08:00
Adrian Greeve
fcedf5a69b
MDL-61629 message_airnotifier: Add privacy files and unit tests.
2018-04-03 14:47:19 +08:00
Andrew Nicols
abf6c76dbf
Merge branch 'MDL-61020-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-04-03 14:21:58 +08:00
Adrian Greeve
1b842c1eed
MDL-61815 core_privacy: Fix for metadata types and new method.
...
Minor fix for subsystem_link and plugintype_link.
Addition of get_null_provider_reason in the manager class.
2018-04-03 13:57:33 +08:00
Eloy Lafuente (stronk7)
036ab38556
Merge branch 'MDL-61689-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-03 01:17:35 +02:00
Eloy Lafuente (stronk7)
2baf76b657
MDL-61223 course: keep some tests using old values (January 1st 1970)
2018-04-03 00:14:01 +02:00
Andrew Nicols
01ac2dfe67
MDL-61223 course: Set default course start date
2018-04-02 12:04:21 +02:00
Eloy Lafuente (stronk7)
8dd32ca48b
Merge branch 'MDL-61801-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-04-02 11:04:28 +02:00
Andrew Nicols
1b0e5bbcd3
MDL-61817 tinymce: Add privacy implementation for all plugins
...
None of the TinyMCE plugins have any user preference or database table.
They all implement the null provider.
2018-04-02 13:51:20 +08:00
Andrew Nicols
c1034f8595
MDL-61818 antivirus: Implement core_privacy API
2018-04-02 13:46:42 +08:00
Michael Brown
06a28cd3e7
MDL-60115 mod_book: Book Resource Cancel Button Redirect Bug
...
When the user creates a book but adds no chapters, hitting cancel on
the chapter creation page would redirect you right back to the same
page with no explanation. This solution redirects to the course page
when canceling chapter creation when no chapters are present.
2018-04-02 04:12:59 +00:00
Andrew Nicols
c7640874bf
MDL-61751 core_privacy: Correct test return
2018-04-01 13:36:57 +08:00
Jake Dallimore
458c700143
MDL-61751 core_plagiarism: add polyfill for plagiarism provider
2018-04-01 13:36:57 +08:00
AMOS bot
6a4148c734
Automatically generated installer lang files
2018-03-31 00:07:25 +00:00
Andrew Nicols
e9dbec72f8
MDL-61801 core_privacy: Correct bug in unit test provider
2018-03-29 22:45:43 +08:00
Luca Bösch
b555c2aee0
MDL-61781 installation: docs link should have https.
2018-03-29 12:12:39 +02:00
Andrew Nicols
147174ffbb
MDL-61703 privacy: Allow writing of user preferences at any context
2018-03-29 15:29:45 +08:00
Jun Pataleta
6a643e96d6
weekly release 3.3.5+
2018-03-29 12:55:55 +08:00
Jun Pataleta
0742adc1f8
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-03-29 12:55:54 +08:00
Marina Glancy
33e486cad6
MDL-61163 mod_wiki: guests should be able to view frontpage modules
...
When wiki is added to the frontpage and the guest role has capability to view
wiki, users should not be required to log in.
2018-03-29 11:12:41 +08:00
Marina Glancy
2c89620ad0
MDL-61163 mod_wiki: add default view capability to frontpage
...
It is inconsistent that guests are allowed to view frontpage wiki but once user is logged in they
loose this capability
2018-03-29 11:12:41 +08:00
Marina Glancy
96e983e488
MDL-61163 mod_wiki: correct capability check in modinfo
...
Wiki defines capability mod/wiki:viewpage instead of standard mod/wiki:view . This means that people
who do not have capability to view wiki still see it in the modules list.
Also corrected unittest that was testing situation when student has capability to create pages
but does not have capability to view pages. Such student should not see wiki module at all.
2018-03-29 11:12:40 +08:00
Jake Dallimore
c2abd2c0f0
Merge branch 'MDL-61770-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-28 13:35:55 +08:00
Andrew Nicols
8256acd42e
MDL-61770 iplookup: Check types rather than values
2018-03-28 10:58:49 +08:00
Shamim Rezaie
4b057b9d1a
MDL-61020 media_videojs: Fix RTL display issues
2018-03-28 13:38:14 +11:00
Eloy Lafuente (stronk7)
085f325851
Merge branch 'MDL-39060-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-03-27 13:45:53 +02:00
Ankit Agarwal
4d26291ddc
MDL-51362 libraries: Remove deprecated admin tool unittest
2018-03-27 13:39:38 +02:00
Eloy Lafuente (stronk7)
6dcb3a1692
Merge branch 'MDL-61321-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2018-03-27 12:45:20 +02:00
Jun Pataleta
b2970055de
Merge branch 'MDL-60762-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-03-27 15:47:07 +08:00
Adam Pawełczak
0ac58fc0d7
MDL-60762 tool_usertours: Respect $CFG->admin in manager.php
2018-03-27 15:23:07 +08:00
Jun Pataleta
558fc27a1d
Merge branch 'wip-MDL-61328-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-03-27 13:50:01 +08:00
Jun Pataleta
7c6310c1c0
Merge branch 'MDL-61257-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-03-27 12:52:56 +08:00
dinhloc
5d70a00dd8
MDL-61033 quiz: Editing a quiz while a preview is open
...
Editing a quiz while a preview is open in another browser tab can leads to a cryptic error that is hard to recover from
2018-03-27 11:32:44 +07:00
Jun Pataleta
e78265a235
Merge branch 'MDL-61656_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-03-27 12:11:22 +08:00
Eloy Lafuente (stronk7)
99c4c947fe
Merge branch 'MDL-61248_m33' of https://github.com/ak4t0sh/moodle into MOODLE_33_STABLE
2018-03-27 01:43:11 +02:00
Eloy Lafuente (stronk7)
57f1a4adc7
Merge branch 'MDL-61576-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-03-26 23:26:30 +02:00
Eloy Lafuente (stronk7)
7c08cacca7
Merge branch 'MDL-61691-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2018-03-26 23:15:28 +02:00
Matteo Scaramuccia
23c1612fe1
MDL-59596 ddl: Support MariaDB 10.2.4+ SQL_MODE new default value.
2018-03-26 23:08:23 +02:00
Matteo Scaramuccia
7da1a29e3b
MDL-59596 ddl: Added has_breaking_change_sqlmode()
2018-03-26 23:08:23 +02:00
Andrew Nicols
69b780e97a
Merge branch 'MDL-55532-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2018-03-26 15:36:27 +08:00
Andrew Nicols
9f271d765d
Merge branch 'MDL-61733-33' of https://github.com/MartinGauk/moodle into MOODLE_33_STABLE
2018-03-26 15:02:41 +08:00
Jake Dallimore
8f8d4649b6
MDL-61691 core_plagiarism: fix namespace in privacy provider interface
2018-03-26 12:30:45 +08:00
Mihail Geshoski
543afc2850
MDL-61257 reports: Report logs link to unavailable completion report
2018-03-26 12:25:29 +08:00
Nick Phillips
be17ced747
MDL-55532 gradebook: fix grade export to include category names
2018-03-26 11:50:13 +08:00
Mihail Geshoski
783eecec41
MDL-61724 resource: Unable to view or download file resource
2018-03-26 11:21:40 +08:00
Marina Glancy
71092f49c9
MDL-61328 tool_usertours: do not fix tour sortorder after step editing
...
otherwise it breaks when we try to modify the step sortorder
2018-03-26 09:52:59 +08:00
Zig Tan
1892dd565f
MDL-39060 backup: fix typo backup destroy() function
2018-03-26 09:28:59 +08:00
AMOS bot
a269833f80
Automatically generated installer lang files
2018-03-25 00:06:35 +00:00
David Mudrák
49f57eb19d
MDL-61741 enrol_paypal: Prevent some edge-case false errors
...
While testing the plugin in various scenarios, I've noticed that there
are two situations which the current code does not handle quite well:
* Detecting for existing txn_id record was likely to throw "found more
than one record" debugging message. Fixed by explicitly ignoring
multiple records.
* The incoming IPN verification message does not always contain the
recipient's email in the "business" field. When a payment has to be
claimed manually at PayPal (e.g. as a result of currencies mismatch
and other settings), the email is coming only in the "receiver_email"
field. This led to PHP notice and caused the script to fail falsely.
2018-03-23 19:51:43 +01:00
David Mudrák
6f420dc5d0
MDL-61741 enrol_paypal: Fix the IPN verification endpoint URL
...
IPN protocol spec has different URL for sending the verification
request. Better to have it fixed even if the existing value still
seems to work - to avoid unexpected surprise in the future.
Source: https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNImplementation/#specs
2018-03-23 19:45:27 +01:00
Arnaud Trouvé
a27e44f244
MDL-61248 admin: fix incorrectly initialized property
2018-03-23 16:23:21 +01:00
Martin Gauk
577410806c
MDL-61733 atto_table: fix creating new table
...
If Atto is embedded in an HTML table (e.g. in the database activity
on the template pages), you could not create a new table.
2018-03-23 09:48:05 +00:00
Eloy Lafuente (stronk7)
c6846832d5
weekly release 3.3.5+
2018-03-22 16:57:11 +01:00
Eloy Lafuente (stronk7)
5bfbe050ee
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-03-22 16:57:09 +01:00
Jake Dallimore
9237d70fc8
Merge branch 'MDL-58179-33-fix' of https://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-22 12:06:50 +08:00
Andrew Nicols
ff565b1f9c
MDL-58179 mod_lesson: Add missing : in labels
2018-03-22 12:02:21 +08:00
Andrew Nicols
f9bd55fae3
Merge branch 'MDL-61530-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-22 11:49:55 +08:00
Renaat Debleu
a6b5e1366e
MDL-61530 mod_glossary: import_entries.feature needs @_file_upload tag
2018-03-22 11:45:28 +08:00
Jun Pataleta
f4733abf2a
Merge branch 'MDL-52989-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-03-22 11:29:34 +08:00
Jun Pataleta
862439c883
MDL-52989 mod_lesson: Fix typo in feature description
2018-03-22 11:28:53 +08:00
Luca Bösch
e9786dc883
MDL-52989 mod_lesson: Fix cluster_jump returning a cluster page id.
2018-03-22 11:28:52 +08:00
Eloy Lafuente (stronk7)
7c9b564f3f
Merge branch 'MDL-61658-33-allcountrycodes' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-03-21 19:38:13 +01:00
David Mudrák
041072f63c
MDL-61658 user: Fix displaying of user's country name
...
In these cases we want to use the method get_list_of_countries() to
obtain translated names of all potential country codes. The country code
is already there in the database. So it does not matter if the country
is among those whitelisted in $CFG->allcountrycodes - we want to see its
name anyway.
2018-03-21 18:07:13 +01:00
David Mudrák
bc4e9f628c
MDL-61658 user: Fix parsing of the agedigitalconsentmap setting
...
When parsing and validating the value of the Digital age of consent
(agedigitalconsentmap) field, we want to load all country codes. Not
just the ones whitelisted for drop down menus that users can choose
from.
2018-03-21 18:07:13 +01:00
AMOS bot
85b56ae4f7
Automatically generated installer lang files
2018-03-21 00:06:23 +00:00
Juan Leyva
48dfcbe27b
MDL-61321 mod_feedback: Return all the items responses
...
The WS should receive all the item responses for all the attempts.
2018-03-20 10:37:41 +01:00
Luca Bösch
2f0b720d6c
MDL-58179 lesson: Avoid using span with class "label"
2018-03-20 13:48:41 +08:00
Andrew Nicols
26a4ad65dc
MDL-61597 calendartype: Implement the privacy API
2018-03-20 02:27:32 +01:00
Andrew Nicols
8269544f2f
MDL-61689 phpunit: Be stricter about output during unit tests
...
This change also add fail-on-risky to travis to help pick these up, and
verbosity too.
We only fail on risky during Travis and not during normal output because
developers may want to debug tests.
2018-03-20 08:33:13 +08:00
AMOS bot
775b6d0d50
Automatically generated installer lang files
2018-03-20 00:06:22 +00:00
AMOS bot
25627e446f
Automatically generated installer lang files
2018-03-20 00:06:22 +00:00
Andrew Nicols
eb82d420f0
Merge branch 'MDL-61265-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-03-19 10:52:10 +08:00
Andrew Nicols
bc360e9441
Merge branch 'MDL-58179-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-03-19 10:32:29 +08:00
Eloy Lafuente (stronk7)
e786a591d5
Moodle release 3.3.5
2018-03-17 01:18:30 +01:00
Eloy Lafuente (stronk7)
d9321f3342
Merge branch 'MDL-61672-33-abstractstaticmethod' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-03-16 23:26:10 +01:00
David Mudrák
b2865ca1e4
MDL-61672 admin: Fix sitepolicy handler API
...
The base class had abstract static methods which raises strict standards
warning on PHP 5.6.
2018-03-16 17:22:45 +01:00
cescobedo
c1ae0d9bc4
MDL-61451 message_area: core/auto_rows remove set height to 1px
2018-03-16 13:02:24 +01:00
Sara Arjona
7dc3c9b24e
MDL-61265 enrol: Add default numsections for external db
2018-03-16 11:33:33 +01:00
cescobedo
170abe6a2b
MDL-61576 mod_lti: remove allowinstructorcustom in lib/locallib.php
2018-03-16 10:41:35 +01:00
Luca Bösch
a1e64b07b5
MDL-58179 lesson: Avoid using span with class "label"
2018-03-16 08:47:18 +01:00
Jake Dallimore
9973df93f4
weekly release 3.3.4+
2018-03-16 10:08:50 +08:00
Eloy Lafuente (stronk7)
a68417183c
MDL-61656 report_security: fix role name
2018-03-16 02:26:24 +01:00
Eloy Lafuente (stronk7)
9e21adb5f7
Merge branch 'MDL-61570-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-16 01:15:35 +01:00
Andrew Nicols
65c23f097c
MDL-61570 tool_usertours: Implement Privacy API
2018-03-16 08:13:04 +08:00
Eloy Lafuente (stronk7)
92be49df49
MDL-61566 theme: PHP 5.6 compatibility
2018-03-16 00:48:58 +01:00
Eloy Lafuente (stronk7)
7eab2af613
Merge branch 'MDL-61566-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-16 00:30:08 +01:00
Eloy Lafuente (stronk7)
5fb193152e
Merge branch 'MDL-61571-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-15 23:51:09 +01:00
Jake Dallimore
44080d810b
Merge branch 'wip-MDL-61477-33-behat' of https://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-03-15 16:44:57 +08:00
Marina Glancy
c525fe3095
MDL-61477 auth_email: behat tests for sign up
2018-03-15 16:22:13 +08:00
Jake Dallimore
86fe3ca41b
Merge branch 'wip-MDL-61477-33-manager' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-03-15 11:41:12 +08:00
Marina Glancy
20884e18e5
MDL-61477 admin: sitepolicy handler API
...
- Define sitepolicy handler manager class, base class and the core handler
- Allow to set a plugin as sitepolicyhandler that implements the sitepolicy API
- Modify web services to return information from the 3rd party handler instead of core if needed
2018-03-15 11:31:30 +08:00
David Mudrák
b0b49c938b
MDL-61477 admin: Allow plugins to act as alternate policy handlers
...
The patch introduces a new site setting 'sitepolicyhandler' that can be
either empty or contain a plugin component name. If it is empty, the
site policy feature keeps working as before and the core keeps the
control over it.
If a plugin is specified, it is expected to implement the callback
'site_policy_handler' in its lib.php file. The callback should return a
URL to a script where the user can accept the site policies. The plugin
itself is responsible for setting the 'policyagreed' flag in the users
table. The callback may return an empty value, in which case the user
can continue using the site without being redirected.
The patch adds support for a new pre-config flag NO_SITEPOLICY_CHECK.
This constant should be defined and set to true if we should not check
the user's policyagreed status during the require_login().
This is for pages where the user actually accepts the site policies and
helps to avoid the redirect loop.
2018-03-15 09:30:05 +08:00
Eloy Lafuente (stronk7)
2e6acd5f60
Merge branch 'MDL-61600-33' of git://github.com/dpalou/moodle into MOODLE_33_STABLE
2018-03-14 14:43:47 +01:00
Eloy Lafuente (stronk7)
b0e4353ddd
Merge branch 'MDL-61620_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
2018-03-14 13:38:59 +01:00
David Monllao
16edec0104
MDL-61620 output: New action_menu options
2018-03-14 11:38:32 +01:00
Eloy Lafuente (stronk7)
07c9c193b3
Merge branch 'MDL-61398-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-14 11:22:33 +01:00
Eloy Lafuente (stronk7)
0817548194
Merge branch 'MDL-61475-33-v3' of git://github.com/snake/moodle into MOODLE_33_STABLE
2018-03-14 11:01:18 +01:00
Dani Palou
3585740ced
MDL-61600 recaptcha: Create a script to display recaptcha
2018-03-14 10:35:35 +01:00
Andrew Nicols
1cf00cde92
Merge branch 'MDL-60398-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-03-14 10:34:09 +08:00
Jake Dallimore
4ee7ad2377
Merge branch 'MDL-61307-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-14 09:46:06 +08:00
Jake Dallimore
9cdf3e4316
MDL-61475 mod_choice: perf improvement when exporting personal data
...
Instead of creating an array containing all record information and then
writing, we know write periodically during the recordset iteration, thus
alleviating any memory concerns associated with the array approach.
2018-03-14 09:37:57 +08:00
Jake Dallimore
60bf7bf6c2
MDL-61475 mod_choice: Update core_privacy implementation
2018-03-14 09:37:57 +08:00
Jun Pataleta
d378b3a50e
MDL-61475 mod_choice: Add implementation of Privacy API
2018-03-14 09:37:57 +08:00
Andrew Nicols
82c9aa61a8
MDL-61398 block_html: Implement privacy API
2018-03-14 09:33:16 +08:00
Andrew Nicols
cb8197f594
MDL-61307 core_privacy: Add unit test to check installed providers
2018-03-14 09:32:32 +08:00
David Mudrák
9873a175a5
MDL-61392 enrol_paypal: Improve IPN input parameters checking
2018-03-14 09:12:09 +08:00
David Mudrák
89033d2d07
MDL-61392 enrol_paypal: Improve the IPN notifications handling
...
* Notify administrators once incoming IPN request is verified by PayPal.
* Fix the HTTP status as expected by the IPN protocol.
2018-03-14 09:12:09 +08:00
Eloy Lafuente (stronk7)
110e818da7
Merge branch 'MDL-61625_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
2018-03-14 00:59:29 +01:00
David Mudrák
5d06da4e41
MDL-60101 auth_oauth2: Don't allow suspended users to SSO in via OAuth2
...
Without this patch, users could still log in as a suspended account via
OAuth2 SSO feature.
2018-03-13 10:13:00 +01:00
Jake Dallimore
78ebc5d9e7
Merge branch 'm33_MDL-61626_PgSQL_Table_Name_Could_Be_Schema_Qualified' of https://github.com/scara/moodle into MOODLE_33_STABLE
2018-03-13 15:38:15 +08:00
Andrew Nicols
d8952802e7
Merge branch 'MDL-59070-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-03-13 13:55:25 +08:00
Andrew Nicols
7a49ac3d79
Merge branch 'MDL-61397-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-03-13 12:59:47 +08:00
Andrew Nicols
1983c83957
Merge branch 'MDL-61567-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-03-13 12:21:36 +08:00
Eloy Lafuente (stronk7)
1b1b6313c0
Merge branch 'MDL-61307-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-13 03:27:53 +01:00
Zig Tan
d2bc47577b
MDL-61397 blocks: Fix null_provider namespace for blocks
...
Also added null provider for block_messages
2018-03-13 10:07:44 +08:00
Andrew Nicols
674a9c859d
MDL-61307 core: Language changes
2018-03-13 09:42:23 +08:00
Andrew Nicols
56335cc001
MDL-61307 privacy: Rename deletion functions
2018-03-13 08:52:26 +08:00
Andrew Nicols
2e86cca9ca
MDL-61307 core: Remove deletion_criteria
2018-03-13 08:50:27 +08:00
Eloy Lafuente (stronk7)
0913f3314f
Merge branch 'MDL-48501-mdl33' of git://github.com/jswebster/moodle into MOODLE_33_STABLE
2018-03-12 23:51:06 +01:00
Matteo Scaramuccia
cf7979c622
MDL-61626 core_dml: pgsql and schema qualification.
2018-03-12 22:52:37 +01:00
Eloy Lafuente (stronk7)
cda6d082de
Merge branch 'wip-MDL-60241-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-03-12 18:29:00 +01:00
Eloy Lafuente (stronk7)
eb12fec156
Merge branch 'MDL-61397-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-12 17:31:35 +01:00
Eloy Lafuente (stronk7)
d2c04300f3
Merge branch 'MDL-61622-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2018-03-12 11:37:16 +01:00
David Monllao
ceb21de5e3
MDL-61625 persistent form: Add missing param to the constructor
2018-03-12 08:10:40 +01:00
Andrew Nicols
6aef716ec4
MDL-61566 theme: Add Privacy providers for all core themes
2018-03-12 13:28:08 +08:00
Andrew Nicols
fc16e61230
MDL-61571 atto: Implement null provider for atto plugins
2018-03-12 13:22:58 +08:00
Andrew Nicols
0534fbc2aa
Merge branch 'MDL-61513-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-03-12 12:26:48 +08:00
Andrew Nicols
5b9f872429
Merge branch 'MDL-61498-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-03-12 12:08:07 +08:00
Andrew Nicols
dd67898152
Merge branch 'MDL-61261-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-03-12 11:52:31 +08:00
Zig Tan
2377dbd9d8
MDL-61567 mod_url: Implement null provider mod_url
2018-03-12 11:24:21 +08:00
Zig Tan
3810c3ad36
MDL-61567 mod_resource: Implement null provider mod_resource
2018-03-12 11:23:56 +08:00
Zig Tan
ef9c44ad7e
MDL-61567 mod_page: Implement null provider mod_page
2018-03-12 11:23:26 +08:00
Zig Tan
3eac779614
MDL-61567 mod_label: Implement null provider mod_label
2018-03-12 11:20:33 +08:00
Zig Tan
5223ceed6b
MDL-61567 mod_folder: Implement null provider mod_folder
2018-03-12 11:19:57 +08:00
Zig Tan
f27cf98517
MDL-61397 blocks: Add null_providers for blocks with no user data
2018-03-12 08:46:33 +08:00
Juan Leyva
7fe0a3b051
MDL-61622 auth: New WS is_age_digital_consent_verification_enabled
2018-03-09 18:13:59 +01:00
Jake Dallimore
f03765aae7
Merge branch 'MDL-61307-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-03-09 13:37:40 +08:00
Andrew Nicols
9fa3922c77
MDL-61307 core_plagiarism: Add implementation of Privacy API
2018-03-09 12:24:39 +08:00
Andrew Nicols
4a9c1685bd
MDL-61307 core_privacy: Add legacy polyfill for contrib plugins
...
This legacy polyfill allows plugin developers who release a single
branch to work with multiple versions of Moodle to support the API in
both Moodle 3.3 with PHP 5.6, and later versions.
2018-03-09 12:24:39 +08:00
Andrew Nicols
fbb3918ebe
MDL-61307 core_privacy: Implementation of itself
2018-03-09 12:24:39 +08:00
Adrian Greeve
d17dc20947
MDL-61307 core_comment: Add implementation of privacy API
2018-03-09 12:24:39 +08:00
Andrew Nicols
a63717d365
MDL-61307 core_rating: Add implementation of Privacy API
2018-03-09 12:24:38 +08:00
Zig Tan
0867abed26
MDL-61307 core_tag: Unit tests for privacy implementation
2018-03-09 12:24:38 +08:00
Andrew Nicols
be94915636
MDL-61307 core_tag: Add implementation of privacy API
2018-03-09 12:24:38 +08:00
Jake Dallimore
5de4b14160
MDL-61307 core_privacy: Add the privacy manager
2018-03-09 12:24:38 +08:00
Marina Glancy
3e316b8713
MDL-60241 course: General section always visible (topics, weeks)
2018-03-09 12:11:31 +08:00
Andrew Nicols
267e1af112
MDL-61307 core_privacy: Define and test providers
2018-03-09 10:03:29 +08:00
Andrew Nicols
37db3b8561
MDL-61307 core: Add component_class_callback functionality
2018-03-09 10:03:29 +08:00
Andrew Nicols
5a146aa633
MDL-61307 core: Define a new privacy component
2018-03-09 10:03:28 +08:00
Jeff Webster
934220228a
MDL-48501 auth/email: update external class to use reCAPTCHA v2
2018-03-08 14:22:39 -05:00
Jeff Webster
3c9a5ae1cc
MDL-48501 mod_feedback: update feedback to use reCAPTCHA v2
2018-03-08 14:22:39 -05:00
Jeff Webster
8d7d722fb0
MDL-48501 login: update signup_form to use reCAPTCHA v2
2018-03-08 14:22:39 -05:00
Jeff Webster
2f0be313b3
MDL-48501 form/recaptcha: update to use reCAPTCHA v2
2018-03-08 14:22:39 -05:00
Jeff Webster
68e6299010
MDL-48501 recaptchalib_v2: add new lib to support reCAPTCHA v2
2018-03-08 14:22:39 -05:00
Jeff Webster
e3a18e4458
MDL-48501 lang: update reCAPTCHA language strings
2018-03-08 14:22:39 -05:00
Luca Bösch
21d27e3f96
MDL-59070 enrol_database: Take enablecompletion from template
2018-03-08 17:22:52 +01:00
Luca Bösch
a74a3f8ab8
MDL-61498 lesson: link to next activity in boost
2018-03-08 17:22:26 +01:00
Eloy Lafuente (stronk7)
e95f91c90a
weekly release 3.3.4+
2018-03-08 13:29:10 +01:00
Eloy Lafuente (stronk7)
7a793db488
NOBUG: Fixed SVG browser compatibility
2018-03-08 13:29:09 +01:00
Eloy Lafuente (stronk7)
645b80ea72
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-03-08 13:29:08 +01:00
Andrew Nicols
5c07c79657
Merge branch 'MDL-61423-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-03-08 15:30:36 +08:00
Mihail Geshoski
5cb155ad9d
MDL-61423 authentication: Add digital minor verification upon signup
2018-03-08 15:03:05 +08:00
Eloy Lafuente (stronk7)
a8b5704fb4
Merge branch 'MDL-60445-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-03-07 19:20:21 +01:00
Jesse Ritchey
707d3a3aa3
MDL-60445 theme_boost: remove fieldset tag
2018-03-07 11:09:04 +01:00
Andrew Nicols
9f11f13ad8
Merge branch 'WIP-MDL-60658-33' of https://github.com/chkhanu/moodle into MOODLE_33_STABLE
2018-03-07 11:37:45 +08:00
Andrew Nicols
b091c290bb
Merge branch 'wip-MDL-61322-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-03-07 10:58:24 +08:00
Andrew Nicols
c101a623d8
Merge branch 'MDL-61497-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-03-07 10:28:49 +08:00
AMOS bot
5815d6f01c
Automatically generated installer lang files
2018-03-07 00:06:38 +00:00
Eloy Lafuente (stronk7)
2e17137c8b
Merge branch 'MDL-36157-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-03-06 02:52:41 +01:00
Luca Bösch
28b6ae97e9
MDL-36157 block_rss_client: Don't double escape titles.
2018-03-06 00:20:33 +01:00
Luca Bösch
d527a497ea
MDL-36157 block_rss_client: Don't double escape titles.
2018-03-06 00:20:32 +01:00
Eloy Lafuente (stronk7)
64488fd069
Merge branch 'MDL-61211-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-03-05 23:33:44 +01:00
Eloy Lafuente (stronk7)
76148061d7
Merge branch 'MDL-55153-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-03-05 23:26:12 +01:00
Andrew Nicols
9214166d89
MDL-61268 core: Fix empty string DB cehck
...
(amended by stronk7 to use the helper better)
2018-03-02 16:32:36 +01:00
Andrew Nicols
253fcd9ce2
Merge branch 'wip-MDL-61268-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-03-02 10:03:58 +08:00
Adrian Greeve
218cbbed31
MDL-61268 blocks: Unit tests for deprecated object update.
...
Unit tests for testing that the upgrade functions to change
the now deprecated object to stdClass works.
2018-03-02 09:39:16 +08:00
Adrian Greeve
b3dfb6eafa
MDL-61268 blocks: Fix corrupt configdata in block instances.
...
Old configuration data in the block instances is base64 encoded with
the deprecated object class instead of stdClass.
2018-03-02 09:38:59 +08:00
Andrew Nicols
8fda9b0267
Merge branch 'MDL-61196_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-03-02 09:35:03 +08:00
Eloy Lafuente (stronk7)
5fafbd8a3c
Merge branch 'MDL-61533-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-03-02 01:43:12 +01:00
Helen Foster
9a550cac49
MDL-61533 lang: Merge English strings from the en_fix language pack
...
Significant string change:
* typeoflogin_desc,tool_mobile - removing sentence about autologinguests
2018-03-01 15:35:05 +01:00
Luca Bösch
ffd593db80
MDL-61497 repository_onedrive: Use post 2015 icon
2018-03-01 08:57:29 +01:00
Chernyavskiy Leonid
14618260c8
MDL-60658 course, gradebook: fix missing unformat_float for gradepass
...
Fix incorrect comparison of gradepass variable (with comma as decimal separator)
with grade variable when trying to save assignment settings.
Adds missing unformat_float($data['gradepass']).
2018-03-01 09:27:08 +07:00
Mihail Geshoski
7f1fcbda75
MDL-61211 lesson: Error when answer or response contains break tag
2018-03-01 09:52:22 +08:00
Andrew Nicols
5fc058c0b0
Merge branch 'MDL-61453-33-userpicturefiletype' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-03-01 08:46:44 +08:00
Eloy Lafuente (stronk7)
2faddcdef5
weekly release 3.3.4+
2018-02-28 12:58:18 +01:00
Jake Dallimore
a49458943c
Merge branch 'wip-MDL-61485-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-02-27 09:40:40 +08:00
Jake Dallimore
aaf815541b
Merge branch 'MDL-61480-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-02-27 09:05:42 +08:00
David Mudrák
eb618c1c71
MDL-61453 user: Fix accepted file type when uploading user pictures
...
Not all archives are supported, only ZIP files are.
2018-02-26 14:32:55 +01:00
Mihail Geshoski
4948a43536
MDL-60398 resource: Unable to download folder resource
2018-02-26 16:54:23 +08:00
Andrew Nicols
b4a4b7ce70
Merge branch 'wip-MDL-61455-33' of https://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-02-26 14:12:04 +08:00
Andrew Nicols
4f21e3a33f
MDL-61480 core: Check plugin installed before returning
2018-02-26 12:12:08 +08:00
Andrew Nicols
d6e63cb602
Merge branch 'MDL-60547-33' of git://github.com/cescobedo/moodle into MOODLE_33_STABLE
2018-02-26 10:27:56 +08:00
Andrew Nicols
504e36da8e
Merge branch 'MDL-61462-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-02-26 10:19:00 +08:00
Jake Dallimore
9c796e028d
weekly release 3.3.4+
2018-02-23 11:51:32 +08:00
Jake Dallimore
3a7f56c779
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-02-23 11:51:31 +08:00
Marina Glancy
c982d78c20
MDL-61522 mod_glossary: use full url in links
2018-02-23 10:56:22 +08:00
Carlos
c4f22db315
MDL-60547 message_popup: adding preventDefault at notification popover
2018-02-22 10:53:51 +01:00
Jun Pataleta
f926f376f8
MDL-61513 admin: Fix undefined $buttons variable
2018-02-22 10:22:38 +08:00
Eloy Lafuente (stronk7)
6972f8403f
Merge branch 'MDL-61324_lti_sync_33' of git://github.com/davosmith/moodle into MOODLE_33_STABLE
2018-02-22 08:31:59 +08:00
Dan Marsden
457fcfe3d0
MDL-61005 core_cohort: Allow teachers to view site-wide cohorts
2018-02-22 08:31:59 +08:00
Luca Bösch
bf085b7fc5
MDL-58845 mod_choice: Fix behat related tests
2018-02-22 08:31:58 +08:00
Andrew Nicols
2eb83b7678
Merge branch 'MDL-61421-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-02-22 08:31:57 +08:00
Andrew Nicols
a3e647dc98
Merge branch 'MDL-61408-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-02-22 08:31:57 +08:00
Sara Arjona
a5bac67326
MDL-55153 customlang: Remove local DB entries when deleting local file
2018-02-21 21:04:57 +01:00
Damyon Wiese
3117287072
MDL-61455 autocomplete: Return promise
...
Partial backport of MDL-59368
2018-02-21 09:40:07 +08:00
Mihail Geshoski
f6121c0bd6
MDL-61485 authentication: Add callback 'pre_signup_requests'
2018-02-20 10:00:02 +08:00
Eloy Lafuente (stronk7)
fd1ef60779
Merge branch 'MDL-58845-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-02-19 02:13:07 +01:00
Andrew Nicols
ff1f239381
Merge branch 'MDL-61289-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-02-19 09:08:00 +08:00
Jun Pataleta
6c855610bf
MDL-61289 mod_choice: Add extra user fields to response data
2018-02-19 08:54:39 +08:00
AMOS bot
8b1eb7742e
Automatically generated installer lang files
2018-02-19 00:06:34 +00:00
AMOS bot
08e1bbd86b
Automatically generated installer lang files
2018-02-17 00:06:37 +00:00
Luca Bösch
b899bab0bc
MDL-61408 qbehaviour: Correct "Check" button styling.
2018-02-16 08:43:45 +01:00
Luca Bösch
48352701a1
MDL-58845 mod_choice: In reports, respect "Show column for unanswered"
2018-02-16 08:43:42 +01:00
Jun Pataleta
f23541f3fb
MDL-61462 admin_roles: Point back to roles link to the correct URL
2018-02-16 10:33:25 +08:00
Damyon Wiese
ab83a52583
MDL-61455 boost: Don't allow z-index on pagination MDL-59809
...
This causes parts of the pagination bar to show through overlays and modals.
2018-02-16 10:08:12 +08:00
Marina Glancy
7f3c09ae49
MDL-56635 tags: use recordset since component may not be unique
2018-02-16 09:51:21 +08:00
Eloy Lafuente (stronk7)
2e8f163f64
weekly release 3.3.4+
2018-02-15 17:10:27 +01:00
Andrew Nicols
41275ea779
Merge branch 'wip-33-MDL-61344' of https://github.com/ndunand/moodle into MOODLE_33_STABLE
2018-02-13 09:04:45 +08:00
Andrew Nicols
e129c4733b
Merge branch 'MDL-61150_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-02-13 09:02:53 +08:00
David Monllao
8904b10b44
Merge branch 'MDL-61236-33' of git://github.com/farhan6318/moodle into MOODLE_33_STABLE
2018-02-12 12:14:28 +01:00
Nicolas Dunand
5e092e2540
MDL-61344 mod_assign: Show additional files when adding submission
2018-02-12 11:13:55 +01:00
David Monllao
235d4be426
Merge branch 'MDL-61153-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-02-12 10:56:14 +01:00
David Monllao
0ce2cf80ee
Merge branch 'MDL-61375_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-02-12 09:41:04 +01:00
Nick Phillips
7d5efd643c
MDL-56688 grade: fix ordering of grade items in grade_seq::flatten
2018-02-12 09:35:16 +01:00
Davo Smith
8566cace36
MDL-61324 enrol_lti: fix detection of changed grades during sync
2018-02-12 08:26:59 +00:00
David Monllao
f71d4d4a97
Merge branch 'mod-lti-fix-test-with-hardcoded-url-mdl33' of https://github.com/peikk0/moodle into MOODLE_33_STABLE
2018-02-12 09:21:04 +01:00
David Monllao
ccd495d806
Merge branch 'MDL-61425-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-02-12 09:13:20 +01:00
Sara Arjona
5613a37ab2
MDL-61421 cohort: Fix cohort_role_sync when a user is in two cohorts
2018-02-12 09:10:14 +01:00
Andrew Nicols
8e2eb1f335
Merge branch 'MDL-61366_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2018-02-12 15:26:39 +08:00
Shamim Rezaie
89660817f7
MDL-61425 theme_boost: Made question labels width full in question bank
2018-02-12 14:54:32 +11:00
Andrew Nicols
ea61136232
Merge branch 'MDL-61305-33-fix' of https://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-02-12 11:32:10 +08:00
Andrew Nicols
9a36044425
MDL-61305 modinfo: Add back missing require for course
2018-02-12 10:40:17 +08:00
Andrew Nicols
6dc3fc7508
Merge branch 'MDL-61305-m33' of https://github.com/sammarshallou/moodle into MOODLE_33_STABLE
2018-02-12 09:09:08 +08:00
Pierre Guinoiseau
8ba2f949d0
MDL-61379 mod_lti: fix a test comparing a hardcoded URL from fixtures
...
The hardcoded URL from tests/fixtures/ims_cartridge_basic_lti_link.xml
didn't match if TEST_EXTERNAL_FILES_HTTPS_URL was defined, the test
needs to compare with the exact same URL instead of a generated one.
2018-02-12 13:46:48 +13:00
Andrew Nicols
e53bde7de2
Merge branch 'MDL-61413_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-02-12 08:09:09 +08:00
Marina Glancy
aee5a8666a
MDL-61150 xmldb: correct path to schema in install.xml
2018-02-11 23:09:03 +01:00
Eloy Lafuente (stronk7)
a163049a64
MDL-61150 xmldb: Fix wrong PATH attributes in core
2018-02-11 23:09:03 +01:00
Farhan Karmali
055010a34a
MDL-61236 enrol: Course welcome message to be sent from correct contact
2018-02-11 20:49:31 +05:30
Eloy Lafuente (stronk7)
abe4724b32
MDL-61413 mod_lti: Use sql_compare_text() for comparing TEXTs
2018-02-11 02:18:58 +01:00
Mark Nelson
163a9d21e5
MDL-61196 message_popup: clean params before returning via WS
2018-02-09 17:37:04 +08:00
Mark Nelson
234d16cfcb
MDL-61375 mod_chat: specify the 'eventtype' to avoid duplicate rows
2018-02-09 14:47:17 +08:00
sam marshall
e598dc49a7
MDL-61305 Performance: Modinfo cache can get built in parallel
...
In a busy site it is possible that one user will access the site
while another is building modinfo cache. This can result in the
cache being built several times at once, potentially causing a
performance issue.
2018-02-08 14:50:48 +00:00
David Monllao
1702e66574
weekly release 3.3.4+
2018-02-08 09:29:12 +01:00
Andrew Nicols
9d8c7eaaa8
Merge branch 'MDL-61377-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-02-07 12:53:02 +08:00
Shamim Rezaie
a77941b809
MDL-61377 Core: Fixed faulty warning when using progress_bar
2018-02-07 14:48:39 +11:00
Eloy Lafuente (stronk7)
7fe0d459d6
MDL-52832 quiz: sql fixing couple of incorrect group by uses
2018-02-07 07:09:37 +08:00
Tim Hunt
bfe824dd3d
MDL-61366 setuplib: safely construct the ajax renderer when needed
2018-02-06 12:12:58 +00:00
David Monllao
ad0f68802a
Merge branch 'MDL-52832-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-02-06 12:20:19 +01:00
Dan Marsden
e3db31ac67
MDL-60421 tool_cohortroles: fix deprecated call.
2018-02-06 10:51:52 +01:00
Eloy Lafuente (stronk7)
00ab44ee52
Merge branch 'MDL-61168-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-02-05 20:40:36 +01:00
Eloy Lafuente (stronk7)
bb89fdcf22
Merge branch 'MDL-61341-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-02-05 20:08:30 +01:00
David Monllao
b813a2778b
Merge branch 'MDL-61027-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-02-05 11:56:36 +01:00
David Monllao
7e9362481d
Merge branch 'MDL-61251-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-02-05 11:50:54 +01:00
David Monllao
407a8d675e
Merge branch 'MDL-42764_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-02-05 11:18:54 +01:00
Andrew Nicols
38055cdb22
Merge branch 'MDL-61269_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2018-02-05 17:53:30 +08:00
Andrew Nicols
b3c71b12c7
Merge branch 'MDL-51189-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-02-05 15:58:30 +08:00
Eloy Lafuente (stronk7)
5ac4c7f2ba
MDL-61269 composer: better license GPL-3.0-or-later
...
Source: https://spdx.org/licenses/
2018-02-04 19:40:33 +01:00
Sara Arjona
0c8d6093dc
MDL-61261 badges: Add email validation during backpack configuration
2018-02-02 11:35:36 +01:00
Andrew Nicols
0ab8ddc56b
MDL-61341 theme_boost: Fix usertour zindex calculations
2018-02-02 11:36:46 +08:00
Jun Pataleta
2cda43b3bd
MDL-61168 mod_assign: Truncate only the online text submission
2018-02-02 09:21:41 +08:00
Luca Bösch
efc06d64e7
MDL-52832 quiz: timeclose in activities block looks after overrides.
2018-02-02 00:00:04 +01:00
Luca Bösch
a71eb555c2
MDL-61251 admin: configenablerssfeedsdisabled2 string more correct.
2018-02-01 22:57:20 +01:00
David Monllao
7517f9ea50
weekly release 3.3.4+
2018-02-01 14:26:40 +01:00
David Monllao
73f8281a01
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-02-01 14:26:39 +01:00
Jake Dallimore
158586680d
Merge branch 'MDL-60077-33-fix' of https://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-02-01 14:56:28 +08:00
Andrew Nicols
c81ead0adb
MDL-60077 tool_usertours: Pull v0.12.2 of usertours for triangle fix
2018-02-01 14:29:06 +08:00
David Mudrák
1ac64fbe83
MDL-61242 repository_equella: Fix missing class repository
...
The call to the class 'repository' introduced in the commit d05c2ac7cc
didn't fully work and threw: "Exception - Class 'repository' not found".
This fixes the missing library inclusion.
2018-02-01 10:34:39 +08:00
Eloy Lafuente (stronk7)
3111b937ef
Merge branch 'MDL-61058-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-02-01 10:34:38 +08:00
Eloy Lafuente (stronk7)
58c586c3c4
Merge branch 'MDL-61023-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-02-01 10:34:38 +08:00
Andrew Nicols
9b2b1b5b12
Merge branch 'MDL-61313_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
2018-02-01 10:34:38 +08:00
Eloy Lafuente (stronk7)
e9925ef601
Merge branch 'MDL-44612-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-02-01 10:34:37 +08:00
David Monllao
d8aba73bb4
Merge branch 'MDL-60646-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-02-01 10:34:37 +08:00
David Monllao
4174bcc99c
Merge branch 'MDL-60997-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-02-01 10:34:37 +08:00
David Monllao
f89874634c
Merge branch 'MDL-61260_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-02-01 10:34:36 +08:00
Jake Dallimore
66a13f93e4
Merge branch 'MDL-61253-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-02-01 10:34:36 +08:00
Andrew Nicols
859e9b3394
Merge branch 'MDL-60077-33' of https://github.com/HuongNV13/moodle into MOODLE_33_STABLE
2018-02-01 10:34:36 +08:00
Andrew Nicols
9aae08cc38
Merge branch 'MDL-61250-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2018-02-01 10:34:36 +08:00
Adrian Greeve
5608acd0d7
MDL-61322 reports: Reformated the display date to include the year.
2018-02-01 08:30:07 +08:00
AMOS bot
0b13c999e2
Automatically generated installer lang files
2018-02-01 00:06:56 +00:00
AMOS bot
fa62cb4137
Automatically generated installer lang files
2018-01-31 00:06:44 +00:00
David Monllao
db75ead6fe
MDL-61313 behat: Move future events further
2018-01-30 18:17:33 +01:00
AMOS bot
5ae345bdeb
Automatically generated installer lang files
2018-01-30 00:06:46 +00:00
Mark Nelson
ac8bf02214
MDL-42764 core: added missing string definition
...
Also changed the string index so it was not
vague. The index 'emailempty' appears as if it
could belong to a validation method for a form.
2018-01-29 19:08:32 +08:00
Huong Nguyen
a1a04839eb
MDL-60077 User tours: pop-up triangle look bad next to the corners
2018-01-29 10:34:58 +07:00
Mark Nelson
d8c58a53d3
MDL-61260 auth_ldap: require /user/profile/lib.php file
2018-01-29 11:31:36 +08:00
Eloy Lafuente (stronk7)
17384a4a8e
Merge branch 'wip-MDL-61242-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-01-29 01:41:23 +01:00
Luca Bösch
0a8e683595
MDL-61250 questions: Omit leading space in question preview link
2018-01-25 14:25:53 +01:00
Jun Pataleta
63da6656b9
MDL-60997 core_message: Add replytoname in unit test
2018-01-25 16:48:13 +08:00
Arnaud Trouvé
53556cf240
MDL-60997 messages: add property replytoname
2018-01-25 16:48:12 +08:00
Andrew Nicols
a11dae7625
weekly release 3.3.4+
2018-01-25 15:14:33 +08:00
Andrew Nicols
274d3ca6d5
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-01-25 15:14:29 +08:00
Jake Dallimore
492ddb2bf8
Merge branch 'MDL-60078-33-fix' of https://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-25 14:49:00 +08:00
Andrew Nicols
5bb4d629fc
MDL-60078 tool_usertours: Adjust accessibility checks for all themes
2018-01-25 12:50:33 +08:00
Eloy Lafuente (stronk7)
9cb82a1530
MDL-61269 behat-extension: bump to fix some caps & defaults
2018-01-25 00:32:28 +01:00
Jun Pataleta
a5e434b97e
MDL-44612 mod_glossary: Test importing of glossary entries
...
* And check that the importing of entries is reflected in the recent
activity block.
2018-01-24 16:39:24 +08:00
Jun Pataleta
cf9910912f
MDL-44612 mod_forum: Confirm forum post listing in recent activity block
2018-01-24 16:39:23 +08:00
Damyon Wiese
b2961aa526
MDL-61058 behat: Automate MDLQA-8146
...
Verify that the keyholder is displayed on the self enrolment page.
2018-01-24 16:37:05 +08:00
Damyon Wiese
48a5afe796
MDL-61023 behat: Automate MDLQA-8158
...
Verify the general section does not appear in the navigation when it is empty.
2018-01-24 16:35:56 +08:00
Andrew Nicols
83539ba7aa
MDL-61234 tool_usertours: Rewrite feature to work with all themes
2018-01-24 10:20:08 +08:00
Andrew Nicols
01484f2289
MDL-61253 repository: Add referenced files to archives
2018-01-23 11:52:13 +08:00
Shamim Rezaie
a167de121b
MDL-51189 Quiz: Edit overrides when quiz is not available to students
...
The $active variable should simply be used to dim the text, nothing more.
2018-01-23 10:53:40 +11:00
Eloy Lafuente (stronk7)
f058e911cd
Merge branch 'MDL-60918-33' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2018-01-22 20:17:43 +01:00
Eloy Lafuente (stronk7)
06cded2b76
Merge branch 'MDL-58006-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-01-22 20:00:20 +01:00
Eloy Lafuente (stronk7)
df5debbfc4
Merge branch 'MDL-60181-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-01-22 12:51:38 +01:00
Shamim Rezaie
1c1c751560
MDL-61027 calendar: Fix datetime profile field issue with non-Gregorian
2018-01-22 19:06:08 +11:00
Mihail Geshoski
e6645efea6
MDL-60181 glossary: Glossary rating is displayed wrongly
2018-01-22 13:59:52 +08:00
Zig Tan
eedd1437c8
MDL-58006 assign: Reset blindmarking assignments to hidden
...
Fix to reset blindmarking assigments to hidden as part of Course reset with behat test
2018-01-22 11:37:21 +08:00
Andrew Nicols
b1c1aa89ed
Merge branch 'MDL-60078-33' of https://github.com/nashtechdev01/moodle into MOODLE_33_STABLE
2018-01-22 11:31:15 +08:00
Eloy Lafuente (stronk7)
8ede8c859e
Merge branch 'MDL-61077_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2018-01-22 02:26:19 +01:00
Eloy Lafuente (stronk7)
e288c6314f
Merge branch 'MDL-61234-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-22 02:04:08 +01:00
Eloy Lafuente (stronk7)
4865f138c7
Merge branch 'wip-MDL-61175-MOODLE_33_STABLE' of https://github.com/kwiliarty/moodle into MOODLE_33_STABLE
2018-01-22 01:25:04 +01:00
Eloy Lafuente (stronk7)
9db5265f18
Merge branch 'MDL-61224_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-01-22 01:23:26 +01:00
Adrian Greeve
5b7ee7d6b3
MDL-61242 repository_equella: Add source key when sending the source.
...
A thank you to Nelson Cheng for find this issue and suggesting a patch.
2018-01-20 11:02:04 +08:00
Andrew Nicols
e1a489362c
MDL-61234 tool_usertours: Wrap library calls in pendingjs
2018-01-19 15:55:12 +08:00
AMOS bot
2da5023cd2
Automatically generated installer lang files
2018-01-19 00:07:12 +00:00
Kevin Wiliarty
b025f80743
MDL-61175 mod_assign: roll grade-by reminder on restore
2018-01-18 08:42:02 -05:00
Jun Pataleta
b65a529086
MDL-60646 user_portfolio: Fix action icons in Show / hide column
...
* Refactor the code to make it look cleaner and easier to read.
* Fixed incorrect alt-text for the configure icon.
* Fixed missing alt-text for show/hide icon.
2018-01-18 15:27:03 +08:00
Andrew Nicols
68673fb78d
weekly release 3.3.4+
2018-01-18 12:47:57 +08:00
Andrew Nicols
0de71f9432
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-01-18 12:47:54 +08:00
AMOS bot
82815a491e
Automatically generated installer lang files
2018-01-17 00:06:38 +00:00
Jun Pataleta
5abcd64852
Merge branch 'MDL-61221-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-16 23:01:29 +08:00
KietLy
da908a84c3
MDL-60078 User tours accessibility: Tab should go back into the pop-up
2018-01-16 17:36:57 +07:00
Mark Nelson
fde9d39538
MDL-61224 core_role: prevent short name from exceeding 100 chars
2018-01-16 18:18:04 +08:00
David Monllao
97cf15c9ad
Merge branch 'MDL-61010-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-16 09:25:49 +01:00
Adam Olley
6837f2f698
MDL-60918 core_message: update preferences of user behat test
2018-01-16 05:27:10 +00:00
Ryan Wyllie
83b01d7505
MDL-60918 message: use current user in message preference update
2018-01-16 05:27:10 +00:00
Andrew Nicols
e9c315ff85
MDL-61221 badges: Ignore site availabilty for behat
...
Behat sites should not be available publically, and the check against
the backpack API for site availablity can time out in some situations.
We should be testing as though the site _is_ available, as this is the
standard expectation.
2018-01-16 13:23:28 +08:00
David Knuplesch
fb4da0de30
MDL-60549 lti: support for moving embedded lti into separate tab
2018-01-16 10:12:24 +08:00
Eloy Lafuente (stronk7)
3cf3e20b77
Merge branch 'MDL-61204-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-16 02:17:08 +01:00
Andrew Nicols
2d6a9a6ef3
MDL-61204 user: Fix random failure in behat
...
We need to get into the habit of not using usernames like 'student1'
and 'student10' as our matches are non-strict, and the tests become
dependent upon DB sort order.
This change adds a character after the varying value to act as a
delimter for all of these tests.
2018-01-16 08:16:11 +08:00
Andrew Nicols
2a208a32cb
MDL-61010 mod_forum: Add unread link to blog view
2018-01-16 08:07:43 +08:00
AMOS bot
ba6233ae2c
Automatically generated installer lang files
2018-01-16 00:06:49 +00:00
Eloy Lafuente (stronk7)
ad2ed52966
Merge branch 'MDL-61081-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-01-16 00:28:01 +01:00
Eloy Lafuente (stronk7)
84bc03313b
Merge branch 'MDL-37390-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-01-16 00:25:41 +01:00
Eloy Lafuente (stronk7)
043279b4d9
Merge branch 'MDL-61162-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2018-01-15 22:58:12 +01:00
Tim Hunt
4a108f79a8
MDL-61077 question stats: make calculations more robust
2018-01-15 16:08:35 +00:00
David Monllao
0c496132cf
Merge branch 'MDL-60776-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2018-01-15 10:58:58 +01:00
Eloy Lafuente (stronk7)
d251a46588
Merge branch 'MDL-61166-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2018-01-15 10:57:57 +01:00
David Monllao
20c6e3628c
Merge branch 'MDL-55382-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2018-01-15 10:09:56 +01:00
Shamim Rezaie
6df9abc397
MDL-61166 Groups: Fixed a typo in PHPDoc
2018-01-14 09:23:00 +11:00
Eloy Lafuente (stronk7)
330fa046d5
Moodle release 3.3.4
2018-01-12 20:35:41 +01:00
Farhan Karmali
c16fd22bbc
MDL-37390 course: Set startdate properly for approved course
...
Once a course is approved the startdate is not set properly
This patch sets current midnight date as startdate and leave
enddate to 0
2018-01-12 10:03:43 +01:00
Farhan Karmali
b8cf9f06dc
MDL-61081 enrol: Start date for courses created by external db
...
Course created by external db enrolment plugin should have start date as current midnight date
2018-01-12 09:59:28 +01:00
do-you-even-curl
879c847aed
MDL-60776 enrol: Fix header for custom fullnamedisplay formats
...
In case you used a custom fullnamedisplay format that involved anything but spaces (e.g. commas) as delimiters the username header
would be displayed incorrectly and you wouldn't be able to click on the "Firstname" or "Surname" headers to sort according to them.
2018-01-12 09:52:01 +01:00
Eloy Lafuente (stronk7)
7c9b7feb10
weekly release 3.3.3+
2018-01-12 02:12:39 +01:00
Jake Dallimore
272467514a
Merge branch 'MDL-61177-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-11 09:23:42 +08:00
Cameron Ball
bbcf850b68
MDL-61143 core_files: Don't append dot when checking domain names or IP addresses.
...
Previously we appended a dot at the end of IP addresses and domain names in the
cURL security helper, but it causes issues with Google OAuth so this patch removes it.
2018-01-10 15:23:50 +08:00
Andrew Nicols
7bdde1a0ee
MDL-61177 badges: JS pending checks in connection test
2018-01-10 08:13:58 +08:00
Adrian Greeve
5912eca97e
MDL-61131 repositories: Added a key to verify incoming urls.
2018-01-09 11:34:51 +01:00
Cameron Ball
5dfceb9f52
MDL-61143 core_files: Update unit tests for curl_security_helper
...
Previously some of the unit tests were passing "by accident" becuase
we had the security helper letting through domains where the DNS lookup
failed. That behaviour has changed and now such domains are blocked.
Additionally tests for domains with multiple A records and weird Unicode
stuff have been added.
This patch also mocks the DNS resolution in the test, rather than actually
resolving the domain.
2018-01-09 16:54:30 +08:00
Cameron Ball
28b96ce145
MDL-61143 core_files: Block hosts that cannot be determined to be an IP address of domain name
...
Freaky deaky Unicode/octal/hex domains can be resolved by cURL but are technically not valid.
This patch causes anything that Moodle does not consider to be a valid domain or IP to be blocked
by the cURL security helper.
2018-01-09 16:54:30 +08:00
Cameron Ball
ef7dc1ae34
MDL-61143 core_files: Check all A records when testing blocked IPs
2018-01-09 16:54:30 +08:00
Simey Lameze
4f04ad2d19
MDL-60235 core_calendar: clean event name field
2018-01-09 16:54:30 +08:00
Juan Leyva
12b47586bb
MDL-60908 mod_quiz: Return question state only when configured
...
The question state should be returned following the quiz review options
settings.
2018-01-09 16:54:30 +08:00
David Monllao
67240e4539
Merge branch 'wip-MDL-60742-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2018-01-09 09:53:03 +01:00
David Monllao
a324b4981a
Merge branch 'MDL-60079-33' of https://github.com/nashtechdev01/moodle into MOODLE_33_STABLE
2018-01-09 08:11:01 +01:00
Andrew Nicols
63401025a9
Merge branch 'wip-MDL-60415-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2018-01-09 14:31:25 +08:00
David Knuplesch
e32a370df2
MDL-60415 mod_lti: avoid confusing error-message
2018-01-09 14:03:00 +08:00
Thinh Pham
c0f75375fe
MDL-60079 User tours: leave unnecessary aria tags in the page
2018-01-09 10:12:19 +07:00
Jun Pataleta
5dc4095720
Merge branch 'MDL-61068-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-09 09:51:41 +08:00
Andrew Nicols
50114457be
MDL-61068 mod_forum: Fix neighbour test dates
2018-01-09 09:49:49 +08:00
Eloy Lafuente (stronk7)
7857d77a30
Merge branch 'MDL-60943-m33' of https://github.com/sammarshallou/moodle into MOODLE_33_STABLE
2018-01-09 00:52:41 +01:00
Eloy Lafuente (stronk7)
6a8c7fd988
Merge branch 'MDL-61098-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2018-01-08 21:06:47 +01:00
Eloy Lafuente (stronk7)
1a7ded0892
Merge branch 'MDL-61068-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-08 19:56:42 +01:00
David Monllao
504bde6118
Merge branch 'MDL-61169-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-08 14:59:15 +01:00
Andrew Nicols
a38462a3aa
MDL-61169 iplookup: Change to github.com IP
2018-01-08 17:16:15 +08:00
Eloy Lafuente (stronk7)
1c6c7ac06d
Merge branch 'MDL-61046-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2018-01-08 10:07:42 +01:00
Andrew Nicols
c50907bdfd
Merge branch 'MDL-57786-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2018-01-08 15:17:53 +08:00
Andrew Nicols
65be0f98d8
Merge branch 'MDL-43042-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-01-08 15:13:57 +08:00
Andrew Nicols
fa13c8a8cb
Merge branch 'MDL-53985-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2018-01-08 12:52:48 +08:00
Jun Pataleta
1b091c789c
MDL-61162 mod_forum: Remove unnecessary forum creation step
2018-01-08 10:58:20 +08:00
Andrew Nicols
ff0edf2d12
MDL-61068 mod_forum: Round timed posts to nearest 60 seconds
...
This slightly reduces the effectiveness of the DB query cache, but gives
us correct results every time.
2018-01-05 16:43:56 +08:00
Mihail Geshoski
ac1af59d9b
MDL-43042 lesson: Confusing feedback order in multiple answer questions
2018-01-05 15:25:54 +08:00
sam marshall
d51a8d2e40
MDL-60943 core_search: Improve exception for preg_replace errors
2018-01-04 17:29:56 +00:00
Helen Foster
a1e72fc747
MDL-61046 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* pluginname_desc, enrol_category - improved explanation
* configdeleteunconfirmed, core_admin - setting applies to more than
just email-based self-registration
2018-01-04 12:09:15 +01:00
David Monllao
591fbbe972
weekly release 3.3.3+
2018-01-04 11:02:39 +01:00
David Monllao
41e6821e5d
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2018-01-04 11:02:38 +01:00
Mihail Geshoski
15646264c4
MDL-61153 lesson: Inconsistent column sizing in detailed statistics
2018-01-04 15:49:51 +08:00
Marina Glancy
505de3307c
MDL-60742 calendar: allow customisation of 12/24h time format strings
2018-01-04 15:15:58 +08:00
Jun Pataleta
e326124d9e
Merge branch 'MDL-40613-33-ldap' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2018-01-04 14:58:16 +08:00
Andrew Nicols
e6f2e62275
MDL-40613 auth_ldap: Call update_user_record on create
2018-01-04 14:40:33 +08:00
Jun Pataleta
c823d1c9aa
Merge branch 'MDL-40613_33-fix' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-01-04 09:58:19 +08:00
AMOS bot
d3b89d98f5
Automatically generated installer lang files
2018-01-04 00:07:13 +00:00
Mark Nelson
4c29192189
MDL-40613 auth_ldap: removed usage of profile_load_custom_fields()
2018-01-03 18:08:51 +08:00
AMOS bot
33947383f7
Automatically generated installer lang files
2018-01-03 00:06:35 +00:00
Eloy Lafuente (stronk7)
c2155bef19
Merge branch 'MDL-23887-33-2' of https://github.com/snake/moodle into MOODLE_33_STABLE
2018-01-03 00:25:42 +01:00
David Monllao
0829f91214
Merge branch 'MDL-57727-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2018-01-02 12:34:05 +01:00
Jake Dallimore
7ec58e84b0
MDL-23887 database: fix use of deprecated system tables for mssql
...
Catalog views are available which we should use instead.
2018-01-02 17:21:47 +08:00
Jun Pataleta
ae02647dec
Merge branch 'MDL-40613_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2018-01-02 16:51:10 +08:00
David Monllao
cb04f502d5
Merge branch 'MDL-61107_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2018-01-02 08:34:55 +01:00
Zig Tan
13c3219692
MDL-57786 mod_assign: Fix word count for online text submissions
2018-01-02 14:06:01 +08:00
David Monllao
557b880f0b
weekly release 3.3.3+
2017-12-28 12:35:15 +01:00
David Monllao
803a9fdc96
MDL-51089 mod_quiz: Hide first page last node
2017-12-28 11:47:06 +01:00
Eloy Lafuente (stronk7)
659b1ee304
Merge branch 'MDL-60363-33' of https://github.com/Kathrin84/moodle into MOODLE_33_STABLE
2017-12-27 17:57:06 +01:00
David Monllao
22a68d6fac
Merge branch 'MDL-51089-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-12-27 17:57:05 +01:00
David Monllao
3eb97ca783
Merge branch 'MDL-58983-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-12-27 17:57:05 +01:00
David Monllao
2530725163
Merge branch 'MDL-33886-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2017-12-27 17:57:04 +01:00
David Monllao
9308160bce
MDL-60439 block_tags: Removing extra var assign
2017-12-27 17:57:04 +01:00
David Monllao
2667898317
Merge branch 'MDL-60439-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-12-27 17:57:03 +01:00
David Monllao
9525aa62a5
Merge branch 'MDL-60942-33' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2017-12-27 17:57:03 +01:00
David Monllao
a6cf5b5582
Merge branch 'MDL-60359-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-12-27 17:57:03 +01:00
Eloy Lafuente (stronk7)
02d16e76c3
Merge branch 'MDL-43827-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2017-12-26 00:25:48 +01:00
Tim Hunt
1926647e85
MDL-61107 quiz editing: handle invalid Maximum grade input
2017-12-22 13:36:01 +00:00
Kathrin Osswald
f510295159
MDL-60363 conditional activities: Dim the icon also in student's view.
...
The class dimmed_text would only dim the activity's title and not the icon.
The teacher has both, icon and text, dimmed. So I added the class dimmed
to the class dimmed_text, what dims both elements for the students.
2017-12-22 13:13:00 +01:00
Luca Bösch
fc86038b54
MDL-60439 blocks: Tags block title multilang
2017-12-22 09:24:16 +01:00
Luca Bösch
e4fd0ad2e3
MDL-51089 quiz: "Add" menu in edit quiz more keyboard accessible
2017-12-22 09:22:55 +01:00
Luca Bösch
64b3116245
MDL-60359 theme_boost: have correct mc question check mark not overlap
2017-12-22 09:20:34 +01:00
Zig Tan
39dc526cd4
MDL-33886 backup: Add backup filename length < 255 char validation
2017-12-22 13:16:43 +08:00
Jun Pataleta
f46f4ca56d
weekly release 3.3.3+
2017-12-22 14:42:01 +13:00
Jun Pataleta
fd4f1fd78a
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-12-22 14:42:00 +13:00
Juan Leyva
cde629d3c6
MDL-61098 repository: Retrieve correct context for repo instance
...
The repository instance was being retrieved without specifying a valid
context that is required in further API checks.
2017-12-21 11:35:18 +01:00
Mihail Geshoski
c2ebe33f77
MDL-43827 filepicker: Multiple actions not accessible using keyboard
2017-12-21 14:10:08 +08:00
Eloy Lafuente (stronk7)
e807adb913
Merge branch 'MDL-60567-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-12-19 11:29:54 +01:00
David Monllao
af37de609e
Merge branch 'MDL-60938-33-2' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-12-19 07:53:24 +01:00
Mark Nelson
01880d2a9e
MDL-40613 auth_ldap: sync user profile fields
2017-12-19 14:17:10 +08:00
David Monllao
adb29782e8
Merge branch 'MDL-61045_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-12-19 06:44:31 +01:00
Simey Lameze
2be626caaa
MDL-57431 mod_quiz: remove unnecessary class from selector
2017-12-19 12:50:13 +08:00
Damyon Wiese
5ecd41650f
Merge branch 'MDL-60767-33-3' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-12-19 11:26:34 +08:00
Damyon Wiese
7f4bc03789
Merge branch 'MDL-59999-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2017-12-19 10:53:07 +08:00
Jun Pataleta
d77de7c873
Merge branch 'MDL-59709_33' of https://github.com/marcusfabriczy/moodle into MOODLE_33_STABLE
2017-12-19 13:28:44 +13:00
Eloy Lafuente (stronk7)
409a0ecf2a
Merge branch 'MDL-59200-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-12-19 01:10:50 +01:00
Eloy Lafuente (stronk7)
9fcec4530d
Merge branch 'MDL-58888-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-12-19 01:05:09 +01:00
Eloy Lafuente (stronk7)
2489235195
Merge branch 'wip-MDL-60594-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-12-19 00:46:16 +01:00
Jun Pataleta
e16a56ccc5
Merge branch 'm33_MDL-60793_Mod_Chat_Reserved_Words_In_MySQL8p0p3_And_Above' of https://github.com/scara/moodle into MOODLE_33_STABLE
2017-12-19 12:11:41 +13:00
David Monllao
9e3b6c626c
Merge branch 'MDL-60653-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2017-12-18 17:59:55 +01:00
David Monllao
00f88c287d
Merge branch 'MDL-61042-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-12-18 17:27:01 +01:00
David Monllao
23d7a70ef3
Merge branch 'MDL-61040-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-12-18 17:25:18 +01:00
Eloy Lafuente (stronk7)
652948bd4b
Merge branch 'wip-MDL-60161-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-12-18 16:12:05 +01:00
Matteo Scaramuccia
70a713c3d8
MDL-60793 mod_chat: Renamed 'system' into 'issystem'
...
'system' is now a reserved word in MySQL 8.0.3+.
2017-12-18 15:28:23 +01:00
David Monllao
e4b5f17a93
Merge branch 'MDL-31521-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-12-18 13:14:39 +01:00
Eloy Lafuente (stronk7)
70611182ec
Merge branch 'MDL-56932-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-12-18 12:16:57 +01:00
Damyon Wiese
660f2f2b70
MDL-61022 recyclebin: Verify groups are restored
2017-12-18 10:22:17 +01:00
David Monllao
847250b4d5
Merge branch 'wip-MDL-52100-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-12-18 10:08:28 +01:00
Andrew Nicols
ccd3ab300d
Merge branch 'MDL-42676-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2017-12-18 15:38:21 +08:00
Adrian Greeve
304b80c734
MDL-52100 filelib: Update to unit tests for maxbytes.
2017-12-18 13:18:16 +08:00
Adrian Greeve
74798df3e9
MDL-52100 filelib: Files that are oversized are checked with user.
...
Files that are oversized could have been uploaded by a user who
can ignore the file size limits. These files should not be deleted
in these situations.
2017-12-18 13:18:11 +08:00
Damyon Wiese
6503626135
Merge branch 'MDL-34389-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-12-18 13:00:31 +08:00
Damyon Wiese
b62d6b901a
Merge branch 'MDL-57431-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-12-18 12:54:26 +08:00
Damyon Wiese
511a150aa0
Merge branch 'MDL-54967-33' of git://github.com/zig-moodle/moodle into MOODLE_33_STABLE
2017-12-18 12:48:36 +08:00
Damyon Wiese
4fca4d4e87
Merge branch 'wip-MDL-49995-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-12-18 12:01:50 +08:00
Andrew Nicols
1c216b13e4
Merge branch 'MDL-57564-33-courseorder' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-12-18 11:25:10 +08:00
Jake Dallimore
d7a7ef5c44
MDL-60767 admin: fix usage of admin_write_settings
...
Make sure we always checks for failed validation, before redirecting.
A positive return value does not signal that all settings were able
to be written, only that at least one was - errors still need to be
checked!
2017-12-18 09:27:38 +08:00
Mihail Geshoski
c426a1e2f7
MDL-59999 lesson: Boost grade essays page not indicating grade status
...
AMOS BEGIN
CPY [graded,assign],[graded,lesson]
CPY [notgraded,assign],[notgraded,lesson]
AMOS END
2017-12-18 09:19:10 +08:00
AMOS bot
761e8a442f
Automatically generated installer lang files
2017-12-18 00:06:29 +00:00
Tim Hunt
e15be87a98
MDL-61045 quiz settings: add back missing disabledIf
...
This got broken in Moodle 2.1 by MDL-20636.
2017-12-15 13:15:19 +00:00
Damyon Wiese
d716aa1587
MDL-55382 assign: Sort editpdf quick list
2017-12-15 14:58:00 +08:00
Jun Pataleta
9a2441ca48
MDL-61042 mod_lesson: Initialise pageid variable
2017-12-15 17:37:32 +13:00
Damyon Wiese
036b10b783
MDL-53985 assign: Do not remove annotations
...
When an assignment submission is reverted to a draft, the timemodified on
the submission should not be modified. Changing the timemodified causes the
editpdf code to assume the pdf is stale, and forces all annotations to be removed.
2017-12-15 11:52:37 +08:00
Jun Pataleta
2444915544
MDL-58888 mod_choice: Sort choice_get_my_response() results by optionid
2017-12-15 15:56:19 +13:00
Jun Pataleta
a6870770c3
MDL-58888 mod_choice: Verify sorting when testing multiple selections
...
* Improve test_choice_get_my_response() to verify the sorting of the
responses returned by choice_get_my_response().
* Fix correct usage of choice_get_my_response().
2017-12-15 15:56:18 +13:00
Zig Tan
6acae651b3
MDL-54967 backup: Fix IMS CC import URL decoding for XML format
...
HTML encoding special characters to avoid XML compatibility issues during
Course backup restoration and avoid double encoding.
2017-12-15 09:47:18 +08:00
Jun Pataleta
2d9efe5283
MDL-61040 mod_choice: Save my choice button needs some space
2017-12-15 13:07:23 +13:00
Jun Pataleta
068935011b
MDL-60938 mod_choice: Fix rendering of users for choice results
2017-12-15 12:52:45 +13:00
Matteo Scaramuccia
4e00702953
MDL-60793 core_ddl: Added the new MySQL 8 reserved words
2017-12-14 23:04:11 +01:00
Luca Bösch
020fd88e2e
MDL-31521 questions: Allow more than one unit with multiplier equal to 1
2017-12-14 22:33:44 +01:00
Eloy Lafuente (stronk7)
fb20acf02d
weekly release 3.3.3+
2017-12-14 14:47:41 +01:00
Eloy Lafuente (stronk7)
b2b940caae
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-12-14 14:47:40 +01:00
AMOS bot
ab578c4b48
Automatically generated installer lang files
2017-12-14 00:06:21 +00:00
Simey Lameze
b571d8b51f
MDL-56932 theme_boost: fix quiz max mark input height
2017-12-13 11:49:03 +08:00
Adrian Greeve
2f81f23e3c
MDL-60161 filelib: Unit test for duplicate curl headers.
2017-12-13 11:15:05 +08:00
Carson Tam
d02e847c3f
MDL-60161 class curl in filelib: Cleaned up doc block.
2017-12-13 11:15:00 +08:00
Carson Tam
aab559c464
MDL-60161 class curl in filelib: Avoid duplicate params in http header
2017-12-13 11:14:55 +08:00
Jun Pataleta
457d29926f
Merge branch 'MDL-58200-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-12-12 19:13:16 +13:00
Jun Pataleta
7660a50369
Merge branch 'MDL-59970-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-12-12 18:52:34 +13:00
Andrew Nicols
35b5315034
Merge branch 'M3.3-MDL-59866' of https://github.com/marcusboon/moodle into MOODLE_33_STABLE
2017-12-12 13:48:29 +08:00
Andrew Nicols
74cc4d6acb
Merge branch 'wip-MDL-56864-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-12-12 13:40:28 +08:00
Marcus Boon
98bd6c5273
MDL-59866 session: Add retry for redis sessions
...
There is an edge case whereby redis will fail
to accept connections on the first try but
retrying the connection seems to make it work
Included in this commit:
* Retry functionality in the session init
2017-12-12 14:51:20 +10:00
Damyon Wiese
aaa3a28e03
Merge branch 'MDL-44660-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-12-12 12:51:07 +08:00
Tyler Bannister
1ab916014f
MDL-60653 Navigation: Fixed loose string comparison.
...
The previous comparison would sometimes evaluate to true when the
navigation key was not a string.
2017-12-12 12:35:07 +08:00
Damyon Wiese
6a02fd458f
Merge branch 'MDL-58058-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-12-12 12:15:05 +08:00
Damyon Wiese
9f35372c0c
Merge branch 'MDL-60945-m33' of https://github.com/NeillM/moodle into MOODLE_33_STABLE
2017-12-12 11:36:00 +08:00
Damyon Wiese
042077dd47
Merge branch 'MDL-60965-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-12-12 11:16:00 +08:00
Damyon Wiese
c31343bf78
Merge branch 'MDL-60969_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-12-12 11:08:15 +08:00
Damyon Wiese
3baef4ab41
Merge branch 'MDL-52538-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2017-12-12 10:40:54 +08:00
Damyon Wiese
25666e5ff5
Merge branch 'MDL-44667-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-12-12 10:26:30 +08:00
Damyon Wiese
ba68a016de
Merge branch 'MDL-60968-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-12-12 10:19:41 +08:00
Mathew May
53b2f1cf4a
MDL-57431 mod_quiz: Quiz editing help icon fix
2017-12-12 09:57:37 +08:00
Matt Clarkson
ec85b1eb56
MDL-60976 dml: Optimise replace_all_text()
...
Avoid updating fields that do not match the search string.
2017-12-12 09:57:23 +08:00
Mihail Geshoski
e96e4d5a5b
MDL-57727 reports: Activity completion report sorting problem
2017-12-12 09:56:00 +08:00
Jake Dallimore
b01791c076
MDL-44667 database: fix incorrect usages of $DB->get_field
...
Some places were passing 5 params, meaning the strictness param was
lost. This fixes those usages.
2017-12-12 09:53:02 +08:00
Brendan Heywood
f93839e2ca
MDL-60968 auth: Allow more flexibility with mapping attributes
2017-12-12 09:38:10 +08:00
Damyon Wiese
c45ca633b7
Merge branch 'MDL-60041-m33' of https://github.com/NeillM/moodle into MOODLE_33_STABLE
2017-12-12 09:22:25 +08:00
Mihail Geshoski
fe94c07971
MDL-52538 lesson: Grade info displayed while ongoing score disabled
2017-12-12 09:06:59 +08:00
Zig Tan
63d3298c0b
MDL-42676 mod_assign: Display message fix when using grade override
...
Logic fix in mod_assign locallib.php to correctly set the submissionlockedstatus,
and added associated unit test in test_grade_submission_override()
2017-12-12 09:05:45 +08:00
Damyon Wiese
318697f600
Merge branch 'MDL-54021-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2017-12-12 08:59:46 +08:00
Damyon Wiese
c00848dbf2
Merge branch 'MDL-40790-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
...
Conflicts:
theme/boost/scss/moodle/modules.scss
2017-12-11 16:57:21 +08:00
Damyon Wiese
5fd29e79dc
Merge branch 'MDL-56197-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2017-12-11 16:48:19 +08:00
Neill Magill
8794e3392d
MDL-60041 dml: MOODLELIB sql file must have Unix line endings
...
If the file does not have Unix line endings then the regular expression
in oci_native_moodle_database::attempt_oci_package_install() does
not split it correctly.
This leads to an invalid package being created in Oracle.
The .gitattribute file changes for oci_native_moodle_package.sql
force it to have Unix style line endings when the branch is checked
out and the file does not already exist.
The file has been modified so that the Unix style line endings are
applied even if the file already exists, for example when pulling in
this change to an existing branch.
2017-12-11 08:44:46 +00:00
Neill Magill
3cbea698c3
MDL-60945 Web services: Too many progress records retrieved
...
The core_completion_get_activities_completion_status was getting the
progress for all users on the course called, and then discarding all
the records but one.
This change ensures that only progress for the user we are interested in
is retrieved from the database.
This has a side benefit of removing a full table scan from the query
finding the users inside the get_progress_all() method.
2017-12-11 08:44:14 +00:00
Mihail Geshoski
384947bab2
MDL-56197 lesson: Multichoice answers not on same line as radio button
2017-12-11 15:54:29 +08:00
Andrew Nicols
5fea116586
Merge branch 'MDL-58272-33-2' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-12-11 15:02:44 +08:00
Marina Glancy
9ce791b51e
MDL-60594 xmlrpc: wrapper for buggy xmlrpc_decode
2017-12-11 14:26:55 +08:00
Damyon Wiese
9fd5ed6217
Merge branch 'wip-MDL-45500-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-12-11 13:14:39 +08:00
Damyon Wiese
402d910a60
Merge branch 'MDL-54106-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-12-11 11:38:28 +08:00
Marcus Fabriczy
78c66df3e5
MDL-59709 mod_assign: Export to portfolio button not working
...
Changed the button to a text link
2017-12-10 13:49:16 +10:30
Luca Bösch
7391e4a459
MDL-44660 grade: Typos @package core_grade instead of core_grades
2017-12-08 14:21:23 +01:00
Luca Bösch
d1e03e531d
MDL-54106 task: Deleting unconfirmed users after $CFG->deleteunconfirmed
2017-12-08 14:12:42 +01:00
Simey Lameze
3eba4443a1
MDL-58058 competency: replace other sortorder usages
2017-12-08 16:01:22 +08:00
Frederic Massart
a34f98e166
MDL-58058 competency: Allow unspecified sortorder for new competencies
2017-12-08 16:01:22 +08:00
Mihail Geshoski
df6bdbcd46
MDL-40790 lesson: Lesson content button runs off the edge of the page
2017-12-08 09:58:55 +08:00
Mihail Geshoski
c709d42c06
MDL-54021 blocks: Course completion block lang problem
2017-12-08 09:30:28 +08:00
Jake Dallimore
c13b3ca26b
MDL-58272 core_files: get converters from file extension not mimetype
2017-12-08 09:10:48 +08:00
AMOS bot
88ed1a48fd
Automatically generated installer lang files
2017-12-08 00:10:02 +00:00
Jun Pataleta
1402bb28bc
weekly release 3.3.3+
2017-12-08 09:10:03 +13:00
Mark Nelson
ec1aa43448
MDL-60969 auth_ldap: replace hardcoded strings in config settings
2017-12-07 14:04:19 +08:00
David Mudrák
3b70d720ec
MDL-57564 enrol: Fix the course ordering on the dashboard
...
The list of courses displayed at the user's dashboard - course overview
block, had the sorting hard-coded to order by fullname. This did not
respect the site setting "navsortmycoursessort" and led to inconsistent
behaviour with "My courses" list in the navigation.
2017-12-06 23:48:10 +01:00
Andrew Nicols
10d22c10fc
Merge branch 'MDL-59159_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2017-12-06 10:05:22 +08:00
Jun Pataleta
a65c67a7b0
Merge branch 'MDL-32350-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-12-06 11:30:20 +13:00
Luca Bösch
2f7ef500a4
MDL-32350 admin: Sort users by country ASC and DESC
2017-12-05 07:24:26 +01:00
Jun Pataleta
157981c24b
Merge branch 'wip-MDL-60926-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-12-05 19:03:22 +13:00
David Herney
5cb58b2db4
MDL-60443 dataformat lib: Change a wrong variable name
...
The variable $type really is $dataformat. I have changed it for
prevent the error and show a correct error message.
2017-12-05 13:53:08 +08:00
Jun Pataleta
608cce8d16
Merge branch 'wip-MDL-34161-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-12-05 17:59:40 +13:00
Andrew Nicols
b74d94b85e
Merge branch 'MDL-60801_33' of https://github.com/andrewhancox/moodle into MOODLE_33_STABLE
2017-12-05 12:54:32 +08:00
Andrew Nicols
fdea53a86b
Merge branch 'MDL-60899-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-12-05 11:55:33 +08:00
Andrew Nicols
4ff3d4e309
MDL-60965 behat: Correct strlen use
2017-12-05 11:19:30 +08:00
Andrew Nicols
b448376bea
Merge branch 'MDL-47114-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2017-12-05 09:53:33 +08:00
Andrew Nicols
d6d0e0f4be
Merge branch 'wip-MDL-37757-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-12-05 09:45:36 +08:00
Damyon Wiese
9a32a6d629
Merge branch 'MDL-60219-33' of https://github.com/abias/moodle into MOODLE_33_STABLE
2017-12-04 16:29:05 +08:00
Marina Glancy
8d41ccfbe1
MDL-34161 mod_lti: backup and restore of submissions
2017-12-04 15:05:48 +08:00
Marina Glancy
ac1f4d9633
MDL-34161 mod_lti: backup/restore of lti types
...
Only course tools are backed up, site tools and registrations
can be matched by id if they are restored to the same site only.
For predefined course tools the secret is backed up encrypted
and can be restored on the same site only.
2017-12-04 15:05:47 +08:00
Tim Lock
4826b9d454
MDL-34161 mod_lti: Added Behat tests
2017-12-04 15:05:47 +08:00
Gregory Faller
07cb9ff078
MDL-34161 mod_lti: Add support for restoring site tool
2017-12-04 15:05:47 +08:00
Marina Glancy
3f79afbb78
MDL-60926 auth: do not map very long profile fields
2017-12-04 09:28:38 +08:00
Eloy Lafuente (stronk7)
540f98ac7e
MDL-59159 environment: 3.1 (LTS) required
2017-12-04 02:04:36 +01:00
Eloy Lafuente (stronk7)
d6e92ad815
MDL-59159 environment: 3.5 base information
...
This is a direct copy of the 3.4 branch to
have changes under control easier in next commits.
2017-12-04 02:04:36 +01:00
Jun Pataleta
cc34be6fae
Merge branch 'MDL-60914_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-12-04 12:46:00 +13:00
Shamim Rezaie
1f05e1459a
MDL-47114 core: Improved function description
2017-12-02 07:44:14 +08:00
Ann Adamcik
287089b1a2
MDL-58697: Only get group submission if enabled
2017-12-01 12:48:44 -07:00
Ryan Wyllie
2b460b0fc8
MDL-60942 filters: include filter in format_string cache key
2017-12-01 06:52:00 +00:00
Eloy Lafuente (stronk7)
cb9d984b86
weekly release 3.3.3+
2017-11-30 17:05:19 +01:00
Alexander Bias
11af3ac71d
MDL-60219 lti: Replace pagelayout frametop with incourse
2017-11-29 09:55:36 +01:00
Damyon Wiese
1f446a04c2
MDL-58200 competencies: Student can view linked courses
2017-11-29 16:07:46 +08:00
Jun Pataleta
39237cf346
Merge branch 'wip-MDL-45068-33-fix' of
...
https://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-11-29 16:59:54 +13:00
Marina Glancy
60770d10f9
MDL-45068 groups: corrected check for idnumber '0'
2017-11-29 11:54:31 +08:00
Eloy Lafuente (stronk7)
108411af39
Merge branch 'wip-MDL-60591-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-11-28 22:38:50 +01:00
Eloy Lafuente (stronk7)
3104923f6b
Merge branch 'MDL-60738-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-11-28 21:00:00 +01:00
Eloy Lafuente (stronk7)
7edb9a48e0
Merge branch 'MDL-60838-m33' of https://github.com/sammarshallou/moodle into MOODLE_33_STABLE
2017-11-28 20:48:38 +01:00
Damyon Wiese
d5b71904b0
MDL-58983 assign: Hide grade button if no cap
...
If the current user cannot grade students, don't show them the button.
2017-11-28 15:48:57 +08:00
Marina Glancy
8ac72824e1
MDL-49995 files: delete old file when overwriting
2017-11-28 15:03:40 +08:00
Damyon Wiese
7b3832899c
MDL-59200 assign: add feedback when grade locked
...
We are including a hidden field when the grade is locked in the gradebook for a student. This field fails validation, so
the form cannot be submitted.
2017-11-28 14:37:38 +08:00
Damyon Wiese
0c4f7b3b1b
MDL-60899 block_lp: no permissions - empty block
...
Show an empty block if the current user does not have the capability to see any plans.
2017-11-28 14:33:21 +08:00
Damyon Wiese
5dc5337f36
Merge branch 'MDL-53004-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
...
Conflicts:
mod/assign/styles.css
2017-11-28 12:53:00 +08:00
Marina Glancy
8b283a6cf5
MDL-45500 gradingform: allow plugin uninstall
2017-11-28 12:28:04 +08:00
Jun Pataleta
b0734fa5ee
Merge branch 'MDL-46768-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2017-11-28 17:19:13 +13:00
Damyon Wiese
9e5c6b8d3d
Merge branch 'MDL-24678-MOODLE_33-chat_get_latest_message' of https://github.com/bozoh/moodle into MOODLE_33_STABLE
2017-11-28 12:15:13 +08:00
Damyon Wiese
9962da5423
Merge branch 'MDL-60669-33' of git://github.com/tobiasreischmann/moodle into MOODLE_33_STABLE
2017-11-28 12:07:15 +08:00
Mark Nelson
bae7a3b909
MDL-60914 mod_lti: ensure grade_update() is defined during upgrade
2017-11-28 11:38:19 +08:00
Eloy Lafuente (stronk7)
6103daf4b0
Merge branch 'MDL-60249-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-28 00:49:06 +01:00
Tobias Reischmann
702605b2c9
MDL-60669 forum: Added duplicate check for restoring forum subscriptions
...
Before MDL-59854 it was possible to have duplicate forum subscriptions.
Trying to import backups created from back then, caused a DB exception
due to unqiue key constraints. Now only one of multiple identical forum
subscritions is restored.
2017-11-27 10:53:25 +01:00
Damyon Wiese
f5e3d2fe72
Merge branch 'MDL-60188-33' of git://github.com/rezaies/moodle into MOODLE_33_STABLE
2017-11-27 16:01:37 +08:00
Jun Pataleta
4965564ef4
Merge branch 'MDL-57569-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2017-11-27 19:44:07 +13:00
Jun Pataleta
9f65a1fb64
Merge branch 'wip-MDL-45068-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-11-27 19:36:24 +13:00
Marina Glancy
907832b43b
MDL-60591 mod_forum: inline attachments are not displayed in plain text
2017-11-27 14:29:24 +08:00
Marina Glancy
a4c2795681
MDL-45068 groups: fixes to group import
...
- If 'coursename' is specified in the CSV it should match the course short name - thanks Yusuf Yılmaz for the patch
- If 'idnumber' is specified but 'groupidnumber' is not, idnumber should be used for matching the course idnumber only
- If 'groupingname' is not specified, there should be no notices (regression from MDL-42514)
- If 'coursename' or 'idnumber' column is present, it can contain empty values in some/all lines
2017-11-27 14:26:06 +08:00
Shamim Rezaie
4d7d71fb37
MDL-60188 groups: cache user's groups and groupings
...
The function groups_get_user_groups is called too often both before rendering the page and after the page is rendered (using ajax).
The function was executing a query joining 3 tables in each call. The plementation of the function has now modified to store the
query result in a request cache.
2017-11-27 10:39:15 +08:00
Jun Pataleta
813baed84d
Merge branch 'MDL-58887-33' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2017-11-27 15:06:19 +13:00
Jake Dallimore
319e12ba83
Merge branch 'MDL-27230-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-11-27 09:44:49 +08:00
Andrew Hancox
33c67b74aa
MDL-60801 tool_uploaduser: Fix issue with defaults being ignored
2017-11-25 11:40:46 +00:00
Carlos Alexandre S. da Fonseca
d36fdb9657
MDL-24678 mod_chat: Fixed race condition on chat module
2017-11-24 10:30:33 -02:00
sam marshall
de874ead39
MDL-60838 core_search: File upload does not honour timeout
2017-11-24 11:04:10 +00:00
Sara Arjona
cab3b03540
MDL-57569 core_files: Fix to let show generated f3 image
2017-11-24 11:53:47 +01:00
Sara Arjona
462785cb74
MDL-46768 core_badges: changed badge name type from FILE to TEXT
2017-11-24 11:40:11 +01:00
Luca Bösch
2d3c247d4d
MDL-34389 course: switch to subcategory w/ course:changecategory perms
2017-11-23 16:50:48 +01:00
Luca Bösch
542bd70b90
MDL-53004 assignment: Separate label and pulldown in grading (Clean)
2017-11-23 16:41:56 +01:00
Luca Bösch
29372f84cb
MDL-27230 quiz: remove and update group overrides in calendar
2017-11-23 16:41:50 +01:00
David Monllao
c099963697
weekly release 3.3.3+
2017-11-23 13:35:16 +01:00
David Monllao
f6a3bbe132
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-11-23 13:35:15 +01:00
Marina Glancy
96a77cf0b1
MDL-27886 backup: When setting is unlocked set it to original value
2017-11-23 12:30:34 +08:00
Damyon Wiese
cd54b73299
MDL-60249 assign: resize quickgrade textareas
...
The Bootstrap CSS reset prevents horizontal resizing of textareas. We want to allow it in the quickgrading ui.
2017-11-23 12:18:58 +08:00
Jake Dallimore
657cb6b451
Merge branch 'MDL-60831-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-11-22 13:27:31 +01:00
Jun Pataleta
04be8aa428
Merge branch 'wip-MDL-60546-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-11-22 13:27:31 +01:00
Jun Pataleta
2f71de8e90
Merge branch 'MDL-60526-33-fix1' of http://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-22 13:27:30 +01:00
David Monllao
6b38456cda
MDL-59512 version: Following 2 digits scheme
2017-11-22 13:27:30 +01:00
Damyon Wiese
6f0e8dbaa5
MDL-60526 forms: Button elements should have type
...
The mform "buttons" should be of type "button", instead it's not specified so they get
the default of "submit". This is causing behat fails.
2017-11-22 13:27:30 +01:00
David Monllao
275fbca097
Merge branch 'MDL-59512-33' of git://github.com/Dagefoerde/moodle into MOODLE_33_STABLE
2017-11-22 13:27:29 +01:00
Jun Pataleta
5ef58abac3
Merge branch 'mdl58817-moodle33' of https://github.com/tlock/moodle into MOODLE_33_STABLE
2017-11-22 13:27:29 +01:00
Jun Pataleta
8854864605
Merge branch 'MDL-60637-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-11-22 13:27:28 +01:00
Damyon Wiese
cc37bd164f
MDL-59970 competencies: performance
...
Remove useless get_records call in get_least_proficient_competencies_for_course function.
On big sites this would cause huge memory usage.
2017-11-22 15:37:22 +08:00
Ankit Agarwal
e8605c6514
MDL-60831 search: add BS classes to block elements
2017-11-22 12:28:33 +05:30
Adrian Greeve
03c8a58b59
MDL-60546 mod_choice: Update to select all functionality.
2017-11-22 14:17:17 +08:00
Marcus Fabriczy
ad95dcaccb
MDL-60546 mod_choice: Fixed select all functionality
...
Fixed the functionality which ticks or unticks all checkboxes when
clicking the Select all or Deselect all elements when viewing the
responses.
Caused by deprecating checkall and checknone functions in
MDL-57490.
2017-11-22 14:17:08 +08:00
Ryan Wyllie
25bb7e4a12
MDL-58887 core: fix default title for action menu
...
Thanks to Michelle Melton <meltonml@appstate.edu > for the original
version of this patch.
2017-11-22 01:38:52 +00:00
AMOS bot
2ace718489
Automatically generated installer lang files
2017-11-22 00:06:05 +00:00
Marina Glancy
3eeca45c23
MDL-56864 forms: allow to remove last tag with forced standard tags
2017-11-21 15:29:08 +08:00
Marina Glancy
58394a6223
MDL-56864 forms: boost templates don't allow remove last tag
2017-11-21 15:29:08 +08:00
Simey Lameze
6c364342cf
MDL-60637 core_group: fix unit tests failures
2017-11-21 11:21:50 +08:00
Simey Lameze
986e88bce3
MDL-60637 group: remove useless id number validation on web services
2017-11-21 11:21:50 +08:00
David Monllao
fec3b64a4f
Merge branch 'MDL-60526-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-20 13:44:10 +01:00
David Monllao
14120d413e
Merge branch 'MDL-60436-m33' of https://github.com/NeillM/moodle into MOODLE_33_STABLE
2017-11-20 13:26:17 +01:00
David Monllao
5fe7cae927
Merge branch 'MDL-56253-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-11-20 12:55:45 +01:00
Juan Leyva
dbe472f58b
MDL-60738 webservice: Clean theme and lang properly
...
Sometimes the "theme" and "lang" fields in the user and course tables
in the database are set to incorrect values (uninstalled or
non-existent themes and language packs).
This makes Web Services functions to fail because the WS server
validate the returned data using the validate_param function that clean
parameters.
2017-11-20 09:38:15 +01:00
Jun Pataleta
8156736712
Merge branch 'MDL-60187_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-11-20 21:34:05 +13:00
Damyon Wiese
5e5283f9f3
Merge branch 'MDL-60810_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-11-20 15:59:27 +08:00
Damyon Wiese
ce694bbb81
Merge branch 'MDL-60809-33' of git://git.cameron1729.xyz/moodle into MOODLE_33_STABLE
2017-11-20 15:32:05 +08:00
Jakob Ackermann
ff6faa59eb
MDL-60187 mod_lti: Do not create a grade item when grades are disabled.
...
If the privacy option "Accept grades from the tool" is disabled, the
module should not appear in the gradebook when edited inline or when
recover grades is running during enrolment.
2017-11-20 14:05:02 +08:00
Luca Bösch
0cca93b3b2
MDL-56253 grade: have coursemodule name pass filters.
2017-11-20 06:38:33 +01:00
Damyon Wiese
67def8d76b
Merge branch 'MDL-27886-33' of git://github.com/tobiasreischmann/moodle into MOODLE_33_STABLE
2017-11-20 13:27:03 +08:00
Jun Pataleta
de935c233b
Merge branch 'MOODLE_33_STABLE_MDL-60253' of https://github.com/CengageEng/moodle into MOODLE_33_STABLE
2017-11-20 13:22:07 +13:00
Jun Pataleta
0a45b8eba3
Merge branch 'MDL-55808_33' of git://github.com/juancs/moodle into MOODLE_33_STABLE
2017-11-20 10:37:31 +13:00
Neill Magill
d10e946d7b
MDL-60436 blocks: Unit test for dashboard block positioning
2017-11-17 14:14:24 +00:00
Neill Magill
479e718dc3
MDL-60436 blocks: Improve performance of block loading
2017-11-17 14:13:30 +00:00
yair.spielmann
0bbd7b8291
MDL-59512 tool_oauth2: add option for basic authentication
2017-11-17 10:23:19 +01:00
Damyon Wiese
68791e3d6e
Merge branch 'MDL-60773-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-11-17 14:12:44 +08:00
Andrew Nicols
65c7d85d30
MDL-60773 core: Add pendingJS checks for autocomplete interactions
2017-11-17 14:01:02 +08:00
Adrian Greeve
a48f144dc1
MDL-37757 repositories: Deleting a repository deletes files.
...
If the user decides to remove a repository all of the linked
files are now deleted along with file references. This was causing
problems such as the course page displaying an error with no recourse
to fix the problem.
2017-11-16 15:01:02 +08:00
Cameron Ball
1174beee83
MDL-60809 xmlrpc: Include filelib when making xmlrpc call
2017-11-16 14:48:40 +08:00
Jake Dallimore
2a626230ee
weekly release 3.3.3+
2017-11-16 11:13:09 +08:00
David Monllao
ce5fe979f8
Merge branch 'MDL-60789-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2017-11-15 10:36:58 +01:00
Damyon Wiese
be05d8c3f0
Merge branch 'wip-MDL-59876-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-11-15 10:36:58 +01:00
Mark Nelson
ad904c2827
MDL-60810 auth_db: removed rubbish content in string
2017-11-15 15:01:40 +08:00
Damyon Wiese
087b392b04
MDL-60526 forms: Prevent duplicate type attributes
...
The exporter for mform elements does not skip "type" (which is included as a separate value).
2017-11-15 11:54:42 +08:00
Adrian Greeve
5a6b7338c3
MDL-59876 core_user: Add required library for function.
...
The external service create_users has a function call to
useredit_update_user_preference() that requires editlib.php
2017-11-15 11:50:23 +08:00
Damyon Wiese
d60d047a96
Merge branch 'MDL-60675-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2017-11-14 17:06:45 +08:00
Mihail Geshoski
30161129f5
MDL-60675 analytics: Apply strict comparison check
2017-11-14 16:33:34 +08:00
Sara Arjona
edd820115e
MDL-60789 workshop: Check title submission maxlength
2017-11-14 09:00:10 +01:00
Jake Dallimore
c5430a26cf
Merge branch 'MDL-60741_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-11-14 15:29:12 +08:00
Jun Pataleta
89401022c3
Merge branch 'm33_MDL-59099_MySQL8_InnoDB_Params_Removed' of https://github.com/scara/moodle into MOODLE_33_STABLE
2017-11-14 12:23:50 +13:00
Damyon Wiese
f8cecf2031
Merge branch 'MDL-60693_33-backup-multilang-activities' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-11-13 14:38:49 +08:00
Damyon Wiese
697d94550c
Merge branch 'MDL-60675-33' of git://github.com/mihailges/moodle into MOODLE_33_STABLE
2017-11-13 14:12:09 +08:00
Damyon Wiese
487b237684
Merge branch 'MDL-60355-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-11-13 13:30:42 +08:00
Juan Leyva
7444926f37
MDL-59876 webservice: Fix the user preference name field type
...
Web Services from user and enrol components has been updated to change
the user preference name field type from PARAM_ALPHANUMEXT to
PARAM_RAW.
The old type was not matching the core functionality.
2017-11-13 11:09:12 +08:00
Tim Lock
d1c7b42f57
MDL-58817 mod_lti: cartridge: maintain custom icons
2017-11-13 10:17:10 +10:30
Luca Bösch
6e270daa1d
MDL-60693 backup: Use multilang with course activities
...
On backup and restore, activities are shown after passing format_string,
supporting multilang.
2017-11-12 14:54:01 +01:00
Eloy Lafuente (stronk7)
22bce961b7
Moodle release 3.3.3
2017-11-11 19:29:38 +01:00
AMOS bot
ec6731b117
Automatically generated installer lang files
2017-11-11 00:05:47 +00:00
David Monllao
c99581ca26
weekly release 3.3.2+
2017-11-10 15:15:25 +01:00
David Monllao
32ae0dd852
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-11-10 15:15:23 +01:00
Jun Pataleta
3d7db9e878
Merge branch 'MDL-60771-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-11-10 18:03:31 +13:00
Damyon Wiese
e6b9178eaa
Merge branch 'MDL-60749-33' of git://github.com/sarjona/moodle into MOODLE_33_STABLE
2017-11-10 12:06:35 +08:00
Simey Lameze
5c7be99010
MDL-60771 mod_scorm: typecast score to integer
2017-11-10 12:02:48 +08:00
Andrew Nicols
77952f9b6f
Merge branch 'MDL-52838-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-10 11:50:03 +08:00
Mihail Geshoski
6b4810bdf9
MDL-60675 analytics: Error when selecting invalid insight
2017-11-10 10:48:50 +08:00
Damyon Wiese
2fa0109fbf
MDL-52838 workshop: Each criterion > 0 levels
...
Add validation to the edit assessment form so each criterion in a rubric requires at least one level.
2017-11-10 10:22:33 +08:00
Sara Arjona
f3e4a11dce
MDL-60749 scorm: Remove from files when downloading
2017-11-09 10:19:36 +01:00
Sara Arjona
038bc7f900
MDL-60550 user: Add more restrictions in keyword searches
...
Original patch provided by Tim Schroeder.
2017-11-09 15:50:29 +08:00
David Monllao
b7abe12fb7
Merge branch 'MDL-60615-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-09 08:49:03 +01:00
Damyon Wiese
5e06871c05
Merge branch 'MDL-60752-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-11-09 15:10:30 +08:00
Damyon Wiese
365a403c25
MDL-60615 imscc: string to array fix
...
Sloppy typing in the imscc converter is causing errors on php7.1
Variable is initialised as a string and then used as an array.
2017-11-09 15:06:42 +08:00
Andrew Nicols
22baec7429
MDL-60752 lti: Compare text in types_config properly
2017-11-09 14:27:01 +08:00
AMOS bot
bcfe44feb5
Automatically generated installer lang files
2017-11-09 00:05:11 +00:00
David Monllao
8526700385
Merge branch 'MDL-60720-m33' of https://github.com/sammarshallou/moodle into MOODLE_33_STABLE
2017-11-08 17:32:40 +01:00
David Monllao
f47f92c0b1
Merge branch 'MDL-58699-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-08 15:56:36 +01:00
Tim Hunt
b9ab4a82e5
MDL-60741 purgecaches: did not correctly setup the admin page
...
Note that, admin_externalpage_setup does the right capability check.
2017-11-08 14:31:48 +00:00
David Monllao
a43556a44f
MDL-60733 oauth: Remove outdated comment
2017-11-08 12:04:55 +01:00
David Monllao
3417cf93e0
Merge branch 'MDL-60733-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-08 12:04:47 +01:00
David Monllao
64baebd086
weekly release 3.3.2+
2017-11-08 09:47:27 +01:00
David Monllao
45a0cd6120
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-11-08 09:47:26 +01:00
Damyon Wiese
c8e7e1c3c5
MDL-60733 core: B/C for google_oauth
...
The google_oauth class extends oauth2client which was modified to send "Accept" headers.
The "Accept" headers break picasa and could break any other plugin that was using google_oauth.
2017-11-08 15:25:34 +08:00
Jun Pataleta
6493f30813
Merge branch 'MDL-60717-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-11-08 14:43:35 +13:00
AMOS bot
49ecb5e880
Automatically generated installer lang files
2017-11-08 00:05:13 +00:00
Helen Foster
3417222e0a
MDL-60717 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
- needbcmath,auth_ldap - 'grace logins' changed to 'expired password
checking'
2017-11-07 21:59:52 +01:00
sam marshall
0d982a293c
MDL-60720 core_search: Indexing halts on failed get_document
...
The recordsets used for search indexing sometimes return results
which are invalid (e.g. cannot be found in database). When this
happens, the result in the iterator for the recordset will be
false. Due to a bug, the iterator used to stop when it encountered
a false value, which prevented indexing from getting past the
problematic record.
In addition, the iterator that skips future data resulted in the
current() function of its parent indicator being called twice per
entry, which meant that search indexing called get_document()
twice as many times.
2017-11-07 16:39:16 +00:00
Jake Dallimore
ad51194713
Merge branch 'MDL-57772-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-07 15:01:53 +08:00
Damyon Wiese
d2d3a57a6b
MDL-58699 mod_quiz: Require javascript for popup
...
If any of the access rules require the attempt to open in a new window, assume we
require javascript to attempt the quiz. This makes it harder to bypass the javascript
pseudo security restrictions.
2017-11-07 12:50:22 +08:00
Damyon Wiese
7b567a1fea
MDL-57772 chat: BEEP is back baby!
2017-11-07 11:25:17 +08:00
sam marshall
66fe9b5b5f
MDL-60671 core_search: Cron output should use mtrace
...
The mtrace function is preferable for plain text logging/progress
output because it can be redirected if necessary. By convention it
is normally used in cron and can be used in CLI tasks if required.
This change makes the text_progress_trace class use mtrace instead
of echo and then flush. (Default behaviour of mtrace is to do
exactly that, but it can be redirected too.)
Before this change, if anybody is relying on mtrace behaviour to
redirect logs of cron output, this will fail for some parts of the
search cron output (and some other places like auth plugins).
2017-11-07 11:07:48 +08:00
David Monllao
3c171cae05
Merge branch 'MDL-60424-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-11-06 21:12:28 +01:00
Tobias Reischmann
e185931893
MDL-27886 backup: Decision if a setting is fixed based on level
...
Previously, when a during backup/restore the "Schema"-stage is loaded,
some settings are fixed if they are LOCKED_BY_HIERARCHY. However, user
data fields of activities can be locked, when the section they are
contained in has user data set to false. When this setting is changed on
the same screen, the fixed setting of the activity can not be "unfixed"
by javascript.
This patch adds a settings-level to the call of is_changeable. With this
only those dependency_settings are considered, which belong to parent
settings, which are not changeable on the current stage.
2017-11-06 12:07:57 +01:00
Tobias Reischmann
0a8086fb97
MDL-27886 backup: Enabled unlocking of backup settings
...
The function is_locked was changed to determine only, if the
dependency_setting want's the dependent setting to be locked.
In the previous version, is_locked did not only check, if the
dependency_setting want's the setting to be locked, but also if the
setting was already locked. A recursive call to the status of the
dependent setting leaded to problems, when unlocking locked settings.
Also the PHPDOC of the is_locked was adjusted to coincide with the current
usage in backup_ui_settings->is_changeable() and
base_setting->set_status(). In both functions all dependency_settings of
a setting are iterated to check if this setting should be or is LOCKED_BY_HIERARCHY.
The actual state of the setting was therefore either checked beforehand
or is not interesting, since the question is, if it shall be changed.
2017-11-06 12:07:57 +01:00
Tobias Reischmann
8b31cbead8
MDL-27886 backup: Added behat tests for user data settings
...
This new test defines different combinations of global and local user
data settings during the restore process and tests that global defaults
can be overriden.
2017-11-06 12:07:57 +01:00
Damyon Wiese
b805234673
Merge branch 'MDL-59858-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-11-06 11:14:06 +08:00
Damyon Wiese
047785fbfd
Merge branch 'MDL-60437_33-multilang-html-block-titles' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-11-06 10:11:32 +08:00
Jun Pataleta
2665ad8aea
MDL-59858 amd: Focus on the element that actually triggers the modal
2017-11-06 13:20:47 +13:00
AMOS bot
ff78163dbd
Automatically generated installer lang files
2017-11-05 00:06:04 +00:00
Luca Bösch
70de3574bb
MDL-60437 blocks: HTML block title multilang
2017-11-03 16:36:41 +01:00
David Monllao
125d60d769
weekly release 3.3.2+
2017-11-03 10:25:16 +01:00
Juan Leyva
3ae3f0e2ee
MDL-60424 webservice: Allow CORS requests in webservice/upload.php
...
This will allow to upload files via Web Services using AJAX from
different domains, browser plugins, web apps, etc…
2017-11-03 09:41:44 +01:00
Jake Dallimore
e6b5450a2b
Merge branch 'MDL-58047-33-fix1' of http://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-03 16:10:53 +08:00
Damyon Wiese
f1e8521765
MDL-58047 assign: submission sorting
...
Only exclude new submission records from the sorting, draft and reopened submission are valid.
2017-11-03 15:56:03 +08:00
David Monllao
e60ad856d8
Merge branch 'MDL-58047-33-sortbysubmission' of https://github.com/roperto/moodle into MOODLE_33_STABLE
2017-11-02 16:57:56 +01:00
David Monllao
9446ec2399
Merge branch 'MDL-51945-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-11-02 16:54:45 +01:00
David Monllao
c191acfdd6
Merge branch 'MDL-60634-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-11-02 13:25:09 +01:00
David Monllao
ffb5996060
Merge branch 'MDL-60633-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-11-02 12:04:20 +01:00
David Monllao
b09c936c74
Merge branch 'MDL-53501-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-11-02 08:30:49 +01:00
Jake Dallimore
a68cbb2812
Merge branch 'MDL-59798-33' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2017-11-02 09:45:24 +08:00
Jake Dallimore
069853b01b
Merge branch 'MOODLE_33_STABLE_MDL-60007' of https://github.com/CengageEng/moodle into MOODLE_33_STABLE
2017-11-02 08:51:08 +08:00
Eloy Lafuente (stronk7)
f90fb8390b
weekly release 3.3.2+
2017-11-01 13:39:06 +01:00
Eloy Lafuente (stronk7)
46343f8cc2
Merge branch 'MDL-60503-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-11-01 11:46:01 +01:00
Damyon Wiese
bcedb11d99
MDL-60503 npm: Lock required node 8.9.x (LTS)
2017-11-01 14:54:00 +08:00
Daniel Thee Roperto
6afd56af46
MDL-58047 gradebook: fix sort by submission order.
2017-11-01 15:11:50 +11:00
Damyon Wiese
00d6486f73
Merge branch 'MDL-52037-33-fix' of https://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-11-01 11:15:28 +08:00
Andrew Nicols
f33e0d5222
MDL-52037 theme: Correct question feedback width
...
This relates to the cloze question answer when hovered.
2017-11-01 11:13:40 +08:00
Ryan Wyllie
7488f542d3
MDL-59798 assign: show due date calendar event for teachers
2017-11-01 01:36:34 +00:00
Vervoort, Claude
7c202963f7
MDL-60007 mod lti: allow delete without content-type
2017-10-31 09:59:47 -04:00
Juan Leyva
17e1682c4e
MDL-60433 mod_data: Fix strict check for groupid
2017-10-31 13:24:13 +01:00
Juan Leyva
ec8f2eb07d
MDL-60634 tool_mobile: Avoid CURL request to check HTTPS
2017-10-31 12:05:06 +01:00
David Monllao
d634a259a2
MDL-52037 theme: Update compiled css
2017-10-31 11:01:35 +01:00
Luca Bösch
2a4c1c7128
MDL-52037 questions: „Whether correct“-feedback marks adaptive width
2017-10-31 10:43:45 +01:00
Jake Dallimore
da5d103964
Merge branch 'MDL-60607_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-10-31 12:59:00 +08:00
Jun Pataleta
73b9bccd80
Merge branch 'MDL-57560-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-10-31 15:40:59 +13:00
Andrew Nicols
edb84bc356
Merge branch 'MDL-60139_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-10-31 09:15:40 +08:00
Andrew Nicols
f649aafd98
Merge branch 'MDL-60522-33' of https://github.com/Kathrin84/moodle into MOODLE_33_STABLE
2017-10-31 08:20:05 +08:00
Andrew Nicols
0afb1ecbec
MDL-60633 core: Add pendingjs checks for inplace editable
2017-10-31 07:04:33 +08:00
Tim Hunt
9d37a6f117
MDL-60607 quiz reports: catch separate groups & user has no group case
2017-10-30 17:58:40 +00:00
Tim Hunt
f74fe038a9
MDL-60607 quiz reports: move duplicate code to superclass method
2017-10-30 17:58:38 +00:00
David Monllao
3572b50b47
Merge branch 'MDL-60528-m33' of https://github.com/micaherne/moodle into MOODLE_33_STABLE
2017-10-30 17:59:09 +01:00
Juan Leyva
c6a0e94bd1
MDL-51945 core_user: Prevent duplicated emails in update_users WS
2017-10-30 17:42:42 +01:00
David Monllao
355c4b8d92
Merge branch 'MDL-52037_33-cloze-whether-correct-feedback-width' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-10-30 16:05:55 +01:00
Juan Leyva
7bd64b53c5
MDL-53501 webservice: Avoid values higher than PHP_INT_MAX
...
Integers coming from site settings needs casting to int to avoid
returning values higher than PHP_INT_MAX.
2017-10-30 16:04:29 +01:00
Michael Aherne
ed73eb0dde
MDL-60528 grading: Accurate class names in PHPDoc
2017-10-30 14:28:59 +00:00
Tim Hunt
e8ca0ae166
MDL-60139 question manual grading: move code to reduce confusion
...
Move the variable definition closer to where it is used.
2017-10-30 12:58:19 +00:00
Tim Hunt
42bd1cf3be
MDL-60139 question manual grading: redisplay mark as typed if editing
...
When the teacher is upgrading a previously entered grade, we re-display
exactly what they typed before if possible, rather than displaying with
a set number of decimal places.
2017-10-30 12:58:17 +00:00
Tim Hunt
ef78406324
MDL-60139 phpunit: Make assertTag verify attribute values with ===
...
I had a test that cared about the difference between value="5.0" and value="5".
2017-10-30 12:58:15 +00:00
David Monllao
c957f2c268
Merge branch 'MDL-60433-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-10-30 13:23:45 +01:00
Juan Leyva
2ec1b93b31
MDL-60433 mod_data: Fix groups in Web Services
2017-10-30 12:51:32 +01:00
David Monllao
20668b9a8a
Merge branch 'MDL-60377-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-10-30 11:42:42 +01:00
Luca Bösch
3b59deb429
MDL-52037 questions: „Whether correct“-feedback marks adaptive width
2017-10-30 10:37:33 +00:00
Kathrin Osswald
942d43eeac
MDL-60522 message: Removed additional tooltips
...
I removed the additional tooltips because I think that they are just used
in the notifications and messages context and duplicate the all over used
title tag that gives the same information when hovering. So the whole system
stays more consistently.
2017-10-30 08:02:36 +01:00
Damyon Wiese
3031e3de72
MDL-57560 boost: File upload progress
...
Copy / adapt some styles from the bootstrap progress widget to match the DOM used for file upload progress.
Bootstrap changed this alot in the current beta so I opted to do a minimal change (affect the scss for boost only), rather
than adapt the HTML to something that will change again anyway when we upgrade to the release version of bootstrap 4.
2017-10-30 13:13:30 +08:00
Jake Dallimore
e789d41efc
Merge branch 'MDL-59606_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-10-30 11:23:42 +08:00
Andrew Nicols
1f236c90b2
Merge branch 'MDL-60605-33' of https://github.com/dvdcastro/moodle into MOODLE_33_STABLE
2017-10-30 10:50:52 +08:00
Andrew Nicols
944520fd81
Merge branch 'MOODLE_33_STABLE_MDL-60360_enable_file_indexing_retroactively' of https://github.com/mattporritt/moodle into MOODLE_33_STABLE
2017-10-30 09:20:05 +08:00
Jun Pataleta
4f65073d33
Merge branch 'MDL-60572-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-10-30 10:25:24 +13:00
David Castro
3557004809
MDL-60605 assignment: Added some styles to fix spacing in YUI file tree
2017-10-27 11:05:53 -05:00
Tim Hunt
51b8cd794f
MDL-59606 quiz responses: fix edge cases in the report
...
This patch conbines valuable contributions from Kashmira Nagwekar and
Luca Bösch. Many thanks to them. However, the final form of the fix,
and hence the blame, falls to me -- Tim.
There were several issues here:
* The load_questions_usages_by_activity method in
question/engine/datalib.php was incorrectly treating the case
when no data was returned. (Looks like a historic copy-pase from
other methods that fetch one item by unique id, which therefore
must exist.)
* The report was not correctly handling the display when the 'Which
tries' was set to 'with, and without, attempts'.
* It was possible to select the 'All tries' option when also saying
'Users without attempts'. This combination makes not sense, so
a disabledIf rule was added to the form.
2017-10-27 16:57:30 +01:00
Matteo Scaramuccia
feb69eb8a5
MDL-59099 dml: MySQL8 supports only the Barracuda file format.
...
The following InnoDB file format configuration parameters were deprecated
in MySQL 5.7.7 and are now removed:
- innodb_file_format
- innodb_file_format_check
- innodb_file_format_max
- innodb_large_prefix
File format configuration parameters were necessary for creating tables
compatible with earlier versions of InnoDB in MySQL 5.1.
Now that MySQL 5.1 has reached the end of its product lifecycle,
the parameters are no longer required.
The FILE_FORMAT column was removed from the INNODB_SYS_TABLES and
INNODB_SYS_TABLESPACES Information Schema tables.
Ref: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-0.html
2017-10-27 17:41:22 +02:00
David Monllao
5992720184
weekly release 3.3.2+
2017-10-27 12:48:30 +02:00
Juan Leyva
c12bfcefdd
MDL-60572 admin: Fix forgottenpasswordurl for WS
...
We should expect URLs in that field.
The tool_mobile change is to not break the WS response if
forgottenpasswordurl does not contain a URL.
2017-10-27 10:41:28 +02:00
Damyon Wiese
ccdb33e9a8
MDL-60567 competencies: test list_competencies
2017-10-27 11:52:21 +08:00
Damyon Wiese
df4dd003f7
MDL-60567 competencies: list_competencies wrong type
...
"validate_params" returns arrays in external functions.
2017-10-27 11:52:21 +08:00
Matt Porritt
bf3a3c56b1
MDL-60360 Global Search: Enable file indexing message update.
...
If you have Global Search set up on a site without file
indexing enabled, then at a later date you enable file indexing
files associated with existing objects are not added.
The only way to have files for existing objects indexed is to
run a reindex of all content.
This patches updates the file indexing language string in the
solr search settings of Global Search to make this clear
to the site administrator.
2017-10-27 11:16:52 +11:00
Jun Pataleta
75638047ae
Merge branch 'MDL-60265-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-10-27 11:52:25 +13:00
David Monllao
4d415133f8
Merge branch 'wip-MDL-57055-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-10-26 19:17:39 +02:00
David Monllao
8b395d32e5
Merge branch 'MDL-60600_33_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_33_STABLE
2017-10-26 18:34:27 +02:00
Mark Johnson
8edb87a37f
MDL-60600 core_output: Clear static icon system cache between unit tests
2017-10-26 15:12:06 +01:00
Jun Pataleta
2b33c0e6d4
Merge branch 'MDL-59909-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-10-26 21:09:28 +13:00
Damyon Wiese
cdef8f4e51
Merge branch 'MDL-60366_feedback_upgrade_33' of git://github.com/davosmith/moodle into MOODLE_33_STABLE
2017-10-26 15:40:31 +08:00
Andrew Nicols
d6b67e26e3
Merge branch 'wip-MDL-60543-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-10-26 14:32:12 +08:00
Andrew Nicols
0a12ba0807
Merge branch 'MDL-60162_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-10-26 14:05:52 +08:00
Adrian Greeve
18ea0d75bc
MDL-57055 mod_label: Add label administration for boost.
...
This patch adds the label adminstration settings to the
label edit page.
2017-10-26 13:57:15 +08:00
Andrew Nicols
6188594b52
Merge branch 'MDL-60535_33-questionbank-button-styled' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-10-26 13:18:39 +08:00
Andrew Nicols
0afcdafdbc
Merge branch 'wip-MDL-60104-m33' of git://github.com/amygroshek/moodle into MOODLE_33_STABLE
2017-10-26 11:38:28 +08:00
Andrew Nicols
0de940286f
Merge branch 'MOODLE_33_MDL-51892' of https://github.com/fwsl/moodle into MOODLE_33_STABLE
2017-10-26 11:30:32 +08:00
Jake Dallimore
23854442d3
Merge branch 'MDL-59686-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-10-26 10:18:04 +08:00
Simey Lameze
46a05ebe6c
MDL-59686 form: fix autosave support for editor field
2017-10-26 09:04:11 +08:00
Jun Pataleta
2168da18b7
Merge branch 'MDL-60571_33-manualgrading-savegotonextpage-styled' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-10-26 10:03:03 +13:00
David Monllao
8e14926847
Merge branch 'wip_MDL-60250_M33' of git://github.com/gjb2048/moodle into MOODLE_33_STABLE
2017-10-25 15:13:27 +02:00
David Monllao
32e3f25c95
Merge branch 'MDL-60538-33' of https://github.com/mihailges/moodle into MOODLE_33_STABLE
2017-10-25 15:09:41 +02:00
David Monllao
8375df3227
weekly release 3.3.2+
2017-10-25 11:13:53 +02:00
David Monllao
92b38fa1a8
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-10-25 11:13:52 +02:00
Damyon Wiese
0203b05f13
MDL-59909 calendar: Try hard not to fail the adhoc task.
...
Triggering a fatal error in an adhoc task is bad. It will be retried indefinitely.
Even though we are not sure how to get a module instance without a course module record,
it is possible and should not kill the Moodle site.
2017-10-25 15:44:00 +08:00
Andrew Nicols
82938bb562
Merge branch 'MDL-36580_33' of https://github.com/stronk7/moodle into MOODLE_33_STABLE
2017-10-25 12:18:24 +08:00
Andrew Nicols
92126f2ea8
Merge branch 'MDL-36580_33' of https://github.com/stronk7/moodle into MOODLE_33_STABLE
2017-10-25 12:18:23 +08:00
Mihail Geshoski
c3ddc8e2fd
MDL-60538 lesson: check if max attempts exceeded, use new lang string
2017-10-25 09:08:29 +08:00
Eloy Lafuente (stronk7)
e81b7b7487
MDL-36580 backup: Avoid PHP notice restoring old backups
...
Before this implementation, both resourcekey and password
were not being included in the backups, so old backups are
missing them. To keep upwards compatibility and avoid a PHP
Notice (undefined property), existence is checked via isset(),
that is the usual way all over the restore process.
2017-10-24 23:02:04 +02:00
Tim Hunt
1941f9ab63
MDL-60162 quiz reports: refactor duplicated code into the base class
...
This is needed to fix the unit test in the last commit.
2017-10-24 18:14:33 +01:00
Tim Hunt
16ae053264
MDL-60162 quiz reports: too many rows fetched on download
...
This happened if one user had multiple enrolments in a course, and was
quite inefficient.
2017-10-24 18:14:32 +01:00
AMOS bot
78ff74e0d3
Automatically generated installer lang files
2017-10-25 00:05:50 +08:00
Amy Groshek
8b0427a3a9
MDL-60104 mod_scorm: Fix scorm description display overflow
2017-10-24 10:37:02 -05:00
Luca Bösch
8c66b48b85
MDL-60535 quiz: question bank button styled
2017-10-24 16:10:03 +01:00
Luca Bösch
dc3a628459
MDL-60571 quiz: Manual grading Save and go to next page button styled
2017-10-24 12:14:00 +01:00
Grzegorz Ziółek
915b7b6914
MDL-51892 logging: Proper description of login errors.
2017-10-24 10:54:48 +02:00
Davo Smith
cdd6d0d240
MDL-60366 mod_feedback: fix deletion of valid anonymous duplicates
2017-10-24 09:36:14 +01:00
Andrew Nicols
d30613b147
MDL-57477 session: Comment tidyup
2017-10-24 08:13:10 +08:00
Andrew Nicols
729ada251b
Merge branch 'MDL-57477_33' of https://github.com/appalachianstate/moodle into MOODLE_33_STABLE
2017-10-24 08:08:27 +08:00
Fred Woolard
58235c3774
MDL-57477 core: If memcached 3.x mimic 2.2.0 lock acquisition behavior
2017-10-23 13:48:08 -04:00
David Monllao
2ea0d1ffde
Merge branch 'MDL-60527_33-action-menu-links-missing-spaces-attributes' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-10-23 16:59:10 +02:00
Andrew Nicols
1938195cac
MDL-60489 javascript: Add missing promise fails
2017-10-23 20:29:26 +08:00
Andrew Nicols
83a6957d2e
Merge branch 'MDL-60489-33' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2017-10-23 20:27:16 +08:00
Eloy Lafuente (stronk7)
cb00fcc297
Merge branch 'm33_MDL-59100_MySQL8_INFORMATION_SCHEMAs_Need_Lowercasing' of https://github.com/scara/moodle into MOODLE_33_STABLE
2017-10-23 12:10:59 +02:00
Gareth J Barnard
4e2d813fb3
MDL-60250 theme_bootstrapbase: Calendar popover misplaced in RTL langs.
2017-10-23 11:08:46 +01:00
Ryan Wyllie
651f9e6c6b
MDL-60489 javascript: add animations to modal setBody
2017-10-23 08:03:14 +00:00
Marina Glancy
75d54a7b9b
MDL-60543 env: Moodle 3.2 and 3.3 do no support PHP7.2
2017-10-23 14:18:49 +08:00
Damyon Wiese
e66e807e81
Merge branch 'MDL-52653-33' of http://github.com/damyon/moodle into MOODLE_33_STABLE
2017-10-23 13:14:49 +08:00
Damyon Wiese
2891fb44b9
Merge branch 'MDL-58605-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-10-23 11:16:25 +08:00
Andrew Nicols
df3a27d865
MDL-58605 mod_scorm: Simplify feature
...
The singlescobasic_missingorg.zip file includes a modified version of
the javascript which deliberately breaks content.
We need it to have different file names to not break other similar copies
of the file.
2017-10-23 07:56:40 +08:00
Luca Bösch
92be41bf98
MDL-60527 templates: missing spaces round attribute and aria-labelledby
2017-10-22 22:07:35 +01:00
Matteo Scaramuccia
3989a44cfb
MDL-59100 dml: Lower the case of INFORMATION_SCHEMA.* fields.
2017-10-21 14:33:46 +02:00
Eloy Lafuente (stronk7)
bcca46d630
weekly release 3.3.2+
2017-10-20 23:55:00 +02:00
Eloy Lafuente (stronk7)
c96be3bbef
MDL-60485 modgrade: Change string expectation in related test
2017-10-20 18:55:40 +02:00
David Monllao
33336b560e
Merge branch 'wip-MDL-60485-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-10-20 04:43:25 +02:00
Andrew Nicols
1c6b0718be
Merge branch 'MDL-60456-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-10-20 10:28:45 +08:00
David Monllao
d0abd8f9fc
Merge branch 'MDL-60123-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-10-20 02:22:26 +02:00
Eloy Lafuente (stronk7)
a5adcc8ad4
Merge branch 'MDL-60342-33' of https://github.com/patkira/moodle into MOODLE_33_STABLE
2017-10-19 23:24:58 +02:00
Eloy Lafuente (stronk7)
c4cae28841
Merge branch 'wip-MDL-60314-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-10-19 23:19:07 +02:00
Eloy Lafuente (stronk7)
492e044470
Merge branch 'MDL-60449-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-10-19 22:21:22 +02:00
Helen Foster
bc8665f4dd
MDL-60449 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* errorretrievingkey in message_airnotifier - improved wording and
removing reference to Moodle.org
* enddate_help and courseduration_desc in core - clearer wording
explaining what the date actually does
* restore:viewautomatedfilearea in core_role - changing wording to match
the behaviour
* dropzones_help in qtype_ddmarker - improved wording
* autologinkeygenerationlockout in tool_mobile - updated error message
* configallowemailaddresses in core_admin - clearer description
* subscriptionmode_helpin mod_forum - removing misleading sentence about
subscription mode changes not affecting existing users
2017-10-19 18:17:46 +02:00
David Monllao
b4d4e7885a
Merge branch 'wip-MDL-58915-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-10-19 15:44:25 +02:00
David Monllao
2b1827a6d1
Merge branch 'MDL-60233-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-10-19 13:51:15 +02:00
Nadav Kavalerchik
8304784442
MDL-60182 Glossary: Fix print icon label in RTL mode
2017-10-19 13:36:11 +02:00
David Monllao
4b8c428047
Merge branch 'MDL-60469-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-10-19 10:53:26 +02:00
David Monllao
fc4d0e7f8c
Merge branch 'MDL-60247_33-multilang-html-glossary-block-titles' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-10-19 10:34:47 +02:00
David Monllao
e940603c99
Merge branch 'MDL-60153-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-10-19 10:19:17 +02:00
Eloy Lafuente (stronk7)
66dc42dc7a
MDL-36580 backup: Apply the decrypt() method to lti "secrets"
2017-10-19 10:17:12 +02:00
Eloy Lafuente (stronk7)
e76cfde358
MDL-36580 backup: General support for decrypted contents in restore
...
- Uses site generated (on backup) key.
- Can be applied potentially everywhere in the restore process.
- Covered with unit tests.
- Authentication / integrity aware so can be used between any 2 servers
(just requires matching key).
2017-10-19 10:17:11 +02:00
Eloy Lafuente (stronk7)
29b66bc2eb
MDL-36580 backup: Use the encrypted_final_element for lti "secrets"
2017-10-19 10:17:11 +02:00
Eloy Lafuente (stronk7)
d070c63237
MDL-36580 backup: General support for encrypted contents in backups
...
- Built using standard backup custom fields.
- Can be applied potentially everywhere.
- Automatically addded 'encrypted' attribute.
- Defaults to site generated key.
- Enforces key robutness / provides authentication (hmac integrity)
- Covered with unit tests.
2017-10-19 10:17:07 +02:00
Damyon Wiese
e17641e19e
MDL-52653 scorm: Comment for cms.completion_status
2017-10-19 14:56:54 +08:00
Christian Lawson-Perfect
35ff3eae2d
MDL-52653 SCORM: fix scorm_check_mode on v1.3
...
SCORM 2004 uses the element 'cmi.completion_status' to store the
completion status of a SCO, not 'cmi.core.lesson_status'.
This amends scorm_check_mode so that the right element is looked up.
When scorm_version_check returns false, SCORM 1.2 is assumed.
2017-10-19 14:56:54 +08:00
Adrian Greeve
c2e9ef8d1d
MDL-60485 modgrade: Update to mod settings form.
...
The message for changing the max grade in the module form
was inaccurate for modules that can not rescale.
2017-10-19 14:37:57 +08:00
Mark Nielsen
2cbe558754
MDL-60001 core_files: Use local file for gzopen
...
The gzopen method does not appear to support
file streams.
2017-10-19 13:12:50 +08:00
Damyon Wiese
fe94e2bd14
MDL-60456 javascript: Rebuild npm-shrinkwrap
...
Build npm-shrinkwrap with the latest node version and only test the latest node version on travis.
2017-10-19 11:54:00 +08:00
Andrew Nicols
6475e2cb5e
Merge branch 'MDL-60319-MOODLE_33-google-converter-bug' of https://github.com/mspall/moodle into MOODLE_33_STABLE
2017-10-19 11:29:20 +08:00
Jun Pataleta
f4307218e6
Merge branch 'wip-MDL-60335-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-10-19 15:39:36 +13:00
Andrew Nicols
0d18af4621
MDL-60469 behat: Replace I press with I click on
2017-10-19 10:39:27 +08:00
Jun Pataleta
1a58b9a5d1
Merge branch 'mdl59843-moodle33' of https://github.com/tlock/moodle into MOODLE_33_STABLE
2017-10-19 13:21:25 +13:00
Eloy Lafuente (stronk7)
6ba05a7368
weekly release 3.3.2+
2017-10-19 00:11:11 +02:00
Eloy Lafuente (stronk7)
c1a6523782
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-10-19 00:11:09 +02:00
Pat Kira
74ee81e38e
MDL-60342 test: Reset user agent after tests
...
- Add a test that proves this useragent is not being reset after a test
- Reset user agent
2017-10-18 14:02:07 +11:00
Marina Glancy
e27dfe0fbc
MDL-60335 admin: fix encoding of nonlatin site names in blocked hosts
2017-10-17 12:59:49 +08:00
Eloy Lafuente (stronk7)
2d2e3dc0eb
Merge branch 'MDL-60320_33' of git://github.com/aolley/moodle into MOODLE_33_STABLE
2017-10-17 00:06:03 +02:00
David Monllao
2b5948200f
Merge branch 'MDL-60373-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-10-16 18:28:56 +02:00
Jake Dallimore
37340fb27b
Merge branch 'wip-MDL-60033-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-10-16 15:37:06 +08:00
Jake Dallimore
3d8e2ef988
MDL-60123 assign: Allow teachers to deselect pdf annotations in editpdf
...
Clicking a blank area of the canvas will now deselect any currently
selected annotation.
2017-10-16 08:44:23 +08:00
AMOS bot
c078a012de
Automatically generated installer lang files
2017-10-14 00:08:31 +08:00
Juan Segarra Montesinos
46b8ab729a
MDL-55808 mod_glossary: Search glossary entries with ratings enabled doesn't work
2017-10-13 17:24:00 +02:00
Luca Bösch
ae565b0e4d
MDL-60247 blocks: Multilang in Random glossary and in HTML block titles.
2017-10-13 13:52:27 +02:00
Jake Dallimore
298c1361e8
weekly release 3.3.2+
2017-10-13 14:33:18 +08:00
Jake Dallimore
ad9e004174
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-10-13 14:33:17 +08:00
Marina Glancy
d250014ef7
MDL-58915 search_solr: connection to solr can use blocked hosts
2017-10-13 12:18:05 +08:00
Jake Dallimore
747a386ed4
Merge branch 'MDL-60357-33-fix' of https://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-10-13 11:40:30 +08:00
Andrew Nicols
d9810c83cb
MDL-60357 search: Ensure that the document is valid
...
We were previously testing tha the parent is valid, which it was, and
then fetching the current record, before fetching data from it.
However, the way in which the recordset walk works, the valid function
checks whether the _record_ itself is valid, whilst the current allows
for a callback to be applied.
In this instance, the data-entry was failing because the count of
indexfields was < 2. The recordset data itself was valid, but the view
was not, and as a result, the current() function returned false.
This false was not previously handled.
I've changed the logic so that we handle this case, and have removed a
double-negative in the process.
2017-10-13 09:46:28 +08:00
Jun Pataleta
7b4b469720
Merge branch 'MDL-59854-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-10-12 12:27:47 +08:00
Tobias Reischmann
8db207f90f
MDL-59854 forum: Created unique db key for forum_subscriptions
...
Due to race conditions in the function subscribe_user
it was possible to create duplicate forum subscriptions.
This lead to error messages, when displaying the list of
all subscriptions.
This patch removes all existing duplicate entries and
creates a unique db key to prevent this from happening in
the future.
2017-10-12 12:19:49 +08:00
Eloy Lafuente (stronk7)
ca3c02b188
Merge branch 'MDL-60357-m33' of https://github.com/sammarshallou/moodle into MOODLE_33_STABLE
2017-10-11 20:49:46 +02:00
Andrew Nicols
0be75ddb99
Merge branch 'MOODLE_33_STABLE_MDL-60276' of https://github.com/CengageEng/moodle into MOODLE_33_STABLE
2017-10-11 09:39:50 +08:00
Eloy Lafuente (stronk7)
795c5635e0
Merge branch 'MDL-60300-m33' of https://github.com/NeillM/moodle into MOODLE_33_STABLE
2017-10-11 01:40:04 +02:00
Eloy Lafuente (stronk7)
91bc1d0983
Merge branch 'MDL-60346-m33' of https://github.com/sammarshallou/moodle into MOODLE_33_STABLE
2017-10-11 01:13:33 +02:00
Eloy Lafuente (stronk7)
739d0e33dd
Merge branch 'MDL-60364-m33' of https://github.com/NeillM/moodle into MOODLE_33_STABLE
2017-10-11 01:00:37 +02:00
Juan Leyva
0f08e89988
MDL-60377 webservice: Format correctly text returned by WS
2017-10-10 15:12:37 +02:00
Damyon Wiese
564787c47b
Merge branch 'MDL-59889-33' of git://github.com/Dagefoerde/moodle into MOODLE_33_STABLE
2017-10-10 13:22:04 +08:00
Adam Olley
3ff2f2d474
MDL-60320 icons: Use PNG icons as the preview thumbnails
...
Without this change, Moodle fails to provide any data when requesting a
thumbnail for a non-image file as its looking to provide a SVG file that
doesn't exist.
2017-10-10 09:57:41 +10:30
Eloy Lafuente (stronk7)
d83185cfae
Merge branch 'm33_MDL-60318_Undefined_method_file_storage-move_to_trash' of https://github.com/scara/moodle into MOODLE_33_STABLE
2017-10-09 23:12:08 +02:00
AMOS bot
9802346b16
Automatically generated installer lang files
2017-10-10 00:12:00 +08:00
Andrew Nicols
67a4191380
Merge branch 'MDL-60317_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-10-09 14:10:08 +08:00
Andrew Nicols
0e21a039da
MDL-60373 core: Do not show title if there is no title
2017-10-09 12:36:33 +08:00
Jun Pataleta
645c3bdd64
MDL-60153 course_format: Remove irrelevant CSS styles
...
* The styles ".course-content ul.topics li.section .right img.icon" and
".course-content ul.weeks li.section .right img.icon" are now kind of
irrelevant and are causing course section action menu items in
Bootstrapbase to be rendered without spacing between the action menu
icon and the label.
2017-10-09 10:23:24 +08:00
Tim Lock
be60d9e7f7
MDL-60153 theme_bootstrapbase: Fix align of edit section menu
2017-10-09 10:23:24 +08:00
Marina Glancy
96b04bdedc
MDL-60314 navigation: fix overriding variable value
2017-10-09 10:19:28 +08:00
sam marshall
a685402bd8
MDL-60357 core_search: Future modified times cause serious problems
2017-10-06 14:14:25 +01:00
Jan Dageförde
2d2f32f242
MDL-59889 oauth2: Remove check for storing new refresh token
2017-10-06 14:49:23 +02:00
Neill Magill
6bc6c40f5b
MDL-60300 Quiz: Offline update time not set correctly
2017-10-06 13:33:20 +01:00
Neill Magill
598c974d46
MDL-60364 Web service: E_ERROR in course_check_updates web service
...
The error stated that course_check_updates() is undefined, this function
is in the course lib.php file.
2017-10-06 13:32:54 +01:00
sam marshall
1ba83f0d5a
MDL-60346 core_search: Solr connection ignores proxy settings
2017-10-06 12:28:04 +01:00
Jake Dallimore
2ffd848807
weekly release 3.3.2+
2017-10-06 14:34:39 +08:00
Jake Dallimore
b5f9f77e4c
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-10-06 14:34:38 +08:00
Michael Spall
52d65d0970
MDL-60319 Google converter: Add html to convertible types
...
Add html files to the file types that Google can convert. This allows
the Google Drive converter to convert online submissions to pdf. This
fixes an issue where if online submissions is selected and the Google
Drive converter is used all conversions fail and produce a single
blank pdf. Credit to Peter Svec for the idea for this fix.
2017-10-05 08:13:34 -06:00
Jun Pataleta
f46e46c174
Merge branch 'MDL-60352-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-10-05 16:16:47 +08:00
Juan Leyva
aa7f151edd
MDL-60355 media_vimeo: Support restricted videos by domain in the app
...
As reported in MOBILE-1511, Vimeo videos restricted by domain are not
working in the app.
The reason is simple: The restriction is done by the Referer HTTP
header, when a video is embedded via an iframe in the Moodle Site,
Vimeo checks the Referer to see if it matches the specified domain.
When the video is embedded in the mobile app, the Referer is the one
provided by the app Cordova container so Vimeo won't allow playing the
video.
The solution is to add an extra iframe on top of the Vimeo embedding
one (like a proxy), the app will display an iframe pointing to a page
in the site that will include the iframe pointing to vimeo so the
restriction check will work.
2017-10-05 09:53:50 +02:00
Andrew Nicols
3e2afb9d11
MDL-60352 calendar: Do not select original event for collection
2017-10-05 14:43:23 +08:00
Jake Dallimore
6b40b9182b
Merge branch 'MDL-57228_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-10-04 13:43:27 +08:00
Eloy Lafuente (stronk7)
4a56b4efb5
Merge branch 'MDL-59882-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-10-03 20:52:04 +02:00
Eloy Lafuente (stronk7)
e945953705
Merge branch 'MDL-60198-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-10-03 20:15:53 +02:00
AMOS bot
a813ed0dd6
Automatically generated installer lang files
2017-10-04 00:10:33 +08:00
Andrew Nicols
b278d32999
Merge branch 'MDL-60210-33-upgradecheck' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-10-03 10:33:32 +08:00
Matteo Scaramuccia
accc87283a
MDL-60318 filestorage: Fixed undefined method move_to_trash()
2017-10-02 23:03:20 +02:00
Tim Hunt
b86bb7b4df
MDL-60317 quiz reports: fix regression caused by MDL-57511
2017-10-02 18:24:51 +01:00
Andrew Nicols
7129db08e7
Merge branch 'MDL-58790_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-10-02 15:40:22 +08:00
Andrew Nicols
9ae3d44588
MDL-59882 behat: Update known uses of dialogue CSS
2017-10-02 12:49:34 +08:00
Andrew Nicols
176bb9eec3
MDL-59882 behat: Add newer modal type to selectors
2017-10-02 12:46:14 +08:00
Andrew Nicols
f009ad959a
Merge branch 'MDL-60306-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-10-02 10:17:25 +08:00
Jun Pataleta
5ef74b0c3d
MDL-60306 calendar: Fix rrule_manager unit test
...
* The calculation of the expected date should depend on the comparison
with the start date's date and not it's exact timestamp.
2017-10-02 09:19:08 +08:00
ddelblanco
d68208baa1
MDL-60276 LTI Content Item: does not populate tool url when https
2017-09-28 09:53:31 -07:00
AMOS bot
03152cd95c
Automatically generated installer lang files
2017-09-29 00:06:02 +08:00
Juan Leyva
ff2a8c5a18
MDL-60265 tool_mobile: Return sitepolicy in tool_mobile_get_config WS
2017-09-28 10:50:54 +02:00
Jake Dallimore
d7bee96561
weekly release 3.3.2+
2017-09-28 14:27:30 +08:00
Tim Lock
41fb3ea48f
MDL-59843 mod_choice: Fix horizontal display mode
...
This re-implements the feature in the boost and bootstrap themes.
2017-09-28 12:30:27 +10:00
Eloy Lafuente (stronk7)
1eb29f17e3
Merge branch 'MDL-60243-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-09-27 20:48:39 +02:00
Vervoort, Claude
c76ac89f80
MDL-60253 lti: also consider securetoolurl for URL match
2017-09-27 13:25:52 -04:00
Jake Dallimore
7d1e74c3da
Merge branch 'MDL-59780-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-09-27 13:43:42 +08:00
Ankit Agarwal
00479a197e
MDL-59780 mathjax: Make sure mathjax url doesn't become empty
2017-09-27 09:15:16 +05:30
Jake Dallimore
91d9281330
MDL-60243 competencies: fix ordering bug in api_test unit test
...
list_user_competencies_to_review() orders by shortname, but the test
creates 2 user competencies with the same short name, resulting in
unpredictable results. This patch fixes that.
2017-09-27 09:23:20 +08:00
Eloy Lafuente (stronk7)
3f2082ef15
Merge branch 'MDL-59931_33_STABLE' of https://github.com/ctam/moodle into MOODLE_33_STABLE
2017-09-27 01:16:17 +02:00
Eloy Lafuente (stronk7)
c953223f50
Merge branch 'MDL-59220-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-09-27 00:52:11 +02:00
Juan Leyva
7135925f9e
MDL-60198 webservice: Add missing MOODLE_INTERNAL checks
2017-09-26 23:04:35 +02:00
Eloy Lafuente (stronk7)
156c08723d
Merge branch 'MDL-59645-33-flickr' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-09-26 19:35:08 +02:00
Tim Hunt
2835d3c50d
MDL-58790 quiz editing: translate hard-coded new heading string
2017-09-26 11:18:26 +01:00
Juan Leyva
d6fee3b572
MDL-60233 mod_assign: Avoid HTML in the item field of external warnings
...
The item field is defined as PARAM_TEXT (no HTML tags allowed except
for multilang).
Using the s that add quotes to HTML characters we avoid potential Web
Services invalid parameters errors.
2017-09-26 12:13:31 +02:00
Andrew Nicols
76ed567062
Merge branch 'MDL-60141-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-09-26 15:48:07 +08:00
Jake Dallimore
70c7be1c93
Merge branch 'MDL-60121-multi-enrol-backup-MOODLE_33_STABLE' of https://github.com/mpetrowi/moodle into MOODLE_33_STABLE
2017-09-26 15:25:04 +08:00
Juan Leyva
cb511fdfb6
MDL-60141 auth_email: Fix sitepolicy field type in get_signup_settings
2017-09-26 09:11:17 +02:00
Simey Lameze
2cb5968d25
MDL-60052 theme_bootstrapbase: proper handling of large modals
2017-09-26 11:20:26 +08:00
Andrew Nicols
2c9e28d2b8
Merge branch 'MDL-60052-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-09-26 09:40:30 +08:00
Andrew Nicols
620a05aa6a
Merge branch 'MOODLE_33_STABLE' of https://github.com/ConnorSheremeta/moodle into MOODLE_33_STABLE
2017-09-26 09:26:10 +08:00
Eloy Lafuente (stronk7)
7969d430e1
Merge branch 'MDL-59505-33-gdrive' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-09-26 01:25:53 +02:00
Carson Tam
421a17f2a9
MDL-59931 mod_quiz: Fixing incorrect pagination count.
2017-09-25 12:49:29 -07:00
Eloy Lafuente (stronk7)
abf2bf0175
Merge branch 'wip-MDL-60167-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-09-25 20:19:26 +02:00
Shamim Rezaie
0243d08185
MDL-57228 quiz editing: unit test for the move case
2017-09-25 12:55:01 +01:00
Tim Hunt
06a850c19e
MDL-57228 quiz: fix editing when there are one-question sections
...
Fix based on a patch by Joost van der Borg <j.van.der.borg@ssr.nl >.
2017-09-25 12:55:00 +01:00
Marina Glancy
1ce18b558b
MDL-60167 upgrade: Fix duplicate site registrations
2017-09-24 18:51:12 +08:00
Dan Poltawski
2f0bd18ad9
weekly release 3.3.2+
2017-09-22 12:43:18 +01:00
Dan Poltawski
fdf3d9bda5
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-09-22 12:43:17 +01:00
David Mudrák
a89500f81f
MDL-60210 admin: Check if the site needs upgrade on admin/search.php too
...
The page admin/search.php is the default administration page in Boost
based themes. It should behave the same as admin/index.php or
my/index.php and check if the site needs upgrade.
2017-09-22 13:18:24 +02:00
Jun Pataleta
1a3a805c57
Merge branch 'MDL-37810-33-fix' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-09-22 10:54:51 +08:00
Ryan Wyllie
aecfdf39dd
MDL-60052 javascript: fix large styling for modals
2017-09-22 10:00:02 +08:00
Damyon Wiese
1595d0d44f
MDL-59220 setuplib: Redirect on https mismatch
...
When the wwwroot indicates https support and a page is accessed over http,
redirect to the wwwroot. This is a better experience than displaying an error.
Backport of MDL-58318.
2017-09-22 09:46:45 +08:00
David Mudrák
d12b219aae
MDL-59505 oauth2: Fix storage of access controlled links
...
When files are copied into the system account's drive, they are put into
folders respecting the structure of contexts. Folder names were based on
context names only and so were likely to collide (such as with users
with the same name).
The patch ads context instance identifiers to the name so that they can
be identified more reliably.
2017-09-21 22:15:47 +02:00
AMOS bot
205ede3084
Automatically generated installer lang files
2017-09-22 00:08:18 +08:00
AMOS bot
4b2ae7cb3f
Automatically generated installer lang files
2017-09-22 00:08:18 +08:00
Jake Dallimore
bf9e1794d8
MDL-37810 roles: fix profile roles logic to include all roles
...
If the user has the role:assign capability then the list of profile roles
will include any role assigned in the context or above.
2017-09-21 22:26:18 +08:00
AMOS bot
025ce03039
Automatically generated installer lang files
2017-09-21 00:06:17 +08:00
Eloy Lafuente (stronk7)
cf06189838
Merge branch 'MDL-60132-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-09-19 22:38:49 +02:00
David Mudrák
43868ab6d4
MDL-59645 flickrlib: Show debug notice when using legacy authentication
2017-09-19 14:39:43 +02:00
David Mudrák
4a821e2db0
MDL-59645 portfolio_flickr: Make the Flickr portfolio export work again
...
The patch modifies the Flickr portfolio to make it use of the new oauth1
based client.
2017-09-19 14:39:42 +02:00
David Mudrák
e674b4d4a9
MDL-59645 repository_flickr: Drop legacy auth tokens and nsids
...
The values stored in these user preferences were valid for the old
flickr auth mechanism and are not usable any more. The new oauth1 based
version needs to store both the token (in the flickr_access_token
preference) and the token secret (flickr_access_token_secret). The new
version does not need to store the user's nsid.
The cryptic names of these legacy settings are a result of how dealing
with user preferences was originally implemented.
2017-09-19 14:39:42 +02:00
David Mudrák
4f7ef6fed3
MDL-59645 repository_flickr: Make the Flickr repository work again
...
The patch makes the Flickr repository use the new oauth1 based client.
Beside that, other improvements include:
* Does not attempt to guess the photo URL any more. Instead uses
url_sq and url_o extras of the flickr.photos.search call.
* The photos.search does not return the information about the photo size
so we set it to null (previously was returned as 'unknown' which made
it be displayed as zero).
* Does not perform additional API request to obtain the manage URL, uses
https://www.flickr.com/photos/organize instead.
2017-09-19 14:39:42 +02:00
David Mudrák
46ca89ea8b
MDL-59645 oauth1: Implement a new simple Flickr API client
...
Flickr has switched over to OAuth 1.0 based authentication. This is a
simple client allowing Moodle to perform authenticated calls to the
Flickr API.
2017-09-19 14:39:42 +02:00
David Mudrák
54525dd238
MDL-59645 oauth1: Improve reporting of token errors
...
Provide a more meaningful error message and debuginfo allowing to
diagnose what is going on. In case of flickr, this is typically thrown
when flickr API responses with their "bad, bad panda" HTML page instead
of the expected reply.
2017-09-19 14:39:42 +02:00
David Mudrák
fde6b9ef06
MDL-59645 oauth1: Pass oauth_callback only to obtain the request token
...
As per the oauth1 spec, the oauth_callback is supposed to be passed only
when obtaining the initial request token. The client used to append it
automatically to all requests which broke the request signature.
2017-09-19 14:39:42 +02:00
Matt Petro
ae8ce02b74
MDL-60121 enrol: Fix enrol plugin backup
...
Allow more than one enrol plugin to add backup structure.
2017-09-19 07:07:21 -04:00
Jun Pataleta
cacef68723
Merge branch 'MDL-60048-33' of https://github.com/Kathrin84/moodle into MOODLE_33_STABLE
2017-09-19 17:21:25 +08:00
Dan Poltawski
843f487c22
Merge branch 'MDL-60018-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-09-19 07:28:07 +01:00
Eloy Lafuente (stronk7)
eb0019a7ac
Merge branch 'MDL-60105_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
2017-09-19 01:56:45 +02:00
Eloy Lafuente (stronk7)
84ecc2a5eb
Merge branch 'MDL-52131-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-09-19 01:53:33 +02:00
Eloy Lafuente (stronk7)
920fe36776
Merge branch 'MDL-37810-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-09-19 01:48:14 +02:00
Eloy Lafuente (stronk7)
aa05704599
Merge branch 'MDL-53244_33_STABLE' of git://github.com/Chocolate-lightning/moodle into MOODLE_33_STABLE
2017-09-19 01:43:25 +02:00
Jake Dallimore
bbb818a6e1
MDL-37810 roles: added manager case to test_get_user_roles_in_course()
...
Managers can assign managers, and should be able to see that role on
the course profile page, as a link to the participants page.
2017-09-18 10:21:07 +08:00
Jun Pataleta
b5c6c217d9
Merge branch 'MDL-59994-33-v2' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-09-18 09:10:04 +08:00
Jake Dallimore
71d5abb422
MDL-37810 roles: get_user_roles_in_course returns all relevant roles
...
Fixed to return both those roles in the profileroles site policy and
any roles which the current user can assign in the respective context,
meaning a user can see a link to any role they can assign.
2017-09-18 09:00:31 +08:00
Jake Dallimore
a8f69dbed0
MDL-37810 roles: unit tests for get_profile_roles()
2017-09-18 09:00:31 +08:00
Jake Dallimore
12ede4f87f
MDL-37810 roles: fix get_profile_roles() so it returns assignable roles
2017-09-18 09:00:31 +08:00
Simey Lameze
f2fc4bccf4
MDL-59994 competency: improve user competency unit test
2017-09-18 08:33:03 +08:00
Simey Lameze
486a9a4d9b
MDL-59994 competency: dont list competencies from deleted users
2017-09-18 08:33:03 +08:00
Dan Poltawski
50126511aa
weekly release 3.3.2+
2017-09-15 08:49:29 +01:00
Dan Poltawski
766a2d3364
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-09-15 08:49:28 +01:00
Kathrin Osswald
e95beb73b9
MDL-60048 theme_boost: Center logo within the navbar
...
My solution is to remove the padding that's added within scss/bootstrap/_navbar.scss (line 72)
for the case that a logo (has-logo) is uploaded and displayed within the navbar.
Removing this padding will center the image within the navbar.
2017-09-14 13:51:05 +02:00
Juan Leyva
308bf50e76
MDL-60132 tool_mobile: Handle correctly moodle_url instances
...
In Moodle there are some functions that can be overridden by themes.
Some themes are returning incorrect value types in those functions
2017-09-14 12:17:56 +02:00
Juan Segarra Montesinos
2352074dc0
MDL-52131 qbehaviour: respect manualcomment format
...
The format of a manual comment in a question is respected when
the preferred editor is "Plain text area".
2017-09-14 13:31:15 +08:00
Matt Clarkson
3ee0495c62
MDL-60105 mod_folder: Set timemodified on change
...
Changes to the folder contents were not resulting in the
timemodied of the folder activity being set. This prevented
global search from picking up the changes.
2017-09-13 13:53:29 +02:00
Matt Clarkson
d2d9e5a864
MDL-60105 search: Fix fatal error
...
If an indexed file has been modified or deleted the search index
will still reference the old file. Remove the file from search
results until the change has been indexed.
2017-09-13 13:53:28 +02:00
AMOS bot
6c581c9648
Automatically generated installer lang files
2017-09-13 00:06:45 +08:00
Dan Poltawski
9da6b92faf
Merge branch 'MDL-60039_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
2017-09-12 11:24:20 +01:00
David Monllao
0d27d706c6
MDL-60039 search: Force messaging search areas to be reindexed
2017-09-12 11:59:13 +02:00
David Monllao
2e35af9cc2
MDL-60039 messaging: global search index using timeread
2017-09-12 11:57:34 +02:00
Dan Poltawski
bd50f5f555
Merge branch 'MDL-59929_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-09-12 10:56:01 +01:00
Eloy Lafuente (stronk7)
edb25d4f25
Merge branch 'MDL-60086-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-09-12 09:56:31 +02:00
David Monllao
fc24fb7af0
Merge branch 'MDL-59399-33' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2017-09-12 08:12:37 +02:00
David Monllao
bd1e060c8f
Merge branch 'MDL-59867-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-09-12 07:11:03 +02:00
David Monllao
e79467c0d8
Merge branch 'MDL-59879-33' of https://github.com/abias/moodle into MOODLE_33_STABLE
2017-09-12 07:04:45 +02:00
Jake Dallimore
822ccfdb31
MDL-60086 travis: Bumping the postgres version to 9.6
...
3.2 was bumped to 9.6, this makes the change across the board.
2017-09-12 09:35:23 +08:00
Eloy Lafuente (stronk7)
f69b9181c6
Merge branch 'MDL-59478-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-09-12 00:23:54 +02:00
Eloy Lafuente (stronk7)
9e5ae58959
Merge branch 'wip-MDL-59808-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-09-12 00:13:43 +02:00
Eloy Lafuente (stronk7)
e3db987f32
Merge branch 'MDL-60025-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-09-11 23:50:54 +02:00
Dan Poltawski
1298a03670
Merge branch 'MDL-35849-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-09-11 14:19:49 +01:00
Jun Pataleta
67d18f8804
Merge branch 'MDL-60031-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-09-11 13:57:10 +08:00
Jun Pataleta
5383687f30
Merge branch 'wip-MDL-55849-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-09-11 13:27:50 +08:00
Adrian Greeve
9a1d82de52
MDL-55849 mod_assign: Behat update for group submission reopening.
2017-09-11 12:43:09 +08:00
Adrian Greeve
5a469543b0
MDL-55849 mod_assign: Reopening assignments only increases by one.
...
Group assignments when being reopened will only increase the
attempt total by one.
2017-09-11 12:43:08 +08:00
Eloy Lafuente (stronk7)
3d77676d51
Moodle release 3.3.2
2017-09-09 22:48:09 +02:00
Mathew May
c92f6d056a
MDL-53244 login: Add error message for recaptcha
2017-09-08 13:03:49 +12:00
David Monllao
491ebf2b10
weekly release 3.3.1+
2017-09-07 11:39:09 +02:00
Eloy Lafuente (stronk7)
00c0582729
Merge branch 'MDL-59983-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-09-07 11:01:11 +02:00
David Mudrák
dd2d372477
MDL-59969 admin: Warn admins if a development libs directory exists
...
We can't really control the direct web access to directories in dirroot,
that is part of the server setup. So we at least warn admins as they may
not realize the risks of having directories like vendor or node_modules
exposed.
Credit goes to Petr Škoda for mentioning the PHPUnit issue CVE-2017-9841
to me.
2017-09-07 11:01:11 +02:00
Marina Glancy
290b3a6095
MDL-59972 mod_feedback: escape subject when showing the contact form
2017-09-07 11:01:10 +02:00
Jake Dallimore
8c8139d093
MDL-58953 user: additional test case for user_can_view_profile()
2017-09-07 11:01:10 +02:00
Jake Dallimore
5968db869a
MDL-58953 user: fix course checking logic in user_can_view_profile()
...
Make sure to check that $user in enrolled in $course before checking
whether the current user has capabilities in that course, and make sure
that we don't check user context caps when handling a specific course.
2017-09-07 11:01:09 +02:00
Simey Lameze
a6acc25b38
MDL-59776 core_calendar: unit tests of module events deletion
2017-09-07 11:01:09 +02:00
Simey Lameze
233d271a91
MDL-59776 core_calendar: prevent deletion of module events
2017-09-07 11:01:09 +02:00
Juan Leyva
2da5effd17
MDL-58762 core: Get full course objects on navigation
...
The course object passed as parameter to extend_navigation_user
callback contained only a few parameters, some parameters like
showgrades or showreports were missing.
The callback should receive a full course object.
2017-09-07 11:01:08 +02:00
Juan Leyva
2dca45d720
MDL-58762 report: Check group permissions in course user reports
...
Teachers were able to see any student report even with forced separated
groups and capability moodle/course:accessallgroups off.
2017-09-07 11:01:08 +02:00
Jun Pataleta
e217354c8b
Merge branch 'm33_MDL-59635_Properly_Escape_Column_Names_Reserved_Words_Proof' of https://github.com/scara/moodle into MOODLE_33_STABLE
2017-09-07 11:01:07 +02:00
Eloy Lafuente (stronk7)
eafcaa4e41
Merge branch 'MDL-59696-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-09-07 11:01:06 +02:00
Eloy Lafuente (stronk7)
8ae7ad0294
Merge branch 'MDL-59198-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-09-07 11:01:05 +02:00
David Monllao
aed06e3b9d
MDL-59768 unittest: Remove references to unexisting method
2017-09-07 11:01:05 +02:00
David Monllao
064739b3df
Merge branch 'wip-MDL-59768-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-09-07 11:01:05 +02:00
David Monllao
e9e0083e30
Merge branch 'MOODLE_33_STABLE-MDL-59799' of https://github.com/jojoob/moodle into MOODLE_33_STABLE
2017-09-07 11:01:04 +02:00
Dan Poltawski
69bcff98e2
Merge branch 'wip-MDL-59992-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-09-07 11:01:04 +02:00
David Monllao
35f2a315a0
Merge branch 'wip-MDL-59815-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-09-07 11:01:03 +02:00
David Monllao
cf6d37c10a
Merge branch 'MDL-59846-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-09-07 11:01:03 +02:00
Dan Poltawski
1b9cafb3e8
Merge branch 'MOODLE_33_STABLE-MDL_59834-Indexing_of_personal_messages' of https://github.com/mattporritt/moodle into MOODLE_33_STABLE
2017-09-07 11:01:02 +02:00
David Monllao
42b8955e28
Merge branch 'wip-MDL-59898-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-09-07 11:01:02 +02:00
David Monllao
3909dc6316
Merge branch 'MDL-59963_33-report-logs-origin-pagination' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-09-07 11:01:01 +02:00
Damyon Wiese
1f672ef01b
MDL-59867 autocomplete: Prevent duplicate ids.
...
Rendering a form with 2 autocompletes in it can get messed up because of duplicated ids.
2017-09-07 09:33:09 +08:00
Marina Glancy
50464573be
MDL-59808 webservice_rest: comply with restformat argument
2017-09-07 08:34:49 +08:00
Juan Leyva
2f373db92b
MDL-60025 mod_book: Return correct values for chapters update time
...
Instead returning the time when the chapter was created or modified we
were returning the time when the book was created or modified.
2017-09-06 12:38:27 +02:00
Juan Leyva
0272abac15
MDL-60018 mod_chat: Fix chatmethod field type in get_chats_by_courses WS
2017-09-06 12:16:33 +02:00
Marina Glancy
65bad3744d
MDL-60033 webservice_xmlrpc: extra escaping in the server URL
2017-09-06 13:44:16 +08:00
Ryan Wyllie
8c4508ffb5
MDL-59399 atto: make media plugin shortform explandable
2017-09-06 05:28:03 +00:00
Andrew Nicols
5188941881
MDL-60031 admin: Move risk longtext to pix title
2017-09-06 10:24:11 +08:00
Helen Foster
ae1980d5d3
MDL-59983 lang: Merge English strings from the en_fix language pack
...
Significant string change:
* custommenuitems_desc in tool_mobile - improved wording
2017-09-05 11:03:28 +02:00
Ankit Agarwal
f8da314e59
MDL-35849 login: Add role alert to error messages
...
Error messages should be prominent to screen readers as well as visual users,
adding the role alert is recommended way to achieve it for screen readers and this is
also what we do for ->notification apis
2017-09-05 12:50:14 +05:30
Matteo Scaramuccia
1c741c25c4
MDL-59635 tool_replace: Escape the column name.
2017-09-04 13:36:41 +02:00
Matteo Scaramuccia
7e05307cdf
MDL-59635 ddl: Added test_get_enc_quoted().
2017-09-04 13:36:41 +02:00
Jun Pataleta
26c37c0024
MDL-59696 theme_bootstrapbase: Set max-width for custom-select elements
...
* Set custom-select elements with a maximum width of 100% of their
container.
2017-09-04 10:12:06 +08:00
Jun Pataleta
e3cd9de694
MDL-59696 templates: Remove form-group div for url-select template
...
* Removed the div with the class 'form-group' that's enclosing the
select element and friends. It's not needed since the urlselect template
is an inline form.
* Also, for completeness, I added the helpicon data for the template's
context.
2017-09-04 10:12:06 +08:00
Tobias Garske
29786b259a
MDL-59898 access: Added Icon references.
2017-09-04 09:55:59 +08:00
Simey Lameze
2fb9bb8eac
MDL-59846 core_calendar: add styling to action link
2017-09-04 08:40:22 +08:00
Matt Porritt
e396e62df5
MDL-59834 Global Search: Indexing user messages
...
Make indexing of user messages tolerant to user deletion.
When creating the search document for user messages,
add a check to see if the user has been deleted in the
system. If they have been deleted abort creating the search
document.
This is to avoid rasining an error when trying to get the
user context for a deleted user.
2017-09-04 09:18:34 +10:00
Johannes Burk
55a0d1d09a
MDL-59799 course: Include course/lib.php before using move_courses().
2017-09-01 16:45:49 +02:00
Luca Bösch
e024daa740
MDL-59963 reports: origin parameter looked at in log reports
2017-09-01 11:50:03 +02:00
Luca Bösch
8c08dca80e
MDL-53936 reports: State default index page explicitly in pagination url
2017-09-01 11:49:25 +02:00
Jun Pataleta
77a6a09950
weekly release 3.3.1+
2017-09-01 13:27:03 +08:00
Jun Pataleta
458f8d8d63
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-09-01 13:27:01 +08:00
Andrew Nicols
c7b53f80a6
Merge branch 'MDL-56646-33-fix' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-08-31 15:00:39 +08:00
John Okely
0fe8062c08
MDL-56646 mod_assign: Improve grade fix strings
2017-08-31 14:46:47 +08:00
John Okely
41982ebc63
MDL-56646 mod_assign: Make rescale behat more specific
2017-08-31 14:46:38 +08:00
Marina Glancy
fceada2c4e
MDL-59768 tasks: schedule task only if it is not scheduled
2017-08-31 14:34:59 +08:00
Marina Glancy
a13ecae829
MDL-59992 webservice: fix debugging message event context already set
2017-08-31 12:14:13 +08:00
Eloy Lafuente (stronk7)
2261278338
Merge branch 'MDL-59927-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-08-30 11:06:03 +02:00
Peter Spicer
84dc1b0d17
MDL-59815 access: Fix definition of risks for user:delete.
2017-08-30 11:38:21 +08:00
Connor Sheremeta
2479e3742b
MDL-54540 lti: Add allowfullscreen attribute to LTI IFrames
2017-08-29 13:48:19 -06:00
Helen Foster
b7799e2da3
MDL-59927 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
- firstpagetitle_help,mod_wiki - improved wording
- completionicons_help,core_completion - removing confusing sentence
about the tick being optional
2017-08-29 15:42:22 +02:00
Dan Poltawski
b3abfa22e0
Merge branch 'MDL-59195_assign_comment_permissions_33' of git://github.com/davosmith/moodle into MOODLE_33_STABLE
2017-08-29 11:55:15 +01:00
Jun Pataleta
733222c626
Merge branch 'MDL-59908-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-08-29 17:42:05 +08:00
Andrew Nicols
f26fc77aac
Merge branch 'MDL-56646-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-08-29 15:51:44 +08:00
Andrew Nicols
23a2f3eaac
Merge branch 'MDL-59820-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-08-29 15:27:26 +08:00
John Okely
127992bfaf
MDL-56646 assign: Fix negative grades in restore
2017-08-29 07:15:08 +00:00
John Okely
76eefdded3
MDL-56646 assign: Add ability to fix errant grades
2017-08-29 07:15:08 +00:00
Jun Pataleta
c71370fe69
Merge branch 'MDL-59885-33' of git://github.com/cameron1729/moodle into MOODLE_33_STABLE
2017-08-29 14:48:15 +08:00
Ankit Agarwal
3458f178a9
MDL-59198 lti: Make params LTI2 compatible
...
LTI2 recommends to include both upper case and lower case of custom params.
This patch makes our implementation confer to that standard.
2017-08-29 11:43:38 +05:30
Andrew Nicols
bd90cb526f
Merge branch 'MDL-35290-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-08-29 13:15:01 +08:00
Jun Pataleta
7d753e1403
Merge branch 'MDL-59855-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-08-29 11:45:42 +08:00
Jun Pataleta
8ab8763d47
MDL-59855 oauth2: More PHPDocs fixes
...
* Fix PHPDoc return type for api::get_system_account()
* Fix PHPDoc for the $contenttype parameter in \core\oauth2\rest::call()
2017-08-29 11:19:32 +08:00
Jan Dageförde
c9e2c1b44c
MDL-59855 oauth2: Fix PHPDoc type hints
2017-08-29 11:19:32 +08:00
Jake Dallimore
67fa4b55b9
MDL-35290 files: File manager reports files which can't be read
2017-08-29 11:14:46 +08:00
Jun Pataleta
6223245206
Merge branch 'MDL-59869-33' of git://github.com/Dagefoerde/moodle into MOODLE_33_STABLE
2017-08-29 10:43:29 +08:00
Eloy Lafuente (stronk7)
f668ffe97a
Merge branch 'MDL-59887-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-08-29 01:37:01 +02:00
Eloy Lafuente (stronk7)
888a005fa4
Merge branch 'MDL-59870_33-participants-th-top-vertical-aligned' of http://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-08-29 00:54:39 +02:00
AMOS bot
ee0f446169
Automatically generated installer lang files
2017-08-29 00:07:56 +08:00
John Okely
ef2c635fdc
MDL-56646 assign: Don't rescale any negative grades
2017-08-28 07:28:21 +00:00
John Okely
f847ce94c9
MDL-56646 assign: Behat test rescaling after viewing student
2017-08-28 07:28:21 +00:00
Jun Pataleta
41c4762440
Merge branch 'wip-MDL-59708-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-08-28 15:02:11 +08:00
AMOS bot
924290eb14
Automatically generated installer lang files
2017-08-28 00:09:31 +08:00
Jan Dageförde
18264ac63d
MDL-59869 oauth2: Fix notification method
2017-08-26 15:41:56 +02:00
Jan Dageförde
a671402655
MDL-59869 oauth2: Send expiry notification on exceptions, too
2017-08-26 15:41:56 +02:00
AMOS bot
d26dd29aa3
Automatically generated installer lang files
2017-08-26 00:07:17 +08:00
Jun Pataleta
8c49ddd994
MDL-59478 mod_scorm: Fix setting of default completion rule
2017-08-25 20:06:54 +08:00
Eloy Lafuente (stronk7)
42ae181f6c
Merge branch 'wip-MDL-59881-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-08-25 00:59:57 +02:00
Luca Bösch
3e84f0e262
MDL-59870 users: Default align participant table header row.
...
Instead of putting vertical-align: middle as indication for participants table
headers, none is set which leads to theme default, i.e. bottom in Clean and Boost.
2017-08-25 00:12:17 +02:00
AMOS bot
1dabdae506
Automatically generated installer lang files
2017-08-25 00:05:39 +08:00
AMOS bot
cbbd71bdb6
Automatically generated installer lang files
2017-08-25 00:05:39 +08:00
Tim Hunt
abb4e64e37
MDL-59929 signup: inprove usability when duplicate email entered
2017-08-24 16:33:15 +01:00
Eloy Lafuente (stronk7)
af129014b1
weekly release 3.3.1+
2017-08-24 14:14:27 +02:00
Ankit Agarwal
316446e5b3
MDL-59908 backup: Backup rule should use both http and https schemes
2017-08-24 11:33:53 +05:30
Ankit Agarwal
3a5f11af69
MDL-59908 backup: Add tests to make sure both http(s) schemes are parsed
2017-08-24 11:33:53 +05:30
Simey Lameze
16434faf50
MDL-59887 block_myoverview: dont escape course and module names
2017-08-24 10:42:58 +08:00
Eloy Lafuente (stronk7)
ab5d142ff3
Merge branch 'MDL-59790-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-08-23 11:35:43 +02:00
Andrew Nicols
e7294cf68e
Merge branch 'MDL-57412-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-08-23 16:56:54 +08:00
John Okely
a4b061580b
MDL-57412 adminlib: change linkcoursesections default to 1
2017-08-23 15:08:14 +08:00
John Okely
a73d721669
MDL-57412 upgrade: Set linkcoursesections to 1 if boost in use
2017-08-23 15:08:14 +08:00
Simey Lameze
50fa49c852
MDL-59790 core: fix tooltip for pie chart
2017-08-23 12:28:10 +08:00
Jun Pataleta
19c75ebc5f
Merge branch 'MDL-59784-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-08-23 10:48:00 +08:00
Andrew Nicols
d7b6c78b7d
MDL-59784 core: Check for non-promises rather than string
...
If a malformed value was passed, it may be that we can still display it.
We should not assume that, if a string is not passed, that we are
dealing with a promise.
2017-08-23 10:30:29 +08:00
Jun Pataleta
1a451df26c
Merge branch 'MDL-59797-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-08-23 10:06:21 +08:00
Andrew Nicols
536566efaf
Merge branch 'MDL-51827_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-08-23 09:38:32 +08:00
Simey Lameze
883755af77
MDL-59797 core_course: dont escape module and section names
2017-08-23 09:21:04 +08:00
Eloy Lafuente (stronk7)
f434892cb6
Merge branch 'MDL-59663-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-08-22 21:03:49 +02:00
Tim Hunt
90984ae3b5
MDL-51827 account confirm: take users to their dashboard
...
This is an old bit of UI inconsistency. For some reason it used to take
people to the list of all courses. Given modern Moodle usability
conventions, that does not really make sense any more.
2017-08-22 14:34:38 +01:00
Eloy Lafuente (stronk7)
a35a27e819
Merge branch 'MDL-59784-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-08-22 12:28:44 +02:00
Andrew Nicols
69c4972afb
Merge branch 'MDL-59826-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-08-22 15:57:27 +08:00
Andrew Nicols
9ca48527aa
Merge branch 'MDL-59825-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-08-22 15:27:29 +08:00
Jun Pataleta
ef55758462
Merge branch 'MDL-57775-33-xmlrpc' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-08-22 15:00:14 +08:00
Andrew Nicols
22b3c71aa3
Merge branch 'MDL-59893-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-08-22 14:32:05 +08:00
Simey Lameze
60e1659fba
MDL-59820 core_calendar: remove unnecessary css class
2017-08-22 13:01:54 +08:00
Jake Dallimore
9bae6bc2d6
MDL-59893 assign: don't prefix file links when downloading as folders
...
Change to download_rewrite_pluginfile_urls() ensuring prefix isn't
added to file links when downloading with the downloadasfolders
user preference set to true. Links to files in onlinetext now work
when downloading as folders.
2017-08-22 12:58:14 +08:00
Jake Dallimore
cb7cf012f6
MDL-59893 assign: fixes for groupname prefix when downloading
...
assign->download_submissions():
- groupname now only added to zip file name if not empty, fixing a
double hyphen bug in the file name.
assign->download_rewrite_pluginfile_urls():
- groupname is now correctly determined using get_submission_group()
instead of using groups_get_activity_group() which fails when there
is no active activity group set. Uses the same logic that
download_submission() uses to prefix file names. Fixes a bug where an
empty groupname prefix was generated, resulting in broken links.
2017-08-22 12:58:07 +08:00
Andrew Nicols
030923e487
Merge branch 'MDL-57246-33-forumredirect' of git://github.com/roperto/moodle into MOODLE_33_STABLE
2017-08-22 12:29:24 +08:00
Adrian Greeve
3298e737cf
MDL-59881 question bank: Use supplied function parameters.
...
question_usage_by_activity::start_all_questions now uses all
three of the parameters that are defined.
2017-08-22 09:32:57 +08:00
Eloy Lafuente (stronk7)
2cb47a734f
Merge branch 'MDL-55937-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-08-21 23:21:47 +02:00
Eloy Lafuente (stronk7)
f688c1f8f4
Merge branch 'MDL-59049-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-08-21 23:09:18 +02:00
Davo Smith
0d5f10d1ff
MDL-59195 mod_assign: add behat tests for comments error
2017-08-21 10:25:31 +01:00
Davo Smith
0ef74b27be
MDL-59195 assignsubmission_comments: fix permission checks
2017-08-21 10:25:31 +01:00
Alexander Bias
591ff7634d
MDL-59879 navigation: Add node key to competencies navigation node
2017-08-21 10:59:00 +02:00
Cameron Ball
345d2486fc
MDL-59885 assignfeedback_editpdf: Correctly report combination status
2017-08-21 16:23:19 +08:00
John Okely
22efbe807d
MDL-57412 course: Unit test get_view_url for course formats
2017-08-21 12:55:31 +08:00
John Okely
6f3e403a28
MDL-57412 navigationlib: Respect linkcoursesections again
2017-08-21 12:55:30 +08:00
Jun Pataleta
b24ffdb774
MDL-59663 course: Render the appropriate course-category tree action
2017-08-21 10:02:13 +08:00
Eloy Lafuente (stronk7)
d17e000f45
Merge branch 'MDL-59836-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-08-18 12:36:28 +02:00
Jake Dallimore
01d058a037
MDL-59825 user: user_can_view_profile() checks all of a $user's courses
...
This function used to check only those courses shared by both users
when it should have been checking all courses in which $user is
enrolled. Managers can view a user's course profile without necessarily
sharing the course (being enrolled in) with the $user.
2017-08-18 11:37:10 +08:00
Jun Pataleta
214ddb8c0f
MDL-59836 core_amd: Use only one input event handler
...
* We have duplicate input event handlers for the autocomplete element
which are both firing when the input element's value is being set.
In case an AJAX handler is defined for the autocomplete suggestions,
this causes the autocomplete suggestions so show "No suggestions" first
and then load the results from the AJAX handler a little bit later.
2017-08-18 11:37:07 +08:00
Jake Dallimore
5fe2965cab
MDL-59826 output: make context_header() aware of page context.
...
There are times, such as when viewing a user profile within a course,
when user_can_view_profile() should be passed a course to force it to
restrict its capability checks to only the supplied course. This change
makes sure that core_renderer->context_header() calls this correctly.
2017-08-18 11:32:16 +08:00
Andrew Nicols
1896e257aa
MDL-59784 core: Modal factory should listen before fetching templates
2017-08-18 11:17:04 +08:00
Andrew Nicols
5607739ed7
MDL-59784 core: Modal should accept title as a promise
2017-08-18 11:17:04 +08:00
Jake Dallimore
749057c529
MDL-59049 badges: allows users to view badges from deleted courses
2017-08-18 10:52:02 +08:00
Andrew Nicols
6fd7ea810b
MDL-59784 core: Refactor addblock to listen earlier
2017-08-18 09:37:45 +08:00
Eloy Lafuente (stronk7)
1c6106e8a8
weekly release 3.3.1+
2017-08-17 10:39:27 +02:00
Eloy Lafuente (stronk7)
f091016984
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-08-17 10:39:25 +02:00
AMOS bot
b5d7bd720b
Automatically generated installer lang files
2017-08-17 00:08:33 +08:00
Eloy Lafuente (stronk7)
a462338e1b
Merge branch 'MDL-58435-m33' of https://github.com/NeillM/moodle into MOODLE_33_STABLE
2017-08-15 16:35:35 +02:00
David Mudrák
e6512e910f
MDL-57775 xmlrpc: Formal fix of coding style and phpdocs
...
- There was missing MOODLE_INTERNAL check.
- The client is not used for unit tests only so the class description
was obsolete.
2017-08-15 14:16:58 +02:00
David Mudrák
bfad177b5d
MDL-57775 xmlrpc: Test webservice_xmlrpc_client request encoding
...
The patch wraps the underlying xmlrpc_encode_request() call into a
standalone method that can be then unit-tested.
2017-08-15 14:11:16 +02:00
David Mudrák
e70a466017
MDL-57775 xmlrpc: Pass escaping to xmlrpc_encode_request() calls
...
This patch adds the missing 'escaping' option to all remaining
xmlrpc_encode_request() calls in the moodle core code.
Without this, the xmlrpc_decode_request() call on the server side may
lead to wrongly decoded non-ascii characters.
2017-08-15 13:42:08 +02:00
Eloy Lafuente (stronk7)
9aed01738e
Merge branch 'MDL-59667-33-2' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2017-08-15 13:13:12 +02:00
Neill Magill
72d8a09e09
MDL-58435 behat: Update existing tests to use section editing steps
2017-08-15 09:29:30 +01:00
Ankit Agarwal
9bece224f9
MDL-55937 assign: Check for group submission caps when userid=0
2017-08-15 11:15:43 +05:30
Andrew Nicols
e01475d537
Merge branch 'MDL-59746-33' of git://github.com/Dagefoerde/moodle into MOODLE_33_STABLE
2017-08-15 13:40:44 +08:00
Jun Pataleta
9db556dc6a
Merge branch 'MDL-57611-moodle33' of https://github.com/jebarviabb/moodle into MOODLE_33_STABLE
2017-08-15 11:50:24 +08:00
gthomas2
c83f37600a
MDL-59708 file: Add CUD callbacks, backport of MDL-57476
2017-08-15 09:46:48 +08:00
Ryan Wyllie
1bda7d963a
MDL-59667 form: stop datepicker from rendering outside viewport
...
Stop the date picker panel from being rendered outside of the
viewport, for example when being displayed in a modal.
2017-08-15 01:25:50 +00:00
Jun Pataleta
5596bad458
Merge branch 'MDL-59785-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-08-14 16:56:42 +08:00
Jun Pataleta
8a5e5ce049
Merge branch 'MDL-59740_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-08-14 13:48:16 +08:00
Andrew Nicols
9adeff603a
Merge branch 'wip-MDL-57188-33-2' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-08-14 13:15:58 +08:00
Andrew Nicols
1fc0f4e340
Merge branch 'MDL-59737_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-08-14 12:26:48 +08:00
Jun Pataleta
2564f4989f
Merge branch 'MDL-59492-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-08-14 12:16:26 +08:00
Simey Lameze
349508d9cc
MDL-59492 block_myoverview: make view course buttons consistent
2017-08-14 11:58:58 +08:00
Simey Lameze
bcc8cb63b9
MDL-59492 block_myoverview: fix remaining course links visibility
2017-08-14 11:58:58 +08:00
Charles Fulton
51cd49be15
MDL-59492 block_myoverview: handle course visibility style
2017-08-14 11:58:58 +08:00
Simey Lameze
7f1e907a7e
MDL-59785 mod_book: all navigation styles must mark as completed
2017-08-14 11:43:50 +08:00
Eloy Lafuente (stronk7)
14b7a15960
Merge branch 'MDL-59741-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-08-14 02:36:51 +02:00
AMOS bot
ec76694054
Automatically generated installer lang files
2017-08-14 00:08:34 +08:00
Josh Ebarvia
271f309e91
MDL-57611 report_log: Fix capability checks for viewing logs
2017-08-11 13:05:48 +09:30
David Monllao
65097503ac
weekly release 3.3.1+
2017-08-10 09:11:35 +02:00
David Monllao
8e13a950fc
NOBUG: Fixed SVG browser compatibility
2017-08-10 09:11:34 +02:00
Neill Magill
2ba469aaa3
MDL-58435 behat: Behat section editing step should work on section 0
2017-08-09 15:22:59 +01:00
Marina Glancy
5568ad4923
MDL-57188 course: correct return url to manage page
2017-08-08 14:49:16 +08:00
Andrew Nicols
7650988974
Merge branch 'MDL-59666-33-fix' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-08-08 12:55:19 +08:00
Jun Pataleta
d95b923ed3
MDL-59666 mod_assign: Disable remind to grade by field in override tests
2017-08-08 12:38:35 +08:00
Jan Dageförde
cc85a41175
MDL-59746 oauth2: urlencode parameters for post requests
2017-08-07 22:23:46 +02:00
Eloy Lafuente (stronk7)
e9cd408e25
Merge branch 'MDL-59506-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-08-07 19:55:26 +02:00
Eloy Lafuente (stronk7)
53003974f3
Merge branch 'MDL-59504-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-08-07 19:19:48 +02:00
Dan Poltawski
587a8af21c
Merge branch 'MDL-59172-33' of https://github.com/snake/moodle into MOODLE_33_STABLE
2017-08-07 16:20:14 +01:00
David Monllao
a8f61169c6
Merge branch 'MDL-59642-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-08-07 14:41:40 +02:00
Mark Nelson
f925fa4d6b
MDL-59740 core_form: add ability to specify if a button is primary
2017-08-07 17:38:18 +08:00
Mark Nelson
f5c8b599c3
MDL-59737 core_backup: changed reference to domain doesntexist.com
2017-08-07 17:18:37 +08:00
Juan Leyva
c7ebab9725
MDL-59741 auth: Always check the type of iconurls
...
We need to check always if iconurl is an instance of moodle_url to
avoid Web Services returning iconurls from identity providers to fail.
2017-08-07 11:03:01 +02:00
Dan Poltawski
e16710f3c5
Merge branch 'MDL-59666-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-08-07 09:32:08 +01:00
David Monllao
a33d238648
Merge branch 'MDL-59532-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-08-07 09:42:17 +02:00
David Monllao
f36eb9d982
Merge branch 'MDL-59644-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-08-07 09:34:42 +02:00
David Monllao
5d407594f2
Merge branch 'wip-MDL-59655-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-08-07 09:27:52 +02:00
David Monllao
e8f932a0fd
Merge branch 'wip-MDL-59055-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-08-07 09:22:00 +02:00
Andrew Nicols
4d7df0162e
Merge branch 'MDL-51745-moodle33' of https://github.com/jebarviabb/moodle into MOODLE_33_STABLE
2017-08-07 14:48:20 +08:00
Josh Ebarvia
b7acf0aaf7
MDL-51745 mod_lesson: Use format_text in response feedback
2017-08-07 15:48:40 +09:30
Andrew Nicols
235742c624
Merge branch 'MDL-59662_33-errors-typo' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-08-07 13:35:20 +08:00
Andrew Nicols
05f9a38375
Merge branch 'MDL-59698-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-08-07 12:56:27 +08:00
Andrew Nicols
7fd28388e2
Merge branch 'MDL-59728_33-boost-question-bank-header-align' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-08-07 12:39:51 +08:00
Damyon Wiese
146d4c9abf
MDL-59055 grades: behat test
2017-08-07 10:09:40 +08:00
Marina Glancy
299e5de1a7
MDL-59055 grades: provide backward-compatibility of changes
2017-08-07 10:09:40 +08:00
Marina Glancy
a4f645775a
MDL-59055 grades: fix bug displaying item id instead of grade
...
Thanks to Marcelo Santos for initial patch
2017-08-07 10:09:40 +08:00
Andrew Nicols
5f295e2ce8
MDL-59506 core_lock: use a null lock during install
...
Use a different lock factory during installation which does not actually
lock at all.
2017-08-07 10:00:39 +08:00
Jake Dallimore
89e7d6eb7a
MDL-59172 user: user_can_view_profile() now checks viewalldetails cap
2017-08-07 09:28:50 +08:00
Pierre Guinoiseau
1fd7f60706
MDL-59504 pix: update icon for Mahara
2017-08-07 09:02:04 +08:00
Luca Bösch
2164a6ce79
MDL-59728 questions: Align question bank headers.
2017-08-04 15:29:06 +02:00
Luca Bösch
f2f66bb3e4
MDL-59662 database: Typo in variable name.
2017-08-04 10:31:34 +02:00
Andrew Nicols
f3b4f02998
MDL-59642 stats: Correct random unit test failure
...
The unit test was creating four events, and then relying on them being
retrieved in the order in which they were created.
I've modified the test to:
* ensure timecreated are spaced apart; and
* add an order by timecreated when fetching them.
2017-08-04 15:07:26 +08:00
Jun Pataleta
63b096ccb7
MDL-59666 mod_assign: Add validation for grading due date
2017-08-04 14:43:03 +08:00
Andrew Nicols
6aaea768a1
weekly release 3.3.1+
2017-08-04 11:50:29 +08:00
Andrew Nicols
3124d6ec6d
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-08-04 11:50:10 +08:00
Simey Lameze
dc48f38b16
MDL-59644 core_output: fix font awesome mapping for lock icons
2017-08-04 09:04:07 +08:00
Juan Leyva
4a99cae69d
MDL-59532 mod_lesson: Fix check_updates_since with groups
...
There were a couple of incorrect SQL queries when the user calling the
function is a teacher and the activity uses separate groups.
2017-08-03 12:11:16 +02:00
Andrew Nicols
f499964d3d
Merge branch 'MDL-59582-33' of git://github.com/danpoltawski/moodle into MOODLE_33_STABLE
2017-08-03 15:49:58 +08:00
Dan Poltawski
aabf3e9ab8
MDL-59582 npm: update shrinkwrap file for npm 8.2.0
2017-08-03 08:26:36 +01:00
Andrew Nicols
2654b0c931
Merge branch 'm33_MDL-59583_Fix_MariaDB_10d2d7_Breaking_Change' of https://github.com/scara/moodle into MOODLE_33_STABLE
2017-08-03 12:32:09 +08:00
Damyon Wiese
f0ce31da5e
MDL-59698 behat: Remove bad tests
...
These tests are an abuse and should not have been accepted. Behat tests should use real pages.
Adding testing only entry points to Moodle is a bad security practice and is not the purpose of behat.
2017-08-03 10:28:54 +08:00
Matteo Scaramuccia
bef2ae41a5
MDL-59583 dml: fixed NULL values w/ MariaDB 10.2.7+
2017-08-03 00:28:37 +02:00
Andrew Nicols
93f9d56886
Merge branch 'MDL-57259-33' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2017-08-02 13:39:49 +08:00
Ryan Wyllie
9b639d9cb7
MDL-57259 external: fix page url debug in fragment loading
2017-08-02 03:44:33 +00:00
Andrew Nicols
d40a73d8cc
Merge branch 'MDL-55364-33-fix' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-08-02 10:52:11 +08:00
John Okely
58215dcf07
MDL-55364 forum: Combine user picture and user name rows
2017-08-02 10:30:46 +08:00
Dan Poltawski
b29ffd3629
Merge branch 'MDL-55364-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-08-01 11:36:31 +01:00
Dan Poltawski
e913d4a3a2
Merge branch 'MDL-59658-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-08-01 10:15:48 +01:00
David Monllao
975e31d441
Merge branch 'wip-MDL-53492-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-08-01 09:22:52 +02:00
Andrew Nicols
45aabba243
Merge branch 'MDL-58928_33-alt-attribute-enrolment-edit-delete-icons' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-08-01 14:56:10 +08:00
Jun Pataleta
75fe99dad0
MDL-59658 core: Add login/logout steps for course participants scenario
...
* Add student1 and student2 login/logout steps for the course
participants filtering scenario in order to have last access data
for students 1 and 2 since the participants table is sorted by last
access by default.
* Convert the two course participants scenario to a scenario outline.
The steps are basically the same. Only the view mode is different.
* Remove @javascript tags for the following scenario:
- Filter users on assignment submission page
- Filter users on view gradebook page
- Filter users on course participants page
JS is not really necessary in these scenario and we can get faster
execution time.
2017-08-01 13:57:40 +08:00
Andrew Nicols
92502d78d7
Merge branch 'MDL-59473-MOODLE_33_STABLE' of https://github.com/sytabaresa/moodle into MOODLE_33_STABLE
2017-08-01 10:49:26 +08:00
Luca Bösch
eef089cd57
MDL-58928 enrol: delete and edit icon alt attribute
2017-07-31 17:32:55 +02:00
David Monllao
ebe2c2e3bd
Merge branch 'wip-MDL-59496-33-3' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-31 17:15:05 +02:00
Dan Poltawski
dcde4768c9
MDL-59627 mod_data: fix incorrect use of sortorder
2017-07-31 14:28:53 +01:00
David Monllao
2ecaa395b8
Merge branch 'wip-MDL-59311-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-31 14:47:28 +02:00
David Monllao
335f6f65bc
Merge branch 'MDL-59535-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-07-31 14:20:01 +02:00
David Monllao
8308e1939a
Merge branch 'MDL-57546-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-07-31 14:10:05 +02:00
Dan Poltawski
3d92d04aee
Merge branch 'MDL-59619-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-07-31 11:48:54 +01:00
Dan Poltawski
9646369c9a
Merge branch 'MDL-59627-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-07-31 11:44:56 +01:00
Dan Poltawski
4e6cda17b8
Merge branch 'MDL-59632_33' of git://github.com/dmonllao/moodle into MOODLE_33_STABLE
2017-07-31 11:42:55 +01:00
David Monllao
a74ae654a3
Merge branch 'MDL-59511-33-oauthsysmail' of git://github.com/Dagefoerde/moodle into MOODLE_33_STABLE
2017-07-31 11:46:49 +02:00
Dan Poltawski
9ab1486be6
Merge branch 'wip-MDL-59476-33-2' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-31 10:22:03 +01:00
Andrew Nicols
3ebca8165d
Merge branch 'MDL-58196-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-07-31 15:28:06 +08:00
David Monllao
ac4c870148
Merge branch 'MDL-59649-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-07-31 09:00:50 +02:00
David Monllao
db495bf3a0
Merge branch 'MDL-58744-33' of https://github.com/jacac/moodle into MOODLE_33_STABLE
2017-07-31 08:36:36 +02:00
Ankit Agarwal
268acaeb93
MDL-58196 availability: Fix UI for pass/fail config
...
For pass/fail setting to work properly, activities must have 'Require grade' completion set,
just make sure we don't allow activities without this setting to be set
2017-07-31 11:56:21 +05:30
Ankit Agarwal
b198bfbfe9
MDL-58196 availability: Add appropriate dependencies in mform
2017-07-31 11:56:21 +05:30
Marina Glancy
454bf4c2f0
MDL-59655 course: visibleoncoursepage is not mandatory
2017-07-31 14:16:07 +08:00
Andrew Nicols
dd4855cb99
Merge branch 'm33_MDL-59583_Fix_MariaDB_10d2d7_Breaking_Change' of https://github.com/scara/moodle into MOODLE_33_STABLE
2017-07-31 11:50:51 +08:00
Marina Glancy
1b70297cb3
MDL-53492 registration: Moodle.net is more correct than Moodle.org
2017-07-31 11:36:21 +08:00
Marina Glancy
94a8d2e2e2
MDL-53492 registration: use https://moodle.net as hub url
2017-07-31 11:36:18 +08:00
Daniel Materka
638bae2e6c
MDL-55364 forum: fix overlapping columns in the table at low resolutions
2017-07-31 11:24:24 +08:00
Marina Glancy
a6a6b523ec
MDL-59496 registration: display unregistered warning consistently
2017-07-31 11:23:14 +08:00
AMOS bot
31b1855a3d
Automatically generated installer lang files
2017-07-31 00:10:16 +08:00
AMOS bot
1cbf0036b3
Automatically generated installer lang files
2017-07-29 00:10:27 +08:00
Juan Leyva
e81dc75977
MDL-59649 mod_data: Fix content exporter
...
The content3 and content4 fields should be type PARAM_RAW
2017-07-28 14:03:16 +02:00
Jan Dageförde
0af9a77f89
MDL-59511 oauth2: Allow empty email in system account
2017-07-28 10:01:22 +02:00
Simey Lameze
1a019bd8cd
MDL-59535 tool_behat: fix fatal error if there is no setup
2017-07-28 08:47:29 +08:00
Jakob Ackermann
c2de62bc43
MDL-58744 blocks: Add system context block position in non user context.
2017-07-27 09:08:42 -07:00
AMOS bot
c264dab3a9
Automatically generated installer lang files
2017-07-28 00:07:35 +08:00
Dan Poltawski
eb560d0745
weekly release 3.3.1+
2017-07-27 10:10:52 +01:00
Dan Poltawski
aefdf49b36
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-07-27 10:10:51 +01:00
David Monllao
42a01ee396
MDL-59632 search: Style search box for boost
2017-07-27 11:01:11 +02:00
Marina Glancy
44dc52f266
MDL-59311 course: duplicate module rebuilds cache twice
...
slightly refactor duplicate_module() code so it does not rebuild course cache
twice and also we do not need to move module if it is already the last module in a section
2017-07-27 08:17:17 +08:00
David Monllao
1abc345a3d
Merge branch 'MDL-58906-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-07-26 14:43:04 +02:00
Dan Poltawski
f30ca335fe
Merge branch 'MDL-57698-33-fix' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-07-26 09:43:54 +01:00
Ankit Agarwal
de99cab5e4
MDL-58906 calendar: Remove check for _refresh_events exists
2017-07-26 12:59:07 +05:30
Andrew Nicols
b56b5ee8d6
Merge branch 'MDL-59499-33-classfix' of github.com:snake/moodle into MOODLE_33_STABLE
2017-07-26 14:57:03 +08:00
Jake Dallimore
6dc120fb5e
MDL-59499 admin: class fix for course category expansion icons
2017-07-26 11:24:19 +08:00
John Okely
bf164227cc
MDL-57698 backup: Decrease deadlock fixture size
2017-07-26 10:43:23 +08:00
Andrew Nicols
860db28945
MDL-57546 mediaplayer_youtube: Respect mobile URLs
2017-07-26 10:41:16 +08:00
Juan Leyva
957b5180db
MDL-59627 mod_data: Fix totalcount calculation in search_entries
...
totalcount was incorrectly calculated for normal search.
For advanced search it was working as expected.
This was making searched entries pagination behave incorrectly.
2017-07-25 19:04:36 +02:00
AMOS bot
f280f97b9a
Automatically generated installer lang files
2017-07-26 00:07:31 +08:00
Juan Leyva
5a55f2049a
MDL-59619 mod_data: Fix get_fields WS for databases without fields
2017-07-25 14:45:49 +02:00
Dan Poltawski
c74bfe4847
Merge branch 'MDL-57698-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-07-25 11:48:10 +01:00
Matteo Scaramuccia
8ebc6bd2b0
MDL-59583 dml: fixed breaking change added w/ MariaDB 10.2.7+
2017-07-25 12:35:15 +02:00
Matteo Scaramuccia
18c977f996
MDL-59583 dml: improve perfs by unsetting the key.
2017-07-25 12:28:38 +02:00
gthomas2
2e50939069
MDL-58761 behat: Fix regex in i_open_my_profile_in_edit_mode step
2017-07-25 11:06:51 +01:00
David Monllao
db52eda16f
Merge branch 'MDL-59453-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-07-25 11:43:36 +02:00
David Monllao
ae5b1611ff
Merge branch 'MDL-59485-33' of https://github.com/IMSGlobal/moodle into MOODLE_33_STABLE
2017-07-25 11:11:16 +02:00
David Monllao
106d704caf
Merge branch 'MDL-59578-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-07-25 11:09:55 +02:00
Dan Poltawski
9e8a23682a
Merge branch 'MDL-59432-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-07-25 07:58:41 +01:00
Marina Glancy
78b0c340ba
MDL-59476 dml: temporary mysql tables should not use compressed rows
2017-07-25 14:25:41 +08:00
Andrew Davidson
47125f1da3
MDL-59499 coursemanagement: Rewitten expand and collapse
...
Also replace M.util.get_string() calls with core/str module
2017-07-24 13:56:52 +02:00
Andrew Davidson
93ab68385d
MDL-59499 - Fixed collapsing category javascript to use template rendering
2017-07-24 13:56:37 +02:00
David Monllao
0d7e0ccf4e
Merge branch 'MDL-59509-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-07-24 13:03:52 +02:00
David Monllao
d413b817e8
Merge branch 'MDL-58906-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-07-24 12:23:15 +02:00
Dan Poltawski
b82734e916
Merge branch 'MDL-58174-33' of https://github.com/abias/moodle into MOODLE_33_STABLE
2017-07-24 09:05:33 +01:00
Andrew Nicols
401cbb6c83
Merge branch 'wip-MDL-38129-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-24 15:24:24 +08:00
Ankit Agarwal
1839865599
MDL-58906 completion: Fix incorrect phpdoc
2017-07-24 11:45:47 +05:30
Ankit Agarwal
a36a732b69
MDL-58906 restore: Do not backup/restore action events
2017-07-24 11:45:20 +05:30
Ankit Agarwal
b5527f5389
MDL-58906 restore: Call action event refresh task during restore
2017-07-24 11:45:20 +05:30
Andrew Nicols
0c534d99c2
Merge branch 'wip-MDL-59561-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-07-24 13:21:49 +08:00
Andrew Nicols
875ea2a421
Merge branch 'MDL-59490-33' of https://github.com/spvickers/moodle into MOODLE_33_STABLE
2017-07-24 12:51:32 +08:00
AMOS bot
ea6f61cda7
Automatically generated installer lang files
2017-07-23 00:08:25 +08:00
AMOS bot
98aff30461
Automatically generated installer lang files
2017-07-22 00:07:39 +08:00
John Okely
58db506aa7
MDL-57698 sqlsrv: Unit test NOLOCK
2017-07-21 14:44:21 +08:00
John Okely
767fa6af9e
MDL-57698 sqlsrv: Query temp tables with no lock
2017-07-21 14:44:21 +08:00
John Okely
6b152ab7cd
MDL-57698 sqlsrv: Unit test deadlock case
2017-07-21 14:44:21 +08:00
Andrew Nicols
823b857617
MDL-59509 dml: sqlsrv should respect port setting
...
Details of how to connect to a specific port are available at
https://docs.microsoft.com/en-us/sql/connect/php/how-to-connect-on-a-specified-port
2017-07-21 13:23:57 +08:00
Adrian Greeve
cef052dff8
MDL-59561 database: Update to creating new indexes in mysql.
...
When updating the mysql system to utf8mb4 not all tables are
converted to the row format of compressed or dynamic. If a new
index is created there is a possibility that the table could be
using compact or redundant and then an error will be shown saying
that the index size is too large. This fix handles this exception
and converts the table over to compressed.
2017-07-21 09:30:24 +08:00
AMOS bot
e3ee66b5c0
Automatically generated installer lang files
2017-07-21 00:06:48 +08:00
Dan Poltawski
32269b20e7
weekly release 3.3.1+
2017-07-20 13:20:56 +01:00
Dan Poltawski
b9109141d5
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-07-20 13:20:55 +01:00
Marco Ferrante
d7360d798e
MDL-59432 auth_db: add aliases to field mapping query
...
This patch fixes an issue with mapping different internal fields
to the same external field.
2017-07-20 14:59:50 +08:00
Andrew Nicols
4cf4453962
Merge branch 'MDL-59527-33-fix1' of http://github.com/damyon/moodle into MOODLE_33_STABLE
2017-07-20 10:43:40 +08:00
Andrew Nicols
c428d5891f
Merge branch 'wip-MDL-57649-33-fix2' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-07-20 10:23:01 +08:00
Damyon Wiese
07bdc85316
MDL-59527 autocomplete: Don't fetch ajax twice
2017-07-20 10:00:22 +08:00
Adrian Greeve
ede53ca719
MDL-57649 mod_lesson: Improvement to upgrade query.
...
We only need one record for each filearea that we
are removing.
2017-07-20 09:59:42 +08:00
Jun Pataleta
d258b76a80
MDL-59578 core: Remove unnecessary steps in alpha_chooser.feature
...
* The steps at the end of the Background scenario don't make sense and
just adds to the execution time of the test.
2017-07-20 09:44:07 +08:00
AMOS bot
0b3e56b10c
Automatically generated installer lang files
2017-07-20 00:06:27 +08:00
Dan Poltawski
c1f1327009
Merge branch 'wip-MDL-57649-33-fix' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-07-19 09:33:12 +01:00
Adrian Greeve
8c69d94957
MDL-57649 mod_lesson: Additional refinement to upgrade script.
2017-07-19 15:47:46 +08:00
Dan Poltawski
2bd93697c1
Merge branch 'MDL-59569-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-07-19 08:43:57 +01:00
Andrew Nicols
043bd4ca1e
MDL-59569 travis: Remove haveged
2017-07-19 12:22:12 +08:00
Juan Leyva
8388f22e60
MDL-59453 mod_lesson: Return lesson contents without html cleaning
...
This is consistent to what is done in the web interface.
2017-07-18 12:40:48 +01:00
Dan Poltawski
8303207140
Merge branch 'MDL-59255-MOODLE_33_STABLE' of github.com:lucisgit/moodle into MOODLE_33_STABLE
2017-07-18 10:54:06 +01:00
Marina Glancy
596a156134
MDL-59255 media: support rtmp:// in URLs
2017-07-18 10:27:11 +01:00
David Monllao
cab4f7efcb
Merge branch 'wip-MDL-39471-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-07-18 10:49:25 +02:00
Dan Poltawski
9ee78ba22e
Merge branch 'm33_MDL-59109_Backup_Missing_AutoCommit' of https://github.com/scara/moodle into MOODLE_33_STABLE
2017-07-18 09:45:23 +01:00
David Monllao
9f986cdefb
Merge branch 'MDL-57991-m33' of https://github.com/micaherne/moodle into MOODLE_33_STABLE
2017-07-18 09:40:26 +02:00
David Monllao
f16e2a6860
Merge branch 'wip-MDL-58362-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-18 09:08:50 +02:00
Marina Glancy
33b49fe9c9
MDL-38129 gradeexport: custom profile fields case problem
...
Do not use custom pfofile field name as a field alias in DB query, use field id instead.
DML lowercases all column aliases and fields with uppercase letters no longer match.
2017-07-18 11:06:17 +08:00
David Monllao
3f62f69d32
MDL-59411 course: Fix unavailable typo
2017-07-17 16:40:36 +02:00
David Monllao
8765200f2c
Merge branch 'wip-MDL-59411-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-17 15:48:22 +02:00
David Monllao
d13837d259
Merge branch 'MDL-59527-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-07-17 14:08:28 +02:00
Alexander Bias
2d3ac258cc
MDL-58174 themes: Make build_action_menu_from_navigation() protected
2017-07-17 11:17:07 +02:00
David Monllao
fda4dac9a2
Merge branch 'wip-MDL-59377-33-3' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-17 11:05:15 +02:00
Dan Poltawski
4bca803817
Merge branch 'MDL-59442-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-07-17 09:16:23 +01:00
David Monllao
aa11add8a6
Merge branch 'MDL-59539-33' of git://github.com/tobiasreischmann/moodle into MOODLE_33_STABLE
2017-07-17 10:15:05 +02:00
Dani Palou
7ebaf90cfe
MDL-59068 lesson: Revert MDL-54849
...
MDL-54859 made the 'wrong jump' setting useless, since clicking 'No' always sends the user to the next page.
2017-07-17 10:09:58 +02:00
Dan Poltawski
3841028a98
Merge branch 'wip-MDL-57649-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-07-17 09:01:33 +01:00
David Monllao
3b61a615bb
Merge branch 'MDL-54607-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-07-17 09:32:07 +02:00
David Monllao
f00cf2b8cd
Merge branch 'wip-MDL-55912-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-07-17 09:09:09 +02:00
Marina Glancy
17a4f1f382
MDL-59377 mod_label: set showdescription to be always 1
2017-07-17 13:44:20 +08:00
Marina Glancy
ba73baff14
MDL-59377 course: when module intro is visible display embedded files
...
Even when course module is not available the intro text can still be visible on the
course page. In this case the availability restriction is displayed to the student
but link to the activity is not available
2017-07-17 13:44:05 +08:00
Andrew Nicols
57158d7df5
Merge branch 'mdl55979-moodle33' of https://github.com/tlock/moodle into MOODLE_33_STABLE
2017-07-17 12:29:30 +08:00
Andrew Nicols
0c09410799
Merge branch 'MDL-59371-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-07-17 10:24:06 +08:00
Adrian Greeve
2722f49fee
MDL-39471 mod_assign: Comment visibility in blind marking.
...
Students can now see the identity of anyone making comments.
Markers on the otherhand can only see the identity of themselves
when making comments.
2017-07-17 09:25:55 +08:00
Adrian Greeve
4846429ebd
MDL-55912 mod_assign: Set grader details to the correct user.
2017-07-17 09:22:29 +08:00
Adrian Greeve
93dbfb431c
MDL-57649 mod_lesson: Delete answer files correctly.
...
The files associated with answers and responses were
not being deleted due to the fact that the wrong itemid
was being used.
2017-07-17 09:17:23 +08:00
AMOS bot
d2ef7c32a6
Automatically generated installer lang files
2017-07-17 00:06:39 +08:00
Matteo Scaramuccia
bea214a406
MDL-59109 scorm: Save autocommit setting in the backup.
2017-07-15 00:12:55 +02:00
Dan Poltawski
4b4243113f
weekly release 3.3.1+
2017-07-14 11:46:50 +01:00
Dan Poltawski
ce3aeb2181
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-07-14 11:46:49 +01:00
Tobias Reischmann
4699f2adf5
MDL-59539 oauth2/issuer: Changed baseurl for guessing image URL
...
The url, which was used for guessing the image, was queried with the
key 'discoveryurl', which is not defined in the context of an issuer.
The baseurl should be sufficient to retrieve the favicon.ico from a
server. That's why the key for was changed from 'discoveryurl' to
'baseurl'.
2017-07-14 11:27:40 +02:00
Damyon Wiese
6559958115
MDL-59527 forms: Race cond with ajax autocomplete
...
Sometimes (rarely) the auto complete will show "No suggestions" when there are valid suggestions.
2017-07-14 12:44:47 +08:00
Ankit Agarwal
b7ab2ac6b0
MDL-54607 calendar: Export 0 duration events properly
...
Thanks to Paul Prencis for initial suggestion of this patch
2017-07-14 09:36:25 +05:30
Ankit Agarwal
23a4ce8320
MDL-54607 calendar: Update benu lib to allow for instantaneous events
2017-07-14 09:36:24 +05:30
Simey Lameze
96ce433fc4
MDL-59442 core_course: apply css classes to activity icons
2017-07-13 15:24:56 +08:00
Simey Lameze
143bf83482
MDL-59371 gradereport_overview: allow auth user role to view report
2017-07-12 17:53:48 +08:00
Simey Lameze
2c94e7aa97
MDL-59371 gradereport_overview: add missing course id to url
2017-07-12 17:53:48 +08:00
Andrew Nicols
9593b1597f
MDL-59431 requirejs: Prioritise errors
2017-07-12 10:06:25 +08:00
Andrew Nicols
6007c2265e
MDL-59431 requirejs: Correct failed JS check
2017-07-12 10:06:25 +08:00
AMOS bot
f3c10bd588
Automatically generated installer lang files
2017-07-12 00:14:00 +08:00
Eloy Lafuente (stronk7)
9123df91ba
MDL-56629 dataformat_html: Adding UTF-8 charset
...
Also adding the HEAD tag which was missing.
(credit goes to Frédéric Massart - FMCorz, thanks!)
2017-07-11 13:54:46 +02:00
Eloy Lafuente (stronk7)
5fbd782f16
Merge branch 'MDL-54965-33' of git://github.com/tobiasreischmann/moodle into MOODLE_33_STABLE
2017-07-11 13:41:43 +02:00
David Monllao
88e51d2279
Merge branch 'wip-MDL-59363-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-11 12:37:09 +02:00
Dan Poltawski
cd8133b891
MDL-59287 upgrade.txt: avoid misleading versions
2017-07-11 11:29:44 +01:00
Dan Poltawski
cc5590d73a
Merge branch 'wip-MDL-59287-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-07-11 11:29:42 +01:00
David Monllao
fbeb566249
Merge branch 'MDL-59431_33' of git://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-07-11 12:05:42 +02:00
David Monllao
67e74fd7ff
Merge branch 'wip-MDL-59441-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-11 11:41:17 +02:00
Eloy Lafuente (stronk7)
e21f6974ae
Merge branch 'MDL-57432-33' of git://github.com/danpoltawski/moodle into MOODLE_33_STABLE
2017-07-11 10:19:55 +02:00
Stephen Vickers
ace3e1d569
MDL-59490 mod_lti: Prevent text wrapping
...
Update html_to_text method calls with a width of zero.
2017-07-10 17:12:07 +01:00
AMOS bot
bdbda82849
Automatically generated installer lang files
2017-07-11 00:06:32 +08:00
Dan Poltawski
9054d6a40b
Merge branch 'wip-MDL-40408-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-10 14:36:39 +01:00
Dan Poltawski
12dce9c9c3
Merge branch 'wip-MDL-59262-33-2' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-10 14:31:07 +01:00
David Monllao
e5a2a8e148
Merge branch 'MDL-52501-m33' of https://github.com/NeillM/moodle into MOODLE_33_STABLE
2017-07-10 14:38:59 +02:00
Dan Poltawski
d6c8e95ecf
Merge branch 'MDL-59317-m33' of https://github.com/NeillM/moodle into MOODLE_33_STABLE
2017-07-10 13:28:25 +01:00
David Monllao
b4e7616ec6
Merge branch 'MDL-58332-33' of git://github.com/ryanwyllie/moodle into MOODLE_33_STABLE
2017-07-10 14:22:10 +02:00
Tobias Reischmann
d251762b9e
MDL-54965 mod_data: removed unused code in display_add_field()
...
Since the refactoring towards using the filepicker for file and picture
fields there are several variables, which are set but never read. Thus,
I removed them.
2017-07-10 14:15:23 +02:00
Tobias Reischmann
de099c972a
MDL-54965 mod_data: Init draft area for empty file/pic fields
...
When a file or picture field was added with existing records, these
records could not be saved, since the draft area was not created
properly.
Co-authored-by: Jérôme Mouneyrac <mouneyrac>
2017-07-10 14:15:23 +02:00
Dan Poltawski
11b3548f35
Merge branch 'wip-MDL-46495-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-10 13:15:21 +01:00
Michael Aherne
d0da99d6fa
MDL-57991 media: Prevent mediaplayer taking up too much space
2017-07-10 10:21:11 +01:00
Dan Poltawski
c87870bca8
MDL-57432 environment: raise Moodle requirement
...
Due to Moodle 2.7 and Moodle 3.4 not having a common compatible php version
between them to upgrade from Moodle 3.4 from Moodle 2.7 you'll need to upgrade
to a higher version first or upgrade php at the same time as upgrade,
this encourages the former.
2017-07-10 09:22:30 +01:00
Dan Poltawski
1185717188
MDL-57432 environment: raise Moodle 3.4 requirements
...
1) PHP minimum version raised to 7.0.0
2) Intl extension raised from optional to required
2017-07-10 09:22:30 +01:00
Dan Poltawski
b5cb5015b9
MDL-57432 environment: 3.4 base information
...
This is a direct copy of the 3.3 branch to
have changes under control easier in next commits.
2017-07-10 09:22:30 +01:00
Ryan Wyllie
1ea3147567
MDL-58332 message: remove concat in get_popup_notifications sql
...
Removed the concat to generate the uniqueid field for the popup
notifications data. The concat can't be used directly in the SQL because
the syntax changes between databases. The sql_concat helper can't be
used because it assumes all values are database columns (which they
aren't in this case).
Instead I've just removed the uniqueid field because it isn't required
for the union all to work and the field isn't being used by anything.
This should fixed the compatibility issues between databases.
2017-07-10 02:03:47 +00:00
Adrian Greeve
2470f714b3
MDL-59287 calendar_events: Update modules to create all events.
...
All events equals all calendar events including completion events.
2017-07-10 09:41:21 +08:00
Adrian Greeve
73d2d21d4c
MDL-59287 course_module: switching to new function.
...
Instead of using *_refresh_events directly
course_module_update_calendar_events is called so
that all types of calendar events can be updated.
2017-07-10 09:41:21 +08:00
Adrian Greeve
abbc76c9e5
MDL-59287 course_module: Create calendar event update function.
2017-07-10 09:41:21 +08:00
Adrian Greeve
176856da55
MDL-59287 core_completion: Bulk completion now updates events.
2017-07-10 09:41:21 +08:00
Adrian Greeve
2109b32984
MDL-59287 core_completion: Update to unit tests.
2017-07-10 09:41:21 +08:00
Adrian Greeve
922c8df416
MDL-59287 core_completion: Update API to use less DB calls.
2017-07-10 09:41:21 +08:00
Eloy Lafuente (stronk7)
8e4341402a
Moodle release 3.3.1
2017-07-08 20:43:39 +02:00
Stephen Vickers
19ed2d1318
MDL-59485 mod_lti: Add missing capabilities
...
Capabilities missing which should allow Moodle to pass IMS certification
for LTI 2.0
2017-07-08 12:41:09 +01:00
AMOS bot
0a5af1649f
Automatically generated installer lang files
2017-07-08 00:16:05 +08:00
Sebastian Tabares Amaya
f05d911e3c
MDL-59473 request: Fix Loop Redirection in Oauth2
2017-07-07 09:36:16 -05:00
Jake Dallimore
b194f1a2e3
weekly release 3.3+
2017-07-07 12:10:20 +08:00
Jake Dallimore
14ecaeea08
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-07-07 12:10:18 +08:00
AMOS bot
c28de2e556
Automatically generated installer lang files
2017-07-07 00:06:27 +08:00
Neill Magill
5c4ace36c1
MDL-52501 assign: Fix group submissions without submission record
...
Based on work by Tim Lock <tim.lock@blackboard.com >
While upgrading to Moodle 2.8 or above it is possible for it to fail if
the site has multiple graded attempts for a user without an associated
submission record. This caused the upgrade to violate the databases
unique key rules.
This same issue could apply to a backup that was created of an
assignment that had this issue, when it is restored into Moodle 2.8 or
later.
This change adds the attempt number from the grade table into the query
that is inserting the new submission record (thanks to Tim). It also
moves the insert query before the latest flag is set on submission
records to ensure that only one has it, without this it is possible that
multiple submission records would be marked as the latest after an
upgrade or restore.
2017-07-06 15:29:01 +01:00
Neill Magill
a7e6b097f9
MDL-59317 message: Message page taking long time to load
...
The OR clause in these queries used different sets of columns to select
userid which meant that the indexes that included user id could not be
used.
This change splits the query so that each individual part can use one of
the indexes that includes a userid which speeds them up considerably.
2017-07-06 15:28:43 +01:00
Simey Lameze
706571e94f
MDL-59456 auth_cas: patch phpCAS auth bypass vulnerability
2017-07-06 09:35:43 +01:00
Jun Pataleta
0801d7dc95
MDL-58651 logstore_database: Set dbhandlesoptions in test page
2017-07-05 23:04:37 +08:00
Dan Poltawski
77da99fe77
MDL-57021 passwords: only use unmask field with shared secrets
...
When a user is entering a password which isn't returned back to them
then its not correct to use the unmask element - this element was
designed for places where we are storing shared secrets.
2017-07-05 12:25:30 +02:00
Eloy Lafuente (stronk7)
c88b34c0fa
Merge branch 'MDL-59398-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-07-05 11:52:27 +02:00
Eloy Lafuente (stronk7)
23dbc35541
Merge branch 'MDL-59294-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-07-05 09:43:44 +02:00
Eloy Lafuente (stronk7)
e9609517d2
Merge branch 'MDL-58286-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-07-05 09:40:39 +02:00
Eloy Lafuente (stronk7)
efc9c7572b
Merge branch 'wip-MDL-59412-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-05 09:35:13 +02:00
Helen Foster
05263df3b0
MDL-59398 lang: Merge English strings from the en_fix language pack
2017-07-05 09:31:39 +02:00
Marina Glancy
dc30c8fa2f
MDL-59412 course: do not display completion icon for unavailable mod
2017-07-05 09:58:35 +08:00
John Okely
8b3ee7d311
MDL-58286 enrol_ldap: Pass connection to ldap_paged_results_supported
...
Thanks to Bianco Veigel for the original patch.
2017-07-05 09:49:48 +08:00
Jun Pataleta
5823f7e1bd
MDL-59294 block_login: Make display of ID provider buttons consistent
2017-07-05 09:08:11 +08:00
Jun Pataleta
4dfa466691
MDL-59294 theme_bootstrapbase: Fix display of ID provider buttons
2017-07-05 09:08:11 +08:00
Eloy Lafuente (stronk7)
226ca38be3
Merge branch 'MDL-58651_33' of git://github.com/aolley/moodle into MOODLE_33_STABLE
2017-07-05 01:23:22 +02:00
Eloy Lafuente (stronk7)
145e6deee7
Merge branch 'wip-MDL-59336-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-07-04 19:59:17 +02:00
Jake Dallimore
d53a5789a8
Merge branch 'MDL-59380-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-07-04 16:29:11 +08:00
Marina Glancy
acc3bacecb
MDL-59441 calendar: unittest fix for modules without generators
2017-07-04 11:17:06 +08:00
Marina Glancy
640534676c
MDL-59409 admin: set admin user in unittest
2017-07-04 11:05:11 +08:00
Marina Glancy
81073ae4f0
MDL-59262 tool_uploadcourse: allow to set numsections
2017-07-04 10:28:45 +08:00
Marina Glancy
a7db632a5d
MDL-59262 course: bug - requested course is created without sections
2017-07-04 10:28:45 +08:00
Ankit Agarwal
49371ca433
MDL-56565 forum: Add sitename as heading when there is nothing to display
2017-07-04 10:11:37 +08:00
Ankit Agarwal
5697a42fc2
MDL-56565 forum: Make sure userfullname is not disclosed
2017-07-04 10:11:37 +08:00
Jake Dallimore
0ba4ffe353
MDL-56565 navigation: fix for cap checks in nav and context header
...
Fix to:
- Make sure we properly check both user and course contexts in
the load_for_user function in navigation lib and user the
user_can_view_profile function for same-course access checks.
- Use user_can_view_profile in the renderer's context_header to
properly decide whether a user can view another user's picture
and messaging options in the page header.
2017-07-04 10:11:37 +08:00
Jake Dallimore
31bae37249
MDL-56565 navigation: fix user details disclosure in nav tree
...
Fixes a bug in which a user's full name might be disclosed via the
nav tree. Nav generation now checks the current user's access to the
user before adding the node, else adds a dummy node.
2017-07-04 10:11:37 +08:00
Jake Dallimore
2423a989fc
MDL-56565 core: fix user details disclosure in page context header
...
Fixes a bug with context_header function in which user details were
displayed regardless of the current user's capabilities.
2017-07-04 10:11:37 +08:00
Mark Nelson
67103939ac
MDL-59304 core_calendar: check if course is hidden in bailout callback
2017-07-04 10:11:37 +08:00
Marina Glancy
4f91eb0ba1
MDL-59409 admin: check access to every setting in category
2017-07-04 10:03:16 +08:00
Jake Dallimore
07cb3212c5
Merge branch 'MDL-59008-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-07-03 15:56:18 +08:00
Simey Lameze
550e03463b
MDL-59008 repository: add reload parent window support to callback
2017-07-03 13:45:41 +08:00
Simey Lameze
4f2c5e18c0
MDL-59008 repository_onedrive: add method to serve login on a popup
2017-07-03 13:45:41 +08:00
Simey Lameze
73aad88f63
MDL-59008 repository_googledocs: add method to serve login on a popup
...
This commit also add a new string logintoaccount to make the login
button more clear.
2017-07-03 13:45:40 +08:00
Simey Lameze
88d7acff69
MDL-59008 mod_resource: add option to serve external files embed
2017-07-03 13:45:40 +08:00
Tim Hunt
cea8b76aba
MDL-59431 requirejs: better reporting if a JS file cannot be loaded
2017-06-30 17:26:13 +01:00
Marina Glancy
3d5edb5970
MDL-46495 tool_uploadcourse: set enablecompletion to default
2017-06-30 10:26:02 +08:00
Jake Dallimore
59f5f4a9df
weekly release 3.3+
2017-06-29 16:23:52 +08:00
Jake Dallimore
14509286e4
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-06-29 16:23:51 +08:00
Marina Glancy
ecd7665605
MDL-59411 course: display access restriction in access error message
2017-06-29 13:47:08 +08:00
Marina Glancy
cde9031d53
MDL-58362 registration: correctly retrieve registration values
2017-06-29 08:32:12 +08:00
Mark Nelson
6b661ab0a2
MDL-56046 mod_quiz: do not close the sheet twice
2017-06-28 14:14:28 +08:00
Adam Olley
57cb067173
MDL-58651 logstore_database: Add ability to not send database options
...
In the core dml:
PostgreSQL connections now use advanced options to reduce connection overhead.
These options are not compatible with some connection poolers. The
dbhandlesoptions parameter has been added to allow the database to configure
the required defaults.
This item adds a setting to the logstore_database plugin to let you set the
same flag for your destination database - without it you won't be able to ship
logs to a postgresql database with a pgbouncer frontend.
2017-06-28 13:20:09 +09:30
Marina Glancy
bd845341f4
MDL-59363 mod_workshop: user object must have alternative name fields
2017-06-28 11:37:29 +08:00
Eloy Lafuente (stronk7)
65e5e9f454
Merge branch 'MDL-57809-33-progressbar' of https://github.com/roperto/moodle into MOODLE_33_STABLE
2017-06-27 20:17:34 +02:00
Eloy Lafuente (stronk7)
7984ae3581
Merge branch 'wip-MDL-59136-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-06-27 18:09:43 +02:00
David Monllao
f786e59224
Merge branch 'MDL-32151-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-06-27 17:47:00 +02:00
Eloy Lafuente (stronk7)
c46c38d355
Merge branch 'MDL-59362_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-06-27 17:22:02 +02:00
Danny Jung
67c112bf9c
MDL-59073 Workshop: Prevent submission without content or file
2017-06-27 17:05:35 +02:00
David Monllao
61812e3dd8
Merge branch 'wip-MDL-59308-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-06-27 16:42:33 +02:00
David Monllao
eaeed5b281
Merge branch 'MDL-59158-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-06-27 16:39:56 +02:00
David Monllao
d259cafd3c
Merge branch 'MDL-57927-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-27 15:55:33 +02:00
Eloy Lafuente (stronk7)
e632f4ece5
Merge branch 'MDL-58844-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-06-27 11:42:14 +02:00
Eloy Lafuente (stronk7)
aff28d6243
Merge branch 'MDL-59296-33' of git://github.com/crazyserver/moodle into MOODLE_33_STABLE
2017-06-27 11:40:03 +02:00
Jake Dallimore
653ec0d0b0
Merge branch 'MDL-59312-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-06-27 15:08:23 +08:00
Jake Dallimore
62a71e4a17
Merge branch 'MDL-59275-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-27 13:59:14 +08:00
Damyon Wiese
35657809ed
MDL-59380 fragments: Include js from templates
...
Mustache templates containing {{#js}} blocks are not returned via the
fragments API. This is because the requirements manager is assigned when the renderer is created
and not updated by the call to start collecting page requirements.
2017-06-27 13:35:37 +08:00
Jake Dallimore
c61c5009a8
Merge branch 'MDL-56046_33-fix' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-06-27 13:17:25 +08:00
Simey Lameze
fe9e229248
MDL-59275 auth: prevent user login failed coding error
2017-06-27 13:07:13 +08:00
Mark Nelson
db500a32a1
MDL-56046 dataformat: minor changes to PHPDocs and upgrade.txt
2017-06-27 11:25:22 +08:00
Andrew Nicols
75ead1e8cf
MDL-58844 testing: Move to GCE build infrastructure
...
Switch back to GCE build infrastructure for Travis Builds and move
databases to RAM Disk.
This also adds a software entropy generator (haveged) which is
recommended when using a RAMdisk for the database.
2017-06-27 09:36:52 +08:00
Eloy Lafuente (stronk7)
c7c9f4a46e
Merge branch 'MDL-56046_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-06-27 02:42:48 +02:00
Eloy Lafuente (stronk7)
8e9c8f6583
Merge branch 'MDL-40818-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-06-27 01:50:39 +02:00
Eloy Lafuente (stronk7)
037bf82652
Merge branch 'MDL-59295-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-27 00:53:44 +02:00
Eloy Lafuente (stronk7)
5341d76031
MDL-58813 phpunit: pick test from 32_STABLE to fix expected behavior
2017-06-26 19:45:05 +02:00
Eloy Lafuente (stronk7)
e71b162d09
Merge branch 'MDL-59297_myoverview_error_33' of git://github.com/davosmith/moodle into MOODLE_33_STABLE
2017-06-26 13:04:57 +02:00
Mark Nelson
58099bd24d
MDL-56046 core: enable multiple sheets for flexible table
2017-06-26 13:56:38 +08:00
Mark Nelson
c7da8264d0
MDL-56046 dataformat: added related information to upgrade.txt
2017-06-26 13:56:38 +08:00
Mark Nelson
ca47e80375
MDL-56046 dataformat_*: convert core plugins
2017-06-26 13:30:56 +08:00
Mark Nelson
40e7ac2c70
MDL-56046 core: convert download_as_dataformat to use new API
2017-06-26 13:30:56 +08:00
Mark Nelson
d7a2d1a2c8
MDL-56046 core_dataformat: added functions to support multiple sheets
...
Also removed write_header() and write_footer(). The reason for this
is because in core we want to know if the format being used supports
multiple sheets. To do this, and ensure we do not break third-party
dataformat plugins, we are using method_exist(). If write_header()
and write_footer() remain in the base class then this will always
be true.
2017-06-26 13:28:44 +08:00
Mark Nelson
d971e7dffe
MDL-59362 core: ensure we use 'new' when throwing exceptions
2017-06-26 13:10:31 +08:00
Marina Glancy
56855a2842
MDL-59136 roles: avoid double escaping in role names
2017-06-26 11:57:37 +08:00
Marina Glancy
7563339608
MDL-59336 themes: change FA mapping for i/new
2017-06-26 11:37:04 +08:00
Jake Dallimore
89d85f5a4b
Merge branch 'MDL-49484-moodle33' of github.com:jebarviabb/moodle into MOODLE_33_STABLE
2017-06-26 10:52:15 +08:00
Josh Ebarvia
74823e4e45
MDL-49484 mod_lesson: Fix lesson page headers when editing
2017-06-24 05:23:52 +09:30
AMOS bot
7a0e1cd70c
Automatically generated installer lang files
2017-06-24 00:08:53 +08:00
AMOS bot
4534c7b531
Merge branch 'MOODLE_33_STABLE' into install_33_STABLE
2017-06-24 00:08:53 +08:00
Pau Ferrer Ocaña
16f2fe5514
MDL-59296 data: Fix latlong field search
2017-06-23 09:15:35 +02:00
Andrew Nicols
eee0d699c3
MDL-59312 js: Improve display of exception stacktrace
2017-06-23 10:50:05 +08:00
John Okely
0d74c11cf7
MDL-59312 notification: Normalise backtrace/stacktrace
2017-06-23 10:50:05 +08:00
Andrew Nicols
6aebb4375f
MDL-59312 js: Add exception on AJAX error
2017-06-23 10:50:04 +08:00
Jun Pataleta
32f2e90522
MDL-32151 group: Use appropriate error langstring error key
2017-06-23 10:28:25 +08:00
Jun Pataleta
8e62bc79c7
MDL-32151 grade: Use appropriate error langstring error key
2017-06-23 10:28:25 +08:00
Jun Pataleta
c36c507277
MDL-59158 theme_boost: Remove auto width and height for user picture
2017-06-23 10:12:54 +08:00
Jun Pataleta
813f289b60
MDL-40818 calendar: Require login to calendar pages
...
* Make sure that the course ID being passed points to an existing course
* Require user to login before granting access to calendar pages.
2017-06-23 09:21:16 +08:00
Daniel Thee Roperto
e318be3772
MDL-57809 weblib: Added missing NO_OUTPUT_BUFFERING directive.
2017-06-23 09:43:32 +10:00
Daniel Thee Roperto
a67ff779d5
MDL-57809 weblib: Added opening disclaimer and file-level phpdocs.
2017-06-23 09:43:32 +10:00
Daniel Thee Roperto
222a87ae98
MDL-57809 weblib: Progress bar and output buffer - added debugging
...
This fix makes Moodle show a debbuging message if using progressbar without defining NO_OUTPUT_BUFFERING.
2017-06-23 09:43:32 +10:00
AMOS bot
8d0dd90520
Automatically generated installer lang files
2017-06-23 00:07:50 +08:00
Dan Poltawski
cccb1a6d21
weekly release 3.3+
2017-06-22 15:40:49 +01:00
Marina Glancy
3d8a2c5cd9
MDL-59308 calendar: pass module context when known
...
this will protect us from exceptions when context for removed instance can not be retrieved
2017-06-22 16:01:33 +08:00
Simey Lameze
ebe0cf3ed4
MDL-59295 tool_lp: remove useless ng-label attribute
2017-06-22 15:49:26 +08:00
Eloy Lafuente (stronk7)
9938165bb8
Merge branch 'MDL-59170-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-06-22 03:50:17 +02:00
John Okely
101271fd28
MDL-59170 fontawesome: Fix course total controls icon on grader report
2017-06-22 09:13:02 +08:00
Davo Smith
4ca3991e56
MDL-59297 block_myoverview: fix fatal error (missing require_once)
2017-06-21 08:01:53 +01:00
Eloy Lafuente (stronk7)
f6736dedd1
Merge branch 'MDL-58985-33-bluebubbles' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-06-21 00:43:53 +02:00
Eloy Lafuente (stronk7)
5be425cf9e
Merge branch 'wip-MDL-59263-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-06-20 18:04:08 +02:00
Eloy Lafuente (stronk7)
0f0b45fd59
Merge branch 'MDL-59269-33-languninstall' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-06-20 17:56:59 +02:00
Mathieu Petit-Clair
f05e2e6690
MDL-58952 admin: use valid default for language selection dropdown.
2017-06-20 11:31:49 +01:00
Dan Poltawski
b0b68a0bd4
Merge branch 'MDL-59005-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-20 09:52:12 +01:00
Dan Poltawski
7abe668bd6
Merge branch 'MDL-58472-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-06-20 09:37:24 +01:00
Jun Pataleta
b31f3097c2
Merge branch 'wip-MDL-58911-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-06-20 16:34:02 +08:00
Jun Pataleta
82b3050e72
Merge branch 'MDL-57770-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-20 16:28:20 +08:00
Marina Glancy
153f74956d
MDL-58911 calendar: use the same callbacks in unittests and prod
...
Remove unittest-specific callbacks for checking access and displaying
the calendar events on the dashboard.
This will allow plugin developers unittest the full behavior
of how their plugins add events to the dashboard.
Reset all static caches between unittests.
2017-06-20 16:17:26 +08:00
Jake Dallimore
8b017ea78c
Merge branch 'wip-MDL-58729-33' of git://github.com/abgreeve/moodle into MOODLE_33_STABLE
2017-06-20 15:18:37 +08:00
Jun Pataleta
cea093be87
Merge branch 'MDL-58766_33-clean-tree-item-indent' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-06-20 15:10:19 +08:00
Jun Pataleta
970c74b280
Merge branch 'MDL-59270-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-20 10:00:19 +08:00
Simey Lameze
04e5ef2a3e
MDL-57927 tool_lp: make both buttons consistent
2017-06-20 08:50:14 +08:00
Simey Lameze
b2a90870ce
MDL-59270 block_myoverview: tab setting logic to main template on clean
2017-06-20 08:46:05 +08:00
Damyon Wiese
ae60722b14
MDL-58808 fontawesome: nav and settings blocks
2017-06-20 08:22:59 +08:00
Dan Poltawski
26277438ed
Merge branch 'MDL-59048_33' of https://github.com/timhunt/moodle into MOODLE_33_STABLE
2017-06-19 15:43:25 +01:00
Dan Poltawski
17eb11f801
Merge branch 'MDL-59173-33' of git://github.com/tobiasreischmann/moodle into MOODLE_33_STABLE
2017-06-19 12:27:44 +01:00
Dan Poltawski
3ae9ed890f
Merge branch 'wip-MDL-51917-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-06-19 12:21:46 +01:00
Dan Poltawski
0ff0caefc0
Merge branch 'MDL-46418-33-hiddenrepos' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-06-19 10:33:35 +01:00
Jun Pataleta
a5efab81c9
Merge branch 'MDL-44961-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-06-19 16:25:03 +08:00
Jun Pataleta
bc84e4e4ae
Merge branch 'MDL-58310-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-06-19 13:26:13 +08:00
John Okely
e70d1e66d6
MDL-58310 ajax: suppress errors upon page unload
2017-06-19 11:45:29 +08:00
John Okely
e256446c75
MDL-58310 message: No longer need to supress errors from messaging
2017-06-19 11:45:29 +08:00
Jake Dallimore
e4780bf151
Merge branch 'MDL-59230-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-19 09:13:22 +08:00
Vladimir Zhirov
4b8d403606
MDL-59005 resource: fixed zip extraction for filenames in CP-1251/CP-866
2017-06-19 08:50:59 +08:00
Luca Bösch
8a32c0fdb3
MDL-58766 css: clean theme block alignment
2017-06-16 16:12:28 +02:00
David Mudrák
a27fa5b50e
MDL-59269 lang: Fix ability to uninstall certain language packs
...
In the issue MDL-39319 (6ddf92c77 ), the ability to uninstall multiple
language packs at once was added. By a mistake, the PARAM_ALPHAEXT was
used as paramater type for the dash-separated list of language packs to
be uninstalled. Language packs with a number in the name (such as
en_us_k12) do not pass the ALPHAEXT cleaning.
This patch changes the parameter cleaning to PARAM_SAFEPATH which is
more appropriate for the given scenario as language code themselves must
be SAFEDIRs.
2017-06-16 14:05:31 +02:00
Simey Lameze
3cf5c5152e
MDL-59230 block_myoverview: add missing core notification module
2017-06-16 16:40:02 +08:00
Tobias Reischmann
c484b0574e
MDL-59173 tablelib.php: changed default of $params in set_sql to array()
...
Default of $params = null leads to a problem in query_db().
There this value is used in array_merge, which can not handle null
values. If null is passed for one of the params the outcome will be null
independent of the value of the second param!
2017-06-16 10:27:17 +02:00
Jake Dallimore
dec00f6a53
weekly release 3.3+
2017-06-16 13:29:39 +08:00
Jake Dallimore
d51518e24d
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-06-16 13:29:38 +08:00
Jean-Roch Meurisse - University of Namur - Belgium
94925c38d0
MDL-59263 roles: Wrong order of parameters in calls to pix_icon function
2017-06-16 10:07:22 +08:00
David Mudrák
7abd8de776
MDL-46418 repositories: Fix how enabled repositories are populated
...
Repository instances are stored in the 'repository' table. Repositories
in the table are either 'Enabled and visible' or 'Enabled but hidden'.
Hidden repositories still serve their files, but are not visible in the
filepicker UI. Disabling a repository instance removes its record from
the table.
In the original implementation of the plugin manager (see b9934a17 ), the
method plugintype_repository::get_enabled_repositories() correctly
returned all records from the repository table. Then as a part of the
bigger refactoring in MDL-41437, the commit bde002b8 replaced the
original method with the new get_enabled_plugins() one which started to
return visible repositories only.
As a consequence, the admin tree stopped populating setting page nodes
for hidden repository instances. So attempting to visit their setting
page threw a section error. Credit goes to Ike Quigley for debugging and
tracing this down.
This patch fixes the way how the list of enabled repositories is
populated by the plugin manager so that both visible and hidden
repositories are returned again. This does not affect the filepicker
itself as it is using its own methods for obtaining the list.
2017-06-15 21:20:03 +02:00
Jake Dallimore
a358927e9e
MDL-58248 theme: use pix icon for side panel menu icon instead of char
...
Replaces the trigram for heaven char with the fa-bars pix icon for
improved support with all screen readers.
2017-06-15 17:08:33 +08:00
Simey Lameze
49e5b8438c
MDL-57770 tool_lp: style fixes for the competency rule dialog
2017-06-15 15:38:23 +08:00
Mark Nelson
2b026b44f7
MDL-59140 core: apply limit only on courses to be shown in specific nav
...
There can be a different number of courses displayed in the
'Navigation' block and in the 'Flat' navigation. This patch
decides what courses we want to display on each, then
applies the 'navcourselimit' setting individually.
2017-06-15 13:36:14 +08:00
Ankit Agarwal
63bfa5afdb
MDL-44961 logs: Keep log dates constant during restore
2017-06-14 15:21:54 +05:30
Jake Dallimore
d08cd28dae
Merge branch 'MDL-59142-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-14 11:36:19 +08:00
Marina Glancy
11438f4253
MDL-40408 mod_data: skip metadata fields during import
2017-06-14 11:32:24 +08:00
Dan Poltawski
5d7d2c0a45
Merge branch 'MDL-59171-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-06-13 14:40:45 +01:00
Dan Poltawski
9eb46e7d75
Merge branch 'MDL-59140_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-06-13 13:23:33 +01:00
Mark Nelson
481220cb4c
MDL-59140 core: upgrade 'navcourselimit' if set to old default value
2017-06-13 18:22:58 +08:00
Mark Nelson
d47b680074
MDL-59140 core: limit the number of courses shown in the navigation
...
If the user is enrolled in more courses than the limit then a 'More...'
link is displayed which takes the user to the course/index.php page.
2017-06-13 18:21:58 +08:00
Mark Nelson
76b6407cb8
MDL-59140 core: changes to the 'navcourselimit' setting
...
Changed the default and description.
2017-06-13 18:21:18 +08:00
Eloy Lafuente (stronk7)
ca1e040bbf
Merge branch 'wip-MDL-58523-33' of git://github.com/marinaglancy/moodle into MOODLE_33_STABLE
2017-06-13 11:21:12 +02:00
Jun Pataleta
1312c844a1
Merge branch 'MDL-59012-33-linkurl' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-06-14 17:11:47 +08:00
Jun Pataleta
a21c3208ea
Merge branch 'MDL-58991-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-14 16:56:23 +08:00
Dan Poltawski
a1692f6362
Merge branch 'MDL-41426_33-block-completionstatus-spaces' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-06-13 09:53:59 +01:00
Eloy Lafuente (stronk7)
9bcb6e1bec
MDL-46322 database: alias sort fields to avoid ambiguous naming
2017-06-13 09:17:04 +01:00
Jake Dallimore
192a355707
Merge branch 'MDL-58136-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-06-13 15:54:42 +08:00
Damyon Wiese
3709386ed5
MDL-58136 course: Remove lines from unit test
...
Remove unused vars and logic from the unit test for classifying a course.
2017-06-13 15:07:50 +08:00
Marina Glancy
c159483796
MDL-51917 course completion: order activities in reports
...
Thanks to Nick Phillips for initial patch
2017-06-13 14:49:35 +08:00
Marina Glancy
9bdff1611b
MDL-58523 mod_feedback: deleting response should reset completion
2017-06-13 14:36:24 +08:00
Jake Dallimore
ca18b0c33d
Merge branch 'MDL-51691-moodle33' of https://github.com/jebarviabb/moodle into MOODLE_33_STABLE
2017-06-13 10:32:45 +08:00
Damyon Wiese
0fb6f059a9
MDL-58136 navigation: Ensure we have all course fields
...
To properly classify courses we need the start/end dates etc.
2017-06-13 10:09:44 +08:00
Marcus Green
7dc35ed9d2
MDL-58248 theme_boost: label/span for sidepanel expand button
...
Add string "Side panel" to make the purpose of
trigram/hamburger icon at top left clearer, particularly
when using screen readers e.g. Jaws/NVDA.
Currently it reads out only "expand"
2017-06-13 09:50:01 +08:00
Simey Lameze
481a5ce58b
MDL-59142 core_theme: cache post-processed css
...
Thanks Cameron Ball for the base patch
2017-06-13 09:36:44 +08:00
Damyon Wiese
af153671de
MDL-58472 videojs: Force manual initialise
...
If we let videojs auto-init the video/audio tags present in the page - we cannot guarantee that the
youtube library will be loaded by the time video.js is processing the tag.
Video.js uses the presence of a data-setup attibute to signal that it should auto-init this tag, so
we have to rename our config attribute to something else.
2017-06-13 09:12:25 +08:00
Eloy Lafuente (stronk7)
48b929667e
Merge branch 'MDL-59032-33' of git://github.com/damyon/moodle into MOODLE_33_STABLE
2017-06-13 01:28:22 +02:00
Eloy Lafuente (stronk7)
6dc00c8423
Merge branch 'MDL-40015-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-06-13 01:23:43 +02:00
Eloy Lafuente (stronk7)
290ec233f5
Merge branch 'mdl58161-moodle33' of https://github.com/tlock/moodle into MOODLE_33_STABLE
2017-06-13 01:21:54 +02:00
Eloy Lafuente (stronk7)
56aa74ed3c
Merge branch 'MDL-59056_33-admin-allowstealth-select-checkbox' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-06-13 01:19:26 +02:00
Josh Ebarvia
fe3d722d69
MDL-51691 assignsubmission_feedback: Fix delete comments
2017-06-13 08:35:25 +09:30
Eloy Lafuente (stronk7)
792560a608
Merge branch 'MDL-58907_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-06-13 01:03:43 +02:00
Eloy Lafuente (stronk7)
7041dc6f8a
Merge branch 'MDL-59132-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-06-13 00:45:09 +02:00
Tim Lock
57fb48743f
MDL-58161 user: tests: user_can_view_profile fails under certain cases
2017-06-13 08:10:43 +09:30
Eloy Lafuente (stronk7)
a9712dacbe
Merge branch 'MDL-59112-33' of git://github.com/jleyva/moodle into MOODLE_33_STABLE
2017-06-12 14:39:14 +02:00
Dan Poltawski
c0f4b8b3c1
Merge branch 'mdl46322-moodle33' of https://github.com/AndresMelo/moodle into MOODLE_33_STABLE
2017-06-12 10:29:18 +01:00
Damyon Wiese
9a9b9e53f0
MDL-58136 cache: Add a course completion cache
...
The last change added 1 db read per course per page which is not OK. Add a cache to compensate.
2017-06-12 16:08:57 +08:00
Damyon Wiese
e1d15194bc
MDL-58136 boost: Limit courses in flatnav
...
Only show "in-progress" courses in the boost flat navigation (as per the myoverview block).
2017-06-12 16:08:18 +08:00
David Mudrák
5b2f32ca92
MDL-58985 course: Fix display of availability information
...
The availability info text can be either a one line short text such as
"Hidden from students" but it can also be a long HTML formatted text
with the list of all restricted access conditions. For the latter, using
bootstrap labels was not appropriate.
This extends the template context data with some boolean flags that
allow to better distinguish the source and meaning of the availability
information and display it accordingly.
Credit goes to Marina Glancy for the solution idea.
2017-06-12 09:30:57 +02:00
Jun Pataleta
a53a439c08
Merge branch 'MDL-59042-33-upgradefix' of github.com:snake/moodle into MOODLE_33_STABLE
2017-06-12 15:30:54 +08:00
Jake Dallimore
2c12e7f534
MDL-59042 upgrade: fix for non existent table in core upgrade.
...
Moved upgrade step to the assign mod where table is known to exist.
2017-06-12 15:26:03 +08:00
Adrian Greeve
7255306cc8
MDL-58729 database: Improve performance of CLI tool.
...
Imporve the speed with which mysql_collation converts to
a different collation.
2017-06-12 14:14:35 +08:00
Jake Dallimore
b545e84294
Merge branch 'MDL-57103-33' of https://github.com/xow/moodle into MOODLE_33_STABLE
2017-06-12 14:00:25 +08:00
Jun Pataleta
72ebc73897
Merge branch 'MDL-59154-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE
2017-06-12 13:45:16 +08:00
Jun Pataleta
856e1c24c2
Merge branch 'MDL-59042-33' of git://github.com/snake/moodle into MOODLE_33_STABLE
2017-06-12 13:29:21 +08:00
Jake Dallimore
5b1dffd5b0
MDL-59042 upgrade: datafix assign group overrides with null priority
...
Find any events records for assign group overrides having null priority
and sets their priority to the sortorder value from the corresponding
assign_overrides table entry.
2017-06-12 13:19:28 +08:00
John Okely
6ebff58d8c
MDL-57103 lib: Force ajax renderer for all ajax fatal errors
2017-06-12 10:36:59 +08:00
Mark Nelson
54bee25c65
MDL-58907 block_myoverview: change URL when tab is selected
...
We then check if this paramter exists in the URL and if it
does we display the specified tab.
2017-06-12 10:35:23 +08:00
Mark Nelson
355fefbe71
MDL-58907 block_myoverview: display last tab user was on
2017-06-12 10:35:23 +08:00
Mark Nelson
11a24a823b
MDL-58907 block_myoverview: added setting to select default tab
2017-06-12 10:35:23 +08:00
Jun Pataleta
75797500ae
MDL-59171 mod_lti: Set mod_lti_view_lti's type to 'read'
2017-06-12 08:35:03 +08:00
Jake Dallimore
e2b8d30052
MDL-59042 assign: Group override edit no longer resets event priority
...
Fixed a bug in which $fromform->sortorder wasn't set before passing
$formdata to assign_update_events, resulting in the existing event
priority being incorrectly nulled and breaking the effective override.
2017-06-09 15:28:08 +08:00
Tim Lock
c14ce14e3c
MDL-55979 quiz: Fix error moving question from last page
...
When moving the last question from the last page to the last slot of the previous page would show the error in the error
log but move successfully.
2017-06-09 08:36:08 +09:30
Luca Bösch
571e862135
MDL-59056 admin: allowstealth yes/no checkbox instead of on/off
2017-06-08 21:09:54 +02:00
Luca Bösch
1e9ba1916b
MDL-41426 block: Whitespace lacking in completion status block
2017-06-08 19:10:41 +02:00
AMOS bot
ddd849e1d5
Automatically generated installer lang files
2017-06-09 00:18:26 +08:00
Dan Poltawski
760ed1dfde
weekly release 3.3+
2017-06-08 12:16:24 +01:00
Dan Poltawski
95a6fe8b05
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-06-08 12:16:23 +01:00
Juan Leyva
0fca28e197
MDL-59132 mod_feedback: Fix anonymous responses numbering
...
This was done correctly by the web scrip but not by the WS.
2017-06-08 11:16:52 +01:00
Juan Leyva
cc5235bb77
MDL-40015 core_course: Fix description of duplicate_course WS
...
It said that the duplication didn’t include user data, but that’s not
true since there is a parameter to include it.
2017-06-08 10:20:39 +01:00
Juan Leyva
1099b7ce1d
MDL-59112 theme_clean: Always return expected moodle_url
...
The function was returned some times a moodle_url object and another
times just a string with a relative URL.
2017-06-08 09:40:39 +01:00
Andrew Nicols
dc403b8386
MDL-59154 theme: Lock for all caching builds
...
The previous behaviour was to only lock when in theme designer mode.
As a result, when generating the theme for after a reset, each new
client was starting the generation afresh and no locking was taking
place at all.
2017-06-08 12:05:27 +08:00
Dan Poltawski
23bec87007
Merge branch 'MDL-59101-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-06-07 16:26:19 +01:00
Jun Pataleta
924db1a0a6
MDL-59101 calendar: Properly calculate expected until date
2017-06-07 23:13:05 +08:00
Jake Dallimore
f8326931a1
Merge branch 'MDL-59076_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-06-07 09:24:57 +08:00
Damyon Wiese
0a98628841
MDL-58908 auth_oauth2: Don't kill gravatar
...
If gravatar is enabled, don't update profile pictures.
2017-06-06 17:29:56 +08:00
Dan Poltawski
d72a096797
Merge branch 'MDL-58658' of https://github.com/sk-unikent/moodle into MOODLE_33_STABLE
2017-06-06 10:02:32 +01:00
Damyon Wiese
a6379acaf3
MDL-59032 scorm: Don't show action events to teachers
2017-06-06 15:57:39 +08:00
Dan Poltawski
e002d8c2db
Merge branch 'MDL-59086_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-06-06 08:44:49 +01:00
Simey Lameze
2b7268d645
MDL-58991 report_stats: use same date handling on chart rendering
...
This commmit fixes applies the same date handling used on stats
table render to the charts render.
2017-06-06 13:56:15 +08:00
Mark Nelson
6e34867b93
MDL-59076 format_weeks: if 'enddate' does not exist in backup then use 0
2017-06-06 12:42:36 +08:00
Jun Pataleta
9a6e95557f
Merge branch 'MDL-58646-33' of git://github.com/danpoltawski/moodle into MOODLE_33_STABLE
2017-06-06 12:24:29 +08:00
Jake Dallimore
88daff0ff3
Merge branch 'MDL-58900-33' of git://github.com/lameze/moodle into MOODLE_33_STABLE
2017-06-06 11:39:43 +08:00
Eloy Lafuente (stronk7)
3309800768
Merge branch 'MDL-58826_33_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_33_STABLE
2017-06-06 01:44:56 +02:00
Eloy Lafuente (stronk7)
adbba36a63
Merge branch 'MDL-59096-m33' of https://github.com/sammarshallou/moodle into MOODLE_33_STABLE
2017-06-06 01:41:41 +02:00
Dan Poltawski
37ff4578be
Merge branch 'MDL-59080_M33' of git://github.com/lazydaisy/moodle into MOODLE_33_STABLE
2017-06-05 12:49:46 +01:00
Mark Johnson
cbc3742d71
MDL-58826 theme_boost: Prevent fatal errors in action menu behat steps
2017-06-05 09:05:34 +01:00
AMOS bot
56e407f8a0
Automatically generated installer lang files
2017-06-05 00:05:48 +08:00
AMOS bot
362e7721f5
Automatically generated installer lang files
2017-06-04 00:07:14 +08:00
AMOS bot
53fd95f715
Automatically generated installer lang files
2017-06-04 00:07:14 +08:00
Dan Poltawski
078aaae0cf
Merge branch 'MDL-59091_gherkinlint_fix_33' of https://github.com/mrmark/moodle into MOODLE_33_STABLE
2017-06-03 08:54:44 +01:00
Mark Nielsen
4f66cd826f
MDL-59091 behat: Fix gherkinlint errors
...
Just whitespace problems.
2017-06-02 09:36:31 -07:00
Mark Nielsen
028f587670
MDL-59091 behat: Properly propagate gherkinlint exit code
2017-06-02 09:36:18 -07:00
AMOS bot
0b2e862c7a
Automatically generated installer lang files
2017-06-03 00:07:42 +08:00
sam marshall
8db0bcc018
MDL-59096 Tasks: Web running local plugin scheduled tasks fails
2017-06-02 17:07:01 +01:00
Dan Poltawski
bb6a2082f8
MDL-58646 lib: import latest sabberworm/PHP-CSS-Parser
...
This version includes a fix[1] contributed by Frédéric Massart investigating
our compilation time issues, which significantly improves the speed of
processing font awesome.
Thanks, Fred!
[1] https://github.com/sabberworm/PHP-CSS-Parser/pull/120
2017-06-02 11:04:23 +01:00
Mary Evans
dfac161651
MDL-59080 theme_boost: make drawer.scss variables default
...
--author="Urs Hunkler <urs.hunkler@unodo.de >"
2017-06-02 07:57:57 +01:00
Dan Poltawski
f41c1f82bc
weekly release 3.3+
2017-06-01 09:28:28 +01:00
Dan Poltawski
443f993467
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2017-06-01 09:28:27 +01:00
Jake Dallimore
0e72aac68a
Merge branch 'MDL-59094-33' of git://github.com/danpoltawski/moodle into MOODLE_33_STABLE
2017-06-01 15:28:34 +08:00
AMOS bot
4cd564dd65
Automatically generated installer lang files
2017-06-01 00:12:20 +08:00
Dan Poltawski
c6c462903e
Merge branch 'MDL-59093-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-05-31 11:10:38 +01:00
Dan Poltawski
be4a2e7773
MDL-59094 npm: Update shrinkwrap file to npm 5 generated
...
Starting with npm version 5, npm install will generate a lockfile
(now named package-lock.json) or update the existing npm-shrinkwrap.json
To prevent changes being generated in the codebase when this happens, we
need to commit the version 5 generated shrinkwrap.
This is related to a general overhaul [1] of how npm manages things. But
for our purposes, we the lockfile should be BC to previous versions [2].
Going forward, we need to ensure we generate the lockfile on npm >=5 to
prevent differences from the previously un-versioned lockfile.
[1] http://blog.npmjs.org/post/161081169345/v500
[2] https://github.com/npm/npm/issues/16728#issuecomment-305104149
2017-05-31 10:11:40 +01:00
Jun Pataleta
283140134b
MDL-59093 calendar: Use a fixed start day for forever BYMONTH test
2017-05-31 15:02:04 +08:00
Simey Lameze
c779c4fa0b
MDL-58900 mod_assign: fix incorrect overrides ordering
2017-05-31 10:51:21 +08:00
Jake Dallimore
4577aa88fd
Merge branch 'MDL-54887-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-05-31 08:39:08 +08:00
Eloy Lafuente (stronk7)
3add309d96
Merge branch 'MDL-49988_fix_wiki_preview_33_STABLE' of https://github.com/DMaterka/moodle into MOODLE_33_STABLE
2017-05-31 00:30:19 +02:00
Dan Poltawski
1c2a935975
Merge branch 'MDL-58997_33-group-names-multilang' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-05-30 16:57:34 +01:00
Luca Bösch
574aa817c1
MDL-58997 calendar: Group names passing multilang filters.
2017-05-30 16:51:38 +02:00
Eloy Lafuente (stronk7)
98a7bb9cd5
Merge branch 'MDL-58994-33' of git://github.com/cameron1729/moodle into MOODLE_33_STABLE
2017-05-30 12:50:51 +02:00
Dan Poltawski
f35ff40f4a
Merge branch 'MDL-49040-moodle33' of https://github.com/jebarviabb/moodle into MOODLE_33_STABLE
2017-05-30 11:42:34 +01:00
Jun Pataleta
2529f11ce3
Merge branch 'MDL-57313-33-clibootswatch' of git://github.com/mudrd8mz/moodle into MOODLE_33_STABLE
2017-05-30 16:57:51 +08:00
Jun Pataleta
26f4cf3ad8
MDL-54887 calendar: PR fixes
...
* Use the calendar_event::description property and format it using
format_text() on it in order to apply the appropriate filters.
* Then use html_to_text() on it to strip the tags and convert the
description to plain text while converting <br> and <p> tags to
line breaks.
2017-05-30 16:54:05 +08:00
Soon-Systems
23ec9e80b4
MDL-54887 calendar: Format summary + description of an event for export
2017-05-30 16:54:05 +08:00
Dan Poltawski
8710174991
Merge branch 'MDL-59014-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-05-30 08:33:37 +01:00
Mark Nelson
e399833263
MDL-59086 gradereport_grader: style 'Save changes' button
2017-05-30 13:44:04 +08:00
AMOS bot
59411b45f6
Automatically generated installer lang files
2017-05-28 14:07:00 +08:00
David Mudrák
767622050e
MDL-57313 boost: Fix the CLI utility import-bootswatch.php
2017-05-26 09:52:13 +02:00
Dan Poltawski
6696cff321
weekly release 3.3+
2017-05-24 19:14:46 +01:00
Tim Hunt
f59741cc6c
MDL-59048 user tours: avoid white-on-white text in Clean
2017-05-24 17:28:02 +01:00
Andrew Nicols
524724c642
Merge branch 'MDL-59011-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-05-24 14:18:58 +08:00
Ankit Agarwal
ca31084da2
MDL-59011 restore: Check for userride only for activity events
2017-05-24 09:59:28 +05:30
Andrew Nicols
52ecbf8f4c
MDL-58577 stats: Correct groupby when getting report options
2017-05-23 19:45:28 +08:00
Andrew Nicols
d9c2abaa65
Merge branch 'MDL-58577_33-statistics-report-header-multilang' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-05-23 19:45:24 +08:00
David Mudrák
30613bca8d
MDL-59012 auth_oauth2: Do not escape URL in plain text emails
2017-05-23 13:38:28 +02:00
Jun Pataleta
cb3bad1d50
MDL-59014 calendar: Unescape event URL for the mini calendar
2017-05-23 17:21:18 +08:00
Luca Bösch
e4eab531bf
MDL-58577 stats: Use multilang with role in header
2017-05-23 11:12:22 +02:00
Jun Pataleta
068d573375
Merge branch 'MDL-58895-33' of git://github.com/ankitagarwal/moodle into MOODLE_33_STABLE
2017-05-23 16:53:45 +08:00
Jake Dallimore
df78e4c8ab
Merge branch 'MDL-58921_33-calculated-question-name-multilang' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-05-23 16:26:25 +08:00
Jun Pataleta
5fbe152a58
Merge branch 'MDL-58165-33' of https://github.com/abias/moodle into MOODLE_33_STABLE
2017-05-23 14:47:11 +08:00
Ankit Agarwal
7fe005f6d1
MDL-58895 groups: Add bootstrap classes to buttons
2017-05-23 12:05:56 +05:30
Alexander Bias
2a615a6031
MDL-58165 navigation: Add node key to private files navigation node
2017-05-23 07:22:23 +02:00
Josh Ebarvia
cb065a2d2f
MDL-49040 gradereport_grader: Fix feedback truncation after & char
2017-05-23 13:03:44 +09:30
Dan Poltawski
e0adce5360
Merge branch 'MDL-58922_33-calculatedmulti-question-name-multilang' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-05-22 10:45:52 +01:00
Luca Bösch
613db5afcb
MDL-58921 questions: Calculated question name passing multilang.
...
In edit calculated question the question name does pass format_string to process multilang tags.
2017-05-22 11:36:54 +02:00
Luca Bösch
b38538fbdf
MDL-58922 questions: Calculatedmulti question name passing multilang.
...
In edit calculatedmulti question the question name does pass format_string to process multilang tags.
2017-05-22 11:32:18 +02:00
David Monllao
f96167c02e
Merge branch 'MOODLE_33_STABLE_MDL-56973' of https://github.com/fwsl/moodle into MOODLE_33_STABLE
2017-05-22 15:14:09 +08:00
Jake Dallimore
c708549705
Merge branch 'MDL-56617_33-course-cbm-grade-to-pass' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-05-22 14:32:17 +08:00
Jun Pataleta
d14281e215
Merge branch 'MDL-58933_33' of git://github.com/stronk7/moodle into MOODLE_33_STABLE
2017-05-22 14:12:57 +08:00
Mark Nelson
19f6ca9457
MDL-58986 mod_quiz: add CSS classes to buttons on comment page
2017-05-22 12:23:04 +08:00
Dan Poltawski
7b4eb6082f
MDL-58966 completion: improve dashboard string
2017-05-22 10:48:00 +08:00
Henning Bostelmann
8b8fbc6b84
MDL-57957 mod_assign: show feedback file in absence of grade item
2017-05-22 10:44:18 +08:00
Eloy Lafuente (stronk7)
906b385784
MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts
2017-05-19 19:23:55 +02:00
Luca Bösch
e13e5a42bc
MDL-56617 mod_quiz: No grade to pass check if CBM used
...
When certainty-based marking is used, grades can 'exceed' the maximum grade
(because they are multiplied by factors). Therefore, in such cases, don't show
no warning.
2017-05-19 12:34:21 +02:00
Grzegorz Ziółek
1fcfc991b9
MDL-56973 wiki: New page title readonly after changing course language
2017-05-19 11:11:55 +02:00
Cameron Ball
a4eaa35e23
MDL-58994 core_calendar: Coalesce event sort field
...
There are situations where we need to sort events on a field called
"timesort", but sometimes it is not set. So we can fall back to
"timestart" in this case.
2017-05-19 15:11:32 +08:00
David Monllao
df6749b03b
weekly release 3.3+
2017-05-19 13:08:39 +08:00
Andres
6fc4a6c17a
MDL-46322 mod_assign: Only list enrolled graders as potential markers
2017-05-18 22:32:59 -05:00
Andres Melo
f13c34e4a9
MDL-46322 mod_assign: Only list enrolled graders as potential markers
2017-05-17 16:48:43 -05:00
Mark Nelson
0899f6b9f9
MDL-58776 core_tag: removed whitespace from id attribute
...
This was preventing the JS from finding the element.
2017-05-17 12:13:54 +01:00
Simey Lameze
b68abdc7c2
MDL-58884 core_competency: add exporter required course fields
2017-05-17 15:01:05 +08:00
Jake Dallimore
7e68b9a0af
Merge branch 'MDL-58947-m33' of https://github.com/sammarshallou/moodle into MOODLE_33_STABLE
2017-05-17 09:16:01 +08:00
Andrew Nicols
63752139c4
Merge branch 'MDL-58795-moodle33' of https://github.com/jebarviabb/moodle into MOODLE_33_STABLE
2017-05-17 07:00:49 +08:00
Daniel Materka
67803cb430
MDL-49988 wiki: fix broken page layout if html contains line breaks
2017-05-16 19:10:26 +01:00
Ankit Agarwal
54b24b8a24
MDL-58776 tags: Add bootstrap classes to buttons
2017-05-16 17:51:11 +01:00
Iñaki Arenaza
3e97f327cf
MDL-57558 ldap: fix ldap_get_entries_moodle()
...
While ldap_get_entries_moodle() PHPdocs state that it returns "array
ldap-entries with lower-cased attributes as indexes.", this is not true. It
uses ldap_get_attributes() internally, which returns both numerically indexed
attribute names, and dictionary-like entries indexed by attribute names.
Current code lowercases the dictionary-like entries, but then uses the
numerically indexed entries for the attribute names used as keys in the
returned array. The numerically indexed names might or might not be lowercased,
depending on the LDAP server and PHP version) version. E.g., OpenLDAP 2.x,
Novell eDirectory 8.x and MS Active Directory return mixed-cased attribute
names, and PHP 5.x and PHP 7.x don't lowercase them inside ldap_get_entries().
This is probably why all calls to ldap_get_entries_moodle() are followed by
calls to array_change_key_case(), even if that shouldn't be necessary.
So make sure we always return lower-cased attributs as indexes and add some
unit tests to avoid regressions in the future.
2017-05-16 10:48:49 +01:00
Jun Pataleta
e91ffe1531
Merge branch 'MDL-58811-33-extra-slash' of https://github.com/dmitriim/moodle into MOODLE_33_STABLE
2017-05-16 17:42:55 +08:00
Josh Ebarvia
c4d5303ce0
MDL-58795 gradereport_grader: Prevent duplicates in grader report
...
Currently, the sorting being used for the grader report table
(asc/desc arrows) is just the grade_grades.finalgrade.
This adds grade_grades.userid in the sort to prevent duplicate
in records returned when using pages.
2017-05-16 18:49:45 +09:30
Jake Dallimore
0712ef7f54
Merge branch 'MDL-58723-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE
2017-05-16 15:16:34 +08:00
Jun Pataleta
ddf6c958f8
MDL-58723 calendar: Better testing of forever recurring events
...
* Change the start date of the parent event to the current date
for tests that with events that recur forever.
* Limit query results to 100 for events that recur forever that can
generate more than 100 event records.
2017-05-16 14:40:39 +08:00
Andrew Nicols
fbf216799c
Merge branch 'MDL-58756_33-statslib-roles-multilang' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2017-05-16 13:52:45 +08:00
Luca Bösch
f8b0ee68bf
MDL-58756 stats: Use multilang with role .
2017-05-16 07:27:00 +02:00
Dmitrii Metelkin
069683984a
MDL-58811 backup: fix an extra slash on restore for the legacy files
2017-05-16 14:34:10 +10:00
Issam Taboubi
7a7dd2ff1f
MDL-58884 competency: Inaccurate stats proficient competencies in course
2017-05-16 10:42:39 +08:00
Stephen Vickers
8a0ed98b81
MDL-58770 mod_lti: Strip HTML from parameters
...
Remove HTML tags from parameters which should be plain text.
2017-05-16 09:58:09 +08:00
sam marshall
ce904a961d
MDL-58947 Search: Label URLs not correctly calculated
2017-05-15 17:57:58 +01:00
Ankit Agarwal
5ff898804f
MDL-58929 converters: Make link title consistent
2017-05-15 12:07:43 +01:00
Dan Poltawski
3bb50a471c
Merge branch 'MDL-58936_33' of git://github.com/markn86/moodle into MOODLE_33_STABLE
2017-05-15 11:45:19 +01:00
Cameron Ball
660182a172
MDL-58496 mod_chat: Update timesort when updating timestart
...
Previously when a repeating chat was updating the calendar
it would only update the timestart column. It needs to also
update the timesort column to display correctly on the new
overview.
2017-05-15 11:14:50 +01:00
John Okely
e8f0664d53
MDL-58916 user_profile: Pass site context when determining menu options
2017-05-15 11:01:34 +01:00
Cameron Ball
cb495b995c
MDL-58841 mod_assign: Style "view all" link on grading summary
2017-05-15 10:46:25 +01:00
Luca Bösch
c37bbda3ef
MDL-58852 choice: Use multilang for choice options in charts
2017-05-15 10:23:29 +01:00
Andrew Nicols
81432e74f4
Merge branch 'MDL-58893-33-missing-div' of https://github.com/dmitriim/moodle into MOODLE_33_STABLE
2017-05-15 15:13:04 +08:00
Luca Bösch
d231bf1272
MDL-58920 questions: Calculated question name passing multilang.
...
In "Shared wild cards" table calculated question name do pass format_string to process multilang tags.
Thus, not breaking the layout any more.
2017-05-15 14:44:06 +08:00
Dmitrii Metelkin
1aee3e9394
MDL-58893 portfolio: add missing closing div
2017-05-15 15:56:34 +10:00
Mark Nelson
9362f598dd
MDL-58936 core: ensure 'page->context' is not null
...
When using $page->context it calls magic_get_context() in lib/pagelib.php.
This method sets the context to context_system::instance() if it is currently
null and returns that as the context. However, when installing a new site
context_system::instance() also returns null.
2017-05-15 12:40:29 +08:00
Skylar Kelty
761ac5a0aa
MDL-58658 caching: Add static acceleration unit test for empty arrays
2017-05-11 10:56:04 +01:00
Skylar Kelty
32ec2da151
MDL-58658 caching: Fix static acceleration for empty arrays
2017-04-20 09:49:09 +01:00
Daniel Thee Roperto
589c8eb61b
MDL-57246 forum: Fixed mod/forum/view.php redirection.
...
Fixed: Trying to view a forum without the capability may lead you to a broken page.
2017-04-04 16:16:54 +10:00