mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
12c7ad7504
This patch only moves existing code around without changing any behavior. What I basically did was merging the old "guardedReferences" method into "references", and then splitting the resulting code in other ways. Now we see a few other concepts emerging. But the idea something would be "guarded" (how?) is gone. The most critical detail in this patch are the new method names, and how the code is split. The names should tell a story, and the methods should do exactly what the name says. Suggestions? Bug: T353266 Change-Id: I8b7921ce24487e9657e4193ea6a2e3e7d7b0b1c3 |
||
---|---|---|
.. | ||
integration | ||
unit | ||
CiteCSSFileModuleTest.php | ||
CiteDbTest.php | ||
CiteHooksTest.php | ||
CiteIntegrationTest.php | ||
ReferenceMessageLocalizerTest.php |