rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ladiko

Pages: 1
1
Bug reports / RAWR 0.1.2 - Search only finds files, but no folders?
« on: January 31, 2010, 04:13:39 PM »
if i search for abba, the following url is generated: http://localhost/Musik/?search=abba but this only lists the files with "abba" in the name, but not the folders. if i select extended search and select to only find folders, the url is http://localhost/Musik/?folders-filter=*abba*&recursive&files-filter=\ and the result list is empty.

why?

2
HFS ~ HTTP File Server / suggestion: search in log window
« on: December 03, 2007, 10:29:13 PM »
maybe it is not useless for power users cause they have another method for doing this, but...

i would like to have a text field in the main window to search in the log window.
best would be a search that is filtering the content ... that kicks out all not matching lines.

cause sometimes i wanna search for all actions done by one ip or all "Fully downloaded" files etc.

3
Bug reports / colums width in main windows
« on: December 02, 2007, 11:21:01 AM »
if i open the main window and take a look at the log view, i think it is too small so that i have to scroll from left to right and back. that's why i maximize the windows to "fullscreen" and what happens? the virtual file system column is maximized, but the log colums is has the same width as before so i point the mouse to the bar between virtual file system and log view and move it to the left to see more of the log. ok now everything is ok but when i restore the old size of the window, the bar moves to the left so that i see almost nothing of the virtual file system.

solution for me could be:
* fixed width for virtual file system column instead of fixed width for log colums (i think vfs has a fixed "needed" width for most people)
or
* relative size - for example it is stored that the colums has xx percent of the window width.

4
RAWR-Designs / RAWR-Player and special characters
« on: November 30, 2007, 09:11:34 PM »
Hello :-)

It seems like the RAWR-Player doesnt support special characters, for example ä ö ü ß é è, in folder or file names. is this known? is there an update planed?

thx in advance :-)

5
is it possible to search for two words in one file - for example: birthday 2006 if i am searching for the folder / file 2006 - my 26th birthday

and about the sorting of german umlauts and french/italian etc. special characters seems to be not correct. in most languages they are sorted equal or at least next to the "normal" character, but not at the end of all characters.

Code: [Select]
File Size    Location
- - - - - - - - - - - - -
1 B      n.txt
6 B      o.txt
2 B      o.txt
7 B      p.txt
4 B      ò.txt
3 B      ó.txt
5 B      ö.txt
- - - - - - - - - - - - -

the second file (6byte) is named ő.txt (hungarian special character) and is recognized as an normal o so the links directs twice to o.txt, but one of them (the 6byte one) should link to ő.txt
a better sorting would be: n o ó ò ö ő p
windows vistas explorer does it right for me

6
RAWR-Designs / search in a hidden folder
« on: November 26, 2007, 12:35:33 AM »
hello :-)

if i am in the folder blubb and type blabla into the search box it redirects me to
%host%/?search=blabla
ok that's fine for the moment. but if the folder blubb is hidden, the search doesn't work for this folder. the search seems to not work for hidden subfolders in general. this means i need a modified search box that always redirects to
%host%/%folder-path%/blubb?search=blabla
cause this is showing me the search result for files inside of this hidden folder.

what should i change? thank you in advance :-)

7
HFS ~ HTTP File Server / Search not working for subfolders...
« on: November 23, 2007, 12:24:20 AM »
- search was not compatible with other filters configured in the VFS www.rejetto.com/forum/?topic=5208.msg1029775#msg1029775
are there any plans for a recursive search in all subfolders?

8
router & port problems / UPnP support?!?
« on: September 14, 2007, 02:40:15 AM »
I found this tiny tool --> http://miniupnp.free.fr/files/download.php?file=upnpc-exe-win32-20070519.zip

with upnpc -l you can list all upnp port forwardings with upnpc -r 80 TCP you can forward port 80 TCP to the current host and with upnpc -d 80 TCP you can remove an entry. so this would be an very easy way to support upnp if hfs only starts this programm!

should be easy to implement!?

9
HTML & templates / alternating row background color?
« on: September 07, 2007, 11:16:41 PM »
is it possible to have alternating row background colors like this --> http://home.arcor.de/ladiko/http%24file%25server.htm

in this case this is done by using 2 different style classes "even" and "noteven".

i like the style of the table so if i am good enough i wanna copy that table style (table only) to the default template.

Pages: 1