afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-10-20 02:19 pm

[dw-free] importer not rewriting <lj user> tags in subjects for cross-site

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

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

Rewrite user tags in imported entry subjects.

Patch by [personal profile] exor674.

Files modified:
  • cgi-bin/DW/Worker/ContentImporter/LiveJournal/Entries.pm
--------------------------------------------------------------------------------
diff -r c7b98352981e -r 1f9b39c1f87e cgi-bin/DW/Worker/ContentImporter/LiveJournal/Entries.pm
--- a/cgi-bin/DW/Worker/ContentImporter/LiveJournal/Entries.pm	Tue Oct 20 13:40:55 2009 +0000
+++ b/cgi-bin/DW/Worker/ContentImporter/LiveJournal/Entries.pm	Tue Oct 20 14:18:31 2009 +0000
@@ -270,6 +270,7 @@ sub try_work {
             }
 
             $evt->{event} = $class->remap_lj_user( $data, $event );
+            $evt->{subject} = $class->remap_lj_user( $data, $evt->{subject} || "" );
 
             # actually post it
             my ( $ok, $res ) =
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
No Subject Icon Selected
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org