David Mudrák
1ecf0397bb
MDL-65888 forum: Do not send notifications to unconfirmed users
...
Under certain conditions, users marked as not confirmed yet may be
returned as forum notification recipients. Such users are considered as
inactive though and the delivery adhoc task cannot be run as these
users, throwing an exception.
The solution is to make sure that fetch_subscribed_users() does not
include unconfirmed users, similarly to what was done for suspended
users and nologin users.
The added unit test also checks for deleted users. But these should
never be returned as subscribed because we consider enrolled users only
and deleted users are filtered out implicitly.
2019-06-11 09:53:23 +02:00
Adrian Greeve
205f0cedaf
Merge branch 'MDL-63878-master' of git://github.com/damyon/moodle
2019-06-11 13:30:04 +08:00
Andrew Nicols
6b4a254d74
Merge branch 'MDL-65779-master' of git://github.com/peterRd/moodle
2019-06-11 12:07:40 +08:00
Jun Pataleta
79edcde3f6
Merge branch 'MDL-7339-master' of git://github.com/mickhawkins/moodle
2019-06-11 11:49:36 +08:00
Brendan Heywood
1fc0c4bd4e
MDL-58439 admin: Ignore guest logins for all admin pages
2019-06-11 13:44:58 +10:00
Andrew Nicols
ba0426176b
Merge branch 'MDL-65817' of git://github.com/stronk7/moodle
2019-06-11 11:05:03 +08:00
Andrew Nicols
c005b2f7a4
Merge branch 'MDL-65183-MOODLE-master' of https://github.com/kristian-94/moodle
2019-06-11 10:34:13 +08:00
Andrew Nicols
61b0df5716
Merge branch 'MDL-65754' of git://github.com/Chocolate-lightning/moodle
2019-06-11 10:15:43 +08:00
Adrian Greeve
7223ef7979
Merge branch 'MDL-64743-master' of git://github.com/abias/moodle
2019-06-11 10:05:39 +08:00
Michael Hawkins
76d0192e0b
MDL-7339 admin: Replaced "open to google" references to be more generic
...
AMOS BEGIN
MOV [configopentogoogle,admin],[configopentowebcrawlers,admin]
MOV [opentogoogle,admin],[opentowebcrawlers,admin]
MOV [check_google_details,report_security],[check_crawlers_details,report_security]
MOV [check_google_error,report_security],[check_crawlers_error,report_security]
MOV [check_google_info,report_security],[check_crawlers_info,report_security]
MOV [check_google_name,report_security],[check_crawlers_name,report_security]
MOV [check_google_ok,report_security],[check_crawlers_ok,report_security]
AMOS END
2019-06-11 10:04:01 +08:00
Andrew Nicols
94bce858b4
Merge branch 'MDL-65746' of git://github.com/Chocolate-lightning/moodle
2019-06-11 09:49:18 +08:00
Adrian Greeve
192ad8dcc8
Merge branch 'MDL-65208-cli-upgrade-is-pending' of https://github.com/brendanheywood/moodle
2019-06-11 09:42:08 +08:00
Jun Pataleta
68c723efdf
Merge branch 'MDL-65336-master' of git://github.com/aanabit/moodle
2019-06-10 19:37:25 +08:00
Jun Pataleta
34129ea9bd
Merge branch 'MDL-55592-master' of git://github.com/damyon/moodle
2019-06-10 15:25:12 +08:00
Andrew Nicols
10dba71fe3
Merge branch 'MDL-58268-master' of git://github.com/cescobedo/moodle
2019-06-10 15:03:05 +08:00
Andrew Nicols
cd653ba77c
Merge branch 'm38_MDL-61038_Fix_uuid_extensions_usage_v2' of https://github.com/scara/moodle
2019-06-10 14:05:36 +08:00
Adrian Greeve
5b9027a83a
Merge branch 'MDL-65438-master' of git://github.com/bmbrands/moodle
2019-06-10 13:56:51 +08:00
Adrian Greeve
317950fa65
Merge branch 'MDL-65639_master' of git://github.com/dmonllao/moodle
2019-06-10 13:10:02 +08:00
Simey Lameze
dbccdae8f5
MDL-65671 calendar: add the calendar view selector
2019-06-10 13:09:57 +08:00
Adrian Greeve
27e2aba473
Merge branch 'MDL-65782-master' of git://github.com/marinaglancy/moodle
2019-06-10 11:11:44 +08:00
Mathew May
b71e734b27
MDL-65746 libraries: Remove pear/RADIUS lib
2019-06-10 08:28:43 +08:00
Matteo Scaramuccia
c7321899c9
MDL-61038 setuplib: Fixed PECL UUID extension support
...
generate_uuid() has been refactored into \core\uuid::generate()
2019-06-09 23:24:26 +02:00
Paul Holden
03098df6ef
MDL-64484 user: show full profile field name in filter element.
2019-06-07 14:04:32 +01:00
Amaia Anabitarte
f0e8f0a5b8
MDL-65336 core_message: New muted conversation generator and selectors
2019-06-07 10:38:49 +02:00
Amaia Anabitarte
8c933bde87
MDL-65336 core_message: Behat tests for mute/unmute conversations
2019-06-07 10:38:49 +02:00
Damyon Wiese
574b2f1f11
MDL-63878 assign: Show download feedback links
...
In the grading interface provide a link to download the generated pdf
containing the feedback for this submission attempt.
2019-06-07 10:39:41 +08:00
AMOS bot
8cffb3fe56
Automatically generated installer lang files
2019-06-07 00:09:38 +00:00
Kristian Ringer
6c97045e5e
MDL-65183 block_timeline: escape newline characters
2019-06-07 09:37:34 +10:00
Dmitrii Metelkin
657cc33be9
MDL-65622 core: add grade_item_created event
2019-06-07 07:38:41 +10:00
Eloy Lafuente (stronk7)
9954f5391d
MDL-65817 behat: switch to forked repo towards php73 compatibility
...
It seems that https://github.com/instaclick/php-webdriver/pull/91
is being ignored (in fact the repository itself doesn't show much
activity). So we have decided to fork it and apply any fix able
to keep our (non-marionette) runs working.
Hopefully, soon, the new W3C drivers will be supported by our
behat->mink stack... and we'll be able to move to it (from current
JSonwire drivers). So all this will be hostory.
2019-06-06 19:51:01 +02:00
David Monllaó
692d691da5
MDL-65639 analytics: Rewording time-splitting methods
2019-06-06 19:07:55 +02:00
David Monllaó
5045c4d491
MDL-65639 tool_analytics: Reworded language strings
...
Some language strings have been reworded to clarify functionalities.
AMOS BEGIN
MOV [getpredictionsresults,tool_analytics],[scheduledanalysisresults,tool_analytics]
CPY [getpredictionsresultscli,tool_analytics],[scheduledanalysisresultscli,tool_analytics]
AMOS END
2019-06-06 19:07:55 +02:00
David Monllaó
21cf3ec8d4
MDL-65639 analytics: From time-splitting method to analysis interval
...
This change only affects the Moodle UI.
2019-06-06 19:07:55 +02:00
David Monllaó
c182a67fa0
MDL-65829 analytics: Accept enrol start time after analysis time
2019-06-06 19:05:48 +02:00
Eloy Lafuente (stronk7)
f3507273e9
weekly release 3.8dev
2019-06-06 16:46:31 +02:00
Eloy Lafuente (stronk7)
971b4c11ce
NOBUG: Fixed SVG browser compatibility
2019-06-06 16:46:29 +02:00
Eloy Lafuente (stronk7)
bb14c03ffe
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-06-06 16:46:28 +02:00
Eloy Lafuente (stronk7)
11cdea3fad
MDL-65201 backup: amend tests to apply for the final agreed criteria
...
backup nextstarttime ASC
course timemodified DESC
2019-06-06 11:16:01 +02:00
Eloy Lafuente (stronk7)
bcd4862e84
MDL-65201 backup: fix wrong sorting that was missed on integration
2019-06-06 10:08:02 +02:00
Damyon Wiese
018266f6f3
MDL-55821 assign: Show assign grade
...
When marking workflow is enabled and the grade is not released yet,
it would be helpful to show the assignment grade in the grading form.
2019-06-06 14:26:28 +08:00
Damyon Wiese
f5348ae301
MDL-64383 user: Make username required
...
Username is a required field, we should indicate this even if it has a help icon.
2019-06-06 13:26:51 +08:00
Jun Pataleta
4e1ee0bbb5
Merge branch 'MDL-34498-master' of git://github.com/damyon/moodle
2019-06-06 10:50:56 +08:00
Damyon Wiese
00fd749041
MDL-34498 session: Do not extend expired session
...
After showing a warning, if the "extend session" button is clicked too late,
tell them their session is expired so they can collect any unsaved data in the page.
2019-06-06 09:35:35 +08:00
Damyon Wiese
ceacef1bd8
MDL-34498 grade: rubric session timeout
...
Allow a longer session timeout when editing a grading rubric form.
2019-06-06 09:31:07 +08:00
Damyon Wiese
7aeeb44463
MDL-34498 session: Add a checker to warn before session expiry
...
Replaces old yui module checknet.
2019-06-06 09:31:01 +08:00
Eloy Lafuente (stronk7)
ba2473e4e4
weekly release 3.8dev
2019-06-06 09:06:22 +08:00
AMOS bot
6438d80ce9
Automatically generated installer lang files
2019-06-06 09:06:21 +08:00
AMOS bot
b91f66b3c6
Automatically generated installer lang files
2019-06-06 09:06:21 +08:00
AMOS bot
5e7d561393
Automatically generated installer lang files
2019-06-06 09:06:21 +08:00
AMOS bot
d89de5e15e
Automatically generated installer lang files
2019-06-06 00:08:10 +00:00