displaying top 100 results
Portal Topic Enhanced Support For New Operator
. Blog,Uncategorized,ColdFusion CFML new operator
Portal Topic Integer Division operator
aliaspooryorik Integer Division operator Using the Integer Division operator
The post Integer Division operator appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
Portal Topic New CFML Badges Website
Grae Desmond New CFML Badges Website Fun website to spruce up your readme,documentation files, etc.
The post New CFML Badges Website appeared first on ColdFusion. Announcement,Blog,News,announcement,blog,ColdFusion,news
: Jonathan Clausen
External Customer Email:
External Test Config: My Hardware and Environment details:
Server Details
Server Product ColdFusion 2016
Version 2016.0.02.299200
Edition Enterprise
Operating System Mac OS X
OS Version 10.11.5
Update Level /WEB-INF/cfusion/lib/updates/chf20160002
Portal Topic More Modern CFML features
CFScript was implemented in CF 4.0 Tags seemed ok back then because pre CFC’s (CF Components) Used UDF’s and Custom Tags to reuse and separate code CF MX (6.0) brought about CFC’s so separation of code CFCs – you create methods, which are ColdFusion […] Blog,cfscript,closures,elvis operator,first class
Portal Topic Writing CFMs without Semicolons
-colons as statement separator, for […]
The post Writing CFMs without Semicolons appeared first on ColdFusion. Adobe ColdFusion,Adobe ColdFusion 2018,Blog,ColdFusion,CFML,coldfusion 2018,semicolon
Tracker Comment Comment on Use of implicit array syntax in conditional operator throws invalid CFML construct by Nimit S.
Comment on Use of implicit array syntax in conditional operator throws invalid CFML construct by Nimit S.
CFML tools related to this, as well as have another great training tool for new and experienced CFML Developers.
We have a github issue, that needs more THUMBS UP to get our language added. Please visit here and add your reaction to help the cause.
The post Help us get CFML / ColdFusion added to Code
Portal Topic ColdFusion documentation has a new home
documentation has a new home appeared first on ColdFusion. Blog,Documentation,application,CFML,cfml reference,ColdFusion,coldfusion application development guide,coldfusion documentation,coldfusion support hub,coldfusion user guide,development,documentation,guide,hub,reference,support,user
Portal Topic Pre and post increment / decrement operators
aliaspooryorik Pre and post increment / decrement operators The difference between the pre and post increment and decrement operators
The post Pre and post increment / decrement operators appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,2018,blog,modern cfml
Portal Topic On the new CF2018 “named parameters” feature
in ColdFusion 2018 called “named parameters”. What the point of this new feature? It’s that as of CF2018 you can now call CFML functions using named arguments, rather than the old positional ones that we’ve always had […]
The post On the new CF2018 “named parameters” feature appeared first on ColdFusion
Tracker Comment Comment on Use of implicit array syntax in conditional operator throws invalid CFML construct by External U.
Comment on Use of implicit array syntax in conditional operator throws invalid CFML construct by External U.
Tracker Issue Null coalescing operator not quite implemented correctly
Value ?: secondValue
The rule being that the result will be the firstValue if it is not null, otherwise it will be the second value. Simple. Both Railo and now ColdFusion have messed it up a bit though, confusing the concepts of "null" with "not defined".
This demonstrates the correct operation of the null
Tracker Issue Glitch in parsing of code using shorthand operator
2608683 CF-4023966 Language Adam Cameron Glitch in parsing of code using shorthand operator Full analysis: http://blog.adamcameron.me/2015/07/coldfusion-cfml-weird-shorthand.html
TL;DR:
Repro:
a = 17;
b = 19;
c = 23;
a += (b += c);
writeDump(variables);
Actual:
Invalid CFML construct found
Charlie Arehart What was new in CF10, 11, or 2016 that you may have missed? Wondering what was new or changed in CF 10, 11, or 2016 that you may have missed?
The post What was new in CF10, 11, or 2016 that you may have missed? appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,11,2016,blog
(2) Chose BLANK under System Templates (3) Set Type to NONE (4) Clicked Next (5) Set Project Name: Learn_CF_In_a_week (6) Unchecked Use Default Location (7) Set Project Location to C:ColdFusionBuilder2018ColdFusioncfusionwwwrootlearncfinaweekwww (8) Set CFML Dictionary Version to ColdFusion 2018 (9
Tracker Comment Comment on Elvis Operator incorrectly treating false values as undefined by Bryan H.
and that the Elvis operator, as defined in ColdFusion, IS NOT a binary equivalent of the (?:) ternary operator, but is a null coalescing operator and their desire for a binary if-else operator is a new feature request. (Are they, the proponents of CF-4028653, even satisfied with your solution?) OR, you can limp
Hidden Gems in CF2018, part 4 – Dev features: CFML REPL, CFFiddle, and REST Playground appeared first on ColdFusion. Blog,CF2018 Updates,ColdFusion 2018,blog,cf2018 updates,ColdFusion,coldfusion 2018
Tracker Comment Comment on Elvis Operator incorrectly treating false values as undefined by Bryan H.
3211778 CF-4198933 Bryan H. WOW! OK... This is great... you guys have really confused the issue here... The functionality of the Elvis operator, as defined for ColdFusion (and still stated in your docs) at https://helpx.adobe.com/coldfusion/developing-applications/the-cfml-programming-language/elements-of-cfml/elvis-operator
tool in my development toolbox. appeared first on ColdFusion. Blog,ColdFusion,Modern CFML,blog,modern cfml
2682689 CFB-3755724 General - IDE CaseyDougall ColdFusion Builder 3 - File Associations not picking up a new extension as CFM. Duplicate ID: 3713334 ColdFusion Builder
Problem Description: you cannot associate additional file extensions to the CFML handler.
The file has been added in File
GavinPickin 30+ ForgeBox Packages of the Week from 2019 Modernize or Die® CFML News Podcast ForgeBox is the NPM of the ColdFusion world, and with CommandBox, CFML's CLI, you can easily add new functionality to your project with a simple `box install packageName`. We decided to dedicate a portion
, remind you about last weeks CBInertia webinar and Gavin’s live coding challge on CodeWars, They […]
The post Modernize or Die® Podcast – CFML News for February 4th, 2020 – Episode 39 appeared first on ColdFusion. Blog,ColdFusion Summit Podcast,Podcast,blog,ColdFusion,coldfusion summit podcast,podcast
the upcoming webinars, from Adobe, FusionReactor and Ortus Solutions. They remind you to […]
The post Modernize or Die® – CFML News for March 10th, 2020 – Episode 44 appeared first on ColdFusion. Announcements,Blog,News,announcements,blog,ColdFusion,news
on CFCasts Content Updates. They discuss the next 2 Into the […]
The post Modernize or Die® – CFML News for September 8th, 2020 – Episode 69 appeared first on ColdFusion. Announcements,Blog,News,announcements,blog,ColdFusion,news
Tracker Comment Comment on ColdFusion Builder 3 - File Associations not picking up a new extension as CFM. by External U.
Comment on ColdFusion Builder 3 - File Associations not picking up a new extension as CFM. by External U.
plan for a new Live Coding Series. They […]
The post Modernize or Die® Podcast – CFML News for January 7th, 2020 – Episode 35 appeared first on ColdFusion. Blog,CF Alive Podcast,Podcast,blog,cf alive podcast,CFML,ColdFusion,podcast
on CF Summit East 2020 and the Post Conference CF Specialist Certification Workshop and Ortus […]
The post Modernize or Die® Podcast – CFML News for February 11th, 2020 – Episode 40 appeared first on ColdFusion. Blog,CF Alive Podcast,Podcast,blog,cf alive podcast,ColdFusion,podcast
a few updates in ColdBox 6 that will be available […]
The post Modernize or Die® – CFML News for March 31st, 2020 – Episode 47 appeared first on ColdFusion. Announcements,Blog,News,announcements,blog,ColdFusion,news
Comment on Allow cfproperty default to be a CFML expression by Thomas H.
Portal Topic ColdFusion SFTP and FTPS Secure Connection Failure
Connection Failure appeared first on ColdFusion. Blog,cfftp,CFML Tag/Function,cfml tag/function,ColdFusion,ftp,JSCH,sftp
’s plan for a new Live Coding Series this Wednesday. They […]
The post Modernize or Die® Podcast – CFML News for January 14th, 2020 – Episode 36 appeared first on ColdFusion. Blog,CF Alive Podcast,Podcast,blog,cf alive podcast,CFML,coldbox,coldfusion_conference;,commandbox,podcast
Bug 80233:Summary: Revise/Update Adobe ColdFusion Coding Guidelineshttp://livedocs
Tracker Comment Comment on New function request: valueArray() to complement valueList() by External U.
operation which needs to change the array.
It's just a piss-poor way of dealing with the issue, when it'd be easy enough to do it properly. Don't encourage the ColdFusion Team to do subpar work. They don't need that sort of encouragement.
Do it properly, or don't do it at all.
Portal Topic CFSnippets.com website now online
Grae Desmond CFSnippets.com website now online New CFML website out there for developers of all ages.
The post CFSnippets.com website now online appeared first on ColdFusion. Blog,Learning,blog,ColdFusion,learning
Portal Topic Error handling
.
The post Error handling appeared first on ColdFusion. cffunction,CFML Tag/Function,Question,cfml tag/function,ColdFusion,question
Portal Comment Comment on Modernize or Die® Podcast – CFML News for January 7th, 2020 – Episode 35 by GavinPickin
GavinPickin I am sorry that you did not enjoy the podcast BKBK. I know you and Brad have had disagreements in the past, and I'm sure that didn't help your appreciation of the podcast.
We spotlight and highlight each and every ColdFusion event that happens, whether its webinars, or conferences
Tracker Comment Comment on CF10 on Tomcat requires a new servlet mapping for friendly ses urls by Adobe D.
2614296 CF-3118499 Adobe D. This option is enabled by default in web.xml located in C:\ColdFusion10\cfusion\wwwroot\WEB-INF\ directory. In that file search for the pattern SES, The following is already present:
CfmServlet
*.cfml/*
CfmServlet
*.cfm
_SQL_NVARCHAR
- CF_SQL_LONGNVARCHAR
- CF_SQL_NCLOB
- CF_SQL_SQLXML
In the cfqueryparam doc, the above list should be documented in:
1) The History section
2) The CFSQLType attribute description
3) The table that "shows the mapping of ColdFusion SQL data types with JDBC SQL types and those of the listed database
++; // increment "i"
// is not the same as
i=i+1; // get "i", do a plus operation together with 1 and then assign the result to "i"
incrementing a value means not to create a new value in a other scope!
In Railo this was happening by accident, simply because it was the easiest way for the compiler to rewrite i
Tracker Issue cfclient strict comparison operators
2673492 CF-4126492 Mobile Support Dave Ferguson cfclient strict comparison operators Using strict comparison operators in javascript inside cfclient throws an error..
Any strict comparison operator causes error... "===", "!=="
Invalid CFML construct found on line 228 at column 45.
ColdFusion
Portal Topic Online ColdFusion Meetup Meeting Coming Up
Grae Desmond Online ColdFusion Meetup Meeting Coming Up Just got notification of a new Coldfusion Meetup meeting coming up December 14th at noon eastern. The topic is “Protect your CFML Apps with FuseGuard 3” and given by Pete Freitag. More details can be found here
hard to implement into Adobe ColdFusion and CFML. These newest advancements in our platform and language make me ask:. How can we keep up with all this tech change? Have you ever looked towards the future curious to what may be in store? Of […]
The post CF India Summit: Part Two- Keeping Up to Date
Portal Comment Comment on CF2018 new install, (64bit windows) Error: ODBC service not running or has not been installed by psussan1
++ runtime redistributable package as one post suggested but that did not help.
System Information
Server Details
Server Product
ColdFusion
Version
2018,0,02,313961
Edition
Enterprise Trial
Operating System
Windows Server 2008 R2
OS Version
6.1
Adobe Driver Version
5
is ColdFusion Even More Alive This Year appeared first on ColdFusion. ColdFusion,Modern CFML,Question,modern cfml,question,survey
scalable, high-performing web applications in CFML. Now in ColdFusion, we’ve added an all-new Performance Monitoring Toolset, a standalone server with low overhead to control and optimize applications and a new auto lockdown installer to help increase security in the Production Server. In addition, web
Tracker Comment Comment on Little to no documentation on interoperability of ColdFusion with servlets, and the little there is, is wrong by Saurav G.
2610354 CF-3707543 Saurav G. I've added a new section, Running Servlets in ColdFusion. The link to access the document is https://helpx.stage.adobe.com/coldfusion/developing-applications/using-web-elements-and-external-objects/integrating-jee-and-java-elements-in-cfml
Portal Topic State-of-the-Art Tools That Keep ColdFusion Alive
Michaela Light State-of-the-Art Tools That Keep ColdFusion Alive Am I the only one who gets excited when sitting down to hash out some new CFML code? You know. one of the best parts about using ColdFusion (or Lucee for that matter) is the ease of use. CFML is a language that is capable of many
Portal Topic Code Profiler in Performance Monitoring Toolset
to see how much time a line of code took and the exact flow of code. To profile a CFML template, Step 1: Choose a server Profiling can only be done on a single ColdFusion node at a time. Select the global […]
The post Code Profiler in Performance Monitoring Toolset appeared first on ColdFusion. Blog
Tracker Comment Comment on Local scope is broken outside of CFCs by External U.
2613344 CF-3332168 External U. It works as expected on my development box
Server Product ColdFusion
Version ColdFusion 10,282462
Update Level 02
Tomcat Version 7.0.23.0
Edition Developer
Serial Number Developer
Operating System Windows 7
OS Version 6.1
Update Level /C:/ColdFusion
George Pickin 3 ways to test your ColdFusion API – Presented at CF Summit 2017 CF Summit 2017 was a lot of fun, lots of new faces, and good to meet friends, old and new alike. I really enjoyed the ColdBox 2 day training, RESTFul Training Bootcamp. I also enjoyed, Pete Freitag’s Hands On CFML
Tracker Issue CFPDF - creating Portfolio packages
: SubType is required when creating newInstance of PDFCollectionField.
The error occurred in C:/ColdFusion2016/cfusion/wwwroot/support/newissue.cfm: line 58
Called from C:/ColdFusion2016/cfusion/wwwroot/support/Application.cfc: line 177
Called from C:/ColdFusion2016/cfusion
Tracker Issue Another suggested tweak to CFScript: thread
to become more OO than it currently is: "Improving ColdFusion CFML's OO-ness", hence being OK with the OO-style syntax here. This is the direction CFML needs to move (and is moving... more on that in a follow-up article...), but if we had to stay all procedural about things, all the above could be dealt
) XmlKeyArray( XmlNodeList xml ) Async Functions RunAsync() RunAsync(UDFMethod method) RunAsync(UDFMethod method, long […]
The post Member Functions introduced in ColdFusion (2018 release) appeared first on ColdFusion. Blog,CF2018 Updates,ColdFusion 2018,2018,BIF,blog,cf2018 updates,CFML
Comment on Oracle Java support for Adobe ColdFusion by Miguel Fernandez
Portal Comment Comment on ColdFusion Needs to Die by BKBK
, and backward compatible with CFML. Perhaps, spin off the forthcoming cfscript 2.0 into its own product!
Something needs to change. The biggest reason ColdFusion is considered a dying language is because of its reputation as a dying language! Perhaps we, as a community, need to let the ColdFusion
Tracker Comment Comment on Improve CFML's OO-ness by External U.
2612086 CF-3559652 External U. +1 this would make my day-to-day work easier. I think it would also help new developers coming over from other OO languages find ColdFusion a bit easier to understand, as they will likely expect BIFs to be OO.
Portal Comment Comment on 25 Years of Adobe ColdFusion by JS_Webtrax
ColdFusion was, to slowly die.
I would really like to stay with ColdFusion and try out all the improvements and new features, but the reality seems to be that the jobs available are for the ColdFusion Nursing Home. I keep hearing about companies that want someone that knows ColdFusion so that they can
Bug 85996:-(Watson Migration Closure)ColdFusion start problem on Windows System which has Turkish localeWhen we install any version of ColdFusion since CFMX with JRun backend (both standalone and multi server), if the operating system is
Tracker Issue make queries implement an array interface
.clear(): does the query equivalent of TRUNCATE TABLE in SQL.
Query.deleteAt(): removes row(s?) from the query.
Query.insertAt(): sticks 'em back in again. These two operations are possible with QoQ, but not pretty.
Query.each(): essential. I can't believe ColdFusion does not have this yet (Lucee does).
Query
Comment on The Delicate Balancing Act between the number of ColdFusion Jobs and the number of ColdFusion Developers by daniel fredericks
to Reproduce: Operating System: 32-bit Windows 7.
(1) Save the following code as the file C:\ColdFusionRaijin\cfusion\wwwroot\pdf_new_cf12_features\pdf_metadata_export_via_cli.cfm:
(2) Save the attached PDF file as C:\ColdFusionRaijin\cfusion\wwwroot\pdf_new_cf12_features\testFile.pdf.
(3) Run
Portal Comment Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by John Egbert
Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by John Egbert
Portal Comment Comment on Error after accessing ColdFusion Administrator using connector port by roland.collins
Comment on Error after accessing ColdFusion Administrator using connector port by roland.collins
Portal Topic Query component bug returns extra column
SetCell(unsorted,"col2","col2 #a#"); QuerySetCell(unsorted,"col3","#a#"); […]
The post Query component bug returns extra column appeared first on ColdFusion. cfquery,Discussion,Language,bug,cfml tag/function,ColdFusion,language,major,major bug,of,queries,query,query of queries
Portal Comment Comment on The Delicate Balancing Act between the number of ColdFusion Jobs and the number of ColdFusion Developers by Charlie Arehart
Comment on The Delicate Balancing Act between the number of ColdFusion Jobs and the number of ColdFusion Developers by Charlie Arehart
Portal Topic Taffy for REST – Part 7: Login
://stackoverflow.com/questions/53404670/passing-data-to-a-member-functions-that-uses-a-function/53405539 https://github.com/jmohler1970/Taffy_withUI
The post Taffy for REST – Part 7: Login appeared first on ColdFusion. Blog,ColdFusion,Training,blog,closures,Code,programming,rest,training
Test Config: My Hardware and Environment details:
Server Product ColdFusion
Version ColdFusion 10,282462
Edition Developer
Operating System Windows 7
OS Version 6.1
Update Level /C:/ColdFusion10/cfusion/lib/updates/chf10000002.jar
Adobe Driver Version 4.1 (Build 0001
Tracker Comment Comment on [ANeff] Bug for: requisite queryGetResult() not implemented when query.getResult() was added by External U.
://helpx.adobe.com/coldfusion/developing-applications/building-blocks-of-coldfusion-applications/using-the-member-functions.html. The "QueryGetResult" should be "*QueryGetResult". It is missing the asterisk (*) to indicate it is "New in Adobe ColdFusion (2016 release)"
Thanks!,
-Aaron
Tracker Issue event gateway services won't start/stop from cfadmin.
is to simply add "Requires service restart" to that menu.
Steps to Reproduce:
=================================================================
on a new server install, turn on the "Enable ColdFusion Event Gateway Services". try adding a gateway instance (messaging or CFML for instance). the new gateway
bobbyc87748371 CF2018 – Clear folder specific template cache not working We have CF2018 install and turn on “Trusted cache”. Server Product ColdFusion Version 2018,0,03,314033 Edition Enterprise Operating System UNIX OS Version 3.10.0-693.17.1.el7.x86_64 I have made modification to a cfm page
Portal Comment Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by amar lungare
amar lungare What’s new and changed in the 2018 release of ColdFusion
1. ColdFusion (2018 release) has a new User Interface. The new interface is based on a tiled
interface. We have also enriched the search experience on the Administrator portal.
2. We have removed Server Monitor. We have
Tracker Issue [ANeff] Doc Bug for: Two SerializeJSON doc bugs
CustomSerializer]). Missing some square brackets.
Suggested changes:
1) Remove this: "ColdFusion (2016 release) Update 3: Added the parameter useSecureJSONPrefix."
2) Change "ColdFusion 11: Added the attribute. useCustomSerializer." to "ColdFusion 11: Added new attributes: useSecureJSONPrefix and useCustomSerializer."
3
Portal Topic generatesecrate key
(inviteandandSurvey,encryptionKey,”surveyID_InviteID”,”hex”) />
The post generatesecrate key appeared first on ColdFusion. cffunction,CFML Tag/Function,Question,cfml tag/function,ColdFusion,question
Portal Topic EWS End of life and Microsoft Graph
for the new Microsoft Graph?
The post EWS End of life and Microsoft Graph appeared first on ColdFusion. Blog,cfexchangemail,CFML Tag/Function,Question,2018,cfml tag/function,question
and it is what developers will expect.
Method:
Try to create an instance of this CFC:
component {
public any function init() {
return this;
}
}
Result:
Invalid CFML construct found on line 2 at column 1.
ColdFusion was looking at the following text:
component
The CFML compiler was processing:
A
Tracker Issue ColdFusion messes up default property values
2609594 CF-3825537 Language : CF Component Adam Cameron ColdFusion messes up default property values Duplicate ID: CF-3352745
See: http://blog.adamcameron.me/2014/09/cfml-weirdness-with-properties.html
When defaulted by not yet actively *set*, a given property is not exposed in the variables
Tracker Issue syntax coloring on cfscript functions
:
External Company:
External Customer Name: Jeff Goody
External Customer Email:
External Test Config: My Hardware and Environment details: Windows 7 64-bit, ColdFusion Builder 3.0.0. build: 292922 local dev environment.
Portal Comment Comment on ColdFusion Needs to Die by Charlie Arehart
Comment on ColdFusion Needs to Die by Charlie Arehart
Portal Comment Comment on ColdFusion Needs to Die by georges98720955
Comment on ColdFusion Needs to Die by georges98720955
Portal Comment Comment on Hidden Gems in ColdFusion 2018, part 1: Series Overview by Charlie Arehart
Comment on Hidden Gems in ColdFusion 2018, part 1: Series Overview by Charlie Arehart
could have a huge performance boost?
How about introducing the * and & operators in ColdFusion?
[Quote]
[/Quote]
Thoughts? Comments? Suggestions for Improvement?
Sincerely,
Travis Walters
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID
Comment on 5 Reasons Why Adobe ColdFusion is Better Than C# by themikehenson
Tracker Issue [ANeff] ER for: Secure Profile should enable CF's most secure session management option
J2EE servlet session management in addition to the traditional ColdFusion session management. J2EE session management has the following advantages:
- Strengthens session security with a unique, per-session variable
A new jsessionid is always created at the start of each browser session. Because
Tracker Issue Bug 78903:Documention Errors for Array Functions:1
)Summary PagesI. CFML Reference / ColdFusion Functions / Function ListII. CFML Reference / ColdFusion Functions / Functions by category (Array Functions)III. Developing Applications with ColdFusion 9 / The CFML Programming Language / Using Arrays and Structures 2. Under "Basic array techniques
/trailing whitespace. The IsDDX() function returns true, meaning ColdFusion is saying that DDX snippet is valid. Then the coder passes that same DDX snippet to a service or function that operates on that DDX and expects it to be "pure" or valid DDX. What do you expect would happen? It will most likely throw
Tracker Issue query without cfqueryparam strange behaviour
File Paths:
\\sjshare.corp.adobe.com\Prereleasebugfiles\ColdFusion\12.0\Beta2_v12\4112097\test-bug-image.cfm
\\sjshare.corp.adobe.com\Prereleasebugfiles\ColdFusion\12.0\Beta2_v12\4112097\test-bug-image_1.cfm
Portal Topic Default Function In Interface
, as the default […]
The post Default Function In Interface appeared first on ColdFusion. Blog,Uncategorized,cfml coldfusion default interface function
Tracker Comment Comment on [ANeff] Bug for: cfcollection action="create" throws HTTP 400 on initial run for each collection by Piyush K.
with which you are creating the collection.
I'm simply trying :
and I see see the following (at http://localhost:8989/solr/#/~logging)"
8/30/2016, 10:20:14 PM WARN null SolrCore
[aaajukecol2] Solr index directory 'C:\ColdFusion2016\cfusion\jetty\multicore\collections\aaajukecol2\data\index' doesn't exist
Tracker Issue SOAP compilation fails with JRE 1.8
-----------------------------
Watson Bug ID: 4062560
External Customer Info:
External Company:
External Customer Name: Chris Galli
External Customer Email:
External Test Config: My Hardware and Environment details:
Server Product ColdFusion
Version 10,0,17,295085
Edition Developer
Operating System Windows 7
OS
Tracker Issue addButton function of Grid Toolbar doesn't work
.cfm according to the example of the ColdFusion 11 CFML Reference from pages 2507/2508. In Coldfusion 10 the example works as a charm in 11 it doesn't work.
Actual Result:
Pressing "Add button to Top Toolbar" results in the following javascript error message: "tbar.addButton is not a function".
Expected Result
of developers (particularly those new or less familiar with the language) perpetuating use of these deprecated functions. Which would be a bad thing.
Steps to Reproduce:
For instance, the documentation for cfdirectory ( http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f
Tracker Comment Comment on CFFTP LISTDIR Command Fails against FTP servers that do not allow the SYST command by S V.
2609712 CF-3796626 S V. I am able to reproduce the issue. ColdFusion uses commons-net library for cfftp operations. commons-net uses SYST command to know about the OS which helps in parsing the ftp listdir listing. If the target ftp server is not allowing syst command commons-net check
.adobe.editor.common.AbstractCFBEditor.doSetInput(AbstractCFBEditor.java:1039)
at com.adobe.editor.cfml.core.CFMLEditor.doSetInput(CFMLEditor.java:829)
at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3217)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
at org.eclipse.jface.operation
://helpx.adobe.com/coldfusion/developing-applications/building-blocks-of-coldfusion-applications/using-the-member-functions.html
2) SpreadsheetGetColumnCount() isn't listed on the spreadsheet functions page: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-by-category/spreadsheet-functions.html
3) SpreadsheetGetColumnCount() doc doesn't have a "History" section stating "New in Adobe ColdFusion
:
test=structNew();
test.one=function(){ return 1; };
test["two"]=function(){ return 2; };
#test.one()##test["two"]()#
Actual Result:
Invalid CFML construct found on line 7 at column 25.
ColdFusion was looking at the following text:
(
The CFML compiler was processing:
An expression that began
2682746 CFB-3734609 Editor Features biggermork syntax highlighting not working on files with non-standard extensions Duplicate ID: 3713334 ColdFusion Builder
Problem Description:
Opening a file with a non standard extension disables the highlighting even when file associations are updated
Tracker Issue ColdFusion breaks itself when the disk fills up
ColdFusion breaks itself when the disk fills up
Comment on How to Make Adobe ColdFusion Desirable Again by Michaela Light
Tracker Issue Bug 85759:when upgrading from CFx to CF9 or CF9 to CF9
port so neither work and new DSN's cannot be created.
Method:
upgraded 2 servers running CF8 to CF9, then upgraded them to CF9.0.1 with same issue
Result:
ODBC services are installed on different ports sometimes when upgrading from previous version of ColdFusion. This results in existing MS Access