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

       Web browser: ---
            Bug ID: 59961
           Summary: purge does not update langlinks table
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: WikidataClient
          Assignee: wikidata-b...@lists.wikimedia.org
          Reporter: valhall...@arctus.nl
                CC: wikidata-b...@lists.wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

Steps to reproduce
------------------
1. SELECT page_namespace, page_title FROM page LEFT JOIN langlinks ON
ll_from=page_id WHERE page_namespace=14     AND ll_from IS NULL AND page_title
LIKE "Amerikaanse%" LIMIT 3;
This shows there is no entry for
"Categorie:Amerikaanse_Maagdeneilanden_op_de_Olympische_Jeugdspelen" in the
langlinks table

However,
https://nl.wikipedia.org/wiki/Categorie:Amerikaanse_Maagdeneilanden_op_de_Olympische_Jeugdspelen
shows there *are* langlinks, provided by WikiData.

Browse to
https://nl.wikipedia.org/wiki/Categorie:Amerikaanse_Maagdeneilanden_op_de_Olympische_Jeugdspelen?action=purge
 

Expected behavior
-----------------
- Langlinks table being updated automatically, and lacking that,
- ?action=purge updating the language table

Actual behavior
---------------
 - ?action=purge does *not* update the langlinks entries
 - A null edit does.

-- 
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