fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-08-06 02:35 am

[dw-free] Remove JournalFen as an import option or work around verification hang

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

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

Disable importing from JournalFen until their verification protocol is fixed
(There was a previous patch by exor674 detected and broke a loop caused by a
broken verification function on the site we're trying to import from; this
one is less elegant and simply removes the option from the user interface)

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/Widget/ImportChooseSource.pm
--------------------------------------------------------------------------------
diff -r e4790479f32c -r 6e1a825dc2f5 cgi-bin/LJ/Widget/ImportChooseSource.pm
--- a/cgi-bin/LJ/Widget/ImportChooseSource.pm	Fri Aug 06 10:23:21 2010 +0800
+++ b/cgi-bin/LJ/Widget/ImportChooseSource.pm	Fri Aug 06 10:35:08 2010 +0800
@@ -46,11 +46,13 @@ sub render_body {
             url => 'insanejournal.com',
             display_name => 'InsaneJournal',
         },
-        {
-            name => 'journalfen',
-            url => 'journalfen.net',
-            display_name => 'JournalFen',
-        },
+        # FIXME: Temporarily disabled because something is broken on JF
+        # re-enable when it starts working!
+        #{
+        #    name => 'journalfen',
+        #    url => 'journalfen.net',
+        #    display_name => 'JournalFen',
+        #},
     );
 
     my $ret;
--------------------------------------------------------------------------------