summaryrefslogtreecommitdiff
path: root/app/Date
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Code style and testingGreg Roach3-25/+32
2019-03-06Remove dead codeGreg Roach1-8/+0
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-2/+3
2019-02-10Working on iconsGreg Roach1-1/+1
2019-01-04Add visibility to constantsGreg Roach9-14/+14
2019-01-01Happy 2019Greg Roach9-9/+9
2018-12-20Remove unused importsGreg Roach1-1/+0
2018-12-08Move DebugBar code to middlewareGreg Roach1-4/+3
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-7/+7
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-11-03Fix: #2011 - missing 'ged' parameter in links to calendarGreg Roach1-1/+4
2018-10-09Calendar dates are abstractGreg Roach6-83/+130
2018-10-09Calendar dates are abstractGreg Roach9-318/+413
2018-10-08Refactor roman-numerals into separate classGreg Roach2-63/+8
2018-10-05Non-static function called staticallyGreg Roach3-3/+3
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach8-0/+16
2018-10-03PHP 7 has native integer divisionGreg Roach1-1/+1
2018-09-30Add accessors for CalendarDate min/max julian dayGreg Roach1-31/+47
2018-09-28PHPdocGreg Roach5-19/+19
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-4/+4
2018-09-23CodeStyleGreg Roach1-1/+0
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag3-47/+49
2018-09-22Simplify elseifGreg Roach1-3/+5
2018-09-22PHPdoc, types, etc.Greg Roach1-2/+2
2018-09-21PHPdocGreg Roach1-5/+4
2018-09-21Refactor Date::getAge()Greg Roach1-13/+41
2018-09-20Add date-difference functionGreg Roach1-0/+45
2018-09-12Prevent usage of alias functionsRico Sonntag1-1/+1
2018-08-29Fix testsGreg Roach4-4/+4
2018-08-29Calendar methods do not need to be public/staticGreg Roach1-1/+1
2018-08-26Strict typesGreg Roach7-83/+93
2018-08-19CodeStyleGreg Roach6-9/+9
2018-08-19PHPDocGreg Roach1-1/+1
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach6-444/+445
2018-08-09Wrong case for classes, functions and namespacesGreg Roach1-2/+2
2018-07-27WhiteSpaceGreg Roach3-40/+43
2018-07-16Use PSR2 code styleGreg Roach8-1652/+2066
2018-04-17Fix: #1707 - update link to calendar pageGreg Roach1-6/+7
2018-04-02Coding against subtypesGreg Roach1-3/+3
2018-01-07Happy new year - 2018Greg Roach8-8/+8
2017-12-21Fix: #1552 - wrong importGreg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-102/+102
2017-11-19Use maximebf/debugbar for developmentGreg Roach1-0/+3
2017-11-03CodeStyle - spacing/alignmentGreg Roach2-17/+17
2017-06-21Unused variableGreg Roach1-4/+3
2017-06-21Fix #1255 - converting dates outside valid rangeGreg Roach1-18/+28
2017-05-10Bug in date comparisonGreg Roach1-1/+1
2017-03-082017Greg Roach8-8/+8
2016-12-23Code style - short array syntaxGreg Roach5-61/+61
2016-04-30I18NGreg Roach1-10/+10