Topic: Site Changelog

February 5, 2014

Major changes/additions
  • Posts can now have up to five source links, separated by a newline (enter key)
  • Tag history columns can now be toggled on/off
  • Added new metatag: "favcount:[number/range]". For example, favcount:>100, favcount:30..50
  • Takedown show pages look much nicer/cleaner now
  • Selected themes/extras are now loaded in the head instead of the body, meaning no more flickering on page load as your theme loads!
  • Sets are now ordered by the date the post was added to the set by default (order:set). To order them the old way (by post ID), use order:id_asc. Can also use order:set_asc for reverse
  • Various updates to Dmail
    • Table is wider
    • Filter form is collapsible like most others
    • Added date filtering
    • You can now hide or unhide all of your Dmail at once
  • New post/show and post/index API return fields (more info in the post API help:
    • tags_array - array of all tags on the post including tag type, count, etc. (also for post/index). Returned as a JSON string, even in XML calls - Temporarily disabled
    • pools - array of pools the post is in - Temporarily disabled
    • children - array of child posts
    • sources - array of all sources (up to five, currently) on the post. source only contains the first source, for backwards-compatibility
    • These fields are now shown for deleted posts: created_at, score, rating, status (always deleted), has_comments, has_notes
    • Pool name is now the "pretty name", where underscores are replaced with spaces
Other stuff
  • Post edit form is a bit cleaner
  • In "flag history", a post that is currently flagged, but not for the shown reason now shows as 'Flagged*' instead of 'Flagged'
  • Renamed some controllers to fit conventions: take_down -> takedown, tickets -> ticket, blips -> blip, forum_categories -> forum_category. Old links/URLs still work fine
  • Post deletion reason text field is now larger
  • Users are now sent a Dmail if one of their forum topics was moved to a different category
  • Takedowns can now be 'Inactive', meaning the submitter hasn't responded in a while - that way they don't clutter up the Pending list, but can still be finished if/when the submitter responds
  • Takedown status ordering now orders from most important to least (Pending -> Inactive -> Denied -> Partially Approved -> Approved)
  • Added 'Blip complaint' option to ticket filters
  • Attempting to view page 2+ of tag histories now shows an error instead of silently redirecting to page 1
Fixes
  • Trending tags should no longer be blank
  • Fixed a bug with flag history and unclosed HTML tags
  • Fixed/cleaned up anonymous blacklist a bunch
  • Added missing ticket #123 syntax to DText help page
  • Added missing Custom Title syntax to DText help page
  • Added a bunch of missing titles to takedown pages
  • IP address column of tag history now doesn't appear unless you're an admin
  • You can no longer attempt to login if you're already logged in
  • Only mods can now delete artists, instead of members and up
  • Fixed a bug where alias/implication suggestion topics' link to the alias/implication broke because of spaces in the URL (not retroactively applied to existing topics)
  • Fixed bug where capitals in http/https part of takedown source URLs broke the links
  • Blocked users can now do a bunch of things they shouldn't not be able to do:
    • View posts hidden from anonymous users
    • View user profiles
    • Mark all forum posts as read
    • See subscription help in post sub-nav-bar

revision 736

Updated by anonymous