displaying top 100 results
2612365 CF-3517571 Administrator United Way Nyc Invalid extension of the file name. Valid extensions are :log,txt Problem Description:
This error message is displayed when configuring a scheduled task on the Admin console: Invalid extension of the file name. Valid extensions are :log
Tracker Comment Comment on Cfchart format="html" does not work when using <!DOCTYPE html> by Ajay R.
4604968 CF-4203130 Ajay R. If you are using it is standard html mode and if not using DOCTYPE, it uses quarks mode that is supported by browsers. For Standard html width and height must have html standard units i.e. px, % etc. Whereas in quarks mode width and height with units fallback to pixel
Tracker Comment Comment on Calling Randomize() with the SHA1PRNG does not create "repeatable number patterns". by External U.
2609722 CF-3792283 External U. It's a regression so should be fixed.
Doesn't look like you guys have appropriate unit/regression test coverage here... theer's no way this should have got past you.
NB: neither rand() nor randRange() respect the randomize() seeding.
--
Adam
Tracker Comment Comment on Interface checks are now runtime and not at CFC creation, breaking TestBox by John W.
4607226 CF-4203134 John W. +1 Please resolve this, or at the very least liaise with the *box team on this.
Testbox is the de-facto way to unit test ACF applications, if our test suite is not green under ACF2018, we will not upgrade to ACF2018.
Interested to know what the internal testsuite
Tracker Issue Call a CFC method
2673344 CF-4126715 CLI Adam Cameron Call a CFC method There needs to be a way to call a method of a CFC, analogous to a remote call to method via HTTP
The first thing I tried with the CLI was to try to run one of my unit test files, which are CFCs.
Perhaps with a CFC the first argument
Tracker Comment Comment on CF2018 Update 5: Server unresponsive by Piyush K.
server may be running into performance issues. A CF server can become unresponsive for any number of reasons. The best way to determine the root cause is to collect thread dumps of the underlying JVM.
We've suggested this workaround only for the folks, for whom, we've examined the logs and found HTTP
Tracker Comment Comment on Persistent components shall not need a persistent or embeddable attribute when a mapping file is defined by External U.
2608596 CF-4053554 External U. Unit testing is the first and most obvious one I can think of. You don't want all the trappings of the hibernate stuff getting in the way when one is just running tests.
I can't see why you can't "reverse" the logic. When a CFC is first instantiated you create
manufacture, and it's for you to deal with.
If *your code* was responsible for providing the data in ISO 8601 format to the receiving API, then you need to do your work diligently and make sure it fulfils its side of the contract. So you'd have a unit test which checks the "format as ISO 8601" method. I
Tracker Issue CF10 & CF11 URL validation regular expression for 'isValid()' method are not in sync across CF10, CF11
/5/2014 http://www.cflib.org/udf/IsURL
A quick way to test if a string is a URL
@param stringToCheck The string to check.
@return Returns a boolean.
@author Nathan Dintenfass (nathan@changemedia.com)
@version 1, November 22, 2001
@version 2, August 8, 2010 James Moberg (based on http