Petr Skoda
681570b429
MDL-31182 fix fatal error when problem detected in finding messaging defaults
2012-01-21 16:59:16 +01:00
Petr Skoda
927010240f
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:25 +01:00
Petr Skoda
b85b25ebb8
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:03:20 +01: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
1f6d1ebf0a
MDL-13572 fix incorrect value printing
2012-01-02 22:52:04 +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
Sam Hemelryk
4b8ae84cd0
Merge branch 'MDL-13572_validate_email' of git://github.com/andyjdavis/moodle
2012-01-03 09:57:00 +13:00
Petr Skoda
ca8fe0b00a
MDL-30948 stop messaging suspended and deleted users
2011-12-29 17:01:10 +01:00
Petr Skoda
8ef9da055a
MDL-30610 standardise empty upgrade script content
2011-12-23 10:38:11 +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
Aparup Banerjee
46f2a9366a
MDL-30604 Added upgrade lines to upgrade.php(s)
2011-12-09 01:28:59 +01: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
Eloy Lafuente (stronk7)
773d1ec56b
Merge branch 'MDL-30544_disable_notifications' of git://github.com/andyjdavis/moodle
2011-12-01 10:38:40 +01:00
Andrew Davis
f6ce2eb25a
MDL-30544 message: prevented the temporarily disable notifications checkbox from erasing your messaging preferences
2011-12-01 16:54:48 +08:00
Sam Hemelryk
6416c6c25b
Merge branch 'MDL-30007' of git://github.com/stronk7/moodle
2011-12-01 17:14:52 +13:00
Aparup Banerjee
0fa557d5fd
Merge branch 'MDL-30260_disable_messages' of git://github.com/andyjdavis/moodle
2011-12-01 11:24:47 +08:00
Andrew Davis
d8aa5ec7a0
MDL-30260 message: added /message/upgrade.txt, checked calls to message_send() are supplying user.emailstop and improved message_send() to handle message requests that don't
2011-11-30 10:02:45 +08:00
Petr Skoda
5563272125
MDL-30007 standardise messaging plugin version files
2011-11-29 21:23:18 +01:00
Andrew Davis
22e23da6f4
MDL-29814 message: made html personal messages store a plain text version as a fallback
2011-11-19 15:35:23 +08:00
Eloy Lafuente (stronk7)
036f27a420
Merge branch 'w42_MDL-29670_m22_croncleanup' of git://github.com/skodak/moodle
2011-10-25 23:51:10 +02:00
Jerome Mouneyrac
5d1017e11d
MDL-29106 new web service naming convention
2011-10-24 11:06:00 +08:00
Petr Skoda
50ed196e51
MDL-29670 cron cleanup and minor fixing
...
Auth and enrol is moved to the top because other plugin types depend on accurate user list and enrolments. Passwords and failed login messages are generated during every cron execution. Contexts are build properly in each execution. Fixed deleting of unconfirmed users. And minor phpdocs and comments improvements.
2011-10-22 14:31:18 +02: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
Aparup Banerjee
5433da6064
Merge branch MDL-29189-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts.
2011-09-13 11:39:06 +08:00
Andrew Davis (andyjdavis)
bb3546f3c2
MDL-22232 messaging: added the ability to temporarily disable notifications to a particular user
2011-09-12 14:05:14 +08:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Eloy Lafuente (stronk7)
c01a24bdef
Merge branch 'MDL-28943_manage_message_name' of git://github.com/andyjdavis/moodle
2011-08-29 03:25:41 +02:00
Andrew Davis (andyjdavis)
2a4d3c98d5
MDL-27823 messaging: preventing html tags from being output to the UI
2011-08-19 16:53:32 +08:00
Andrew Davis (andyjdavis)
2fd7c451ad
MDL-28943 messaging: made messaging admin page use a string instead of the plugin name
2011-08-16 14:30:34 +08:00
Andrew Davis (andyjdavis)
dd6d83c16b
MDL-28340 messaging: fixed a display issue when you search for and tried to view a conversation between two other users
2011-07-27 14:13:47 +08:00
Eloy Lafuente (stronk7)
d703e3816f
MDL-28210 messaging: all includes but config.php must use $CFG-based abosolute paths
2011-07-12 12:17:34 +02:00
Andrew Davis (andyjdavis)
6366fdcc6c
MDL-28210 messaging: Fixed requires problems in /message/discussion.php
2011-07-12 10:46:59 +08:00
Aparup Banerjee
c5a8abfedd
MDL-28169 Installation Added 2.1 upgrade (idiot proof) lines to upgrade scripts.
2011-07-07 11:40:38 +08:00
Eloy Lafuente (stronk7)
1333c05ebe
Merge branch 's11_MDL-27936_send_message_master' of github.com:dongsheng/moodle
...
Conflicts:
lib/db/services.php
version.php
2011-06-29 20:00:49 +02:00
Dongsheng Cai
4de00da791
MDL-27936, send_message webservice should respect contact settings, improve readability, rename it to moodle_message_send_instantmessages
2011-06-29 11:26:16 +08:00
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Sam Hemelryk
46d3b9be73
Merged branch 's7_MDL-26105_block_settings_master' git://github.com/andyjdavis/moodle.git with changes
2011-06-13 16:54:52 +08:00
Andrew Davis (andyjdavis)
35d725627c
MDL-26105 blocks: added use of user friendly block settings to messaging
2011-06-10 13:52:53 +08:00
Dan Poltawski
a8134ff68b
messaging: MDL-26960 Check correct users permissions
...
When on message profile page, the incorrect capability was checked
2011-06-09 15:18:43 +01:00
Sam Hemelryk
32825ebd3d
MDL-27566 Fixed up typo with user prefs
2011-06-08 17:54:25 +08:00
Sam Hemelryk
9186cb7e98
Merged branch 'ou-messaging-release' of git://git.luns.net.uk/moodle with conflict resolution for MDL-27171
2011-06-08 11:07:22 +08:00
Sam Hemelryk
78736e5d64
Merged branch 'MDL-27566-wip' of git://github.com/mouneyrac/moodle.git with changes and conflict resolution for MDL-27566
2011-06-08 10:02:59 +08:00
Jerome Mouneyrac
a623b6b892
MDL-27566-wip implement moodle_message_send_messages function (matching front end logic - TODO: 2 core functions to change to support bulk operations)
2011-06-07 16:40:55 +08:00
Ruslan Kabalin
60bbe7684a
MDL-27171 messages: meet require_once usage gudelines
...
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-31 15:16:17 +01:00
Ruslan Kabalin
838075147b
MDL-27171 messages: some minor fixes in translate_message_default_setting function
...
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-31 13:55:57 +01:00
Ruslan Kabalin
bf0fb77293
MDL-27171 messages: avoid using depricated notification method.
...
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-31 12:26:15 +01:00
Ruslan Kabalin
72e6af0344
MDL-27171 messages: fix static variable filtering bug in get_message_processors
...
Static $processors should contain the full list of processors only, when
filtering is required, the $processors variable should not be updated.
Lambda function refactoring is made as well.
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-31 11:18:11 +01:00
Ruslan Kabalin
e8fc7940a8
MDL-27171 messages: $defaultpreferences is an object, use isset instead.
...
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-31 09:46:22 +01:00
Ruslan Kabalin
ebe0c008ca
MDL-27171 messages: commenting style changes and extra comments
...
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk>
2011-05-27 14:07:06 +01:00