moodle/admin
Ruslan Kabalin 2f2137fca4 MDL-27171 messages: admin settings reordering
This includes:
 * most email settings go from general admin setings to email plugin settings
 * digestmailtime goes to mod/forum/settings.php
 * supportname, supportemail and supportpage go to Support contact page
 * all jabber settings go from general admin setings to jabber plugin settings

AMOS BEGIN
 MOV [jabberhost,admin],[jabberhost,message_jabber]
 MOV [configjabberhost,admin],[configjabberhost,message_jabber]
 MOV [jabberserver,admin],[jabberserver,message_jabber]
 MOV [configjabberserver,admin],[configjabberserver,message_jabber]
 MOV [jabberusername,admin],[jabberusername,message_jabber]
 MOV [configjabberusername,admin],[configjabberusername,message_jabber]
 MOV [jabberpassword,admin],[jabberpassword,message_jabber]
 MOV [configjabberpassword,admin],[configjabberpassword,message_jabber]
 MOV [jabberport,admin],[jabberport,message_jabber]
 MOV [configjabberport,admin],[configjabberport,message_jabber]
 MOV [digestmailtime,admin],[digestmailtime,forum]
 MOV [configdigestmailtime,admin],[configdigestmailtime,forum]
 MOV [allowusermailcharset,admin],[allowusermailcharset,message_email]
 MOV [configallowusermailcharset,admin],[configallowusermailcharset,message_email]
 MOV [mailnewline,admin],[mailnewline,message_email]
 MOV [configmailnewline,admin],[configmailnewline,message_email]
 MOV [noreplyaddress,admin],[noreplyaddress,message_email]
 MOV [confignoreplyaddress,admin],[confignoreplyaddress,message_email]
 MOV [sitemailcharset,admin],[sitemailcharset,message_email]
 MOV [configsitemailcharset,admin],[configsitemailcharset,message_email]
 MOV [smtphosts,admin],[smtphosts,message_email]
 MOV [configsmtphosts,admin],[configsmtphosts,message_email]
 MOV [smtpmaxbulk,admin],[smtpmaxbulk,message_email]
 MOV [configsmtpmaxbulk,admin],[configsmtpmaxbulk,message_email]
 MOV [smtpuser,admin],[smtpuser,message_email]
 MOV [configsmtpuser,admin],[configsmtpuser,message_email]
 MOV [smtppass,admin],[smtppass,message_email]
