* follow-up to r51301: also add separated date and time as parameters for 'currentrev...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 6 Jun 2009 15:09:19 +0000 (15:09 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 6 Jun 2009 15:09:19 +0000 (15:09 +0000)
commit8bc003e538ad7a942407ba6604e796f7a0762f08
tree760c2d5752185155fc3c708ff0411d17bfc01727
parent32a7bff4d094407a25f4977ffdc2b8be330b4265
* follow-up to r51301: also add separated date and time as parameters for 'currentrev-asof' for consistency
* replace use of deprecated makeKnownLinkObj() by link()
* use array type parameter instead of string to escapeLocalUrl(), getFullURL() and getFullUrl() for readability
* change return type of htmlDiffArgument(). CHECKME: Should this method be private? (not used anywhere in SVN at the moment)
* break a few long lines with parameters
includes/diff/DifferenceEngine.php