bug in elog.spec, posted by Janusz Szuba on Mon Jul 6 19:09:48 2020
|
Hi,
in commit 1812e7c, specifying CFLAGS to make command in elog.spec, renders all other settings in Makefile void. That is, if I want to include any of KRB5, LDAP, PAM support, and change makefile accordingly, then when producing rpm they are not taken into account. Anyway, CFLAGS in Makefile are already set to the same defaults, so why it is redefined in spec file?
best
Janusz |
bug in cfg file, posted by Roberto Morelli on Thu May 22 21:36:54 2003
|
Hello Folks,
Found an interesting problem with 2.3.7 under redhat 9.0 linux.
When you take the elogd.cfg file and the menu commands = <list> and guest
menu commands = <list>, the config menu for edit the elogd.cfg stops
working, yet if I change the URL manually, I can still get to the file and
the menus do not change. If I delete all menu commands, then all works
without errors, yet the menus do not match default.
Also, the self registration function equal to 3 does not always send email.
Cheers,
Roberto |
browse for hyperlink target?, posted by George Chisholm on Thu Jun 26 22:53:59 2008
|
Just upgraded to v2.7.4 and really like the new editor but I need to be able to browse for the correct file when inserting a hyperlink. I looked into CKfinder but can't see how to use this with ELOG. Can anyone help? We have been using ELOG in our control center for about a year and it is working out great! |
broken http response when deployed on OpenShift, posted by Enrico Gamberini on Wed Jul 10 17:43:07 2024
|
Hello!
We're setting up ELOG on OpenShift. ELOG is installed on a Alma Linux 9 image. The container and the elog demo works fine executing the docker image locally.
When deployed on OpenShift, we get a weird response, that results in a 502 Bad Gateway. The broken response looks like:
# curl -v -H 'X-Forwarded-User: enrico.gamberini@cern.ch' https://psi-elog-container2-elisa-epdtdi.app.cern.ch/demo/
<html>redir</html>
HTTP/1.1 200 Document follows
HTTP/1.1 200 Document follows
Server: ELOG HTTP 3.1.5-23df00d
Content-Type: text/html;charset=ISO-8859-1
Set-Cookie: elmode=Summary; path=/demo; expires=Friday, 07-Dec-35 06:30:26 GMT;
Pragma: no-cache
Cache-control: private, max-age=0, no-cache, no-store
Notice the HTML tag before the HTTP header, as well the duplicate HTTP header.
I understand that it might be difficult to reproduce, but any input would be very welcome!
Thanks!
Best,
Enrico |
boundary problem with Type lists display, posted by Emiliano Gabrielli on Wed Feb 23 18:07:24 2005
|
using:
Display mode = threaded
List display = Subject, Type, Author, Date
in the config file (omitting "ID" then) rise the bug
ie, an unneeded "," is displayed after the "supposed to be printed" ID |
both "email <attribute> <value" and "email all" at the same time, posted by Stefano Lacaprara on Wed May 23 14:44:08 2018
|
Hi,
I have an elogbook which sends notifications to subscribers, plus, if the "Type" is "New Run", it sends the notification to a different mailing addeess and with a different subject (which need to be parsed by
a script, but that's not relevant). All works fine: the snippet of config is below.
Attributes = Subject, Author, Type
Options Type = New Run{1}
Email All = all@experiment.org
Use Email Subject = [demo] $Subject from $Author
Email Type "New Run" = new-run@experiment.org
{1} Use Email Subject = NEWRUN
However, I'd like that the notification is always sent to all@experiment.org for all entries with the standard subject, and *also* to new-run@experiment.org in case of new run with the customized one.
Apparently with the config that I'm using this is not happening, and the "new run" are only sent to new-run@experiment.org (w/ subject NEWRUN).
I could easily add the generic address in addition to new-run@experiment.org, ie:
Email Type "New Run" = new-run@experiment.org, all@experiment.org
but in this case the subject would be "NEWRUN", while I'd like it to be "[demo] $Subject from $Author".
Any idea about how this can be done?
thanks in advance, Stefano |
background color and font, posted by siva kumar on Sun Apr 4 11:26:19 2010 
|
Stefan,
i recently download the elog server for windows and configured. its working with me fine
i would like to configure my elog server for to display a different color when am giving a specific "value" for a attribute "Status".
from the documentation i found to use the
Style Status Fixed = background-color:green
but with this configuration, the entire raw will be with red color or the specified color. i am looking only for that specific box (Status column) to be with specific color.
my configuration is as follows
Attributes = Author, Type, Category, Subject, Location, Problem Description, Status
Options Status = Fixed, Under Process, Not Fixed
Style Status Fixed = background-color:green
Style Status Not Fixed = background-color:red
Style Status Under Process = background-color:yellow
Am attaching two images, one is current display and next one is what i am looking for
am not sure about will it possible or not. please guide me. if it possible with javascript please tell me how i can include a external javascript for this pupose.
Thanks in advance
siva |
back button does not work, posted by Guenter Nowak on Mon Dec 6 17:42:59 2004
|
hi
the back button/liunk does not work
if i click on an entry and then back, it does not work properly, i see the
same entry
if i click on the new button or the find button, and then back, it does
not work properly
mfg guenter |
|