summaryrefslogtreecommitdiff
path: root/app/Date
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-19I18NGreg Roach1-24/+24
2016-01-30Update copyright yearGreg Roach8-8/+8
2016-01-17Two spaces have no effect in HTMLGreg Roach6-95/+95
2015-12-18PHP-CS-FIXERGreg Roach5-8/+8
2015-06-24Fix #626 short years take same formatting as long yearsGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach8-65/+290
2015-05-31PSR-4Greg Roach8-8/+14
2015-05-30Code styleGreg Roach2-39/+39
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach2-2/+2
2015-04-03Upgrade fisharebest/ext-calendar from 1.3.0 to 2.1.0Greg Roach8-162/+51