summaryrefslogtreecommitdiff
path: root/app/Module/OnThisDayModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-03-19Remove GedcomTagGreg Roach1-33/+33
2021-02-10CodeStyleGreg Roach1-6/+6
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-07-10Fix: #1170 - sort options for 'on this day' blockGreg Roach1-8/+15
2020-03-22Fix: Initial sort order for anniversary eventsGreg Roach1-0/+7
2020-01-29Add high/low parameters to configure block paginationGreg Roach1-5/+11
2020-01-29Fix: #773, Fix: #1320, Fix: #2954, Fix: #3032 - Add pagination/show-more to l...Greg Roach1-0/+3
2020-01-09Fix: #2953 - sort events by anniversary dateGreg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-10-20Strict comparisonsGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-07-14Refactor blocksGreg Roach1-27/+26
2019-05-09PSR-7 requestsGreg Roach1-4/+6
2019-04-16Fix: #2209 - 'time ago' calculations cause overflow on 32bit systemsGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+3
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-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-2/+2
2019-02-26Remove global constant CLIENT_JDGreg Roach1-2/+3
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-4/+6
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-18Prefer class-constants to global-constantsGreg Roach1-2/+2
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
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-11/+18
2018-08-26Move anniversary calculations to new serviceGreg Roach1-2/+4
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-12/+12
2018-07-16Use PSR2 code styleGreg Roach1-169/+189
2018-07-15Move module views to the views/modules folderGreg Roach1-7/+9
2018-07-07Remove global variables from blocksGreg Roach1-8/+11
2018-02-16Fix #1589 - missing javascript on ajax blocksGreg Roach1-13/+7
2018-01-27Fix: #1600 - upper/lower case class name #2makitso1-1/+1
2018-01-27Fix: #1600 - upper/lower case class nameGreg Roach1-1/+1
2018-01-27Use views for block configurationGreg Roach1-44/+21
2018-01-26Use controller/view for block configurationGreg Roach1-2/+4
2018-01-25Fact picker for on-this-day/upcoming blocksGreg Roach1-39/+93
2018-01-25Fix indentationGreg Roach1-1/+0
2018-01-25Modify On This Day & Upcoming Anniversary modulesDavid Drury1-26/+56