* Add {{filepath:}} parser function to get full path to an uploaded file, complementi...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 14 Sep 2007 15:29:52 +0000 (15:29 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 14 Sep 2007 15:29:52 +0000 (15:29 +0000)
commitef1545f14af8c1b26dd3a90bdb9a85e602a56a88
tree817639191bc63f8adc80e6f378ad870ded37adf9
parent151375ea796d387a8ee6cfe9ec2a727cab312332
* Add {{filepath:}} parser function to get full path to an uploaded file, complementing {{fullurl:}} for pages.
Giving this a |nowiki option to wrap the returned path in <nowiki>s for non-linked standalone use.
Added File::getFullURL() function for cleaner calls; using full path to ensure consistency here.
RELEASE-NOTES
includes/CoreParserFunctions.php
includes/ExternalEdit.php
includes/Parser.php
includes/filerepo/File.php
languages/messages/MessagesEn.php