rejetto forum
May 25, 2012, 04:40:42 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Testing build #187  (Read 3896 times)
0 Members and 1 Guest are viewing this topic.
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« on: June 30, 2008, 09:51:28 AM »

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

what's new
+ inline layout for log toolbar
+ new template macros: dialog encodeuri decodeuri http://www.rejetto.com/forum/index.php?topic=5353.msg1033553#msg1033553
- for range "0-0" it was sent the whole file instead of the first byte
- the [style.user] trick was not applied to all the pages http://www.rejetto.com/forum/index.php?topic=5952.msg1035285#msg1035285
- vfs loading could jam www.rejetto.com/forum/?topic=5979 
« Last Edit: July 06, 2008, 01:51:02 PM by rejetto » Logged
Mars
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1481



View Profile WWW
« Reply #1 on: June 30, 2008, 12:21:03 PM »

un oubli:
le nouveau fichier default.tpl n'est pas inclus dans la version exécutable  HFS187.exe c'est actuellement le même que dans la version 186

***************************************
un problème dans les autres versions aussi:

procedure section(ofs:integer);

p:='['+p+']';

ne peut pas fonctionner avec les sections de type [p|no log]

je propose de le remplacer par:

p:='['+p;
« Last Edit: June 30, 2008, 01:41:33 PM by mars » Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #2 on: July 01, 2008, 07:26:11 AM »

right mars, i will fix it in next build.

it was going to be pointlessly complicated to support both the "|" and the "=" operators in the section name (and it would not guarantee future compatibility), so i decided to rely on the template engine itself. If you need a fast thing you can always use {.from table.}
« Last Edit: July 01, 2008, 07:51:43 AM by rejetto » Logged
NagatoYuki
Occasional poster
*
Offline Offline

Hong Kong Hong Kong

Posts: 4


View Profile
« Reply #3 on: July 04, 2008, 01:17:22 PM »

emm...
The Unicode NCR support is still buggy...
http://www.rejetto.com/forum/index.php?topic=5971.0
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #4 on: July 06, 2008, 01:52:41 PM »

i forgot to include in the list 2 new macros: encodeuri decodeuri
first post edited
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #5 on: July 06, 2008, 01:55:42 PM »

nagato, i didn't have any luck on reproducing the bug yet, but it's a huge problem, lots of people have that problem, even european languages
Logged
rejetto forum
« Reply #5 on: July 06, 2008, 01:55:42 PM »

Do you like this software? Consider even $2
 Logged
NagatoYuki
Occasional poster
*
Offline Offline

Hong Kong Hong Kong

Posts: 4


View Profile
« Reply #6 on: July 08, 2008, 08:25:33 AM »

nagato, i didn't have any luck on reproducing the bug yet, but it's a huge problem, lots of people have that problem, even european languages
Well, I didn't know what your case is used to test...
As my post said, the deep issues relate to system codepage the client and HFS using.
(Until HFS use the Unicode-components to deal with files I/O...)

But it seems that HFS isn't able to accept a filename with semicolon ';' ,and it cuts off the filename after semicolon...
« Last Edit: July 08, 2008, 08:36:46 AM by NagatoYuki » Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #7 on: July 08, 2008, 08:57:04 AM »

you are right, i will fix it ASAP
Posted on: 08 July 2008, 15:40:07
ok ";" upload problem is fixed in next build
Logged
Mars
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1481



View Profile WWW
« Reply #8 on: July 10, 2008, 08:31:12 AM »

to rejetto: found a little bug when using special import

[special:import]
{.add folder|real|template.}
{.set item|/template|hide.}
{.set item|/template|no log.}

le répertoire template existe dans le dossier du tpl, mais en ajoutant:

{.set item|/test|hide.}    où test n'est pas défini , il apparait une erreur d'exception, dont l'origine est la macro 'set item', le problème est résolu par cette modification

Quote
procedure setItem();
  var
    f: Tfile;
    cmd: string;
  begin
  result:='';
  f:=mainfrm.findFileByURL(p);
  if (f <> NIL) and f.isTemp() then freeAndNIL(f); // makes no sense to work in it
  if f = NIL then exit;
  cmd:=par(1);

En fait c'est l'ajout de la ligne contenant  'f.isTemp()' qui est en cause.


* exeption error.png (11.07 KB, 508x210 - viewed 302 times.)
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #9 on: July 10, 2008, 09:47:37 AM »

thank you for reporting mars Smiley
i just moved the f=NIL test one line up. this works as well.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page May 17, 2012, 12:54:01 PM