moodle/user
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
..
default MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
filters MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
profile MDL-26177 compare 255 chars when checking custom field uniqueness 2011-02-02 09:15:42 +01:00
selector MDL-27148 use new get_in_or_equal() param prefix instead of start 2011-04-14 15:15:01 +02:00
action_redir.php 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 2010-06-21 15:30:49 +00:00
addnote.php MDL-13481 Strings fullname and shortname are now deprecated 2011-02-28 09:42:50 +01:00
edit.php MDL-26795 fix incorrect location of email change strings 2011-03-27 17:19:23 +02:00
edit_form.php MDL-4633: remove 'required' rule for user's profile description 2011-03-10 15:45:49 +08:00
editadvanced.php MDL-27171 messages: implement new syntax in messages.php and update processing 2011-05-27 14:06:56 +01:00
editadvanced_form.php MDL-25459 removing option to set picture and tags in admin profile setup form, we can use these only after setup is finished 2010-12-03 05:26:17 +00:00
editlib.php MDL-26795 fix incorrect location of email change strings 2011-03-27 17:19:23 +02:00
emailupdate.php MDL-26795 fix incorrect location of email change strings 2011-03-27 17:19:23 +02:00
externallib.php 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
files.php NOMDL, added capability check 2010-10-21 04:40:49 +00:00
filesedit.php MDL-24321 switching to stdClass in /user/ 2010-09-21 08:27:29 +00:00
filesedit_form.php "MDL-23894, added user quota limit to filesedit form" 2010-08-24 07:52:12 +00:00
groupaddnote.php MDL-24321 switching to stdClass in /user/ 2010-09-21 08:27:29 +00:00
grouppix.php MDL-20693 new NO_DEBUG_DISPLAY define 2009-10-31 22:02:05 +00:00
index.php MDL-26834 remove suspended users from the participants list 2011-03-16 22:10:12 +01:00
lib.php MDL-24578 removed duplicate user delete functions, fixed unenrol bugs 2010-10-08 08:47:04 +00:00
managetoken.php webservice MDL-24541 change wsdoc.php external authentication into a normal moodle page with require_login(), no form, documentation directly related to the token and display from the user security keys page (see MDL for more information) 2010-10-08 03:03:10 +00:00
message.html 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
messageselect.php message MDL-25616 adding recent conversations and recent notifications screens 2011-02-15 11:17:38 +08:00
module.js MDL-23367 First cut at moving the private files interface under /user. Has a few small bugs, working on them. 2010-07-19 13:21:16 +00:00
pix.php MDL-24500 user pix BC 2010-10-03 18:12:20 +00:00
pixgroup.php MDL-24500 group pix BC - just empty image to prevent broken links 2010-10-03 18:27:21 +00:00
policy.php message MDL-25148 using method on $PAGE to allow or disallow popup notifications 2010-11-11 06:11:43 +00:00
portfolio.php NAVIGATION MDL-25468 remove optional_param from navigationlib.php, use override_active_url to help find the correct node 2011-02-07 16:25:58 +08:00
portfoliologs.php NAVIGATION MDL-25468 remove optional_param from navigationlib.php, use override_active_url to help find the correct node 2011-02-07 16:25:58 +08:00
profile.php MDL-27220 add missing tag lib include 2011-04-17 11:08:24 +02:00
profilesys.php MDL-19124 Fix up the headers with strings 2010-05-05 05:58:56 +00:00
renderer.php "MDL-23920, added prompt message to user/files.php" 2010-09-08 14:01:58 +00:00
repository.php MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
view.php Merged MDL-25805 Renamed property and function to be a little more descriptive 2011-05-03 15:41:34 +08:00