summaryrefslogtreecommitdiff
path: root/app/Module/StoriesModule.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-14Refactor blocksGreg Roach1-4/+27
2019-05-10Fix: #1752 - use ezyang/htmlpurifier to santise user-supplied HTMLGreg Roach1-3/+20
2019-05-08PSR-7 requestsGreg Roach1-8/+11
2019-04-25Strict typesGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-50/+49
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-01Fix: initial order of tabs, menus, etc. wrongGreg Roach1-1/+1
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1
2019-01-22Merge chart controllers into chart modulesGreg Roach1-7/+7
2019-01-22#2130 - default order of menus clashes with user-defined order from previous ...Greg Roach1-2/+2
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-21Use module system for core modulesGreg Roach1-2/+2
2019-01-20Apply fixes from StyleCI (#2123)Greg Roach1-1/+2