Commit graph

5 commits

Author SHA1 Message Date
Kunal Mehta 096f6e91fc Rewrite to avoid messing with global state
The main goal of this rewrite is to not use or mess with any global
state.

The ParserGetVariableValueTs and ParserGetVariableValueVarCache hooks
were replaced with setting the timestamp via
ParserOptions::setTimestamp(). This also means that {{#time:...}} from
ParserFunctions extension will correctly use the page's timestamp
instead of the current one.

Disabling tidy is also done using ParserOptions instead of changing
global state.

Change-Id: Ib2810aa5891c57831380a1a4718656cc09932b96
2016-09-19 16:29:14 -07:00
Translation updater bot d2361ca5ad Localisation updates from https://translatewiki.net.
Change-Id: I7a7f3922269de7da4cf867d37c2ce6cb4198d803
2015-03-24 22:20:49 +01:00
Translation updater bot d6833a7430 Localisation updates from https://translatewiki.net.
Change-Id: Ib8a40efbae2070f0942480124dabf2d66f9e653d
2014-09-04 22:06:08 +02:00
Translation updater bot f5b4fee8d2 Localisation updates from https://translatewiki.net.
Change-Id: Ic738d473a7cbde7937785f674acc3ffa32fd92cb
2014-09-03 22:18:09 +02:00
James D. Forrester 7c705dbac3 Rename to "CiteThisPage", make Special:CiteThisPage the primary location
Also remove vestiges of the Cite extension from when this used to live in
the same repo.

Change-Id: I17dfad706d46afb452e8ff29140834174470b398
2014-08-30 15:29:33 -07:00