diff options
author | Tim Starling <tstarling@wikimedia.org> | 2018-02-28 13:11:56 +1100 |
---|---|---|
committer | Tim Starling <tstarling@wikimedia.org> | 2018-03-05 05:16:04 +0000 |
commit | 3dfda8c1552a6d43eaf85e3e38427833114ddf06 (patch) | |
tree | 94480fba58afdf1aed051653edc85b8005836aa2 /languages/i18n/yo.json | |
parent | f3c58982eff0a5fb061db1d4519ffcdb1713213f (diff) | |
download | mediawikicore-3dfda8c1552a6d43eaf85e3e38427833114ddf06.tar.gz mediawikicore-3dfda8c1552a6d43eaf85e3e38427833114ddf06.zip |
Limit total expansion size in StripState and improve limit handling
* Add a new limit to the parser which limits the size of the output
generated by StripState. The relevant bug shows exponential blowup in
output size.
* Remove the $prefix parameter from the StripState constructor. Used by
no Gerrit-hosted extensions, hard-deprecated since 1.26.
* Convert the existing unstrip recursion depth limit to a normal parser
limit with limit report row, warning and tracking category. Provide
the same features in the new limit.
* Add an optional $parser parameter to the StripState constructor so
that warnings and tracking categories can be added.
Bug: T187833
Change-Id: Ie5f6081177610dc7830de4a0a40705c0c8cb82f1
Diffstat (limited to 'languages/i18n/yo.json')
-rw-r--r-- | languages/i18n/yo.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/i18n/yo.json b/languages/i18n/yo.json index 7dc88b68ad5c..8ab39e7b08aa 100644 --- a/languages/i18n/yo.json +++ b/languages/i18n/yo.json @@ -627,7 +627,7 @@ "expansion-depth-exceeded-category": "Àwọn ojúewé tí ìjìn ìfẹ̀lọ wọn ju bóṣeyẹ lọ", "expansion-depth-exceeded-warning": "Ojúewé ní ìjìn ìfẹ̀lọ tó ju bóṣeyẹ lọ", "parser-unstrip-loop-warning": "Ìyípo unstrip ti jẹ́ fínfín", - "parser-unstrip-recursion-limit": "Ó ti kọjá àlà ìlọ́po unstrip ($1)", + "unstrip-depth-warning": "Ó ti kọjá àlà ìlọ́po unstrip ($1)", "converter-manual-rule-error": "Àṣìṣe ti jẹ́ fínfín nínú ìlànà ìyípadà èdè àfọwọ́dá", "undo-success": "Àtúnṣe náà ṣe é múkúrò.\nẸ jọ̀wọ́ ẹ wo ìfiwéra ìsàlẹ̀ láti rídájú pé ohun tí ẹ fẹ́ nì yẹn, nígbà náà ẹ mú àwọn àtúnṣe náà pamọ́ láti parí ìmúkúrò àtúnṣe.", "undo-failure": "Àtúnṣe náà kò ṣe é múkúrò nítorí títakora àwọn àtúnṣe inú àrin.", |