summaryrefslogtreecommitdiff
path: root/app/Functions/FunctionsPrintFacts.php
AgeCommit message (Expand)AuthorFilesLines
2019-09-26Gender icons belong in the templatesGreg Roach1-1/+2
2019-09-13Fix: #2576 - show media title or filename, but not both on media tabGreg Roach1-12/+9
2019-04-25Strict typesGreg Roach1-2/+2
2019-04-15Fix: #2361 - use CSS for chart lines on the family pageGreg Roach1-6/+6
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-29Apply fixes from StyleCI (#2360)Greg Roach1-1/+1
2019-03-29Fix #1375Richard Cissee1-7/+11
2019-03-07Code style and testingGreg Roach1-25/+23
2019-03-02Use app() shortcutGreg Roach1-1/+1
2019-02-23Refactor module componentsGreg Roach1-1/+2
2019-02-17Fix: #2224 - sexImage() versus getSexImage()Greg Roach1-1/+1
2019-02-16Use Collection classGreg Roach1-2/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-17/+17
2019-02-11StyleCIGreg Roach1-1/+0
2019-02-11Working on RTL and iconsGreg Roach1-84/+20
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-14/+11
2019-01-30Create ModuleServiceGreg Roach1-1/+2
2019-01-30Converting themes to modulesGreg Roach1-2/+2
2019-01-26Wrong check for RelationshipsChartModuleGreg Roach1-1/+4
2019-01-26Do not generate links to relationships chart when it is disabledGreg Roach1-14/+17
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-31Fix: #1711 - display toggles not persistentGreg Roach1-2/+2
2018-11-18Prefer class-constants to global-constantsGreg Roach1-5/+6
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-8/+8
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-7/+7
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-16/+16
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-13/+13
2018-11-18Remove dead else branchGreg Roach1-5/+0
2018-11-18Rename Fact::getLabel() to label()Greg Roach1-3/+3
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-14/+14
2018-11-18Rename Fact::getFactId() to id()Greg Roach1-16/+16
2018-11-18Rename Fact::getTarget() to target()Greg Roach1-1/+1
2018-11-18Rename Fact::getAttribute() to attribute()Greg Roach1-16/+16
2018-11-18Rename Fact::getParent() to record()Greg Roach1-11/+11
2018-10-22Fix: #1988 - associates who are not related cause exceptionGreg Roach1-1/+1
2018-10-14Store confirmation text in HTML data elementsGreg Roach1-12/+16
2018-10-13Remove old stylesGreg Roach1-2/+2
2018-10-09Prefer assertions to assumptionsGreg Roach1-1/+2
2018-10-07CodeStyleGreg Roach1-10/+10
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-05Fix: strict type error, functions in loopsGreg Roach1-25/+14
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-4/+4
2018-09-21PHPdocGreg Roach1-0/+10
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-4/+4
2018-08-20Fix: #1837 - remove dead codeGreg Roach1-4/+0
2018-08-19Fix broken edit linksGreg Roach1-6/+2
2018-08-19DeadCodeGreg Roach1-2/+0
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-4/+4
2018-08-15CodeStyleGreg Roach1-20/+20
2018-07-21Fix HTMLGreg Roach1-3/+2