Index: branches/REL1_17/extensions/Cite/citeParserTests.txt |
— | — | @@ -353,3 +353,19 @@ |
354 | 354 | <ol class="references"><li id="cite_note-0"><a href="#cite_ref-0">↑</a> Proceeds of Rockology, vol. XXI</li></ol> |
355 | 355 | |
356 | 356 | !! end |
| 357 | + |
| 358 | + |
| 359 | +!! test |
| 360 | +Bug 31374 regression check: nested strip items |
| 361 | +!! input |
| 362 | +{{#tag:ref|note<ref>reference</ref>|group=Note}} |
| 363 | +<references group=Note /> |
| 364 | +<references /> |
| 365 | +!! result |
| 366 | +<p><sup id="cite_ref-1" class="reference"><a href="#cite_note-1">[Note 1]</a></sup> |
| 367 | +</p> |
| 368 | +<ol class="references"><li id="cite_note-1"><a href="#cite_ref-1">↑</a> note<sup id="cite_ref-0" class="reference"><a href="#cite_note-0">[1]</a></sup></li></ol> |
| 369 | +<ol class="references"><li id="cite_note-0"><a href="#cite_ref-0">↑</a> reference</li></ol> |
| 370 | + |
| 371 | +!! end |
| 372 | + |
Index: branches/REL1_17/phase3/includes/DefaultSettings.php |
— | — | @@ -2928,11 +2928,6 @@ |
2929 | 2929 | $wgMinimalPasswordLength = 1; |
2930 | 2930 | |
2931 | 2931 | /** |
2932 | | - * Enabes or disables JavaScript-based suggestions of password strength |
2933 | | - */ |
2934 | | -$wgLivePasswordStrengthChecks = false; |
2935 | | - |
2936 | | -/** |
2937 | 2932 | * Maximum number of Unicode characters in signature |
2938 | 2933 | */ |
2939 | 2934 | $wgMaxSigChars = 255; |