Sara Arjona
0447aa9144
Merge branch 'MDL-4188-main-2' of https://github.com/HuongNV13/moodle
2024-04-04 17:40:57 +02:00
Huong Nguyen
1593f02492
MDL-4188 core: Added course welcome message notification
2024-04-04 19:45:18 +07:00
raortegar
cc6316368e
MDL-79131 core: Added failed task message notification
2024-04-03 09:08:50 +02:00
meirzamoodle
3ee7968552
MDL-79714 message: Enable all default notifications
2023-11-13 22:15:29 +07:00
Sara Arjona
cc9430929d
MDL-77708 docs: Update references from docs.moodle.org/dev
2023-09-26 10:30:19 +02:00
Pau Ferrer Ocaña
d74bd798b6
MDL-67853 message: Remove on/offline settings on message preferences
2022-01-27 15:22:15 +01:00
Paul Holden
eb460d93aa
MDL-72598 reportbuilder: schema and model updates for schedules.
2021-12-17 14:33:27 +00:00
Andrew Nicols
97764798a4
Merge branch 'MDL-66776-master' of https://github.com/jleyva/moodle
2021-11-08 08:28:23 +08:00
Juan Leyva
39d96944eb
MDL-66776 notifications: New login session notification
2021-11-04 11:18:00 +01:00
Juan Leyva
714b482cba
MDL-70083 message: New message provider "coursecontentupdated"
2021-11-03 15:06:50 +01:00
Juan Leyva
417e5b9f84
MDL-65976 completion: New course completion message provider
2020-09-29 13:40:32 +02:00
Peter Burnett
8e0e99e4fd
MDL-66222 antivirus: Improved error email capture
2020-08-21 12:21:09 +10:00
Nathan Nguyen
adbe92ce0a
MDL-66222 antivirus: Added antivirus failure reporting
2020-08-21 11:43:56 +10:00
Simey Lameze
3f609c8a44
MDL-66360 grade: add missing gradenotifications defaults
2019-11-11 15:39:28 +08:00
Shamim Rezaie
9666372644
MDL-66360 core_grade: New message handler for grade notifications
2019-11-11 15:16:19 +08:00
Ryan Wyllie
5d61b3b331
MDL-65219 message: default disable contact request notifications for web
...
Set the default state to disabled for message contact request
notifications for the web process. The user is notified about contact
requests in the message drawer so it's unnecessary to also generate
a notification in the notification popover for them.
2019-07-23 13:24:09 +08:00
Juan Leyva
c13438158b
MDL-60680 message_output: Change message provider defaults
...
Since some versions ago the app allows a good user control of notifications.
This is why we should be enabling more notifications (mostly for students) by default.
2019-04-23 13:09:06 +02:00
Matt Porritt
2cd901a4e7
MDL-28505 Backup: Asynchronous backup and restore
...
This patch adds asynchronous backup and restore functionality
to Moodle. This is an optional feature and is not enabled by
default. It can be enabled by site administrators.
Asynchronous backup and restores are actioned by the Moodle
adhoc task API. The progress of backup and restores is
displayedin the Moodle UI. Users can also be sent a message
when a backup or restore operation completes via the
Moodle messaging API.
2019-04-09 00:15:42 +00:00
David Monllaó
b5b112f62c
MDL-64314 messaging: Web notifications for insights
2019-02-15 08:47:01 +01:00
Mark Nelson
be016b0144
MDL-63211 core: added notification when contact request is made
2018-10-03 11:58:39 +08:00
David Monllao
40fcb365c3
MDL-58859 analytics: Subsystem and API db/ requirements added
...
Part of MDL-57791 epic.
2017-07-24 07:53:17 +02:00
Frederic Massart
36a43db821
MDL-53700 competency: Migrating message definitions to core
2016-04-18 11:05:58 +08:00
Yuliya Bozhko
f5d17c14ea
MDL-39923 badges: Send badge messages through internal messaging system
2013-11-07 14:49:27 +13:00
Dan Poltawski
a973d320f1
Merge branch 'MDL-20438-update-notification' of git://github.com/mudrd8mz/moodle
2012-04-04 11:17:43 +08:00
Eloy Lafuente (stronk7)
39b90b5152
MDL-30981 Upgrade API: Added related phpdocs
2012-04-02 00:40:13 +02:00
David Mudrak
a77141a7dc
MDL-20438 send notifications via messaging API
2012-03-30 11:05:42 +02:00
Ruslan Kabalin
7a04c476a2
MDL-27171 messages: implement new syntax in messages.php and update processing
...
The new messaging default settings can be set in messages.php and deployed
during installation. This also ensures the removing of settings on plugin
uninstallation and contains the update script to populate current default
settings on the existing system when the new feature is introduced.
For security reason we have to avoid using library functions in upgrade
function, so we set defaults the blind way. At this point we do not expect
plugins to have individual messaging defaults presets anyway. The site
defaults are the same as were set for each user using
message_set_default_message_preferences function.
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-27 14:06:56 +01:00
andyjdavis
a170818189
course MDL-25831 made course request notifications work
2011-01-04 13:35:08 +08:00
Sam Hemelryk
bac233d326
backup MDL-22184 Scheduled backups are now possible again through cron.
...
AMOS BEGIN
MOV [move scheduledsetup,core_backup],[automatedsetup,core_backup]
MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
CPY [schedule,core],[automatedbackupschedule,core_backup]
MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
2010-11-10 06:07:43 +00:00
Petr Skoda
5b4a78e281
improved docs and license headers, adding direct access protection
2010-08-03 08:07:49 +00:00
Petr Skoda
6f5e085205
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 16:48:45 +00:00
Petr Skoda
117bd74897
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 11:31:16 +00:00
skodak
17da2e6f28
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
2009-06-19 14:25:56 +00:00
moodler
120b375891
MDL-10107 Fixed the definition of message providers ... it now works through files very similar to those for events and capabilities, which makes them easy to add/remove/change as necessary
2008-07-31 08:01:46 +00:00