https://bugzilla.wikimedia.org/show_bug.cgi?id=37505

       Web browser: ---
             Bug #: 37505
           Summary: Report not-found items in ApiGetItems
           Product: MediaWiki extensions
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: WikidataRepo
        AssignedTo: wikidata-b...@lists.wikimedia.org
        ReportedBy: jeb...@gmail.com
                CC: wikidata-b...@lists.wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---


ApiGetItems now silently drop reporting of not-found items. By adding fake
entries for not found items on the form

{
    "items": {
        "1234567890": {
            "id": 1234567890,
            "missing": ""
        }
    }
}

it would be simple to identify missing items.

It is not so easy to identify missing items because of failing site-title
pairs, not least because they are plural, but each tested pair could give a
report like

{
    "pages": {
        "-1": {
            "site": "no",
            "title": "Krisftiania",
            "missing": ""
        }
    }
}

where the negative numbers keeps increasing.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to