2010-06-11

fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 03:34 am

[dw-free] standardize tabbing order on log in pages

[commit: http://hg.dwscoalition.org/dw-free/rev/3790a30e36df]

http://bugs.dwscoalition.org/show_bug.cgi?id=784

Change the tab order of the "forgot password link" and openid login links to
be consistent with source order, as well as all the other login forms.

Patch by [personal profile] deborah.

Files modified:
  • cgi-bin/weblib.pl
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 05:21 am

[dw-free] Allow S2 to access whether the viewer is allowed to manage tags on the journal they are vi

[commit: http://hg.dwscoalition.org/dw-free/rev/f125de3aa6c8]

http://bugs.dwscoalition.org/show_bug.cgi?id=663

Print out the link to the manage tags page after your list of tags in the
tags module, if you have the ability to edit tags on this journal (instead
of guessing when you might have the ability to). This means the link now
shows up in community journals as well. Adds a new function
viewer_can_manage_tags to make this possible.

Patch by [personal profile] foxfirefey.

Files modified:
  • bin/upgrading/s2layers/core2.s2
  • cgi-bin/LJ/S2.pm
  • cgi-bin/LJ/User.pm
Diff: 3 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 05:46 am

[dw-free] change order of need_res calls

[commit: http://hg.dwscoalition.org/dw-free/rev/64de350ea481]

http://bugs.dwscoalition.org/show_bug.cgi?id=712

Allow to explicitly set ordering for groups of stylesheets. This lets us
make sure that the sitescheme-level stylesheets will always come before the
page-level styleseheets.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/bml/scheme/blueshift.look
  • cgi-bin/bml/scheme/celerity.look
  • cgi-bin/bml/scheme/gradation-horizontal.look
  • cgi-bin/bml/scheme/gradation-vertical.look
  • cgi-bin/bml/scheme/lynx.look
  • cgi-bin/ljdefaults.pl
  • cgi-bin/weblib.pl
Diff: 7 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 05:49 am

[dw-nonfree] change order of need_res calls

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/d05b7be9cdb3]

http://bugs.dwscoalition.org/show_bug.cgi?id=712

Set the ordering for dw-nonfree site schemes.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/bml/scheme/tropo-purple.look
  • cgi-bin/bml/scheme/tropo-red.look
Diff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 07:51 am

[dw-free] Allow LJ::Talk::Post::init to work outside web context

[commit: http://hg.dwscoalition.org/dw-free/rev/15398892e6bc]

http://bugs.dwscoalition.org/show_bug.cgi?id=2652

Instead of using BML::ml (which only works on the web server), use
LJ::Lang::ml

Patch by LiveJournal; packaged for Dreamwidth by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/Talk.pm
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 08:00 am

[dw-free] migrate LJ::load_user_props -> $u->preload_props

[commit: http://hg.dwscoalition.org/dw-free/rev/8efc50a6349e]

http://bugs.dwscoalition.org/show_bug.cgi?id=2653

Refactor redirection to a specific URL for renamed journals.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/User.pm
  • htdocs/talkpost.bml
  • htdocs/talkread.bml
  • htdocs/view/index.bml
Diff: 4 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 09:06 am

[dw-free] When entry width is less than sidebar width, sidebar on the right overlaps the entry

[commit: http://hg.dwscoalition.org/dw-free/rev/d20f5aa3535b]

http://bugs.dwscoalition.org/show_bug.cgi?id=2468

Make sure entry content is at least as wide as sidebar content in Tabula-
Rasa based layouts. Otherwise, the sidebar will start overlapping into the
entry content, eventually obscuring it. (This case was notable even with the
regular theme settings if you had a big font size/zoomed in)

Patch by [personal profile] fu.

Files modified:
  • bin/upgrading/s2layers/core2base/layout.s2
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 09:21 am

[dw-free] Don't pass undef to Cache::Memcached->add/replace/set

[commit: http://hg.dwscoalition.org/dw-free/rev/92e48ffb8d08]

http://bugs.dwscoalition.org/show_bug.cgi?id=525

Avoid warnings in the logs, caused by passing in undefined values.

Patch by LiveJournal, packaged for Dreamwidth by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/MemCache.pm
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 09:42 am

[dw-free] WTF community edge functions need more functionality

[commit: http://hg.dwscoalition.org/dw-free/rev/f6bcfe133fe2]

http://bugs.dwscoalition.org/show_bug.cgi?id=1289

Clear memcache when someone joins or leaves the community, in order to
update which entries we see when we go to a community's read page (the
member list on the profile worked even before this). Also propagate upwards
the success/failure return value, just because.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/DW/User/Edges/CommMembership.pm
Diff: 1 file changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu2010-06-11 11:43 am

[dw-free] distinguished collapsed comments from screened/deleted/suspended comments

[commit: http://hg.dwscoalition.org/dw-free/rev/1ecf2cc492d5]

http://bugs.dwscoalition.org/show_bug.cgi?id=715

Make s2 behave like the site scheme when you have deleted comments and
comments from suspended users, by displaying "(deleted comment)" or "(reply
from suspended user)" . Hide the poster name, the userpic, and the
subject_icon, and unset the screened status, because deleted/suspended
overrides that. Also hide the subject and text (these wouldn't have been
loaded in the first place but good to explicitly state it).

Unofficial styles may assume that the comments were from anonymous users,
when they see no username.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/core2.s2
  • cgi-bin/LJ/S2/EntryPage.pm
Diff: 2 files changed. )
kareila: (Default)
[personal profile] kareila2010-06-11 07:21 pm

[dw-free] migrate LJ::load_user_props -> $u->preload_props

[commit: http://hg.dwscoalition.org/dw-free/rev/1f2c86efdd95]

http://bugs.dwscoalition.org/show_bug.cgi?id=2653

Remove the LJ::load_user_props function. That code is now in the
preload_props method.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/User.pm
Diff: 1 file changed. )