jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/390861 )
Change subject: Removing my email address ...................................................................... Removing my email address Change-Id: I4ae87f60b2ca9133e5966b97e84d759c849927f7 --- M includes/api/ApiTopListsAddItem.php M includes/api/ApiTopListsCheckListStatus.php M includes/api/ApiTopListsVoteItem.php M sql/toplists_votes.sql 4 files changed, 1 insertion(+), 7 deletions(-) Approvals: Jack Phoenix: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/api/ApiTopListsAddItem.php b/includes/api/ApiTopListsAddItem.php index f1164f7..7e18811 100644 --- a/includes/api/ApiTopListsAddItem.php +++ b/includes/api/ApiTopListsAddItem.php @@ -4,8 +4,6 @@ * * @file * @ingroup API - * @author Jack Phoenix <[email protected]> - * @date 12 February 2017 * @see https://www.mediawiki.org/wiki/API:Extensions#ApiSampleApiExtension.php */ class ApiTopListsAddItem extends ApiBase { diff --git a/includes/api/ApiTopListsCheckListStatus.php b/includes/api/ApiTopListsCheckListStatus.php index ff98e9d..2546e96 100644 --- a/includes/api/ApiTopListsCheckListStatus.php +++ b/includes/api/ApiTopListsCheckListStatus.php @@ -4,8 +4,6 @@ * * @file * @ingroup API - * @author Jack Phoenix <[email protected]> - * @date 12 February 2017 * @see https://www.mediawiki.org/wiki/API:Extensions#ApiSampleApiExtension.php */ class ApiTopListsCheckListStatus extends ApiBase { diff --git a/includes/api/ApiTopListsVoteItem.php b/includes/api/ApiTopListsVoteItem.php index 862e04a..6cc7136 100644 --- a/includes/api/ApiTopListsVoteItem.php +++ b/includes/api/ApiTopListsVoteItem.php @@ -4,8 +4,6 @@ * * @file * @ingroup API - * @author Jack Phoenix <[email protected]> - * @date 12 February 2017 * @see https://www.mediawiki.org/wiki/API:Extensions#ApiSampleApiExtension.php */ class ApiTopListsVoteItem extends ApiBase { diff --git a/sql/toplists_votes.sql b/sql/toplists_votes.sql index cd76bab..24ff761 100644 --- a/sql/toplists_votes.sql +++ b/sql/toplists_votes.sql @@ -1,5 +1,5 @@ -- Based on the page_vote table schema by Piotr Molski (Moli) --- With tweaks by Jack Phoenix <[email protected]> +-- With tweaks by Jack Phoenix CREATE TABLE IF NOT EXISTS /*_*/toplists_votes ( -- Page ID tlv_page_id int unsigned NOT NULL, -- To view, visit https://gerrit.wikimedia.org/r/390861 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4ae87f60b2ca9133e5966b97e84d759c849927f7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/TopLists Gerrit-Branch: master Gerrit-Owner: Jack Phoenix <[email protected]> Gerrit-Reviewer: Jack Phoenix <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
