summaryrefslogtreecommitdiff
path: root/app/Date/CalendarDate.php
AgeCommit message (Expand)AuthorFilesLines
2018-10-09Calendar dates are abstractGreg Roach1-1082/+0
2018-10-08Refactor roman-numerals into separate classGreg Roach1-61/+0
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
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 Roach1-11/+11
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 Sonntag1-13/+15
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-29Calendar methods do not need to be public/staticGreg Roach1-1/+1
2018-08-26Strict typesGreg Roach1-44/+46
2018-08-19PHPDocGreg Roach1-1/+1
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-14/+14
2018-08-09Wrong case for classes, functions and namespacesGreg Roach1-2/+2
2018-07-16Use PSR2 code styleGreg Roach1-841/+934
2018-04-17Fix: #1707 - update link to calendar pageGreg Roach1-6/+7
2018-01-07Happy new year - 2018Greg Roach1-1/+1
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 Roach1-7/+7
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 Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-19/+19
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-10/+10
2015-12-18PHP-CS-FIXERGreg Roach1-3/+3
2015-06-24Fix #626 short years take same formatting as long yearsGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-3/+2
2015-05-31PSR-4Greg Roach1-1/+2
2015-05-30Code styleGreg Roach1-38/+38
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-1/+1
2015-04-03Upgrade fisharebest/ext-calendar from 1.3.0 to 2.1.0Greg Roach1-27/+21
2015-04-03Refactor static function from CalendarDateGreg Roach1-9/+0
2015-03-02PSR-1Greg Roach1-60/+60
2015-02-06Unused codeGreg Roach1-19/+0
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+978