Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/09a36de1bac5]

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

Add missing string when entries have been marked as NSFW/18+ by community
administrators.

Patch by [personal profile] teganmul.

Files modified:
  • htdocs/misc/adult_content.bml.text
Diff: 1 file changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/a7ecd3b0754f]

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

Display number of comments as ( $x visible | $y screened comments ) when the
entry has screened comments and the viewer is allowed to manage these
comments.

Patch by [personal profile] yvi.

Files modified:
  • bin/upgrading/en.dat
  • cgi-bin/LJ/Entry.pm
  • cgi-bin/LJ/Talk.pm
  • htdocs/talkpost.bml
  • htdocs/talkread.bml
Diff: 5 files changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/032324f7aa40]

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

Add AO3 and FF.net to Other Sites in profile.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/img/profile_icons/ao3.png
  • htdocs/img/profile_icons/ffnet.png
Diff: 2 files changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/0d421138560e]

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

Add sitewide default pagination, and create a setting in S2.

Patch by [personal profile] exor674.

Files modified:
  • bin/upgrading/s2layers/core2.s2
  • bin/upgrading/s2layers/siteviews/layout.s2
  • cgi-bin/LJ/Global/Defaults.pm
  • cgi-bin/LJ/S2/IconsPage.pm
Diff: 4 files changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/1c2762171cbd]

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

Aged Wine, Killjoys, and Sakura by [personal profile] inoru_no_hoshi. Turtle by
[personal profile] nornoriel.

Patch by [personal profile] delladea.

Files modified:
  • bin/upgrading/s2layers/crossroads/themes.s2
  • htdocs/img/customize/previews/crossroads/agedwine.png
  • htdocs/img/customize/previews/crossroads/killjoys.png
  • htdocs/img/customize/previews/crossroads/sakura.png
  • htdocs/img/customize/previews/crossroads/turtle.png
Diff: 5 files changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/2c754f90cdc7]

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

Add a notification for subscribing to a user's posts to a community. You can
get to it by clicking on "track this" under an entry by the desired user.

Patch by [personal profile] sophie.

Files modified:
  • bin/upgrading/en.dat
  • cgi-bin/LJ/Event/JournalNewEntry.pm
  • htdocs/manage/tracking/entry.bml
Diff: 3 files changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/c1545996122e]

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

/support/history is now available to everyone. Regular users can view
requests made by their account, and requests from any of their previously
validated emails. Only supporthelps can actually search history for all
users.

Patch by [personal profile] kareila.

Files modified:
  • htdocs/support/history.bml
Diff: 1 file changed. )
Photo of Mark's face, taken in standard office fluorescent.
[staff profile] mark
[commit: http://hg.dwscoalition.org/dw-free/rev/46d43779211f]

LJ::Comment singletons considered bad for your health

After much digging, it turned out that the slowness encountered on re-
importing was caused by this very simple thing: iterating over, and over,
and over through the %singletons hash to look for which singletons had not
yet been loaded.

Instead of doing that, let's just create some arrays wherein we keep track
of the poor little babies that haven't yet been ripped from the comforting
embrace of the database. Er, well, I mean... let's just keep an array of
which ones aren't loaded yet. Then it's O(N) to load them and everything
goes much, much faster.

Before:

[0.5872s 80666.4s] Attempting to import remote id 300548

After:

[0.0030s 1351.3s] Attempting to import remote id 289204

In other words, it had taken almost a whole day to get to 300,000 on the re-
import. After this change, it has now gotten to nearly the same point in 23
minutes. That's a little bit faster.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/Worker/ContentImporter/LiveJournal/Comments.pm
  • cgi-bin/LJ/Comment.pm
Diff: 2 files changed. )
Photo of Mark's face, taken in standard office fluorescent.
[staff profile] mark
[commit: http://hg.dwscoalition.org/dw-free/rev/8b78cdfc4bc2]

Fix issue with truncated picture keywords

The summary here is that sometimes, when people use characters that are not
standard Latin (i.e., when the byte value is higher than 0x7f), sometimes we
get in a situation where the LJ::text_trim function cuts off the right edge
because it assumes UTF-8 input and the input isn't.

The solution is to encode it as UTF-8, which is what this patch does. This
patch also re-enables the comment updating since that's the only way to fix
the situation where someone has run into this bug. Simply re-importing will
fix any broken comments.

This was a pain to track down.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/Worker/ContentImporter/LiveJournal/Comments.pm
Diff: 1 file changed. )
happy, umbrella
[personal profile] kareila
[commit: http://hg.dwscoalition.org/dw-free/rev/139ce6219023]

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

This patch was committed prematurely and needs further revision.

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/en.dat
  • cgi-bin/LJ/Support.pm
Diff: 2 files changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/547cfe82ac04]

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

Add a check for whether we're actually trying to edit a community and
shortcircuit if not. (To be clear: you couldn't view anything you didn't
actually have permission to view, and trying to save edits wouldn't have
worked, but this is understandably alarming to run into!)

Patch by [staff profile] fu.

Files modified:
  • htdocs/editjournal.bml
Diff: 1 file changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/465c8ed9639b]

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

Adds ECHI to S2 comment pages.

Patch by [personal profile] allen.

Files modified:
  • bin/upgrading/en.dat
  • bin/upgrading/s2layers/core2.s2
  • cgi-bin/LJ/S2/EntryPage.pm
Diff: 3 files changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/95ccb4a55838]

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

Merge the list of props to be preloaded, and the list of props to be saved.
This makes both lists fully consistent, and reduces duplication (less chance
for errors to be introduced). Added: opt_whatemailshow which was only in the
"save" list before. Removed country, state, city, sidx_loc, timezone from
the preload list, because these are handled by the Location widget.

Patch by [staff profile] fu.

Files modified:
  • htdocs/manage/profile/index.bml
Diff: 1 file changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/801369e4169a]

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

Add Pinboard, Plurk, Tumblr to the profile.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/proplists.dat
  • cgi-bin/DW/Logic/ProfilePage.pm
  • htdocs/img/profile_icons/pinboard.png
  • htdocs/img/profile_icons/plurk.png
  • htdocs/img/profile_icons/tumblr.png
  • htdocs/manage/profile/index.bml
  • htdocs/manage/profile/index.bml.text
  • htdocs/profile.bml.text
Diff: 8 files changed. )
Close-up of Fu, bringing a scoop of water to her mouth
[staff profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/a6fb17577eae]

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

Preview pictures for six new Dusty Foot themes.

Preview pics by [personal profile] delladea.

Files modified:
  • htdocs/img/customize/previews/dustyfoot/battleraven.png
  • htdocs/img/customize/previews/dustyfoot/cosmos.png
  • htdocs/img/customize/previews/dustyfoot/midnighthour.png
  • htdocs/img/customize/previews/dustyfoot/owlish.png
  • htdocs/img/customize/previews/dustyfoot/touch.png
  • htdocs/img/customize/previews/dustyfoot/turtle.png
Diff: 6 files changed. )

Profile

Dreamwidth Changelog

February 2012

S M T W T F S
    123 4
567 8 91011
12131415161718
19202122232425
26272829   

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Style:
[personal profile] ninetydegrees
Resources:
Smoke Curl

Expand Cut Tags

No cut tags
Page generated Feb. 9th, 2012 08:06 pm
Powered by Dreamwidth Studios