Eloy Lafuente (stronk7)
a15c745936
weekly release 3.5dev
2018-03-22 16:57:05 +01:00
Eloy Lafuente (stronk7)
eae3d88bc9
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2018-03-22 16:57:02 +01:00
cescobedo
adbf7c5a43
MDL-61576 mod_lti: remove allowinstructorcustom in lib/locallib.php
2018-03-22 09:59:30 +01:00
Ankit Agarwal
222595b1f0
MDL-51362 libraries: Remove deprecated admin tool unittest
2018-03-22 15:47:35 +08:00
Jun Pataleta
a20a2ac704
MDL-61718 admin: Make sure city and country columns are not duplicated
...
* Since City/town and Country have been added in $CFG->showuseridentity
since 3.4, we need to exclude the required city and country columns
when fetching the extra columns using get_extra_user_fields().
2018-03-22 13:52:39 +08:00
Jun Pataleta
fa54a1a7e2
Merge branch 'MDL-61678' of git://github.com/stronk7/moodle
2018-03-22 12:33:24 +08:00
Jake Dallimore
a44987a081
Merge branch 'MDL-58179-master-fix' of https://github.com/andrewnicols/moodle
2018-03-22 12:05:29 +08:00
Andrew Nicols
195480e9d7
MDL-58179 mod_lesson: Add missing : in labels
2018-03-22 11:59:52 +08:00
Andrew Nicols
532ecef010
Merge branch 'MDL-61530-master' of git://github.com/andrewnicols/moodle
2018-03-22 11:49:09 +08:00
Renaat Debleu
e44e67d725
MDL-61530 mod_glossary: import_entries.feature needs @_file_upload tag
2018-03-22 11:44:36 +08:00
Jun Pataleta
a9d98d5029
Merge branch 'MDL-52989-master' of git://github.com/junpataleta/moodle
2018-03-22 11:29:56 +08:00
Jun Pataleta
9ce10f2f2f
MDL-52989 mod_lesson: Fix typo in feature description
2018-03-22 11:27:24 +08:00
Jun Pataleta
edf88a3bb3
Merge branch 'MDL-61514-master' of git://github.com/rezaies/moodle
2018-03-22 10:52:53 +08:00
Shamim Rezaie
3b5ae9777d
MDL-61514 Quiz: Fix restore error
...
Include mod/quiz/locallib.php to fix the restore error.
2018-03-22 09:57:35 +11:00
Eloy Lafuente (stronk7)
820a91def3
Merge branch 'MDL-61658-master-allcountrycodes' of git://github.com/mudrd8mz/moodle
2018-03-21 19:36:36 +01:00
David Mudrák
0c98acefc1
MDL-61658 user: Fix displaying of user's country name
...
In these cases we want to use the method get_list_of_countries() to
obtain translated names of all potential country codes. The country code
is already there in the database. So it does not matter if the country
is among those whitelisted in $CFG->allcountrycodes - we want to see its
name anyway.
2018-03-21 18:17:47 +01:00
David Mudrák
60e213470d
MDL-61658 user: Fix parsing of the agedigitalconsentmap setting
...
When parsing and validating the value of the Digital age of consent
(agedigitalconsentmap) field, we want to load all country codes. Not
just the ones whitelisted for drop down menus that users can choose
from.
2018-03-21 18:17:47 +01:00
Juan Leyva
bb14a48851
MDL-60736 tool_mobile: Support session lang in WS
2018-03-21 17:27:33 +01:00
Juan Leyva
e236259d97
MDL-60736 tool_mobile: Return language settings in get_public_config WS
2018-03-21 17:27:29 +01:00
Eloy Lafuente (stronk7)
f6bafa922c
MDL-61410 question: Check we have tags to set to avoid notices
2018-03-21 14:55:39 +01:00
Jake Dallimore
9a2bf09d19
Merge branch 'MDL-59434-master' of https://github.com/sammarshallou/moodle
2018-03-21 10:00:47 +08:00
Andrew Nicols
618b223302
Merge branch 'MDL-61519-master' of https://github.com/andrewnicols/moodle
2018-03-21 09:09:03 +08:00
Andrew Nicols
b30b66c57e
MDL-61519 coursecat: Reset the coursecat cache on enrolment
2018-03-21 09:06:51 +08:00
Andrew Nicols
c06c1a4428
Merge branch 'MDL-61519-master' of https://github.com/MartinGauk/moodle
2018-03-21 08:14:41 +08:00
AMOS bot
fd6078b7eb
Automatically generated installer lang files
2018-03-21 00:05:59 +00:00
Eloy Lafuente (stronk7)
bb0ca2c4a3
Merge branch 'MDL-61605' of https://github.com/timhunt/moodle
2018-03-21 00:24:46 +01:00
Eloy Lafuente (stronk7)
4dca6ab54d
Merge branch 'MDL-61589-master' of git://github.com/rezaies/moodle
2018-03-21 00:21:24 +01:00
Eloy Lafuente (stronk7)
9a79102a4c
Merge branch 'MDL-61410-master' of git://github.com/lameze/moodle
2018-03-20 23:53:28 +01:00
David Monllao
c2e970779d
MDL-53226 search_simpledb: Refine the patch
...
- Clumsy fallback only when there is no full-text search support
- Mimic solr tests
- pgsql tokenization using simple configuration
- workaround for mysql '*' search issue
- total results proper calculation
- SQL server FTS support
- Standarize dml full-text search checkings
- Upgrade note about the new dml method
- Set search_simpledb as default engine if no solr config
2018-03-20 18:49:38 +01:00
Dan Poltawski
b602463f07
MDL-53226 search_simpledb: Use databases full-text search capabilities
2018-03-20 18:33:03 +01:00
David Monllao
2ee2f53021
MDL-53226 search_simpledb: Adding clumsy search
2018-03-20 18:33:03 +01:00
Martin Gauk
ef780a0051
MDL-61519 coursecat: do not cache get_all_children_ids
2018-03-20 13:20:04 +00:00
sam marshall
fc440796e9
MDL-59434 core_search: Alternate result orders including by context
...
Implements a mechanism by which search engines can provide different
result orderings, and implements a 'by location' ordering within the
Solr search engine (available whenever the user starts their search
from within a course or activity).
2018-03-20 12:15:25 +00:00
Juan Leyva
bc694b4761
MDL-61321 mod_feedback: Return all the items responses
...
The WS should receive all the item responses for all the attempts.
2018-03-20 10:36:11 +01:00
Andrew Davidson
e503ec17c0
MDL-61665 calendar: Added missing complete layout call for calendar page
2018-03-20 09:29:11 +00:00
Eloy Lafuente (stronk7)
f61c5f8a95
Merge branch 'MDL-61615-master' of git://github.com/rezaies/moodle
2018-03-20 10:20:11 +01:00
Shamim Rezaie
ae9f5a04b1
MDL-61615 Questions: Only move question categories if there is any
2018-03-20 17:30:21 +11:00
Andrew Nicols
2624bb10e2
Merge branch 'master_MDL-58080' of https://github.com/danmarsden/moodle
2018-03-20 14:08:16 +08:00
Andrew Nicols
3f6ede91aa
Merge branch 'MDL-61519-master' of https://github.com/MartinGauk/moodle
2018-03-20 13:53:36 +08:00
Andrew Nicols
f78a8a52a5
Merge branch 'MDL-58179-master' of https://github.com/lucaboesch/moodle
2018-03-20 13:38:59 +08:00
Eloy Lafuente (stronk7)
b7614ab114
Merge branch 'MDL-61597-master' of git://github.com/andrewnicols/moodle
2018-03-20 02:25:11 +01:00
Andrew Nicols
33dca94573
MDL-61689 phpunit: Be stricter about output during unit tests
...
This change also add fail-on-risky to travis to help pick these up, and
verbosity too.
We only fail on risky during Travis and not during normal output because
developers may want to debug tests.
2018-03-20 08:30:42 +08:00
AMOS bot
4f7bacba82
Automatically generated installer lang files
2018-03-20 00:05:59 +00:00
AMOS bot
bef37b42dc
Automatically generated installer lang files
2018-03-20 00:05:58 +00:00
Eloy Lafuente (stronk7)
b2d941c16f
Merge branch 'MDL-61529-master' of https://github.com/bmbrands/moodle
2018-03-20 00:27:48 +01:00
Luca Bösch
d6076942e3
MDL-58179 lesson: Avoid using span with class "label"
2018-03-19 21:13:11 +01:00
Eloy Lafuente (stronk7)
0fe1ed29d9
Merge branch 'MDL-61615-master' of git://github.com/rezaies/moodle
2018-03-19 11:21:48 +01:00
Simey Lameze
bbd655b4a8
MDL-61410 question: merge course and question tags
2018-03-19 11:45:55 +08:00
Simey Lameze
1796eb181b
MDL-61410 question: fix unit tests failures
2018-03-19 11:45:55 +08:00
Simey Lameze
13596866e7
MDL-61410 question: support course tags on import
2018-03-19 11:45:55 +08:00