summaryrefslogtreecommitdiff
path: root/app/Module/StoriesModule.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-20Strict comparisonsGreg Roach1-1/+1
2019-10-18Type hintsGreg Roach1-1/+1
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16Simplify logicGreg Roach1-1/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+4
2019-10-15wipGreg Roach1-3/+3
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+0
2019-10-09Working on routingGreg Roach1-0/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-10/+14