ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
587
|
Mon Jul 12 15:54:11 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.5.3 | Re: An "options"-list starting with a " character is handled incorrectly |
> Options Student name = "Doe, John", "Foo, Bar".
I fixed this bug. Please obtain the newest snapshot (see download page). |
588
|
Mon Jul 12 15:57:39 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.3 | Re: How to construct different logbooks with the same logbook options |
> I know I can simply copy the settings for logbook B and repeat the settings
> for all logbooks C-S. But is there a better way to accomplish this?
Yes. Put all common settings into the [global] section, only differences into
the individual logbook sections. Like
[global]
Attributes = ....
Options ....
[A]
; Logbook A is different
Attributes = ....
Options = ...
[B]
Option X = ...
[C]
Option X = ...
[D]
Option X = ...
This way all logbooks "inherit" the settings from the [global] section, only the
differents are superseeded in the individual sections. Still you need two lines
for each logbook, but all recurring configuration can be omitted. |
592
|
Wed Jul 14 11:57:18 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.3 | Re: How to construct different logbooks with the same logbook options |
> Suppose I want to have different password files for all the logbooks, but I want to
> have a single (admin) user that can log in to all logbooks... Do I need to specify
> the admin data in all the different password files, or can I use one global
> password file containing the login name and password for the administrator?
I would not recomment different password files for all logbooks, but a common one and
individual "login user" options on the logbooks, like
[global]
Password file = xxx
Admin user = xxx
...
[A]
Options X = ...
Login user = <user1>,<admin user>
[B]
Option X = ...
Login user = <user2>,<admin user>
This has the advantage that there is only a single password file which is easier to
maintain. |
593
|
Wed Jul 14 12:12:35 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | 2.5.3 | Re: 'Full' mode gives incorrect results when searching |
Thanks for pointing out this bug. I fixed it. New version under CVS. |
597
|
Wed Jul 14 16:11:46 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.3. | Re: Always suppress email notifications |
> How can I suppress all email notifications? The "Suppress default = 2" flag
> allows me to always produce a notification, but the flag does not provide
> an option to never produce a notification. The flag "Suppress Email on
> edit" does help a bit, but still notifications for new messages will be
> sent.
Suppress email to users = 1
RTFM |
598
|
Wed Jul 14 16:26:48 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.3 | Re: Admin right |
> Can i check , with the new snap shot , can i disable the capability for the admin
> to delete the logbook and create new logbook
> I tried with the config -
> Allow Delete the logbook = admin
> but cannot , please advise
No, disabling the capability to delete the logbook is not implemented. Usually the
admin user is an experienced user who knows what she/he does. The admin user typically
also was write access directly to the elogd.cfg file, and no flag in the world can
then prevent them from adding/removing logbooks by changing elogd.cf directly.
> And As for the id , can i have the month and the day in the id , what is the
> corresponding field for just the month and day , if there is .
No, but it's on the wishlist. I added your vote there.
> And is there a way to prevent preset value get overwritten when user do a reply
> Example , i preset a field with
> Preset test = "9v"
> so when the user submit , it will have 9v and they may have enter some following
> value. but when a user reply , the test field get reset back to 9v
This is clearly a bug. The 'Preset test = 9v' should not be evaluated on a reply. I
fixed that and updated the CVS and snapshot.
- Stefan |
601
|
Wed Jul 14 21:53:02 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | 2.5.3 | Re: Question on how "Format <attribute> = " works |
Just have a look at elog:571 which should answer your question. Also look at
elog:Config+Examples/4 which is the configuration of this Forum (which as you can
see has all attributes in a single line, even using different fonts). |
602
|
Wed Jul 14 22:21:55 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | All | 2.5.3 | Re: Wishlist: TOOLTIP for ATTRIBUTES |
> Using the COMMENT feature to add guidance to an ATTRIBUTE works great, but
> is it possible to add a TOOLTIP <ATTRIBUTE> = so as to save screen space?
Where should the tooltip appear? In the entry form or when an entry is
displayed, or even in the tabular listing? I can put a title arround the
attribut names such as
<div title="Please enter some subject here">Subject:</div>
which gets interpreted by most browsers as a tooltip. However it's not
apparent to the user that leaving the cursor on top of "Subject" opens a
tooltip, especially since the cursor is displayed as the text cursor (vertical
bar), not as an arrow over the attribute. Do you have a link to a public web
page which uses tooltips?
> For a complex entry form it is desireable to try and have everything in a
> single window and this, I think, would help.
Aiming for running elog on you PDA? Let me know if you succeed... |