ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
409
|
Fri Jul 25 02:02:48 2003 |
| eric wooten | wootene@verizon.net | | Windows | 2.3.9 | elog.exe cmd line - seems to just hang |
elog -h 192.168.0.25 -p 80 -l Database -a Type=test1 -a OS=W2K -a Loc=room1
-a Status=operational
doing anything wrong here? |
408
|
Thu Jul 24 15:10:14 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | Windows | 2.3.9 | Re: Bottom text = <file> not displayed in every screen? |
> I tried to add a file with the "Bottom text = <file>" option.
>
> Although one would suggest that the bottom text file is included in every
> page, I only saw the file appear in the page that appears when you issue
> the "cmd=Edit" command.
That's really weired. The file is displayed at the bottom of single messages,
and the message list, but NOT at the form, which you reach with the "Edit"
command. So all I can suggest ist the following:
- Hit the reload button on your browser each time you change that file, to
make sure the browser does not display a page from its cache
- The HTML file is *included* in the normal page, so it should not contain
<HTML> or <BODY> tags. Start with a simple file containing something like
<center>Test</center>
and see what you get.
- Make sure the file is in the elog "resource" directory, which gets
displayed if you start elogd with the "-v" flag.
Let me know if any of this helped. |
407
|
Wed Jul 23 12:53:25 2003 |
| Robert Keeney | brassrlk@yahoo.com | Question | Linux | elog-2.3.6-1 | Re: Email Notification |
I have had this installed for about two weeks now and it seems to be working
fine. I haven't seen any problems at all and none of the other users have
reported any.
Thanks. This is very helpful.
> > Is there a way to configure elog so users that have their email notification
> > on only get notified for updates to logs they have access to? I've looked
> > all through the documentation and I can't seem to find a way to do this.
>
> I guess you have a global password file and use "login user" statements for
> your logbooks. I have added some code which does per default not send any
> email to people who are not in the "login user" list, in case this list is
> present. New code under CVS. Please give it a try and let me know if it works
> for you.
>
> - STefan |
406
|
Tue Jul 22 16:21:51 2003 |
| R. Beekman | rbeekman@hiscom.nl | Bug report | Linux | Windows | 2.3.9 | Bottom text = <file> not displayed in every screen? |
I tried to add a file with the "Bottom text = <file>" option.
Although one would suggest that the bottom text file is included in every
page, I only saw the file appear in the page that appears when you issue
the "cmd=Edit" command.
Resolving this would enhance the ability to create skin. |
405
|
Fri Jul 18 08:57:21 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | 2.3.9 | Re: Version 2.3.9 released today |
> It appears Im having problems getting this to work, my config is as follows, yet
> its not updating the log file since i installed the new RPM 2.3.9, is there a
> problem or am I doing something wrong ?
Oops, there was a bug. I added the resource directory in front of the logfile name,
which is not correct if the logfile name contains an absolute path. I fixed that in
the current CVS version. As a temporary fix, remove the resource dir in your elogd.cfg
or remove the full path in the logfile (the file will the be put into the resource dir
of course...). |
404
|
Fri Jul 18 01:58:10 2003 |
| Gary Cramblitt | garycramblitt@comcast.net | Question | Linux | v2.3.9 | Re: Modify the date of an entry? |
> > I figured out how to hide columns, using the "Display search" parameter. (BTW,
> > suggest you modify the Administrator manual to mention that "Display search" applies
> > to the initial display as well as any "Find"s. I had seen this, but assumed it
> > only applied to actual search results.)
>
> Fully agree. The name comes from historical reasons. I renamed "Display search"
> to "List Display". Will come in the next version.
>
> > Still have not figured out how to change
> > the default sort attribute however.
>
> There is a little trick to do that:
>
> Start page = ?rsort=Issue
>
> Since sorting is done only lexically, you need a special date format like
>
> Date format = %Y %m %d
>
> in order to sort correctly.
Thanks again! That did the trick. One little hassle is that I had to go back and edit
all the Issue fields in my existing records so they would have the correct date format.
Rock on OSS! |
403
|
Thu Jul 17 18:06:17 2003 |
| nickc1 | nick@nick.com | Info | | 2.3.9 | Re: Version 2.3.9 released today |
Cheers
It appears Im having problems getting this to work, my config is as follows, yet
its not updating the log file since i installed the new RPM 2.3.9, is there a
problem or am I doing something wrong ?
Thanks in advance.
[global]
port = 81
Logbook dir = /data
Logbook Tabs = 1
Main Tab = Home
Page title = LogBook System
SMTP host = support.localnet
Logfile = /var/log/elogd.log
Logging level = 3
Resource dir = /usr/local/elog
Welcome title = <img src="logo.gif"><p><font size=4 color=white>Customer Relational
Management System</font>
Page title = Customer Relational Management System
Bottom text = bottom.html
URL = http://172.16.24.108:81/
> > Can you give a syntax example of the Logging Level option ?
>
> Please refer to the documentation (http://midas.psi.ch/elog/config.html), I just
> updated it. "Logging Level = 3" is the maximum level which includes writes and
> reads. |
402
|
Thu Jul 17 10:46:29 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | 2.3.9 | Re: Version 2.3.9 released today |
> Can you give a syntax example of the Logging Level option ?
Please refer to the documentation (http://midas.psi.ch/elog/config.html), I just
updated it. "Logging Level = 3" is the maximum level which includes writes and
reads. |