summaryrefslogtreecommitdiff
path: root/app/Module/StoriesModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-19PHPdoc and PHPstan issuesGreg Roach1-3/+1
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-10-08CodeStyleGreg Roach1-5/+0
2024-03-31Refatoring class DBGreg Roach1-1/+1
2024-03-31CodeStyleGreg Roach1-3/+3
2024-03-31PHP 8.2 - union typesGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-8/+5
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-02Fix: #4629 - validation error when creating a new storyGreg Roach1-1/+1
2022-12-02Fix: #4629 - validation error when creating a new storyGreg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-5/+3
2022-09-06CodeStyleGreg Roach1-0/+1
2022-04-01Use new validator classGreg Roach1-19/+11
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-19/+8
2022-01-18Fix: cannot edit news articleGreg Roach1-5/+0
2021-11-21Update translationGreg Roach1-1/+1
2021-11-21CodeStyleGreg Roach1-5/+10
2021-10-29TypeHintsGreg Roach1-1/+1
2021-10-29TypeHintsGreg Roach1-4/+2
2021-10-15Prefer object to stdClassGreg Roach1-5/+4
2021-03-19PHPdocGreg Roach1-1/+1
2021-01-29Redirect to individual page after adding/editing storyGreg Roach1-1/+5
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-1/+1
2020-10-03CodeStyleGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-4/+4
2020-09-20Fix: #3520 - ampersands in story titles get expanded into HTML entitiesGreg Roach1-1/+0
2020-09-10Tab should be grayed out when the array is empty (#3501)Carmen1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-4/+5
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-1/+1
2020-01-14Null xrefs in wt_blocks break stories moduleGreg Roach1-2/+4
2019-12-20CodeStyleGreg Roach1-3/+1
2019-12-13CodeStyle - strict typesGreg Roach1-2/+4
2019-11-11Simplify access to current localeGreg Roach1-11/+3
2019-11-04DeadCodeGreg Roach1-1/+0
2019-11-04Missing XREF parameter when adding new story from tabGreg Roach1-1/+3
2019-11-02Fix: #2733 Expose access levels in module-component admin pageGreg Roach1-0/+1
2019-10-30Fix: #2715 - missing $tree parameterGreg Roach1-0/+1
2019-10-30Add assertions for route parametersGreg Roach1-3/+9
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-3/+11
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-22Use tree serviceGreg Roach1-1/+5
2019-10-22Use POST+GET for module adminGreg Roach1-3/+35