[MediaWiki-commits] [Gerrit] Remove colon after @deprecated/@param/@todo/@note - change (mediawiki/core)

2014-07-24 Thread Umherirrender (Code Review)
Umherirrender has uploaded a new change for review.

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

Change subject: Remove colon after @deprecated/@param/@todo/@note
..

Remove colon after @deprecated/@param/@todo/@note

Change-Id: I4e66dad85eecf7e8e03ac760af900395e1bc11b6
---
M includes/Linker.php
M includes/PrefixSearch.php
M includes/Revision.php
M includes/Title.php
M includes/content/ContentHandler.php
M includes/content/TextContent.php
M includes/content/WikitextContent.php
M includes/deferred/DataUpdate.php
M includes/deferred/LinksUpdate.php
M includes/deferred/SqlDataUpdate.php
M includes/page/Article.php
M includes/parser/ParserOutput.php
M includes/specials/SpecialCategories.php
M includes/specials/SpecialLinkSearch.php
M includes/specials/SpecialMergeHistory.php
M includes/specials/SpecialRunJobs.php
M includes/title/MediaWikiTitleCodec.php
M includes/title/TitleFormatter.php
M includes/title/TitleValue.php
M tests/phpunit/MediaWikiTestCase.php
M tests/phpunit/includes/TitleMethodsTest.php
M tests/phpunit/includes/TitleTest.php
22 files changed, 37 insertions(+), 37 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/73/148973/1

diff --git a/includes/Linker.php b/includes/Linker.php
index 1991694..d900e42 100644
--- a/includes/Linker.php
+++ b/includes/Linker.php
@@ -25,7 +25,7 @@
  * for primarily page content: links, embedded images, table of contents. Links
  * are also used in the skin.
  *
- * @todo: turn this into a legacy interface for HtmlPageLinkRenderer and 
similar services.
+ * @todo turn this into a legacy interface for HtmlPageLinkRenderer and 
similar services.
  *
  * @ingroup Skins
  */
