[dw-free] Undocumented temporary config related to import
[commit: http://hg.dwscoalition.org/dw-free/rev/dfdc8f9c06b0]
http://bugs.dwscoalition.org/show_bug.cgi?id=3222
Document these variables so it's clear what they're for.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3222
Document these variables so it's clear what they're for.
Patch by
Files modified:
- doc/config-private.pl.txt
--------------------------------------------------------------------------------
diff -r e5e7c15b8f61 -r dfdc8f9c06b0 doc/config-private.pl.txt
--- a/doc/config-private.pl.txt Fri Nov 12 18:26:32 2010 +0800
+++ b/doc/config-private.pl.txt Fri Nov 12 21:42:40 2010 +0800
@@ -86,6 +86,18 @@
# the "news" journal, to be specially displayed on the front page, etc
$NEWS_JOURNAL = "news";
+ # temporary config variables to trigger special import workflow, in the form of
+ # username => 1
+ # turned on for the duration of the import
+ # %LJ::ALLOW_COMM_IMPORT = (
+ # examplecomm => 1,
+ #);
+
+ # %LJ::FIX_COMMENT_IMPORT = (
+ # user_with_blank_imported_comments => 1,
+ #);
+
+
# list of alternate domains that point to your site.
@ALTERNATE_DOMAINS = (
'ljsite.org',
--------------------------------------------------------------------------------
