BlogCFC Update
I blogged about this on my main blog (see here), but I wanted to make sure folks new to update to the latest BlogCFC as soon as possible. Security firm ProCheckup found some XSS issues and I've corrected them.
I blogged about this on my main blog (see here), but I wanted to make sure folks new to update to the latest BlogCFC as soon as possible. Security firm ProCheckup found some XSS issues and I've corrected them.
Just a quickie - I've created the Google Group: http://groups.google.com/group/blogcfc. I've turned on moderation for new members.
p.s. I "discovered" custom fields in WordPress last week. I'm sooooo adding that to BlogCFC.
BlogCFC 5.9.6 was just released to RIAForge. This is a pretty important update. I encourage everyone to upgrade. Changes include:
I don't get quite a lot of support requests for BlogCFC (everyone is leaving for Mango ;) but I was thinking it may make sense to shut down the old forums and switch to Google Groups. That's something that I think could be easier for folks to use.
Thoughts?
Would anyone actually join up even if just to help others?
Would it help foster discussion on updates, changes?
Just released a very small update that corrects some installer issues. Thanks go to Ken Gladden for the find. Current users can probably just ignore this update.
Today's update contains two small changes. First, I removed the need to actually type anything in the search box. A user was trying to use the search page to browse categories and kept getting bounced to the home page when he didn't enter anything. It seemed like a fair change to make, so that's done.
Second, a fix to tweetbacks was put it. Thanks to Shaun for the fix.
The latest version of BlogCFC has been released. This includes a few small fixes here and there, including an important ScopeCache one by Brian Kotek, and the shiny new installer. Download and test please! (FYI, I forgot to update the notification service. Going to do so right now.)
Ok, so the title is a bit misleading. I'm not releasing an installer today in any formal sense, but I do have the bits ready for testing. The installer handles prompting for a DSN, running import scripts (MySQL and SQL Server only, and be warned - this drops tables), and asking for basic settings to help get you started. It also auto-kills itself so it can't be run again. Some screen shots (sorry for how small they are):



Before testing, add the following line (to a virgin BlogCFC install) to your blog.ini.cfm file:
installed=no
Enjoy!
I just released a minor update to BlogCFC. This includes fixes by Gary Funk, minor tweaks here and there, and an updated SweetTweets/ColdFish plugin.
I've decided to stop griping and finally add a rich text editor to BlogCFC (as an option of course). I'm looking into TinyMCE first with possible support for CKEditor as well. Some things have cropped up though that worry me.
First off - it is a bit difficult to get tinymce to ignore certain elements, like the more tag. I could simply add a new form field to the editor that would be used for all the text you would normally place before the more - I could name this the excerpt which is really what it is.
Code blocks are more worrisome though. I've looked at a Mango plugin for it, and while it isn't quite working for me, I assume I'll get it there eventually, but it begs the question:
If code blocks just don't work well in tinyMCE, would folks be ok with not being able to use tinyMCE? I figure it would still be a useful feature for BlogCFC users of a non-technical nature. They can use all the pretty buttons, make nice blog entries, etc. Those of us who normally need code blocks can handle HTML ourselves typically.
Thoughts?