ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65983
|
Mon Sep 22 21:31:36 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.7.4 | Re: Potential bug with the Quick filter |
Paul O'Shaughnessy wrote: |
I have a muliple entry field, which is defined by MOptions, which allows you to make multiple selections into one field.
My problem is that when I try to select this option from the Quick filter menu option, it brings back no entries.
When I use the search option this works fine. Any ideas on where I go from here?
|
Recently I fixed some issues with MOptions. Please update to version 2.7.5.
|
65986
|
Thu Oct 2 20:21:15 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.7.4 | Re: Random Crashes |
Wythe IT wrote: |
Running on windows server 2003.
Mysteriously from time to time i find ELOG has crashed and i must restart it.
Event log shows:
This has occurred twice so far in the month or less elog has been running. The platform is stable and i have no other issues or negative events besides incorrect ASP calls here and there. Thanks.
Faulting application elogd.exe, version 0.0.0.0, faulting module elogd.exe, version 0.0.0.0, fault address 0x0004b9c3.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
|
Unfortunately this is not enough information for me to conclude anything. You need to be able to reproduce the crash, then tell me exactly how you did it, so that I can reproduce it. Then I have a chance to fix it. |
65988
|
Mon Oct 6 08:41:58 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | Windows | 2.7.2-2041 | Re: Summary lines spill over |
Ben Shepherd wrote: |
I've set up my ELOG configuration to display one summary line in the list view. However, a word from the next line creeps in from time to time. You can see this in my logbook - look at the 'Text' column for entries 805, 802 and 800 for instance. The word 'Shift' is from the second line of the entry, but it has been added to the summary text for some reason. Any ideas how I can fix this?
|
Your problem comes from the fact that you probably did not enter the HTML text body with the build-in editor, but copy-and-pasted it from somewhere else. ELOG determines the end of a line by looking at the line-feed character (\n), and your HTML text does sometimes not contain this character at the end, but only the HTML paragraph tag (</p>). I added some code in SVN revision 2131 to look also for the HTML tags properly, so if you upgrade to that version, it should be fine for you. |
65990
|
Wed Oct 8 15:23:56 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | | Re: Deny Wildcards |
Neo wrote: |
Ist there a possibility to use wildcards specifiing the users who are allowed to use a command, like ... Allow New = admin1, admin2, admin3 Allow Edit = admin1, admin2, admin3 Deny New = * Deny Edit = * |
Wildcards are not implemented for that purpose. But a "Allow New = admin1, admin2" implicitly denies this command for all other users, I guess that's what you want. There is also the possibility to use "Guest Menu Commands" to allow everybody to read entries, but only logged in users to write and modify them. |
65992
|
Wed Oct 8 21:37:32 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | | Re: Deny Wildcards |
Neo wrote: |
I tried it in a global group configuration
[global monitoring]
Allow Edit = admin1, admin2
Allow New = admin1
But I as admin2 am still able to create new entries in the corresponding log books.
Is this configuration only for logbooks?
|
I just tried myself with following config:
[global]
port = 8080
password file = passwd
Allow New = joe
[demo1]
Theme = default
Attributes = Author, Subject
and it jus worked fine. When I'm not logged on as "joe", the "New" command even does not appear. If you would have supplied your correct ELOG version, I could have checked if you have an old version. In that case you could upgrade. |
65995
|
Mon Oct 13 10:37:27 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.5-2130 | Re: Author field read only in new posts |
Brassmann wrote: |
Hi,
how can i make the author field read only on new postings? It should take the value from $long_name after login and without login there is no way to make new postings.
This is a part of my elogd.cfg
[global]
.......
Logfile = elogd.log Logging level = 3 Login expiration = 24 Password file = ./passwd
.......
[Informations]
.......
Logout to main = 1 Logbook tabs = 1 Guest menu commands = Back, Find, Login, Help Guest find menu commands = Find, Select, Login, Help
Preset Author = $long_name Attributes = Author, Subject Required Attributes = Author, Subject
........
Thanks Brassmann
|
All you need is an addition
Locked Attributes = Author
|
66005
|
Fri Oct 17 18:04:15 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | | Re: Easy way to submit images from screenshots as new entry |
thorsten kamps wrote: |
Hi, thanks for everyone involved for giving us the elog.
A question:
Is there an easy way (without intermediate save) to send screenshots (with irfan, snagit or hardcopy) as a new entry to an elog running on a remote machine?
Thanks, thorsten
|
I use HoverSnap. This program generates a saved screenshot with one keystroke, so at least it saves you the manual save. |
66006
|
Fri Oct 17 18:06:04 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | | Re: Possible to submit entries by email to logbook |
thorsten kamps wrote: |
Hi, thanks to everyone involved for giving us the elog.
A question:
Is it possible to submit entries to an elog on a remote machine by email?
Thanks, Thorsten
|
Have a look at Contributions. |
|