rejetto forum
May 25, 2012, 12:15:32 PM *
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 #221  (Read 4492 times)
0 Members and 1 Guest are viewing this topic.
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« on: February 03, 2009, 07:46:27 PM »

This build will break some compatibility with previous macros, so please check the renamings!

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

what's new
+ Menu -> Debug -> "Run script..."
+ Account notes (and related %user-notes%)
+ {.add folder.} always added to the root. Now (by default) to the current folder, but you can specify where by entering the full VFS path within the name
+ new {.get|stop spiders.}
+ new template macro: add to log
+ fingerprint and comment are delete when a file is deleted via web
* account link renamed to "member of"
* {.account linked.} renamed to {.member of.}
* {.set account|group.} renamed to {.set account|is group.}
* {.set account|link.} renamed to {.set account|member of.}
- once-real-now-virtual-folders continued to devolve their past upload permissions http://www.rejetto.com/forum/index.php?topic=6504.msg1040094#msg1040094
- accounts: rename and ENTER, without any change, broken in recent build http://www.rejetto.com/forum/index.php?topic=6578.msg1040081#msg1040081
Logged
luca69
Experienced poster
***
Offline Offline

Italy Italy

Posts: 95


drl1069@hotmail.com
View Profile Email
« Reply #1 on: February 04, 2009, 03:24:34 AM »

Installed and under evaluation.

- Account notes:
Very nice!I added to my template the following peace of code:

Code:
[special:begin]
{.set|notes|%user-notes%.}
{.set|username| {.from table|notes|name.} .}
  {.set|username|{.if|{.^username.}|{.^username.}|%user%.}.}

{.set|useremail|{.from table|notes|email.} .}
....

So in the template I can use {.^username.} instead of %user% to display the name set in the notes (if set)

Logged

Life is what happens to you while you are busy making other plans
luca69
Experienced poster
***
Offline Offline

Italy Italy

Posts: 95


drl1069@hotmail.com
View Profile Email
« Reply #2 on: February 04, 2009, 11:29:04 AM »

+ fingerprint and comment are delete when a file is deleted via web

I found a snall bug: if the flag "Virtual File System -->Support DESCRIT.ION" is not set, when a files is deleted HFS generates an empty DESCRIT.ION file which pops up in the list of files  Sad

There is a simple workarond: enable the Support DESCRIT.ION flag (the default) Wink
Logged

Life is what happens to you while you are busy making other plans
JellyFrog
Experienced poster
***
Offline Offline

Sweden Sweden

Posts: 39


View Profile
« Reply #3 on: February 04, 2009, 02:12:58 PM »

+ new template macro: add to log
Is it possible to specify a "username" for the log?

So it looks something like this:
21:09:59 JellyFrog I like HFS!

Logged
Mars
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1481



View Profile WWW
« Reply #4 on: February 04, 2009, 03:59:57 PM »

{.add to log| %user% love hfs | Clgreen.}
Logged
r][m
Insane poster
*****
Offline Offline

United States United States

Posts: 340


View Profile
« Reply #5 on: February 05, 2009, 01:30:53 AM »

Quote
{.add to log| %user% love hfs | Clgreen.}
Nice, but I guess it doesn't work in apache log?  Sad

Quote
when a files is deleted HFS generates an empty DESCRIT.ION file which pops up in the list of files 
Confirmed and work around. Really of no concern, here

Edit:
Woops ! Spoke too soon.
Descript.ion doesn't seem to be working in build 221 (works in 220).
Thats a problem for me.
Can someone else confirm?
« Last Edit: February 05, 2009, 02:55:14 AM by r][m » Logged
rejetto forum
« Reply #5 on: February 05, 2009, 01:30:53 AM »

Do you like this software? Consider even $2
 Logged
UNITEN
Guest


Email
« Reply #6 on: February 05, 2009, 06:56:45 AM »

I don't know what happen but user tends to download over the limit speed for single address and sometimes even reach OVER the speed limit.

Can anyone confirm this?
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #7 on: February 05, 2009, 11:03:54 AM »

I found a snall bug: if the flag "Virtual File System -->Support DESCRIT.ION" is not set, when a files is deleted HFS generates an empty DESCRIT.ION file which pops up in the list of files  Sad

There is a simple workarond: enable the Support DESCRIT.ION flag (the default) Wink

i think the empty file is ALWAYS created.
your workaround is just hiding it (i guess).

fixed in next build Wink
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #8 on: February 05, 2009, 11:10:51 AM »

Is it possible to specify a "username" for the log?
So it looks something like this:
21:09:59 JellyFrog I like HFS!

no, because at the moment the user is just appended to the IP address.
do you really need this feature? i can make it, but we must decide what to do when there is an IP (and maybe also a username logged in), because the log may become misleading.
if the IP is not there, then showing a username will be easy to recognize from the IP@username.
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #9 on: February 05, 2009, 11:13:26 AM »

I don't know what happen but user tends to download over the limit speed for single address and sometimes even reach OVER the speed limit. Can anyone confirm this?

Do you have reasons to think your problem is related to this build only?
Otherwise i will move it to a new and specific topic.

To know if it is so, you must reverse to a previous build and see if the problem persists or disappear.
Logged
luca69
Experienced poster
***
Offline Offline

Italy Italy

Posts: 95


drl1069@hotmail.com
View Profile Email
« Reply #10 on: February 05, 2009, 12:13:02 PM »

I found a snall bug: if the flag "Virtual File System -->Support DESCRIT.ION" is not set, when a files is deleted HFS generates an empty DESCRIT.ION file which pops up in the list of files  Sad

There is a simple workarond: enable the Support DESCRIT.ION flag (the default) Wink

i think the empty file is ALWAYS created.
your workaround is just hiding it (i guess).

fixed in next build Wink

YESSSSSS  Grin Grin
Logged

Life is what happens to you while you are busy making other plans
TSG
Operator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« Reply #11 on: February 07, 2009, 02:20:27 AM »

I found a bug, when importing our templates....

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

I ended up with a folder in the vfs with no name...
Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #12 on: February 07, 2009, 12:16:12 PM »

I found a bug, when importing our templates....

fixed in next build
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 24, 2012, 07:06:36 PM
anything