On 02/26/2014 12:23 PM, Daniel Kinzler wrote:
I have just pushed a new version of the TitleValue patch to Gerrit: https://gerrit.wikimedia.org/r/106517.
I have also updated the RDF to reflect the latest changes: https://www.mediawiki.org/wiki/Requests_for_comment/TitleValue.
Please have a look. I have tried to address several issues with the previous proposal, and reduce the complexity of the proposal. I have also tried to adjust the service interfaces to make migration easier.
Any feedback would be very welcome!
-- daniel
Update: https://gerrit.wikimedia.org/r/#/c/106517/ has now been merged. To quote the commit message:
The intention is to improve testability and reusability; these advantages will however only become apparent with further refactoring of the respective special pages. This will be done in follow-up changes.
More work will be needed to migrate essential functionality from Title and Linker classes into the respective service classes, MediaWikiTitleCodec and MediaWikiPageLinkRenderer.