ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
359
|
Tue Jun 3 17:51:39 2003 |
| Tomas Rudolf | tomas@mba.be | Question | | | Loging user's activity |
I was wondering if there is a way to have a more detailed log of users'
activities?
Current Logfile = <file> gives a good base for information about
logins/access to 'protected' logbooks.
What we would like to have is information about when a user reads an ELOG
entry (to be able to determine the reaction/response time).
For instance the LOG could look sg like this:
%%user %%datetime %%logbook %%record read/edit/new/delete |
389
|
Fri Jul 4 21:26:03 2003 |
| Tomas Rudolf | tomas@mba.be | Request | | | Re: HTML page formating |
Very interesting, indeed!
Thank you very much for the implementation. I believe this is a big step ahead
in terms of ELOG screen formating (and therefore easier/more ergonomic
dataentry/reading).
We will test your modifications as soon as you make a new release.
Tomas
> I implemented your request. The syntax is:
>
> Format <attribute> = <flags>,<css_class_name>,<css_class_value>,<width>,<size>
>
> <flags>
> Sum of following values:
> 1: Display attribute in same line as previous attribute
> 2: Display radio buttons or check boxes in separate lines (if applicable)
>
> <css_class_name>,<css_class_value>
> Cascading Style Sheet class names used for cells containing attribute name
> or value, respectively. The classes must be defined in the style sheet file
> (usually themes/default/default.css)
>
> <width>>
> Width of the text entry field in characters
>
> <size>
> Maximum number of characters allowed.
>
> Default is "0, attribname, attribvalue, 80, 500". Trailing parameters can be
> ommitted, so specifying for example only the flags is possible.
>
> In order to have several attributes in one line, each line is now a separate
> table. This requires adjustment of the CSS class "attribname". Best you use
> the current default stylesheet (http://midas.psi.ch/elogdemo/default.css).
>
> You can compare the two different approaches (one attribute per line/multiple
> attributes per line) in this forum and the "archive" logbook. The "subject"
> field in this forum also uses a different style class.
>
> Note that if you upgrade to the current CVS version
> (http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.129), you also
> have to change following options in your elogd.cfg:
>
> - The style sheet must contain the new class "attribhead"
> - "Email message body" has been replaces by "Email format"
> - "Filtered browsing" is now off by default
> - Locking (during editing of messages) is disabled by default, and enabled
> by "Use lock = 1" |
68802
|
Fri May 18 00:57:33 2018 |
| Tom Roberts | tom.roberts@iit.edu | Bug report | Windows | latest | elogd service crashes after windows update |
We have been using elog on Windows 10 for a long time. Today, after a Windows update, the elogd service started crashing (error 1067, unexpected termination). It ran fine just before the Windows update (which took > 1 hour, so it was a major one). Uninstalling and re-installing did not help, including replacing my elogd.cfg with the default. Installing on another PC (that also has this update) fails in the same way. I have a good backup of my logbook.
Any suggestions? |
67564
|
Thu Sep 12 18:01:34 2013 |
| todd | todd.holsten@noaa.gov | Question | Linux | 2.9.2-1 | posting future logbook entries |
Is there a way to post a logbook entry to a future dated logbook file? I've searched through the user manual for forward dating but can't seem to find anything. As an example at my office, a user wants to add a personal entry stating they will be absent from work on October 5th and I would like that entry information written to the 131005a.log file instead of the current days log. |
2140
|
Sun Feb 18 10:51:13 2007 |
| Tobias Bagger | tobiasb@trashmail.net | Question | Linux | 2.6.3-1762 | Preset of a drop-down box entry with a "%" character |
How do I preset a drop-down box entry which contains a % character?
I use following lines in the elogd.cfg:
Options list->ta = K - 0%, S - 10% (text a1), F - 20% (text a2)
Preset list->ta = K - 0%
The documentation says:
If a preset value is given for an attribute which has an options list, the preset value is selected in the drop down box by default.
But this doesn't work for me. I also tried
Preset list->ta = "K - 0%"
Preset list->ta = K - 0%%
Preset list->ta = K - 0\%
without success. What's the right way to do this?
Best regards
Tobias |
67464
|
Thu Mar 7 12:50:51 2013 |
| Tobias Meyer | tobias.meyer@ptb.de | Question | Windows | V2.9.2-245 | Fixed Attributes on first reply |
Hi i am new here,
is there a way to use a Parameter like this "Fixed Attributes on first reply"? |
67466
|
Thu Mar 7 13:35:52 2013 |
| Tobias Meyer | tobias.meyer@ptb.de | Question | Windows | V2.9.2-245 | Re: Fixed Attributes on first reply |
Stefan Ritt wrote: |
Tobias Meyer wrote: |
Hi i am new here,
is there a way to use a Parameter like this "Fixed Attributes on first reply"?
|
No, only "Fixed Attributes Reply".
|
OK :-|
Thanks for the quick response |
66719
|
Sat Feb 20 14:57:27 2010 |
| tom | tnielsen91@gmail.com | Question | Linux | latest | Log Thread Close Automatically |
If you have a logbook and you create a new entry, is it possible to put a time limit on that new entry so that edits/replies are only valid for certain amount of time. I am looking for a way that would allow me to have a user start a new message, but after 8 hours, that message becomes locked and no one can edit or add to the message. This is for some shift work and we do not want users to go back after their shift and edit the messages. |