Completed
Pull Request — master (#835)
by Rico
13:13
created
app/GedcomTag.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1829,13 +1829,13 @@
 block discarded – undo
1829 1829
 				'NATU', 'EMIG', 'IMMI', 'CENS', 'PROB', 'WILL', 'GRAD', 'RETI', 'EVEN',
1830 1830
 				'CAST', 'DSCR', 'EDUC', 'IDNO', 'NATI', 'NCHI', 'NMR',
1831 1831
 				'OCCU', 'PROP', 'RELI', 'RESI', 'SSN', 'TITL', 'FACT',
1832
-				'BAPL', 'CONL', 'ENDL',	'SLGC',
1832
+				'BAPL', 'CONL', 'ENDL', 'SLGC',
1833 1833
 				'SUBM', 'ASSO', 'ALIA', 'ANCI', 'DESI', 'RFN', 'AFN',
1834 1834
 				'REFN', 'RIN', 'CHAN', 'NOTE', 'SHARED_NOTE', 'SOUR', 'OBJE',
1835 1835
 				// non standard tags
1836 1836
 				'_BRTM', '_DEG', '_EYEC', '_FNRL', '_HAIR', '_HEIG', '_HNM', '_HOL',
1837 1837
 				'_INTE', '_MDCL', '_MEDC', '_MILI', '_MILT', '_NAME', '_NAMS',
1838
-				'_NLIV', '_NMAR', '_PRMN',  '_TODO', '_UID', '_WEIG', '_YART',
1838
+				'_NLIV', '_NMAR', '_PRMN', '_TODO', '_UID', '_WEIG', '_YART',
1839 1839
 			);
1840 1840
 			break;
1841 1841
 		case 'FAM':
Please login to merge, or discard this patch.
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * webtrees: online genealogy
4
- * Copyright (C) 2016 webtrees development team
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
- */
3
+	 * webtrees: online genealogy
4
+	 * Copyright (C) 2016 webtrees development team
5
+	 * This program is free software: you can redistribute it and/or modify
6
+	 * it under the terms of the GNU General Public License as published by
7
+	 * the Free Software Foundation, either version 3 of the License, or
8
+	 * (at your option) any later version.
9
+	 * This program is distributed in the hope that it will be useful,
10
+	 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+	 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+	 * GNU General Public License for more details.
13
+	 * You should have received a copy of the GNU General Public License
14
+	 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+	 */
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18 18
 use Fisharebest\Webtrees\Theme\AdministrationTheme;
Please login to merge, or discard this patch.
includes/session.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Fisharebest\Webtrees\Controller\PageController;
19 19
 use Fisharebest\Webtrees\Theme\AdministrationTheme;
20 20
 use PDOException;
21
-use Throwable;
22 21
 
23 22
 /**
24 23
  * This is the bootstrap script, that is run on every request.
Please login to merge, or discard this patch.
message.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * webtrees: online genealogy
4
- * Copyright (C) 2016 webtrees development team
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
- */
3
+							 * webtrees: online genealogy
4
+							 * Copyright (C) 2016 webtrees development team
5
+							 * This program is free software: you can redistribute it and/or modify
6
+							 * it under the terms of the GNU General Public License as published by
7
+							 * the Free Software Foundation, either version 3 of the License, or
8
+							 * (at your option) any later version.
9
+							 * This program is distributed in the hope that it will be useful,
10
+							 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+							 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+							 * GNU General Public License for more details.
13
+							 * You should have received a copy of the GNU General Public License
14
+							 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+							 */
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18 18
 use Fisharebest\Webtrees\Controller\SimpleController;
Please login to merge, or discard this patch.
modules_v3/GEDFact_assistant/census/census-save.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * webtrees: online genealogy
4
- * Copyright (C) 2016 webtrees development team
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
- */
3
+						 * webtrees: online genealogy
4
+						 * Copyright (C) 2016 webtrees development team
5
+						 * This program is free software: you can redistribute it and/or modify
6
+						 * it under the terms of the GNU General Public License as published by
7
+						 * the Free Software Foundation, either version 3 of the License, or
8
+						 * (at your option) any later version.
9
+						 * This program is distributed in the hope that it will be useful,
10
+						 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+						 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+						 * GNU General Public License for more details.
13
+						 * You should have received a copy of the GNU General Public License
14
+						 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+						 */
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18 18
 /** @global Controller\SimpleController $controller */
