Anomie has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/184658

Change subject: Remove long-deprecated ApiBase::getVersion()
......................................................................

Remove long-deprecated ApiBase::getVersion()

This method has been deprecated and uncalled since MediaWiki 1.21. Once
earlier versions of MediaWiki are no longer supported, this should be
merged to remove the method.

Bug: T35287
Change-Id: I1f4b5808ef4ef982b769a13b8d0241bb4e3dbaaf
---
M api/ApiAccountPassportEdit.php
M api/ApiAuthorSubmissionDelete.php
M api/ApiAuthorSubmissionEdit.php
M api/ApiConferenceAccountEdit.php
M api/ApiConferenceAuthorDelete.php
M api/ApiConferenceAuthorEdit.php
M api/ApiConferenceEdit.php
M api/ApiConferenceEventAdd.php
M api/ApiConferenceEventDelete.php
M api/ApiConferenceEventEdit.php
M api/ApiConferenceLocationAdd.php
M api/ApiConferenceLocationDelete.php
M api/ApiConferenceLocationEdit.php
M api/ApiConferenceOrganizerAdd.php
M api/ApiConferenceOrganizerDelete.php
M api/ApiConferenceOrganizerEdit.php
M api/ApiConferencePageAdd.php
M api/ApiConferencePageDelete.php
M api/ApiConferencePageEdit.php
19 files changed, 0 insertions(+), 76 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ConventionExtension 
refs/changes/58/184658/1

diff --git a/api/ApiAccountPassportEdit.php b/api/ApiAccountPassportEdit.php
index 637772a..95c06d9 100644
--- a/api/ApiAccountPassportEdit.php
+++ b/api/ApiAccountPassportEdit.php
@@ -97,8 +97,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiAuthorSubmissionDelete.php 
b/api/ApiAuthorSubmissionDelete.php
index 1025a41..7cbd721 100644
--- a/api/ApiAuthorSubmissionDelete.php
+++ b/api/ApiAuthorSubmissionDelete.php
@@ -101,8 +101,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiAuthorSubmissionEdit.php b/api/ApiAuthorSubmissionEdit.php
index e555ace..f20d8f4 100644
--- a/api/ApiAuthorSubmissionEdit.php
+++ b/api/ApiAuthorSubmissionEdit.php
@@ -215,8 +215,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferenceAccountEdit.php b/api/ApiConferenceAccountEdit.php
index e78c96b..4d404bf 100644
--- a/api/ApiConferenceAccountEdit.php
+++ b/api/ApiConferenceAccountEdit.php
@@ -92,8 +92,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferenceAuthorDelete.php 
b/api/ApiConferenceAuthorDelete.php
index f95835b..e3071bd 100644
--- a/api/ApiConferenceAuthorDelete.php
+++ b/api/ApiConferenceAuthorDelete.php
@@ -62,8 +62,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferenceAuthorEdit.php b/api/ApiConferenceAuthorEdit.php
index 4d43266..eebb467 100644
--- a/api/ApiConferenceAuthorEdit.php
+++ b/api/ApiConferenceAuthorEdit.php
@@ -105,8 +105,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferenceEdit.php b/api/ApiConferenceEdit.php
index 8173b84..9ab6fb2 100644
--- a/api/ApiConferenceEdit.php
+++ b/api/ApiConferenceEdit.php
@@ -373,8 +373,4 @@
        public function getExamples() {
 
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }
diff --git a/api/ApiConferenceEventAdd.php b/api/ApiConferenceEventAdd.php
index 7fe5138..2b958e2 100644
--- a/api/ApiConferenceEventAdd.php
+++ b/api/ApiConferenceEventAdd.php
@@ -206,8 +206,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferenceEventDelete.php b/api/ApiConferenceEventDelete.php
index b8a9302..675e0f1 100644
--- a/api/ApiConferenceEventDelete.php
+++ b/api/ApiConferenceEventDelete.php
@@ -128,8 +128,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferenceEventEdit.php b/api/ApiConferenceEventEdit.php
index a1a0c3e..0e051fd 100644
--- a/api/ApiConferenceEventEdit.php
+++ b/api/ApiConferenceEventEdit.php
@@ -317,9 +317,5 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 
 }
\ No newline at end of file
diff --git a/api/ApiConferenceLocationAdd.php b/api/ApiConferenceLocationAdd.php
index 12f5272..8bcf82f 100644
--- a/api/ApiConferenceLocationAdd.php
+++ b/api/ApiConferenceLocationAdd.php
@@ -140,8 +140,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferenceLocationDelete.php 
b/api/ApiConferenceLocationDelete.php
index c50d630..fe4a759 100644
--- a/api/ApiConferenceLocationDelete.php
+++ b/api/ApiConferenceLocationDelete.php
@@ -114,9 +114,5 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 
 }
\ No newline at end of file
diff --git a/api/ApiConferenceLocationEdit.php 
b/api/ApiConferenceLocationEdit.php
index 26b1a15..f49efee 100644
--- a/api/ApiConferenceLocationEdit.php
+++ b/api/ApiConferenceLocationEdit.php
@@ -203,8 +203,4 @@
        {
        
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
diff --git a/api/ApiConferenceOrganizerAdd.php 
b/api/ApiConferenceOrganizerAdd.php
index 5f206b2..5a8bf79 100644
--- a/api/ApiConferenceOrganizerAdd.php
+++ b/api/ApiConferenceOrganizerAdd.php
@@ -182,9 +182,5 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 
 }
\ No newline at end of file
diff --git a/api/ApiConferenceOrganizerDelete.php 
b/api/ApiConferenceOrganizerDelete.php
index 8f02594..f281f11 100644
--- a/api/ApiConferenceOrganizerDelete.php
+++ b/api/ApiConferenceOrganizerDelete.php
@@ -136,9 +136,5 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 
 }
\ No newline at end of file
diff --git a/api/ApiConferenceOrganizerEdit.php 
b/api/ApiConferenceOrganizerEdit.php
index 759c4ee..3ae1f3e 100644
--- a/api/ApiConferenceOrganizerEdit.php
+++ b/api/ApiConferenceOrganizerEdit.php
@@ -241,8 +241,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferencePageAdd.php b/api/ApiConferencePageAdd.php
index b82cea8..cecd87a 100644
--- a/api/ApiConferencePageAdd.php
+++ b/api/ApiConferencePageAdd.php
@@ -138,8 +138,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferencePageDelete.php b/api/ApiConferencePageDelete.php
index 260b993..83aa947 100644
--- a/api/ApiConferencePageDelete.php
+++ b/api/ApiConferencePageDelete.php
@@ -82,8 +82,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file
diff --git a/api/ApiConferencePageEdit.php b/api/ApiConferencePageEdit.php
index 78e130b..0c5156e 100644
--- a/api/ApiConferencePageEdit.php
+++ b/api/ApiConferencePageEdit.php
@@ -139,8 +139,4 @@
        {
 
        }
-       public function getVersion()
-       {
-               return __CLASS__ . ': $Id$';
-       }
 }
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1f4b5808ef4ef982b769a13b8d0241bb4e3dbaaf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ConventionExtension
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to