Last modified: 2007-11-02 12:20:02 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 T13694, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 11694 - ontoworld's Special:Browse thinks missing pages are in Category:Testpage
ontoworld's Special:Browse thinks missing pages are in Category:Testpage
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Semantic MediaWiki (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Markus Krötzsch
http://ontoworld.org/wiki/Special:Bro...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-17 23:41 UTC by S Page
Modified: 2007-11-02 12:20 UTC (History)
0 users

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


Attachments

Description S Page 2007-10-17 23:41:31 UTC
Special:Browse of any page that doesn't exist on ontoworld.org indicates that it's in Category:Testpage.

http://ontoworld.org/wiki/Category:Testpage has an entry with strange punctuation ('n Beetje Verliefd) and another with asian characters (東京), but otherwise seems normal.

I can't reproduce on my own wiki.  Most likely this is a glitch in ontoworld.org's DB tables such that page_id 0 got in the category table, so this query:
  SQL: SELECT /* SMW::getSpecialValues 127.0.0.1 */  DISTINCT cl_to  FROM `categorylinks`  WHERE cl_from='0' 
returns Testpage

SMW_SpecialBrowse.php needs to perform queries for article titles that don't exist since they might be the object of properties and redirects.  But I don't think it makes sense to query for article ID = 0.  So an optimization *might* be for SMW_SQLStore to skip the queries when $subject->getArticleID() == 0.  But then you'd never see this bug ;-)

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


Navigation
Links