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 03:45 am

[dw-free] Backed out changeset 6e1a825dc2f5

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

Backed out changeset 6e1a825dc2f5

On second thought: put JournalFen back in the list of things to import from,
so that things start working again automatically once everything is fixed on
the remote site.

Patch by [personal profile] fu.

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