mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] dw_maintenance2020-04-26 01:27 pm

Code has been pushed!

Hiya, as per yesterday's announcement, the latest Dreamwidth code has been deployed.

This is the issue/bug/problem tracking post! Please let us know if you see anything... untoward.

Fixed

  • Posting an entry would tell you that your password was blank.
  • API key generation/deletion was... behaving a little weird.
  • Profiles pages were converted to Markdown, but this was too soon. I've put them back to raw HTML, they should look like they did before the push!

Known Issues

  • Chrome auto-filling in password forms, when trying to post as the already logged in user, results in an error. Still haven't fixed this one, but we will.
  • Reports of logging out possibly not? Need more information, login/logout work for me. Seems transient?

And as a reminder, if you use Semagic et al, please check the link above for information on how to configure it to keep working with Dreamwidth!

shanaqui: River from Firefly. (Default)

[personal profile] shanaqui 2020-05-03 07:16 pm (UTC)(link)
To add: I had actually found where random is in the dropdown icon list yesterday, and then today trying to leave a comment could not find it again. That's slightly more accessible than I thought when I was leaving the previous comment, but it's still not really gonna work for me. Particularly since I couldn't remember where it was having seen it literally yesterday.
Edited (Removed my crankypants assertion I'm going to quit paying, because my icons mean something to me and I don't want to remove any. I'll just have to hate it. :)) 2020-05-03 19:35 (UTC)
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2020-05-04 09:29 pm (UTC)(link)
I'm really sorry that the change is less convenient for you. It looks like you've already seen the reasons for the change and the new way of accessing the random option, so I won't annoy you by repeating it, and it looks like somebody did catch you on Twitter with a workaround, but I know it sucks when things change, even when it's for a good reason.
shanaqui: Rinoa from Final Fantasy VIII. Text: tonight. ((Rinoa) Tonight)

[personal profile] shanaqui 2020-05-04 09:36 pm (UTC)(link)
Thanks for acknowledging my cranky. It helps to know that it's heard, even though I know it's not going to change anything!
shanaqui: Holmes and Watson from Sherlock Holmes 2009. ((HolmesWatson) Get to work)

[personal profile] shanaqui 2020-05-04 09:38 pm (UTC)(link)
Also, for anyone else, someone in my Dwircle wrote me a script I could just shove into Tampermonkey (since I do not myself understand CSS):

// ==UserScript==
// @name DW Icon Randomise
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Restore the Random icon
// @author You
// @match https://*.dreamwidth.org/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

$('#randomicon').show()
})();