https://bugzilla.wikimedia.org/show_bug.cgi?id=66662
--- Comment #1 from Daniel Kinzler <[email protected]> --- EntityHandle::makeRedirectContent() always fails, since an EntityRedirect needs to know it's own ID. Because of this, the generic method of creating redirects, as used by MediaWiki core, will fail. Some manual testing revealed to following: * EntityView can not display entities that *reference* double-redirects (critical, filed as bug 68852) * maintenance/fixDoubleRedirects.php will skip and report double-redirects of entities. * Creating a chain of redirects using wbcreateredirect works as expected. * Automatic creation of redirects on page moves is not an issue, since entity pages cannot be moved. -- 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
