Eloy Lafuente (stronk7)
67481bef21
Merge branch 'MDL-63152-master' of git://github.com/rezaies/moodle
2019-03-26 13:28:07 +01:00
Eloy Lafuente (stronk7)
999d8ea517
Merge branch 'MDL-63149-master' of git://github.com/rezaies/moodle
2019-03-26 13:24:59 +01:00
Eloy Lafuente (stronk7)
a43264cc14
Merge branch 'MDL-63151-master' of git://github.com/rezaies/moodle
2019-03-26 13:13:15 +01:00
Sara Arjona
e64a0d0f08
Merge branch 'MDL-64705-master' of git://github.com/jleyva/moodle
2019-03-26 09:14:13 +01:00
Shamim Rezaie
0b23fad474
MDL-65094 registration: don't encourage registration if on localhost
2019-03-26 16:54:19 +11:00
Kiet.Chan
2b27c49aad
MDL-65137 behat: Step "I press...the app" should be able to select image
2019-03-26 10:53:31 +07:00
Brendan Heywood
93ee70824f
MDL-65072 core_lock: Add timeout unit tests
2019-03-26 14:29:16 +11:00
Brendan Heywood
ecbe920656
MDL-65072 core_lock: Locks with a zero timeout return asap
2019-03-26 14:29:16 +11:00
Damyon Wiese
bdba44193d
MDL-65178 competencies: count_competencies fix
...
Fix sql error in course_module_competency::count_competencies() function.
2019-03-26 09:47:09 +08:00
Andrew Nicols
71cbc0550f
MDL-65168 dml: Move preload SQL functions to self-contained class
2019-03-25 23:05:22 +01:00
Juan Leyva
55a081bd87
MDL-64705 notes: Make notes WS return permissions information
...
We need to know some capabilities in order to enable users to manage notes.
2019-03-25 19:01:20 +01:00
Sara Arjona
7896fdf106
Merge branch 'MDL-64615-master' of git://github.com/jleyva/moodle
2019-03-25 18:20:01 +01:00
Sara Arjona
1fa58319e7
Merge branch 'MDL-64658-master' of git://github.com/jleyva/moodle
2019-03-25 15:43:35 +01:00
Juan Leyva
e0695f8764
MDL-64658 files: Support constant to avoid file merging
...
... in file_save_draft_area_files
2019-03-25 14:57:18 +01:00
Sara Arjona
03fa6b48ad
Merge branch 'MDL-64790-master_apidoc_fix' of https://github.com/nicoroeser/moodle
2019-03-25 12:37:54 +01:00
David Mudrák
b29cfc582f
MDL-64996 analytics: Make sure the no_teaching model is trained
...
Due to the bug, the no_teaching model might have been marked as
not-trained in the database. Static predictions models (i.e. those using
a target based on assumptions, not facts) are always considered as
trained. If they were marked as not-trained, the prediction scheduled
task would skip them and they would produce no predictions.
Ideally, such a fix should be done for all static models. But there is
no easy way to do it during the upgrade where accessing the analytics
API is not possible. I don't think there are many models out there that
would be affected by this so this seems to be good enough solution for
now (and the future ability to reset models will cover the rest).
2019-03-25 10:16:44 +01:00
Mark Nelson
2a0b517257
MDL-65173 message_email: removed bogus logic
...
This reverts commit 0f38e62970
.
2019-03-25 17:12:53 +08:00
David Mudrák
964ccd9655
MDL-64994 analytics: Improve the Python package version check
...
Use the new method to check that the installed Python package has high
enough yet still API-compatible version.
2019-03-25 09:24:33 +01:00
David Mudrák
2d8405e99e
MDL-64994 analytics: Add a simple semantic version check method
...
This method is to be used for checking that a compatible version of the
moodlemlbackend package is installed on the server. The package is
expected to use the semantic versioning scheme (semver.org).
2019-03-25 09:24:33 +01:00
David Mudrák
c679d39c36
MDL-64996 analytics: Don't mark static model as untrained after clearing
...
Static predictions models (i.e. those using a target based on
assumptions, not facts) are always considered as trained. Clearing them
must not mark them as untrained. Doing so would make them being skipped
by the prediction scheduled task.
2019-03-25 08:56:11 +01:00
Adrian Greeve
025cf94cfe
Merge branch 'MDL-60339-master' of git://github.com/Chocolate-lightning/moodle
2019-03-25 11:09:54 +08:00
Adrian Greeve
bf1537b600
Merge branch 'MDL-64492-master' of git://github.com/damyon/moodle
2019-03-25 10:58:05 +08:00
Jun Pataleta
866562024b
Merge branch 'MDL-64820-master-fix' of git://github.com/junpataleta/moodle
2019-03-25 09:38:56 +08:00
Jun Pataleta
49b928ef95
Merge branch 'MDL-64820-master-fix' of https://github.com/andrewnicols/moodle
2019-03-25 09:38:04 +08:00
Andrew Nicols
7aa6affa49
MDL-64820 forum: Correct capability check and redir
2019-03-25 09:36:49 +08:00
AMOS bot
96d9b077a4
Automatically generated installer lang files
2019-03-25 00:09:15 +00:00
Andrew Nicols
e5a501de13
MDL-64820 forum: Pass legacy forum record to rss
2019-03-25 08:08:32 +08:00
Andrew Nicols
4c8f0f0d1d
MDL-64820 forum: Remove duplicate column for discussion
2019-03-25 08:08:10 +08:00
Dan Marsden
ef78cf8f42
MDL-63995 blocks: Remove unused capabilities and warning.
2019-03-25 12:20:13 +13:00
Abhimanyu Kumar
9fff4ebb0a
MDL-64959 uploaduser: remove leading/trailing spaces from CSV headings
...
Earlier while uploading users via CSV, if any leading or trailing space was there in
headings of CSV file then error was displayed which will be difficult for a non-technical
person to understand. After this patch, leading and trailing spaces from headings will
be trimmed automatically.
2019-03-23 22:33:51 +05:30
maksudr
72629ee8c0
MDL-62307 mod_feedback: Decode HTML special char in add_form_element()
2019-03-22 15:44:35 +00:00
Jun Pataleta
9e5cdcd50c
MDL-64820 mod_forum: Make different aliases for first and last authors
2019-03-22 21:55:51 +08:00
Jun Pataleta
becf457d39
Merge branch 'MDL-65082-master' of git://github.com/andrewnicols/moodle
2019-03-22 16:26:33 +08:00
Andrew Nicols
a79c2c927c
MDL-65082 mod_forum: Deprecate forum_print_latest_discussions
2019-03-22 15:01:48 +08:00
Andrew Nicols
23f5e65ebe
MDL-65082 core_course: Update frontpage view to use new forum API
2019-03-22 15:01:48 +08:00
Andrew Nicols
1bfaeeb2eb
MDL-65082 format_social: Update social format to use new API
2019-03-22 15:01:48 +08:00
Mathew May
3828422d82
MDL-60339 course: Course editing only checked against site:manageblocks.
...
Add in additional capabilities to the page. When all_editing_caps is called it'll check against
moodle/site:manageblocks & added capabilities. If moodle/site:manageblocks
was not set the user would have trouble editing the page.
2019-03-22 13:47:16 +08:00
Damyon Wiese
5a7b845059
MDL-65153 competencies: Urls course competencies
...
The template for the course competencies page expects a pluginbaseurl parameter
but the webservice that fetches when rendered by AJAX is missing this property.
2019-03-22 13:16:38 +08:00
Simey Lameze
219422e420
MDL-65047 core: convert legacy cron to scheduled task
2019-03-22 13:13:55 +08:00
Andrew Nicols
c661a129d1
MDL-65082 forum: Reorganise social templates
2019-03-22 11:14:05 +08:00
Jun Pataleta
92c28d075f
MDL-65081 core_output: Unit tests for single_select and url_select
2019-03-22 11:12:21 +08:00
Jun Pataleta
5f30600f43
MDL-65081 core_output: Set single_select and url_select attributes
2019-03-22 11:12:21 +08:00
Jun Pataleta
74ee2556be
Merge branch 'mod_forum-discussion-poc' of https://github.com/ryanwyllie/moodle
2019-03-22 11:04:35 +08:00
Damyon Wiese
8adb1b1e3d
MDL-64492 course: Hide activity icons for Ally
...
Empty alt text results in an image with no label.
role="presentation" does not hide - it only removes the semantic information.
If the image provides no information, make it hidden with aria-hidden.
2019-03-22 11:01:29 +08:00
Simey Lameze
54fec0c30b
MDL-63196 core_calendar: add behat scenario
2019-03-22 10:41:00 +08:00
Simey Lameze
f19f6cceaf
MDL-63196 calendar: add missing option to export category events
2019-03-22 10:41:00 +08:00
Ryan Wyllie
446ba04650
MDL-64820 forum: fix cibot complaints
2019-03-22 10:38:41 +08:00
Damyon Wiese
f65a888901
MDL-65149 emoticons: Do not show all emoticons
...
Allow some emoticons to still work, but not be selectable from the text editor plugins.
2019-03-22 10:05:25 +08:00
Simey Lameze
be8f453b74
MDL-65044 core: convert legacy cron to scheduled task
2019-03-22 09:46:30 +08:00
Ryan Wyllie
f30f46db39
MDL-64820 forum: fix up issues from review
2019-03-22 09:31:21 +08:00