-
无法显示中文.
2008-10-30 03:38:32 UTC by nobody
-
I agree. Need createobject for CFCs please!
2008-05-19 04:05:09 UTC by nobody
-
#bar#
Calling standard Java methods on some of the built in objects causes errors. For example in the above test case calling getClass() on the com.youngculture.smith.engine.cfutil.SmithArray throws an error.
Stack is show below:
[Error message: java.lang.NumberFormatException: For input string: "getClass"]...
2008-05-05 20:35:03 UTC by btoc007
-
Changed implementation to more closely match that of the
Macromedia implementation.
Mail is now sent in a background thread thus not slowing down the rendering
of the executing page.
If an error occurs in the sending it it logged according to the log4j
properties presently loaded.
Uploaded new version. The last one had an overloaded port feature so that TLS could be enabled (for...
2008-05-03 14:12:38 UTC by btoc007
-
Changed implementation to more closely match that of the Macromedia implementation.
Mail is now sent in a background thread this not slowing down the rendering of the executing page.
If an error occurs in the sending it it logged according to the log4j properties presently loaded.
2008-05-02 21:23:23 UTC by btoc007
-
I have some routines that call helper function that return structures. When I tried by app. on Smith the returned structures were missing nodes.
I have created a reproducible test case.
...
2008-04-27 20:52:04 UTC by nobody
-
Contact info
Andrew Penhorwood
apenhorwood@kaleo.biz
I have some code that uses the cfscript command continue. When this code runs on smith the process start to just spin. (using alots of CPU but not doing anything).
I have a reproducible test case here
cnt = 0;
for(x=0;x LT 10;x=x+1)
{
if((x EQ 3) or (x EQ 5) or (x EQ 7)) { continue; } // skip counter
cnt = cnt...
2008-04-27 12:41:04 UTC by nobody
-
Here's a patch to implement (one of the new CF8 tags):
http://cid-c1778198fee7a8d0.skydrive.live.com/browse.aspx/Public?uc=1.
2008-03-16 05:26:27 UTC by calphool2
-
smithos committed revision 116 to the Smith SVN repository, changing 1 files.
2008-03-12 15:43:36 UTC by smithos
-
Thanks Joe Rounceville!
Good work!
Your implementation of QoQ is merged with Smith code base and will be available with the next build.
smith team.
2008-03-12 15:34:28 UTC by smithos