summaryrefslogtreecommitdiff
path: root/app/Module/TopSurnamesModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-09-21Apply fixes from StyleCI (#4047)Greg Roach1-2/+2
2021-09-17Fix: sort order in top-surnames blockGreg Roach1-15/+4
2021-04-29Use PHP7 featureGreg Roach1-3/+3
2021-03-19Use closures for sort callbacksGreg Roach1-1/+1
2021-02-16Fix: #3728 - top 10 surnames config errorGreg Roach1-1/+1
2021-02-10CodeStyleGreg Roach1-3/+3
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-23Use constants for unknown surname and given namesGreg Roach1-2/+3
2020-10-24whitespaceGreg Roach1-2/+2
2020-08-27Fix: #3490 - wrong links from top-surname blockGreg Roach1-1/+4
2020-01-26Fix: #2919 - some database drivers return numeric columns as stringsGreg Roach1-0/+4
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-10-21Pass dependencies in the constructorGreg Roach1-4/+19
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach1-2/+2
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-3/+4
2019-07-14Refactor blocksGreg Roach1-26/+26
2019-05-08PSR-7 requestsGreg Roach1-2/+4
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+3
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-20Block stylingGreg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-02-24Unused importsGreg Roach1-2/+0
2019-02-23Refactor module componentsGreg Roach1-1/+1
2019-02-23Lists as ModulesRichard Cissee1-5/+14
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-24Refactoring module APIGreg Roach1-1/+1
2019-01-22Merge chart controllers into chart modulesGreg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-3/+5
2019-01-08Use illuminate/database in top surnames moduleGreg Roach1-22/+17
2019-01-04Add visibility to constantsGreg Roach1-2/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-19Strict typesGreg Roach1-1/+1
2018-12-19Refactor $ctype global as a parameterGreg Roach1-5/+3
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-2/+2
2018-10-16Fix: #1973 - strict typesGreg Roach1-0/+4
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-23CodeStyleGreg Roach1-2/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-3/+3
2018-09-13Scrutinizer Auto-Fixes (#1899)Scrutinizer Auto-Fixer1-2/+2
2018-09-13Update TopSurnamesModule.php (#1885)Rico Sonntag1-0/+15
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-2/+2
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-10/+17
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-12/+12
2018-08-16Remove commented codeGreg Roach1-1/+0