Andrew Davis
35eed0ca48
message MDL-25267 improved the test for Jabber configuration
2010-11-18 07:17:19 +00: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
861fa9120d
message MDL-25267 made jabber processor detect if it hasnt been configured
2010-11-18 02:59:23 +00:00
Andrew Davis
f979f128bf
message MDL-24788 added brackets around the automatically appended part of the jabber notification
2010-11-08 06:50:20 +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
24a56744c1
message MDL-24788 improved jabber notifications
2010-10-29 03:45:47 +00:00
Andrew Davis
27bfb970f2
message MDL-24894 fixing the jabber message processor after yesterdays refactoring
2010-10-28 07:43:34 +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
2509c0e94b
message MDL-24771 moved common message settings out of the popup processor
2010-10-26 02:39:23 +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
d656dd943d
message MDL-24562 adding a debug call to the Jabber message processor exception handler
2010-10-18 03:13:44 +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
e7e7bb9ace
message MDLSITE-1039 improving the jabber message processor
2010-10-07 06:36:17 +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
8e803c3f9f
MDL-24321 switching to stdClass in /login/ and /message/
2010-09-21 08:18:23 +00:00
Petr Skoda
71666cf314
spelling fixes
2010-09-17 19:41:02 +00:00
Petr Skoda
7e20544810
fixed object initialization and also completely broken jabber connect
2010-09-17 19:36:45 +00:00
Petr Skoda
ef14c1e724
MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins
2010-09-05 20:36:18 +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
505ab5aaa0
message MDL-23101 made notifications of forum posts work
2010-07-06 07:42:29 +00:00
Andrew Davis
1560760fb0
message MDL-23098 fixed the eratic behaviour of new message notifications
2010-07-06 01:52:32 +00:00
Petr Skoda
55825877f1
fixed message plugin names
...
AMOS BEGIN
MOV [email,message_email],[pluginname,message_email]
MOV [jabber,message_jabber],[pluginname,message_jabber]
MOV [popup,message_popup],[pluginname,message_popup]
AMOS END
2010-07-04 13:23:56 +00:00
Petr Skoda
a4cdd6d2c8
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
2010-07-04 10:27:56 +00:00
Andrew Davis
65c7853e1c
messaging MDL-22320 removed a bunch of redundant settings and made a few other bug fixes to messaging
2010-06-29 03:01:14 +00:00
Andrew Davis
c8621a0280
messaging MDL-22320 first commit for new messaging UI
2010-06-25 08:16:10 +00:00
David Mudrak
ed475ed21e
MDL-21695 Fixed message output plugin
2010-05-06 18:45:09 +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
Petr Skoda
b3130713af
MDL-21694 moving message processor strings to correct plugin location
2010-04-01 19:43:07 +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
samhemelryk
eb5334ff48
message MDL-19801 Upgrade deprecated calls and added set_url calls
2009-09-29 03:54:14 +00:00
skodak
fc29e51b2d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:34:43 +00:00
stronk7
3eb7ecda67
MDL-19350 upgrade blocks - adding missing savepoints to message/output
2009-06-03 16:50:25 +00:00
dongsheng
5616580617
"MESSAGING, INSTALLATION/MDL-17457, change installation hook to meet moodle 2.0"
2009-03-10 02:09:06 +00:00
moodler
305a014f8c
MDL-16267 More cleanups, simplifications
2008-09-26 02:43:39 +00:00
moodler
6a0dc62e0a
MDL-16267 and MDL-10107 Fixed a typo
2008-09-26 02:20:54 +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
mjollnir_
9205ca2e7b
fixing fatal error in message lib - relative path to config.php
2008-09-16 18:54:49 +00:00
moodler
838a8eb146
MDL-16500 Removed the old Jabber class from the module and moved to a new one called xmpphp in core libraries
...
Also cleaned up some notices in message/edit.php
2008-09-15 05:55:58 +00:00
lfrodrigues
b3f5f2c754
MDL-16268 updated jabber output to send messages to destination user configured jaber
...
account or if empty to its email
2008-08-30 23:22:50 +00:00
lfrodrigues
1c50df9f24
MDL-16268 User-User send messages now use new messaging system.
2008-08-30 17:53:30 +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
skodak
775f811a66
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +00:00
moodler
83cdf008e7
MDL-10107 Missed a file
2008-07-24 08:45:01 +00:00