rejetto forum

Software => HFS ~ HTTP File Server => Beta => Topic started by: rejetto on January 18, 2010, 11:36:34 PM

Title: Testing build #251
Post by: rejetto on January 18, 2010, 11:36:34 PM
This version is replaced by the build 252, follow this link  for a direct access
Topic build 252 @  http://www.rejetto.com/forum/index.php/topic,7972.msg1048074.html#msg1048074 (http://www.rejetto.com/forum/index.php/topic,7972.msg1048074.html#msg1048074)

download @ www.dovedove.it/hfs/hfs251.exe

what's new
+ new macro alias: between, 123 if 2
+ command line parameter -c to set configuration directly on the command line
+ bans: sort button
- attempt to fix a problem with breadcrumbs on search
- attempt to fix problem with non-ansi folders and proxies [link] (http://www.rejetto.com/forum/index.php/topic,7837.0.html)
- default template: file list was not compatible with searches [link] (http://www.rejetto.com/forum/index.php/topic,7939.new.html)
- speed limit for single address wasn't working with folder archives [link] (http://www.rejetto.com/forum/index.php/topic,7900.0.html)
Title: ++ Testing build #251
Post by: Mars on January 19, 2010, 01:35:13 PM
Explanation about new macro alias:  123 if 2

{.123 if 2| A | B | C .}

If B is not empty or null, then the result is ABC , else nothing.

 ;)

Title: Re: Testing build #251
Post by: rejetto on January 19, 2010, 02:17:04 PM
ah, i forgot to document them
Title: Re: Testing build #251
Post by: Mars on January 19, 2010, 02:54:39 PM
make this change:

Code: [Select]
between=if|{.$1 < $3.}|{:{.and|{.$1 <= $2.}|{.$2 <= $3.}:}|{:{.and|{.$3 <= $2.}|{.$2 <= $1.}:}
between!=if|{.$1 < $3.}|{:{.and|{.$1 < $2.}|{.$2 < $3.}:}|{:{.and|{.$3 < $2.}|{.$2 < $1.}:}

{.set|X|{.random|1|2|3|4|5|6|7|8|9.}.}
{.set|Y|{.random|1|2|3|4|5|6|7|8|9.}.}

{if|{.between|{.^X.}|{.random|1|2|3|4|5|6|7|8|9.}|{.^Y.}/between.}|Bingo  :D, right in the target| It is missed  >:(/if.}
Title: Re: Testing build #251
Post by: Mars on January 19, 2010, 09:30:07 PM
TOPIC CLOSED

Please, put back your questions in the topic of the build 252.

 ;)