![]() |
Download NOW
Version: 1.1
Build Date: Apr 27 2009 |
Latest From The Blog
![]() |
Join The Talk
Discussion mailing list
|
Latest From The Talk List
![]() |
Read The Blog
Follow the official blog
|
Latest From the Wiki
![]() |
Contribute
To the official wiki
|
Issue Tracking
Feel free to review or add any new bugs, issues, or requests for enhancements to the Issue Tracker.
The Issue Tracker may be found here. To report a new issue please go here.
Issue 106 in openbluedragon: Feature Request: Administrator-restricted CFML definitions
Comment #1 on issue 106 by m...@mattwoodward.com: Feature Request: Administrator-restricted CFML definitions
[link] I may not quite be understanding what you're looking for here, but it seems like you'd be adding a ton of extra overhead to throw an error that will be
[link] I may not quite be understanding what you're looking for here, but it seems like you'd be adding a ton of extra overhead to throw an error that will be
Issue 123 in openbluedragon: Add IsInstanceOf Function (Enhancement)
Status: New Owner: ---- New issue 123 by m...@mattwoodward.com: Add IsInstanceOf Function (Enhancement)
[link] Would like to see the IsInstanceOf function added for testing to see if an instance of a CFC or Java object is an instance of a specific CFC or Java
[link] Would like to see the IsInstanceOf function added for testing to see if an instance of a CFC or Java object is an instance of a specific CFC or Java
Issue 122 in openbluedragon: cfforward and url scope
Status: New Owner: ---- New issue 122 by jbclot: cfforward and url scope
[link] page1.cfm : <cfforward page="page2.cfm" /> page2.cfm <cfdump var="#url#" /> If you call page1.cfm with a query string like this : page1.cfm?id=1&p=3 , results of cfdump for url scope in page2.cfm is :
[link] page1.cfm : <cfforward page="page2.cfm" /> page2.cfm <cfdump var="#url#" /> If you call page1.cfm with a query string like this : page1.cfm?id=1&p=3 , results of cfdump for url scope in page2.cfm is :
Issue 121 in openbluedragon: conversion error when "E-" present in string
Status: New Owner: ---- New issue 121 by hfelici: conversion error when "E-" present in string
[link] this code <cfoutput>#"5125856E-" is 'abc'#</cfoutput> is making BlueDragon Internal Server Error Open BlueDragon Product Version 1.1 Operating System Linux i386 (2.6.24-24-server)
[link] this code <cfoutput>#"5125856E-" is 'abc'#</cfoutput> is making BlueDragon Internal Server Error Open BlueDragon Product Version 1.1 Operating System Linux i386 (2.6.24-24-server)
Issue 120 in openbluedragon: Progress Bar for CFFILE Upload and Download Actions
Status: New Owner: ---- New issue 120 by tanner.bachman: Progress Bar for CFFILE Upload and Download Actions
[link] I've read many posts on the ability (or lack thereof) to build a progress bar for file uploads/downloads using CF. I think it would be an awesome
[link] I've read many posts on the ability (or lack thereof) to build a progress bar for file uploads/downloads using CF. I think it would be an awesome
Issue 118 in openbluedragon: Specifying a method argument overrides a component variable with the same name.
Status: New Owner: ---- New issue 118 by mscherzer: Specifying a method argument overrides a component variable with the same name.
[link] Within a component I often declare a variable that is private to the component. I do this by defining the variable outside of any methods at the
[link] Within a component I often declare a variable that is private to the component. I do this by defining the variable outside of any methods at the
Issue 117 in openbluedragon: Any plans for a cfpdf tag
Status: New Owner: ---- New issue 117 by sendmothersdayflowers: Any plans for a cfpdf tag
[link] Are there any plans to create a cfpdf tag that can merge two or more files into one? This would be a great tag to work along with and automate the cfdocument
[link] Are there any plans to create a cfpdf tag that can merge two or more files into one? This would be a great tag to work along with and automate the cfdocument
Issue 116 in openbluedragon: Add ListTrim() function (Enhancement)
Status: New Owner: ---- New issue 116 by maestrofjp: Add ListTrim() function (Enhancement)
[link] I would like to see ListTrim() added as a function. This would work by running Trim() around each list element. So this list: variables.list = "apples, oranges, pears, bears, oh, my"
[link] I would like to see ListTrim() added as a function. This would work by running Trim() around each list element. So this list: variables.list = "apples, oranges, pears, bears, oh, my"
Issue 114 in openbluedragon: CFDOCUMENT drops html entities from PDF
Status: Fixed Comment #1 on issue 114 by andywu22: CFDOCUMENT drops html entities from PDF
[link] (No comment was entered for this change.)
[link] (No comment was entered for this change.)
Issue 114 in openbluedragon: CFDOCUMENT drops html entities from PDF
Status: Accepted Owner: andywu22 New issue 114 by andywu22: CFDOCUMENT drops html entities from PDF
[link] In this example, the entities in the generated PDF are missing <cfdocument format="PDF"> <p>Here's some stuff with space in between followed
[link] In this example, the entities in the generated PDF are missing <cfdocument format="PDF"> <p>Here's some stuff with space in between followed
Issue 113 in openbluedragon: SerializeJSON() handling of nulls
Status: Fixed Comment #1 on issue 113 by andywu22: SerializeJSON() handling of nulls
[link] (No comment was entered for this change.)
[link] (No comment was entered for this change.)
Issue 113 in openbluedragon: SerializeJSON() handling of nulls
Status: Accepted Owner: andywu22 New issue 113 by andywu22: SerializeJSON() handling of nulls
[link] OpenBD incorrectly serializes null from a database query. In the following example, the output is expected to be an empty string ("") but instead it is blank
[link] OpenBD incorrectly serializes null from a database query. In the following example, the output is expected to be an empty string ("") but instead it is blank
Issue 112 in openbluedragon: Can not load swfobject-2.1.js file when using cfvideoplayer tag.
Status: New Owner: ---- New issue 112 by nooreejang: Can not load swfobject-2.1.js file when using cfvideoplayer tag.
[link] What steps will reproduce the problem? 1. Deploy openbd.war(v1.1) on tomcat 6.X linux system. 2. OpenBD cfvideoplayer demo page load.
[link] What steps will reproduce the problem? 1. Deploy openbd.war(v1.1) on tomcat 6.X linux system. 2. OpenBD cfvideoplayer demo page load.
Issue 111 in openbluedragon: cfdocument does not support utf-8
Status: Fixed Comment #2 on issue 111 by andywu22: cfdocument does not support utf-8
[link] I've updated the code to make the necessary calls so that utf-8 is rendered correctly when the chosen font supports it. Please grab the latest code from CVS or download tonight's nightly build to
[link] I've updated the code to make the necessary calls so that utf-8 is rendered correctly when the chosen font supports it. Please grab the latest code from CVS or download tonight's nightly build to
Issue 111 in openbluedragon: cfdocument does not support utf-8
Status: Accepted Comment #1 on issue 111 by andywu22: cfdocument does not support utf-8
[link] Looks like an issue that's ultimately down to fonts as I can create a document containing Arabic, Chinese and Russian with a few changes to the java code
[link] Looks like an issue that's ultimately down to fonts as I can create a document containing Arabic, Chinese and Russian with a few changes to the java code