Please login to merge, or discard this patch.
setup.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * webtrees: online genealogy
4
- * Copyright (C) 2016 webtrees development team
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
- */
3
+			 * webtrees: online genealogy
4
+			 * Copyright (C) 2016 webtrees development team
5
+			 * This program is free software: you can redistribute it and/or modify
6
+			 * it under the terms of the GNU General Public License as published by
7
+			 * the Free Software Foundation, either version 3 of the License, or
8
+			 * (at your option) any later version.
9
+			 * This program is distributed in the hope that it will be useful,
10
+			 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+			 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+			 * GNU General Public License for more details.
13
+			 * You should have received a copy of the GNU General Public License
14
+			 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+			 */
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18 18
 use Fisharebest\Webtrees\Functions\FunctionsEdit;
Please login to merge, or discard this patch.
site-offline.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * webtrees: online genealogy
4
- * Copyright (C) 2016 webtrees development team
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
- */
3
+		 * webtrees: online genealogy
4
+		 * Copyright (C) 2016 webtrees development team
5
+		 * This program is free software: you can redistribute it and/or modify
6
+		 * it under the terms of the GNU General Public License as published by
7
+		 * the Free Software Foundation, either version 3 of the License, or
8
+		 * (at your option) any later version.
9
+		 * This program is distributed in the hope that it will be useful,
10
+		 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+		 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+		 * GNU General Public License for more details.
13
+		 * You should have received a copy of the GNU General Public License
14
+		 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+		 */
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18 18
 define('WT_SCRIPT_NAME', 'site-offline.php');
Please login to merge, or discard this patch.
sourcelist.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * webtrees: online genealogy
4
- * Copyright (C) 2016 webtrees development team
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
- */
3
+				 * webtrees: online genealogy
4
+				 * Copyright (C) 2016 webtrees development team
5
+				 * This program is free software: you can redistribute it and/or modify
6
+				 * it under the terms of the GNU General Public License as published by
7
+				 * the Free Software Foundation, either version 3 of the License, or
8
+				 * (at your option) any later version.
9
+				 * This program is distributed in the hope that it will be useful,
10
+				 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+				 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+				 * GNU General Public License for more details.
13
+				 * You should have received a copy of the GNU General Public License
14
+				 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+				 */
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18 18
 /**
Please login to merge, or discard this patch.
themes/_administration/theme.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * webtrees: online genealogy
4
- * Copyright (C) 2016 webtrees development team
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
- */
3
+	 * webtrees: online genealogy
4
+	 * Copyright (C) 2016 webtrees development team
5
+	 * This program is free software: you can redistribute it and/or modify
6
+	 * it under the terms of the GNU General Public License as published by
7
+	 * the Free Software Foundation, either version 3 of the License, or
8
+	 * (at your option) any later version.
9
+	 * This program is distributed in the hope that it will be useful,
10
+	 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+	 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+	 * GNU General Public License for more details.
13
+	 * You should have received a copy of the GNU General Public License
14
+	 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+	 */
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18 18
 use Fisharebest\Webtrees\Theme\AdministrationTheme;
Please login to merge, or discard this patch.
admin_pgv_to_wt.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * webtrees: online genealogy
4
- * Copyright (C) 2016 webtrees development team
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 3 of the License, or
8
- * (at your option) any later version.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
- */
3
+		 * webtrees: online genealogy
4
+		 * Copyright (C) 2016 webtrees development team
5
+		 * This program is free software: you can redistribute it and/or modify
6
+		 * it under the terms of the GNU General Public License as published by
7
+		 * the Free Software Foundation, either version 3 of the License, or
8
+		 * (at your option) any later version.
9
+		 * This program is distributed in the hope that it will be useful,
10
+		 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+		 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+		 * GNU General Public License for more details.
13
+		 * You should have received a copy of the GNU General Public License
14
+		 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15
+		 */
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18 18
 define('WT_SCRIPT_NAME', 'site-offline.php');
Please login to merge, or discard this patch.