Jun Pataleta
19d8da7561
Merge branch 'MDL-51177-master' of git://github.com/andrewnicols/moodle
2018-09-12 13:30:39 +08:00
Andrew Nicols
3951d50a89
MDL-51177 core: Ignore built files in stylelint
2018-09-12 12:36:19 +08:00
Andrew Nicols
6e1008ddd0
MDL-51177 atto_html: Import htmlplus functionality
2018-09-12 10:12:15 +08:00
Jun Pataleta
d784584243
Merge branch 'MDL-63231-set-default-value-for-int-param-MOODLE_Master' of https://github.com/guillalva06/moodle
2018-09-12 10:00:01 +08:00
Jun Pataleta
82585098f8
Merge branch 'MDL-50314_master' of git://github.com/do-you-even-curl/moodle
2018-09-12 09:44:36 +08:00
Eloy Lafuente (stronk7)
db5057d7bd
Merge branch 'MDL-63130_master' of git://github.com/markn86/moodle
2018-09-11 23:55:00 +02:00
Eloy Lafuente (stronk7)
6625cff604
Merge branch 'MDL-63136-master' of git://github.com/rezaies/moodle
2018-09-11 23:52:02 +02:00
Eloy Lafuente (stronk7)
cbfc6b3f3f
Merge branch 'MDL-62528-master' of git://github.com/bmbrands/moodle
2018-09-11 23:02:40 +02:00
Guillermo Alvarez
e0dac0f4d7
MDL-63231 filepicker: Skype validation for null values
...
In file_get_all_files_in_draftarea function an integer could get
a null value so it is necessary to execute this function only
when is called with a valid integer value.
2018-09-11 09:03:23 -05:00
Jun Pataleta
f239f97d34
Merge branch 'wip-MDL-62520_MASTER' of https://github.com/jason-platts/moodle
2018-09-10 16:22:48 +08:00
Tim Schroeder
3a33d51497
MDL-50314 mod_quiz: removed hardcoded export columns
...
* The columns 'institution', 'department' and 'email' are no longer
automatically included in all quiz result exports.
* These columns can still be used, but have to be configured under
'showuseridentity'.
2018-09-07 14:18:25 +02:00
Shamim Rezaie
eb4c801cef
MDL-63136 mod_data: Check if the module is visible to the user
2018-09-07 17:40:29 +10:00
Shamim Rezaie
362f9e7c61
MDL-63136 mod_data: Add userid param to mod_data calendar callbacks
2018-09-07 17:40:16 +10:00
Jun Pataleta
6e2e63457e
weekly release 3.6dev
2018-09-07 11:10:02 +08:00
Jun Pataleta
0fb5aa730c
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2018-09-07 11:09:47 +08:00
Mark Nelson
8a261177f7
MDL-63130 core_message: add unit test
2018-09-06 18:16:33 +08:00
Pavel Sokolov
f88cc4ccae
MDL-63130 message: message_count_unread_message counts sent messages
2018-09-06 18:16:06 +08:00
David Mudrák
5e2236a2f0
MDL-60820 workshop: Fix default value of submissiontypefile
2018-09-05 11:29:53 +02:00
Jake Dallimore
c96c9601af
MDL-62947 mod_feedback: fix feedback so it correctly uses forms API
...
Feedback code was doing the following, which is incompatible with the
sec-patched quickforms lib:
- appending '[0]' to non-group element names, meaning type checks in
getCleanType() were falling back to PARAM_RAW instead of PARAM_INT,
and meaning _findValue() was comparing elements it thought to be arrays
with scalar submit values (worked with eval() implementation as the 0th
element of a string was the character, but not working when patched).
- external unit tests incorrectly testing multichoice questions in the
process_page tests - patched lib highlighted failures.
It was also doing the following:
- actively setting null as default element values instead of 0 for
radio buttons and dropdowns (for 'not selected'). This is incompatible
with more recent quickforms lib (see MDL-63070).
- creating groups using addElement instead of addGroup - not recommended
This patch addresses the above.
2018-09-05 12:12:20 +08:00
Jake Dallimore
c87010baca
MDL-62947 core_form: fix remote code execution exploit in QuickForms
...
Applies the patch found upstream:
https://github.com/pear/HTML_QuickForm/commit/
d3a6d5c44dedf3c164c6c79198e4ef479bcedcd2 and make util methods static
for php7 compatibility.
2018-09-05 12:12:19 +08:00
AMOS bot
fba3372009
Automatically generated installer lang files
2018-09-05 00:07:20 +00:00
Damyon Wiese
7c05d8a3d2
MDL-62748 course: maxsections is a limit
...
For course formats shipped with core, maxsections should be a limit to the number of sections
allowed in the course.
2018-09-04 22:44:45 +02:00
Mihail Geshoski
f468f6d02a
MDL-62857 theme_boost: Better filtering on navbar / breadcrumbs
2018-09-04 22:44:45 +02:00
Tim Hunt
cb8aefa658
MDL-62880 qtype_ddwtos: drop support for legacy import format
...
It was more than 8 years since we wrote in that format.
2018-09-04 22:44:45 +02:00
Eloy Lafuente (stronk7)
f6cafe495e
Merge branch 'MDL-63249-master-enfix' of git://github.com/mudrd8mz/moodle
2018-09-04 22:34:51 +02:00
Jun Pataleta
d58fd3dcbb
Merge branch 'MDL-60578-master' of git://github.com/jleyva/moodle
2018-09-04 21:18:02 +08:00
David Monllao
acfdb84f3c
Merge branch 'MDL-62342-master' of git://github.com/mihailges/moodle
2018-09-04 14:33:50 +02:00
Juan Leyva
f39d43af41
MDL-60578 mod_feedback: Handle correctly site feedbacks
2018-09-04 14:18:41 +02:00
Marina Glancy
38fefb5cdf
MDL-60578 mod_feedback: pass courseid to WS
2018-09-04 14:18:39 +02:00
David Monllao
3db611ec31
MDL-62347 output: Fix phpdoc param name
2018-09-04 14:08:53 +02:00
David Monllao
72621d23ae
Merge branch 'MDL-62347-master' of git://github.com/bmbrands/moodle
2018-09-04 14:05:41 +02:00
David Monllao
6a98671916
Merge branch 'MDL-60820-master-workshopsubmissiontypes' of git://github.com/mudrd8mz/moodle
2018-09-04 13:07:00 +02:00
David Monllao
ffc4cc9a25
Merge branch 'MDL-62944' of https://github.com/NeillM/moodle
2018-09-04 12:15:36 +02:00
David Monllao
adb8eb9c9c
Merge branch 'MDL-55993-master' of https://github.com/albertolarah/moodle
2018-09-04 10:51:28 +02:00
Helen Foster
24a29d720c
MDL-63249 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* completionpass_help, gradetopassnotset in mod_quiz - grade to pass set
in quiz settings not gradebook
* namecolumnmissing,core_cohort - fixing incorrect message about adding
users to a cohort
2018-09-04 08:40:48 +02:00
Jun Pataleta
8a03a5cba1
Merge branch 'MDL-60901' of git://github.com/stronk7/moodle
2018-09-04 10:17:23 +08:00
Eloy Lafuente (stronk7)
6b4a2b0ea1
Merge branch 'MDL-48846-master' of git://github.com/sarjona/moodle
2018-09-03 23:39:07 +02:00
Eloy Lafuente (stronk7)
4941d2d97d
Merge branch 'MDL-63255-master' of git://github.com/vmdef/moodle
2018-09-03 23:31:00 +02:00
Eloy Lafuente (stronk7)
cf2fea1d25
Merge branch 'MDL-61742-master-inactiveproviders' of git://github.com/mudrd8mz/moodle
2018-09-03 23:23:12 +02:00
Eloy Lafuente (stronk7)
ced7e0efff
Merge branch 'MDL-62848-master-placeholderwidth' of git://github.com/mudrd8mz/moodle
2018-09-03 22:52:31 +02:00
David Monllao
dfc6f782e1
Merge branch 'MDL-38301-master' of git://github.com/junpataleta/moodle
2018-09-03 12:44:50 +02:00
David Monllao
c4aa41ca2f
Merge branch 'MDL-55744-master_atto_should_not_autosave_on_not_loggedin_users' of https://github.com/dravek/moodle
2018-09-03 12:27:25 +02:00
Alberto Lara Hernández
c60f5ae136
Merge branch 'MDL-55993-master' of https://github.com/albertolarah/moodle into MDL-55993-master
2018-09-03 12:18:58 +02:00
Alberto Lara Hernández
96a037f755
MDL-55993 mod_assign: web services don´t set a URL.
2018-09-03 12:18:41 +02:00
David Monllao
f3b4a63f91
Merge branch 'MDL-63238-master' of git://github.com/bmbrands/moodle
2018-09-03 10:36:16 +02:00
Eloy Lafuente (stronk7)
9b92642cf1
MDL-60901 environment: 3.6 requirements
...
Changes include:
- MySQL 5.6 is required.
- PostgreSQL 8.4 is required.
- Oracle 11.2 is required.
- 64bits architecture is recommended.
2018-09-03 10:15:26 +02:00
Víctor Déniz Falcón
b93767f3ee
MDL-63255 core_user: fix harcoded sql table aliases
2018-09-03 06:53:40 +01:00
Mihail Geshoski
2e72392bbf
MDL-62342 privacy: Fix strings used in the consent on behalf modal
2018-09-03 12:53:19 +08:00
Mihail Geshoski
c106d489c5
MDL-62342 privacy: Use singular/plural form in labels
2018-09-03 12:53:19 +08:00
Mihail Geshoski
c69a43f2fc
MDL-56998 blog: Remove associated blog posts when module is deleted
2018-09-03 08:33:38 +08:00