robchurch@svn.wikimedia.org schrieb:
Revision: 22867 Author: robchurch Date: 2007-06-09 16:19:38 +0000 (Sat, 09 Jun 2007)
Log Message:
- Clean up and document Linker::makeBrokenImageLinkObj()
- (bug 6743) Don't link broken image links to the upload form when uploads are disabled
This commit has broken 3 parsertest: http://tools.wikimedia.de/~hashar/tinder/?offset=20&limit=20
The problem seems to be the generated link: http://localhost/wikitest/index.php?title=Special:Upload&wpDestFile=Imag...
It contains now the keyword "Image:" which results in a wrong insert in the upload form (field "Destination filename:").
Raymond.
On 12/06/07, Raimond Spekking raimond.spekking@gmail.com wrote:
This commit has broken 3 parsertest: http://tools.wikimedia.de/~hashar/tinder/?offset=20&limit=20
The reason for this is that parser tests were being run assuming $wgEnableUploads = false; and of course, the change changes that. This was an unacceptable oversight and I apologise for not tweaking this; fixed that part in r22940.
It contains now the keyword "Image:" which results in a wrong insert in the upload form (field "Destination filename:").
Regression fixed in r22939.
Rob Church
wikitech-l@lists.wikimedia.org