﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2266	FCKeditor extension for MediaWiki doesn't follow MW's coding conventions	Jack Phoenix		"FCKeditor extension for MediaWiki doesn't seem to be following MediaWiki's coding conventions as described in http://www.mediawiki.org/wiki/Manual:Coding_conventions.

For example, FCKeditorEditPage.body.php had this in two separate lines:

class FCKeditorEditPage extends EditPage[[BR]]
{

when it should've been just one line as per MW's coding conventions:

class FCKeditorEditPage extends EditPage {

The extension credits ($wgExtensionCredits) in FCKeditor.php seem to be out-of-date and using ""double quoting"" (i.e. ""name"" => ""FCKeditor"", and so on) when 'single quoting' would be OK. I've created a patch against the current SVN version to fix these minor issues, let's see if I can attach it here... ;-)
"	Task	closed	Low		Project : MediaWiki+FCKeditor	SVN (FCKeditor) - Retired	fixed	Confirmed HasPatch	
