Last modified: 2014-02-27 16:21:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T52924, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 50924 - Sitelink changes should update related pages' links tables rows as well besides just clearing parser cache
Sitelink changes should update related pages' links tables rows as well besid...
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
WikidataClient (Other open bugs)
unspecified
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Wikidata bugs
: testme
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-08 08:35 UTC by Liangent
Modified: 2014-02-27 16:21 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Liangent 2013-07-08 08:35:45 UTC
See Wikidata item history:

https://www.wikidata.org/w/index.php?title=Q426674&action=history

-- Current state --

MariaDB [enwiki_p]> select current_timestamp(); select * from langlinks where ll_from=622756;
+---------------------+
| current_timestamp() |
+---------------------+
| 2013-07-08 08:34:17 |
+---------------------+
1 row in set (0.03 sec)

+---------+---------+-----------------------------+
| ll_from | ll_lang | ll_title                    |
+---------+---------+-----------------------------+
|  622756 | ca      | Fitxer temporal             |
|  622756 | de      | Temporäre Datei             |
|  622756 | es      | Archivo temporal            |
|  622756 | fr      | Fichier temporaire          |
|  622756 | ru      | Временный файл              |
|  622756 | sv      | .tmp                        |
|  622756 | zh      | 斯泰爾TMP衝鋒槍             |
+---------+---------+-----------------------------+
7 rows in set (0.03 sec)

MariaDB [enwiki_p]> 

-- After null editing the page --

MariaDB [enwiki_p]> select current_timestamp(); select * from langlinks where ll_from=622756;
+---------------------+
| current_timestamp() |
+---------------------+
| 2013-07-08 08:34:40 |
+---------------------+
1 row in set (0.03 sec)

+---------+---------+-----------------------------+
| ll_from | ll_lang | ll_title                    |
+---------+---------+-----------------------------+
|  622756 | ca      | Fitxer temporal             |
|  622756 | de      | Temporäre Datei             |
|  622756 | es      | Archivo temporal            |
|  622756 | fr      | Fichier temporaire          |
|  622756 | ru      | Временный файл              |
|  622756 | sv      | .tmp                        |
+---------+---------+-----------------------------+
6 rows in set (0.02 sec)

MariaDB [enwiki_p]>
Comment 1 Liangent 2013-07-08 08:38:21 UTC
Matmarex, you said this was fixed?
Comment 2 Bartosz Dziewoński 2013-07-08 08:56:20 UTC
I didn't say it was fixed, although it happened to update the page immediately once or twice recently.
Comment 3 [no longer active user] 2013-07-08 18:46:36 UTC
Please fix this somehow, it is important for my gadget http://en.wikipedia.org/wiki/User:Ebraminio/ArticleTranslator.js

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links