* The hook that's being deprecated is not used anywhere in MW ecosystem. * The getNewMessageLinks/getNewMessageRevisionId wasn't ported to the service, only the DB lookup. The interface of these two methods is extremelly weird, the idea is that they should eventually be able to do cross-wiki lookups. This doesn't belong in the service - with only a single caller, these methods should be moved out of User and inlined into the caller instead. * There's been a little bit of preparation done to T146585#4233276 as the interface of setNewTalk was split into set and remove with the idea that we gotta require Revision to be passed to setUserHasNewMessages eventually. B/C is still maintained though since service-conversion patches are not a right place for making behavioural changes * The tests are only integration tests since most of the logic in the manager is tied up to the database anyway. Bug: T239640 Change-Id: Ia0a52865970c11066d1089196251f62ffeaa53bb |
||
|---|---|---|
| .. | ||
| databases | ||
| html | ||
| php-memcached | ||
| uidesign | ||
| contenthandler.md | ||
| database.md | ||
| deferred.txt | ||
| distributors.txt | ||
| export-0.1.xsd | ||
| export-0.2.xsd | ||
| export-0.3.xsd | ||
| export-0.4.xsd | ||
| export-0.5.xsd | ||
| export-0.6.xsd | ||
| export-0.7.xsd | ||
| export-0.8.xsd | ||
| export-0.9.xsd | ||
| export-0.10.xsd | ||
| export-0.11.xsd | ||
| export-demo.xml | ||
| extension.schema.v1.json | ||
| extension.schema.v2.json | ||
| globals.txt | ||
| hooks.txt | ||
| Injection.md | ||
| Introduction.md | ||
| Language.md | ||
| LinkCache.md | ||
| Logger.md | ||
| magicword.md | ||
| maintenance.txt | ||
| memcached.md | ||
| ontology.owl | ||
| pageupdater.md | ||
| README | ||
| schema.md | ||
| sitelist-1.0.xsd | ||
| sitelist.md | ||
| Skin.md | ||
| Title.md | ||
/docs Directory README ====================== The 'docs' directory contain various text files that should help you understand the most important parts of the code of MediaWiki. More in-depth documentation can be found at: https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Code https://www.mediawiki.org/wiki/Special:MyLanguage/Developer_hub API documentation is automatically generated and updated daily at: https://doc.wikimedia.org/mediawiki-core/master/php/html/ You can get a fresh version using 'make doc' or mwdocgen.php in the ../maintenance/ directory. For end users, most of the documentation is located online at: https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents Documentation for MediaWiki site administrators is at: https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents