Skip to content

Category Archives: FCKeditor

FCKeditor 0.3.2 Released

This release tidies up some of the things I thought I’d got right with the last one, doh. However, it turns out I had overlooked the paths for the spell check and the resource manager. Both of these now dynamically configure so that you can place your install anywhere you fancy. Unfortunately there is a [...]

FCKeditor 0.3.1 Released

This release fixes an issue with the base path to the editor being hardcoded into the helper. The problem arose when hosting an app using named virtual hosts and aliases. e.g. hosting your app at www.mydomain.com/scotts/railsapp instead of www.mydomain.com/railsapp. This should now all work……..

FCKeditor 0.3.0 Released

There is a new version of the FCKeditor plugin up. This fixes a problem I found when running tests. The alias method in the init.rb file was being called for every test and causing an infinite recursion. The README has also been fixed to remove the various typos people have found (thanks for the feedback). [...]

FCKeditor Plugin 0.2.3 Released

This release is basically a bug fix. The only really change is to apply the patch kindly provided by Nicola Piccinini which sorts out an issue with file upload from inside the resource manager. There are a couple of other changes to do with the install and version numbers, but that is all internal to [...]

FCKeditor Plugin 0.2.2 Released

There is a new version of the FCKeditor Rails plugin available details of how to get it and a demo are here. This version fixes a problem with having multiple editors open at once on the same page and also adds a helper to allow multiple editors on the same Ajax form. This also now [...]

FCKeditor Plugin 0.2.1 Released

I’ve just released the next version of the FCKeditor plugin. The main change in this version is the addition of the spell check functionality using ASpell. A big thank you to Ken Pratt for providing the patch for that and at the same time providing a solution (I hope) to the routing issues that some [...]

FCKeditor Plugin 0.1.5 Released

Ok, I admit I overreacted slightly to the Rails bug and have now realised I was talking rubbish. So here is a release that works with 1.1.6 and plays well with everybody. It also updates the install code and moves the fckcustom.js config file out of the base fckeditor install directory. This means that you [...]

FCKeditor Plugin v0.1.4 Released

This release fixes the plugin for Rails 1.1.6. The fix is has been applied by overriding the new version of “safe_load_paths” in “routing.rb”. However, I am not really happy with the current fix as it won’t play well with other plugins doing the same or with Engines. I think the answer is to convert this [...]

FCKeditor Plugin v0.1.3 Released

This fixes a couple of bugs and upgrades to version 2.3.1 of FCKeditor. The are a couple of changes to the way things work: 1) No controller, helper or view copied to the Rails app directory (you need to delete these if upgrading) 2) The editor files can now be included using <%= javascript_include_tag :fckeditor [...]

FCKEditor Plugin v0.1.2 Released on RubyForge

I have set up a project for the FCKeditor plugin on RubyForge. Now, you can just install it using: ruby script/plugin install svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor This will take care of the install process meaning you can just include the editor in your views using the helpers described in my previous post. These helpers also now include :height [...]