User Details
- User Since
- Jan 28 2015, 3:21 AM (601 w, 2 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Jinlingoogle [ Global Accounts ]
Nov 20 2015
Thanks very much. In recent 6 hours, we did not detected any such recentchanges.
Nov 19 2015
What's the state of this issue?
Nov 12 2015
This happens only in recent 8 hours, so I do not think it depends on whether it is an overwrite. Is there anything happening in recent 8 hours?
Sep 21 2015
@Aklapper: Thank you for reference. I visited https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2015-September/thread.html and https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2015-August/thread.html, but I did not find any clues, or I missed something? Thanks again.
Sep 18 2015
What I want is to get notified when similar issues occurred, is there any possible way? e.g. subscribing some mail list?
For example:
Urls are
Sep 7 2015
I see. It is not calculated when requesting.
May 9 2015
Why not use strings only?
May 4 2015
Apr 30 2015
Apr 29 2015
Apr 28 2015
Apr 7 2015
When will the change take effect?
Apr 1 2015
Mar 30 2015
The issue is
in http://en.wiktionary.org/w/api.php?action=query&continue=-||&rccontinue=20150329071532|32640824&list=recentchanges&rclimit=1&rcprop=loginfo , it is
{
...
"2": 0,
"3": 1,
...
}while in http://en.wikiquote.org/w/api.php?action=query&list=logevents&leaction=delete/revision&lelimit=1 , it is
{
...
"2": "ofield=0",
"3": "nfield=1",
...
}The response is different:
http://en.wikiquote.org/w/api.php?action=query&list=logevents&leaction=delete/revision&lelimit=1
{
"logid": 2083563,
"ns": 0,
"title": "Upbuilding Discourses in Various Spirits",
"pageid": 164974,
"logpage": 164974,
"0": "revision",
"1": "1851213",
"2": "ofield=0",
"3": "nfield=1", // string
"type": "delete",
"action": "revision",
"user": "Mdd",
"timestamp": "2015-02-16T15:51:15Z",
"comment": "Copyright violation: Test edit to determine limit of quotation status - this version can be compared to the original"
}