summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/CalendarController.php
AgeCommit message (Expand)AuthorFilesLines
2020-07-19Refactor calendar control into request handlersGreg Roach1-529/+0
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+2
2020-05-12TypeHintsGreg Roach1-4/+4
2020-05-11CodeStyleGreg Roach1-1/+1
2020-05-10Fix: #2967 - Calendar list view - sort events by anniverary dateGreg Roach1-193/+154
2020-01-12Fix: all-numeric XREFs break calendar anniversariesGreg Roach1-2/+2
2019-12-13CodeStyle - strict typesGreg Roach1-7/+9
2019-12-06Parents' names in lists - replace function with templateGreg Roach1-2/+2
2019-11-11Simplify access to current localeGreg Roach1-12/+5
2019-11-10Fix: undefined variable when using year selector on calendar pageGreg Roach1-25/+2
2019-11-10Consistent text size on calendar pageGreg Roach1-12/+12
2019-11-06Fix: last 100 years calculation incorrectGreg Roach1-2/+2
2019-11-03Use POST+GET on calendar pageGreg Roach1-0/+42
2019-10-26Remove LocaleInterface as dependency of LocalizationServiceGreg Roach1-6/+17
2019-10-17PSR12Greg Roach1-0/+1
2019-10-10Working on routingGreg Roach1-2/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-4/+4
2019-06-03Fix: #2456 - 'all' filter not working in year view of calendarGreg Roach1-1/+1
2019-05-11Fix: #2417 - calendar year ranges do not workGreg Roach1-24/+6
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-27/+27
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-1/+0
2019-03-20Fix #2332 - MOD() function is MySQL onlyGreg Roach1-14/+14
2019-03-07Code style and testingGreg Roach1-26/+22
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-2/+2
2019-03-02Use carbon functions instead of magic numbersGreg Roach1-1/+1
2019-02-26Remove global constant CLIENT_JDGreg Roach1-1/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-4/+4
2019-01-02Use illuminate/database in calendar serviceGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-2/+2
2018-11-18Rename Fact::getLabel() to label()Greg Roach1-1/+1
2018-11-18Rename Fact::getDate() to date()Greg Roach1-3/+3
2018-11-18Rename Fact::getAttribute() to attribute()Greg Roach1-2/+2
2018-11-18Rename Fact::getParent() to record()Greg Roach1-3/+3
2018-10-13Remove old stylesGreg Roach1-4/+4
2018-10-13Avoid functions in loopsGreg Roach1-1/+3
2018-10-10Fix: #1957 - 'none' is not a calendar nameGreg Roach1-0/+3
2018-10-09Calendar dates are abstractGreg Roach1-20/+20
2018-10-07Error handlerGreg Roach1-1/+2
2018-10-07Numbers need to be translatedGreg Roach1-2/+2
2018-09-30Add accessors for CalendarDate min/max julian dayGreg Roach1-13/+13
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-21PHPdocGreg Roach1-1/+1
2018-08-30Fix: #1873 - move business logic to serviceGreg Roach1-1/+7
2018-08-26Move anniversary calculations to new serviceGreg Roach1-7/+8
2018-08-18CodeStyleGreg Roach1-1/+2
2018-08-16Unused importGreg Roach1-1/+0
2018-08-15Move some localization functions to a localization serviceGreg Roach1-4/+18
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-4/+2