summaryrefslogtreecommitdiff
path: root/app/Module/WelcomeBlockModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Fix: XSS vulnerability in some module titlesGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-08-27fix some typos, copy&paste issues and the like (#3462)Richard Cissée1-1/+1
2019-11-10Fix: #2759, fix #2761 - add tree to registration notification emailsGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-07Named routesGreg Roach1-1/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+0
2019-07-14Refactor blocksGreg Roach1-29/+19
2019-04-28Fix: #2393 outdated links to pedigree chart from welcome blockGreg Roach1-4/+2
2019-04-17Collections: combine filter() and first()Greg Roach1-4/+4
2019-04-16Links to pedigree charts missing from welcome blocksGreg Roach1-1/+2
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-23Refactor module componentsGreg Roach1-1/+1
2019-01-30Create ModuleServiceGreg Roach1-2/+17
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-2/+2
2019-01-22Merge chart controllers into chart modulesGreg Roach1-1/+1
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-4/+11
2019-01-02Remove dead code. Add testsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-19Strict typesGreg Roach1-1/+1
2018-12-19Refactor $ctype global as a parameterGreg Roach1-3/+3
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-3/+3
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-1/+1
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg 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-2/+2
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-1/+14
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-4/+4
2018-07-16Use PSR2 code styleGreg Roach1-78/+89
2018-07-15Move module views to the views/modules folderGreg Roach1-2/+2
2018-07-14Remove unused import statementsGreg Roach1-1/+0
2018-07-13Remove the googlemaps module and lots of old codeGreg Roach1-3/+1
2018-07-07Remove global variables from blocksGreg Roach1-3/+6
2018-03-11Convert pedigree chart to http controller/view architectureGreg Roach1-1/+1
2018-02-18Convert login/registration to http/controllerGreg Roach1-1/+1
2018-01-13Use views for genealogy objectsGreg Roach1-3/+2
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Refactor: simpler url() function for recordsGreg Roach1-1/+1
2017-12-19Fix: #1541 Cannot type hint void return in PHP 7.0Greg Roach1-1/+1
2017-12-02Return type hintsGreg Roach1-5/+7