[[cat]]s now produces cats. Trailing letters are now included the link.
19[[60s]] now produces 1960s. Leading letters are also included in the link.
[[Shimakaze (Kantai Collection)|]] now produces Shimakaze. [[Shimakaze (Kantai Collection)|]] is shorthand for [[Shimakaze (Kantai Collection)|Shimakaze]].
Added a "ctrl+enter to submit" keyboard shortcut. Press ctrl+enter in any textbox to submit the page.
Post tooltips: made timestamps more compact ("37 minutes ago" -> "37m ago").
Modqueue: increased the "You haven't moderated any posts in awhile" timeout to 72 hours.
Fixes
Fixed username autocompletion not displaying underscores as spaces properly.
Fixed [expand] and [table] tags being case sensitive.
Fixed /wiki_pages/new not working.
API Changes
Removed various <meta> elements that contained current user settings from the <head>. These were previously announced as deprecated. Use the data attributes on the <body> element instead.
Anyone else getting database timeout errors trying to upload or add tags during upload?
Yeap, it's the An error occurred: error: ActiveRecord::QueryCanceled - PG::QueryCanceled: ERROR: canceling statement due to statement timeout CONTEXT: while updating tuple (2808,110) in relation "tags" error again.
Sorry to bring up another problem but attempting to go to wiki pages from the ? link or a Dtext link won't work if it has a . in the name..hack// for example won't work. The page exists, but getting there requires manual input by changing . to %2E , or by searching for the tag normally (sort of) or on the wiki. (edit for clarity: the wiki button on the normal search page will show the wiki entry, but clicking "view wiki" will show the not found page) edit: Issue fixed, thanks.
BrokenEagle98 said:
Upgrading to Version 16.10 of EventListener should fix that.
Ah, that was it. I checked my CSS but not the userscripts, thanks.
Does anyone else have problems with the thumbnails? Since around mid-october I only get a block of text displaying the tags but no thumbs. Klicking them loads the full image normally, tooltips are also displayed correctly when hovering over the missing thumbnail. To be clear it's not like an image which failed to load, it's text instead of all thumbnail images. It's definitely my browser blocking something (maybe js related) but I am still curious as it worked flawlessly at least until October 16th. Using FF 68.2.0ESR (Tor Browser 9.0). Disabling addons and playing with advanced danbooru settings changes nothing. No problems with thumbnails on other similar sites - except safebooru of course which has the same issue. No custom CSS or other modifications.
Looks like Tor Browser is triggering Cloudflare's anti-botting protection. Thumbnails aren't loading because Cloudflare is returning captcha pages instead. Opening a few images in new tabs and refreshing them a few times seems to help. I'll look into making this less aggressive.
Minor issue: it appears translation note tags using angle brackets, normally used only in note formatting, are now being treated in any DText-using field the same way as TN's in square brackets.
Minor issue: it appears translation note tags using angle brackets, normally used only in note formatting, are now being treated in any DText-using field the same way as TN's in square brackets.
In that case then </tn> is failing to close the tag. You can see this on the help:notes wikipage. Where before it mentions <tn>, now tn mode turns on, but proceeds past the closing tag to the end of the paragraph.
Added a DText formatting cheatsheet. Click "Formatting help" beneath any textbox to show the cheatsheet.
(Mods only) Added a new IP address search page at /ip_addresses.
Added "IP info" links. Use these links to do proxy checks or geolocation lookups.
Wildcard IP searches are now supported. Use e.g. "11.22.33.0/24" to match all IPs of the form "11.22.33.*". See CIDR notation on Wikipedia for details.
Added ability to group IPs by subnet. This means that when viewing the list of IPs associated with a given user, you can group together similar IPs.
(Mods only) User profile pages now show the user's last known IP. There are also links to find other accounts using that IP, or to find other IPs used by that user.
Fixes
Fixed the child post preview box becoming too wide for the screen when a post had many children.
Fixed </tn> tags not closing <tn> tags.
Fixed error when trying to rename a wiki page after checking the "Force rename" box.
Fixed saved search labels not supporting autocomplete in all places.