[Wikidata-bugs] [Maniphest] [Commented On] T236994: https://doc.wikimedia.org/Wikibase/master/php/namespaces.html doesnt list a Client namespace, but Wikibase does have one

2019-12-02 Thread gerritbot
gerritbot added a comment.


  Change 553760 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Doxygen, extract all namespaces (using 
core settings)
  
  https://gerrit.wikimedia.org/r/553760

TASK DETAIL
  https://phabricator.wikimedia.org/T236994

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: hashar, Addshore, Aklapper, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, Iflorez, Pavithraes, darthmon_wmde, alaa_wmde, Meekrab2012, 
joker88john, DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Ivana_Isadora, Adik2382, 
Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, srodlund, 
thcipriani, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T236994: https://doc.wikimedia.org/Wikibase/master/php/namespaces.html doesnt list a Client namespace, but Wikibase does have one

2019-11-29 Thread gerritbot
gerritbot added a comment.


  Change 553760 had a related patch set uploaded (by Addshore; owner: Addshore):
  [mediawiki/extensions/Wikibase@master] Doxygen, extract all namespaces (using 
core settings)
  
  https://gerrit.wikimedia.org/r/553760

TASK DETAIL
  https://phabricator.wikimedia.org/T236994

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: hashar, Addshore, Aklapper, Iflorez, Pavithraes, darthmon_wmde, alaa_wmde, 
DannyS712, Nandana, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, 
Jayprakash12345, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
srodlund, thcipriani, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T236994: https://doc.wikimedia.org/Wikibase/master/php/namespaces.html doesnt list a Client namespace, but Wikibase does have one

2019-10-31 Thread Addshore
Addshore added a comment.


  Yes, I think we should be the same as core

TASK DETAIL
  https://phabricator.wikimedia.org/T236994

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: hashar, Addshore, Aklapper, Pavithraes, darthmon_wmde, DannyS712, Nandana, 
Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, srodlund, thcipriani, Wikidata-bugs, 
aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T236994: https://doc.wikimedia.org/Wikibase/master/php/namespaces.html doesnt list a Client namespace, but Wikibase does have one

2019-10-31 Thread hashar
hashar added a comment.


  I guess we want:
  
# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
# documentation are documented, even if no documentation was available. 
Private
# class members and static file members will be hidden unless the
# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
# Note: This will also disable the warnings about undocumented members that 
are
# normally produced when WARNINGS is set to YES.
# The default value is: NO.

EXTRACT_ALL = YES
  
  That drops the warning about undocumented member.
  
  mediawiki/core has:
  
  name=maintenance/Doxyfile
EXTRACT_ALL= YES
EXTRACT_PRIVATE= YES
EXTRACT_PACKAGE= NO
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES  = YES
EXTRACT_LOCAL_METHODS  = NO
EXTRACT_ANON_NSPACES   = NO
  
  Which also process private and static members even if undocumented. So I 
guess we want to align with MediaWiki core?
  
  Note: some other extensions are using Doxygen and would need to be inspected 
as well.

TASK DETAIL
  https://phabricator.wikimedia.org/T236994

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hashar
Cc: hashar, Addshore, Aklapper, Pavithraes, darthmon_wmde, DannyS712, Nandana, 
Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, srodlund, thcipriani, Wikidata-bugs, 
aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T236994: https://doc.wikimedia.org/Wikibase/master/php/namespaces.html doesnt list a Client namespace, but Wikibase does have one

2019-10-31 Thread hashar
hashar added a comment.


  Heading to `docs/php/namespaces.html` that shows:
  
Wikibase
  Lib   -file-suppress PhanTypeInvalidThrowsIsInterface
  Repo
Specials
  HTMLForm  -file-suppress PhanParamSignatureMismatch The point of 
this class is to change signatures 
  
  When deleting the file `repo/includes/Specials/HTMLForm/HTMLAliasesField.php` 
the `Repo` namespace disappear entirely.
  
  And the file has:
  
  name=repo/includes/Specials/HTMLForm/HTMLAliasesField.php
https://phabricator.wikimedia.org/T236994

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hashar
Cc: hashar, Addshore, Aklapper, Pavithraes, darthmon_wmde, DannyS712, Nandana, 
Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, srodlund, thcipriani, Wikidata-bugs, 
aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs