r94741 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r94740
|
r94741
|
r94742
>
Date:
10:55, 17 August 2011
Author:
vasilievvv
Status:
deferred
Tags:
Comment:
Change AST depth limit from insanely high to relatively high.
Modified paths:
/trunk/extensions/WikiScripts/WikiScripts.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/WikiScripts/WikiScripts.php
—
—
@@ -97,7 +97,7 @@
98
98
* example 2 + 2 * 2 ** 2 is parsed to (2 + (2 * (2 ** 2))) and needs
99
99
* depth 3 to be parsed.
100
100
*/
101
- 'depth' => 100,
101
+ 'depth' => 35,
102
102
);
103
103
104
104
/**
Status & tagging log
17:16, 17 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r94741
[
removed:
new
added:
deferred]