Commit graph

345 commits

Author SHA1 Message Date
Andrew Davis
06d30c430c message MDL-24970 removed some commented out code and removed a reference to discussion.php 2010-11-01 07:34:32 +00:00
Andrew Davis
33bd52f3e9 message MDL-24935 a fix to prevent notifications of your own actions appearing in your own messaging history 2010-11-01 02:27:34 +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
14a0e7ddff message MDL-24771 another big commit of messaging fixes 2010-10-26 08:00:29 +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
32ef43e1eb message MDL-24786 infrastructure changes to add paging support to messaging 2010-10-21 06:40:15 +00:00
Andrew Davis
d54286e7a6 message MDL-24786 adding paging to the message page 2010-10-21 06:38:45 +00:00
Andrew Davis
6730f3527f message MDL-24786 adding paging to contacts page 2010-10-21 06:36:57 +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
e41da832de message MDL-24548 made the handling of users being blocked a little more logical 2010-10-15 07:32:06 +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
01e8532695 message MDL-24635 fixed a small bug that was preventing some tooltips from being included 2010-10-13 03:28:16 +00:00
Andrew Davis
a93cdf85ba message MDL-24584 made some UI strings more descriptive 2010-10-08 08:50:49 +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
Andrew Davis
ee7cd81a1c message MDLSITE-1042 fixed some messaging bugs 2010-10-07 03:59:07 +00:00
Andrew Davis
1e77f9740a message MDLSITE-1039 changed the text on the button you click to get to search due to confusion 2010-10-06 07:44:41 +00:00
Andrew Davis
577bd04bac message MDLSITE-1039 made clicking on a contacts name work on the message search page 2010-10-06 07:41:23 +00:00
Andrew Davis
cf45586528 message MDLSITE-1039 gave IMs a meaningful subject line and turned on action icons for the contact list on /message/index.php 2010-10-06 07:39:49 +00:00
Andrew Davis
728114df4d message MDLSITE-1039 made it so when youre viewing new messages you only see new messages 2010-10-06 07:38:51 +00:00
Sam Hemelryk
304d1245fe NOBUG: Added missing set_context call 2010-10-03 12:15:45 +00:00
Petr Skoda
8e803c3f9f MDL-24321 switching to stdClass in /login/ and /message/ 2010-09-21 08:18:23 +00:00
Petr Skoda
91421f3ead a few spelling fixes 2010-09-18 12:07:01 +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
3dcb80cbd8 fixed missing global PAGE 2010-09-17 19:35:43 +00:00
Petr Skoda
1e72553540 fixed wrong admin detection 2010-09-17 19:35:21 +00:00
Petr Skoda
1d236fef10 fixed unterminated JS statements 2010-09-17 19:33:24 +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
Petr Skoda
4758639429 MDL-24080 converting remaining NOT LIKEs 2010-09-04 14:52:47 +00:00
Petr Skoda
dd54dc31b6 MDL-24079 messaging now using new sql_like 2010-09-04 13:05:51 +00:00
Petr Skoda
9d97f08e99 MDL-14679 fixed multiple old style insert_record calls, we throw exceptions now from DML 2010-09-03 16:26:04 +00:00
Petr Skoda
a8320bc431 MDL-23184 some TODOs for incorrect text cleaning 2010-09-02 18:41:38 +00:00
Petr Skoda
7b2e259c8c MDL-23856 fixed incorrect integer comparison, we should not use === or !== because one may be integer and the other string 2010-08-18 22:18:53 +00:00
David Mudrak
cb616be854 MDL-21695 Making old_help_icon() deprecated
Some of the callers have never been fully implemented (help file never existed)
so I just dropped the help icon. In other cases, new help_icon() is
used. The help icons support in the messaging must be reviewed by the
subsystem maintainer.
2010-08-16 15:29:46 +00:00
Petr Skoda
b11681e036 MDL-23784 fixed more incorrect pix links 2010-08-12 18:38:56 +00:00
Petr Skoda
4f622c38a1 MDL-23774 only administrators may edit administartor accounts 2010-08-12 09:44:28 +00:00
Andrew Davis
e858c368ff rss MDL-23473 made blog rss feeds work 2010-07-28 02:32:11 +00:00
Sam Hemelryk
5ac851fba1 messaging MDL-23223 Fixed navigation link being added when messaging disabled 2010-07-13 02:35:31 +00:00
Andrew Davis
4652f2d48c message MDL-23238 removed refresh button that suddenly appears on messages page 2010-07-13 00:41:38 +00:00
Martin Dougiamas
248403fa50 MDL-22320 Use short name for the contact list 2010-07-12 13:51:10 +00:00
Martin Dougiamas
22c2732d6d MDL-23051 Removed H1 tag which made no sense 2010-07-12 12:56:49 +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
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