* replace some use of deprecated makeKnownLinkObj() by link() in core
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 7 Jun 2009 15:02:12 +0000 (15:02 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 7 Jun 2009 15:02:12 +0000 (15:02 +0000)
commit38ca12aa82343574c319ccc0ac1b0783188618f0
tree600a2c0a934d5d9e37b612560a21921914fccd77
parent6d186065fc271c692e76cebc7d64140572dffd70
* replace some use of deprecated makeKnownLinkObj() by link() in core
* use array type parameter instead of string to escapeLocalUrl(), getFullURL() and getFullUrl() for readability
* add FIXME in Parser.php and LogEventsList.php where I didn't know how to replace makeKnownLinkObj by link()
* return type for private method Skin::editUrlOptions() changed from string to array
* some code readability improvements

Linking this to r51559 for CodeReview as there is some discussion there, and these changes are very similar.

Todo: core special pages
12 files changed:
includes/LogEventsList.php
includes/OutputPage.php
includes/PageHistory.php
includes/PatrolLog.php
includes/Preferences.php
includes/Skin.php
includes/SkinTemplate.php
includes/WatchlistEditor.php
includes/parser/Parser.php
skins/CologneBlue.php
skins/Standard.php
skins/disabled/MonoBookCBT.php