Marina Glancy
ce3f804683
MDL-61996 core: when loggedin always check user is complete
2018-05-09 02:55:55 +02:00
Eloy Lafuente (stronk7)
57ea6753d3
MDL-62361 versions: bump all versions and requires near release
...
version = 2018051400 release version
requires= 2018050800 current beta+ (week4roll1) version
2018-05-09 02:46:30 +02:00
Andrew Nicols
1144ae255f
Revert "MDL-61876 admin: set default forceclean=1"
...
This reverts commit c182f060fa
.
2018-05-08 13:28:12 +08:00
Andrew Nicols
e3a1b34376
Revert "MDL-61876 admin: for upgraded sites keep forceclean=0"
...
This reverts commit 7529031368
.
2018-05-08 13:28:09 +08:00
Eloy Lafuente (stronk7)
d0ce3439fe
Merge branch 'wip-MDL-61876-fix' of https://github.com/marinaglancy/moodle
2018-05-07 19:15:28 +02:00
David Monllao
775db1409e
Merge branch 'MDL-62326-master' of git://github.com/andrewnicols/moodle
2018-05-07 12:09:40 +02:00
Andrew Nicols
aad32d11f5
MDL-62326 core_antivirus: Implement null provider
2018-05-07 14:31:14 +08:00
Andrew Nicols
c9b29e6b98
Merge branch 'MDL-62171-master' of git://github.com/bmbrands/moodle
2018-05-07 13:10:34 +08:00
Marina Glancy
8852faea91
MDL-61876 modules: cm_info::set_content can accept formatted text
...
Allow modules to apply format_text() on user input before calling cm_info::set_content(). This is useful for
modules that add interactive content (for example, JS enhanced folder tree). Otherwise all javascript would
be removed if $CFG->forceclean is enabled.
2018-05-07 11:27:56 +08:00
Michael Hawkins
910b62a3d0
MDL-61973 editor_atto: refactoring media icons
2018-05-07 11:21:40 +08:00
Marina Glancy
7529031368
MDL-61876 admin: for upgraded sites keep forceclean=0
2018-05-04 15:55:45 +08:00
Jake Dallimore
209f6e1eda
Merge branch 'MDL-61407-master' of git://github.com/andrewnicols/moodle
2018-05-04 11:50:26 +08:00
Andrew Nicols
2cae92c6c3
Merge branch 'MDL-62218-master' of git://github.com/ryanwyllie/moodle
2018-05-04 11:11:14 +08:00
Andrew Nicols
67e2ee0b65
Merge branch 'wip-MDL-61876-master' of git://github.com/marinaglancy/moodle
2018-05-04 08:03:48 +08:00
Eloy Lafuente (stronk7)
6c0b4929c6
Merge branch 'MDL-62315-master-privacycoreform' of git://github.com/mudrd8mz/moodle
2018-05-03 23:40:37 +02:00
Eloy Lafuente (stronk7)
3149bea2c4
Merge branch 'MDL-61800-master' of git://github.com/andrewnicols/moodle
2018-05-03 23:27:51 +02:00
David Mudrák
fa7297aff0
MDL-62315 form: Implement the privacy API for core_form subsystem
...
Forms subsystem has no own database table. The only personal data is the
user preference 'filemanager_recentviewmode' that stores the view mode
of the file picker element.
It was discussed whether handling of this preference should be added
here into core_form, or rather into core_repository subsystem. The final
decision was to consider the preference as owned by the core_form
because it is affecting the display of a form element, not the
repository backend (even though the strings describing it had been put
into core_repository strings).
2018-05-03 19:05:39 +02:00
David Monllao
6474044464
Merge branch 'MDL-62227-master' of git://github.com/bmbrands/moodle
2018-05-03 15:49:43 +02:00
David Monllao
97b0a6cbfc
MDL-62218 analytics: Privacy API implementation
2018-05-03 15:28:22 +02:00
Andrew Nicols
545e2b4ec7
Merge branch 'MDL-62240-master' of git://github.com/sarjona/moodle
2018-05-03 18:57:28 +08:00
Bas Brands
ae0629d284
MDL-62171 Theme boost: modal accessibility focus
2018-05-03 11:54:26 +02:00
Sara Arjona
7a3707797d
MDL-62240 privacy: Avoid error when path is higher than allowed
...
A new method shorten_filenames has been added to moodlelib.
2018-05-03 09:16:13 +02:00
Andrew Nicols
76cb5a56ea
MDL-62240 file: Add includehash to shorten_filename + unit tests
2018-05-03 08:27:12 +02:00
Andrew Nicols
bacaac3a12
Merge branch 'wip-MDL-62312-master' of git://github.com/marinaglancy/moodle
2018-05-03 11:09:23 +08:00
Jake Dallimore
bb35eb7da7
Merge branch 'MDL-62280-master' of git://github.com/andrewnicols/moodle
2018-05-03 10:52:48 +08:00
Marina Glancy
3127fe10b8
MDL-62312 course: Move core_publish renderer methods to course renderer
2018-05-03 10:08:37 +08:00
Jun Pataleta
3cfbce12a6
MDL-62312 admin: Move moodleorg_registration_message to admin renderer
2018-05-02 23:41:59 +08:00
Andrew Nicols
cc98914e85
MDL-61407 question: Allow formatters to ignore caps
2018-05-02 19:13:30 +08:00
David Monllao
cee06411b5
MDL-62218 mlbackend: Null privacy providers for core mlbackends
2018-05-02 11:14:33 +02:00
Andrew Nicols
cd305dc26b
MDL-61800 task: Reset the OUTPUT and PAGE on execution
2018-05-02 11:57:13 +08:00
Andrew Nicols
39b17e9933
Merge branch 'wip-MDL-62138-master' of git://github.com/marinaglancy/moodle
2018-05-01 11:46:27 +08:00
Andrew Nicols
3dd3ed3af2
MDL-62280 xhprof: Support tideways_xhprof
2018-05-01 11:02:27 +08:00
Bas Brands
c3f2290d11
MDL-62227 lib_form: add .alert-warning to unstyled alert
2018-04-26 18:06:02 +02:00
David Monllao
7dc966479c
Merge branch 'MDL-62069-master' of git://github.com/bmbrands/moodle
2018-04-26 15:49:26 +02:00
Bas Brands
716b5ffa09
MDL-62069 Theme boost: force 100% width on accepted filetypes
2018-04-26 13:17:26 +02:00
Andrew Nicols
c8fc9c61a2
Merge branch 'MDL-61944-master' of git://github.com/cescobedo/moodle
2018-04-26 08:17:24 +08:00
Eloy Lafuente (stronk7)
e971596371
Merge branch 'MDL-62181-master-enfix' of git://github.com/mudrd8mz/moodle
2018-04-25 19:09:35 +02:00
David Monllao
969d649b79
Merge branch 'MDL-62160-master' of git://github.com/bmbrands/moodle
2018-04-25 18:10:13 +02:00
cescobedo
30e44bfcc4
MDL-61944 tool_mobile: Implement Privacy API
2018-04-25 15:33:50 +02:00
Bas Brands
e58362ed1e
MDL-62160 Theme boost: center buttons on notification popup
2018-04-25 10:18:36 +02:00
Helen Foster
970c1a4bf1
MDL-62181 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* sitepolicies, core_admin - 'Site policies' changed to 'Site security
settings'
* processexpirationstask, enrol_paypal - more explanatory name
* sitepolicy_help and sitepolicyguest_help, core_admin - setting will
only have an effect if the site policy handler is set to default
* sitepolicyhandler_desc,core_admin - improved wording
* pathtodot_help, core_admin - Windows and Mac paths
* debugstringids_desc, core_admin - improved explanation
2018-04-24 22:05:30 +02:00
sam marshall
acaeb5ec41
MDL-61028 core_search: Fix SELECT bug affecting Oracle
2018-04-24 15:48:40 +02:00
Eloy Lafuente (stronk7)
5e488f8c22
MDL-61657 block_myoverview: whitespace and css-style fixes
2018-04-23 23:35:17 +02:00
Bas Brands
c8cc25caba
MDL-61657 block_myoverview: implement course images for the myoverview block
2018-04-23 23:21:06 +02:00
Eloy Lafuente (stronk7)
4450d19ae1
Merge branch 'MDL-62023-master' of git://github.com/bmbrands/moodle
2018-04-23 18:15:41 +02:00
David Monllao
590c774d37
Merge branch 'MDL-62042-master' of https://github.com/sammarshallou/moodle
2018-04-23 16:07:37 +02:00
David Monllao
c5a8065258
Merge branch 'MDL-61028-master' of https://github.com/sammarshallou/moodle
2018-04-23 13:09:53 +02:00
David Monllao
74d0a7f975
Merge branch 'MDL-62047-master' of git://github.com/andrewnicols/moodle
2018-04-23 11:58:28 +02:00
Bas Brands
03b06309e2
MDL-62023 theme: Add bootstrap 4 classes to performance info cards
2018-04-23 11:17:33 +02:00
Marina Glancy
dde3d58eb1
MDL-62138 core: remove core_register and core_publish
...
These components have no classes and no strings and have no purspose. Component core_hub is responsible
for storing data, defining classes and strings for site registration and course publishing
This also reverts MDL-61945
2018-04-23 13:17:12 +08:00