Skip to content

Instantly share code, notes, and snippets.

@matortheeternal
Created October 15, 2016 08:53
Show Gist options
  • Save matortheeternal/e90b8486908a6e35da4739fcc52ef770 to your computer and use it in GitHub Desktop.
Save matortheeternal/e90b8486908a6e35da4739fcc52ef770 to your computer and use it in GitHub Desktop.
Changes in v0.8 of Mod Picker, 10/15/2016.

Changes

  • Completely refactored all JSON rendering to use the BetterJSON templating framework
  • Added a slight margin to the help page body
  • Now using listMetaFactory for constructing shared functions for different mod list model controllers (tools, mods, plugins)
  • Fixed mod list add tool search
  • Applied one-time-data-binding to index pages, the mod analysis page, mod list table items, and the mod list analysis page. Things should run a bit smoother now.
  • Limited conflicting override display on the mod list analysis tab to the first 1000 results by default (user can show more/show less)
  • Added toggle for showing/hiding benign errors on the mod analysis page
  • Fixed plugin error links on the mod analysis tab
  • Fixed some plugin error captions on the mod analysis tab
  • Plugin error type tooltips are now help tooltips
  • Fixed issue with plugin error counts not being set
  • Fixed duplicate conflicting assets, optimized mod list analysis json
  • Fixed plugin links in the mod list analysis plugin errors section
  • Increased delays for all dropdown blurring - you should no longer have issues with clicking items in dropdowns not doing anything
  • Fixed display of dynamic items (margins and remove item positioning)
  • Fixed submission of tags when submitting mods
  • Ordering required mods and required by on the show mod page
  • Showing first 5 requirements/required by on show mod page details column
  • Fixed bug with plugins added to a mod list not having categories associated with them
  • Allowing partial matching for tag suggestions
  • Fixed bug with autocomplete dropdowns not scaling when the content was wider than the dropdown
  • Updated reset:categories rake task
  • No longer setting edited_by on contributions when only a moderator message was added/changed
  • Fixed bugs with retrieval of required tools/mods on mod lists
  • Fixed styling in requirements modules on the mod list page
  • Fixed display of the steam workshop contact block on the user profile page
  • Manage plugins modal now has a table with more information and sorting
  • Added some vertical margin to list items on help pages
  • Users will now get the mod author role if they are an author or contributor for one or more mods
  • Added a rake task to update users to the mod author role
  • Added restriction so users can no longer review mods they are authors/contributors for
  • Changed standing item on notes to a font-awesome icon, which looks a lot better
  • Removed view utils in favor of just having better styling and wordwrap
  • Fixed recent contributions section on the home page getting too big sometimes
  • Now sorting contribution index pages by date submitted by default
  • Cleaned up permissions relative to the disallow contributors option
  • Fixed bug with the mod details modal not displaying properly after adding a custom mod
  • Fixed compatibility note/load order note dropdown margins
  • Fixed compatibility note positive resolution options not displaying on the mod list tabs
  • Changed "There's nothing here..." message on mod pages with no tags and locked tags to "Tags locked"
  • Added better error messages in regards to mod update authorization
  • Fixed bug with remapping mod option plugins when a new analysis is uploaded
  • Now eager loading associations for mod list notes
  • Fixed adult content filtering bug
  • Adult content filtering now extends to contributions
  • Mods index eager loading properly optimized, should load a little faster now
  • Fixed index pages hitting the server way too often when trying to retrieve data after an error had occurred
  • Fixed bug with comment context links sometimes being wrong
  • Fixed bug with submitting mods with Lover's Lab sources
  • Fixed bug with history entry creation due to a bad validation
  • Fixed sorting of plugins within groups by override count when sorting load order
  • Fixed sorting of install/load order being reversed within groups
  • Added optional plugins count and asset files count columns to mod list mods tab in list mode
  • Plugins with the Fixes - Patches category now get moved inside of other groups when moved due to load order notes or master dependencies
  • Fixed bug with the actions section title displaying on the user profile page when there were no actions to display
  • Fixed bug with endorsement notifications
  • Fixed bug with comments not having 100% width (causing the reply comment editor to be small sometimes
  • Fixed bug with comment added notifications for replies
  • Users are only notified a mod has updated when the updated date changes or a a new analysis is uploaded
  • Users are now only notified a mod list has updated when the status changes
  • Users can now check a box when they submit a mod to become a curator for that mod after it is submitted
  • Users now receive notifications when they are added as a contributor or curator for a mod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment