https://bugzilla.wikimedia.org/show_bug.cgi?id=24856
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Markus Krötzsch <[email protected]> 2010-08-29 19:25:33 UTC --- I do not yet understand what the problem is. What is "$this" in the above code? I assume you are talking about changing the title of a page by moving it. When you do this, there will be a redirect from the old title to the new title. SMW follows redirects when querying for semantic data. This is a feature that helps to avoid information being lost when the title of a page changes. But you can switch this behaviour off by using the configuration option smwgEqualitySupport (http://semantic-mediawiki.org/wiki/Help:Configuration#smwgQEqualitySupport). But the data that you get for a page that is a redirect is not very interesting anyway. It just says that it is a redirect to the new title. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
