Don't require an existence check before calling loadPageData(). Added an accessor...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 16 Mar 2006 02:32:30 +0000 (02:32 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 16 Mar 2006 02:32:30 +0000 (02:32 +0000)
commit814f8a80c2a4e326676684551e536da589c80bdb
treedf1f3f88c0dfb4b310ddc63eececa4efb38f3579
parente07ea3eb41cfa3fb14512bd31168b270acb7ec13
Don't require an existence check before calling loadPageData(). Added an accessor for page_latest, faster than getRevIdFetched() when it's needed for the permalink in the sidebar. Added shortcut calling convention for loadPageData().
includes/Article.php
includes/Wiki.php