Jack Phoenix has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/390753 )

Change subject: Removing my email address
......................................................................

Removing my email address

Change-Id: I36473f7595cfe4c76361ca636dcc1bfa39422132
---
M i18n/fi.json
M includes/Comments.hooks.php
M resources/js/Comment.js
M sql/comments.mssql.sql
M sql/comments.oracle.sql
M sql/comments.postgres.sql
6 files changed, 5 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Comments 
refs/changes/53/390753/1

diff --git a/i18n/fi.json b/i18n/fi.json
index 34b8778..a685ab1 100644
--- a/i18n/fi.json
+++ b/i18n/fi.json
@@ -2,7 +2,7 @@
        "@metadata": {
                "authors": [
                        "Crt",
-                       "Jack Phoenix <j...@countervandalism.net>",
+                       "Jack Phoenix",
                        "Nedergard",
                        "Nike",
                        "Pxos"
diff --git a/includes/Comments.hooks.php b/includes/Comments.hooks.php
index 39949d0..c3709c9 100644
--- a/includes/Comments.hooks.php
+++ b/includes/Comments.hooks.php
@@ -5,7 +5,7 @@
  *
  * @file
  * @ingroup Extensions
- * @author Jack Phoenix <j...@countervandalism.net>
+ * @author Jack Phoenix
  * @author Alexia E. Smith
  * @copyright (c) 2013 Curse Inc.
  * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 
2.0 or later
diff --git a/resources/js/Comment.js b/resources/js/Comment.js
index 427c582..c81daee 100644
--- a/resources/js/Comment.js
+++ b/resources/js/Comment.js
@@ -1,10 +1,7 @@
 /**
  * JavaScript for the Comments extension.
- * Rewritten by Jack Phoenix <j...@countervandalism.net> to be more
- * object-oriented.
  *
  * @file
- * @date 6 December 2013
  */
 ( function ( $, mw ) {
 var Comment = {
diff --git a/sql/comments.mssql.sql b/sql/comments.mssql.sql
index b3db5c4..a45c744 100644
--- a/sql/comments.mssql.sql
+++ b/sql/comments.mssql.sql
@@ -6,7 +6,7 @@
 -- Tested at SQLFiddle.com against MS SQL Server 2008 & 2012 and at least this
 -- builds. Doesn't guarantee anything, though.
 --
--- Author: Jack Phoenix <j...@countervandalism.net>
+-- Author: Jack Phoenix
 -- Date: 24 July 2013
 CREATE TABLE /*$wgDBprefix*/Comments (
   CommentID INT NOT NULL PRIMARY KEY IDENTITY(0,1),
diff --git a/sql/comments.oracle.sql b/sql/comments.oracle.sql
index 2957692..f7bf357 100644
--- a/sql/comments.oracle.sql
+++ b/sql/comments.oracle.sql
@@ -5,7 +5,7 @@
 --
 -- This DOES NOT build at SQLFiddle.com...
 --
--- Author: Jack Phoenix <j...@countervandalism.net>
+-- Author: Jack Phoenix
 -- Date: 24 July 2013
 
 -- No idea if this is needed, but /maintenance/oracle/tables.sql uses it, so I
diff --git a/sql/comments.postgres.sql b/sql/comments.postgres.sql
index 8a397ff..d52581b 100644
--- a/sql/comments.postgres.sql
+++ b/sql/comments.postgres.sql
@@ -6,7 +6,7 @@
 -- Tested at SQLFiddle.com against PostgreSQL 8.3.20 & 9.1.9 and at least this
 -- builds. Doesn't guarantee anything, though.
 --
--- Author: Jack Phoenix <j...@countervandalism.net>
+-- Author: Jack Phoenix
 -- Date: 24 July 2013
 DROP SEQUENCE IF EXISTS Comments_CommentID_seq CASCADE;
 CREATE SEQUENCE Comments_CommentID_seq MINVALUE 0 START WITH 0;

-- 
To view, visit https://gerrit.wikimedia.org/r/390753
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I36473f7595cfe4c76361ca636dcc1bfa39422132
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Comments
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to