Last modified: 2008-06-12 10:52:21 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 T13059, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 11059 - inconsistent behavior if a property name includes a namespace
inconsistent behavior if a property name includes a namespace
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Semantic MediaWiki (Other open bugs)
unspecified
All All
: Low minor (vote)
: ---
Assigned To: Markus Krötzsch
http://ontoworld.org/wiki/SMW_unit_te...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-08-25 05:00 UTC by S Page
Modified: 2008-06-12 10:52 UTC (History)
0 users

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


Attachments

Description S Page 2007-08-25 05:00:27 UTC
User reported on the mailing list
http://sourceforge.net/mailarchive/forum.php?thread_name=001a01c7e62f%244b4a7250%246e01a8c0%40ALESSANDRIA&forum_name=semediawiki-user

that two relations Rel1 and A:Rel1 on the same page collapse into one relation, "Rel1".

I was able to reproduce this by creating a property with the namespace "Help:" in its name.
 [[Test relation::Sandbox2a]] [[MyPrefix:Test relation::Sandbox2b]] [[Help:Test relation::Sandbox2c]

The factbox lists the property "Test relation" with the values Sandbox2a and Sandbox2c.  (The property name "MyPrefix: Test relation" has no problem because it's just a name with a colon in it.)

Expected results:
I'm not sure why the "Help" namespace vanished.  But it seems insane to allow a property name to include a namespace name.  So rather than show the confusing
  Help:Test relation    sandbox2
in the factbox when the link actually goes to a property, it would be better to warn the user
  Don't use namespace ("Help") in a property's name.
Comment 1 Markus Krötzsch 2008-06-12 10:52:21 UTC
This is fixed now, though it is still not recommended to label properties like that. Anyway, similar problems are likely to occur again: the troble is that we often use MediaWiki's Title::newFromText to process user input. This method takes a namespace as a parameter, but this namespace is the default only, not an overwrite. So as long as titles have no namespaces, the default works as expected, but if title strings bring their own namespace, it overrides the default. The only workaround is to fetch the local label of a desired namespace and to prepend it manually.

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


Navigation
Links