Eloy Lafuente (stronk7)
d82567eb7f
Merge branch 'MDL-63020_35' of git://github.com/timhunt/moodle into MOODLE_35_STABLE
2018-09-24 17:40:10 +02:00
AMOS bot
a0f1d5f0eb
Automatically generated installer lang files
2018-09-22 00:07:34 +00:00
Paul Holden
e273e709bf
MDL-60028 enrol: fix counting of enrolled users in a given context.
...
Previously users enrolled in a course via multiple enrolment methods
would be counted multiple times.
2018-09-21 10:21:42 +01:00
Tim Hunt
ade905e248
MDL-63020 ddl: fix nullable unique indexes in OCI and MS SQL
...
This works-around the default non-standard behaviour of these DB engines.
2018-09-20 17:50:28 +01:00
Tim Hunt
8f76f17fc6
MDL-63020 xmldb: Improve PHPdoc comments for better IDE autocomplete
2018-09-20 17:50:26 +01:00
Luca Bösch
a93eb1182e
MDL-62717 forum: Create announcements forum with HTML format intro.
2018-09-20 17:47:20 +02:00
Markku Riekkinen
e4099493ca
MDL-61981 filter_mathjaxloader: add unit tests
2018-09-20 15:44:38 +03:00
Markku Riekkinen
71d3c750eb
MDL-61981 filter_mathjaxloader: nested math environments
...
The MathJax filter used to break mathematics if inline math was
used inside display math. Nolink spans were added around
the inline math even though it was nested inside another math
environment. This fix is aware of the nesting so that the spans
may be inserted only at the outer math environment. No regular
expressions are used because they do not support detecting
arbitrary, unlimited nesting of parentheses in the text, which
is now needed.
2018-09-20 15:44:02 +03:00
Eloy Lafuente (stronk7)
02a31d5f96
weekly release 3.5.2+
2018-09-20 12:12:10 +02:00
Eloy Lafuente (stronk7)
906525ce89
MDL-63346 nodejs: Bump to created from scratch shrinkwrap file
...
Steps:
- remove node_modules & npm-shrinkwrap.json
- npm cache clear --force
- npm install
- npm shrinkwrap
2018-09-20 10:52:41 +02:00
Eloy Lafuente (stronk7)
9a74362a48
MDL-63346 travis: GRUNT job immune to npm-shrinkwrap.json changes
...
When upgrading nodejs/npm versions, there are modifications to
different packages or to the format of the npm-shrinkwrap.json
file. Usually that leads to failed jobs untill the bundled file
is updated.
To avoid that, we just ignore the npm-shrinkwrap.json file, so
just the REAL modifications in css/js/ignore stuff are considered.
2018-09-20 10:47:50 +02:00
David Monllao
8682e82694
Merge branch 'MDL-63140-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
2018-09-19 13:31:16 +02:00
Shamim Rezaie
eeef0230ef
MDL-63140 mod_glossary: Check if the module is visible to the user
2018-09-19 21:27:54 +10:00
Shamim Rezaie
71ae8603f5
MDL-63140 mod_glossary: Add userid param to glossary calendar callbacks
2018-09-19 21:27:54 +10:00
David Monllao
de8c8a4f81
Merge branch 'MDL-63135-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
2018-09-19 13:13:10 +02:00
Eloy Lafuente (stronk7)
d2bceb2031
Merge branch 'MDL-63116-35-1' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-09-18 23:48:12 +02:00
Mihail Geshoski
9f1fd9955a
MDL-61908 privacy: Fix heading in data privacy pages
2018-09-18 18:51:14 +02:00
Eloy Lafuente (stronk7)
9093ace988
Merge branch 'MDL-63109-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-09-18 18:32:04 +02:00
David Monllao
7c0ecc11e7
Merge branch 'MDL-63138-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
2018-09-18 16:41:29 +02:00
David Monllao
4e6ec59f8c
Merge branch 'MDL-63139-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
2018-09-18 16:38:00 +02:00
David Monllao
a266d8a24f
Merge branch 'MDL-63117-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
2018-09-18 16:34:30 +02:00
David Monllao
1d67ef4cc7
Merge branch 'MDL-63333_35' of git://github.com/markn86/moodle into MOODLE_35_STABLE
2018-09-18 12:18:54 +02:00
Mihail Geshoski
39116eeac9
MDL-63109 privacy: Add behat tests
2018-09-18 15:07:23 +08:00
Mihail Geshoski
60e45d8e0d
MDL-63109 privacy: Fix the initialisation of the policy acceptance modal
2018-09-18 15:04:46 +08:00
Jun Pataleta
3135d3f048
Merge branch 'm35_MDL-63319_MySQL_MSSQL_Rename_Field_Reserved_Word' of https://github.com/scara/moodle into MOODLE_35_STABLE
2018-09-18 14:08:53 +08:00
Tim Schroeder
f7035a839d
MDL-63119 calendar: now showing event end in modal
...
When clicking on an event in the month view, a modal opens with
information about it. That modal did previously only show the start time
of the event. It now also shows the end (if the event has one).
2018-09-18 13:41:43 +08:00
Damyon Wiese
ffdc051c71
MDL-62930 theme_boost: Remove custom-select styles
...
These styles cause the custom select fields to overlap their containers. See the license field in the file picker single file info dialogue for an example.
2018-09-18 08:42:35 +08:00
Eloy Lafuente (stronk7)
aa5c98350f
Merge branch 'MDL-58781_35' of https://github.com/aanabit/moodle into MOODLE_35_STABLE
2018-09-17 23:43:22 +02:00
Eloy Lafuente (stronk7)
206285819c
Merge branch 'MDL-63009-35' of git://github.com/mickhawkins/moodle into MOODLE_35_STABLE
2018-09-17 23:30:41 +02:00
Eloy Lafuente (stronk7)
31867d8880
Merge branch 'MDL-63184-35-2' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-09-17 23:11:36 +02:00
Eloy Lafuente (stronk7)
d4e17846f6
Merge branch 'MDL-63371_35' of git://github.com/timhunt/moodle into MOODLE_35_STABLE
2018-09-17 23:09:28 +02:00
Eloy Lafuente (stronk7)
e34e5486cf
Merge branch 'MDL-63354-35' of https://github.com/HuongNV13/moodle into MOODLE_35_STABLE
2018-09-17 23:06:47 +02:00
Jun Pataleta
d283cf2cee
MDL-63184 tool_dataprivacy: Ensure PO roles have correct capability
2018-09-17 22:35:23 +08:00
David Monllao
3a832ad75e
Merge branch 'MDL-62554-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-09-17 13:45:50 +02:00
Eloy Lafuente (stronk7)
9cab25219d
Merge branch 'MDL-63215-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
2018-09-17 10:43:07 +02:00
Mark Nelson
ff5ec88a55
MDL-63333 core: removed unused setting 'messaginghidereadnotifications'
2018-09-17 10:04:55 +08:00
Mihail Geshoski
996090515e
MDL-63116 privacy: Add bulk actions to the privacy request table
2018-09-17 08:19:28 +08:00
Mihail Geshoski
6d682a5e5f
MDL-63116 privacy: Add behat tests
2018-09-17 08:19:28 +08:00
Mihail Geshoski
b7c157aeb2
MDL-63116 privacy: Add unit tests
2018-09-17 08:19:27 +08:00
Michelle Melton
5e1b7e4d28
MDL-63215 block_rss_client: Escaping tags in RSS entries
2018-09-16 23:47:36 +02:00
Matteo Scaramuccia
d408738313
MDL-63319 ddl: Added getRenameFieldSQL() coverage
2018-09-14 22:43:03 +02:00
Matteo Scaramuccia
3702ecbe48
MDL-63319 ddl: Improved rename_field() coverage
...
DB API should allow to rename fields, including renaming
those columns named using a reserved word.
2018-09-14 22:43:03 +02:00
Matteo Scaramuccia
6e73318877
MDL-63319 ddl: MSSQL should rename reserved words
2018-09-14 22:36:31 +02:00
Matteo Scaramuccia
d3931b12d2
MDL-63319 ddl: MySQL should rename reserved words
2018-09-14 22:36:31 +02:00
Tim Hunt
8f95b79590
MDL-63371 question: USE_RAW_DATA case in check_qt_var_name_restrictions
2018-09-14 16:44:31 +01:00
Amaia Anabitarte
f426155996
MDL-58781 mod_feedback: Inconsistency in analysis exported to excel
2018-09-14 12:37:17 +02:00
Shamim Rezaie
a7ee1a75e5
MDL-63143 mod_lesson: Check if the module is visible to the user
2018-09-14 20:35:43 +10:00
Shamim Rezaie
a756b01f52
MDL-63143 mod_lesson: Add userid param to mod_lesson calendar callbacks
2018-09-14 20:35:43 +10:00
Eloy Lafuente (stronk7)
9c1fc95578
weekly release 3.5.2+
2018-09-14 11:06:55 +02:00
Shamim Rezaie
5e8396aa71
MDL-63142 mod_label: Check if the module is visible to the user
2018-09-14 17:55:57 +10:00