﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1181	Fix inaccurate integration documentation for MedaiWiki	thatbrock		"Following the integration instructions to-the-letter generates problems on both windows and linux installations. In particular, as with ticket 1057, problems arise with the  includes/SpecialPreferences.php hack which can lead to undeclared static property errors.

There are also problems with case sensitivity in the instructions. For example, the instructions specify to add the following to LocalSettings.php:

require_once $IP . ""/extensions/FCKeditor/FCKeditor.php"";

However, the filenames in the Linux distribution are all in Lowercase. This may be implicated in the SpecialPreferences.php hack which contains the following instruction:

 $this->getToggles( FCKeditor::$nsToggles ) . '</fieldset>'

These errors prevent new installations going smoothly."	Task	closed	Normal		Project : MediaWiki+FCKeditor	FCKeditor 2.4.3	invalid		
