Eloy Lafuente (stronk7)
70f3393fe0
Merge branch 'MDL-63137-master' of git://github.com/aanabit/moodle
2019-04-30 20:46:53 +02:00
David Monllaó
0b31a696f0
Merge branch 'MDL-65033-master2' of git://github.com/peterRd/moodle
2019-04-30 20:46:50 +02:00
Jun Pataleta
8f7bb541ad
Merge branch 'MDL-65279-master' of https://github.com/tkorner/moodle
2019-04-30 20:46:46 +02:00
Juan Leyva
bfae6ca704
MDL-65212 course: Return custom fields in WS
...
External function core_course_external::get_courses_by_field was not returning custom course fields.
2019-04-30 15:19:45 +02:00
Ryan Wyllie
c32af3a710
MDL-65446 admin: fix admin email option for cli install
2019-04-30 13:29:56 +08:00
Jake Dallimore
3edac09063
MDL-65169 core_message: user search respects profile visibility
...
Two modes of visibility checking are supported, depending on the value
of the 'messagingallusers' site setting (site-wide messaging):
- If site-wide messaging is enabled, a user may only be returned in
search results if the searching user can view their profile somewhere
(either the site profile or any course profile).
- If site-wide messaging is disabled, a user may only be returned in
search results if the searching user shares a course with them and can
view their course profile in the shared course.
2019-04-30 11:25:46 +08:00
Ryan Wyllie
8673975999
MDL-65388 mod_book: format plugin file urls when printing book
2019-04-30 10:45:01 +08:00
AMOS bot
fde828db5f
Automatically generated installer lang files
2019-04-30 00:12:17 +00:00
David Monllaó
352ab7464e
MDL-65348 analytics: Upcoming periodic from time()
2019-04-29 16:51:04 +02:00
Shamim Rezaie
f8c31abad0
MDL-53140 forms: Implement validateSubmitValue for the group element
...
The group element needs to call validateSubmitValue() for all of its
containing elements.
2019-04-29 23:43:11 +10:00
Shamim Rezaie
4d0ac716bc
MDL-53140 behat: Allow language customisation in behat
2019-04-29 23:43:11 +10:00
Shamim Rezaie
13230ed7f3
MDL-53140 core: Introduced PARAM_LOCALISEDFLOAT
2019-04-29 23:43:11 +10:00
Marina Glancy
f82c9d8d06
MDL-65217 form: option to randomise element ids
2019-04-29 14:23:27 +02:00
Marina Glancy
521989ec56
MDL-65217 form: id for error area
2019-04-29 14:23:27 +02:00
Marina Glancy
086aa543b9
MDL-65217 form: allow to pass attributes to course element
2019-04-29 14:23:27 +02:00
Ruslan Kabalin
91a485a040
MDL-65217 core_form: use defined element id for filemanager.
...
Removing unnamed input element (was introduced in ce47962
), this has no
purpose apart of being label destination.
2019-04-29 14:23:27 +02:00
Ruslan Kabalin
0ceb6751aa
MDL-65217 core_form: use uniqie element ids in listing.
2019-04-29 14:23:26 +02:00
Ruslan Kabalin
54e067dd47
MDL-65217 core_form: use uniqie element id in filepicker
2019-04-29 14:23:26 +02:00
Peter
cda9da9907
MDL-65033 mod_forum: Move locked functionality into action menu
...
Moved the lock functionality into the menu which exposes it to the
discussion list
2019-04-29 19:15:42 +08:00
Sara Arjona
50255ba981
MDL-65436 message: fix error while upgrading legacy self-conversations
...
Delete self-messages from the legacy message_read table once they
are migrated.
2019-04-29 11:53:56 +02:00
David Mudrák
234b37046f
MDL-65397 lang: Use the new strings in Behat scenarios
2019-04-29 11:47:10 +02:00
Helen Foster
f1264719f4
MDL-65397 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* direct:view,gradeimport_direct - wording corrected from 'CSV' to
'spreadsheet'
* limitanswers_help,mod_choice - additional wording added explaining how
the setting works with groups
* pluginname,customfield_text - 'Text field' plugin renamed to
'Short text'
2019-04-29 11:46:26 +02:00
Peter
d3cac88dac
MDL-65033 mod_forum: Testing updates
...
Testing and code updates after rebase
2019-04-29 16:30:50 +08:00
Peter
279128bbc2
MDL-65033 mod_forum: Update existing function to include starring params
2019-04-29 16:28:33 +08:00
Peter
ac91531670
MDL-65033 mod_forum: Accessibility updates
2019-04-29 16:27:04 +08:00
Peter
13cd05ac14
MDL-65033 mod_forum: Pass the favourites into the exporter
...
Query and pass the favouriting information into the exporter instead of within the exporter itself
2019-04-29 16:27:04 +08:00
Peter
8885cd573a
MDL-65033 mod_forum: Feedback updates
2019-04-29 16:27:04 +08:00
Peter
309e869827
MDL-65033 mod_forum: Externallib tests
2019-04-29 16:22:04 +08:00
Peter
24962ee1d7
MDL-65033 mod_forum: Hook up the pin toggle via AJAX
2019-04-29 16:21:14 +08:00
andrewnicols
25a97f99a9
MDL-65033 mod_forum: Toggle pin state via ajax
2019-04-29 16:16:15 +08:00
andrewnicols
34e2f9c0c2
MDL-65033 mod_forum: pin_toggle js
2019-04-29 16:14:13 +08:00
andrewnicols
a726053616
MDL-65033 mod_forum: Set pin state external service
2019-04-29 16:14:13 +08:00
Peter
27ca632f5d
MDL-65033 mod_forum: Fix up the unit tests
2019-04-29 16:10:00 +08:00
Peter
bf20111664
MDL-65033 mod_forum: incorporate the new icons into the UI
2019-04-29 16:10:00 +08:00
barbararamiro
52d5487219
MDL-65033 mod_forum: New star icons
2019-04-29 16:10:00 +08:00
Peter
897ac0de9e
MDL-65033 mod_forum: Behat and unit tests for favouriting
2019-04-29 16:10:00 +08:00
Peter
e7e6a72164
MDL-65033 mod_forum: Add a new menu dropdown to the forum list
...
* Add new dropdown
* Pass the pinned discussion URL
* Add a new template for the pinned html
2019-04-29 16:08:30 +08:00
Peter
99bda8a7ff
MDL-65033 mod_forum: Favouriting in forum
...
Modify the discussion vault to take into account the favourite sql and also sort by favourite
2019-04-29 16:08:30 +08:00
David Monllaó
a89077e49f
MDL-57900 analytics: Site info settings
2019-04-29 09:29:03 +02:00
Mark Nelson
5221be53da
MDL-65257 message_email: apply filters to course and group names
2019-04-29 15:20:29 +08:00
Jake Dallimore
fa1d3dff72
Merge branch 'MDL-5311-master' of git://github.com/lameze/moodle
2019-04-29 15:19:31 +08:00
Simey Lameze
2589dcea7b
MDL-5311 qtype_multichoice: make clear choice option accessible
...
Thanks to Damyon for the help with accessibility.
2019-04-29 15:16:08 +08:00
Simey Lameze
9064f17bbc
MDL-5311 qtype_multichoice: add php unit tests for the new option
2019-04-29 15:14:38 +08:00
Simey Lameze
1ff3987600
MDL-5311 qtype_multichoice: add behat scenario to question preview
2019-04-29 15:14:38 +08:00
Simey Lameze
3c1717bb09
MDL-5311 qtype_multichoice: add a bit of styling to the option
2019-04-29 15:14:34 +08:00
Mark Nelson
aa0792484e
MDL-65257 message_email: add images to digest
2019-04-29 15:01:30 +08:00
Sara Arjona
bef6805656
Merge branch 'MDL-64702-master' of git://github.com/damyon/moodle
2019-04-29 08:34:21 +02:00
Adrian Greeve
5d57265abf
Merge branch 'MDL-36088-master' of https://github.com/lethevinh/moodle
2019-04-29 14:12:53 +08:00
Simey Lameze
f6a778497e
MDL-5311 qtype_multichoice: add clear my choice option
2019-04-29 14:04:51 +08:00
Jake Dallimore
31d3c76602
MDL-65169 core_message: add behat step allowing searching for a string
...
New step: 'I search for "xx" in messaging'.
2019-04-29 13:45:52 +08:00