Topic: Site Changelog

April 1, 2015

New stuff
  • Added a new checkbox in the theme dropdown (and in the user settings) to ignore seasonal theme changes and always use your selected theme
  • Merged the two existing image-resizing options ("Show image samples" and "Resize images") into a dropdown with three possible settings (no resizing, CSS scaling, and image samples)
  • Changed how CSS image scaling ("Dynamically resize images") works, so images resize to fit your browser window dynamically as you resize it
  • New keyworks added to the date: metatag: date:today, date:week, date:month, date:year, date:decade
  • When attempting to create a new wiki page, you will be redirected to the existing wiki page if it already exists
  • Post upload page now shows how many uploads you have remaining
  • Added a new DText feature: surrounding text in backticks (`) will show the text in a monospace font, preserving spacing, and preventing any DText inside from being parsed (essentially the same as \
, but can be used within a line of text). See more "here":/help/dtext#text_formatting-backticks. [color=red]Currently won't escape code, quote, or section tags, fix pending![/color]
* Added a warning about Java Security to the "IRC":/static/irc page, and added more client recommendations to the "IRC help page":/help/irc
* "Takedowns":/takedown can now be filtered by the contents of the admin response
* Lots of cleanup to the "DText help page":/help/dtext
* Cleaned up the look of the wiki new and edit pages
* [color=red][API][/color] New post API call: `/post/tags`. Accepts XML or JSON, takes an `id` or `md5` parameter and returns all tags on the post and their id, name, and their tag type ID
* [color=red][API][/color] New attribute in post API returns (like `post/show` and `post/index`) called `artist`. Contains an HTML-encoded JSON string containing all of the post's artist tags

h5.Fixes

* Fixed an error that occurred when trying to flag a post as inferior without manually setting its parent
* Fixed a major bug where valid tags were being removed by innocent tag edits
* Hopefully fixed any blank edits from generating tag history entries
* Changing a post's parent now always generates a tag history entry
* Fixed rating and parent ID changes always showing as obsolete (black text) in post tag histories
* Search fields in "takedowns":/takedown and "post tag histories":/post_tag_history are no longer case-sensitive
* Editing a forum post without changing its category no longer generates "your topic was moved" dmails
* Fixed username change tickets generating a blank error if the desired username is already taken
* Fixed the "always show original" option in the bar that shows up when viewing resized images not working
* An "unhid comment" "mod action":/mod_action is no longer created when users hide their own comments
* "Signup form":/user/signup no longer shows 'Anonymous' in the username field by default
* [color=red][API][/color] Fixed an error that occurred when calling post/update without a `post[tags]` parameter

[color=#666][i]commit: 10ac0b9[/i][/color]

Updated by anonymous