Mark Smith (
mark) wrote in
dw_maintenance2020-04-26 01:27 pm
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
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!
no subject
no subject
I'm guessing that post has a <raw-code> block, because that's how to make artisan markup like your nav thingy not explode. Raw blocks now leave @ mentions alone.
We recently put a lot of effort into making @ mentions behave reliably, and making sure they DON'T trigger where they shouldn't. MOST NOTABLY, we no longer convert @ mentions in the following places:
- Entries/comments that are set to "don't autoformat".
- Inside <raw-code> / <lj-raw> blocks.
- Inside <code>, <pre>, or <textarea> elements.
- Anything imported from LJ et al.
- Anything from syndicated feed accounts.
We decided "raw" needed to be sort of an escape hatch that doesn't do any "auto" stuff to your markup, because there really needed to be SOME way to do that. So you can still link to users in there, but you'll need to use old-style <user name="yo"> tags.
no subject
Sorry for tl;dr. I can't make it shorter because my cognition is impaired.
To test that bug, I created the
https://www.dreamwidth.org/support/see_request?id=40486
BUT
The new code push has changed how DW interprets the characters. Due to changes in my impairments, I'm no longer able to bug hunt. I'm hoping someone reading is willing to take up the cause.
After the latest code push, the escape character for at-sign stopped working correctly: backslash preceding the at-sign turns off formatting BUT the backslash also displays. (Check out my link above and you'll see some ugly crap!) The new code push also changed how
Care to step in? I'd be delighted to provide access to
yeah, totally
@mention
bugs. (Without being able to see the entry source as-written, I can't really make heads or tails of the bug posts.)Re: yeah, totally
You're now a comm admin.
(Part of the problem may be using DW markdown to write about DW markdown, which is always the trickiest).
Re: yeah, totally