[Bug 34029] Infinite loop in API blocklist

2012-02-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34029

duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||duplicate...@googlemail.com
 Resolution||DUPLICATE

--- Comment #4 from duplicate...@googlemail.com 2012-02-18 18:07:12 UTC ---


*** This bug has been marked as a duplicate of bug 24782 ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34029] Infinite loop in API blocklist

2012-02-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34029

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34029] Infinite loop in API blocklist

2012-02-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34029

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #3 from Mark A. Hershberger  2012-02-01 
15:50:49 UTC ---
https://hu.wikipedia.org/w/api.php?action=query&list=blocks&bklimit=7&bkstart=1267811564
-- better link to the example blocklist

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34029] Infinite loop in API blocklist

2012-02-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34029

--- Comment #2 from Mark A. Hershberger  2012-02-01 
15:34:00 UTC ---
Created attachment 9939
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9939
Source from pastebin

Made the source an attachment here.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34029] Infinite loop in API blocklist

2012-01-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34029

--- Comment #1 from wikipo...@gmail.com 2012-01-30 08:25:18 UTC ---
An additional problem: the smaller limit you use, the greater is the
possibility to get fake duplicates. E.g. block id=n and block id=n+1 have the
same timestamp, end the first run ends with nth. You get back a timestamp for
n+1st item, but using it will display nth item repeatedly. So every query is
subject to have duplicates.

The easy solution would be to use block id instead of bkstart in
query-continue.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l