BlogCFC 5.9.5.004
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 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?
Folks, please read, and comment, on this entry from Adam:
I'm very interested in what people think. I'm a huge fan of the concept, but, if they are dead, then I'll remove it from the product.
Please post your comments on his blog, not here.
Welcome to the first update to BlogCFC in 2010. Version 5.9.5.003 (available here) includes some important updates:
Enjoy, and I hope 2010 brings many new improvements and features to BlogCFC!
Recently I made quite a few changes to the "Blog Entry" editor screen. I think I went a bit too far. I lost the Upload/Insert image functionality and I've got a bug report on IE. Also, for large entries, the text box tends to grow way too big.
So - folks - those of you running the very latest - can you give me some feedback? Do you agree? I think I may just remove the auto-grow textbox, restore the links, and see how that rolls.
This is a pretty big update - but it focuses mainly on the Admin area. You can see a nice video over at my blog and download the bits from RIAForge.org.
Read the readme.txt for details, but here are the high level changes:
Removed Spry and Tabber. jQuery+jQuery UI used.
Body text area auto grows as you type.
Related Entries improved to support blogs with lots of entries.
Admin now checks for a new version. Helps you detect if your blog is out of date.
If you go to the next page on the blog, you now have a previous entries link to go backwards.
SweetTweets/ColdFish updated to latest version.
I just pushed up a minor update to 5.9.4. Release notes are below.
/org/camden/blog/blog.cfc - Fix to rss code to not output image stuff if the itunesimage value not specified
/org/camden/blog/blog.cfc - case sensitivity issue for mysql fixed
/client/stats.cfm - Added numerFormat around most stats. Makes the #s a bit nicer.
/client/admin/settings.cfm - Support setting Use cfFormProtect (thanks Todd Sharp!)
Upcoming changes:
My next update will be to add metadata keyword/description support for the blog entry/blog category level. The flow will be: If keyword/desc defined for entry, use it. Else check category. Finally use the default settings.
Title says it all - I decided to not wait for the Analytics stuff and just go ahead and get 5.9.4 out the door. Enjoy.
Thanks to those who tested my 5.9.4 updates. I believe the security stuff is good to go. Since that release though, I've found a few minor things here and there. I've made some improvements as well (search now paginates). Todd Sharp is also working on some small changes as well.
So.... I'm going to delay releasing 5.9.4 until Todd's done, and I get back from vacation. I'd estimate it will ship around mid-August, right before CFUNITED.
Obviously if these new features turn you on - just get from SVN. My blog is running it now.
Folks, can you please test a bug for me?
Write a blog entry (and you won't need to publish this, just preview it) and ensure it has a few paragraphs.
Hit preview - ensure it looks ok.
Click return, and around one of the paragraphs, wrap it with paragraph tags. Ie, like you forgot BlogCFC would do that for you.
Hit preview again.
Do the blocks of text now all wrap together?