Karzilla, Destroyer of Bugs (
karzilla) wrote in
dw_maintenance2023-06-29 11:28 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 push happening tomorrow!
We are planning to do a code push within the next 24 hours, around 7:30pm PDT / 10:30pm EDT. (timezones)
You can see what's new in the code tour that was posted earlier this week, but here are the highlights:
- Google Analytics v4 support
- adding the legacy RTE to the beta Create Entries page
- adding draft autosave to the beta Create Entries page
- more UI improvements for the beta Inbox
- some more aggressive measures for discouraging SEO spam accounts
- miscellaneous modernization updates for various journal styles
- many newly added sites for content embeds and username styling
- new color picker for the journal style customization page
- new CSS wrappers to allow styling of entry cut links
We'll update here once the new code is live!
no subject
DRAFT AUTOSAVE FOR BETA!! YEAH!!!
[I am always glad to see new developments but I have been looking forward to this specific feature for years. I love the beta editor in so many ways but this is one feature I have missed.]
no subject
no subject
no subject
Old and buggy autosave still autosaves my work more reliably than no autosave at all! I do manually save posts-in-progress by posting to a private drafts tag, but unexpected browser crashes can happen. My laptop likes to live on the edge (of its battery life) so I do sometimes end up completely losing a post. If autosave keeps 50% of those, that's much better than nothing, haha.
no subject
posting to a private drafts tag is brilliant! May I boost this?
no subject
Yes absolutely! I use the tag ##drafts (symbol makes it easy to find in an alphabetical list) and post privately until the post is finished, then when I'm ready to publish I update the date/time and make it public under the correct tags.
no subject
Though note that means it won't trigger a notification for anyone who has that set up on your posts - for that, you'd need to repost as a new entry. And if someone's reading page is very fast-moving, it will appear further down as when you first posted it rather than at the top.
no subject
Hmm, thanks for the warning. My understanding was that updating the date/time when editing a post would move it up the Reading Page unless I select for the post to not appear on the Reading Page at all.
no subject
I believe Reading page is by server time to avoid timezone issues, so it won't move.
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
Thanks for the code push, and especially for implementing the RTE in beta!
no subject
no subject
Seeing people (volunteers!) working on DW makes me so happy. Thank you!
Motivation?
Re: Motivation?
Re: Motivation?
no subject
Still not fixed the zero-height entry box bug in the legacy Create Entries page I see.
How does one enable legacy RTE in the beta Create Entries page? I see no option for it in the drop-down menu.
no subject
It's not yet live, it will be in the next day or so.
no subject
I'm not sure what you mean by "the zero-height entry bug", but we're not prioritizing any fixes for the legacy update page -- our effort is going into getting the beta Create Entries page fit for purpose instead. If you can reproduce the bug after the code push in the beta Create Entries page and it doesn't have to do with the legacy RTE, can you give us steps to reproduce so I can make sure it's logged as an issue?
If it has to do with the legacy RTE, we know there are lots of bugs with it and we can't fix them because it's very old (and very buggy in modern browsers). We were holding off on adding a RTE to the beta Create Entries page until we could integrate a more modern RTE package, but the work has proven a lot more difficult than we could have predicted and needed us to do a lot of modernization work first because the state of the art has changed so much since the original RTE was integrated into the original update page and all the solutions have proven difficult to integrate. We are still working on the process, we just have hit the point where we need to retire the old codepath for the old update page and are trying to get the beta Create Entries up to feature parity as much as we can first.
no subject
Yeah.. the RTE addition is *still buggy in exactly the same way as the old RTE was.
screenshot
That's what I mean by a zero-height entry box... the box you enter the body of the post into has zero height, it does not exist, In other words, it is utterly unusable.
This somewhat disruptive since it means any of my work (I'm an author) I share in advance with my readers, has to be forked into markdown for DW and rich text for everywhere else.
no subject
no subject
THANK YOU!!
That actually fixed the issue!
no subject
no subject
What we would probably need is a better images uploads/management.
no subject
no subject
no subject
"end of life, no more updates" because I viscerally hated everything else, so I absolutely understand the "do NOT make it look different"! We're trying to be as thoughtful as possible in our updates to get the look and feel of the site into this century, heh.
no subject
CSS escaping
I wish CSS didn't die on me when I'm trying to use Unicode (escaped or otherwise) in content property… *cough*
Re: CSS escaping
EDIT: actually nevermind! our security person did do that analysis while I wasn't paying attention and this next code push should reduce the restrictions on Unicode in CSS a lot. Sorry for the bad info!
Re: CSS escaping
Nice :) Although all of that could probably be less of a problem with BUG #3046: [wish] Consider not inlining custom CSS maybe?
UPD: And, for the record, I meant content: "Unicode string here"; not classes, per se.
Re: CSS escaping
Re: CSS escaping
Ouch. Sounds very cursed indeed.
no subject
no subject
no subject
no subject
Anyway, if you run into something that doesn't work, report it with an example of the embed code you're using and we'll see what we can do!
no subject
no subject
no subject
That's an awesome change! It might have been something minor in the grand scheme of things, but styling the cut links has given me gray hair in the past, so thank you for making this so much easier! Much appreciated!