"Bawolff" posted a comment on MediaWiki.r113772. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113772#c32144
Commit summary for MediaWiki.r113772: follow up r113554 . fixing a regression which was introduced in r113554. Making now all all ids unique even when you have several polls on a mw page. using, new, the resourceloader to load common methods. just a little bit ... more of jquery. fixing a forgotten wgParser to parser variable problem. introducing and moving js and css to resources. Bawolff's comment: If you're going to replace it, the best thing to replace it with would probably be a field for namespace number, along with title->getDBkey(), since that way it can be easily joined with other tables, which while I'm not sure if there is an immediate use for, does have the potential to be useful to someone down the road either. (And also avoids the issue where ->getPrefixedDBkey()/->getPrefixedText() can potentially be longer than 255 characters in some cases) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