diff --git a/includes/PrefixSearch.php b/includes/PrefixSearch.php
index f794b2a..35be2a9 100644
--- a/includes/PrefixSearch.php
+++ b/includes/PrefixSearch.php
@@ -29,7 +29,7 @@
 abstract class PrefixSearch {
/**
 * Do a prefix search of titles and return a list of matching page 
names.
-* @deprecated: Since 1.23, use TitlePrefixSearch or StringPrefixSearch 
classes
+* @deprecated Since 1.23, use TitlePrefixSearch or StringPrefixSearch 
classes
 *
 * @param string $search
 * @param int $limit
diff --git a/includes/Revision.php b/includes/Revision.php
index bcd3fd8..836dbce 100644
--- a/includes/Revision.php
+++ b/includes/Revision.php
@@ -1569,7 +1569,7 @@
 * operations and other such meta-modifications.
 *
 * @param DatabaseBase $dbw
-* @param int $pageId: ID number of the page to read from
+* @param int $pageId ID number of the page to read from
 * @param string $summary Revision's summary
 * @param bool $minor Whether the revision should be considered as minor
 * @param User|null $user User object to use or null for $wgUser
diff --git a/includes/Title.php b/includes/Title.php
index b7c0a25..266273f 100644
--- a/includes/Title.php
+++ b/includes/Title.php
@@ -608,7 +608,7 @@
 * Note that this doesn't pick up many things that could be wrong with 
titles, but that
 * replacing this regex with something valid will make many titles 
valid.
 *
-* @todo: move this into MediaWikiTitleCodec
+* @todo move this into MediaWikiTitleCodec
 *
 * @return string Regex string
 */
@@ -853,7 +853,7 @@
/**
 * Get a TitleValue object representing this Title.
 *
-* @note: Not all valid Titles have a corresponding valid TitleValue
+* @note Not all valid Titles have a corresponding valid TitleValue
 * (e.g. TitleValues cannot represent page-local links that have a
 * fragment but no title text).
 *
diff --git a/includes/content/ContentHandler.php 
b/includes/content/ContentHandler.php
index 1343858..6be06c6 100644
--- a/includes/content/ContentHandler.php
+++ b/includes/content/ContentHandler.php
@@ -709,7 +709,7 @@
 * typically based on the namespace or some other aspect of the title, 
such as a special suffix
 * (e.g. .svg for SVG content).
 *
-* @note: this calls the ContentHandlerCanBeUsedOn hook which may be 
used to override which
+* @note this calls the ContentHandlerCanBeUsedOn hook which may be 
used to override which
 * content model can be used where.
 *
 * @param Title $title The page's title.
diff --git a/includes/content/TextContent.php b/includes/content/TextContent.php
index c3daf83..d292880 100644
--- a/includes/content/TextContent.php
+++ b/includes/content/TextContent.php
@@ -132,7 +132,7 @@
 * Returns attempts to convert this content object to wikitext,
 * and then returns the text string. The conversion may be lossy.
 *
-* @note: this allows any text-based content to be transcluded as if it 
was wikitext.
+* @note this allows any text-based content to 

[MediaWiki-commits] [Gerrit] Remove colon after @deprecated/@param/@todo/@note - change (mediawiki/core)

2014-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Remove colon after @deprecated/@param/@todo/@note
..


Remove colon after @deprecated/@param/@todo/@note

Change-Id: I4e66dad85eecf7e8e03ac760af900395e1bc11b6
---
M includes/Linker.php
M includes/PrefixSearch.php
M includes/Revision.php
M includes/Title.php
M includes/content/ContentHandler.php
M includes/content/TextContent.php
M includes/content/WikitextContent.php
M includes/deferred/DataUpdate.php
M includes/deferred/LinksUpdate.php
M includes/deferred/SqlDataUpdate.php
M includes/page/Article.php
M includes/parser/ParserOutput.php
M includes/specials/SpecialCategories.php
M includes/specials/SpecialLinkSearch.php
M includes/specials/SpecialMergeHistory.php
M includes/specials/SpecialRunJobs.php
M includes/title/MediaWikiTitleCodec.php
M includes/title/TitleFormatter.php
M includes/title/TitleValue.php
M tests/phpunit/MediaWikiTestCase.php
M tests/phpunit/includes/TitleMethodsTest.php
M tests/phpunit/includes/TitleTest.php
22 files changed, 37 insertions(+), 37 deletions(-)

Approvals:
  Daniel Kinzler: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Linker.php b/includes/Linker.php
index 1991694..d900e42 100644
--- a/includes/Linker.php
+++ b/includes/Linker.php
@@ -25,7 +25,7 @@
  * for primarily page content: links, embedded images, table of contents. Links
  * are also used in the skin.
  *
- * @todo: turn this into a legacy interface for HtmlPageLinkRenderer and 
similar services.
+ * @todo turn this into a legacy interface for HtmlPageLinkRenderer and 
similar services.
  *
  * @ingroup Skins
  */
diff --git a/includes/PrefixSearch.php b/includes/PrefixSearch.php
index f794b2a..35be2a9 100644
--- a/includes/PrefixSearch.php
+++ b/includes/PrefixSearch.php
@@ -29,7 +29,7 @@
 abstract class PrefixSearch {
/**
 * Do a prefix search of titles and return a list of matching page 
names.
-* @deprecated: Since 1.23, use TitlePrefixSearch or StringPrefixSearch 
classes
+* @deprecated Since 1.23, use TitlePrefixSearch or StringPrefixSearch 
classes
 *
 * @param string $search
 * @param int $limit
diff --git a/includes/Revision.php b/includes/Revision.php
index bcd3fd8..836dbce 100644
--- a/includes/Revision.php
+++ b/includes/Revision.php
@@ -1569,7 +1569,7 @@
 * operations and other such meta-modifications.
 *
 * @param DatabaseBase $dbw
-* @param int $pageId: ID number of the page to read from
+* @param int $pageId ID number of the page to read from
 * @param string $summary Revision's summary
 * @param bool $minor Whether the revision should be considered as minor
 * @param User|null $user User object to use or null for $wgUser
diff --git a/includes/Title.php b/includes/Title.php
index b7c0a25..266273f 100644
--- a/includes/Title.php
+++ b/includes/Title.php
@@ -608,7 +608,7 @@
 * Note that this doesn't pick up many things that could be wrong with 
titles, but that
 * replacing this regex with something valid will make many titles 
valid.
 *
-* @todo: move this into MediaWikiTitleCodec
+* @todo move this into MediaWikiTitleCodec
 *
 * @return string Regex string
 */
@@ -853,7 +853,7 @@
/**
 * Get a TitleValue object representing this Title.
 *
-* @note: Not all valid Titles have a corresponding valid TitleValue
+* @note Not all valid Titles have a corresponding valid TitleValue
 * (e.g. TitleValues cannot represent page-local links that have a
 * fragment but no title text).
 *
diff --git a/includes/content/ContentHandler.php 
b/includes/content/ContentHandler.php
index 1343858..6be06c6 100644
--- a/includes/content/ContentHandler.php
+++ b/includes/content/ContentHandler.php
@@ -709,7 +709,7 @@
 * typically based on the namespace or some other aspect of the title, 
such as a special suffix
 * (e.g. .svg for SVG content).
 *
-* @note: this calls the ContentHandlerCanBeUsedOn hook which may be 
used to override which
+* @note this calls the ContentHandlerCanBeUsedOn hook which may be 
used to override which
 * content model can be used where.
 *
 * @param Title $title The page's title.
diff --git a/includes/content/TextContent.php b/includes/content/TextContent.php
index c3daf83..d292880 100644
--- a/includes/content/TextContent.php
+++ b/includes/content/TextContent.php
@@ -132,7 +132,7 @@
 * Returns attempts to convert this content object to wikitext,
 * and then returns the text string. The conversion may be lossy.
 *
-* @note: this allows any text-based content to be transcluded as if it 
was wikitext.
+* @note this allows any text-based content to be transcluded as if it 
was wikitext.