Temp disabled Pixiv upload support. Uploading directly from the image url should work, but uploading from the html page won't work. Sample images (images ending with _master1200.jpg) won't be converted to original images, so make sure you upload the right image.
Added /profile and /settings pages. Your user profile and account settings will now be shown under these urls, instead of at /users/NNN or /users/NNN/edit.
Slightly rearranged some things on the account settings page. 'Change password' and 'Deactivate account' are listed under the Basic and Advanced sections, respectively.
Post votes are no longer deleted after 90 days. Comment votes are no longer deleted after 14 days. This means users can't upvote posts multiple times by waiting long enough (which I believe some uploaders may have been taking advantage of).
The /favorites page was replaced by a link to an ordfav:<username> search.
The 'Show all comments' link is now 'Show N hidden comments', where N is the number of hidden comments.
I'm getting the following error when I try to upload from Twitter using the bookmarklet in Chrome. The bookmarklet seems to do nothing when I try to use in Firefox, on the other hand.
PG::QueryCanceled: ERROR: canceling statement due to statement timeout
Fixed issues with the bookmarklet timing out and with source:<url> searches being slow. Incidentally, source searches containing wildcards should be much faster now.
Fixed issues with saved searches timing out or failing.
Fixed issue with /uploads?search[uploader_id] not working.
The /saved_searches page is now divided into pages. This page also has a few new columns:
'Created' is when you added the search.
'Refreshed' is when Danbooru last refreshed the search. Danbooru refreshes saved searches at most once an hour. If it says '>1 hour ago', that means it will refresh the search the next time you (or someone else) checks their saved searches.
'Posts' is how many posts Danbooru found the last time it ran the search. This is blank when Danbooru hasn't ran the search in the last hour.
PS: the tag sidebar on the main page being blank is a known issue.
Why is the list of missed searches full of aliased tags such as trap, gif, milf, futa and foot? Those shouldn’t count as “missed” and I’m pretty sure they didn’t count until recently.
Attempting to view the Pools page returns the following:
Error
Couldn't find Post with 'id'=177069 Details
ActionView::Template::Error exception raised
app/presenters/post_set_presenters/pool_gallery.rb:19:in `block in post_previews_html'
app/presenters/post_set_presenters/pool_gallery.rb:17:in `post_previews_html'
app/views/pools/gallery.html.erb:8
Edit: Removing the "/gallery" hierarchy level of the URL allows a successful list view, which I prefer anyway. In the meantime, with gallery view being the default for the navbar link, it's going to cause some problems.
Fixed. I was cleaning up some bugged pools and one of them (pool #8857, which contained the nonexistent post #177069) got bumped to the top of the list.
Fixed. I was cleaning up some bugged pools and one of them (pool #8857, which contained the nonexistent post #177069) got bumped to the top of the list.
That would explain the problem. (Not sure how a nonexistent post got added, but that's just idle curiosity.) Thanks for the fix.
Login sessions are now shared across all of Danbooru's subdomains. This means that you no longer have to log in separately to Danbooru, Safebooru, or any of Danbooru's other subdomains.
The maximum posts per page account setting was raised from 100 to 200.
The 'Download' and 'Find similar' links in the post sidebar are now available to logged out users.
The History section in the post sidebar (post tag history, note history, etc) is now available to logged out users.
These searches find pools where at least one post matches the given tags, not every post. So searching for 'translated' means that at least one page is translated, not that every page is translated.
Searching for large tags (such as translated) is slow and may timeout for non-Gold users.
Fixes
Fixed tag sidebar being blank for aliased tags.
Fixed aliased tags being treated as missed searches.
Fixed pool autocomplete returning deleted pools.
Fixed Nijie uploads not working with mp4 posts.
Fixed an issue with replaced files being cleaned up too soon when a post was replaced less than 1 day after upload.
Fixed an issue that caused saved searches to not update as often as they should. Specifically, instead of updating once an hour, saved searches only updated after going one hour without being checked by anyone, sitewide. This meant that popular searches that were checked by many people could go a long time without being updated.