User "Dantman" posted a comment on MediaWiki.r97172. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97172#c22585 Commit summary:
Start porting HistoryPage to Special:History Comment: * Committed early because I implemented DerivativeContext inside trunk and want to use it here (that @fixme) * The most notable hook user of history seams to be FlaggedRevs, however they use getArticle treating Article as a Page just so they can getTitle, so returning a WikiPage should remain compatible * I'm aware that the form outputted outputs for ?title=#####&action=history. Rather than tweaking that to Special:History I want to add a new interface that will let those forms be created abstractly. That way we can dynamically switch between the different form output types depending on if we're a normal Special page, or one that should output an action. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
