Tim Starling has submitted this change and it was merged. Change subject: Add Global Rules ......................................................................
Add Global Rules * Update rules list view to show global rules toggle, global rules * Update rule processing to get global rules from memcache, if no rule exists, get them from the central database and store them in memcache * Delete global rule key whenever global rules are updated * Add filtering for log by wiki on the central database, updated table definitions to add index on afl_wiki * Add global $wgAbuseFilterDisallowGlobalLocalBlocks so local wikis can prevent global rules from locally blocking, removing or revoking permissions. * patchset 13: Include recommendations from Tim. Add db updates to LoadExtensionSchemaUpdates hook. * patchset 14: forgot to add new files Change-Id: Id69a9d603f9679f838e8691c651a3e9d8461b422 --- M AbuseFilter.class.php M AbuseFilter.hooks.php M AbuseFilter.i18n.php M AbuseFilter.php M Views/AbuseFilterViewEdit.php M Views/AbuseFilterViewList.php M abusefilter.tables.pg.sql M abusefilter.tables.sql M abusefilter.tables.sqlite.sql A db_patches/patch-global_logging_wiki-index.sql A db_patches/patch-global_logging_wiki-index.sqlite.sql M special/SpecialAbuseLog.php 12 files changed, 237 insertions(+), 21 deletions(-) Approvals: Tim Starling: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/17620 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id69a9d603f9679f838e8691c651a3e9d8461b422 Gerrit-PatchSet: 15 Gerrit-Project: mediawiki/extensions/AbuseFilter Gerrit-Branch: master Gerrit-Owner: CSteipp <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Asher <[email protected]> Gerrit-Reviewer: CSteipp <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: Werdna <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
