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_maintenance2019-06-22 08:10 pm

Code push has happened!

Hi all, I'm preparing to do a code push. You can see the latest code tour here: https://dw-dev.dreamwidth.org/214638.html

Hang on to your hats!

Edit: The code has pushed! As always, please let us know if you see anything wonky or broken and we'll get on it!

Known Issues - Fixed 'em Maybe?


* Font size was way too small. We've tweaked them to be larger, but would welcome more feedback!
* Lack of ability to horizontally resize comment area. This has been fixed, you can drag the box horizontally again like you should be able to!
* A couple of style issues have been found and fixed.
* An issue affecting some Navigation strips has been fixed.
* An issue affecting syndicated accounts, proxied images, and a couple other worker related tasks were broken. They're better now.
* We've made some updates to the design of the comment reply form, we brought back the browse button, made the subject line full-width, and some other tweaks. Please let us know what you think!
* The RTE on the old create entry form is returned to service. A few more months, that's all we ask of you old friend...
* OpenID was broken, it's back.
* Button sizes are reset to default, we are no longer trying to make things line up. Let the ziggurat design pattern live on.
* Polls should show properly sized bars again.
* Lots more Android issues, we had to murder the unused spellcheck button to make it work out. Some weird interactions with differently sized elements and our ancient HTML.

Known Issues - Pending


* Related, some fields seem to have gone emo and are putting on heavy eyeliner (have bold, dark outlines). We're aware.

All known issues are being investigated and will be fixed! Please hang tight while we work on it :)

If you are reporting something visual, please let us know what browser/device you're on!

(deleted comment)
alyndra: (let me read)

Re: I really don't underst

[personal profile] alyndra 2019-07-06 08:58 am (UTC)(link)
I’m finding it really hard to understand your problem too, but if you don’t like any of the sidebar modules you can get rid of them for your journal by customizing the style.
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

Re: I really don't underst

[staff profile] denise 2019-07-08 06:16 pm (UTC)(link)
I am still having trouble understanding what problem you are reporting. Let me explain why we do things this way and maybe that will help.

Our pages use the <h1> tag for the name of the page. On journals, that is the name of the journal. On profiles, that is the title "Profile". Every page can only have one <h1> tag and the standards say it should be the name of the page. A page can have many <h2> tags. If a page is divided into sections, we use the <h2> tag for every section's title. In a journal, this means that each module in the sidebar has its title in a <h2> tag. Again, this is what the standards say is best. It is also how search engines expect to find the content and how they can tell what each part of the page is.