[Wikidata-bugs] [Maniphest] [Commented On] T76145: Special:Statistic increments number of content pages when new Item is created

2015-11-02 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. At some point in the past we decided that we count even nearly empty items as articles. I don't see a reason to revise that atm. TASK DETAIL https://phabricator.wikimedia.org/T76145 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T76145: Special:Statistic increments number of content pages when new Item is created

2015-11-01 Thread daniel
daniel added a comment. @JanZerebecki: ItemContent has: public function isCountable( $hasLinks = null ) { return !$this->isRedirect() && !$this->getItem()->isEmpty(); } This could easily be changed to public function isCountable( $hasLinks = null ) {

[Wikidata-bugs] [Maniphest] [Commented On] T76145: Special:Statistic increments number of content pages when new Item is created

2015-11-01 Thread daniel
daniel added a comment. I wonder why initSiteStats.php would come to a different result if it's using Content::isCountable() TASK DETAIL https://phabricator.wikimedia.org/T76145 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: daniel Cc: Addshore,

[Wikidata-bugs] [Maniphest] [Commented On] T76145: Special:Statistic increments number of content pages when new Item is created

2015-10-31 Thread JanZerebecki
JanZerebecki added a comment. I thought Content pages was supposed to not count stubs? TASK DETAIL https://phabricator.wikimedia.org/T76145 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JanZerebecki Cc: Addshore, Aklapper, JanZerebecki, Lucie,

[Wikidata-bugs] [Maniphest] [Commented On] T76145: Special:Statistic increments number of content pages when new Item is created

2015-10-26 Thread Addshore
Addshore added a comment. So in-fact the issue is with initSiteStats.php? TASK DETAIL https://phabricator.wikimedia.org/T76145 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Addshore, Aklapper, JanZerebecki, Lucie, daniel,

[Wikidata-bugs] [Maniphest] [Commented On] T76145: Special:Statistic increments number of content pages when new Item is created

2015-10-26 Thread JanZerebecki
JanZerebecki added a comment. The problem here is that the maintenance script recomputes the number differently than the incremental update process. TASK DETAIL https://phabricator.wikimedia.org/T76145 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/