summaryrefslogtreecommitdiff
path: root/app/Functions
AgeCommit message (Collapse)AuthorFilesLines
2018-12-31Fix: #1711 - display toggles not persistentGreg Roach1-2/+2
2018-12-21Use laravel support functions to truncate stringsGreg Roach1-1/+2
2018-12-20Remove unused parameterGreg Roach1-5/+4
2018-12-20Remove unused importsGreg Roach2-6/+4
2018-12-20Remove unused parameterGreg Roach1-3/+2
2018-12-19Remove dead codeGreg Roach1-30/+2
2018-12-14Refactor clipboard functionality to a ClipboardServiceGreg Roach1-64/+17
2018-12-13SHOW_LDS_AT_GLANCE function hasn't worked for years and nobody noticed so ↵Greg Roach1-23/+0
remove it
2018-12-10Fix: #2053 - level 1 source citations missing DATA fieldGreg Roach1-0/+1
2018-12-08Move DebugBar code to middlewareGreg Roach1-2/+0
2018-12-01Update swiftmailer from v5 to v6Greg Roach1-13/+0
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach4-7/+7
2018-11-25Fix: #1995 - roots magic gedcoms have non-standard structure for media recordsGreg Roach1-0/+6
2018-11-25Fix: #1606 - missing URL parameters cause errorGreg Roach1-1/+1
2018-11-23Fix: #2039 - double-escaping place URLsGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach7-33/+40
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach3-14/+14
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach3-11/+11
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach5-21/+21
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach6-57/+57
2018-11-18Rename Tree::getTreeName() to name()Greg Roach6-29/+29
2018-11-18Rename Tree::getTreeId() to id()Greg Roach2-31/+31
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 Roach3-20/+20
2018-11-18Rename Fact::getFactId() to id()Greg Roach1-16/+16
2018-11-18Rename Fact::getDate() to date()Greg Roach3-4/+4
2018-11-18Rename Fact::getPlace() to place()Greg Roach1-2/+2
2018-11-18Rename Fact::getTarget() to target()Greg Roach2-2/+2
2018-11-18Rename Fact::getAttribute() to attribute()Greg Roach1-16/+16
2018-11-18Rename Fact::getValue() to value()Greg Roach1-3/+3
2018-11-18Rename Fact::getParent() to record()Greg Roach3-14/+14
2018-10-29Unused codeGreg Roach1-2/+0
2018-10-29Functions should return values rather than echo themGreg Roach2-17/+17
2018-10-22Fix: #1988 - associates who are not related cause exceptionGreg Roach2-3/+7
2018-10-18Fix: #1987 - importing place names that differ only by diacritics cause ↵Greg Roach1-1/+3
duplicate index error
2018-10-14Store confirmation text in HTML data elementsGreg Roach1-12/+16
2018-10-13Remove old stylesGreg Roach1-2/+2
2018-10-13Apply fixes from StyleCI (#1965)Greg Roach1-2/+3
2018-10-13Simply code for place importGreg Roach1-89/+77
2018-10-13Simplify some codeGreg Roach1-16/+12
2018-10-13Simplify codeGreg Roach1-54/+38
2018-10-13WIPGreg Roach1-1/+1
2018-10-12Remove deprecated function. Use symfony/http-foundation to detect URLs.Greg Roach1-45/+0
2018-10-10Type-hintsGreg Roach1-2/+2
2018-10-10Tidy conversion of GEDCOM to ANSIGreg Roach1-5/+6
2018-10-10Simplify typesGreg Roach1-6/+5
2018-10-09Prefer assertions to assumptionsGreg Roach2-2/+3
2018-10-09Calendar dates are abstractGreg Roach2-9/+9
2018-10-08Feedback from scrutinizer-ciGreg Roach1-1/+1