summaryrefslogtreecommitdiff
path: root/app/Module/IndividualFactsTabModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-08-23PHPdocGreg Roach1-1/+0
2021-08-13Fix #3974 - Use correct sex in relatives' marriage (#3985)Jonathan Jaubart1-6/+6
2021-06-27Fix: #3940 - tags now include hierarchyGreg Roach1-3/+3
2021-06-25Remove deprecated function Fact::getTag()Greg Roach1-83/+82
2021-04-12Fix: #3831 - separate associate/relatives events on the individual-facts-tabGreg Roach1-120/+122
2021-03-19Remove GedcomTagGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-18Fix: indicate pending status for events of close relativesGreg Roach1-1/+11
2020-12-16Always show death of parent in relative-facts even if was before the birthGreg Roach1-1/+2
2020-09-15Fix: #3342 - level 1 media objects should not appear in the facts/events tabGreg Roach1-1/+1
2020-09-08Use factory to create caches and filesystemsGreg Roach1-1/+0
2020-08-27fix some typos, copy&paste issues and the like (#3462)Richard Cissée1-1/+1
2020-07-30Fix: death-of-child events missing from individual pageGreg Roach1-1/+1
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-6/+8
2020-06-27Fix: cannot copy/paste INDI:NAME factsGreg Roach1-2/+1
2020-06-12Fix: wrong grandparent in events of close relativesGreg Roach1-1/+1
2020-06-08TypeHintGreg Roach1-1/+1
2020-06-08Translation: grand-parent => grandparentGreg Roach1-15/+15
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-21/+21
2020-06-01Wrong punctuation in message contextsGreg Roach1-16/+16
2020-05-26CleanUpGreg Roach1-3/+3
2020-05-26CodeStyleGreg Roach1-1/+2
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-20/+20
2020-05-25Convert 'events of close relatives' to use standard GEDCOM tagsGreg Roach1-78/+488
2019-12-10PHPdocGreg Roach1-1/+1
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-07-14Refactor blocksGreg Roach1-4/+27
2019-05-17PHPdocGreg Roach1-1/+0
2019-05-06Remove unused importsGreg Roach1-1/+0
2019-05-06Fix: #1192 - only first associate shown in events of close relativesGreg Roach1-11/+9
2019-04-25Strict typesGreg Roach1-9/+9
2019-04-03Declare static closuresGreg Roach1-4/+4
2019-03-07Code style and testingGreg Roach1-15/+15
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-01Fix: initial order of tabs, menus, etc. wrongGreg Roach1-1/+1
2019-02-24Fix: #2263 - facts duplicated in chart-boxesGreg Roach1-2/+1
2019-02-23Refactor module componentsGreg Roach1-2/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-26/+27
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach1-6/+11
2019-02-05#2159 - Allow tabs and sidebars to register the facts that they handle.Greg Roach1-35/+32
2019-02-02Fix: #2177 - Meta-data always shown on both facts tab and sidebarGreg Roach1-2/+3
2019-01-30Module functions do not need to be staticGreg Roach1-28/+26
2019-01-30Apply fixes from StyleCI (#2163)Greg Roach1-1/+2
2019-01-30Create ModuleServiceGreg Roach1-3/+18
2019-01-26Create module interface for historic eventsGreg Roach1-20/+10
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1