rejetto forum

Testing build #169

rejetto · 17 · 12320

0 Members and 1 Guest are viewing this topic.

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
since there were ugly bugs in the last build, we urge this publishing

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

what's new
+ new template macro: save
+ Menu -> Other options -> "Enable macros.log"
- upload doesn't work on chinese folders with uneven length  www.rejetto.com/forum/?topic=5382
- "stop spiders" wrongly disabled
- %sym-section% was broken in build #166
- speed graph and download tray icon broken in a recent build


Offline day

  • Occasional poster
  • *
    • Posts: 65
    • View Profile

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i didn't work on it after your last mail, yet.
i'll reply you there.


Offline bacter

  • Operator
  • Tireless poster
  • *****
    • Posts: 681
    • View Profile
Thank you Rejetto,

page building from template works now ok as in 165 and before. :D
your computer has no brain - use your own !


Offline TCube

  • Tireless poster
  • ****
    • Posts: 440
    • View Profile
Please let me know if it's a "set-up pblm" or a "beta plbm" ...
Can't seem to be able 2 kick connection in any way, all I can do is "pause" or "switch server off".
TCube

p.s no persistent connections allowed
« Last Edit: January 08, 2008, 12:18:21 PM by TCube »
Make it idiot-proof and I will make a better idiot


Michael

  • Guest
I uploaded a text file to myself from another machine (this morning, after the update to 169) and I found some extra text at the bottom.  It was
"Content-Disposition: form-data; name="fileupload2"; filename=""
Content-Type: application/octet-stream

I had the progress window open and it was a single file transfer, less than a page of plain ascii text. 
I don't know if it is repeatable, could someone else try?


Offline Unknown8063

  • Occasional poster
  • *
    • Posts: 96
    • View Profile
I uploaded a text file to myself from another machine (this morning, after the update to 169) and I found some extra text at the bottom.  It was
"Content-Disposition: form-data; name="fileupload2"; filename=""
Content-Type: application/octet-stream

I had the progress window open and it was a single file transfer, less than a page of plain ascii text. 
I don't know if it is repeatable, could someone else try?


http://www.rejetto.com/forum/index.php?topic=5044.0



Offline chthonic

  • Tireless poster
  • ****
    • Posts: 121
  • I own the copyright to this image... "Back Off!"
    • View Profile
I never tested it with previous versions... but when skinned under Window Blinds.. the X minimizes to tray function doesnt work... so I am running it as an excluded application .. and it works fine.

any ideas.. suggestions?


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile

Window Blinds compatibility problems has been reported in the past.  (do a forum search).  Maybe that's what you are experiencing. 
maverick


Offline chthonic

  • Tireless poster
  • ****
    • Posts: 121
  • I own the copyright to this image... "Back Off!"
    • View Profile
I did.. and there was no explaination as to how to fix it..

the odd thing is that I ahve another program.. GuildFTP that uses the same function .. and it works fine.. in fact I have two other programs that also use X minimizes to tray.. and they function as expected as well.

all I can think of is that HFS itself isnt recognizing the X icon in the skin as going to tray.. it treats it as a standard X = close.

HFS is the only program I have that does this with window blinds


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
Quote
+ Menu -> Other options -> "Enable macros.log"

can you add two switch to how create macros.log

append to macros.log
or
rewrite macros.log

and can you include into macros.log

at the place of  ---    add the section name where the evaluation is made



Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
Quote
+ Menu -> Other options -> "Enable macros.log"
can you add two switch to how create macros.log

too much options. delete it manually when you need.

Quote
at the place of  ---    add the section name where the evaluation is made

sorry, it's too hard.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
Please let me know if it's a "set-up pblm" or a "beta plbm" ...
Can't seem to be able 2 kick connection in any way, all I can do is "pause" or "switch server off".

what should that screenshot show? i don't see anything unsual in it.
is someone having his same problem?


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
too much options.????

 delete it manually when you need. ;D ;D

when I am using it to find bugs in HFS , 50% of time is using to delete it.

I delete it, I refresh web page and load macros.log in notepad++; How many times I have to make these actions in one hour, me do not count them any more

only one  option 'Macros.log rewrite instead append'  ;)

Quote
Quote
at the place of  ---    add the section name where the evaluation is made

sorry, it's too hard.
build 171
line 3548
function tryApplyMacrosAndSymbols(var txt:string; cbData:pointer; table:TStringDynArray;where:string):boolean;

line 3551
appendFile(MACROS_LOG_FILE, where+'---'+CRLF);

line 3702
 tryApplyMacrosAndSymbols(s, @md, table,'ITEM');

line 3736
  tryApplyMacrosAndSymbols(result, @md, table,'SPECIAL:BEGIN');

line 3791
 try tryApplyMacrosAndSymbols(result, @md, table,'AFTER THE LIST')

line 3985
  tryApplyMacrosAndSymbols(s, @md, table,'GET MAIN PAGE');

ce serait déjà un petit plus..
merci d'y réflechir positivement
« Last Edit: January 10, 2008, 10:59:07 PM by mars »