Eloy Lafuente (stronk7)
e8a92a981f
NOBUG: Fixed SVG browser compatibility
2019-05-01 00:29:18 +02:00
Eloy Lafuente (stronk7)
47e2a56400
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-05-01 00:29:17 +02:00
Sara Arjona
d5e084bcb6
MDL-5311 qtype_multichoice: replace label to a for clean button
...
To avoid behat errors with Firefox, the 'Clean my choice' has been
changed from label to link (with role button).
2019-04-30 20:47:33 +02:00
Ryan Wyllie
30513f9740
MDL-65033 mod_forum: Modified sort sql for cross db support
2019-04-30 20:47:30 +02:00
Jake Dallimore
26a94308ee
Merge branch 'MDL-65276-master' of git://github.com/lameze/moodle
2019-04-30 20:47:26 +02:00
Adrian Greeve
f50b98dbe4
Merge branch 'MDL-64906_hideif_mod' of git://github.com/davosmith/moodle
2019-04-30 20:47:22 +02:00
Andrew Nicols
36639ba84e
Merge branch 'MDL-63137' of git://github.com/stronk7/moodle
2019-04-30 20:47:18 +02:00
Eloy Lafuente (stronk7)
41b81d5996
MDL-63137 mod_feedback: discern between user or id better
...
is_int('1') => false, so better we invert the check that is safer.
2019-04-30 20:47:15 +02:00
Eloy Lafuente (stronk7)
f991482446
MDL-65348 lang string: updating an outdated lang string
2019-04-30 20:47:11 +02:00
Eloy Lafuente (stronk7)
557c9679d9
Merge branch 'MDL-65257_master' of git://github.com/markn86/moodle
2019-04-30 20:47:08 +02:00
Eloy Lafuente (stronk7)
0686416663
Merge branch 'MDL-65436-master' of git://github.com/sarjona/moodle
2019-04-30 20:47:04 +02:00
Eloy Lafuente (stronk7)
dfb1a3b00e
Merge branch 'MDL-57900_master' of git://github.com/dmonllao/moodle
2019-04-30 20:47:01 +02:00
Eloy Lafuente (stronk7)
79c0e53683
Merge branch 'MDL-65348_master' of git://github.com/dmonllao/moodle
2019-04-30 20:46:57 +02:00
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
Juan Leyva
8c5850a501
MDL-65141 tool_mobile: Return all the language translations
2019-04-30 14:30:51 +02:00
Juan Leyva
f72a482843
MDL-65423 tool_mobile: Fix incorrect option value
2019-04-30 13:38:38 +02:00
Jun Pataleta
1b3a6e7762
MDL-29320 user: Make email query case-insensitive
2019-04-30 16:19:20 +08:00
Jun Pataleta
5a158f82bb
MDL-29320 admin: Improve test for multiple accounts with same email
...
* Use Scenario Outlines
* More coverage:
- Test for email case-sensitivity
- Updating user profile as admin
- Updating own user profile
2019-04-30 16:19:14 +08:00
Jun Pataleta
feb154d8b2
MDL-29320 user: Remove @javascript tag for add new user behat test
...
* It's not necessary and will improve Behat execution time
2019-04-30 14:54:01 +08:00
Tobias Reischmann
c887373738
MDL-63959 mod_feedback: Add phpunit tests for get_pages in completion
2019-04-30 07:56:29 +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
Jonathon Fowler
b2512618f1
MDL-65445 qtype_ddwtos: reposition draggables when the drops move
2019-04-30 12:43:21 +10:00
AMOS bot
fde828db5f
Automatically generated installer lang files
2019-04-30 00:12:17 +00:00
Zoltán Szarvas
5b8d533067
MDL-63959 mod_feedback: Fixed nested dependency handling
...
For example the dependecy chain is the following: A->B->C. When a
question (A) depends on another dependent item (B) and B hasn't
displayed (because of C's response), the $value for the B's response
will be null. In this case the can_see_item() method returned
null. Because the can_see_item() returned null (not false), the
get_pages() method displayed the question A, because it checks for
explicit false: $this->can_see_item($item) !== false.
Now, false is also returned, if the dependent question is not visible.
2019-04-29 18:27:51 +02: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