summaryrefslogtreecommitdiff
path: root/app/Functions/FunctionsPrint.php
AgeCommit message (Expand)AuthorFilesLines
2022-02-02Fix: #3532 - only show age of parents for the individual's own factsGreg Roach1-1/+5
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-1/+1
2022-01-27Change signature of Date::display() to avoid having to use container as psued...Greg Roach1-1/+1
2021-12-19Markdown with line-breaksGreg Roach1-3/+5
2021-12-19Fix: #4140 - missing styling for markdown blockquotesGreg Roach1-1/+1
2021-12-16Refactor authorization functionsGreg Roach1-1/+1
2021-11-02Strict typesGreg Roach1-1/+1
2021-10-29CodeStyleGreg Roach1-2/+2
2021-10-29CodeStyle - whitespaceGreg Roach1-7/+7
2021-10-14TypeHintsGreg Roach1-2/+2
2021-10-13Add missing type-hintsGreg Roach1-1/+1
2021-09-04Logic for matching calculated/recorded agesGreg Roach1-3/+3
2021-09-04Fix: wrong age after deathGreg Roach1-2/+2
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-1/+1
2021-07-27Fix: #3965 - PhpGedView tags such as _MILI should be enabled by defaultGreg Roach1-1/+1
2021-07-27Fix: #3966 - preferences for adding facts and eventsGreg Roach1-45/+62
2021-07-26Revert "Upgrade league/commonmark to 2.0" - the legacy census format parser n...Greg Roach1-2/+2
2021-07-26Upgrade league/commonmark to 2.0Greg Roach1-2/+2
2021-07-05Fix: #3946 - wrong variableGreg Roach1-1/+1
2021-06-28Fix: #2600 - refactor markdown formatting to allow XREF links to be disabledGreg Roach1-6/+2
2021-06-25Remove deprecated function Fact::getTag()Greg Roach1-3/+4
2021-06-25Remove deprecated functionGreg Roach1-45/+5
2021-06-24Remove dead codeGreg Roach1-1/+0
2021-05-23Working on adding new GEDCOM tagsGreg Roach1-39/+18
2021-04-12Fix: #2442 - turn map-links into modulesGreg Roach1-29/+14
2021-04-11Fix: #3444 - only expand notes when actually neededGreg Roach1-13/+18
2021-04-06Remove spaces around icons for better alignmentGreg Roach1-1/+1
2021-03-22Fix: external map providers do not work inside iframesGreg Roach1-3/+3
2021-03-19Use closures for sort callbacksGreg Roach1-5/+3
2021-03-12Remove unused importsGreg Roach1-3/+0
2021-02-11Merge changes from 2.1 branchGreg Roach1-5/+6
2021-02-04Code styleGreg Roach1-3/+3
2021-02-02Merge GEDCOM element code from 2.1 branchGreg Roach1-18/+0
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-05Fix: #3479 - need gender-specific translations for 'aged %s'Greg Roach1-12/+35
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-1/+2
2020-06-27Better handling for custom record typesGreg Roach1-1/+1
2020-06-26Working on gedcom elementsGreg Roach1-1/+1
2020-06-21Fix: #3289, fix: #3246 - Redesign the expand/collapse note structure to ensur...Greg Roach1-26/+35
2020-06-14Preparing to use GedcomElementsGreg Roach1-0/+2
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-2/+2
2020-06-03PHPdocGreg Roach1-6/+6
2020-05-26CleanUpGreg Roach1-2/+2
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+3
2020-05-09CodeStyleGreg Roach1-2/+2
2020-04-30Date::compare() doesn't check if dates are validGreg Roach1-1/+1
2020-04-30Refactor agesGreg Roach1-2/+2
2020-04-28Refactor agesGreg Roach1-28/+86