summaryrefslogtreecommitdiff
path: root/resources/views/modules/stories
AgeCommit message (Expand)AuthorFilesLines
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-16/+19
2021-02-10CodeStyleGreg Roach2-0/+15
2021-01-29Redirect to individual page after adding/editing storyGreg Roach2-3/+27
2021-01-15Unused importsGreg Roach1-5/+0
2021-01-15Add sorting and pagination to list of storiesGreg Roach1-1/+10
2020-09-20Update links to modules pageGreg Roach2-2/+4
2020-06-20Convert function to viewGreg Roach1-1/+1
2019-12-03Apply PSR12 code style to templatesGreg Roach2-2/+10
2019-11-23Avoid ambiguous functions such as empty()Greg Roach1-1/+1
2019-10-22Use POST+GET for module adminGreg Roach1-2/+2
2019-10-14Working on routingGreg Roach2-4/+10
2019-10-10Working on routingGreg Roach3-10/+10
2019-10-09Working on routing; Code cleanupGreg Roach3-3/+4
2019-10-09Working on routingGreg Roach3-7/+12
2019-10-06Working on routingGreg Roach2-3/+3
2019-04-01Fix: #2363 - inconsistent parameter names for select and radio inputsGreg Roach1-1/+1
2019-03-26Replace Bootstrap4 class with viewsGreg Roach3-26/+3
2019-03-12Add new module interface to allow CSS/JS/etc. to be added to the end of the <...Greg Roach1-2/+0
2019-03-03Fix: #2264 - styling for chartboxesGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach2-2/+2
2019-02-13Refactoring themes and chart boxesGreg Roach1-1/+1
2019-01-26Fix: #2129 - module managementGreg Roach2-2/+2
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach3-9/+9
2018-10-12Use .phtml extension for template filesGreg Roach4-0/+0
2018-10-04Code styleGreg Roach4-136/+136
2018-08-05Use views for iconsGreg Roach2-5/+7
2018-07-17Refactor viewsGreg Roach2-2/+2
2018-07-14Remove unused import statementsGreg Roach1-1/+0
2018-07-06Convert CKEditor module to use viewsGreg Roach1-1/+2
2018-05-31Convert FAQ module to http/controllerGreg Roach2-9/+7
2018-05-29Convert stories module to http/controllerGreg Roach4-0/+209