Posted in ColdFusion | Posted on 04-28-2008 | 3,860 views
Just a quick note to let folks I released a small update to LighthousePro, my ColdFusion-based issue tracker. The updates include:
- I finally got off my lazy rear and changed Loci/Locus to Areas/Area. I don't know why I took so long since no one knew what Loci meant.
- In Application.cfc, I added code to check for the attachments folder and create it if it doesn't exist.
- Fixed some bugs in the main project view, and I now allow you to filter to a ID number. So if you have a lot of bugs and the client says, find bug 212, you can now type 212 and see the bug.


I poked around with firebug, and data IS getting passed to spry, but it simply won't display on the page. Any suggestions? Since this is spry, it seems like it shouldn't be a bd/CF problem at all :(
{"RECORDCOUNT":1,"COLUMNLIST":"description,id,issuetype,locusname,name,prettydate,prettyduedate,publicid
,severityname,severityrank,statusname,statusrank,username","data":{"description":["gf hh f hfhf h hf
fhh fh"],"id":["E92EFBA4-B76F-4B8E-B19396BEC049838D"],"issuetype":["Enhancement"],"locusname":["Administration"
],"name":["Test"],"prettydate":["6\/15\/08"],"prettyduedate":["8\/12\/08"],"publicid":[1],"severityname"
:["Low"],"severityrank":[1],"statusname":["Open"],"statusrank":[1],"username":["Produce Marketing Assn"
]}}
See anything interesting?