ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65979
|
Wed Sep 17 19:14:45 2008 |
| George Chisholm | george.chisholm@terasengas.com | Question | Windows | 2.7.4-2111 | Default list option | How do I set a default list option?
I have an attribute called Active with options yes, no
When I do a list I want to see just the records having yes.
When required, the quick filter allows me to see records with option = no or all the records.
Thanks
|
65985
|
Thu Oct 2 19:00:25 2008 |
| Wythe IT | carwile@avwtech.com | Bug report | Windows | 2.7.4 | Random Crashes | 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. |
65987
|
Fri Oct 3 15:29:01 2008 |
| Ben Shepherd | bjs54@dl.ac.uk | Question | Linux | Windows | 2.7.2-2041 | Summary lines spill over | Hi,
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?
ben |
65989
|
Wed Oct 8 15:10:25 2008 |
| Neo | Neo.X@web.de | Question | All | | Deny Wildcards |
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 = * |
65993
|
Sun Oct 12 20:40:32 2008 |
| Steve Nahn | nahn@mit.edu | Question | Linux | 2.7.4-2111 | Maximum number of mail recipients | Just wondering if there is still a maximum number of mail recipients? I saw a number of 112 floating around in old forum entries, and I need more, like currently 300. When I try it, the elogd hangs, not much output to speak of, but won't reply to Apache on its port. Any quick fix (like changing a def'd variable somewhere?) |
65994
|
Mon Oct 13 00:08:03 2008 |
| Brassmann | info@flash-networx.de | Question | Linux | 2.7.5-2130 | Author field read only in new posts | 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 |
65999
|
Mon Oct 13 13:06:59 2008 |
| Brassmann | info@flash-networx.de | Question | | | Guest Account doesnt work | Hi ,
i have a little problem with the guest access. There is no acces to the logbooks as a guest. Evereytime i see the loginbox after clicking the logbook.
[Informations] Guest menu commands = List, Back, Find, Login, Help Guest find menu commands = List, Find, Select, Login, Help Password file = ./passwd Self register = 1 Logfile = elogd.log Logging level = 3 Login expiration = 24 Admin user = testuser
Theme = default Preset Author = $long_name Attributes = Author, Subject Locked Attributes = Author Required Attributes = Author, Subject Page Title = ELOG - $subject Reverse sort = 1 Quick filter = Date, Subtext
Thanks for help, Brassmann |
66002
|
Tue Oct 14 10:29:34 2008 |
| T. Ribbrock | emgaron+elog@ribbrock.org | Question | Linux | 2.7.5-2130 | "Style" based on two MOptions - possible? | We have a logbook in which we use two "Status" attributes, both of which are MOptions. What we want to do is have the corresponding line of the list change its colour depending on the combination of those attributes. I have done so successfully using "Style" for a single Options or MOptions or even two Options (using conditionals and a third attribute), but up until now I have no luck with two MOptions. Conditionals do not seem to work with MOptions (the manual only mentions Options and when I tried anyway, it did not work... ) and multiple "Style" statements also do not seem to work. I've tried the following:
MOptions StatusA = Status-A-red, Status-A-orange, Status-A
MOptions StatusB = Status-B-red, Status-B-orange, Status-B
Style StatusA Status-A-red = background-color:red
Style StatusA Status-A-red | Status-A-orange = background-color:red
Style StatusA Status-A-red | Status-A = background-color:red
Style StatusA Status-A-red | Status-A-orange | Status-A = background-color:red
Style StatusA Status-A-orange = background-color:orange
Style StatusA Status-A-orange | Status-A = background-color:orange
Style StatusB Status-B-red = background-color:red
Style StatusB Status-B-red | Status-B-orange = background-color:red
Style StatusB Status-B-red | Status-B = background-color:red
Style StatusB Status-B-red | Status-B-orange | Status-B = background-color:red
Style StatusB Status-B-orange = background-color:orange
Style StatusB Status-B-orange | Status-B = background-color:orange
As far as I can see, the "Style" statement for StatusB only gets evaluated if none of the statements for StatusA matches (i.e. StatusA = Status-A). What I would want to achieve is that any "red" condition in either StatusA or StatusB takes precedence over "orange" and "none" and that "orange" takes precedence over "none".
Is there any solution for this problem short of merging both status attributes into one (which would be very unwieldy, especially, as StatusB is not used at all in some cases)? Any suggestions are most welcome!
Thanks in advance,
Thomas |
|