Steps to reproduce:
1.Open a page with VE
2.Create a link to a new page
3.Save the page
4.Re-open the page
Observed Result:
The link appears as blue instead of red-link.
Steps to reproduce:
1.Open a page with VE
2.Create a link to a new page
3.Save the page
4.Re-open the page
Observed Result:
The link appears as blue instead of red-link.
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Don't claim all links exist when ParserCache misses | mediawiki/extensions/VisualEditor | master | +1 -1 |
Change 193886 had a related patch set uploaded (by Catrope):
Don't claim all links exist when ParserCache misses
This was caused by the link cache population code not handling ParserCache misses correctly. My patch addresses this, but someone should also figure out why the parser cache keeps missing in beta. Maybe memcached is broken there?
Change 193886 merged by jenkins-bot:
Don't claim all links exist when ParserCache misses