Mark Smith (
mark) wrote in
dw_maintenance2019-06-22 08:10 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 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!
* 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.
* 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 :)
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 :)
no subject
Unfortunately my internet at home is broken so I can't provide desktop examples, but let me know what I can provide, thank you!
EDIT: I can confirm that if I get the original default CSS (like say of tectonic's fission):
1. Copy it into Custom CSS
2. uncheck use stylesheet.
That the resulting layout is broken and looks blank. I grabbed a copy of the original tectonic CSS and left it here: https://developmenthell.dreamwidth.org/543.html but this is affecting all layout styles. Thanks for your time!
EDIT 2: more of my friends have brought up that this is happening to more of the other custom layout codes they sourced from other communities, along with if they copied default CSS into the custom CSS box. Thanks again!
no subject
EDIT: ahahaha nope. Okay, you ran into an Unexpected Side Effect Problem with the implementation of the new "@ mention people to turn it into a user tag". We'll get it fixed! In the meantime, you can tell people to search for all instances of:
<user name=font-face> / <user name=media>
and replace them with:
@font-face / @media
(This might not escape properly and I'm not gonna fight it if it doesn't. @ font-face and @ media without the spaces. And any other @ property you used in the layout. You probably see what happened, heh.)
You won't be able to fix it on your end by editing the post and correcting the CSS -- the conversion is being done at the time the entry is loaded, not at the time the entry is saved. We have to figure out what to do about it on our end.
That at-sign expansion at entry display time
- make the at-sign expansion opt-in (making it opt-out won't work, because it still breaks backward compatibility)
- keep at-sign expansion for markdown and markdown only (which is another way of making it opt-in, I guess)
Re: That at-sign expansion at entry display time
Re: That at-sign expansion at entry display time
Re: That at-sign expansion at entry display time
You can quick-escape by sticking a \ before the @, btw.
Re: That at-sign expansion at entry display time
no subject
no subject
no subject
no subject
+1
Thanks for looking into this too, team.
Re: +1
no subject
I totally missed this! But am I getting it right that this means every past entry and comment that has a @ in it is getting mangled? :(
no subject
It's new, Mark pushed it last night for testing with a wider range of user data than we can produce. It only triggers if the @ is the first character in the word, so it doesn't trigger in the middle of, say, an email address. (And you can escape it by putting a \ before the @whatever!)
no subject
no subject
Sadly no, but we may change more of the triggering conditions as we see more of how much past user data it messes up / how severely stuff gets messed up.
no subject
@_@
no subject
This new functionality is amazing as well! Does it have options for external sites, like twitter and plurk? Thanks again!
no subject
I'm not 100% on the current details of the implementation because Mark just coded it but I think that's the ultimate goal, yeah.
no subject
And that's really cool! I can't wait to see it in action with the externals as well, lord knows how many times my sausage fingers mistype a bracket.
no subject
no subject