summaryrefslogtreecommitdiff
path: root/app/Module/BranchesListModule.php
AgeCommit message (Expand)AuthorFilesLines
2022-02-01Fix: #4145 - add CSS class to indicate where branches splitGreg Roach1-1/+1
2021-10-29TypeHintsGreg Roach1-2/+1
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-19/+19
2021-02-04Code styleGreg Roach1-2/+2
2021-02-02Merge GEDCOM element code from 2.1 branchGreg Roach1-2/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-3/+2
2020-10-10Fix: wrong relationship in branches listGreg Roach1-2/+3
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-4/+4
2020-09-18CodeStyleGreg Roach1-4/+5
2020-07-17Refactor list controllers into list modules - fixes: #3409Greg Roach1-37/+389
2019-12-13CodeStyle - strict typesGreg Roach1-3/+5
2019-11-08I18N commentGreg Roach1-1/+1
2019-10-25No need to throw exceptions in assert()Greg Roach1-4/+3
2019-10-24Fix: #2690 - Routing errors in branches listGreg Roach1-1/+23
2019-10-17Strict typesGreg Roach1-2/+2
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/+6
2019-10-15wipGreg 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-09-29Add tree to request; preparing for routerGreg Roach1-9/+9
2019-08-11Fix: #2529 incorrect check for module/list permissionsGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-12/+12
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-02-24PHPdocGreg Roach1-4/+27
2019-02-23Lists as ModulesRichard Cissee1-0/+97