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: 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()
})();