Hello guys,
Our official developer for ColdFusion, Hendrik Kramer, has left the project.
Im know looking for a experienced developer that is interested in seriously participate in the FCKeditor project. There is not so much to do, usually. The main related activities to maintain are:
- The integration files (fckeditor.cfm and fckeditot.cfc) alias creator.
- The File Manager Connector
- The File Uploader
- Samples
Most of the above is already developed and ready, apart the Uploader. So, there should be an initial check of the actual code and the implementation of the Uploader. I can imagine that everything is ready in a weekend.
Than it is just a matter of maintain that files and correct eventual bugs.
It is not a huge task, but it is very important for the ColdFusion community, so it must be taken seriously.
If interested, just contact me.
Thanks in advance. Best regards,
FredCK
Our official developer for ColdFusion, Hendrik Kramer, has left the project.
Im know looking for a experienced developer that is interested in seriously participate in the FCKeditor project. There is not so much to do, usually. The main related activities to maintain are:
- The integration files (fckeditor.cfm and fckeditot.cfc) alias creator.
- The File Manager Connector
- The File Uploader
- Samples
Most of the above is already developed and ready, apart the Uploader. So, there should be an initial check of the actual code and the implementation of the Uploader. I can imagine that everything is ready in a weekend.
Than it is just a matter of maintain that files and correct eventual bugs.
It is not a huge task, but it is very important for the ColdFusion community, so it must be taken seriously.
If interested, just contact me.
Thanks in advance. Best regards,
FredCK

RE: PARTICIPATE: ColdFusion developer wanted!
RE: PARTICIPATE: ColdFusion developer wanted!
-Rob
RE: PARTICIPATE: ColdFusion developer wanted!
Regards,
-Rob
RE: PARTICIPATE: ColdFusion developer wanted!
http://sourceforge.net/users/didgiman/
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: PARTICIPATE: ColdFusion developer wanted!
As you said, I'm very excited about participating in this project, and I will do my best to provide the community with high quality support.
Once I have worked my way through all the code, to really get into it, I will first be developing the file uploader for ColdFusion, since that seems to be a much requested feature.
After that, I will update the Wiki, so that it provides a clear checklist of all steps required to get FCKeditor working with ColdFusion.
I will post my progress to the forum.
Best regards,
Wim.
RE: PARTICIPATE: ColdFusion developer wanted!
Thanks very much, Wim! I've been praying for docs on the new CF connector. My chief need is to be able to move the editor to a location other than the web root, and also be able to specify whatever folder I please for the upload location (That is sort of done now with the ability to specify the /userfiles/ folder in the connector's config file... I can jerry-rig the rest by removing the hard-coded subfolder names and applying a cfset to the url.type variable).
I realize that Frederico has imposed a requirement that the file system works as it does, and of course you have to stick to that, but please try and make it so it can be tweaked. In an ideal world you'd document the tweaking part too. The way my CMS product works, each content page has its own upload folder so I need to be able to feed in the folder location (I use a session variable).
Thanks again! If I can help let me know.
RE: PARTICIPATE: ColdFusion developer wanted!
http://fckeditor.wikiwikiweb.de/Develop ... ColdFusion
RE: PARTICIPATE: ColdFusion developer wanted!
I'm liking the new layout of SourceForge as well!
Evolution ROCKS!
Woohoo to all. Props * 10
:XD
RE: PARTICIPATE: ColdFusion developer wanted!
I keep getting "XML request error: Not found (404)" when I try and browse the folder.
Thoughts?
Dick
RE: PARTICIPATE: ColdFusion developer wanted!
For the filebrowser, I'm sure it works in CF6 & CF7.
For the dialog, it's not implemented in the current version (2.1.1).
If you use the fileupload in the dialog, it's using the asp version by default, so if your server doesn't support asp it won't work.
RE: PARTICIPATE: ColdFusion developer wanted!
In the "Image Info" tab, when I click the "Browse Server" button a window opens but the error dialogue "XML request error: Not found (404)" is displayed. Also if I try to upload a file from this window nothing happens.
The same window/error is displayed when try the "Browse Server" button in the "Link" tab.
The "Send it to the Server" button works in the "Upload" tab only if I enable ASP, which you said in your reply but isn't documented I think.
So, I can upload an image via the "Upload" tab but I can't upload or select an image via the "Image Info" tab.
Hopefully that has given you an idea of my prob and will help you to advise me of the config required at my end.
TIA.
Dick
RE: PARTICIPATE: ColdFusion developer wanted!
I think you have your settings wrong. Not found (404) means actually exactly what it says: the file cannot be found.
I suggest you check your settings again.
RE: PARTICIPATE: ColdFusion developer wanted!
RE: PARTICIPATE: ColdFusion developer wanted!
RE: PARTICIPATE: ColdFusion developer wanted!
http://fckeditor.wikiwikiweb.de/Develop ... ColdFusion
RE: PARTICIPATE: ColdFusion developer wanted!
Since your main folder is FCKeditor_2.0, it seems to me that you are using version 2.0 of the editor.
The steps I wrote are for version 2.1.1 and up, so I suggest you upgrade.
Also, you shouldn't use any dots (.) in your folder names, as it screws up the location for the cfc. Use underscores instead.
Let me know if you have any more problems after upgrading.
RE: PARTICIPATE: ColdFusion developer wanted!
http://sourceforge.net/forum/forum.php? ... _id=379487
RE: PARTICIPATE: ColdFusion developer wanted!
RE: PARTICIPATE: ColdFusion developer wanted!
http://www.houseoffusion.com/cf_lists/m ... 338#224577