summaryrefslogtreecommitdiff
path: root/app/Module/DescendancyModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Use wt- namespace for data attributesGreg Roach1-2/+2
2021-04-23Fix: #3847 - hide internal URL from search-enginesGreg Roach1-2/+2
2021-02-04Code styleGreg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-1/+2
2020-05-11PHPdocGreg Roach1-2/+6
2020-01-09Set SameSite attribute on session cookiesGreg Roach1-1/+1
2019-12-06Parents' names in lists - replace function with templateGreg Roach1-1/+1
2019-11-15Refactor icons. Use SVG and foreground images. De-duplicate. Remove unused.Greg Roach1-2/+2
2019-11-02Fix: #2598 - wrong link in descendants sidebarGreg Roach1-2/+2
2019-10-30Remove View:share() - it's just a globalGreg Roach1-0/+1
2019-10-25No need to throw exceptions in assert()Greg Roach1-3/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+7
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-1/+4
2019-09-29Add tree to request; preparing for routerGreg Roach1-7/+17
2019-09-26CodeStyleGreg Roach1-1/+1
2019-09-26Gender icons belong in the templatesGreg Roach1-2/+3
2019-05-08PSR-7 requestsGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-13/+13
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-02-17Fix: #2224 - sexImage() versus getSexImage()Greg Roach1-2/+2
2019-02-16Use Collection classGreg Roach1-1/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-8/+8
2019-02-11Working on RTL and iconsGreg Roach1-5/+9
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-22Merge chart controllers into chart modulesGreg Roach1-1/+1
2019-01-22#2130 - default order of menus clashes with user-defined order from previous ...Greg Roach1-1/+1
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-15/+21
2019-01-12Move search functions to new SearchServiceGreg Roach1-1/+1
2019-01-08Create search serviceGreg Roach1-21/+11
2019-01-01Happy 2019Greg Roach1-1/+1
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-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1
2018-10-28Strict typesGreg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-4/+4
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-7/+7
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-4/+4
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-8/+4
2018-07-16Use PSR2 code styleGreg Roach1-178/+195