Skip to content

Instantly share code, notes, and snippets.

@matortheeternal
Created November 29, 2016 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matortheeternal/88d7ed81ac53d227090c36b32e14654f to your computer and use it in GitHub Desktop.
Save matortheeternal/88d7ed81ac53d227090c36b32e14654f to your computer and use it in GitHub Desktop.
Changes in v1.0.2 of Mod Picker.

Features

  • Added URL column for custom mods. You can now specify URLs for custom mods in your mod list. The custom mod item will link to the URL you specify.
  • Added substitution between mod list mods and custom mods. If a mod on Mod Picker is hidden/unapproved it will be substituted with a custom mod entry on any mod list it was used on. If a mod is added/approved/unhidden it will substitute any custom mod entries with URLs pointing to its sources.
  • Added tags index, where you can view all tags on the platform (and moderators can edit/hide them)
  • Now displaying mod options in a tree on the mod analysis tab
  • Asset tree on the mod analysis tab now displays the asset associated with the selected mod options and updates whenever a mod option is toggled.

Bugfixes

  • Fixed some bugs with recovering config files on the mod list config files tab
  • Fixed bug with closing corrections
  • Fixed correction/appeal notifications
  • Fixed bug with "Add" button displaying on user's active mod list if it was a collection (so they could potentially add it to itself)
  • Hotfixed bug when the mod list page would always go into edit mode when a user navigated to it (instead of only going into edit mode if it was the user's active mod list)
  • Fixed read more/less excerpt not updating when text changed
  • Hotfixed display of mod images when a mod or tool is added to a mod list while viewing the mod list
  • Hotfixed bugs with adding tools to the mod list
  • Hotfixed mod list item counter tracking to work properly with custom items
  • Adjusted how old mod options are automatically mapped to new mod options in the frontend so mod options that were destroyed by the user just prior to uploading a new analysis are ignored
  • Hopefully fixed sorting issue with mod assets tree files and folders

UX Improvements

  • Added sorting by filename to mod list config file groups
  • Disabled hover background color change on no-action action boxes
  • Custom mod/plugin detail modals display text instead of disabled inputs.
  • Pressing enter when entering a tag now focuses the Add a tag button instead of creating a new tag entry
  • Clicking inside of certain text inputs will no longer select all text after the input has already been focused
  • Added a clear button to the mod analysis component on the submit/edit mod pages

Other

  • Updated email templates - confirmation/forgot password emails should no longer be flagged as spam
  • Fixed mod ids being sparse due to errors. The next few mods submitted to the platform will be at lower IDs.
  • Optimized how vendor javascripts and stylesheets are served
  • Optimized some static images
  • Record not found exception now renders a 404 response instead of a 500 response
  • Created site activity page so the site staff can get an idea of everything that has happened on the site since they last logged in (only accessible to site staff). This included giving a number of notifications templates the flexibility to be ownership-agnostic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment