jonathanharker
62cf1ae8c1
MDL-16875 New Moodle setting - sessioncookiedomain
...
Added new sessioncookiedomain setting to session handling section.
* allows you to change the domain that the Moodle cookies are available
from. This is useful for Moodle customisations (i.e. Squirrelmail SSO
or enrolment plugins) that need to share Moodle session information
with a web application on another subdomain.
* Will NOT work if the moodle host does not have a domain - i.e. just a
hostname, e.g. 'localhost' or 'myhostname'. Needs a FQDN
* Currently the setting is set to PARAM_TEXT length 50 since PARAM_HOST
does not allow a leading dot e.g. '.mydomain.com'
* TODO: do we make up a new PARAM_COOKIEDOMAIN which is the same as
PARAM_HOST but allows leading dots? Using PARAM_HOST and prepending a
dot may not always be desirable.
2008-12-14 23:30:58 +00:00
skodak
0043e716bc
MDL-11265 added shorter log retention periods and a warning that it might have some side effects; backported from HEAD
2008-12-06 17:45:30 +00:00
skodak
c372f7bac5
CONTRIB-849 phpPgAdmin integration hook
2008-11-01 17:52:21 +00:00
stronk7
a1fb0461d1
Adding new setting "statsruntimedays" to configure the number
...
of days to calculate as max per stats cron invocation. Part of MDL-16709
2008-10-13 21:45:23 +00:00
tjhunt
3177a65e62
MDL-13894 Impoved fix with less duplicated code, no notices displayed before you get to the 'New settings' screen, and named constants instead of magic numbers.
2008-09-23 05:18:03 +00:00
scyrma
90ada2fc85
MDL-13894: saving a better source IP, following what the admin wants.
2008-09-18 08:16:01 +00:00
stronk7
c2c2f12d41
Allow multiple SMTP hosts or host:port to be defined in $CFG->smtphosts. MDL-15923
2008-08-03 21:13:20 +00:00
skodak
7713cdb03c
MDL-15413 warn admins if display_errors enabled; backported from HEAD
2008-07-07 14:35:29 +00:00
skodak
dd11d7bdd3
MDL-15021 Deleted not fully setup separate admin settings; merged from MOODLE_18_STABLE but with better delete
2008-07-03 14:08:43 +00:00
scyrma
bdde7324d7
esthetic typo fix
2008-05-05 07:13:22 +00:00
skodak
e43ed443fe
MDL-10660 reverting previous changes - see tracker
2008-04-01 08:47:04 +00:00
dongsheng
c9f43908a4
MDL-10660, check whether memcache has been installed.
2008-03-26 02:18:53 +00:00
skodak
1b268daa33
MDL-13192 major stats cleanup patch - see tracker for more details
2008-02-16 18:32:23 +00:00
skodak
98cb031e96
MDL-13239 improved smtp bulk setting based on feedback from Gary
2008-02-02 16:22:15 +00:00
skodak
ab62d48e88
MDL-13239 smtp bulk sending
2008-02-01 07:04:25 +00:00
skodak
5a5534d815
MDL-11845 unmask password field type for proxy url - thanks Dan for reminding me
2007-12-30 22:24:38 +00:00
skodak
593eb8ee75
MDL-11845 removing curl emulation library, snoopy has better support for proxies and seems to be more reliable on different platforms; spelling correction cURL instead of Curl; adding all proxy admin settings; better debug messages for file downloading; SOCKS5 proxy support
2007-12-30 19:42:04 +00:00
skodak
4bdb55f50b
MDL-12716 fixed admin setting for rcache; more robust rcache handling in setup.php
2007-12-23 13:08:56 +00:00
skodak
45158bdb9d
MDL-12443 use "UTF-8" label instead of "None" in sitemailcharset select box
2007-12-20 21:16:33 +00:00
skodak
40f43aa1fc
MDL-11561 admin tree improvements and bugfixing; backported from HEAD
2007-12-19 17:38:37 +00:00
skodak
470b711740
MDL-12103 new config option for mail newline chars
2007-12-17 23:39:43 +00:00
skodak
5bdacd72ef
MFC: MDL-10365 grade history can be turned off + lifetime
2007-11-08 09:58:55 +00:00
skodak
a32126839c
MFC: MDL-11563 replaced hardcoded permission check from admin_tree_block
2007-10-28 22:36:29 +00:00
skodak
1bc8aab1c5
fixed defaults and hardcoded lang strings in performance settings
2007-10-07 14:01:36 +00:00
skodak
8e5da17a44
MDL-11562 supportname and supportemail are are now initialized after admin user setup
...
MDL-11566 only site shortname, fullname and desc are required/displayed during installation
MDL-11567 fixed upgradesettings redirects if error in settings
MDL-11143 defaultfrontpageroleid moved to Frontpage settings page (easier to find), speedup
2007-10-02 21:38:53 +00:00
stronk7
29c5c63e42
Adding new setting to control XML headers. MDL-11216
2007-09-21 17:27:14 +00:00
moodler
ed5d0baabc
OK NOW the email notice is fixed :-|
2007-08-09 08:08:06 +00:00
moodler
72ce416cd7
Fixed notice about $USER when not logged in
2007-08-06 07:53:31 +00:00
tjhunt
3a41f324cc
Fix notices on the admin page.
2007-08-01 16:54:39 +00:00
moodler
b20ce924ee
Just trying some default settings here MDL-10529
2007-08-01 09:07:42 +00:00
moodler
3917c07e35
Added supportpage as well, while I'm at it. MDL-10529
2007-08-01 08:25:41 +00:00
moodler
9610a4fae3
Added new settings supportname and supportemail MDL-10529 Admin is no longer to be used as main contact
2007-08-01 08:05:55 +00:00
skodak
54bb33eb10
MDL-9652 rename new password reveal to unmask
2007-04-30 18:03:19 +00:00
skodak
eba8cd63b4
MDL-9588 Addd password reveal class to admin settings forms
2007-04-26 07:08:12 +00:00
skodak
531468274f
MDL-5229 and MDL-6196 adding gb18030 mime header encoding; merged from MOODLE_18_STABLE
2007-03-12 08:41:28 +00:00
skodak
854f5ef034
MDL-8834 smtp debugging can now be turned off - now independent on $CFG->debug; merged from MOODLE_18_STABLE
2007-03-09 20:16:48 +00:00
skodak
84c8ede022
MDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specify context together with required capability for each entry
...
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - first part of cleanup related to frontpage
2007-01-29 21:29:27 +00:00
martinlanghoff
bb931a61c6
rcache: cleanup, upgrade path, config options (MDL-8163)
...
record cache and caching schemes get a little cleanup, faster
if()s and a nice set of config options. Users who've been using
the internal cache get a nice upgrade too.
2007-01-14 23:02:13 +00:00
martinlanghoff
47b8b9eb80
Introducing $CFG->debugdisplay -- mimics PHPs display_errors, controls debugging()
2006-12-21 04:30:03 +00:00
skodak
665958c2b9
PARAM_PATH can be used only for relative paths, there is no parameter type for absolute paths that would be compatible with win32 - use PARAM_RAW for now, add file_exists validation later MDL-7617
2006-11-20 13:34:06 +00:00
skodak
810944af7f
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
2006-11-11 17:23:20 +00:00
sam_marshall
2af5513789
MDL-7346 Changed enablerecordcache to be a limit for the size of cache, not just an on/off switch.
2006-11-03 17:29:15 +00:00
skodak
721d74b02c
Disabled global search by default and marked as experimental MDL-7296 and AJAX moved to experimental too; merged from MOODLE_17_STABLE
2006-10-30 21:01:47 +00:00
stronk7
4a575a6570
Added enablerecordcache setting to control the get_record() cache.
...
Note that some parts of Moodle can enable/disable it selectively.
Merged from MOODLE_17_STABLE
2006-10-30 15:58:46 +00:00
skodak
7b9c99798c
Turn AJAX off for now at site level MDL-7254; merged from MOODLE_17_STABLE
2006-10-27 20:34:40 +00:00
skodak
421f60f9c9
fixed default proxyport value
2006-09-27 10:30:54 +00:00
skodak
eef868d17d
major whitespace cleanup - fixed trailng whitespace in new files and admin area
2006-09-20 21:00:45 +00:00
skodak
6124048972
major whitespace cleanup - fixed tabs
2006-09-20 20:31:09 +00:00
moodler
1ea1bcb36b
New admin menu files
2006-09-03 14:52:43 +00:00