Opened 17 years ago

Closed 17 years ago

#187 closed Bug (fixed)

fckeditor.cfc doesn't set imageUpload variables

Reported by: rickroot@… Owned by:
Priority: Normal Milestone: FCKeditor 2.4.3
Component: Server : ColdFusion Version: FCKeditor 2.3.2
Keywords: SF Cc:

Description

The fckeditor.cfc implementation seems to be missing the following line of code, which I inserted at line 199 of version 2.3.2:

lConfigKeys = lConfigKeys &
",ImageUpload,ImageUploadURL,ImageUploadWindowWidth,ImageUploadWindowHeight
,ImageUploadAllowedExtensions,ImageUploadDeniedExtensions";

Without this line, I'm unable to customize the quick upload features within FCKeditor.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1590851&group_id=75348&atid=543653

Change History (4)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Reporter: changed from Frederico Caldeira Knabben to rickroot@…

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.4.3

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

We need to check all missing configs when implementing it.

comment:4 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: newclosed

Fixed with [346]

List of configuration options that I've added:

DisableEnterKeyHandler
ToolbarComboPreviewCSS
AllowQueryStringDebug
PreloadImages
ProcessNumericEntities
AdditionalNumericEntities
ForceStrongEm
AutoDetectPasteFromWord
SourcePopup
IgnoreEmptyParagraphValue
PreserveSessionOnFileBrowser
FloatingPanelsZIndex
TemplateReplaceAll
TemplateReplaceCheckbox
ToolbarLocation
EnterMode
ShiftEnterMode
Keystrokes
BrowserContextMenuOnCtrl
TemplatesXmlPath
SpellerPagesServerScript
FirefoxSpellChecker
DisableObjectResizing
DisableFFTableHandles
LinkDlgHideTarget	
LinkDlgHideAdvanced
ImageDlgHideLink	
ImageDlgHideAdvanced
FlashDlgHideAdvanced
ProtectedTags
BodyId
BodyClass
DefaultLinkTarget
CleanWordKeepsStructure
FlashBrowser
FlashBrowserURL
FlashBrowserWindowWidth 
FlashBrowserWindowHeight
ImageUpload
ImageUploadURL
ImageUploadAllowedExtensions
ImageUploadDeniedExtensions
FlashUpload
FlashUploadURL
FlashUploadAllowedExtensions
FlashUploadDeniedExtensions

And I've removed these ones

EnableXHTML
EnableSourceXHTML
UseBROnCarriageReturn
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy