Justus Dieckmann
609203ada6
MDL-58256 group: prevents users to be added to a group twice
2019-01-22 13:05:34 +01:00
Sara Arjona
279ec1f986
Merge branch 'MDL-64486-35' of git://github.com/peterRd/moodle into MOODLE_35_STABLE
2019-01-22 08:23:31 +01:00
Damyon Wiese
152e59f56d
MDL-63628 accessibility: Trigger file links with keyboard
2019-01-22 08:41:01 +08:00
AMOS bot
d41a75ffad
Automatically generated installer lang files
2019-01-22 00:10:06 +00:00
David Mudrák
f9d389f45b
MDL-64553 message: Add index for the notifications.useridfrom field
...
The useridfrom would normally be a foreign key to the users table. But
it can also contain some extra negative values with special semantics
(-10 or -20 for no-reply or support user). Therefore we can't make it a
foreign key and the index must be created explicitly.
2019-01-21 13:31:17 +01:00
Jake Dallimore
284b7c820e
Merge branch 'MDL-28445-35' of git://github.com/peterRd/moodle into MOODLE_35_STABLE
2019-01-21 15:59:10 +08:00
Mihail Geshoski
1f3fd18541
MDL-63480 reports: Fix name filters in completion reports
2019-01-21 09:24:52 +08:00
Jake Dallimore
247b70b0de
Merge branch 'MDL-60972-35_delete_section_files' of https://github.com/awagner/moodle into MOODLE_35_STABLE
2019-01-21 09:03:46 +08:00
Sara Arjona
1237fe9140
MDL-64629 theme_clean: Remove underscore near the help icon
2019-01-18 14:33:06 +01:00
Sara Arjona
e489ebbb0b
Merge branch 'MDL-62968-35' of git://github.com/mickhawkins/moodle into MOODLE_35_STABLE
2019-01-18 12:40:07 +01:00
Tim Hunt
901c95587f
MDL-63870 quiz: new preview should abandon, not finish, current attempt
2019-01-17 17:55:41 +00:00
Eloy Lafuente (stronk7)
b39f7194a8
weekly release 3.5.4+
2019-01-17 17:47:58 +01:00
Andreas Wagner
9ebaea25f6
MDL-60972 core_course: delete section files, when section is deleted.
2019-01-17 08:18:34 +01:00
Peter
a67284cb47
MDL-28445 mod_glossary: Use compound strings as opposed to anglicised
...
* Use compound strings on buttons to help with proper translations
* Updated behat tests
2019-01-17 10:59:13 +08:00
Eloy Lafuente (stronk7)
f14ed54861
Merge branch 'MDL-63103-m35' of https://github.com/NeillM/moodle into MOODLE_35_STABLE
2019-01-16 19:02:36 +01:00
Sara Arjona
e618ee9fb5
Merge branch 'MDL-63916-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-16 15:33:57 +01:00
Eloy Lafuente (stronk7)
b4ce080632
Merge branch 'MDL-63607-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2019-01-16 00:37:21 +01:00
Sara Arjona
a660a74f7a
Merge branch 'MDL-64346-35' of git://github.com/abgreeve/moodle into MOODLE_35_STABLE
2019-01-15 15:38:40 +01:00
Adrian Greeve
017578d64f
MDL-64346 mod_resource: Fix problems with # in file name.
2019-01-15 14:30:35 +01:00
Sara Arjona
e37c1f7ed0
Merge branch 'MDL-62439-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
2019-01-15 12:02:37 +01:00
Sara Arjona
57768467dc
Merge branch 'MDL-63881-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
2019-01-15 11:39:26 +01:00
Andrew Nicols
b562767744
MDL-52132 core_question: Comment is different if format has changed
2019-01-15 18:57:42 +11:00
Shamim Rezaie
95f2f79218
MDL-52132 qbehaviour_manualgraded: unit test for changing comment format
2019-01-15 18:57:41 +11:00
Eloy Lafuente (stronk7)
021143d5cc
Merge branch 'MDL-63677-35' of git://github.com/sarjona/moodle into MOODLE_35_STABLE
2019-01-14 23:04:07 +01:00
Sara Arjona
fcd19e1faf
Merge branch 'MDL-60082-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-14 12:28:30 +01:00
Eloy Lafuente (stronk7)
4c6ae316d8
Moodle release 3.5.4
2019-01-12 13:25:56 +01:00
Tim Hunt
8b1bf65b22
MDL-64465 qtypes: fix incorrect context passed to format_string
2019-01-11 10:52:49 +00:00
Tim Hunt
6f60c7a6f2
MDL-64464 drag-drop qtypes: allow <span lang=".."> id draggables
...
This is for accessibility, so that screen readers can read the drag
items with correct pronunciation.
2019-01-11 10:52:34 +00:00
Sara Arjona
38f65afecf
MDL-63677 core_user: Avoid redirection during signup
...
Purge cache just for the current user to avoid redirection when 2
simultaneous users try to sign up at the same time and some policy
has to be agreed.
The 'createduser' invalidation event has been removed also because
is not used any more.
Thanks John Azinheira for spotting it!
2019-01-11 10:26:14 +01:00
Neill Magill
cd05eba738
MDL-63103 filebrowser: Speed up finding activities with files
...
Before this change the query examined at every course_module record in
the context table.
With this change we use the course_modules table to more efficiently
find all the activities in the course, which means that many less
records in the context table need to be examined.
2019-01-11 09:06:06 +00:00
Luca Bösch
1e90a547e9
MDL-63881 tool_dataprivacy: 'Contact the privacy officer' profile link.
2019-01-10 22:15:35 +01:00
Luca Bösch
e2e9df59d7
MDL-62439 output: Debugstringids in overlay windows.
2019-01-10 22:15:06 +01:00
Sara Arjona
609b020512
weekly release 3.5.3+
2019-01-10 17:51:28 +01:00
Sara Arjona
da5d00f2b2
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2019-01-10 17:51:26 +01:00
Jake Dallimore
765c99d4d9
Merge branch 'MDL-64004-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-10 11:00:43 +08:00
AMOS bot
4b04cbdbab
Automatically generated installer lang files
2019-01-10 00:08:50 +00:00
Marcus Fabriczy
88d5dbb63f
MDL-54804 templates: Prevent posting when no option is selected
...
When no value is set for an option element and a user selects it, a
POST request is made, which is incorrect. Usually that option is a
placeholder value, e.g., "Choose..." - the form expecting the end user
to choose an actual value.
2019-01-10 09:05:29 +10:30
Eloy Lafuente (stronk7)
4412db99fc
Merge branch 'MDL-63686-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2019-01-09 12:36:47 +01:00
Andrew Nicols
ef227b403e
MDL-63686 core: recordset => records when fetching contexts
2019-01-09 19:08:08 +08:00
Jake Dallimore
96457d1739
Merge branch 'MDL-64375-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-09 15:34:06 +08:00
Andrew Nicols
26f70e8f28
Merge branch 'MDL-62550-35-2' of https://github.com/snake/moodle into MOODLE_35_STABLE
2019-01-09 15:13:27 +08:00
Jake Dallimore
3fdd140150
Merge branch 'MDL-64345-35' of https://github.com/s-cenni/MDL-64345 into MOODLE_35_STABLE
2019-01-09 14:15:05 +08:00
Jake Dallimore
29cb950320
MDL-62550 core_theme: remove unused #fgroup_ and #fitem_ rules
...
These ids didn't exists in form elements in Boost until now, so we'll
remove the rules to prevent them having any effect now.
2019-01-09 11:27:40 +08:00
Jake Dallimore
ac25e4ace6
MDL-62550 core_form: bring back the form item unique ids to fix js fails
...
This id matches the id seen on the clean theme elements and is needed by
the forms js.
2019-01-09 11:27:38 +08:00
Jake Dallimore
c00f5586f3
Merge branch 'MDL-63761-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-09 09:07:56 +08:00
Eloy Lafuente (stronk7)
821a753844
Merge branch 'MDL-64285-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2019-01-09 00:03:47 +01:00
Andrew Nicols
3cd69fd335
Merge branch 'MDL-24951_35' of git://github.com/stronk7/moodle into MOODLE_35_STABLE
2019-01-09 06:45:00 +08:00
Eloy Lafuente (stronk7)
67d77a2456
MDL-24951 mod_forum: Apply new string to related scenarios
...
Plus amend an scenario name that was clearly incorrect.
2019-01-08 16:48:25 +01:00
Michael Hawkins
9ca8ccbefc
MDL-64395 groups: Added XSS Risk to the manage groups capability
2019-01-08 16:21:48 +01:00
Michael Hawkins
4166d28e1f
MDL-64372 userpix: Escape fullname string on userpix index page
2019-01-08 16:21:48 +01:00