summaryrefslogtreecommitdiff
path: root/app/Module/SlideShowModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-06SlideShow module - configurable delay time as block setting (#5303)Bert Koorengevel1-16/+21
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04Remove unnecessary PHPDOCGreg Roach1-3/+0
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-5/+5
2024-10-08CodeStyleGreg Roach1-5/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-2/+1
2023-03-29Consistent use of select/pluckGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30Remove unused importsGreg Roach1-1/+0
2022-11-18CodeStyleGreg Roach1-1/+1
2022-11-18Fix: #4486 - some images are not included in slideshowGreg Roach1-1/+4
2022-11-18Use ValidatorGreg Roach1-2/+2
2022-06-06Unused importsGreg Roach1-2/+0
2022-04-16Consistent names for controlled-value constantsGreg Roach1-55/+55
2022-04-16Prefer upper-case for PhoneticType, RomanizedType and OrdinanceProcessFlag. S...Greg Roach1-1/+0
2022-04-16Prefer upper-case for ChildLinkageStatus, SourceMediaType and MultimediaForma...Greg Roach1-23/+26
2022-04-16Use constants for controlled values: SourceMediaTypeGreg Roach1-40/+40
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-09Fix: #4250 - refactor linked-records and use consistentlyGreg Roach1-2/+16
2022-02-21PHPdocGreg Roach1-4/+4
2021-10-15Prefer object to stdClassGreg Roach1-2/+1
2021-10-12PHPdocGreg Roach1-5/+5
2021-03-12Remove unused importsGreg Roach1-1/+0
2021-02-04Use gedcom elementsGreg Roach1-1/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-3/+3
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+4
2020-01-04Fix: #2941 - non-images labelled as images can break the slideshowGreg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-10-26Fix: #2695 - slideshow gives error for private mediaGreg Roach1-12/+30
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+0
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Fix: undefined variable when editing raw gedcom for record with no factsGreg Roach1-1/+1
2019-10-15Fix bug in slideshow module when there are no media objectsGreg Roach1-1/+5
2019-10-15Simplify slide-show logic to match mediaGreg Roach1-26/+23
2019-09-29PSR12Greg Roach1-0/+2
2019-08-16Media type 'other' can include media without a type - #2489Greg Roach1-0/+6
2019-07-14Refactor blocksGreg Roach1-26/+25
2019-05-08PSR-7 requestsGreg Roach1-23/+25
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-16/+17
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-20Fix: #1996 - slide show does not start automaticallyGreg Roach1-3/+5
2019-03-20Block stylingGreg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1