summaryrefslogtreecommitdiff
path: root/resources/views/modules/stories
AgeCommit message (Expand)AuthorFilesLines
2022-09-06CodeStyleGreg Roach4-0/+8
2022-06-01Fix: #4443 - wrong CSS classes used for storiesGreg Roach1-2/+2
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect tr...Greg Roach2-5/+6
2022-05-16Story title markupGreg Roach1-8/+8
2022-05-02Outdated bootstrap markupGreg Roach1-5/+5
2022-02-18PHPdocGreg Roach2-6/+6
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach1-5/+5
2021-10-15Prefer object to stdClassGreg Roach3-10/+10
2021-09-01Use wt- namespace for data attributesGreg Roach1-1/+1
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