summaryrefslogtreecommitdiff
path: root/app/Date/AbstractCalendarDate.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-3/+3
2024-03-31Update translationsHerzScheisse1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach1-1/+1
2022-11-27PHP 8.0 - Union typesGreg Roach1-1/+1
2022-04-04Fix: #4253 - chinese characters in inexact datesGreg Roach1-4/+4
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-3/+3
2021-12-16Remove unused importsGreg Roach1-2/+0
2021-11-21CodeStyleGreg Roach1-6/+7
2021-10-29TypeHintsGreg Roach1-12/+6
2021-10-13Add missing type-hintsGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-3/+3
2021-06-02Prefer https for links to documentationGreg Roach1-1/+1
2021-03-12Remove unused importsGreg Roach1-5/+0
2021-03-11Remove deprecated codeGreg Roach1-89/+0
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-1/+1
2020-08-01Fix: %n and %t placeholders in date formatGreg Roach1-2/+2
2020-07-19Refactor calendar control into request handlersGreg Roach1-1/+2
2020-07-09Fix: #3399 - incomplete dates cause error (introduced in dec352c1)Greg Roach1-42/+76
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-67/+24
2020-06-03PHPdoc/CodeStyleGreg Roach1-1/+1
2020-04-28Refactor agesGreg Roach1-0/+11
2020-04-26CodeStyleGreg Roach1-1/+1
2019-11-16Fix: #2367 - formatting incomplete Chinese datesGreg Roach1-16/+26
2019-10-17PSR12Greg Roach1-0/+1
2019-10-10Working on routingGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-04-25Strict typesGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-19/+19
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 Roach1-2/+2
2019-01-01Happy 2019Greg Roach1-1/+1
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 Roach1-1/+51
2018-10-09Calendar dates are abstractGreg Roach1-0/+938