Eloy Lafuente (stronk7)
59c9dd780b
weekly release 3.5.7+
2019-07-25 13:44:49 +02:00
Eloy Lafuente (stronk7)
5ec6a4e462
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2019-07-25 13:44:48 +02:00
Eloy Lafuente (stronk7)
4ce08a765d
Merge branch 'MDL-65788-35' of git://github.com/Chocolate-lightning/moodle into MOODLE_35_STABLE
2019-07-22 21:33:28 +02:00
sam marshall
0498684ae2
MDL-66132 Search: Behat tests should use simpledb, fix mock count
...
When searching using mock results (the 'global search expects the
query' step), the result count is not correctly set. As a result, the
page incorrectly reports that there are no results and doesn't
correctly show the first page of multi-page results.
Additionally, some of the core Behat tests can now be moved to use
real searching with the simpledb engine, rather than using mock
results at all. This gives better tests.
Unfortunately it was not possible to move all of the core Behat tests
and deprecate the mock step, because some of the tests are related to
the UI for 'special' features searching by user or group, neither of
which are supported by the simpledb engine.
2019-07-22 20:57:10 +02:00
Mihail Geshoski
9a0078f100
MDL-66136 assign: Verify presence of resources in online text submission
2019-07-22 10:44:53 +08:00
Mihail Geshoski
d9126f03dc
MDL-66136 assignfeedback_comments: Extend testcase
2019-07-22 10:44:41 +08:00
Eloy Lafuente (stronk7)
382fc36eba
Merge branch 'MDL-50733_35' of git://github.com/stronk7/moodle into MOODLE_35_STABLE
2019-07-20 00:25:27 +02:00
Mathew May
defe05cbcf
MDL-50733 core: Update composer to updated behat-extension
2019-07-19 16:41:03 +02:00
Mathew May
71548acf7e
MDL-65788 tool_policy: Move accept_policy JS call into an array
2019-07-18 10:51:19 +08:00
Mathew May
de75e7471d
MDL-65788 tool_policy: Prevent two modals rendering for guests.
...
With the Guest registration calling policyactions.js the [data-action="view"]
was having two click handlers set on the inital policy modal trgger.
With this commit we state what we want the click event to be set on.
2019-07-18 10:49:58 +08:00
AMOS bot
8635cc3871
Automatically generated installer lang files
2019-07-18 00:09:21 +00:00
Eloy Lafuente (stronk7)
a8d72a836c
weekly release 3.5.7+
2019-07-11 23:33:37 +02:00
Eloy Lafuente (stronk7)
140b417065
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2019-07-11 23:33:35 +02:00
Jun Pataleta
0094a77ccc
Merge branch 'MDL-65926-MOODLE_35_STABLE_lowercase_username_sql_query' of https://github.com/andrewmadden/moodle into MOODLE_35_STABLE
2019-07-11 10:59:29 +08:00
Andrew Madden
c7f46956d4
MDL-65926 moodlelib: Convert username to lowercase prior to SQL query
...
Within a very large project, it was found that searching for a user with their username in the user table using a case insensitive
search was inefficient. Instead it is proposed that the username input is made to be lowercase prior to executing a database query
as the username for each user in the database must be lowercase. This allows for a case sensitive query to find the user data.
Essentially we are moving a case insensitive search for a user from SQL into PHP to increase performance.
2019-07-10 20:04:23 +10:00
Andrew Nicols
648e72316d
Merge branch 'MDL-65965-35-fix' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2019-07-09 11:01:05 +08:00
Jun Pataleta
6b8c4ddacc
MDL-65965 behat: Do not fetch grouping IDs for empty grouping idnumbers
2019-07-09 10:49:25 +08:00
Shamim Rezaie
3bf1e69a3e
MDL-66054 behat: typo fix
2019-07-09 00:58:05 +02:00
Eloy Lafuente (stronk7)
df4041b745
Merge branch 'MDL-65965-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2019-07-09 00:55:26 +02:00
AMOS bot
ac9e0f9ad5
Automatically generated installer lang files
2019-07-08 00:10:29 +00:00
AMOS bot
c0cfb0ee09
Automatically generated installer lang files
2019-07-07 00:09:13 +00:00
Sara Arjona
5725188035
Moodle release 3.5.7
2019-07-05 12:27:14 +02:00
AMOS bot
acb34a20c2
Automatically generated installer lang files
2019-07-05 00:10:07 +00:00
Eloy Lafuente (stronk7)
e8c5c935a5
weekly release 3.5.6+
2019-07-04 16:50:48 +02:00
Eloy Lafuente (stronk7)
5db144950d
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2019-07-04 16:50:43 +02:00
AMOS bot
904399daaf
Automatically generated installer lang files
2019-07-04 00:08:56 +00:00
Shamim Rezaie
498fa3c1ae
MDL-61114 mod_assign: Check if the teacher can access the override
2019-07-03 18:06:22 +02:00
Shamim Rezaie
a8f2981158
MDL-61114 mod_assign: assignment overrides to observe group membership
2019-07-03 18:06:22 +02:00
Shamim Rezaie
ccca3fc6e4
MDL-61115: mod_lesson: Check if the teacher can access the override
2019-07-03 17:50:44 +02:00
Shamim Rezaie
5d16523422
MDL-61115 mod_lesson: Lesson overrides to observe group membership
2019-07-03 17:50:44 +02:00
Sara Arjona
1953f78e3e
Merge branch 'MDL-64794_35' of https://github.com/stronk7/moodle into MOODLE_35_STABLE
2019-07-03 11:16:08 +02:00
AMOS bot
6504388f3e
Automatically generated installer lang files
2019-07-03 00:09:03 +00:00
AMOS bot
902d300967
Automatically generated installer lang files
2019-07-03 00:09:03 +00:00
Sara Arjona
9399070f9f
Merge branch 'MDL-64614_35' of git://github.com/stronk7/moodle into MOODLE_35_STABLE
2019-07-02 21:21:57 +02:00
Shamim Rezaie
96b2794f29
MDL-34411 mod_quiz: Check if the teacher can access the override
2019-07-01 19:01:39 +02:00
Shamim Rezaie
d551e89fad
MDL-34411 groups: copy/paste error in test_groups_user_groups_visible
2019-07-01 19:01:39 +02:00
Shamim Rezaie
3bb633edc4
MDL-34411 mod_quiz: quiz overrides to observe group membership
2019-07-01 19:01:39 +02:00
Damyon Wiese
862d20bac0
MDL-64623 glossary: Check the entry id
...
The entry must match the glossary before you can do any action on it.
2019-07-01 19:01:39 +02:00
Damyon Wiese
cf2beaf8c5
MDL-53689 xmldb: Require a sesskey to load xml
...
Loading and unloading xml files is not protected from XSS with a sesskey.
2019-07-01 19:01:39 +02:00
Eloy Lafuente (stronk7)
d3eeabcf04
Merge branch 'MDL-64511-35' of https://github.com/paulholden/moodle into MOODLE_35_STABLE
2019-07-01 18:53:20 +02:00
Dan Marsden
8c678d9aa9
MDL-60347 core: debugsmtp should be a developer only setting.
2019-07-01 12:17:12 +02:00
Eloy Lafuente (stronk7)
9d86101204
MDL-64614 environment: mssql requirement up to 2012 (11.0)
2019-06-30 11:59:11 +02:00
Eloy Lafuente (stronk7)
2f535a7c43
MDL-64614 environment: 3.8 base information
...
This is a direct copy of the 3.7 branch to have
changes under control easier for next commits.
2019-06-30 11:59:10 +02:00
AMOS bot
776141f4d3
Automatically generated installer lang files
2019-06-30 00:09:32 +00:00
AMOS bot
f33dbc4223
Automatically generated installer lang files
2019-06-29 00:09:37 +00:00
AMOS bot
11685ae642
Automatically generated installer lang files
2019-06-29 00:09:37 +00:00
Paul Holden
4cf939c638
MDL-64511 privacy: encode data URL when loading content.
...
Previously paths that included ? or # characters would break loading.
2019-06-28 13:17:42 +01:00
Eloy Lafuente (stronk7)
7a5e8583d9
weekly release 3.5.6+
2019-06-27 18:54:28 +02:00
Eloy Lafuente (stronk7)
63b2abcc34
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2019-06-27 18:54:26 +02:00
Sara Arjona
16a14f010d
Merge branch 'MDL-60088-35' of git://github.com/Chocolate-lightning/moodle into MOODLE_35_STABLE
2019-06-26 18:11:31 +02:00