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_maintenance2009-05-09 11:58 pm
Entry tags:

code update

We just did a rather large code update, with something like 50 separate commits... that's a lot. This should fix a lot of issues we've been seeing.

As always, if you run into anything, please let us know! You're welcome to comment here, or open a support request to get some help.

Thank you!
av8rmike: (styles)

[personal profile] av8rmike 2009-05-11 08:42 pm (UTC)(link)
Could you be more specific about what's not working?

[personal profile] virulencia 2009-05-11 09:08 pm (UTC)(link)
The "expand" link does not really expand the comment, it just opens up to new page. But it's not a big deal. I just wanted to know if it works on the layouts ported to DW from LJ such as Flexible Squares or Smooth Sailing. It works for Transmorgified, though.
av8rmike: Neo from Matrix, text: I know S2 (I know s2)

[personal profile] av8rmike 2009-05-11 09:21 pm (UTC)(link)
If you copied Smooth Sailing directly from LJ, it uses a function called expand_link() to print the "Expand" link. For some reason "untrusted" (i.e., non-system layers) can't call this function directly-- they have to use print_expand_link() instead. That's true both here and on LJ.

[personal profile] virulencia 2009-05-11 09:27 pm (UTC)(link)
Ah, thanks for the info!