Dan Poltawski
3fad0f1a24
MDL-48766 iplookup: Update to geoip2 db to support ipv6
...
The previous maxmind geoip database is now legacy and the GeoIP2
version supports ipv6.
2016-09-19 08:59:39 +01:00
Petr Skoda
91bafd76f5
MDL-49828 timezones: improve settings performance
2015-04-12 12:38:06 +12:00
Petr Skoda
d6e7a63d9a
MDL-49684 timezones: rewrite timezone support
...
This patch replaces all homegrown timezone
stuff with standard PHP date/time code.
The main change is the introduction of core_date
class that returns normalised user and server
timezones. From now on nobody should be using
$CFG->timezone or $user->timezone directly!
Other new features and fixes:
* admins are prompted for timezone during install
* editing of other users is finally fixed
* timezones are displayed in user profile
* new $this->setTimezone() in phpunit
* time locale is now automatically reset in phpunit
* timezone is now automatically reset in phpunit
* phpunit has Australia/Perth as default timezone
2015-04-06 13:53:51 +12:00
Petr Škoda
704533fca7
MDL-34960 drop deprecated Google Maps API V2
2012-08-19 20:07:27 +02:00
Petr Škoda
cec7d43591
MDL-34959 add Google Maps API V3 support
2012-08-19 19:52:35 +02:00
Sam Hemelryk
e106013f34
MDL-26155 admin: Converted admin settings to use new lang_string
2012-01-03 09:09:40 +13:00
Petr Skoda
9597e00b79
MDL-29509 move timezoneimport to admin tools
...
AMOS BEGIN
MOV [configintrotimezones,core_admin],[configintrotimezones,tool_timezoneimport]
MOV [importtimezones,core_admin],[importtimezones,tool_timezoneimport]
MOV [importtimezonescount,core_admin],[importtimezonescount,tool_timezoneimport]
MOV [importtimezonesfailed,core_admin],[importtimezonesfailed,tool_timezoneimport]
MOV [updatetimezones,core_admin],[updatetimezones,tool_timezoneimport]
AMOS END
2011-09-27 00:39:20 +02:00
Petr Skoda
fa7f750c60
MDL-25778 add defaultcity option
...
This is based on patch by Jonathan Harker.
2011-02-14 20:10:50 +01:00
Petr Skoda
11b749ca90
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 10:32:02 +00:00
tjhunt
7409013e79
moodlelib: MDL-19764 change get_list_of_countries so admins can more easily control the list.
...
* New admin setting $CFG->allcountrycodes - on Location page.
* Same rules used to translate country names as any other string.
* With unit tests.
2009-10-02 11:30:11 +00:00
skodak
7c09710cbf
MDL-12796 iplookup rewrite
2008-01-02 16:47:57 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
skodak
a559f6306e
MDL-11563 replaced hardcoded permission check from admin_tree_block
2007-10-28 22:35:00 +00:00
moodler
0768af851b
Deleted excess call ... MDL-8451
2007-07-11 09:10:01 +00:00
moodler
33b17c67c9
Added IP lookup plugin choice to GUI
2006-10-01 16:25:35 +00:00
moodler
8f8ed475f7
Added a new setting called $CFG->defaultuserroleid which defines
...
the role that ALL users get by default when they log in.
2006-09-14 09:39:23 +00:00
moodler
1ea1bcb36b
New admin menu files
2006-09-03 14:52:43 +00:00