158 Commits

Author SHA1 Message Date
Andrew Davis
156205fc97 message MDL-25380 preventing html tags appearing in emailed messages when a message is sent to course participants 2010-11-24 04:17:52 +00:00
Andrew Davis
536a56e771 message MDL-25359 now specifying message recipient in IM email notification footer link to avoid weirdness on servers with autologin as guest turned on 2010-11-22 01:44:10 +00:00
Andrew Davis
2846b9a6a2 message MDL-25240 made filters work when displaying messages 2010-11-17 06:36:26 +00:00
Andrew Davis
943630292a message MDL-25148 fixed a bug with my popup availability bug fix 2010-11-11 09:17:47 +00:00
Andrew Davis
d38755249d message MDL-25148 using method on $PAGE to allow or disallow popup notifications 2010-11-11 06:11:43 +00:00
Andrew Davis
f38325960e message MDL-25095 increased the size of the message fragment displayed in the message search 2010-11-08 03:10:30 +00:00
Andrew Davis
4090a30fa2 message MDL-24972 removed some no longer required references to tabs 2010-11-02 07:58:16 +00:00
Andrew Davis
4ffa1463ec message MDL-24972 made sure all strings in messages are in the message recipient's language 2010-11-02 07:37:25 +00:00
Andrew Davis
08cd70cf48 message MDL-24972 integrated message search into /message/index.php instead of having it happen on a separate page. This removed the need for contacts.php to exist. 2010-11-02 06:09:10 +00:00
Andrew Davis
f20b0afabb message MDL-24972 removed the repeated restatement of your search terms in the search results 2010-11-02 03:09:56 +00:00
Andrew Davis
a402c30923 message MDL-24972 made search box smaller and added highlighting of currently selected user 2010-11-02 03:05:11 +00:00
Andrew Davis
31c532d0c8 message MDL-24972 removed the new search button and moved blocked users to last position in the messaging nav box 2010-11-01 09:01:45 +00:00
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
14a0e7ddff message MDL-24771 another big commit of messaging fixes 2010-10-26 08:00:29 +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
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
27a3976343 message MDL-24548 some emergency bug fixes to messaging 2010-10-08 02:31:57 +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
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
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
3dcb80cbd8 fixed missing global PAGE 2010-09-17 19:35:43 +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
b11681e036 MDL-23784 fixed more incorrect pix links 2010-08-12 18:38:56 +00:00
Andrew Davis
e858c368ff rss MDL-23473 made blog rss feeds work 2010-07-28 02:32:11 +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
1560760fb0 message MDL-23098 fixed the eratic behaviour of new message notifications 2010-07-06 01:52:32 +00:00
Petr Skoda
3a11c09f5b MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support 2010-07-04 18:36:34 +00:00
Andrew Davis
cee9228252 message MDL-23051 made the contact list display properly after removing a contact from within the contact search results. 2010-07-02 08:08:11 +00:00
Andrew Davis
627bb9ec78 message MDL-23034 now making use of user_picture::fields() 2010-07-01 02:12:46 +00:00
Martin Dougiamas
65fbace7f0 messaging MDL-22320 Fixed a typo causing undefined variable notice 2010-06-29 14:57:45 +00:00
Andrew Davis
02f2c7bda1 messaging MDL-22320 replaced the old popup index.php with the new non-popup index.php 2010-06-29 07:27:24 +00:00
Andrew Davis
b32778c400 messaging MDL-22320 switched messaging over to usign a layout rather than a popup to notify the user of new messages 2010-06-29 06:57:21 +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
229f4e9270 messaging MDL-22320 removed a validation error on the messages page 2010-06-28 03:07:02 +00:00
Andrew Davis
41117b3ec0 messaging MDL-22320 made the links under the other users pic on the messaging page smaller 2010-06-28 02:59:06 +00:00
Andrew Davis
6898e84855 messaging MDL-22320 Removed some rouge spaces that were being included in links 2010-06-28 02:07:45 +00:00
Andrew Davis
43240ea13f messaging MDL-22320 added a missing call to get_string 2010-06-25 08:37:01 +00:00
Andrew Davis
c8621a0280 messaging MDL-22320 first commit for new messaging UI 2010-06-25 08:16:10 +00:00
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00