﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1296	MediaWiki+FCKeditor : shared images not working	cvh		"I use 3 wiki for multilingual purposes: 1 french, 1 dutch and 1 global that is configured shared upload of images

The code for the images of the existing images is transformed when i preview or clik on the wikitext button

Steps to reproduce:
open a page in the wiki: the image are correctly shown
click on edit: i still see the images
click on the wikitext button to see the ""source"" code: 
  the link for the first image was :
   [[Image:|Image:But_harm_afwezig.png]]
and it becomes: [[/mediawiki/fr/index.php/Image:But_harm_afwezig.png|[[Image:|Image:But_harm_afwezig.png]]]]

Moreover when i try to place a new image, the dialog box does'nt let me access tio the shared folder of images but still in the local images

parameters in LocalSettings.php:
$wgUploadNavigationUrl=""http://localhost/mediawiki/index.php/Special:Upload"";
##to use pool's wiki file in language wiki
	$wgUseSharedUploads = true;
	$wgSharedUploadPath = 'http://localhost/mediawiki/images';
	$wgSharedUploadDirectory= 'C:\\WWWroot\mediawiki\\images\\';
	$wgHashedSharedUploadDirectory = true;"	Bug	closed	Must have (possibly next milestone)		Project : MediaWiki+FCKeditor	FCKeditor 2.5.1	worksforme	shared tables interwiki	admin@…
