BlogCFC Update

A small update, but with one important fix. Here are the changes:

  • /client/index.cfm: Two fixes to allow title to work right on single entry pages
  • /client/editor.cfm: fix with <more/> issue. You are no longer allowed to have <more/> in the beginning.
  • /org/camden/blog/blog.cfc: Two case issues with mysql
  • /client/stats.cfm: ditto above

Thanks to Steven Erat for pointing out some of those bugs, and helping me get my local CF server running again after I switched to JRun. (I must never do that again. -shudder-) Also thanks to Jacob Munson for a few finds as well.

As always, you can download BlogCFC from the project page. I did not update the version number. I'll probably wait until a new feature is added before changing the version.

Archived Comments

Comment 1 by Jacob Munson posted on 11/15/2005 at 3:41 AM

Thanks Ray.

Comment 2 by Brian Panulla posted on 11/15/2005 at 9:12 PM

Ray, you use Subversion, right? Is your repository accessible anonymously for this project? I've started making some modifications in the copy I'm using for my new blog, and it would be easier to integrate fixes if I could just update my copy instead of manually merging it.

Comment 3 by Raymond Camden posted on 11/15/2005 at 9:50 PM

I use Subversion, but on my own box, not open to the world.

Comment 4 by JoshRodgers posted on 11/15/2005 at 10:09 PM

Getting an 404 error when i click the title of the Blog link. Did I do something wrong? How can i fix this?

404

/blog/index.cfm/2005/11/14/testing

java.io.FileNotFoundException: /blog/index.cfm/2005/11/14/testing
at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:259)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThrea...(WorkerThread.java:66)