summaryrefslogtreecommitdiff
path: root/app/Functions
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Fix: #1783 - missing timezones on timestampsGreg Roach1-0/+2
2019-01-04Add visibility to constantsGreg Roach2-20/+19
2019-01-04Fix: #2092 - undefined attribute when downloading GEDCOM fileGreg Roach1-1/+1
2019-01-02TestingGreg Roach1-8/+6
2019-01-02TestsGreg Roach1-1/+1
2019-01-02TestsGreg Roach1-1/+2
2019-01-02Use illuminate/database to import treesGreg Roach1-269/+218
2019-01-01Use illuminate/database for gedcom exportGreg Roach1-45/+36
2019-01-01Refactor away class FunctionsDbGreg Roach1-52/+0
2019-01-01Happy 2019Greg Roach10-10/+10
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 rem...Greg Roach1-23/+0
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 dupli...Greg Roach1-1/+3
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