Sam Hemelryk
cad96a8a36
Merge branch 'MDL-32137-master-1' of git://git.luns.net.uk/moodle
2012-04-04 08:22:16 +12:00
Aparup Banerjee
1cc4412c89
Merge branch 'MDL-31869_message_search_roles' of git://github.com/andyjdavis/moodle
2012-03-27 09:58:44 +08:00
Sam Hemelryk
5dc1a544ea
Merge branch 'MDL-11378-master-2' of git://git.luns.net.uk/moodle
2012-03-27 10:05:43 +13:00
Sam Hemelryk
ef288bd4d3
Merge branch 'MDL-32027-master-1' of git://git.luns.net.uk/moodle
2012-03-26 11:06:34 +13:00
Ruslan Kabalin
de132c20f8
MDL-32137 Fix message preference settings.
...
When a messaging output is set to forced, users should not be able to change
that. Regression intoroduced in bb3546f3 made possible to change checkboxes
(but not avoid forced settings). This fix replace checkboxes for 'forced'
settings with the corresponding message, similar to how it worked for
disallowed before.
2012-03-23 11:55:30 +00:00
Ruslan Kabalin
70ad827c6c
MDL-11378 Add SMTP security protocol setting to email configuration
2012-03-22 15:29:17 +00:00
Tim Lock
186fc53401
MDL-31869: Searching for users in messaging with multiple roles generates a warning
2012-03-19 09:31:46 +07:00
Sam Hemelryk
6972a9b7b7
Merge branch 'MDL-28187_messaging_nav' of git://github.com/andyjdavis/moodle
2012-03-19 14:14:28 +13:00
Andrew Davis
ff038e4bae
MDL-28187 message: fixed up $PAGE->set_url() in /message/index.php so the nav highlighted properly
2012-03-17 11:41:06 +07:00
Andrew Davis
178ba8bc36
MDL-31835 message: added a view conversation type link after each conversation on the recent conversation screen
2012-03-16 13:19:50 +07:00
Andrew Davis
48e03792ca
MDL-31834 message: fixed up some not quite correct usage of moodle/site:readallmessages
2012-03-13 16:44:19 +01:00
Ruslan Kabalin
0ea0a175da
MDL-32027 messaging: Remove remains of old installation method
...
Since MDL-17457 installation is done using db/install.php
2012-03-13 11:17:35 +00:00
Aparup Banerjee
fed36d5077
Merge branch 'MDL-31709_message_get_participants' of git://github.com/andyjdavis/moodle
2012-03-13 16:54:08 +08:00
Petr Skoda
f8311defeb
MDL-31301 use static textlib methods
2012-03-03 11:46:13 +01:00
Andrew Davis
8075c843ce
MDL-31709 message: removed get_message_participants() as it is deprecated and should have been removed in 2.2
2012-03-02 12:49:38 +07:00
Sam Hemelryk
75e4f98c0d
MDL-30987 message: Minor phpdoc fix ups
2012-02-22 11:15:42 +13: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
762677611a
MDL-31432 message: prevent messaging popups while viewing messages
2012-02-17 09:23:48 +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)
9a50502acc
Merge branch 'w04_MDL-31238_m23_php54' of git://github.com/skodak/moodle
2012-01-24 23:54:44 +01:00
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
820a8188ec
MDL-31238 remove now unnecessary null to stdClass conversion for plugin settings
2012-01-21 11:15:30 +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