summaryrefslogtreecommitdiff
path: root/app/Module/UpcomingAnniversariesModule.php
AgeCommit message (Expand)AuthorFilesLines
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-2/+2
2018-09-22PHPdoc, types, etc.Greg Roach1-5/+5
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-12/+19
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-15/+14
2018-07-16Use PSR2 code styleGreg Roach1-190/+211
2018-07-15Move module views to the views/modules folderGreg Roach1-8/+11
2018-07-07Remove global variables from blocksGreg Roach1-9/+12
2018-02-16Fix #1589 - missing javascript on ajax blocksGreg Roach1-21/+12
2018-01-27Fix: #1600 - upper/lower case class name #2makitso1-2/+2
2018-01-27Use views for block configurationGreg Roach1-65/+44
2018-01-26Use controller/view for block configurationGreg Roach1-2/+4
2018-01-25Fact picker for on-this-day/upcoming blocksGreg Roach1-14/+76
2018-01-25Fix indentationGreg Roach1-16/+16
2018-01-25Modify On This Day & Upcoming Anniversary modulesDavid Drury1-17/+31
2018-01-13Use views for genealogy objectsGreg Roach1-2/+1
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-19Fix: #1541 Cannot type hint void return in PHP 7.0Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1526)Scrutinizer Auto-Fixer1-10/+10
2017-12-02Return type hintsGreg Roach1-5/+7
2017-09-26Working on blocks and templatesGreg Roach1-12/+8
2017-09-25Working on blocks/templatesGreg Roach1-1/+8
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-44/+47
2017-03-082017Greg Roach1-1/+1
2016-12-26Code style - strict typingGreg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-5/+5
2016-06-10Prefer preferencesGreg Roach1-1/+1
2016-04-16Labels are not questionsGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-2/+2
2015-06-10PHPDocGreg Roach1-3/+3
2015-06-10Wrong default typeGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-11/+29
2015-06-05Refactor includes/functions into classesGreg Roach1-7/+9
2015-05-31PSR-4Greg Roach1-1/+5
2015-05-30Code styleGreg Roach1-3/+4
2015-05-14Remove popup windows for block-configurationGreg Roach1-1/+1
2015-03-29Split class Module into static and abstract partsGreg Roach1-19/+19
2015-03-13Numbers need to be strings for I18NGreg Roach1-1/+1
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-2/+2
2015-03-02Module APIGreg Roach1-0/+161