Mark Smith (
mark) wrote in
dw_maintenance2009-10-25 10:25 pm
code updated
The code push has completed. If you see anything weird or broken, please let us know.
There was a brief error with being able to post entries that has since been resolved. I'm very sorry for that, but it should be okay now.
There was a brief error with being able to post entries that has since been resolved. I'm very sorry for that, but it should be okay now.

no subject
When I clicked on the track link for this entry as viewed from my reading page, it offered to e-mail me when zvi posted a new entry. On http://dw-maintenance.dreamwidth.org/16979.html?mode=reply&style=mine it offered to e-mail me when dw-maintenance posted a new entry, which still isn't right for a comm.
The more options link on the popup (again, this is the track link for this entry as viewed from my reading page) goes to http://zvi.dreamwidth.org/undefined
From this entry's reply page, it goes to http://dw-maintenance.dreamwidth.org/undefined
When I tried to subscribe to "zvi" from my reading page and then checked my notifications management page, I did not have any new notifications. When I simultaneously unsubscribed from zvi and subscribed to comments on the entry (still working from my reading page), I got a subscription to new entries on dw-maintenance. Same result for when I tried working from this entry's reply page. (This time I did the unsubscribe and resubscribe steps separately.)
I don't appear to be able to track an entry's comments in my style (transmogrified) any longer. Will check what happens in Celerity in a second.
no subject
no subject
(tracking icon on site scheme pages are non-ajax-y; may stay non-ajaxy for a while? I'm not absolutely sure)
no subject
The wrong username on reading page is an old (separate) bug that I've assigned to myself and will be fixing soon.
I imagine you didn't have a subscription to
no subject
Yes, I got dw-maintenance on the entry page. No, subscribing to dw-maintenance did not result in a new subscription. Subscribing to comments on the entry resulted in a subscription to new entries in the comm, not comments on the entry.
no subject
no subject
no subject
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
no subject
no subject
(no subject)
no subject
If it's supposed to be that way...okay, I guess. But I'm not sure why that was changed if so, because I'd gotten used to it the other way and this seems less intuitive.
no subject
Well, I did notice... but not until after I'd hit 'save'. *sighs*
no subject
(no subject)
no subject
no subject
(no subject)
(no subject)
no subject
no subject
no subject
no subject
Actually, for that matter, is there a way to kill that little "Email me when" box across the whole site? I almost never want my notifications emailed to me, which means I have to click through to "more options" anyway.
no subject
(no subject)
(no subject)
no subject
It works for me in the latest Win Firefox.
Actually, for that matter, is there a way to kill that little "Email me when" box across the whole site? I almost never want my notifications emailed to me, which means I have to click through to "more options" anyway.
Oh, yes, please! This drives me crazy. Have you suggested it yet? I'll do it otherwise.
(no subject)
(no subject)
(no subject)
(no subject)
no subject
(no subject)
no subject
I've tried adjusted padding to no effect at all. In fact, I also tried omitting my custom padding for the nav-links ("padding: 0.2em 1.4em 1.4em 1.4em;") and that made no difference, and I think it should. How do I fix this? I'm sorry I'm not experienced enough at CSS to immediately know how to fix it. I noticed it also on my community vmfictitious, which doesn't have as much customization, but is based on the same negatives black. It looks pretty bad. To my eye, these links should default to evenly spaced, over the width of the combined modules.
I love you guys lots and really support you, but I hate having to fix my layout every time there's a code push. I know you have prettier layouts now, but I like what I've done with this one and don't want to start from scratch.
no subject
That being said, it seems to me your links are on the left because you said so:
.module {
letter-spacing: 0em;
text-align: left;
}
You need to make an exception for the navigation links. As for them not being evenly spaced, you'll have to change the default padding to make it the same on the right and on the left:
.module-navlinks {
text-align: center;
padding: .2em .5em .2em .5em;
}
Of course, you'll have to put this after the .module code to give it priority. That fixed your layout for me.
About your community: I'm not seeing any difference between it and the default black layout so may I ask you which browser and screen resolution you're using?
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
no subject
.module-navlinks ul { margin-left: 1.4em; }(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)