Marina Glancy
6e65554ea1
MDL-58010 user: allow to update only whitelisted user preferences
2017-03-10 18:04:47 +00:00
Ryan Wyllie
a0eabdd3c8
MDL-54698 message: make preferences page ajax save
2016-10-07 16:26:40 +08:00
Adrian Greeve
45367bdf0c
MDL-49688 navigation: First review fixes and version bump.
...
Part of MDL-45774.
2015-04-10 17:18:03 +08:00
Damyon Wiese
479fa47d0b
MDL-49632 User preferences: Move preferences out of edit profile form.
...
This is a super confusing place to change your default text editor. Lets
make these things easy to find.
Part of MDL-45774
2015-04-10 17:17:08 +08:00
Andrew Nicols
fc05c1b8e5
MDL-48197 testing: Normalise uses of noemailever and phpmailer sink
2014-11-19 09:09:50 +08:00
Andrew Nicols
6c0bfb1449
MDL-46282 core: Add VERP API
...
This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
2014-09-30 14:22:30 +08:00
Simey Lameze
9a2c52571e
MDL-44257 message: added test to make sure the stored file still exists
2014-09-16 10:07:17 +08:00
Simey Lameze
68e50bc80b
MDL-44257 message: check if the attachment exists before remove it
...
Credit goes to Mark Nielsen, thanks.
2014-09-12 16:36:07 +08:00
Petr Škoda
f007e89961
MDL-42224 clean up message and email redirection testing
2013-10-12 13:59:07 +02:00
Yuliya Bozhko
56b9a02eea
MDL-41956 messages: Accept attachments in send_message() in email message provider
2013-10-01 15:38:02 +13:00
Rajesh Taneja
3bcf6b3cdd
MDL-31560 Messages: Added support for noreply and support users
...
This is used by messaging system for sending/receiving message
to/from noreply or support user. message_send api will now use
core_user class to get noreply or support user and then
send/receive message depending on user state.
2013-09-13 16:13:26 +08:00
Sam Hemelryk
a513048a00
Merge branch 'MDL-30987_message_docs2' of git://github.com/andyjdavis/moodle
2012-02-22 10:58:06 +13:00
Andrew Davis
6fbd60ef57
MDL-30987 message: updated phpdocs for /lib/messagelib.php and /message
2012-02-21 10:57:55 +07:00
Andrew Davis
84f533b3c3
MDL-29615 message: added the ability for admins to restrict users ability to set where their email message notifications go
2012-01-31 09:02:20 +07:00
Eloy Lafuente (stronk7)
96f888506c
Merge branch 'w52_MDL-30948_m23_messagesuspended' of git://github.com/skodak/moodle
2012-01-04 00:47:48 +01:00
Petr Skoda
36a5396417
MDL-13572 fix incorrect value printing
2012-01-02 22:51:38 +01:00
Petr Skoda
9a3e8a1fa7
MDL-13572 do not send emails to invalid addresses
2012-01-02 22:36:37 +01:00
Petr Skoda
ca8fe0b00a
MDL-30948 stop messaging suspended and deleted users
2011-12-29 17:01:10 +01:00
Andrew Davis
dbd634ff2e
MDL-13572 message: added validation of the email address in the messaging preferences
2011-12-13 15:53:15 +08:00
Andrew Davis
492b00b7ba
MDL-30607 message: removed an if condition that prevented you from clearing an overrident email address
2011-12-06 11:09:14 +08:00
Tim Hunt
7529f9e944
MDL-29548 allow message plugins to control message
...
defaults.
At the moment, each message_provider can specify defaults for
each message output, to say whether that message output should be
used for this type of message:
http://docs.moodle.org/dev/Messaging_2.0#Adding_new_message_type .
If the message provider does not set a default, this change allows
the message output to set the default.
2011-10-04 11:23:52 +01:00
Ruslan Kabalin
f8351d0927
MDL-27171 messages: do not keep empty messging configuration strings in user preferences
...
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk >
2011-05-27 13:49:28 +01:00
Andrew Davis (andyjdavis)
d3a8184239
message MDL-26185 fixed the logic around email addy in user profile Vs in messaging preferences
2011-04-07 15:58:33 +08:00
Sam Hemelryk
62f7ce7989
PULL-574 MDL-26185 Reverted changes due failed testing + review
2011-04-06 16:33:47 +08:00
Sam Hemelryk
bbb79f47a7
messaging MDL-26185 Last minute fix of bug during integration, empty user preference causing error
2011-04-05 16:52:07 +08:00
Rossiani Wijaya
9d61d9ac6d
MDL-26185: simplify the logic of email message output and removing email address cache
2011-04-01 16:55:37 +08:00
Andrew Davis (andyjdavis)
6c0f13a5bc
message MDL-25816 added safety checks in form processing
2011-02-22 16:05:01 +08:00
Petr Skoda
38d93cb0ff
MDL-26046 prevent jabber messages wehn noemailever active
...
Standardise also the debug when emailing message.
2011-01-30 11:01:27 +01:00
Andrew Davis
0d447fe634
message MDL-25264 removed another reference to $USER
2010-11-18 07:05:47 +00:00
Andrew Davis
fa8f03efbb
message MDL-25264 made it possible to edit another user's message preferences
2010-11-18 05:28:51 +00:00
Andrew Davis
46505ee75e
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version
2010-11-05 08:04:40 +00:00
Andrew Davis
d8d32f1aac
message MDL-24694 made the email message processor report success if the recipient has said they don't want to receive emails so that code sending messages isnt bothered by what looks like a failure.
2010-11-03 07:57:31 +00:00
Andrew Davis
fe983847dd
message MDL-24873 changes to reduce server load and also get the forum's custom email headers passed through correctly
2010-10-27 08:47:33 +00:00
Andrew Davis
a813a74843
message MDL-24771 a big commit that fixes a whole bunch of small issues with messaging
2010-10-25 09:29:34 +00:00
Andrew Davis
6ee2611c63
message MDL-24563 altered messaging so that forum post notifications aren't so overwhelming when viewed on /message/index.php
2010-10-15 06:59:02 +00:00
Andrew Davis
27a3976343
message MDL-24548 some emergency bug fixes to messaging
2010-10-08 02:31:57 +00:00
Andrew Davis
fe561379e4
message MDLSITE-1042 added a footer to IM email notifications
2010-10-07 04:00:37 +00:00
Petr Skoda
71666cf314
spelling fixes
2010-09-17 19:41:02 +00:00
Andrew Davis
6d2e69363d
message MDL-23101 made email notifications of forum posts work
2010-07-06 08:59:39 +00:00
Andrew Davis
1560760fb0
message MDL-23098 fixed the eratic behaviour of new message notifications
2010-07-06 01:52:32 +00:00
Sam Hemelryk
8bdc9cacad
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
...
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +00:00
Petr Skoda
1d42298086
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:22:45 +00:00
moodler
305a014f8c
MDL-16267 More cleanups, simplifications
2008-09-26 02:43:39 +00:00
lfrodrigues
366e4ec4cb
MDL-16267 now shows default email to send message
2008-09-25 17:06:19 +00:00
moodler
f3d095f870
MDL-16267 and MDL-10107
...
I did some further work tidying up the form. I also just treat the popup like another plugin and moved all the config into the plugin.
This still needs help buttons everywhere now!
2008-09-23 03:05:44 +00:00
lfrodrigues
d18b1bbdec
MDL-16267 done all items in list (html tidy, xhtml strict, plugins tidy)
2008-08-29 23:19:54 +00:00
moodler
3b120e464f
MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.
...
This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)
This code is not finished yet, a lot of work still has to be done on the
interface. However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.
2008-07-24 08:38:03 +00:00