Adrian Greeve
b239ee8f1c
Merge branch 'MDL-69805-master' of https://github.com/dravek/moodle
2020-10-08 15:01:35 +08:00
Jake Dallimore
87abb87ebd
Merge branch 'MDL-69192-master-behat' of https://github.com/andrewnicols/moodle
2020-10-08 09:22:21 +08:00
Andrew Nicols
36419cf8d5
MDL-68665 assignfeedback_editpdf: Coding style fixes
2020-10-08 08:23:03 +08:00
Andrew Nicols
814ec28fef
Merge branch 'MDL-68665-assign-stamp-cache' of https://github.com/jamie-catalyst/moodle
2020-10-08 08:17:01 +08:00
Andrew Nicols
f908e8beef
MDL-69192 mod_assign: Stop clicking OK on non-existent modal
2020-10-08 08:04:10 +08:00
Jamie Stamp
e522d6dad4
MDL-68665 assignfeedback_editpdf: Fix systemsstamp URLs
2020-10-07 16:26:16 +01:00
Jamie Stamp
74b4d6368a
MDL-68665 assignfeedback_editpdf: Add filearea to persist stamps
2020-10-07 16:25:59 +01:00
Andrew Nicols
675d90a39a
Merge branch 'MDL-69192' of https://github.com/willob99/moodle
2020-10-07 13:15:08 +08:00
Andrew Nicols
b702feb38d
Merge branch 'MDL-67275-master-post_noun_verb' of git://github.com/mudrd8mz/moodle
2020-10-07 12:16:39 +08:00
Eloy Lafuente (stronk7)
fd46cc5b37
Merge branch 'MDL-65074' of https://github.com/hitteshahuja/moodle into master
2020-10-05 23:12:01 +02:00
Eloy Lafuente (stronk7)
79e1ab91d4
Merge branch 'master-MDL-69752' of https://github.com/golenkovm/moodle into master
2020-10-05 10:54:45 +02:00
Mikhail Golenkov
0f7c2b92f6
MDL-69752 mod_data: Format module intro on Database activities page
2020-10-04 13:44:17 +11:00
Mikhail Golenkov
252e85be58
MDL-53966 lesson: Allow maximum number of attempts to be unlimited
2020-10-04 13:20:39 +11:00
Víctor Déniz
b39c286ea4
Merge branch 'MDL-69572-Master' of https://github.com/tuanngocnguyen/moodle
2020-10-01 23:29:22 +01:00
Eloy Lafuente (stronk7)
30fa4748f1
Merge branch 'MDL-69758-master' of https://github.com/sammarshallou/moodle into master
2020-10-01 23:44:05 +02:00
Jamie Stamp
1343d84cc7
MDL-68665 assignfeedback_editpdf: Improve caching on stamps
2020-10-01 16:59:42 +01:00
Sara Arjona
32f5dbbb80
Merge branch 'MDL-69050-master-allowlist' of git://github.com/mudrd8mz/moodle into master
2020-10-01 14:51:11 +02:00
Sara Arjona
6bb0262ed8
Merge branch 'MDL-68098-master' of git://github.com/dpalou/moodle into master
2020-10-01 12:56:16 +02:00
Sara Arjona
0592e040b4
Merge branch 'MDL-67473-multipledeeplinking-squashed' of https://github.com/cengage/moodle into master
2020-10-01 10:28:03 +02:00
Adrian Greeve
d3374e8865
Merge branch 'MDL-54956-master' of git://github.com/jleyva/moodle
2020-10-01 11:19:09 +08:00
willob99
b8ad9a1030
MDL-69192 mod_assign: replace grading confirmation popup
2020-09-30 10:42:12 -07:00
David Matamoros
84e9360c9d
MDL-69805 mod_data: Freeze comment field if comments disabled
2020-09-30 15:47:16 +02:00
Claude Vervoort
957da4b564
MDL-67473 mod_lti: deeplinking multiple support
...
AMOS BEGIN
CPY [contentitem_help,mod_lti],[contentitem_deeplinking_help,mod_lti]
AMOS END
2020-09-30 08:03:59 -04:00
Sara Arjona
b1a2dd1681
Merge branch 'MDL-69695' of https://github.com/paulholden/moodle into master
2020-09-28 13:03:14 +02:00
Nathan Nguyen
0b84fb7bec
MDL-69572 mod_book : add bookid index to book_chapters
2020-09-28 10:43:06 +10:00
Hittesh Ahuja
68110d352c
MDL-65074 mod_quiz: Quiz navigation buttons shouldnt use btn-secondary
...
Removing .btn-secondary as plain.scss and default.scss in bootstrap hide the button from view.
2020-09-25 15:31:57 +01:00
David Mudrák
6bfc46802e
MDL-69050 lang: Rename the whitelist variable in the Workshop locallib
2020-09-24 19:41:58 +02:00
Jun Pataleta
1d7781be53
Merge branch 'MDL-66587-master' of git://github.com/bmbrands/moodle
2020-09-24 11:11:20 +08:00
Eloy Lafuente (stronk7)
c43dac4e36
Merge branch 'MDL-69454-master' of git://github.com/bmbrands/moodle into master
2020-09-23 17:10:35 +02:00
Juan Leyva
ba2d9643e7
MDL-54956 quiz: Fix WS to support files submission
2020-09-22 18:03:23 +02:00
Juan Leyva
8bec429a98
MDL-54956 quiz: Return response files in attempts
2020-09-22 18:03:23 +02:00
Dani Palou
8c84eeeeac
MDL-68098 ws: Fix WebServices broken by filters HTML
2020-09-22 09:43:03 +02:00
David Mudrák
0188cc2ed7
MDL-67275 forum: Fix language and accessibility issues with buttons
...
There were inconsistencies with the text shown on the submit button,
depending on the where the button was shown.
* Inline reply forum displayed general "Submit".
* Experimental nested discussion view reply form displayed "Post"
(post/core string) which acts as a noun in other contexts and cannot
be used as such in many non-English languages.
* Advanced reply form displayed "Post to forum".
The patch fixes this and starts to show "Post to forum" in all three
places consistently.
While working on this, two more issues were noticed and fixed:
* Inline reply textarea's title was hard-coded English "post" text.
Changed to "Message" to provide advisory information related to the
element.
* Buttons contained title attribute with the same value as the explicit
button text. This goes against accessibility guidelines.
2020-09-21 22:48:33 +02:00
sam marshall
2a15d7d3ea
MDL-69758 Web services: core_get_course_contents PHP warnings
...
Calls to core_get_course_contents can cause PHP warnings in the server
log if there are any URL instances in the course with sketchy URLs.
This is because url_export_contents incorrectly returns null instead
of an empty array if there is an error.
2020-09-21 15:24:12 +01:00
Bas Brands
4c71e1d0d0
MDL-69454 core_search: consistent mod searches
2020-09-21 11:54:51 +02:00
Claude Vervoort
5b8c646e68
MDL-66934 mod_lti: support context history param
2020-09-18 14:11:34 -04:00
Eloy Lafuente (stronk7)
5e124b9040
Merge branch 'MDL-69664-master' of git://github.com/junpataleta/moodle into master
2020-09-17 08:43:51 +02:00
Bas Brands
d910726704
MDL-66587 mod_quiz: visible quiz timer
2020-09-16 15:21:27 +02:00
Eloy Lafuente (stronk7)
1ab5d74983
Merge branch 'MDL-69658' of https://github.com/paulholden/moodle into master
2020-09-14 22:56:11 +02:00
Paul Holden
2aa48515db
MDL-69695 mod_folder: use forcedownload setting during inline display.
2020-09-14 21:38:35 +01:00
Jun Pataleta
46d4cf0c98
MDL-69664 mod_lti: Apply correct badge class to tool card
2020-09-09 23:34:04 +08:00
Sara Arjona
14bb6b5103
Merge branch 'MDL-69645-master' of git://github.com/lucaboesch/moodle into master
2020-09-09 11:00:40 +02:00
Sara Arjona
7c99f40d61
Merge branch 'MDL-69521' of https://github.com/stronk7/moodle into master
2020-09-09 08:08:06 +02:00
Paul Holden
416dd35832
MDL-69658 quizaccess_seb: progress bar on install only when necessary.
2020-09-08 19:31:36 +01:00
Eloy Lafuente (stronk7)
432b9a9075
MDL-69521 core: Move all comments in code from 4.3 to 4.1
2020-09-08 18:59:46 +02:00
Eloy Lafuente (stronk7)
74ee34fd87
MDL-69521 core: Move all comments in code from 4.1 to 3.11
2020-09-08 18:59:30 +02:00
Sara Arjona
683539696a
Merge branch 'MDL-28501-master' of https://github.com/mackensen/moodle into master
2020-09-08 13:27:55 +02:00
Mihail Geshoski
630078eb4a
MDL-69048 book: Sanitize previous chapter value in add new chapter page
2020-09-08 08:54:26 +02:00
Eloy Lafuente (stronk7)
5ce5c38a51
Merge branch 'MDL-69577-master' of git://github.com/crazyserver/moodle into master
2020-09-07 22:58:39 +02:00
Luca Bösch
5423b68b08
MDL-69645 quizaccess: Set allowPreferencesWindow to false in manual conf
...
Signed-off-by: Luca Bösch <luca.boesch@bfh.ch>
2020-09-07 21:26:23 +02:00