Last modified: 2010-05-15 15:41:13 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 T10053, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8053 - no way for user to dump all categories
no way for user to dump all categories
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.7.x
PC Linux
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-11-27 18:42 UTC by Dan Jacobson
Modified: 2010-05-15 15:41 UTC (History)
0 users

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


Attachments

Description Dan Jacobson 2006-11-27 18:42:24 UTC
In an effort to print out all my Special:Categories without limits,
I inch up 444, 555 ...
$ GET http://localhost/mediawiki/index.php?title=Special:Categories\&limit=777
500 Server closed connection without sending any data back

Well gosh, at least say "asking for too many", don't just slam the door.

OK, forced to do
$ i=0; while test $i -le 2000
 do w3m -dump http://localhost/mediawiki/index.php/Special:Categories?limit=500\&offset=$i
 : $((i+=500)); done|perl -nwe 'print if /^\s*\d+\./'
Comment 1 Brion Vibber 2006-11-28 01:43:33 UTC
Works fine here and on Wikipedia. Confirm you're sending the URL 
correctly and aren't hitting local errors of some sort.

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


Navigation
Links