moodle/backup
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
..
cc MDL-47569 backup: Escape section summary for XML 2014-10-07 11:47:40 -07:00
controller MDL-44141 Completion: System updates data during restore 2014-03-18 13:31:34 +00:00
converter MDL-47569 backup: Do not close questions tag if never opened 2014-10-07 11:48:35 -07:00
moodle2 Merge branch 'MDL-49547' of git://github.com/timhunt/moodle 2015-03-31 14:43:48 +01:00
util MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00
backup.class.php MDL-48143 backup: Bump release to 2.9 dev branch 2014-11-10 17:32:34 +01:00
backup.php MDL-41754 (1) Progress tracking : moved from backup and restore to core 2014-01-27 17:45:50 +07:00
backupfilesedit.php MDL-35991 - use PARAM_LOCALURL for local urls 2013-01-07 10:09:20 +08:00
backupfilesedit_form.php MDL-40816 backup: code cleanup on the manage backups form 2013-07-22 18:15:07 +08:00
import.php Merge branch 'MDL-41644' of git://github.com/apsdehal/moodle 2014-02-12 09:24:06 +13:00
log.php MDL-34469 - lib - replacement of the deprecated get_context_instance and get_context_by_id functions (group 15) 2012-07-30 14:59:57 +08:00
restore.php MDL-35638 backup: Do not print headers during redirects 2014-11-11 11:07:44 +05:30
restorefile.php MDL-43526 course: links to restore from management and admin structure. 2014-01-07 12:08:34 +08:00
restorefile_form.php MDL-38735 backup: add missing setType() to forms 2013-04-03 02:17:40 +02:00
upgrade.txt MDL-40618 backup: centralize info field, use info in queries. 2013-07-23 19:50:53 +10:00