New constants "nofollow_exclude_regex" and "journal_force_nofollow"
@@ -1166,6 +1166,8 @@ | ||
1166 | 1166 | 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"'); |
1167 | 1167 | 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'); |
1168 | 1168 | 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"'); |
1169 | +INSERT IGNORE INTO vars (name, value, description) VALUES ('nofollow_exclude_regex', '', 'URL regex not to append rel="nofollow" for anchor tag'); | |
1170 | +INSERT IGNORE INTO vars (name, value, description) VALUES ('journal_force_nofollow', '', 'Select force to append rel="nofollow" to anchor for journal content'); | |
1169 | 1171 | UPDATE vars SET value='text/html; charset=UTF-8' WHERE name='content_type_webpage'; |
1170 | 1172 | UPDATE vars SET value='0' WHERE name='draconian_charset'; |
1171 | 1173 | UPDATE vars SET value='UTF-8' WHERE name='rdfencoding'; |