David Monllao
58b987282e
Merge branch 'MDL-42818-master' of git://github.com/zig-moodle/moodle
2018-07-10 11:31:24 +02:00
Andrew Nicols
5a0a8686e3
Merge branch 'MDL-61578-master' of git://github.com/mickhawkins/moodle
2018-07-10 16:45:55 +08:00
Huong Nguyen
0b245bf390
MDL-62712 Filepicker: Improve upload process
...
Lost the uploading file when user press Submit before upload process has done
2018-07-10 15:18:45 +07:00
David Monllao
147b4f3dee
Merge branch 'MDL-61110_master' of https://github.com/nadavkav/moodle
2018-07-10 09:59:06 +02:00
David Monllao
debbed03ed
Merge branch 'MDL-62814-master' of https://github.com/HuongNV13/moodle
2018-07-10 07:50:45 +02:00
David Monllao
cbc67cba73
Merge branch 'MDL-62533-master' of git://github.com/zig-moodle/moodle
2018-07-10 07:37:19 +02:00
Jun Pataleta
0433707f7b
MDL-62026 tool_dataprivacy: Behat tests for contacting PO
2018-07-10 12:31:08 +08:00
Jun Pataleta
ef7f7cfdf8
MDL-62026 tool_dataprivacy: Allow manual completion of general enquiries
2018-07-10 12:30:56 +08:00
Andrew Hancox
820f28c61b
MDL-61578 backup: Added unit test for is_course_modified check.
2018-07-10 10:50:30 +08:00
Michael Hawkins
4b9c2928d4
MDL-61578 backup: Prevent backup logging triggering fresh backups.
...
Thanks to Renaat Debleu for their contribution to this solution.
2018-07-10 10:50:30 +08:00
Andrew Nicols
39650bc12f
Merge branch 'MDL-62746-master' of git://github.com/junpataleta/moodle
2018-07-10 09:33:05 +08:00
Jake Dallimore
793fe5fc4c
Merge branch 'MDL-62772-master_always_show_disclosure' of https://github.com/jmcgettrick/moodle
2018-07-10 08:59:34 +08:00
David Monllao
1ef11d5182
Merge branch 'MDL-62753' of https://github.com/OdyX/moodle
2018-07-09 15:15:40 +02:00
David Monllao
6ce50554ee
Merge branch 'MDL-56881-master' of https://github.com/snake/moodle
2018-07-09 14:38:19 +02:00
David Monllao
5edfece170
Merge branch 'MDL-62037-master' of https://github.com/lethevinh/moodle
2018-07-09 13:48:47 +02:00
David Monllao
381bb72153
Merge branch 'MDL-62831-master' of git://github.com/damyon/moodle
2018-07-09 13:36:05 +02:00
David Monllao
6af4e08333
MDL-59599 navigation: Strict zero-position comparision
2018-07-09 12:27:25 +02:00
David Monllao
727592291b
Merge branch 'MDL-59599-master' of https://github.com/Kathrin84/moodle
2018-07-09 11:58:53 +02:00
John McGettrick
9481cc0e06
MDL-62772 mod_assign: Show disclosure for all submitters
2018-07-09 09:26:38 +01:00
Jake Dallimore
3143160204
Merge branch 'MDL-62180-master' of https://github.com/lucaboesch/moodle
2018-07-09 15:46:25 +08:00
Andrew Nicols
8dfafebc13
Merge branch 'MDL-33509-master' of git://github.com/mihailges/moodle
2018-07-09 13:52:31 +08:00
Andrew Nicols
a31b3cf30b
Merge branch 'MDL-62808_master' of git://github.com/markn86/moodle
2018-07-09 13:29:29 +08:00
Damyon Wiese
6fea9dc4b3
MDL-43334 backup: Fix cancel JS
...
The cancel button is a form element within a div that has the confirmcancel class. When we
accept a cancel modal, we should attempt to click the most specific form element of the
div, not the entire div.
2018-07-09 12:17:23 +08:00
Damyon Wiese
ddd7ff1827
MDL-43334 backup: Lanuage for cancel
...
Cancel backup buttons need clear lang strings.
2018-07-09 12:17:18 +08:00
Andrew Nicols
2f6f156a8f
MDL-56093 auth_db: Remove issue no. from comment
2018-07-09 12:14:17 +08:00
Andrew Nicols
33d2796f0a
Merge branch 'MDL_56093' of https://github.com/eledia/moodle
2018-07-09 12:13:58 +08:00
Jake Dallimore
545a1382aa
Merge branch 'MDL-61359-master' of git://github.com/mickhawkins/moodle
2018-07-09 12:10:33 +08:00
Mark Nelson
c57fadcc64
MDL-62808 core_message: fixed 'useridto' being incorrectly set to 0
2018-07-09 12:00:06 +08:00
Jake Dallimore
1c1d738ba0
MDL-52318 core_form: allow multiple filepicker-enabled url elements
...
In cases when filepicker support is enabled, this patch adds a wrapper
div around the url element and includes the filepicker id in its id.
This allows the js callback code to target the specific input field
with which it is associated.
2018-07-09 11:29:23 +08:00
Jake Dallimore
5a8791336a
MDL-56881 mod_choice: add unit tests for choice_user_submit_response
...
Tests cover option limits and multiple option responses.
2018-07-09 11:02:50 +08:00
Jake Dallimore
03577962ef
MDL-56881 mod_choice: clarify lang string for limit-reached scenarios
2018-07-09 11:02:50 +08:00
Jake Dallimore
a039751aee
MDL-56881 mod_choice: fix bug with limits when saving existing choice
...
The check determining whether a choice option's limit was exceeded was
including the user's existing answers in its checks, meaning a user
couldn't save an existing choice answer, or select further options,
if all a choice option limit was reached. This patch fixes that.
2018-07-09 11:02:45 +08:00
AMOS bot
10fcb75876
Automatically generated installer lang files
2018-07-07 00:08:17 +00:00
Nadav Kavalerchik
3cac3a8590
MDL-61110 LTIProvider: Store 'lis_course_section_sourcedid' value in DB
2018-07-07 00:50:02 +03:00
Luca Bösch
4a73ecc654
MDL-62262 quiz: quiz index page showing wrong dates.
2018-07-06 14:37:07 +02:00
Luca Bösch
a494830c28
MDL-62180 course: Add distinctive class to activity navigation
...
Having a distinguishable class "activity-navigation" added to the activity
navigation allows that part to be easily styled. It could for example be
excluded from printing. Furthermore, this is providing consistency. Other
navigation elements have proper own classes as well.
2018-07-06 14:32:54 +02:00
vinhle
4dbc8c30a3
MDL-62037 Filepicker: Review image not change when overwrite same
2018-07-06 17:49:10 +07:00
John McGettrick
707dfd0c39
MDL-62771 mod_forum: Reformat for modern coding style
2018-07-06 09:32:14 +01:00
John McGettrick
f3bf0ed5fc
MDL-62771 mod_forum: Fix to move print_disclosure
2018-07-06 09:30:34 +01:00
Andrew Nicols
c7d148dc20
weekly release 3.6dev
2018-07-06 14:05:06 +08:00
Andrew Nicols
21a59c3ff3
NOBUG: Fixed SVG browser compatibility
2018-07-06 14:05:04 +08:00
Andrew Nicols
55ececc04c
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2018-07-06 14:05:03 +08:00
Jun Pataleta
65cac80088
MDL-62746 tag: Convert YUI modals to AMD modals
2018-07-06 12:34:23 +08:00
Huong Nguyen
9d7ccae2d5
MDL-62814 Question: Improve column base display_header
...
Column base does not support custom tip if sortable is an array
2018-07-06 10:56:34 +07:00
Jun Pataleta
d7ae1a92b1
MDL-62746 tag: Make forms in tag modals use proper BS classes
2018-07-06 10:14:04 +08:00
Tim Hunt
b116f8b9ad
MDL-62811 question bank: rendering shouldn't load individual questions
2018-07-05 17:00:45 +01:00
Benjamin Wolf
c19ef03f71
MDL-56093 auth_db: Save custom profile fields in auth_db
2018-07-05 11:11:41 +02:00
Didier 'OdyX' Raboud
90ae1b90f1
MDL-62753 shibboleth: Logout: fix DB sessions kill
...
* Use the Moodle 2+ {sessions} table, and decode the session
correctly using session_decode (adodb_unserialize is deprecated).
* Kill all user sessions using \core\session\manager's
kill_user_sessions.
2018-07-05 08:57:03 +02:00
Michael Hawkins
c157e137ee
MDL-62618 user: Display full names consistently on users page
2018-07-05 10:08:33 +08:00
Michael Hawkins
26cee43786
MDL-62618 forum: Made full names displayed consistent
2018-07-05 10:03:18 +08:00