mediawiki-extensions-Cite/src
Thiemo Kreuz 51ff3cc819 Several code cleanups after getting rid of cloning
* Use the Html class to safely create HTML code.
* $this->referenceStack can not be null any more.
* $this->inReferencesGroup is not needed during output, only when
  parsing tags.
* Replace ReferencesStack::getGroupRefs() as well as deleteGroup()
  with a combined popGroup() that does both things.
* Extract the code responsible for the "responsive" behavior to a
  separate function.
* Some TestingAccessWrapper are not needed.

Change-Id: Ie1cf2533d7417ae2f6647664ff1145e37b814a39
2019-12-16 15:47:23 +01:00
..
Hooks Remove Parser state from ReferencesFormatter 2019-12-12 11:12:17 +01:00
ResourceLoader Move all code to PSR-4 compatible namespaces 2019-11-20 17:00:13 +01:00
AnchorFormatter.php Rename two Cite… classes and clean up test setups 2019-12-12 08:48:02 +01:00
Cite.php Several code cleanups after getting rid of cloning 2019-12-16 15:47:23 +01:00
ErrorReporter.php Simplify null comparison 2019-12-12 16:42:53 +01:00
FootnoteMarkFormatter.php Several code cleanups after getting rid of cloning 2019-12-16 15:47:23 +01:00
ReferenceMessageLocalizer.php Use messagelocalizer in CiteErrorReporter 2019-12-11 09:53:47 +01:00
ReferencesFormatter.php Several code cleanups after getting rid of cloning 2019-12-16 15:47:23 +01:00
ReferenceStack.php Several code cleanups after getting rid of cloning 2019-12-16 15:47:23 +01:00