Skip to content

v2024.12.12.1355

Compare
Choose a tag to compare
@babsonnexus babsonnexus released this 12 Dec 19:06
· 22 commits to main since this release
07dde74

FIXED: [GEN] Expand/Collapse arrows in sidebar

Expand/Collapse arrows in the sidebar were returning a missing image:

image

Had to update a reference to Font Awesome. Once done, they began working again:

image


NEW: [SLM] Missing posters replacement

Sometimes when searching, a program would be missing a poster and the user would see this:

image

Now, a placeholder image will be visible as so:

image

This also resolves another issue. Due to the more detailed logging from the prior release, a missing poster was causing a false error in the logs. These will no longer appear.


MODIFIED: [PLM] Reading source XML Files

Some source XML files may have had special characters in unexpected places. Made a modification to the read that might resolve an issue seen where these characters would load into Channels incorrectly. This requires further monitoring and feedback to confirm.


Other

  • NEW: [GEN] Added a 'MAX_CONTENT_LENGTH' of 25MB to see if it will resolve submission issues on MacOS causing 413 errors. This requires further monitoring and feedback to confirm.

  • MODIFIED: [GEN] Minor cleanup of unneeded or redundant code