Allowed post-parse link cache to be used for update as well as page view. This involv...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 14 Aug 2004 13:34:57 +0000 (13:34 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 14 Aug 2004 13:34:57 +0000 (13:34 +0000)
commit5698c6bcc77f6527d7eac5af5658b92e871f0ffd
tree120af16e7dffa9fc42720c6dc0944adb247a84e9
parentaa6a85ed3905f50a8c50a4df531343c6fdd6c902
Allowed post-parse link cache to be used for update as well as page view. This involves changes to Article::showArticle() and maintenance/refreshLinks.inc. Fixed various bugs that I noticed along the way. Added an option to recover the old 1.3.x behaviour, for profiling and debugging.
includes/Article.php
includes/DefaultSettings.php
includes/OutputPage.php
includes/Setup.php
includes/Skin.php
maintenance/refreshLinks.inc