mediawiki-extensions-Cite/includes
Thiemo Kreuz (WMDE) 06b821a451 Rewrite private Cite::refArg for readability
The biggest issue with this code was that it was tracking the exact
same state in two ways: Processed array elements got removed from the
$argv array, *and* the $cnt was decremented the same time. This is not
necessary and a potential source of confusion and errors.

I carefully transformed the code. I'm sure it still does exactly what
it did before. The tests should prove this.

Change-Id: I642d38e7944aa3e2239179fa58e1e231b4698263
2018-12-11 17:58:19 +01:00
..
ApiQueryReferences.php Add phan configuration for static analysis 2017-12-29 11:50:01 -08:00
Cite.php Rewrite private Cite::refArg for readability 2018-12-11 17:58:19 +01:00
CiteCSSFileModule.php Use standard form for @license tags 2018-03-20 03:18:37 +00:00
CiteDataModule.php CiteDataModule: Remove origin restriction 2018-04-30 22:18:06 +02:00
CiteHooks.php VE: Make the OOUI citation icons available 2018-08-14 11:55:44 -07:00