• R/O
  • SSH
  • HTTPS

slashdotjp: Commit


Commit MetaInfo

Revisão1110 (tree)
Hora2009-04-06 17:56:39
Autortach

Mensagem de Log

New constants "nofollow_exclude_regex" and "journal_force_nofollow"

Mudança Sumário

Diff

--- slashjp/trunk/sql/mysql/defaults.sql (revision 1109)
+++ slashjp/trunk/sql/mysql/defaults.sql (revision 1110)
@@ -1166,6 +1166,8 @@
11661166 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"');
11671167 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');
11681168 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');
11691171 UPDATE vars SET value='text/html; charset=UTF-8' WHERE name='content_type_webpage';
11701172 UPDATE vars SET value='0' WHERE name='draconian_charset';
11711173 UPDATE vars SET value='UTF-8' WHERE name='rdfencoding';
Show on old repository browser