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

       Web browser: ---
            Bug ID: 55958
           Summary: langlinks API and database query do not update some of
                    the new interwiki
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: API
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

for many case the langlinks API and database query can not purge or update
themself and show the old wrong interwiki link!

API: for example:
http://en.wikipedia.org/w/api.php?action=query&prop=langlinks&titles=Oldsmobile_Intrigue

<ll lang="fa" xml:space="preserve">الگو:اولدزموبیل</ll> 

Query in labs :

sql enwiki_p

SELECT page_title,ll_title  FROM page  JOIN langlinks ON page_id = ll_from
WHERE page_is_redirect = 0 AND page_title='Oldsmobile_Intrigue' and
page_namespace=0 AND ll_lang='fa' GROUP BY ll_from;

+---------------------+-------------------------------+
| page_title          | ll_title                      |
+---------------------+-------------------------------+
| Oldsmobile_Intrigue | الگو:اولدزموبیل               |
+---------------------+-------------------------------+

which should be اولدزموبیل_اینتریگ

Also For these case it is the same!

Oldsmobile 
Oldsmobile_88 
Oldsmobile_Intrigue 
Oldsmobile_Cutlass_Supreme 
Oldsmobile_Silhouette 
Oldsmobile_Firenza 
Oldsmobile_Bravada 
Oldsmobile_Cutlass_Calais 
Oldsmobile_Custom_Cruiser 
Oldsmobile_Achieva 
Compressed_hydrogen 
Bastak 
Bastak_County 
Guwdah 
Azdi_Bastak 
Pisah 
Lard-e_Basto 
Moghdan-e_Bastak 
Morwa,_Hormozgan 
Tang-e_Dalan,_Hormozgan 
Nakhahry 

and more than 200 other cases!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to