summaryrefslogtreecommitdiff
path: root/app/Date.php
AgeCommit message (Expand)AuthorFilesLines
2022-02-06Strict typesGreg Roach1-2/+2
2022-02-01Extract calendar-date factory codeGreg Roach1-147/+6
2022-01-27Change signature of Date::display() to avoid having to use container as psued...Greg Roach1-13/+8
2021-10-29TypeHintsGreg Roach1-10/+10
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-08-23PHPdocGreg Roach1-2/+2
2021-08-17Fix: #1666 - mixed rtl/ltr in title attributesGreg Roach1-1/+1
2021-04-05Fix: #3829 - escape calendar URLsGreg Roach1-5/+5
2021-03-11Remove deprecated codeGreg Roach1-133/+0
2021-02-18CodeStyleGreg Roach1-3/+1
2021-02-04Code styleGreg Roach1-3/+3
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-05-11CodeStyleGreg Roach1-2/+2
2020-04-28Refactor agesGreg Roach1-2/+21
2019-12-16TypoGreg Roach1-1/+1
2019-10-17Fix: #2640 no global tree makes it hard to format datesGreg Roach1-3/+9
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-03-08Logic errorGreg Roach1-2/+2
2019-03-08Strict types and code reviewGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-39/+31
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-3/+2
2019-03-02Use app() shortcutGreg Roach1-1/+1
2019-03-02Tidy up initializationGreg Roach1-3/+2
2019-02-26Remove global constant CLIENT_JDGreg Roach1-2/+3
2019-02-10Working on iconsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-03Fix: #2011 - missing 'ged' parameter in links to calendarGreg Roach1-5/+5
2018-10-09Fix: wrong class check in age calculationGreg Roach1-1/+1
2018-10-09Calendar dates are abstractGreg Roach1-31/+29
2018-10-08Prefer assertions to assumptionsGreg Roach1-2/+2
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-7/+3
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-11/+17
2018-09-22Simplify elseifGreg Roach1-9/+10
2018-09-21PHPdocGreg Roach1-7/+4
2018-09-21Refactor Date::getAge()Greg Roach1-37/+66
2018-09-17PHPdocGreg Roach1-3/+5
2018-09-16PHPdocGreg Roach1-1/+1
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-6/+6
2018-08-27Strict TypesGreg Roach1-1/+3
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-7/+7
2018-08-26Strict typesGreg Roach1-2/+2
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-19PHPDocGreg Roach1-1/+1
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-33/+33
2018-07-16Use PSR2 code styleGreg Roach1-518/+579