summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/CalendarEvents.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-12-24CodeStyleGreg Roach1-4/+1
2025-06-02Replace CSS class current_day with wt-calendar-todayGreg Roach1-5/+2
2025-06-02Replace CSS class current_day with wt-calendar-todayGreg Roach1-1/+8
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-08-20Fix: #5017 - wrong counts on individual pageGreg Roach1-39/+25
2024-03-31CodeStyleGreg Roach1-3/+3
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-9/+3
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-11/+11
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-24ValidationGreg Roach1-1/+1
2022-02-24CodeStyleGreg Roach1-1/+1
2022-02-24CodeStyleGreg Roach1-2/+3
2022-02-23Update and use Validation classGreg Roach1-5/+3
2022-01-27Change signature of Date::display() to avoid having to use container as psued...Greg Roach1-1/+1
2021-12-16Remove unused parameterGreg Roach1-7/+5
2021-11-06Code-style - prefer concatenation to embedding variablesGreg Roach1-1/+1
2021-10-29CodeStyle - remove unnecessary parenthesesGreg Roach1-2/+2
2021-10-29CodeStyle - avoid curly-brackes around embedded variablesGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-4/+4
2021-09-07Remove dead codeGreg Roach1-1/+1
2021-05-18CodeStyleGreg Roach1-2/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-1/+1
2020-10-03CodeStyleGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-08-11Fix: #3423 - monthly calendar table cell borders missing in minimal themeGreg Roach1-1/+1
2020-07-21Fix: #3422 - spacing between calendar datesGreg Roach1-2/+4
2020-07-19Refactor calendar control into request handlersGreg Roach1-0/+295