summaryrefslogtreecommitdiff
path: root/app/Functions/Functions.php
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Use exception for upload file errorsGreg Roach1-38/+0
2021-10-13Remove unused importsGreg Roach1-3/+0
2021-04-19Per-language relationship logic - Fixes: #1206, Fixes: #3115, Fixes: #3819, F...Greg Roach1-2262/+0
2021-02-04Code styleGreg Roach1-5/+5
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-24whitespaceGreg Roach1-1/+1
2020-09-04Remove calls to deprecated functionGreg Roach1-15/+15
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-3/+3
2020-06-03PHPdocGreg Roach1-2/+2
2020-06-03PHPdoc/CodeStyleGreg Roach1-3/+8
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-3/+3
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+1
2020-05-10Fix: #3222, Fix: #567 - include fiance in relationship namesGreg Roach1-30/+42
2019-12-05Add chinese's rules for naming generationsxmlf1-0/+51
2019-12-05Fix: #2811 - use private details to calculate relationship namesGreg Roach1-9/+9
2019-12-05Fix: #2822 - Hindi relationship names - great aunt/uncle/nephew/neiceGreg Roach1-0/+24
2019-11-13Unused importsGreg Roach1-2/+0
2019-11-11Simplify access to current localeGreg Roach1-8/+5
2019-11-01CommentsGreg Roach1-1/+0
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-5/+10
2019-10-20Strict comparisonsGreg Roach1-3/+3
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-04-21Remove 'booklet' views from ancestors and descendants charts.Greg Roach1-6/+6
2019-03-07Code style and testingGreg Roach1-6/+6
2019-02-24Fix: #2263 - facts duplicated in chart-boxesGreg Roach1-59/+0
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-27/+27
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-9/+10
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-9/+9
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-11/+11
2018-11-18Rename Fact::getDate() to date()Greg Roach1-1/+1
2018-10-22Fix: #1988 - associates who are not related cause exceptionGreg Roach1-2/+6
2018-10-13Simplify some codeGreg Roach1-16/+12
2018-10-12Remove deprecated function. Use symfony/http-foundation to detect URLs.Greg Roach1-45/+0
2018-10-10Simplify typesGreg Roach1-6/+5
2018-10-09Calendar dates are abstractGreg Roach1-3/+3
2018-10-06PHPdocGreg Roach1-2/+2
2018-10-05Fix: #1939 - strict types prevent new records from being createdGreg Roach1-1/+1
2018-10-05Fix: #1944 place-hierarchy broken for colors themeGreg Roach1-0/+8
2018-10-05Scrutinizer Auto-Fixes (#1942)Scrutinizer Auto-Fixer1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-04Code styleGreg Roach1-573/+646
2018-10-03PHP 7 has native integer divisionGreg Roach1-6/+6
2018-10-03Update test for twinsGreg Roach1-3/+3
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-3/+3
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-177/+293
2018-09-21PHPdocGreg Roach1-0/+2
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-6/+0
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-6/+6