summaryrefslogtreecommitdiff
path: root/app/Services/CalendarService.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-1/+1
2024-03-31CodeStyleGreg Roach1-3/+3
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-9/+3
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-10-31Re-order import statementsGreg Roach1-1/+1
2022-09-06CodeStyleGreg Roach1-0/+1
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/+2
2022-02-18PHPdocGreg Roach1-1/+1
2021-10-29CodeStyle - remove unnecessary parenthesesGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-2/+2
2021-02-04Code styleGreg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-5/+5
2020-07-21Update vendor dependenciesGreg Roach1-1/+0
2020-07-21Anniversaries of 30 Adar shown twice - #3406Greg Roach1-0/+4
2020-07-21Fix: ADAR anniversaries checking if event is a leap year, not the anniversary...Greg Roach1-9/+5
2020-07-19Refactor calendar control into request handlersGreg Roach1-23/+76
2020-07-10Fix: #1170 - sort options for 'on this day' blockGreg Roach1-1/+8
2020-07-10#3406 - Leap-year test reversed on AdarII anniversariesGreg Roach1-1/+1
2020-07-10#3406 - 1 ADAR anniversaries shown on every day of the monthGreg Roach1-1/+1
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-1/+1
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-5/+6
2020-03-28Sort anniversaries newest-to-oldest in calendar day/month viewGreg Roach1-1/+3
2020-01-29Fix: #773, Fix: #1320, Fix: #2954, Fix: #3032 - Add pagination/show-more to l...Greg Roach1-1/+1
2020-01-12Fix: duplicate dates (in different calendars) create duplicate anniversariesGreg Roach1-2/+7
2020-01-09Fix: #2953 - sort events by anniversary dateGreg Roach1-6/+8
2019-11-01CommentsGreg Roach1-1/+1
2019-10-19Avoid re-using variable namesGreg Roach1-4/+4
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+2
2019-08-10Fix: #2527 - order of events on calendar pagesGreg Roach1-1/+1
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+2
2019-06-03Fix: #2456 - 'all' filter not working in year view of calendarGreg Roach1-17/+21
2019-05-11Fix: #2417 - calendar year ranges do not workGreg Roach1-1/+6
2019-04-03Declare static closuresGreg Roach1-19/+19
2019-03-20Fix #2332 - MOD() function is MySQL onlyGreg Roach1-1/+1
2019-03-08Strict types and code reviewGreg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-1/+1
2019-03-06Type hintingGreg Roach1-3/+3
2019-03-01Fixed case mismatch in function/method call (#2286)Rico Sonntag1-2/+2
2019-02-24Collection / arrayGreg Roach1-1/+1
2019-02-24Fix: #2263 - facts duplicated in chart-boxesGreg Roach1-3/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-2/+2