summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-18 14:31:42 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-18 14:52:49 +0000
commit6177601f1b8352832a205f3b48b5fc560ce8c621 (patch)
tree4f9a03238d02179266da79b8c08148c794732e21
parent4f12e630318460b4eff503a88de045c5ca5715d6 (diff)
downloadwebtrees-6177601f1b8352832a205f3b48b5fc560ce8c621.tar.gz
webtrees-6177601f1b8352832a205f3b48b5fc560ce8c621.tar.bz2
webtrees-6177601f1b8352832a205f3b48b5fc560ce8c621.zip
Update list of old files
-rw-r--r--admin.php33
1 files changed, 31 insertions, 2 deletions
diff --git a/admin.php b/admin.php
index 234ebc81a7..9fa3ccdc8c 100644
--- a/admin.php
+++ b/admin.php
@@ -670,10 +670,39 @@ function old_paths() {
WT_ROOT . 'themes/xenea/jquery-ui-1.10.3',
WT_ROOT . 'themes/_administration/css-1.6.0',
WT_ROOT . 'themes/_administration/jquery-ui-1.10.3',
- // Removed in 1.6.3
+ // Removed in 1.7.0
WT_ROOT . 'js/jquery-1.11.1.js',
WT_ROOT . 'js/jquery.datatables-1.10.3.js',
- // Removed in 1.7.0
+ WT_ROOT . 'js/jquery.jeditable-1.7.3.js',
+ WT_ROOT . 'js/webtrees-1.6.2.js',
WT_ROOT . 'library/WT/MenuBar.php',
+ WT_ROOT . 'themes/_administration/css-1.6.2',
+ WT_ROOT . 'themes/_administration/templates',
+ WT_ROOT . 'themes/_administration/header.php',
+ WT_ROOT . 'themes/_administration/footer.php',
+ WT_ROOT . 'themes/clouds/css-1.6.2',
+ WT_ROOT . 'themes/clouds/templates',
+ WT_ROOT . 'themes/clouds/header.php',
+ WT_ROOT . 'themes/clouds/footer.php',
+ WT_ROOT . 'themes/colors/css-1.6.2',
+ WT_ROOT . 'themes/colors/templates',
+ WT_ROOT . 'themes/colors/header.php',
+ WT_ROOT . 'themes/colors/footer.php',
+ WT_ROOT . 'themes/fab/css-1.6.2',
+ WT_ROOT . 'themes/fab/templates',
+ WT_ROOT . 'themes/fab/header.php',
+ WT_ROOT . 'themes/fab/footer.php',
+ WT_ROOT . 'themes/minimal/css-1.6.2',
+ WT_ROOT . 'themes/minimal/templates',
+ WT_ROOT . 'themes/minimal/header.php',
+ WT_ROOT . 'themes/minimal/footer.php',
+ WT_ROOT . 'themes/webtrees/css-1.6.2',
+ WT_ROOT . 'themes/webtrees/templates',
+ WT_ROOT . 'themes/webtrees/header.php',
+ WT_ROOT . 'themes/webtrees/footer.php',
+ WT_ROOT . 'themes/xenea/css-1.6.2',
+ WT_ROOT . 'themes/xenea/templates',
+ WT_ROOT . 'themes/xenea/header.php',
+ WT_ROOT . 'themes/xenea/footer.php',
);
}