Author: ayg
Description:
Currently (r37973) when INDEX and NOINDEX both occur on the page, the page is indexable, regardless of the order or the number of times they appear. This is because in line 3386 of Parser.php, I only check whether $this->mDoubleUnderscores has the appropriate indexes. By this point we don't know which one came first. It wasn't immediately obvious to me how best to fix it -- how do NOTOC and FORCETOC work? It's not a big thing, so I figured it didn't need to block the new feature.
Version: unspecified
Severity: minor