Jun Pataleta
310eff99fc
Merge branch 'MDL-62939-35-cleanhtmluserdesc' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE
2018-07-24 11:58:20 +08:00
sam marshall
5047c83b9c
MDL-61652 tool_dataprivacy: Add capabilities to control data downloads
2018-07-24 08:47:09 +08:00
Victor Deniz
f490505b23
MDL-57977 search: GlobalSearch by alternate name fields
...
Enable support for searching all name fields in search
2018-07-23 10:11:37 +01:00
Mark Nelson
faabcf6d76
MDL-62961 mod_feedback: style buttons appropriately
2018-07-23 15:49:06 +08:00
Andrew Nicols
8837262d2c
Merge branch 'MDL-35977-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-07-23 15:31:17 +08:00
Jun Pataleta
e30562a127
Merge branch 'MDL-62948-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2018-07-23 15:18:49 +08:00
Jun Pataleta
b43f63c11f
Merge branch 'MDL-62949-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2018-07-23 14:53:57 +08:00
Andrew Nicols
78ccc2c951
Merge branch 'MDL-62962-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-07-23 14:51:43 +08:00
Jun Pataleta
9835dc02dd
MDL-62962 tool_dataprivacy: Move user generation within the test
2018-07-23 13:36:14 +08:00
Shamim Rezaie
5420485076
MDL-62897 Questions: Fix multi top cats in question_save_from_deletion
2018-07-23 14:37:48 +10:00
Shamim Rezaie
e69a3f20ee
MDL-62897 restore: Fix component name in get_string()
2018-07-23 14:37:48 +10:00
Shamim Rezaie
5e29146127
MDL-62931 Questions: Escaping lang strings properly
2018-07-23 14:26:43 +10:00
Andrew Nicols
421619e6e3
Merge branch 'MDL-61707-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-07-23 11:40:53 +08:00
Andrew Nicols
39ffa8c6e3
Merge branch 'MDL-29701-35' of https://github.com/phuchau1509/moodle into MOODLE_35_STABLE
2018-07-23 09:44:02 +08:00
Mihail Geshoski
53e622ba88
MDL-61707 authentication: Remove presignup session upon user signup
2018-07-23 09:33:21 +08:00
Mihail Geshoski
3f70323ba7
MDL-35977 comments: Missing label in blog and assignment comment area
2018-07-23 08:55:51 +08:00
Andrew Nicols
99d1a03857
weekly release 3.5.1+
2018-07-20 15:09:13 +08:00
Andrew Nicols
a2ddeab20e
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2018-07-20 15:09:11 +08:00
Andrew Nicols
bb05597274
MDL-62949 calendar: Fix behat nav to calendar
2018-07-20 11:48:44 +08:00
Andrew Nicols
cb8c503098
MDL-62948 tool_policy: Increase window size
...
In the default window size the floating footer detaling the privacy
policies covers the "Login as guest" button.
2018-07-20 11:12:06 +08:00
Jake Hau
dfe3389cf5
MDL-29701 editor: mform disableif doesn't work on editor element
2018-07-19 11:37:36 +07:00
David Mudrák
aac5333538
MDL-62939 user: Fix field type of the user profile description
...
As this is an editor element field, the it is supposed to be PARAM_RAW.
Otherwise it cleans-up certain non-HTML syntax such as Markdown
blockquote characters.
2018-07-18 14:29:53 +02:00
Jun Pataleta
c9038ad429
Merge branch 'MDL-62811_35' of git://github.com/timhunt/moodle into MOODLE_35_STABLE
2018-07-18 16:12:07 +08:00
Jun Pataleta
6d0a80dfc1
Merge branch 'MDL-62769_35' of https://github.com/timhunt/moodle into MOODLE_35_STABLE
2018-07-18 14:54:25 +08:00
Jun Pataleta
f22286dd83
Merge branch 'MDL-62781-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-07-18 10:05:29 +08:00
Jun Pataleta
c4030220a4
MDL-62781 core_question: Remove unnecessary assertion
2018-07-18 09:59:37 +08:00
Tim Hunt
e088a1f198
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 09:59:36 +08:00
AMOS bot
b6f35bf63e
Automatically generated installer lang files
2018-07-18 00:07:34 +00:00
cescobedo
b5282bfb67
MDL-62919 auth_shibboleth: Use the right shibboleth_auth_instructions
...
Change $CFG->auth_instructions by shibboleth/auth_instructions in the index_form.html
2018-07-17 21:07:53 +02:00
Nick Phillips
5721a09e82
MDL-59447 question: GIFT import to respect multichoice defaults
...
Fix GIFT import to respect default answernumbering for new multichoice
questions (introduced in MDL-50011). Default for shuffleanswers is still
ignored, as this is a rather coarse-grained way to do it, and the wrong
setting for shuffleanswers would irreversibly alter the meaning of some
questions.
This is not an ideal long-term fix, but will save significant effort
for anyone who needs to be able to set answernumbering style for
questions imported in GIFT format.
2018-07-17 14:37:19 +02:00
David Monllao
21e4f90ca8
Merge branch 'MDL-54830-35' of https://github.com/snake/moodle into MOODLE_35_STABLE
2018-07-17 13:55:11 +02:00
David Monllao
9cb0f99c37
Merge branch 'MDL-61351_35' of git://github.com/markn86/moodle into MOODLE_35_STABLE
2018-07-17 12:32:08 +02:00
Tim Schroeder
4c66ff31c8
MDL-61351 auth_shibboleth: removed redundant session handler class check
2018-07-17 16:46:26 +08:00
Tim Schroeder
2542cb94e4
MDL-61351 core: added \core\session\manager\get_handler_class()
...
* This is needed e.g. by the shibboleth logout handler to check which
type of sessions are used.
2018-07-17 16:46:26 +08:00
Mark Nelson
97be43646f
MDL-61351 auth_shibboleth: move new functions to separate class
...
This reduces the amount of code to an already confusing logout.php
file and prevents conflicts if someone else happens to be using
the same function name in a file.
2018-07-17 16:46:26 +08:00
Tim Schroeder
4b1adeef8d
MDL-61351 shibboleth: Logout: fix session handler class not being used
...
* use $CFG->session_handler_class to determine which type of session is
used
* if not set, use $CFG->dbsession instead
2018-07-17 16:46:26 +08:00
David Monllao
0ef5bc0b18
Merge branch 'MDL-62868-35' of https://github.com/snake/moodle into MOODLE_35_STABLE
2018-07-17 10:20:23 +02:00
David Monllao
8632026272
Merge branch 'MDL-62663_35' of https://github.com/andrewhancox/moodle into MOODLE_35_STABLE
2018-07-17 09:58:41 +02:00
David Monllao
706ba3f3af
Merge branch 'MDL-60924-35' of git://github.com/sarjona/moodle into MOODLE_35_STABLE
2018-07-17 09:39:06 +02:00
Andrew Nicols
c2c97dee39
Merge branch 'MDL-62889_35' of git://github.com/markn86/moodle into MOODLE_35_STABLE
2018-07-17 12:13:01 +08:00
Mark Nelson
c74949b071
MDL-62889 message_popup: redirect using moodle_url
...
Without this relative URLs passed (like /message/index.php)
were being redirected to HOST/message/index.php rather than
$CFG->wwwroot/message/index.php.
2018-07-17 12:00:14 +08:00
Mark Nelson
6dc3988fa0
MDL-62889 message_popup: redirect to notification page if url is empty
...
If you pass a URL that is not a valid URL (for example
';') it is cleaned to an empty string which redirects to
$CFG->wwwroot/message/output/popup/ which is not a valid
page.
2018-07-17 12:00:13 +08:00
Mark Nelson
1d59ae4286
MDL-62889 message_popup: allow redirects to external URLs
...
Many institutions create notifications that link to an
external service. We need to allow redirects to these
systems.
2018-07-17 12:00:13 +08:00
Mark Nelson
38d309036c
MDL-62889 message_popup: only add redirecturl if it exists
...
We allow notifications to have a null value for the 'contexturl'.
In this case we should not be appending a 'redirecturl' param to
the URL when it is going to be empty.
2018-07-17 12:00:13 +08:00
Mark Nelson
3c2fa60af3
MDL-62925 mod_wiki: style 'Search wikis' button
2018-07-17 11:31:47 +08:00
Andrew Nicols
a9b2db5880
Merge branch 'MDL-62849-35' of git://github.com/abgreeve/moodle into MOODLE_35_STABLE
2018-07-17 10:35:54 +08:00
Adrian Greeve
3482ea90a6
MDL-62849 files lib: Add method to return all files.
...
Added a function which returns all the files from all directories
in the draftarea.
2018-07-17 10:27:19 +08:00
AMOS bot
c50377f55f
Automatically generated installer lang files
2018-07-17 00:08:18 +00:00
David Mudrák
2a9787beee
MDL-60874 enrol_manual: Improve searching of users in quick enrol UI
...
* The maximum of users to be displayed raised from 30 to 100. This is
consistent with the legacy users selector available via enrolment
methods page.
* If there are more users found matching the search criteria, notify the
user instead of displaying them. This is to prevent false impression
that there are only that many users.
* Added behat tests for the new behaviour.
2018-07-16 21:25:40 +02:00
David Mudrák
73df15dd67
MDL-60874 core_form: allow autocomplete AJAX handlers return a string
...
Custom AJAX handlers for the form autocomplete fields can now optionally
return string in their processResults() callback. If a string is
returned, it is displayed instead of the list of suggested items.
The string is displayed same way as we inform about no available
suggestions.
2018-07-16 21:25:40 +02:00