Dec. 29th, 2011

fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/0a44f7843dbc]

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

Instead of deleting from the hash, set to undef, so that set_props is still
aware that it needs to process these (and delete them from the DB if they
exist)

Patch by [personal profile] fu.

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] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/9629699438a3]

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

If from a community, search results now say "[[community]] by [[user]]"
instead of "[[community]]"

Patch by [personal profile] fu.

Files modified:
  • htdocs/search.bml
  • htdocs/search.bml.text
Diff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/75287c8bf228]

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

set_active_resource_group to jQuery for comment preview if we're in beta.

Patch by [personal profile] fu.

Files modified:
  • htdocs/talkpost_do.bml
Diff: 1 file changed. )
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
[staff profile] mark
[commit: http://hg.dwscoalition.org/dw-free/rev/fb24395b0f38]

Update the create-account helper script so it can create communities

Patch by [staff profile] mark.

Files modified:
  • bin/create-account
Diff: 1 file changed. )
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
[staff profile] mark
[commit: http://hg.dwscoalition.org/dw-free/rev/ea5fc2c10527]

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

This is basically a revamp of the comment import code so that it runs in
constant(ish) memory. The idea is to publish comments as they are body
fetched.

Since we still have to do the metadata import first (well, maybe not, but we
do it that way for now) I have also changed from using hashes (memory
intensive when there's millions) to using arrays.

I've also added preloading for users and props which saves a little bit of
time, too.

This still needs more testing, particularly with really large import
targets.

Patch by [staff profile] mark.

Files modified:
  • bin/worker/content-importer
  • bin/worker/import-scheduler
  • cgi-bin/DW/Worker/ContentImporter/LiveJournal/Comments.pm
  • cgi-bin/DW/Worker/ContentImporter/LiveJournal/Entries.pm
  • cgi-bin/DW/Worker/ContentImporter/Local/Comments.pm
  • cgi-bin/LJ/Entry.pm
  • cgi-bin/LJ/Talk.pm
  • cgi-bin/LJ/User.pm
  • cgi-bin/LJ/Web.pm
Diff: 9 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/1275d9db0266]

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

Add a "journal" parameter, which is a username string (may be a personal
journal or a community journal)

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

Files modified:
  • cgi-bin/LJ/Protocol.pm
  • t/protocol.t
Diff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/9204faa7f6ec]

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

New API method "getreadpage" which accepts as arguments "itemshow", "skip".
"getfriendspage" now returns a message saying it's obsolete.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/Protocol.pm
  • t/protocol.t
Diff: 2 files changed. )
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
[personal profile] fu
[commit: http://hg.dwscoalition.org/dw-free/rev/2e17a24bde7f]

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

Show the first 40 characters of the entry if no subject was provided.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/CleanHTML.pm
  • htdocs/mobile/read.bml
Diff: 2 files changed. )
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
[staff profile] mark
[commit: http://hg.dwscoalition.org/dw-free/rev/684ceb031470]

Don't import the give_features property

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/Worker/ContentImporter/Local/Entries.pm
Diff: 1 file changed. )
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
[staff profile] mark
[commit: http://hg.dwscoalition.org/dw-free/rev/11a1f280a6bf]

The bio contains the title/subtitle, import those if we can

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/Worker/ContentImporter/LiveJournal.pm
  • cgi-bin/DW/Worker/ContentImporter/Local/Bio.pm
Diff: 2 files changed. )
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
[staff profile] mark
[commit: http://hg.dwscoalition.org/dw-free/rev/f6ef8b023acd]

The entry importer wasn't using the remap cache (what!), fixed

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/Worker/ContentImporter/LiveJournal/Entries.pm
Diff: 1 file changed. )
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
[staff profile] mark
[commit: http://hg.dwscoalition.org/dw-free/rev/b7c1c3dc51d4]

Status messages can't be sent to the community itself, send to all
maintainers

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/Worker/ContentImporter.pm
Diff: 1 file changed. )

Profile

Dreamwidth Changelog

May 2025

S M T W T F S
    12 3
45678910
11121314151617
18192021222324
25262728293031

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 8th, 2025 07:02 pm
Powered by Dreamwidth Studios