Branch merge of change-tagging branch with trunk
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 28 Jan 2009 19:08:18 +0000 (19:08 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 28 Jan 2009 19:08:18 +0000 (19:08 +0000)
commit9a3c1fcede0b3c8af6bf7ad56016ced03969b35d
treef0dfc3fc0f3e703e642d5790c140ee17e1b72740
parent8b221d9a246583ce3151090782a19eb5f9dfeeda
Branch merge of change-tagging branch with trunk
-- Introduce tagging of individual changes (revisions, logs, and on recentchanges). The tags are customisable, and currently settable by the Abuse Filter and by the TorBlock extension. The tags can be styled on the various pages on which they appear.
-- Introduces a schema change, three new tables (valid_tag, change_tag, and tag_summary).
20 files changed:
docs/hooks.txt
includes/AutoLoader.php
includes/ChangeTags.php [new file with mode: 0644]
includes/ChangesList.php
includes/DefaultSettings.php
includes/LogEventsList.php
includes/PageHistory.php
includes/SpecialPage.php
includes/specials/SpecialContributions.php
includes/specials/SpecialLog.php
includes/specials/SpecialNewpages.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialRecentchangeslinked.php
includes/specials/SpecialTags.php [new file with mode: 0644]
includes/specials/SpecialWatchlist.php
languages/messages/MessagesEn.php
maintenance/archives/patch-change_tag.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc
skins/common/history.js