ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65626
|
Sun Oct 21 22:51:07 2007 |
| Arno Teunisse | A.teeling3@chello.nl | Info | Windows | 2.6.5-1890 | Re: Quick Filter and boolean option question | Thanks Stefan , i'll wait. Sorry.
Stefan Ritt wrote: |
Arno Teunisse wrote: | Because I did not get an answer i think i must ask it in an other way |
The reason you did not get an answer was not that you asked the wrong way, but simply that I'm pretty busy these days. So just be patient, I won't forget you. And sending several support requests certainly does not help you  |
|
65625
|
Sun Oct 21 22:35:19 2007 |
| Arno Teunisse | A.teeling3@chello.nl | Question | Windows | 2.6.5-1890 | opening a local html file | Hello
I've managed to create several logbooks that are an index of a (slow) shared
directory. Now I use elog to search for files that are located on the slow
shared directory and just have to click on the link in the elog logbook to open
the file. Every day a simple batch file and 2 perl scripts will recreated the
elog logbooks. So updates are done without any user input. ( mainly via the
elog.exe program ) This all works great.
To access the shared files in the above mentioned logbooks i use for one of the
attributes : (All on one line) :
<A HREF='\\////HOST/dir 1/dir 2/dir 3/dir 4/dir 5/dir 6/dir 7/filename.doc' target='_blank'>filename.doc</a>
And this works great.
In the above the .doc may be replaced with .html, .xls or whatever WINDOWS
supports.
Here is my question :
Now I want to open a .html on my local drive. Should be possible but i seem to
miss the correct format. With local drive I mean the drive that elog is running
on. In my case this is C:
I tried :
file:///c:\dir 1\dir 2\file.html
file:///c:/dir 1/dir 2/file.html
<A HREF="file:///c:\dir 1\dir 2\file.html">file.html</a>
<A HREF="file:///c:/dir 1/dir 2/file.html">file.html</a>
<A HREF='file:///c:\dir 1\dir 2\file.html'>file.html</a>
<A HREF='file:///c:/dir 1/dir 2/file.html'>file.html</a>
and much more variants of the above. ( the first two examples do not respect the
Spaces in directory names and file name, tried some quoting, but does not help)
In my browser ( IE7.0) i see in the status bar :
file:///c:/dir%201/dir%202/file.html
That seems to be OK. But nothing happens when i click the left click the link in
the elog logbook.
The above contains the correct directories and filenames. I know that the file
is there because right clicking the link in elog and selecting "Save Target As"
will save the file. However just left clicking the link to the file does not
open the browser to display it. ( As i stated : this works on a shared drive, but not
on a local drive.)
Any suggestions ? |
65624
|
Sun Oct 21 12:21:09 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | Windows | 2.6.5-1890 | Re: Quick Filter and boolean option question |
Arno Teunisse wrote: | Because I did not get an answer i think i must ask it in an other way |
The reason you did not get an answer was not that you asked the wrong way, but simply that I'm pretty busy these days. So just be patient, I won't forget you. And sending several support requests certainly does not help you  |
65623
|
Sun Oct 21 00:17:34 2007 |
| Arno Teunisse | A.teeling3@chello.nl | Info | Windows | 2.6.5-1890 | Re: Quick Filter and boolean option question |
Arno Teunisse wrote: | ; BUG : When "Contract" is at the second position in the "Attributes".
; We See in the "Quick Filter" a pulldown showing "Serienummer" with only "0" or "1" ,
; this is NOT what i want or is expected !!!
[WRONG]
Attributes = Server , Contract , ContractID, Serienummer,Locatie , Category , TEST4
Options Category = Server, Printer , Disk, Router
; Please notice that the boolean attribute is at the second position in the attributes <list>,
;this is a bug, otherwise the "Quick Filter" gets it wrong. So Boolean attributes must always
;be the last item when defining the Attributes
Options Contract = boolean
Quick Filter = Server , Serienummer , Category
; This is OK : Just moving the "Contract" to the end of the "Attributes"
; Now the "Quick Filter" is a normal entrie field and not a pulldown.
; So , now i can enter a Serialnumber. This is what i want and is expected.
[OK]
Attributes = Server , ContractID, Serienummer,Locatie , Category , TEST4 , Contract
Options Category = Server, Printer , Disk, Router
; Please notice that the boolean attribute is the last in the attributes <list>, this is a bug, otherwise the "Quick Filter" gets it wrong. So Boolean attributes must always be the last item when defining the Attributes
Options Contract = boolean
Quick Filter = Server , Serienummer , Category
Just switch between "wrong" and "OK" to see the "quick filter" changes. |
Arno Teunisse wrote: |
Hello again
Maybe it's not nice to begin with "BUG:" but i was in a hurry. Sorry for that.
Because I did not get an answer i think i must ask it in an other way : De [WRONG] and [OK] configurations are identical except for the order in which the Attributes appear. This causes the "Quick Filter" problem, as you can see when changing between the [Wrong] and [OK] tabs.
Am I missing some config setting or i am lost here ?
By the way : I see you are running version 2.6.5-1937. Is there a windows version of that too ?
with kind regards
|
|
65622
|
Fri Oct 19 22:59:31 2007 |
| Arno Teunisse | A.teeling3@chello.nl | Info | Windows | 2.6.5-1890 | Quick Filter and boolean option question | ; BUG : When "Contract" is at the second position in the "Attributes".
; We See in the "Quick Filter" a pulldown showing "Serial Number" with only "0" or "1" ,
; this is NOT what i want or is expected !!!
[WRONG]
Attributes = Server , Contract , ContractID, Serienummer,Locatie , Category , TEST4
Options Category = Server, Printer , Disk, Router
; Please notice that the boolean attribute is at the second position in the attributes <list>,
;this is a bug, otherwise the "Quick Filter" gets it wrong. So Boolean attributes must always
;be the last item when defining the Attributes
Options Contract = boolean
Quick Filter = Server , Serienummer , Category
; This is OK : Just moving the "Contract" to the end of the "Attributes"
; Now the "Quick Filter" is a normal entrie field and not a pulldown.
; So , now i can enter a serialnumber. This is what i want and is expected.
[OK]
Attributes = Server , ContractID, Serienummer,Locatie , Category , TEST4 , Contract
Options Category = Server, Printer , Disk, Router
; Please notice that the boolean attribute is the last in the attributes <list>, this is a bug, otherwise the "Quick Filter" gets it wrong. So Boolean attributes must always be the last item when defining the Attributes
Options Contract = boolean
Quick Filter = Server , Serienummer , Category
Just switch between "wrong" and "OK" to see the "quick filter" changes. |
65621
|
Fri Oct 19 21:44:00 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | ELOG V2.6. | Re: Add date and time stamp to file upload |
Fergus Lynch wrote: | Hi, I think this would be great new functionality, so I would propose the date/time stamp for an uploaded file was placed just after the file size text that appears at the far right hand side of all attachments. |
I implemented this as you can see at elog:Linux+Demo/14 . The new feature will be contained in the next release, and will also work for entries made before this feature was implemented. |
2331
|
Fri Oct 19 09:08:06 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | V2.6.5-189 | Re: default css style |
Arno Teunisse wrote: | The default tiny.css has a bug in it.
It's calling a class that does not exists. The class name is : list1h and list2h. |
Thanks Arno. I didn't touch tiny.css since a couple of years now, and the list1h/2h were introduced after I wrote tiny.css. Actually compact.css had the same problem. I added this to the SVN version, so it will be included in the next release. |
2330
|
Thu Oct 18 23:18:03 2007 |
| Arno Teunisse | A.teeling3@chello.nl | Question | Windows | V2.6.5-189 | default css style | The default tiny.css has a bug in it.
It's calling a class that does not exists. The class name is : list1h and list2h. So I added :
/* Just highlighting the last entries , Added by Arno Teunisse . Elog is calling
these, but they are not defined in the css style sheets*/
.list1h { border:1px solid #3080FF;
border-top:1px solid white;
border-left:1px solid white;
background-color:Yellow;
text-align:center;
}
.list2h {
border:1px solid #3080FF;
border-top:1px solid white;
border-left:1px solid white;
background-color:Yellow;
text-align:center;
}
If these are NOT defined the user that edit's an entrie and does a "list" afterwards get's the colorization of a menu and all is shifted onto the left.
with kind regards
Arno Teunisse
|
|