[Slashdotjp-dev 1579] [1110] New constants "nofollow_exclude_regex" and "journal_force_nofollow"

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 6日 (月) 17:56:39 JST


Revision: 1110
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1110
Author:   tach
Date:     2009-04-06 17:56:39 +0900 (Mon, 06 Apr 2009)

Log Message:
-----------
New constants "nofollow_exclude_regex" and "journal_force_nofollow"

Modified Paths:
--------------
    slashjp/trunk/sql/mysql/defaults.sql


-------------- next part --------------
Modified: slashjp/trunk/sql/mysql/defaults.sql
===================================================================
--- slashjp/trunk/sql/mysql/defaults.sql	2009-04-06 08:37:42 UTC (rev 1109)
+++ slashjp/trunk/sql/mysql/defaults.sql	2009-04-06 08:56:39 UTC (rev 1110)
@@ -1166,6 +1166,8 @@
 INSERT IGNORE INTO vars (name, value, description) VALUES ('firehose_tagged_by_uid', '0', 'Use as tagged_by_uid instead of uid for FireHose filter "user:username"');
 INSERT IGNORE INTO vars (name, value, description) VALUES ('submission_remove_mainpage_nexus_tid', '0', 'Remove "Index" topic on topic list at story editing from submission');
 INSERT IGNORE INTO vars (name, value, description) VALUES ('messages_send_journal_story_comments', '0', 'Send "MSG_CODE_JOURNAL_REPLY" messages when the discussion is "journal-story"');
+INSERT IGNORE INTO vars (name, value, description) VALUES ('nofollow_exclude_regex', '', 'URL regex not to append rel="nofollow" for anchor tag');
+INSERT IGNORE INTO vars (name, value, description) VALUES ('journal_force_nofollow', '', 'Select force to append rel="nofollow" to anchor for journal content');
 UPDATE vars SET value='text/html; charset=UTF-8' WHERE name='content_type_webpage';
 UPDATE vars SET value='0' WHERE name='draconian_charset';
 UPDATE vars SET value='UTF-8' WHERE name='rdfencoding';



Slashdotjp-dev メーリングリストの案内
Back to archive index