summaryrefslogtreecommitdiff
path: root/app/Module/InteractiveTreeModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-10-03Refactor HTTP exceptionsGreg Roach1-10/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+4
2020-02-11Do not show empty tabsGreg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-1/+3
2019-12-11Fix: #2833 Allow charts to start at private records when 'show private relati...Greg Roach1-1/+1
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-2/+3
2019-10-30Add assertions for route parametersGreg Roach1-2/+6
2019-10-25No need to throw exceptions in assert()Greg Roach1-3/+2
2019-10-25Fix: #2692 - Routing for interactive tree chartGreg Roach1-0/+19
2019-10-22Fix: #2678 URLs for interactive tree need to be generated on the serverGreg Roach1-2/+2
2019-10-17Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+5
2019-10-15wipGreg Roach1-1/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+0
2019-10-09Working on routingGreg Roach1-0/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-9/+7
2019-07-14Refactor blocksGreg Roach1-4/+27
2019-06-04Tidy up interactive tree chartGreg Roach1-22/+3
2019-05-09Remove unsused codeGreg Roach1-1/+0
2019-05-09PSR-7 requestsGreg Roach1-5/+5
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-17/+17
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-01Fix: initial order of tabs, menus, etc. wrongGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-7/+7
2019-01-26Prevent users typing direct URLs to charts that are enabled, but are above th...Greg Roach1-1/+4
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1
2019-01-23Cleanup interactive tree moduleGreg Roach1-14/+8
2019-01-22Merge chart controllers into chart modulesGreg Roach1-6/+6
2019-01-22#2130 - default order of menus clashes with user-defined order from previous ...Greg Roach1-1/+1
2019-01-22Rename chart interface apiGreg Roach1-11/+11
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-21Prepare to merge chart controllers into chart modulesGreg Roach1-17/+36
2019-01-20Apply fixes from StyleCI (#2123)Greg Roach1-1/+2
2019-01-20Missing function visibility, etc.Greg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-10/+16
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-2/+2
2018-11-18Prefer class-constants to global-constantsGreg Roach1-3/+5
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-10-28Strict typesGreg Roach1-4/+4