fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] dw_maintenance2011-02-15 12:31 pm

Code push done

Everything is now live. Let us know here if you notice anything weird!
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2011-02-15 08:38 am (UTC)(link)
That is actually a feature, not a bug. (People asked for the links to be duplicated, so they didn't have to scroll back to the top of the entry if they wanted to click through and leave a comment/view it on the local site.)
leroux: Four hockey players from the Vancouver Canucks in a line, staring up in awe or concentration (Default)

[personal profile] leroux 2011-02-15 08:46 am (UTC)(link)
Not OP, but thank you!!! Excellent feature I didn't even know I wanted.
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2011-02-15 09:08 am (UTC)(link)
Thank [personal profile] aveleh, who first suggested it, and [personal profile] foxfirefey, who coded it!
erinptah: (Default)

[personal profile] erinptah 2011-02-15 09:28 am (UTC)(link)
Ah, that explains it. Many of my feeds are Twitter accounts and other similarly short things, so the usefulness wasn't obvious.
doire: (Default)

Two, count 'em, two weird things

[personal profile] doire 2011-02-15 09:34 am (UTC)(link)
I love this feature. I may have babbled about it already in my journal.

I wasn't surprised by this behaviour, but will this count as weird?
If the feed has broken code, so it is put behind a cut, the bottom link isn't there. Or it might be behind the cut. E.g. the second (at the time of posting)post on [syndicated profile] grauniad_tech_feed


How about blockquote tags not previewing indented?


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

Re: Two, count 'em, two weird things

[staff profile] denise 2011-02-15 09:38 am (UTC)(link)
I'm pretty sure the blockquote not being indented in previews thing is already in bugzilla! (The problem will go away as we modernize more of the code that generates the site pages, which is a project people are working on.)

Having the second link behind the cut in the event of HTML/CSS our HTML cleaner doesn't like is actually By Design, since for safety's sake we just slap a <cut> in at the point of breakage and everything past that stays behind the cut. (ie, we don't close the cut that we add). I mean, we probably could put in a </cut> tag before the second link, but it wouldn't do much good, since the second link isn't autolinkified. (Once you hit an invalid HTML error, the system stops auto-linking links.)