56 Commits

Author SHA1 Message Date
Rossiani Wijaya
6cae398f1d MDL-34560 accessibility compliance for message: Add label for input text and select tag 2012-08-04 17:07:07 +08:00
Andrew Davis
77d187ed1e MDL-28568 message: added a warning message when the user is about to message someone who cant reply 2012-07-19 17:14:50 +08:00
Ruslan Kabalin
c9e34994cb MDL-32009 messaging: Fix using message processor term inconsistency. 2012-04-30 10:34:39 +01:00
Ruslan Kabalin
3f9d9e2856 MDL-32009 messaging: Add message processor uninstall functionality 2012-04-30 10:34:39 +01:00
Sam Hemelryk
b8f452165a MDL-32009 reverting changes as they break installation 2012-04-04 14:37:37 +12:00
Sam Hemelryk
f1b06f6d54 Merge branch 'MDL-32009-master-1' of git://git.luns.net.uk/moodle 2012-04-04 14:19:32 +12: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
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
Ruslan Kabalin
0210ce1007 MDL-32009 messaging: Add message processor uninstall functionality 2012-03-12 16:39:51 +00: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
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
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
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
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
Ruslan Kabalin
814e373576 MDL-27171 messages: upgrade user profile messaging preferences interface
Existing user messaging preferences should accomodate default settings and
permissions.  This also includes some changes to default outputs preferences.

Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-27 13:49:28 +01:00
Ruslan Kabalin
1d72e9d441 MDL-27171 messages: add default message outputs management interface
This introduces the new page where admin may change the permissions and
defaults for particular combination of message processors and providers.

Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-27 13:49:28 +01:00
Ruslan Kabalin
75c34c23a4 MDL-27171 messages: add message outputs management interface page
This introduces the page for management message outputs (processors) where
admin may enable/disable them and jump to configuration pages.
2011-05-27 13:49:28 +01:00
andyjdavis
bcab42daf2 message MDL-25616 adding recent conversations and recent notifications screens 2011-02-15 11:17:38 +08:00
Helen Foster
9825422e02 MDL-21250 capital letters removal 2010-12-08 19:34:47 +00:00
Andrew Davis
bc68fc9a9b message MDL-25297 refactored quiz to make message notifications work 2010-11-19 05:18:34 +00:00
Andrew Davis
a6de5ed53a message MDL-25114 tried to make the message provider not found error info more helpful 2010-11-09 06:12:04 +00:00
Andrew Davis
60dd7688a8 message MDL-25114 tried to provide a more helpful error message for when code sending a message supplied an unknown component or event name 2010-11-09 06:01:20 +00:00
Andrew Davis
24a56744c1 message MDL-24788 improved jabber notifications 2010-10-29 03:45:47 +00:00
Martin Dougiamas
9bd2b1c63c messaging NOBUG Fixing case in strings 2010-10-27 07:11:22 +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
90b4d5990a message MDL-24562 made jabber message notifications work 2010-10-18 06:21:23 +00:00
Andrew Davis
b4dcb6d711 message MDL-24584 2 new strings for messaging UI 2010-10-08 08:51:12 +00:00
Andrew Davis
f740ff8102 message MDL-24548 altered some string in the messaging UI 2010-10-08 02:32:44 +00:00
Andrew Davis
c393165495 message MDL-22803 Improved message searching to better handle tiny search terms and the huge result sets they generate 2010-07-07 07:49:08 +00:00
Andrew Davis
0c656060a8 message MDL-22320 altered strings to allow message notifications to tell you who is messaging you 2010-06-30 03:27:29 +00:00
Andrew Davis
d0a938ac6f messaging MDL-22320 new string for messaging UI 2010-06-29 07:26:07 +00:00
Andrew Davis
98e8299c83 messaging MDL-22320 added a new string 2010-06-29 06:53:09 +00:00
Andrew Davis
ffba884984 messaging MDL-22320 shortened a string 2010-06-29 03:09:05 +00:00
Andrew Davis
bd921236cd messaging MDL-22320 Changed 2 of the new message UI strings to be more succinct 2010-06-28 02:06:37 +00:00
Andrew Davis
6e574679aa messaging MDL-22320 new strings for new messaging UI. According to the amos doco I apparently don't have to do any amos for new strings. 2010-06-25 08:27:55 +00:00
Andrew Davis
e8f0fae658 lang MDL-22320 hopefully fixing a string move in amos
AMOS BEGIN
MOV [messageprovider:instantmessage,core_message],[messageprovider:instantmessage,core]
AMOS END
2010-05-18 06:34:00 +00:00
Andrew Davis
0f4fb20fa5 MDL-22320 Cleaning up message UI and removing need for popups AMOS BEGIN MOV [messageprovider:instantmessage,message],[messageprovider:instantmessage,core] AMOS END 2010-05-05 07:11:22 +00:00
David Mudrak
30c8dd34f7 MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00
moodler
cfa40737cf Removing all the language packs from HEAD!! 8-D 2006-02-06 09:22:14 +00:00
moodler
2e12e22e93 Extended help for beep message 2005-05-16 07:02:37 +00:00
moodler
3f85157ba7 There is a new setting in Messaging, so that you can block any
new messages from people not on your contacts list

I will need this on moodle.org I can tell you!!
2005-04-23 06:26:10 +00:00
moodler
64fdfa6672 Simplifying new text 2005-04-21 04:45:44 +00:00
defacer
65ef518b1d See bug 2987 (there is more to it than this checkin):
Making the contacts list more user-friendly for people who have no clue how
messaging works and simply happen to click the "no messages waiting" link in
the Messages block.
2005-04-20 19:28:14 +00:00
stronk7
9597a4d970 Needed strings for MIM restore. 2005-02-13 18:56:52 +00:00
stronk7
c335a52c94 Added two strings to allow backups of MIM in site backups. 2005-02-12 18:54:56 +00:00
moodler
e848159413 SOme code tidyups, and fixes for missing langauge strings as per bug 2340 2005-01-05 15:31:43 +00:00
moodler
f520438cf1 Some tidy up of some code and the information display in a discussion window.
The online status of the other user is now more accurate, and will not
keep updating once the user has gone offline.
2005-01-03 15:20:56 +00:00
moodler
38c6a92809 Big improvements on message searching. It now highlights the results, and
shows you the fragment containing the results (not just a shortened version)
2005-01-03 12:16:06 +00:00