David Monllaó
a5d8d2ce9f
MDL-65845 mod_lesson: Fix wrong pointer to an object
...
We should be pointing to the array of timecreated values instead.
2019-06-28 21:06:00 +02:00
Luca Bösch
242dad037f
MDL-65901 forum: Style advanced search form properly.
2019-06-27 22:00:05 +02:00
Mathew May
e63a35dcff
MDL-66022 core: Remove unused subplugin files
2019-06-27 08:18:24 +08:00
Eloy Lafuente (stronk7)
ee47095dbb
MDL-53778 quiz: ensure completion deps are fulfilled by behat
...
Behat backgrounds and scenarios must observe the new
interdependencies between quiz completion settings.
This commits just applies that to the tests missing it.
2019-06-27 01:11:43 +02:00
Eloy Lafuente (stronk7)
dcb8f5fefb
MDL-53778 quiz: ensure completion deps are fulfilled by generator uses
...
There are some mod_quiz generator issues where the new chain
of dependencies between completion settings was not being observed.
This patch just ensures that the now 3 chained settings are
enabled together (or new quiz options logic will proceed to
disable them).
2019-06-27 01:11:43 +02:00
Eloy Lafuente (stronk7)
6f5990024c
Merge branch 'MDL-66003-master-enfix' of git://github.com/mudrd8mz/moodle
2019-06-26 23:04:18 +02:00
Eloy Lafuente (stronk7)
51208845bf
Merge branch 'MDL-53778' of https://github.com/anieminen/moodle
2019-06-26 17:49:53 +02:00
Eloy Lafuente (stronk7)
56b66b1449
Merge branch 'MDL-65181' of https://github.com/paulholden/moodle
2019-06-26 00:37:56 +02:00
Eloy Lafuente (stronk7)
b25890aa13
Merge branch 'MDL-65797-Master' of https://github.com/tuanngocnguyen/moodle
2019-06-26 00:31:39 +02:00
David Mudrák
d201dba655
MDL-66003 lang: Use the updated strings in the tests
2019-06-25 18:05:03 +02:00
Helen Foster
08a114cf40
MDL-66003 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* moodleorghubname,core_admin and
sitemustberegistered,message_airnotifier - 'Moodle.net' changed to
'Moodle'
* registration_help,core_admin and registermoochtips,core_hub - removed
erroneous 'access to Moodle.net our course sharing platform'
* trackingtype_help,mod_forum and formnotavailable,core_grading and
showgrades_help,core and rolewarning_help,core_rating -
'Administration block' changed to 'Actions menu or admin block',
'navigation block' changed to 'navigation drawer or block'
2019-06-25 18:00:51 +02:00
David Mudrák
703ad1a84e
MDL-65892 forum: Fix styling of the inline reply textarea
2019-06-25 14:48:10 +02:00
Arto Nieminen
9147273640
MDL-53778 quiz settings: Ensure that disabled checkboxes have value 0
2019-06-25 13:23:12 +03:00
Eloy Lafuente (stronk7)
a1c3ebd3eb
Merge branch 'MDL-64340-master' of git://github.com/rezaies/moodle
2019-06-25 00:53:52 +02:00
Dmitrii Metelkin
f82931c169
MDL-65922 core: add grade_item_updated event
2019-06-21 08:54:37 +10:00
Shamim Rezaie
3840540790
MDL-64340 mod_quiz: not display "add random question" when no permission
2019-06-21 08:52:14 +10:00
Jake Dallimore
7e72fd7b9f
Merge branch 'MDL-65883-master' of git://github.com/lameze/moodle
2019-06-20 09:12:46 +08:00
Eloy Lafuente (stronk7)
21406f66e0
Merge branch 'MDL-65646-master' of git://github.com/andrewnicols/moodle
2019-06-20 00:29:56 +02:00
Eloy Lafuente (stronk7)
90b01a0015
Merge branch 'MDL-57487-master' of git://github.com/sarjona/moodle
2019-06-19 23:05:50 +02:00
Eloy Lafuente (stronk7)
db339012f5
Merge branch 'MDL-65665-master-2' of git://github.com/mihailges/moodle
2019-06-19 20:29:09 +02:00
Eloy Lafuente (stronk7)
5759f72d8b
Merge branch 'MDL-65666-master' of git://github.com/rezaies/moodle
2019-06-19 18:37:56 +02:00
Eloy Lafuente (stronk7)
59cfb582f6
Merge branch 'MDL-65864' of git://github.com/timhunt/moodle
2019-06-19 18:08:19 +02:00
Eloy Lafuente (stronk7)
b3bbf6adf8
Merge branch 'MDL-55821-master' of git://github.com/damyon/moodle
2019-06-19 18:05:10 +02:00
Simey Lameze
58e601bf8b
MDL-65883 mod_quiz: replace all hardcoded urls to proper params
2019-06-19 14:48:06 +08:00
Simey Lameze
6970450643
MDL-65883 mod_quiz: change attemptlib_test to use data generators
2019-06-19 14:48:01 +08:00
Tim Hunt
b3c6c89b35
MDL-57884 quiz: autosave should not send the value of submit buttons
2019-06-18 17:46:47 +01:00
Tim Hunt
dd6efc8b7b
MDL-65915 quiz regrading: refactor some almost duplicate code
2019-06-18 11:37:15 +01:00
Tim Hunt
9a3af544ff
MDL-65915 quiz regrading: better progress information
...
This makes it easier to diagnose problems if the regrade fails in the
middle.
Along the way, I added one un-declared field to the class, and
converted some SQL-construction code to $DB->get_in_or_equal().
I also added the ability to set attributes on the label in
html_writer::checkbox.
2019-06-18 11:37:12 +01:00
Andrew Nicols
dcab557adf
Merge branch 'MDL-65469' of git://github.com/stronk7/moodle
2019-06-18 09:17:35 +08:00
Eloy Lafuente (stronk7)
ca582dc947
Merge branch 'MDL-65869-master' of git://github.com/aanabit/moodle
2019-06-18 00:14:03 +02:00
Eloy Lafuente (stronk7)
e7bf69e057
MDL-65469 mod_forum: Check for existence before operating
2019-06-17 17:14:55 +02:00
Davo Smith
74ddcaaa6f
MDL-64811 mod_assign: warn about 'Default group' submissions
2019-06-17 16:01:47 +01:00
Andrew Nicols
0f2b29242e
Merge branch 'MDL-65469-master' of git://github.com/peterRd/moodle
2019-06-17 14:18:40 +08:00
Peter
9c3e3a904b
MDL-65469 mod_forum: Use the formchange checker initializer
2019-06-17 12:29:48 +08:00
Andrew Nicols
e29530fe3c
Merge branch 'MDL-65888-master' of git://github.com/mudrd8mz/moodle
2019-06-17 10:48:34 +08:00
Sara Arjona
c128ccc142
MDL-57487 course: final deprecation external::get_activities_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
f65075f10f
MDL-57487 mod_scorm: deprecate strings used in xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
9e2101a206
MDL-57487 mod_scorm: final deprecation xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
c023ce5873
MDL-57487 mod_quiz: deprecate strings used in xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
a1bf1b04a5
MDL-57487 mod_quiz: final deprecation xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
06c645a712
MDL-57487 mod_lesson: deprecate strings used in xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
18c1fdbb77
MDL-57487 mod_lesson: final deprecation xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
d4def03e98
MDL-57487 mod_forum: deprecate strings used in xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
b18015c687
MDL-57487 mod_forum: final deprecation xxx_print_overview
...
Apart from deprecating forum_print_overview, the following method
has been also deprecated because it's not used anymore:
- forum_filter_user_groups_discussions
2019-06-14 17:42:59 +02:00
Sara Arjona
99a80e133a
MDL-57487 mod_choice: deprecate strings used in xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
ec22b5ed91
MDL-57487 mod_choice: final deprecation xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
c50f6c6bfd
MDL-57487 mod_choice: final string deprecation for skipresultgraph
...
The final skipresultgraph should be done in 3.4 because it was
deprecated in 3.0 in MDL-49811.
2019-06-14 17:41:18 +02:00
Sara Arjona
cd1d59a974
MDL-57487 mod_chat: final deprecation xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
2af4a2c193
MDL-57487 mod_assign: deprecate strings used in xxx_print_overview
2019-06-14 17:41:18 +02:00
Sara Arjona
375e2ecea0
MDL-57487 mod_assign: final deprecation xxx_print_overview
...
Apart from deprecating assign_print_overview , the following methods
have been also deprecated because they are not used anymore:
- assign_get_mysubmission_details_for_print_overview
- assign_get_grade_details_for_print_overview
2019-06-14 17:41:18 +02:00