StephDriver

Results 101 issues of StephDriver

problem was with forms not communicating correctly with each other. Updated with code from @ajrbyers to fix this. Tested the fix. Closes #3785

created a new GetResetToken form and linked through to each of the three themes. Closes #3621

new template for accessibility issue reporting. using the a11y tag based on bug report template asks for missing alt-text not to be reported at present unless part of the alt...

The metrics on article pages are using headings to display content, such that the structure is a sequence of headings rather than there being any content. eg. https://www.iastatedigitalpress.com/mmb/article/id/12473/ ![Image](https://github.com/BirkbeckCTP/janeway/assets/5330770/53980759-c8df-4a30-993e-27c482fc32fe) has...

dev-ready
a11y

some pages still use html font tag instead of CSS. This is likely due to copy/pasting of text from a word processor which then specified all the styles. example https://www.iastatedigitalpress.com/itaa/article/id/13790/...

a11y

Article titles are in the xml, but not in the HTML. Example at https://www.iastatedigitalpress.com/mmb/article/id/12473/ ```xml Vacuum-Packaged Meat Multiple-use scale for determining: ``` ```html Multiple-use scale for determining: ``` The text...

a11y

After publication, both the live article and the article history (e.g. peer reviews) should be accessible from the author dashboard. Updated the author dashboard: - column heading 'View Live' changed...

addresses #3746 but further issues found, and when tested, same behaviour was seen on master. - production files are marked as manuscript files - proofing files cause an apparently infinite...

updated the 3 specified url patterns as per issue Closes #3776

- #3939 This turned out to be two separate issues, so this issue now handles 'example 2' as copied below example 2 - figures using the same text and alt...

bug