AMOS END

Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-27 13:49:28 +01:00
..
cli MDL-27121 fix incorrect check_moodle_environment() version parameter 2011-04-09 17:43:52 +02:00
dbtransfer MDL-25973 add missing charset 2011-01-14 09:32:17 +01:00
mnet MDL-25647 mnet: fixed checkbox handling at peer services form 2010-12-20 16:58:25 +01:00
registration MDL-26179 implement the new 5 registration use cases 2011-02-15 10:24:32 +01:00
report MDL-27293 report customlang has extra execution time and displays a progress bar during the checkout 2011-04-27 14:08:48 +02:00
roles MDL-27460 roles: now closing a record set that wasnt being closed 2011-05-10 17:01:08 +08:00
settings MDL-27171 messages: admin settings reordering 2011-05-27 13:49:28 +01:00
user MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
webservice webservice MDL-25195 fix web service admin pages navigation bar/navigation 2010-11-16 07:45:31 +00:00
xmldb MDL-25973 add missing charset 2011-01-14 09:32:17 +01:00
auth.php MDL-24127 fixed incorrect $url variable names 2010-09-07 19:47:08 +00:00
auth_config.php MDL-23245 Added support for new style of auth plugin configuration 2010-07-13 12:45:15 +00:00
block.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
blocks.php blocks admin MDL-26827- allow blocks settings to be an admin externalpage 2011-03-16 09:12:22 +00:00
bloglevelupgrade.php MDL-26876 use correct blog post format when migrating to forum posts 2011-03-20 08:28:46 +01:00
cron.php MDL-25314 improved prevention of output buffering + detection of misconfigured servers 2010-11-19 03:40:43 +00:00
dbperformance.php MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
delete.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
editors.php MDL-19211 back to the old text format preferences logic + minor refactoring and improvements 2010-07-10 12:12:59 +00:00
enrol.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
environment.php fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
environment.xml MDL-26985 new Moodle 2.1 requirements 2011-03-26 22:02:42 +01:00
filters.php coding style hint - no globals! 2010-09-17 09:57:10 +00:00
generator.php MDL-27148 use new get_in_or_equal() param prefix instead of start 2011-04-14 15:15:01 +02:00
handlevirus.php MDL-24321 switching to stdClass in /admin/ and / 2010-09-21 08:44:02 +00:00
health.php MDL-24751 using new memory constants 2010-10-19 10:13:15 +00:00
index.php MDL-27053 Code maturity info added to admin notifications page 2011-04-13 15:03:25 +02:00
innodb.php fixed fatal errors 2010-08-05 20:14:55 +00:00
langimport.php MDL-26914 When installing a lang pack, install all the grandparents too 2011-03-31 12:21:05 +02:00
licenses.php "MDL-21146, adding file license support to repository api, first commit" 2010-03-29 03:39:08 +00:00
localplugins.php MDL-23899 migration to new locale aware asort 2010-09-05 13:00:47 +00:00
mailout-debugger.php fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
message.php MDL-27171 messages: admin settings reordering 2011-05-27 13:49:28 +01:00
modules.php MDL-25921 show error when module table is missing 2011-01-30 13:02:42 +01:00
multilangupgrade.php MDL-25708 recordsets - fix admin dir uses 2011-01-25 19:58:59 +01:00
oacleanup.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
phpinfo.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
plugins.php MDL-26784 Improved plugins check screen and the new plugins management screen 2011-03-31 13:59:05 +02:00
portfolio.php Admin MDL-23244 Portfolio/repo admin pages use nested forms, which are illegal HTML and cause first dropdown on page to break 2010-11-08 17:12:03 +00:00
process_email.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
purgecaches.php admin purge caches MDL-24591 (part) make the redirect go somewhere sensible. 2010-11-08 13:42:01 +00:00
qtypes.php qtype admin MDL-25987 also allow question type settings to be on an admin_externalpage. 2011-01-14 19:10:47 +00:00
renderer.php MDL-26784 Improved plugins check screen and the new plugins management screen 2011-03-31 13:59:05 +02:00
replace.php MDL-25352 fix tiny typo 2011-03-14 01:12:38 +01:00
repository.php Admin MDL-23244 Portfolio/repo admin pages use nested forms, which are illegal HTML and cause first dropdown on page to break 2010-11-08 17:12:03 +00:00
repositoryinstance.php admin/repository MDL-15402 Checking in code from Mark Nelson @ Pukunui.com.au. Thanks, Mark and Shane! This patch updates the repository admin interface to look more like Filters management 2010-04-30 08:03:32 +00:00
resetemoticons.php MDL-24777 new emoticon_manager and its admin settings 2010-10-23 18:40:11 +00:00
search.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
settings.php MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:35:27 +00:00
timezone.php MDL-21235 fixed select method name 2010-01-16 18:29:51 +00:00
timezoneimport.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
upgradesettings.php admin MDL-20204 Remove blocks from the upgradesettings screen 2010-06-22 01:47:51 +00:00
uploadpicture.php MDL-24751 fixed default memory limit when deciding to use apache_child_terminate(), apache_child_terminate() is now called from one place only 2010-10-19 10:00:29 +00:00
uploadpicture_form.php MDL-22574, fixed file type 2010-06-08 08:02:14 +00:00
uploaduser.php MDL-27007 fix incorrectly suspended user enrolment when uploading users 2011-04-09 12:09:23 +02:00
uploaduser_form.php MDL-26803 fix switched values of autosubscribe defaults in user upload 2011-03-16 20:00:06 +01:00
uploaduserlib.php MDL-17344 fix case and unicode related profile field issues in user upload 2011-04-14 13:19:52 +02:00
user.php MDL-26733 avoid possible notice in admin/user.php. 2011-03-08 17:48:05 +00:00