summaryrefslogtreecommitdiff
path: root/app/Module/InteractiveTree
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04Remove unnecessary PHPDOCGreg Roach1-3/+0
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 8.2 - union typesGreg Roach1-2/+2
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+1
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-1/+1
2024-01-13Avoid implicit type checksGreg Roach1-6/+6
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-09-06CodeStyleGreg Roach1-0/+2
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-3/+3
2022-02-06Strict typesGreg Roach1-8/+8
2021-10-29TypeHintsGreg Roach1-2/+2
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+2
2021-10-19Fix: #4077 - missing individual icon on interactive treeGreg Roach1-1/+1
2021-10-13Add missing type-hintsGreg Roach1-1/+1
2021-08-23PHPdocGreg Roach1-4/+4
2021-03-13CodeStyleGreg Roach1-1/+3
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+4
2019-12-06Parents' names in lists - replace function with templateGreg Roach1-1/+1
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach1-3/+3
2019-10-30Remove View:share() - it's just a globalGreg Roach1-0/+1
2019-10-22Fix: #2678 URLs for interactive tree need to be generated on the serverGreg Roach1-1/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-10Working on routingGreg Roach1-1/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+0
2019-10-09Working on routingGreg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-06-04Tidy up interactive tree chartGreg Roach1-1/+1
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-16/+12
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-3/+3
2019-02-16Use Collection classGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-21/+22
2019-01-28Fix: #2147 update tree chart to use new moduleGreg Roach1-1/+1
2019-01-23Tidy ajax parameter to chartsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-3/+4
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-3/+3
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-3/+3
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-6/+6
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-11-03Fix: #2010 by reverting parts of earlier cleanupGreg Roach1-16/+11