displaying top 100 results
2672607 CF-4184965 Language ext-user [regression] "Variable ___IMPLICITARRYSTRUCTVAR2 is undefined." Problem: "Variable ___IMPLICITARRYSTRUCTVAR2 is undefined."
Method: Try the below code:-
writeOutput("#server.coldfusion.productVersion#");
st = {};
k = "key";
try {
st[k] = st
Tracker Issue Bug 82840:Summary: Bug (?) in struct notation variationsThis code works:<cfscript> st = structNew(); st
Bug 82840:Summary: Bug (?) in struct notation variationsThis code works: st = structNew(); st
snippet:
stAddressInner = structNew();
stAddressInner.country = "India";
stEmployee = structNew();
stEmployee.residenceAddress = stAddressInner; // pointer to stAddressInner
stEmployee.officeAddress = stAddressInner; // also a pointer to stAddressInner. So point to same data.
dupStruct = duplicate(st
Tracker Issue XML Webservices not working on CF 10
External Customer Info:
External Company:
External Customer Name: RonGruner
External Customer Email:
External Test Config: My Hardware and Environment details: Here's the code...
stAuth = structNew();
stAuth.username = "gr...er";
stAuth.password = "3a96...a72a";
ws = create
our use of this operator.
Steps to Reproduce: Under CF 11 (Windows or Linux) and CF 2016 run this:
st = {a=1, b=0, c=false };
writedump( {
a=st.a?:"null"
,b=st.b?:"null"
,c=st.c?:"null"
,d=st.d?:"null"
});
CF11 Result:
In the dump, CF 11 returns 1 for a
3559055 CF-4199905 Aaron N. +1 - Agreed. What's the use of a typed collection if CF only checks the 1st value?
Tracker Comment Comment on Add back in support for URLs by External U.
2613928 CF-3144804 External U. +1, linking points to URLs is one of the 1st things I'd want to do w/ these client-side charts.
2609471 CF-3844976 External U. Oh, and which version was this fixed in? I'm running 11,0,05,293506 and this code:
st = {};
writeDump(st.append({foo="bar"}));
Results in "YES", when it should result in {foo="bar"}
I'd say... no, it's not fixed.
Tracker Comment Comment on User Login session not properly closed by External U.
2609512 CF-3839458 External U. Hi S Preethi,
Another workaround is duplicate the /cflogin(). Example:
When both have allowconcurrent=true (the default), then both will run. isUserLoggedIn() returns YES after the 1st, but the 1st login actually fails. The 2nd runs and logs in correctly
Tracker Comment Comment on struct.get() not implemented by Awdhesh K.
2610327 CF-3710345 Awdhesh K. This implementation is there and is being covered as part of underlying java map. So if you do..
st = {a="b",c="d"};
st.get(a);
it should work. You might have confused it with CF function StructGet, which is not a strcut function rather work with String.. What I
Adobe ColdFusion Developer Week :: July 31st – Aug 4th
Tracker Issue [ANeff] Bug for: some BIFs are not 1st class
[ANeff] Bug for: some BIFs are not 1st class
Modernize or Die® Podcast – CFML News for January 21st, 2020 – Episode 37
Modernize or Die® – CFML News for March 31st, 2020 – Episode 47
Modernize or Die® – CFML News for September 1st, 2020 – Episode 68
Tracker Issue Complete Safe Navigation Operator Implementation
2673374 CF-4126681 Language Nicholas Tunney Complete Safe Navigation Operator Implementation I'd like to propose that a ? safe navigation operator is added to handle array notation. An example is included below on line 5:
1:
2: st = {};
3: st.key1 = "My Value";
4: writeDump(st?.key1);
5
Bug 79648:cfgrid format=html, 1st row cannot be selected while others can
Tracker Comment Comment on Separate updater from CFAdmin by External U.
2608740 CF-4013825 External U. But that's a manual process though. ColdFusion is a £££ enterprise server product, and this is the 21stC. We should be able to do something like:
cf update
or something like that from the CLI.
Tracker Comment Comment on CHCHARTSERIES Pie Chart Attribute "datalabelstyle" Has No Effect by External U.
2609705 CF-3798825 External U. Hi Anuj,
Thanks for filing a ticket for the 1st item and I've filed #CF-3849428 for the 2nd item.
Thanks!,
-Aaron
Tracker Comment Comment on == doesn't compile if in a string by External U.
2596827 CF-3616590 External U. I read through the notes in the wrong order, I now see the follow up from that 1st response. By bad.
Tracker Comment Comment on Unable to Update Software by Adobe D.
2682681 CFB-3761655 Adobe D. The issue is resolved now and build is available from 21st may. Hence, closing this bug.
(Comment added from ex-user id:prk)
Comment on [ANeff] Bug for: some BIFs are not 1st class by Aaron N.
Tracker Issue CFDUMP is missing CSS / JS code in CF2016
2833638 CF-4198317 Debugging : CFDump CFDUMP is missing CSS / JS code in CF2016 Problem: CFDUMP is missing CSS / JS code in CF2016
Method:
{code:java}
CFDUMP 1 (function getDump):
#getDump(stTest=local.stTest)#
CFDUMP 2
Portal Topic ColdFusion Summit 2018 and Q2 Roadshows
Kishore31 ColdFusion Summit 2018 and Q2 Roadshows The sixth annual Adobe ColdFusion Summit 2018 would be held from Oct 1st – 3rd 2018 at Hard Rock Casino and Resorts, Las Vegas. The registrations for the same are now open at https://cfsummit.adobeevents.com/. Pre-Conference Labs would be held
Portal Topic ColdFusion Summit 2018 – Pre-Conference Sessions
Kishore31 ColdFusion Summit 2018 – Pre-Conference Sessions ColdFusion Summit 2018 would be held at Hard Rock Hotel and Casino, Las Vegas, Nevada from Oct 1st – 3rd. The Pre-Conference Sessions would be held on Oct 1st followed by the Full Conference on Oct 2nd and 3rd. Register Now to take
Tracker Issue serializeJson() escaped fwd slashes
2610648 CF-3689049 AJAX : Plumbing Adam Cameron serializeJson() escaped fwd slashes See https://groups.google.com/d/msg/railo/4EiksqmZgas/67SK5grA-rUJ & https://issues.jboss.org/browse/RAILO-2807
This applies to CF as well. Repo:
st = {"link" = "/example/example1"};
json1 = serializeJSON(st
2611764 CF-3594386 Language Adam Cameron CF Stack-overflows if one tries to serializeJson() a function See: http://cfmlblog.adamcameron.me/2013/07/yeah-so-it-wouldnt-be-my-working-week.html
Repro:
function f(){
a = 1;
b = {};
c = [];
d = now();
e = createUuid();
writeDump(local);
}
st
3593637 CF-4200014 Document Management : PDF generation Anthony Morse CFDocument generated in a loop does not apply background color style correctly In the following example the background color style is applied in the 1st cfdocument item only.
Subsequent cfdocument items do not apply the style
Tracker Issue CFEXCHANGECALENDAR RECURRING EVENTS TIMEZONE ISSUE
event.StartTime = Tuesday, February 7, 2017 4:00:00 PM PST
event.Subject = Event occurs every month on the 1st Tuesday for 4 times
Actual Result:
Event gets created with these rules
Start: 12:00AM Monrovia, Reykjavik
End: 1:00AM Monrovia, Reykjavik
Duration: 1 hour
Recurrence Pattern: Monthly, first
Tracker Issue CFEXCHANGECALENDAR RECURRING EVENTS TIMEZONE ISSUE
event.StartTime = Tuesday, February 7, 2017 4:00:00 PM PST
event.Subject = Event occurs every month on the 1st Tuesday for 4 times
Actual Result:
Event gets created with these rules
Start: 12:00AM Monrovia, Reykjavik
End: 1:00AM Monrovia, Reykjavik
Duration: 1 hour
Recurrence Pattern: Monthly, first
Bug 81169:[ANeff] Bug for: Div background color (of 1st div w/ content) is not honored when cfdocument/pdf is written directly to disk
Tracker Comment Comment on AdminAPI authentication bug by Nitin K.
2608367 CF-4110538 Nitin K. I am not able to reproduce the issue .
For me Admin passwords containg '!' and without '!' works fine both in enterprise and developer edition .DSN gets created . I used :
myObj = createObject("component","cfide.adminapi.datasource");
myObj.setMSSQL(argumentCollection=st
2608383 CF-4104997 S P. Hi Robin,
We were able to repro the 3rd scenario, where the insert/update for cfgridcolumn type boolean was throwing an exception.
Is this same behavior that you too observe?
But the 1st scenario was not reproable; when the value was NULL the checkbox was not ticked.
Also
2608396 CF-4102485 External U. Hi Adam,
After fetching from 1st API, the fields are logged to db. At the time of fetching the fields from db to send to 2nd API, the values are checked to ensure nothing has been manipulated. It's not a direct pipe from one to the other.
Thanks!,
-Aaron
2608589 CF-4056840 Kailash B. As part of this bug, issues 2 and 3 have been fixed.
A separate ER bug has been raised for 1st issue with bug id #CF-4069951, so closing this.
Tracker Comment Comment on For ... in loop on single element list fails with coldfusion.runtime.ScopeCastException by External U.
2608823 CF-3983656 External U. Hi Stephen,
Using variables.q['Bar'] is the same as using variables.q['Bar'][1]. Meaning, both only reference the Bar column's 1st row (not all rows in the Bar column).
Hi Awdhesh,
I assume the only thing fixed here is the exception? (b/c, the exception shouldn
Tracker Comment Comment on Enable dbvarname by default by External U.
2609681 CF-3808734 External U. Hi Nimit,
Aha! Okay, just verified (by switching the order of the parameters) you are correct - it is fixed in CF11 Update 3 =) Thank you for the explanation!
BTW, I did not get any email when you added your comment here. I just now saw your comment for the 1st
Tracker Comment Comment on fileUploadAll() does not work with HTML5 <input> multiple attribute by External U.
2609772 CF-3777301 External U. Verified this is fixed in CF11 Update 3. The fileUploadAll() example above uploads each file instead of uploading the 1st file multiple times.
Thanks!,
-Aaron
Tracker Comment Comment on Installation server config wizard login gives incorrect errors without javascript enabled by External U.
2609817 CF-3761527 External U. Please disregard my last comment (on 9:49:39 PM GMT+00:00 Nov 15, 2014). I misunderstood the issue. The message already existed in CF11 Final. Issue is the message just doesn't appear the 1st time CF Admin is loaded (during installation).
Thanks!,
-Aaron
Tracker Comment Comment on Permit types to be "arrays of [things]" by Aaron N.
2610752 CF-3680177 Aaron N. Adobe,
Two questions:
1) Why does the 1st vote comment have no name? But my vote comment shows my name. Is there a glitch there? All vote comments should show the person's name.
2) Also, why does this ticket not show a Date Created date? That's one of those useful
Tracker Comment Comment on CFMail Issue by HariKrishna K.
2596957 CF-3312296 HariKrishna K. Hi Bryon,
I can see from your previous comment that you would be moving to ColdFusion 11 in the 1st Quarter of 2015.
Did you move to ColdFusion 11 and if so, are you still facing this issue?
2598069 CF-3041777 External U. I'm currently out of country until the 1st of November. I'll do a test soon after I get back (so please keep the bug open).
Tracker Comment Comment on Error message missing when passing wrong data to spreadsheet.addRows() by Aaron N.
2608601 CF-4051606 Aaron N. Hi Adobe,
I've verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). No error is thrown. Resultant spreadsheet has 1st column populated:
"tahi"
"rua"
"toru,wha"
"rima,ono"
Thanks!,
-Aaron
Tracker Comment Comment on [ANeff] ER for: cfcollection contexthighlightscope="summary|content" by Aaron N.
2672600 CF-4185364 Aaron N. Hi Adobe/Piyush,
I'd like to close this ticket in favor of CF-4202643.
In summary: Term Highlighting of the Summary (which is always just the 1st 100 chars of content) is absolutely pointless, so there's no need to even support that. The default hl.fl should simply
Tracker Comment Comment on The parser / compiler falsely identifies methods as operators. by Aaron N.
2672562 CF-4187705 Aaron N. Hi John,
You're welcome! Aha, I retract the 1st part of my last statement then. Nice find there. I completely agree with what you said. This issue is -not- fixed and should not be added to CF2018's Issues Fixed list. +1, voted.
Thanks!,
-Aaron
Comment on [ANeff] Bug for: some BIFs are not 1st class by Aaron N.
Tracker Comment Comment on [ANeff] Doc Bug for: IsCustomFunction() doc outdated per CF-3429588 fix by Aaron N.
6137571 CF-4205065 Aaron N. I wish I could edit the ticket title. My typo "oudated" should be "outdated".
Adobe, could you please change that? :) And in the 1st line of the description..
Thanks!,
-Aaron
Tracker Issue There is no type for ordered structs
Dump([
type=e.type,
message=e.message
]);
}
StructOrdered function f(StructOrdered st){
return st;
}
try {
result = f(ordered);
}
catch (any e){
writeDump([
type=e.type,
message=e.message
]);
}
Expectation:
That one can specify a type of structOrdered for params
Tracker Issue struct.find() (and structFind()) error on missing key
2610328 CF-3710341 Language Adam Cameron struct.find() (and structFind()) error on missing key Repro:
// struct.find.cfm
st = {a="b",c="d"};
try {
result = st.find("e");
}
catch (any e){
writeDump([e.type,e.message,e.detail]);
}
This outputs:
array
1 Expression
2 Cannot find e key
Tracker Issue serializeJSON with +0.0 returns invalid JSON
2611187 CF-3632972 AJAX : Plumbing Matt Busche serializeJSON with +0.0 returns invalid JSON Problem Description: serializing a struct with a value of +0.0 result in invalid JSON
Steps to Reproduce:
stPolicy = { "prem": "+0.0" };
serializedData = serializeJSON(stPolicy);
write
Tracker Issue fileUpload() not ignoring empty string for filefield
not contain a file."
The default "filefield" is the 1st file field in the submitted form (which, in the case of cffileupload, is the _only_ "file field" submitted). So, instead of throwing an exception here, it should reference the file field named "filedata" (since it is the 1st file field submitted
Tracker Issue Bug 75390:Im am using a CFC called pagegenerator
2601871 CF-3037488 Language : CF Component Harry Klein Bug 75390:Im am using a CFC called pagegenerator Problem:
Im am using a CFC called pagegenerator. This CFC is in application scope.
In this CFC is use a struct called variables.stContens.
This struct contains several keys (about 15) - all keys
Tracker Issue serializeJSON fails silently
Two, and disabled the setter
Let's say I instantiate the object with keyOne=10 and keyTwo=0. I know this will result in division by zero.
Then put the instantiated object in an array,
var aArray = [oTest];
and put the array in a struct.
var stStruct = {"anArray": aArray};
Then try to get the JSON representation
= [];
st = {};
writeOutput("Array: #a.getClass().getName()#");
writeOutput("Struct: #st.getClass().getName()#");
writeOutput("arguments: #arguments.getClass().getName()#");
arguments.each(function(){
writeDump(var=arguments);
});
};
iterateArgs("tahi", "rua", "toru", "wha");
The arguments
Portal Comment Comment on Oracle’s Java policy change by Bradley Wood
Bradley Wood I’d also add some additional information for people worried that they will “run out of time” and be in violation of Oracle’s licensing on Jan 1st 2019. I was initially concerned about this, but it is not the case. If you are currently using, say, Oracle JDK8/11 on production, Oracle
Tracker Issue XSS Bug on https://coldfusion.adobe.com
3858727 CF-4200573 Security : XSS anil tom XSS Bug on https://coldfusion.adobe.com Problem Description: XSS Bug on https://coldfusion.adobe.com/new-post/
Steps to Reproduce: 1st login in to the site
2nd the create a new post
3rd enter the details required
4th in the Add Tag enter the payload
went to the link in Rupesh's 1st comment). What I don't quite understand is: cfdocument was able to work around it but cfhtmltopdf seemingly can't.
Thanks!,
-Aaron
Tracker Comment Comment on CFMail Issue by External U.
2596957 CF-3312296 External U. @Byron_knapp
We won't be upgrading to CF11 until late 1st Quarter 2015, so I don't have any details on this version yet. With CF10 we are seeing the same number of emails not being delivered as CF9 but I'm ok with this, as they are correctly marked as not delivered
2598061 CF-3041787 External U. For dynamic query loops, the 1st line of my example could be:
This would permit the scoping of a loop's dynamic queries.
Example: If getData() returns a query containing a "foo" column, then this would permit scoping of that query column as: "outerLoop.foo".
Tracker Comment Comment on CFTRACE and trace() behave differently by Aaron N.
2609669 CF-3811003 Aaron N. Hi Adobe,
This issue was never fixed.
trace() {sleep(2000);}
That displays: [0 ms (1st trace)]
This ticket needs re-opened/fixed. The issue wasn't a DOC bug; it was a BEHAVIOR bug !!
After fixing this ticket, the "Note: This function differs from cftrace
the text input labels are lowercase except for 1st letter, I'd recommend changing the "N" to "n"
(see attached screenshot 20180617_Bug_CF-4202900_WSConfigSaysWebSites_02.jpg)
Comment on [ANeff] Bug for: some BIFs are not 1st class by Vijay M.
Comment on [ANeff] Bug for: some BIFs are not 1st class by Aaron N.
Comment on [ANeff] Bug for: some BIFs are not 1st class by Aaron N.
Tracker Issue Bind does not find elements by ID attribute in CFSELECT
2609438 CF-3847264 AJAX John Hanks Bind does not find elements by ID attribute in CFSELECT Problem Description:
When attempting to bind a 2nd CFSELECT dropdown to a query that is fired when the 1st CFSELECT changes there is a "Bind failed, element not found: 'element_name_here'
Steps to Reproduce
, and so on."
Steps to Reproduce:Simply create a job for Jan 30th. Let it run and the next scheduled job is Mar 30th. The same is fully true for any dates. Ex if scheduled for Mar 31st and ran then next run is May 31st and NOT April 30th as is supposed to.
Actual Result: next scheduled job is Mar 30th
in SQL Server. It has just one column, testBit, of type BIT. Insert 4 rows into the table, containing respectively the values 1, 1, 0, 0.
2. Run the following code:
sSql_1=" select testBit
from tbl
where testBit = :nBit ;";
stSqlParams.nBit={value:1, cfsqltype:"BIT"};
q1=query
(eg: {ts '2011-08-21 12:41:43'}, which is not a date as far as Excel is concerned).Just casting everything as a string has a knock-on effect, as detailed in bug 86948. I think the expectations described in that issue are valid, if not how it's been reported.-- Adam
Method:
ts = now();st
Portal Topic CF Objective 2017 Links and Wrap Ups
Grae Desmond CF Objective 2017 Links and Wrap Ups So on the discussion thread the other day someone asked about links to slides from the ColdFusion Summit. Turns out there was one but it got me thinking about CF.Objective 2017 that happened in DC on July 20th and 21st this year. More info on CF
Portal Topic Into the Box 2019 – All set up! and waiting for you
in just inside the Houston, TX region at The Woodlands. It will run for three exciting days starting on the May 1st with pre-conference workshops and culminating on May 3rd with Closing remarks and a raffle. Pre-Conference Workshops- Into the Box 2019 […]
The post Into the Box 2019 – All set up
. It went for three exciting days starting on May 1st with pre-conference workshops and culminating on May 3rd with Closing remarks and a raffle. It had 50% (!) more attendees than last year! Wow! Pre-Conference Workshops- What You Might’ve Missed Much like last year’s Into the Box, […]
The post
, I have 3 different scheduled tasks that execute every 30 seconds. Each task takes the result of the previous task to create an outcome. All 3 tasks will execute bang on the minute/half minute (ie, :00 or :30) For example: 1st task executes […]
The post Is there a way to define scheduled task
Portal Topic ColdFusion Summit 2019 – Presentation Files
Kishore Balakrishnan ColdFusion Summit 2019 – Presentation Files The seventh edition of ColdFusion Summit happened in Vegas from Oct 1st – 2nd. There were more than 500 attendees from 320+ accounts being represented. We had four tracks with 40 sessions. Thank you to everyone that attended Adobe
and the CF18 server failed and gave the same error message as in my 1st post and the CF11 server worked perfectly. In my first post I was referring to another very old server (win 2008 r2) that runs CF11 and never had an issue with Toolkit. Now I'm at a loss. I hate the thought of sticking with CF11
Portal Comment Comment on Error after accessing ColdFusion Administrator using connector port by Charlie Arehart
Charlie Arehart ST, a couple of things: I didn't share any link to files. Instead, I quoted Kailash who shared the link. And that was on the 7th (in a comment on that ticket you point to). then it was on the 8th that Kailash made another comment, sharing yet another link. Why they differ, I can
:
_PAGENUMBER - _LASTPAGENUMBER
1st, why are underscore variables being introduced here? That’s not normal. It looks like shortcuts are being made, instead of evaluating these variables in the same manner that cfdocumentitem does.
2nd, why are the variable names different? If it really is impossible
Tracker Issue Add macro for "selected text" on key bindings
. This is already possible with built-in key bindings such as cfdump where I can have text selected when I press the keys and the selected portion is wrapped. Right now, any selected text is simply erased.
Here's an example I'd use right now if it worked (using "st" for selected text
the 1st 3.
2) ListMap() doesn't take a initialValue parameter, so that should be removed from the Parameters section.
3) In the Syntax section, "delimter" should be "delimter" (missing 2nd "i").
Related URL: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-l/listmap.html
Tracker Issue [ANeff] Bug for: writeDump(BIF) (and cfdump) exception or misleading when NULL enabled
Dump(arrayNew)
function f(a) {
writeDump(ARGUMENTS)
}
f(arrayNew)
Actual Result: 1st throws exception; 2nd dumps {a=[undefined struct element]}
Expected Result: coldfusion.runtime.CFPageMethod dumped correctly (as seen in CF2016 and w/ NULL support disabled)
Tracker Issue [ANeff] Bug for: PMT alert says atleast and APS
4467709 CF-4202895 PMT : UI [ANeff] Bug for: PMT alert says atleast and APS Issue: PMT alert says atleast and APS
Repro:
1) Install PMT
2) Login for the 1st time, and see alert in bottom-right (see attached screenshot)
Actual Result: "Please Configure atleast one CF Node to start using APS
Tracker Issue Destructuring
, the keys inside the {} on the left hand side must have the same name as the keys you are destructuring on the right. For arrays, the values would be plucked out by position.
Samples with arrays:
function getAddressFromCSV( array line ){
// line = ["123 Main st.", "Pismo Beach", "San Luis Obispo", "CA
Tracker Comment Comment on ColdFusion service does not start with large cfclasses folder by Nitin K.
_file_generator.cfm generate cfclass files by invoking generated files . Run this after running 1st file.
Note : Keep the server timeout sufficient & check the location of generated file in cfc_files_generator.cfm
Alternatively you can provide me the repro code .
Regards,
Nitin
Tracker Comment Comment on [ANeff] ER for: <cfhtmltopdfitem evalatprint="true|false"> by External U.
upgrade to cfhtmltopdf.
It really boggles my mind how Adobe, the creator of PDF, cannot seem to sort out how to accomplish something in cfhtmltopdf that was doable in cfdocument.
At the very least, all I'm asking is that a ticket please be opened w/ the Acrobat team. It would seem that'd be the 1st step
Tracker Comment Comment on Updating structkey presevation doesn't work unless you edit the CFM by External U.
2609626 CF-3818776 External U. Hi Rupesh,
Thanks very much for confirming all of that! Very cool about #1 and especially #3 =) And I think this is the 1st time I've received an email notification of an engineer adding a comment, so -maybe- that notification issue has been fixed. And I'm also w
Tracker Comment Comment on CFMail Issue by External U.
to CF11 yet, but will be 1st quarter 2015.
Tracker Comment Comment on [ANeff] Bug for: dump displays local scope as [undefined struct element] by Aaron N.
})
Actual Result: 1st dump's foo2 displayed as [undefined array element] and 2nd dump's foo2 displayed as [undefined struct element]
Expected Result: Both dump's foo2 properly displayed
Thanks!,
-Aaron
Tracker Comment Comment on [ANeff] Doc Bug for: THIS.restSettings.restEnabled undocumented by Aaron N.
.restSettings.generateRESTDoc is documented here: https://helpx.adobe.com/coldfusion/using/swagger-document-generation.html
- The ones from my 1st comment are documented here: https://helpx.adobe.com/coldfusion/developing-applications/changes-in-coldfusion/restful-web-services-in-coldfusion.html
Thanks!,
-Aaron
is used:
for(stringDate in myArray) {
writeOutput(stringDate.setYear(2018))
}
writeDump(myArray)
Then, in future, that 1st line is changed to: `` and then the other code starts breaking.
Then, we hear: "my code used to work, why doesn't it work no more??"
See?
Thanks!,
-Aaron
Tracker Comment Comment on Add granularity to createDateTime() by Aaron N.
is used:
for(stringDate in myArray) {
writeOutput(stringDate.setYear(2018))
}
writeDump(myArray)
Then, in future, that 1st line is changed to: `` and then the other code starts breaking.
Then, we hear: "my code used to work, why doesn't it work no more??"
See?
Date-time must
Tracker Issue [ANeff] Bug for: cfpdfparam exception incorrect
,ignorecase,pages,wordstoredact'.
Required attributes: 'source'. Optional attributes: 'description,encoding,filename,mimetype'.
Required attributes: None. Optional attributes: 'pages,password,ignorecase,source,wordstoredact'.
--------------------------------------------
1st combination is for action="addstamp"
2nd combination
Tracker Issue toJson() method should work on numerics and booleans
2673651 CF-4119888 Language Adam Cameron toJson() method should work on numerics and booleans See http://blog.adamcameron.me/2016/02/coldfusion-2016-tojson-method.html
Repro:
a = ["tahi"];
st = {two="rua"};
ost = {three="toru"};
q = queryNew("en,mi", "varchar,varchar",[["four","wha"]]);
cfxml
") is on and the response comes from a remote function whose returnformat is JSON.
Steps to Reproduce:
This is the test component:
var st = {};
st["name"] = "ross";
return st
Charlie Arehart Online ColdFusion Meetup meeting, June 25, 12p Eastern. All welcome We will hold the 261st meeting of the Online ColdFusion Meetup this week, Thursday June 25, 2020 at 12p US Eastern time (UTC -4). The presentation will be: “Keeping CF (and Java) updated: challenges and solutions
August 21st on BDD Tests with TestBox. They also discuss the non announcement about […]
The post Modernize or Die® Podcast – CFML News for August 18th, 2020 – Episode 66 appeared first on ColdFusion. Announcements,Blog,News,announcements,blog,ColdFusion,news
Actual Result:
Multiple default applications cannot be registered for the default host.
Expected Result:
Rest Service Refreshed
Any Workarounds:
Ran a restDeleteApplication() before it with a try/catch as it fails if it does not exists (1st run)
try { restDeleteApplication(expandPath("./")); } catch
://helpx.adobe.com/coldfusion/developing-applications/building-blocks-of-coldfusion-applications/using-the-member-functions.html
2) ctrl+f for "Supported Date member functions"
Actual result: That header exists twice. The 1st occurrence contains an incomplete list of struct member functions. Example:
--------------------------------------------
Supported Date member functions
The following Date member functions
Tracker Issue [ANeff] Bug for: attributecollection broken for all tags inside a loop (silent corruption)
)
Repro #1 (using ):
for(i=1; i
Actual result: All PDFs are landscape except the 1st.
Expected result: All PDFs are portrait except the 2nd.
The orientation attribute's actual default value is "portrait". However, attributecollection remembered that orientation had been set to "landscape
Tracker Issue [ANeff] Bug for: CF caches S3 metadata
Dump(storeGetMetadata("s3://mybucket/file.txt"))
4) delete the object entirely
5) re-create the object
6) run writeDump(storeGetMetadata("s3://mybucket/file.txt"))
Actual result: the 2nd and 3rd dumps are identical to the 1st dump (bug, b/c the 2nd and 3rd dumps are returning cached metadata)
Expected result: the 2nd
2609270 CF-3863477 CFForm Aaron Neff [ANeff] Bug for: cfform vs form wrt default action at SES URL self-posts correctly, even at an SES URL
self-posts incorrectly at an SES URL
Repro:
index.cfm
---------
1) go to www.domain.com/index.cfm/foo/bar?foo=bar
2) click 1st submit button
3) see
Tracker Issue IsImageFile not working on cf9 like it did on cf8
2596946 CF-3327190 CFIMAGE dmitry mardukhayev IsImageFile not working on cf9 like it did on cf8 Problem Description:A lot of images from my company database have non-conventional names such as "st. john's.jpg". In cf8, I used URLEncodedFormat(myimage) inside IsImageFile to check such images(see my