jenkins-bot has submitted this change and it was merged.
Change subject: [DOC] bugzilla is deprecated. Phabricator is used instead
......................................................................
[DOC] bugzilla is deprecated. Phabricator is used instead
Change help string to the new platform.
Change-Id: I234b069cd8bcb5b47c195f54648cc4329f681ad5
---
M scripts/misspelling.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Ricordisamoa: Looks good to me, approved
jenkins-bot: Verified
diff --git a/scripts/misspelling.py b/scripts/misspelling.py
index 6285bb2..c94bc26 100755
--- a/scripts/misspelling.py
+++ b/scripts/misspelling.py
@@ -22,7 +22,7 @@
wikipedia, user, etc. namespaces.
"""
# (C) Daniel Herding, 2007
-# (C) Pywikibot team, 2007-2014
+# (C) Pywikibot team, 2007-2015
#
# Distributed under the terms of the MIT license.
#
@@ -40,7 +40,7 @@
Help Pywikibot team to provide support for your wiki by submitting
a bug to:
- https://bugzilla.wikimedia.org/enter_bug.cgi?product=Pywikibot
+https://phabricator.wikimedia.org/maniphest/task/create/?projects=pywikibot-core
with category containing misspelling pages or a template for
these misspellings.\n"""
--
To view, visit https://gerrit.wikimedia.org/r/223252
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I234b069cd8bcb5b47c195f54648cc4329f681ad5
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgroup(a)gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhallasw(a)arctus.nl>
Gerrit-Reviewer: Ricordisamoa <ricordisamoa(a)openmailbox.org>
Gerrit-Reviewer: jenkins-bot <>
jenkins-bot has submitted this change and it was merged.
Change subject: Update documentation for isDisambig method
......................................................................
Update documentation for isDisambig method
Change-Id: Ib1a8afba5e934790d48bccd44ab2c1e3edd85619
---
M pywikibot/page.py
1 file changed, 9 insertions(+), 9 deletions(-)
Approvals:
John Vandenberg: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/page.py b/pywikibot/page.py
index 25d2779..4cb242a 100644
--- a/pywikibot/page.py
+++ b/pywikibot/page.py
@@ -772,17 +772,17 @@
def isDisambig(self):
"""Return True if this is a disambiguation page, False otherwise.
- Relies on the presence of specific templates, identified in
- the Family file or on a wiki page, to identify disambiguation
- pages.
+ By default, it uses the the Disambiguator extension's result. The
+ identification relies on the presense of the __DISAMBIG__ magic word
+ which may also be transcluded.
- By default, loads a list of template names from the Family file;
- if the value in the Family file is None no entry was made, looks for
+ If the Disambiguator extension isn't activated for the given site,
+ the identification relies on the presence of specific templates.
+ First load a list of template names from the Family file;
+ if the value in the Family file is None or no entry was made, look for
the list on [[MediaWiki:Disambiguationspage]]. If this page does not
- exist, take the MediaWiki message.
-
- 'Template:Disambig' is always assumed to be default, and will be
- appended regardless of its existence.
+ exist, take the MediaWiki message. 'Template:Disambig' is always
+ assumed to be default, and will be appended regardless of its existence.
@rtype: bool
"""
--
To view, visit https://gerrit.wikimedia.org/r/221362
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib1a8afba5e934790d48bccd44ab2c1e3edd85619
Gerrit-PatchSet: 5
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgroup(a)gmail.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipedia(a)gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhallasw(a)arctus.nl>
Gerrit-Reviewer: Ricordisamoa <ricordisamoa(a)openmailbox.org>
Gerrit-Reviewer: Russell Blau <russblau(a)imapmail.org>
Gerrit-Reviewer: XZise <CommodoreFabianus(a)gmx.de>
Gerrit-Reviewer: jenkins-bot <>