forked from fisharebest/webtrees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.php
executable file
·604 lines (586 loc) · 24.7 KB
/
admin.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<?php
/**
* webtrees: online genealogy
* Copyright (C) 2017 webtrees development team
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace Fisharebest\Webtrees;
use Fisharebest\Webtrees\Controller\PageController;
use Fisharebest\Webtrees\Functions\Functions;
use Fisharebest\Webtrees\Module\AbstractModule;
use Fisharebest\Webtrees\Module\ModuleConfigInterface;
/** @global Tree $WT_TREE */
global $WT_TREE;
require 'includes/session.php';
// This is a list of old files and directories, from earlier versions of webtrees, that can be deleted.
// It was generated with the help of a command like this:
// git diff 1.6.0..master --name-status | grep ^D
$old_files = [
// Removed in 1.0.2
WT_ROOT . 'language/en.mo',
// Removed in 1.0.3
WT_ROOT . 'themechange.php',
// Removed in 1.0.4
// Removed in 1.0.5
// Removed in 1.0.6
// Removed in 1.1.0
WT_ROOT . 'addremotelink.php',
WT_ROOT . 'addsearchlink.php',
WT_ROOT . 'client.php',
WT_ROOT . 'dir_editor.php',
WT_ROOT . 'editconfig_gedcom.php',
WT_ROOT . 'editgedcoms.php',
WT_ROOT . 'edit_merge.php',
WT_ROOT . 'genservice.php',
WT_ROOT . 'logs.php',
WT_ROOT . 'manageservers.php',
WT_ROOT . 'media.php',
WT_ROOT . 'module_admin.php',
//WT_ROOT.'modules', // Do not delete - users may have stored custom modules/data here
WT_ROOT . 'opensearch.php',
WT_ROOT . 'PEAR.php',
WT_ROOT . 'pgv_to_wt.php',
WT_ROOT . 'places',
//WT_ROOT.'robots.txt', // Do not delete this - it may contain user data
WT_ROOT . 'serviceClientTest.php',
WT_ROOT . 'siteconfig.php',
WT_ROOT . 'SOAP',
WT_ROOT . 'themes/clouds/mozilla.css',
WT_ROOT . 'themes/clouds/netscape.css',
WT_ROOT . 'themes/colors/mozilla.css',
WT_ROOT . 'themes/colors/netscape.css',
WT_ROOT . 'themes/fab/mozilla.css',
WT_ROOT . 'themes/fab/netscape.css',
WT_ROOT . 'themes/minimal/mozilla.css',
WT_ROOT . 'themes/minimal/netscape.css',
WT_ROOT . 'themes/webtrees/mozilla.css',
WT_ROOT . 'themes/webtrees/netscape.css',
WT_ROOT . 'themes/webtrees/style_rtl.css',
WT_ROOT . 'themes/xenea/mozilla.css',
WT_ROOT . 'themes/xenea/netscape.css',
WT_ROOT . 'uploadmedia.php',
WT_ROOT . 'useradmin.php',
WT_ROOT . 'webservice',
WT_ROOT . 'wtinfo.php',
// Removed in 1.1.1
// Removed in 1.1.2
WT_ROOT . 'treenav.php',
// Removed in 1.2.0
WT_ROOT . 'themes/clouds/jquery',
WT_ROOT . 'themes/colors/jquery',
WT_ROOT . 'themes/fab/jquery',
WT_ROOT . 'themes/minimal/jquery',
WT_ROOT . 'themes/webtrees/jquery',
WT_ROOT . 'themes/xenea/jquery',
// Removed in 1.2.1
// Removed in 1.2.2
WT_ROOT . 'themes/clouds/chrome.css',
WT_ROOT . 'themes/clouds/opera.css',
WT_ROOT . 'themes/clouds/print.css',
WT_ROOT . 'themes/clouds/style_rtl.css',
WT_ROOT . 'themes/colors/chrome.css',
WT_ROOT . 'themes/colors/opera.css',
WT_ROOT . 'themes/colors/print.css',
WT_ROOT . 'themes/colors/style_rtl.css',
WT_ROOT . 'themes/fab/chrome.css',
WT_ROOT . 'themes/fab/opera.css',
WT_ROOT . 'themes/minimal/chrome.css',
WT_ROOT . 'themes/minimal/opera.css',
WT_ROOT . 'themes/minimal/print.css',
WT_ROOT . 'themes/minimal/style_rtl.css',
WT_ROOT . 'themes/xenea/chrome.css',
WT_ROOT . 'themes/xenea/opera.css',
WT_ROOT . 'themes/xenea/print.css',
WT_ROOT . 'themes/xenea/style_rtl.css',
// Removed in 1.2.3
//WT_ROOT.'modules_v2', // Do not delete - users may have stored custom modules/data here
// Removed in 1.2.4
WT_ROOT . 'modules_v3/gedcom_favorites/help_text.php',
WT_ROOT . 'modules_v3/GEDFact_assistant/_MEDIA/media_3_find.php',
WT_ROOT . 'modules_v3/GEDFact_assistant/_MEDIA/media_3_search_add.php',
WT_ROOT . 'modules_v3/GEDFact_assistant/_MEDIA/media_5_input.js',
WT_ROOT . 'modules_v3/GEDFact_assistant/_MEDIA/media_5_input.php',
WT_ROOT . 'modules_v3/GEDFact_assistant/_MEDIA/media_7_parse_addLinksTbl.php',
WT_ROOT . 'modules_v3/GEDFact_assistant/_MEDIA/media_query_1a.php',
WT_ROOT . 'modules_v3/GEDFact_assistant/_MEDIA/media_query_2a.php',
WT_ROOT . 'modules_v3/GEDFact_assistant/_MEDIA/media_query_3a.php',
WT_ROOT . 'modules_v3/lightbox/css/album_page_RTL2.css',
WT_ROOT . 'modules_v3/lightbox/css/album_page_RTL.css',
WT_ROOT . 'modules_v3/lightbox/css/album_page_RTL_ff.css',
WT_ROOT . 'modules_v3/lightbox/css/clearbox_music.css',
WT_ROOT . 'modules_v3/lightbox/css/clearbox_music_RTL.css',
WT_ROOT . 'modules_v3/user_favorites/db_schema',
WT_ROOT . 'modules_v3/user_favorites/help_text.php',
WT_ROOT . 'search_engine.php',
WT_ROOT . 'themes/clouds/modules.css',
WT_ROOT . 'themes/colors/modules.css',
WT_ROOT . 'themes/fab/modules.css',
WT_ROOT . 'themes/minimal/modules.css',
WT_ROOT . 'themes/webtrees/modules.css',
WT_ROOT . 'themes/xenea/modules.css',
// Removed in 1.2.5
WT_ROOT . 'modules_v3/clippings/index.php',
WT_ROOT . 'modules_v3/googlemap/css/googlemap_style.css',
WT_ROOT . 'modules_v3/googlemap/css/wt_v3_places_edit.css',
WT_ROOT . 'modules_v3/googlemap/index.php',
WT_ROOT . 'modules_v3/lightbox/index.php',
WT_ROOT . 'modules_v3/recent_changes/help_text.php',
WT_ROOT . 'modules_v3/todays_events/help_text.php',
WT_ROOT . 'sidebar.php',
// Removed in 1.2.6
WT_ROOT . 'modules_v3/sitemap/admin_index.php',
WT_ROOT . 'modules_v3/sitemap/help_text.php',
WT_ROOT . 'modules_v3/tree/css/styles',
WT_ROOT . 'modules_v3/tree/css/treebottom.gif',
WT_ROOT . 'modules_v3/tree/css/treebottomleft.gif',
WT_ROOT . 'modules_v3/tree/css/treebottomright.gif',
WT_ROOT . 'modules_v3/tree/css/tree.jpg',
WT_ROOT . 'modules_v3/tree/css/treeleft.gif',
WT_ROOT . 'modules_v3/tree/css/treeright.gif',
WT_ROOT . 'modules_v3/tree/css/treetop.gif',
WT_ROOT . 'modules_v3/tree/css/treetopleft.gif',
WT_ROOT . 'modules_v3/tree/css/treetopright.gif',
WT_ROOT . 'modules_v3/tree/css/treeview_print.css',
WT_ROOT . 'modules_v3/tree/help_text.php',
WT_ROOT . 'modules_v3/tree/images/print.png',
// Removed in 1.2.7
WT_ROOT . 'login_register.php',
WT_ROOT . 'modules_v3/top10_givnnames/help_text.php',
WT_ROOT . 'modules_v3/top10_surnames/help_text.php',
// Removed in 1.3.0
WT_ROOT . 'admin_site_ipaddress.php',
WT_ROOT . 'downloadgedcom.php',
WT_ROOT . 'export_gedcom.php',
WT_ROOT . 'gedcheck.php',
WT_ROOT . 'images',
WT_ROOT . 'modules_v3/googlemap/admin_editconfig.php',
WT_ROOT . 'modules_v3/googlemap/admin_placecheck.php',
WT_ROOT . 'modules_v3/googlemap/flags.php',
WT_ROOT . 'modules_v3/googlemap/images/pedigree_map.gif',
WT_ROOT . 'modules_v3/googlemap/pedigree_map.php',
WT_ROOT . 'modules_v3/lightbox/admin_config.php',
WT_ROOT . 'modules_v3/lightbox/album.php',
WT_ROOT . 'modules_v3/tree/css/vline.jpg',
// Removed in 1.3.1
WT_ROOT . 'imageflush.php',
WT_ROOT . 'modules_v3/googlemap/wt_v3_pedigree_map.js.php',
WT_ROOT . 'modules_v3/lightbox/js/tip_balloon_RTL.js',
// Removed in 1.3.2
WT_ROOT . 'modules_v3/address_report',
WT_ROOT . 'modules_v3/lightbox/functions/lb_horiz_sort.php',
WT_ROOT . 'modules_v3/random_media/help_text.php',
// Removed in 1.4.0
WT_ROOT . 'imageview.php',
WT_ROOT . 'media/MediaInfo.txt',
WT_ROOT . 'media/thumbs/ThumbsInfo.txt',
WT_ROOT . 'modules_v3/GEDFact_assistant/css/media_0_inverselink.css',
WT_ROOT . 'modules_v3/lightbox/help_text.php',
WT_ROOT . 'modules_v3/lightbox/images/blank.gif',
WT_ROOT . 'modules_v3/lightbox/images/close_1.gif',
WT_ROOT . 'modules_v3/lightbox/images/image_add.gif',
WT_ROOT . 'modules_v3/lightbox/images/image_copy.gif',
WT_ROOT . 'modules_v3/lightbox/images/image_delete.gif',
WT_ROOT . 'modules_v3/lightbox/images/image_edit.gif',
WT_ROOT . 'modules_v3/lightbox/images/image_link.gif',
WT_ROOT . 'modules_v3/lightbox/images/images.gif',
WT_ROOT . 'modules_v3/lightbox/images/image_view.gif',
WT_ROOT . 'modules_v3/lightbox/images/loading.gif',
WT_ROOT . 'modules_v3/lightbox/images/next.gif',
WT_ROOT . 'modules_v3/lightbox/images/nextlabel.gif',
WT_ROOT . 'modules_v3/lightbox/images/norm_2.gif',
WT_ROOT . 'modules_v3/lightbox/images/overlay.png',
WT_ROOT . 'modules_v3/lightbox/images/prev.gif',
WT_ROOT . 'modules_v3/lightbox/images/prevlabel.gif',
WT_ROOT . 'modules_v3/lightbox/images/private.gif',
WT_ROOT . 'modules_v3/lightbox/images/slideshow.jpg',
WT_ROOT . 'modules_v3/lightbox/images/transp80px.gif',
WT_ROOT . 'modules_v3/lightbox/images/zoom_1.gif',
WT_ROOT . 'modules_v3/lightbox/js',
WT_ROOT . 'modules_v3/lightbox/music',
WT_ROOT . 'modules_v3/lightbox/pic',
WT_ROOT . 'themes/_administration/jquery',
WT_ROOT . 'themes/webtrees/chrome.css',
// Removed in 1.4.1
WT_ROOT . 'modules_v3/lightbox/images/image_edit.png',
WT_ROOT . 'modules_v3/lightbox/images/image_view.png',
// Removed in 1.4.2
WT_ROOT . 'modules_v3/lightbox/images/image_view.png',
WT_ROOT . 'modules_v3/top10_pageviews/help_text.php',
WT_ROOT . 'themes/_administration/jquery-ui-1.10.0',
WT_ROOT . 'themes/clouds/jquery-ui-1.10.0',
WT_ROOT . 'themes/colors/jquery-ui-1.10.0',
WT_ROOT . 'themes/fab/jquery-ui-1.10.0',
WT_ROOT . 'themes/minimal/jquery-ui-1.10.0',
WT_ROOT . 'themes/webtrees/jquery-ui-1.10.0',
WT_ROOT . 'themes/xenea/jquery-ui-1.10.0',
// Removed in 1.5.0
WT_ROOT . 'modules_v3/GEDFact_assistant/_CENS/census_note_decode.php',
WT_ROOT . 'modules_v3/GEDFact_assistant/_CENS/census_asst_date.php',
WT_ROOT . 'modules_v3/googlemap/wt_v3_googlemap.js.php',
WT_ROOT . 'modules_v3/lightbox/functions/lightbox_print_media.php',
WT_ROOT . 'modules_v3/upcoming_events/help_text.php',
WT_ROOT . 'modules_v3/stories/help_text.php',
WT_ROOT . 'modules_v3/user_messages/help_text.php',
WT_ROOT . 'themes/_administration/favicon.png',
WT_ROOT . 'themes/_administration/images',
WT_ROOT . 'themes/_administration/msie.css',
WT_ROOT . 'themes/_administration/style.css',
WT_ROOT . 'themes/clouds/favicon.png',
WT_ROOT . 'themes/clouds/images',
WT_ROOT . 'themes/clouds/msie.css',
WT_ROOT . 'themes/clouds/style.css',
WT_ROOT . 'themes/colors/css',
WT_ROOT . 'themes/colors/favicon.png',
WT_ROOT . 'themes/colors/images',
WT_ROOT . 'themes/colors/ipad.css',
WT_ROOT . 'themes/colors/msie.css',
WT_ROOT . 'themes/fab/favicon.png',
WT_ROOT . 'themes/fab/images',
WT_ROOT . 'themes/fab/msie.css',
WT_ROOT . 'themes/fab/style.css',
WT_ROOT . 'themes/minimal/favicon.png',
WT_ROOT . 'themes/minimal/images',
WT_ROOT . 'themes/minimal/msie.css',
WT_ROOT . 'themes/minimal/style.css',
WT_ROOT . 'themes/webtrees/favicon.png',
WT_ROOT . 'themes/webtrees/images',
WT_ROOT . 'themes/webtrees/msie.css',
WT_ROOT . 'themes/webtrees/style.css',
WT_ROOT . 'themes/xenea/favicon.png',
WT_ROOT . 'themes/xenea/images',
WT_ROOT . 'themes/xenea/msie.css',
WT_ROOT . 'themes/xenea/style.css',
// Removed in 1.5.1
WT_ROOT . 'themes/_administration/css-1.5.0',
WT_ROOT . 'themes/clouds/css-1.5.0',
WT_ROOT . 'themes/colors/css-1.5.0',
WT_ROOT . 'themes/fab/css-1.5.0',
WT_ROOT . 'themes/minimal/css-1.5.0',
WT_ROOT . 'themes/webtrees/css-1.5.0',
WT_ROOT . 'themes/xenea/css-1.5.0',
// Removed in 1.5.2
WT_ROOT . 'themes/_administration/css-1.5.1',
WT_ROOT . 'themes/clouds/css-1.5.1',
WT_ROOT . 'themes/colors/css-1.5.1',
WT_ROOT . 'themes/fab/css-1.5.1',
WT_ROOT . 'themes/minimal/css-1.5.1',
WT_ROOT . 'themes/webtrees/css-1.5.1',
WT_ROOT . 'themes/xenea/css-1.5.1',
// Removed in 1.5.3
WT_ROOT . 'modules_v3/GEDFact_assistant/_CENS/census_asst_help.php',
WT_ROOT . 'modules_v3/googlemap/admin_places.php',
WT_ROOT . 'modules_v3/googlemap/defaultconfig.php',
WT_ROOT . 'modules_v3/googlemap/googlemap.php',
WT_ROOT . 'modules_v3/googlemap/placehierarchy.php',
WT_ROOT . 'modules_v3/googlemap/places_edit.php',
WT_ROOT . 'modules_v3/googlemap/util.js',
WT_ROOT . 'modules_v3/googlemap/wt_v3_places_edit.js.php',
WT_ROOT . 'modules_v3/googlemap/wt_v3_places_edit_overlays.js.php',
WT_ROOT . 'modules_v3/googlemap/wt_v3_street_view.php',
WT_ROOT . 'readme.html',
WT_ROOT . 'themes/_administration/css-1.5.2',
WT_ROOT . 'themes/clouds/css-1.5.2',
WT_ROOT . 'themes/colors/css-1.5.2',
WT_ROOT . 'themes/fab/css-1.5.2',
WT_ROOT . 'themes/minimal/css-1.5.2',
WT_ROOT . 'themes/webtrees/css-1.5.2',
WT_ROOT . 'themes/xenea/css-1.5.2',
// Removed in 1.6.0
WT_ROOT . 'downloadbackup.php',
WT_ROOT . 'modules_v3/ckeditor/ckeditor-4.3.2-custom',
WT_ROOT . 'site-php-version.php',
WT_ROOT . 'themes/_administration/css-1.5.3',
WT_ROOT . 'themes/clouds/css-1.5.3',
WT_ROOT . 'themes/colors/css-1.5.3',
WT_ROOT . 'themes/fab/css-1.5.3',
WT_ROOT . 'themes/minimal/css-1.5.3',
WT_ROOT . 'themes/webtrees/css-1.5.3',
WT_ROOT . 'themes/xenea/css-1.5.3',
// Removed in 1.6.1
// Removed in 1.6.2
WT_ROOT . 'themes/_administration/css-1.6.0',
WT_ROOT . 'themes/_administration/jquery-ui-1.10.3',
WT_ROOT . 'themes/clouds/css-1.6.0',
WT_ROOT . 'themes/clouds/jquery-ui-1.10.3',
WT_ROOT . 'themes/colors/css-1.6.0',
WT_ROOT . 'themes/colors/jquery-ui-1.10.3',
WT_ROOT . 'themes/fab/css-1.6.0',
WT_ROOT . 'themes/fab/jquery-ui-1.10.3',
WT_ROOT . 'themes/minimal/css-1.6.0',
WT_ROOT . 'themes/minimal/jquery-ui-1.10.3',
WT_ROOT . 'themes/webtrees/css-1.6.0',
WT_ROOT . 'themes/webtrees/jquery-ui-1.10.3',
WT_ROOT . 'themes/xenea/css-1.6.0',
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.7.0
WT_ROOT . 'admin_site_other.php',
WT_ROOT . 'js',
WT_ROOT . 'language/en_GB.mo', // Replaced with en-GB.mo
WT_ROOT . 'language/en_US.mo', // Replaced with en-US.mo
WT_ROOT . 'language/pt_BR.mo', // Replaced with pt-BR.mo
WT_ROOT . 'language/zh_CN.mo', // Replaced with zh-Hans.mo
WT_ROOT . 'language/extra',
WT_ROOT . 'library',
WT_ROOT . 'modules_v3/batch_update/admin_batch_update.php',
WT_ROOT . 'modules_v3/batch_update/plugins',
WT_ROOT . 'modules_v3/charts/help_text.php',
WT_ROOT . 'modules_v3/ckeditor/ckeditor-4.4.1-custom',
WT_ROOT . 'modules_v3/clippings/clippings_ctrl.php',
WT_ROOT . 'modules_v3/clippings/help_text.php',
WT_ROOT . 'modules_v3/faq/help_text.php',
WT_ROOT . 'modules_v3/gedcom_favorites/db_schema',
WT_ROOT . 'modules_v3/gedcom_news/db_schema',
WT_ROOT . 'modules_v3/googlemap/db_schema',
WT_ROOT . 'modules_v3/googlemap/help_text.php',
WT_ROOT . 'modules_v3/html/help_text.php',
WT_ROOT . 'modules_v3/logged_in/help_text.php',
WT_ROOT . 'modules_v3/review_changes/help_text.php',
WT_ROOT . 'modules_v3/todo/help_text.php',
WT_ROOT . 'modules_v3/tree/class_treeview.php',
WT_ROOT . 'modules_v3/user_blog/db_schema',
WT_ROOT . 'modules_v3/yahrzeit/help_text.php',
WT_ROOT . 'save.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',
// Removed in 1.7.2
WT_ROOT . 'assets/js-1.7.0',
WT_ROOT . 'packages/bootstrap-3.3.4',
WT_ROOT . 'packages/bootstrap-datetimepicker-4.0.0',
WT_ROOT . 'packages/ckeditor-4.4.7-custom',
WT_ROOT . 'packages/font-awesome-4.3.0',
WT_ROOT . 'packages/jquery-1.11.2',
WT_ROOT . 'packages/jquery-2.1.3',
WT_ROOT . 'packages/moment-2.10.3',
// Removed in 1.7.3
WT_ROOT . 'modules_v3/GEDFact_assistant/census/date.js',
WT_ROOT . 'modules_v3/GEDFact_assistant/census/dynamicoptionlist.js',
WT_ROOT . 'packages/jquery-cookie-1.4.1/jquery.cookie.js',
// Removed in 1.7.4
WT_ROOT . 'assets/js-1.7.2',
WT_ROOT . 'themes/_administration/css-1.7.0',
WT_ROOT . 'themes/clouds/css-1.7.0',
WT_ROOT . 'themes/colors/css-1.7.0',
WT_ROOT . 'themes/fab/css-1.7.0',
WT_ROOT . 'themes/minimal/css-1.7.0',
WT_ROOT . 'themes/webtrees/css-1.7.0',
WT_ROOT . 'themes/xenea/css-1.7.0',
WT_ROOT . 'packages/bootstrap-3.3.5',
WT_ROOT . 'packages/bootstrap-datetimepicker-4.15.35',
WT_ROOT . 'packages/jquery-1.11.3',
WT_ROOT . 'packages/jquery-2.1.4',
WT_ROOT . 'packages/moment-2.10.6',
// Removed in 1.7.5
WT_ROOT . 'themes/_administration/css-1.7.4',
WT_ROOT . 'themes/clouds/css-1.7.4',
WT_ROOT . 'themes/colors/css-1.7.4',
WT_ROOT . 'themes/fab/css-1.7.4',
WT_ROOT . 'themes/minimal/css-1.7.4',
WT_ROOT . 'themes/webtrees/css-1.7.4',
WT_ROOT . 'themes/xenea/css-1.7.4',
// Removed in 1.7.7
WT_ROOT . 'assets/js-1.7.4',
WT_ROOT . 'modules_v3/googlemap/images/css_sprite_facts.png',
WT_ROOT . 'modules_v3/googlemap/images/flag_shadow.png',
WT_ROOT . 'modules_v3/googlemap/images/shadow-left-large.png',
WT_ROOT . 'modules_v3/googlemap/images/shadow-left-small.png',
WT_ROOT . 'modules_v3/googlemap/images/shadow-right-large.png',
WT_ROOT . 'modules_v3/googlemap/images/shadow-right-small.png',
WT_ROOT . 'modules_v3/googlemap/images/shadow50.png',
WT_ROOT . 'modules_v3/googlemap/images/transparent-left-large.png',
WT_ROOT . 'modules_v3/googlemap/images/transparent-left-small.png',
WT_ROOT . 'modules_v3/googlemap/images/transparent-right-large.png',
WT_ROOT . 'modules_v3/googlemap/images/transparent-right-small.png',
// Removed in 1.7.8
WT_ROOT . 'themes/clouds/css-1.7.5',
WT_ROOT . 'themes/colors/css-1.7.5',
WT_ROOT . 'themes/fab/css-1.7.5',
WT_ROOT . 'themes/minimal/css-1.7.5',
WT_ROOT . 'themes/webtrees/css-1.7.5',
WT_ROOT . 'themes/xenea/css-1.7.5',
// Removed in 2.0.0
WT_ROOT . 'admin_site_access.php',
WT_ROOT . 'admin_site_readme.php',
WT_ROOT . 'app/Controller/CompactController.php',
WT_ROOT . 'app/Controller/SimpleController.php',
WT_ROOT . 'assets/js-1.7.7',
WT_ROOT . 'data/html_purifier_cache',
WT_ROOT . 'packages/datatables-1.10.15',
WT_ROOT . 'packages/font-awesome-4.4.0',
WT_ROOT . 'packages/jquery-1.12.1',
WT_ROOT . 'packages/jquery-2.2.1',
WT_ROOT . 'packages/modernizr-2.8.3',
WT_ROOT . 'packages/respond-1.4.2',
WT_ROOT . 'themes/_administration/css-1.7.5',
WT_ROOT . 'themes/_administration/jquery-ui-1.11.2',
WT_ROOT . 'themes/clouds/css-1.7.8',
WT_ROOT . 'themes/clouds/jquery-ui-1.11.2',
WT_ROOT . 'themes/colors/css-1.7.8',
WT_ROOT . 'themes/colors/jquery-ui-1.11.2',
WT_ROOT . 'themes/fab/css-1.7.8',
WT_ROOT . 'themes/fab/jquery-ui-1.11.2',
WT_ROOT . 'themes/minimal/css-1.7.8',
WT_ROOT . 'themes/minimal/jquery-ui-1.11.2',
WT_ROOT . 'themes/webtrees/css-1.7.8',
WT_ROOT . 'themes/webtrees/jquery-ui-1.11.2',
WT_ROOT . 'themes/xenea/css-1.7.8',
WT_ROOT . 'themes/xenea/jquery-ui-1.11.2',
];
// Delete old files (if we can).
$files_to_delete = [];
foreach ($old_files as $file) {
if (file_exists($file) && !File::delete($file)) {
$files_to_delete[] = $file;
}
}
$controller = new PageController;
$controller
->restrictAccess(Auth::isManager($WT_TREE))
->setPageTitle(I18N::translate('Control panel') . ' — ' . /* I18N: A summary of the system status */ I18N::translate('Dashboard'))
->pageHeader();
// Check for updates
$latest_version_txt = Functions::fetchLatestVersion();
if (preg_match('/^[0-9.]+\|[0-9.]+\|/', $latest_version_txt)) {
list($latest_version) = explode('|', $latest_version_txt);
} else {
// Cannot determine the latest version
$latest_version = '';
}
$update_available = Auth::isAdmin() && $latest_version && version_compare(WT_VERSION, $latest_version) < 0;
// Total number of users
$total_users = User::count();
// Administrators
$administrators = Database::prepare(
"SELECT SQL_CACHE user_id, real_name FROM `##user` JOIN `##user_setting` USING (user_id) WHERE setting_name='canadmin' AND setting_value='1'"
)->fetchAll();
// Managers
$managers = Database::prepare(
"SELECT SQL_CACHE user_id, real_name FROM `##user` JOIN `##user_gedcom_setting` USING (user_id)" .
" WHERE setting_name = 'canedit' AND setting_value='admin'" .
" GROUP BY user_id, real_name" .
" ORDER BY real_name"
)->fetchAll();
// Moderators
$moderators = Database::prepare(
"SELECT SQL_CACHE user_id, real_name FROM `##user` JOIN `##user_gedcom_setting` USING (user_id)" .
" WHERE setting_name = 'canedit' AND setting_value='accept'" .
" GROUP BY user_id, real_name" .
" ORDER BY real_name"
)->fetchAll();
// Number of users who have not verified their email address
$unverified = Database::prepare(
"SELECT SQL_CACHE user_id, real_name FROM `##user` JOIN `##user_setting` USING (user_id)" .
" WHERE setting_name = 'verified' AND setting_value = '0'" .
" ORDER BY real_name"
)->fetchAll();
// Number of users whose accounts are not approved by an administrator
$unapproved = Database::prepare(
"SELECT SQL_CACHE user_id, real_name FROM `##user` JOIN `##user_setting` USING (user_id)" .
" WHERE setting_name = 'verified_by_admin' AND setting_value = '0'" .
" ORDER BY real_name"
)->fetchAll();
// Count of records
$individuals = Database::prepare(
"SELECT SQL_CACHE gedcom_id, COUNT(i_id) AS count FROM `##gedcom` LEFT JOIN `##individuals` ON gedcom_id = i_file GROUP BY gedcom_id"
)->fetchAssoc();
$families = Database::prepare(
"SELECT SQL_CACHE gedcom_id, COUNT(f_id) AS count FROM `##gedcom` LEFT JOIN `##families` ON gedcom_id = f_file GROUP BY gedcom_id"
)->fetchAssoc();
$sources = Database::prepare(
"SELECT SQL_CACHE gedcom_id, COUNT(s_id) AS count FROM `##gedcom` LEFT JOIN `##sources` ON gedcom_id = s_file GROUP BY gedcom_id"
)->fetchAssoc();
$media = Database::prepare(
"SELECT SQL_CACHE gedcom_id, COUNT(m_id) AS count FROM `##gedcom` LEFT JOIN `##media` ON gedcom_id = m_file GROUP BY gedcom_id"
)->fetchAssoc();
$repositories = Database::prepare(
"SELECT SQL_CACHE gedcom_id, COUNT(o_id) AS count FROM `##gedcom` LEFT JOIN `##other` ON gedcom_id = o_file AND o_type = 'REPO' GROUP BY gedcom_id"
)->fetchAssoc();
$notes = Database::prepare(
"SELECT SQL_CACHE gedcom_id, COUNT(o_id) AS count FROM `##gedcom` LEFT JOIN `##other` ON gedcom_id = o_file AND o_type = 'NOTE' GROUP BY gedcom_id"
)->fetchAssoc();
$changes = Database::prepare(
"SELECT SQL_CACHE g.gedcom_id, COUNT(change_id) AS count FROM `##gedcom` AS g LEFT JOIN `##change` AS c ON g.gedcom_id = c.gedcom_id AND status = 'pending' GROUP BY g.gedcom_id"
)->fetchAssoc();
// Server warnings
// Note that security support for 5.6 ends after security support for 7.0
$server_warnings = [];
if (
PHP_VERSION_ID < 70000 && date('Y-m-d') >= '2018-12-31' ||
PHP_VERSION_ID >= 70000 && PHP_VERSION_ID < 70100 && date('Y-m-d') >= '2018-12-03' ||
PHP_VERSION_ID < 70200 && date('Y-m-d') >= '2019-12-01'
) {
$server_warnings[] =
I18N::translate('Your web server is using PHP version %s, which is no longer receiving security updates. You should upgrade to a later version as soon as possible.', PHP_VERSION) .
'<br><a href="https://php.net/supported-versions.php">https://php.net/supported-versions.php</a>';
} elseif (
PHP_VERSION_ID < 70000 && date('Y-m-d') >= '2016-12-31' ||
PHP_VERSION_ID < 70100 && date('Y-m-d') >= '2017-12-03' ||
PHP_VERSION_ID < 70200 && date('Y-m-d') >= '2018-12-01'
) {
$server_warnings[] =
I18N::translate('Your web server is using PHP version %s, which is no longer maintained. You should upgrade to a later version.', PHP_VERSION) .
'<br><a href="https://php.net/supported-versions.php">https://php.net/supported-versions.php</a>';
}
$config_modules = array_filter(
Module::getInstalledModules('enabled'),
function (AbstractModule $module) { return $module instanceof ModuleConfigInterface; }
);
echo View::make('admin/dashboard', [
'title' => $controller->getPageTitle(),
'server_warnings' => $server_warnings,
'update_avilable' => $update_available,
'latest_version' => $latest_version,
'update_available' => $update_available,
'unapproved' => $unapproved,
'unverified' => $unverified,
'total_users' => $total_users,
'administrators' => $administrators,
'managers' => $managers,
'moderators' => $moderators,
'changes' => $changes,
'all_trees' => Tree::getAll(),
'individuals' => $individuals,
'families' => $families,
'sources' => $sources,
'media' => $media,
'repositories' => $repositories,
'notes' => $notes,
'files_to_delete' => $files_to_delete,
'config_modules' => $config_modules,
]);