ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
576
|
Thu Jul 8 23:41:43 2004 |
| G | levineg@med.govt.nz | Question | Linux | Other | 2.5.3 | Re: ELOG & Selection Page | Great! That takes care of the problem for sure.
Cheers once again for such a quick response.
GL.
//we use ELog very extensively internally, it's great, especially now with
replication//
> > The problem I have is I want to have a main selection type page so when a
> > user enters ELOG they see this page with links on it to main logbook groups.
>
> I added a new flag
>
> Show top groups = 1
>
> which shows the list of to groups. Hope this is what you want. The new version
> is available from CVS (see download page). |
577
|
Fri Jul 9 10:32:52 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.3 | Re: Admin right | > I have setup top group in my elog . I will want to restrict the different
> admin user on the global and the global on top groups .
> But however i am not able to use the configuration on "admin user" on the
> global portion to strict admin of top group to access the main global
> config .
> Did i configure it wrongly or is there a way?
There was indeed a bug which I fixed. Please obtain the newest snapshot (see
download page). If an admin user is defined in a top group, it does not gain
access to the global if the admin of the global is different, like
[gloabl]
password file = passwd
admin user = joe
Top group g1 = demo1, demo2
Top group g2 = demo3, demo4
[global g1]
admin user = joe
[gloabl g2]
admin user = jack
[demo1]
....
So if user "jack" is logged in to demo3 and therefore g2, he can change the
[global g2] section, but not the [global] section, since only user "joe" is
allowed to so do.
> And for email notification , is there a way which i can select who to email
> it to ? like check box etc.
This is not directly implemented, but one can configure this kind of "manually",
like
Attributes = ..., Send Email, ...
ROptions Send Email = joe, jack, ...
Email "Send email" joe = joe@some.domain
Email "Send email" jack = jack@other.domain
The option "Email <attribute> <value> = <email address>" gets executed when the
attribute "Send email" has the value "joe" in the first line, so email is sent
to joe@some.domain. It's a bit cumbersome since one cannot use the email
addresses from the password file, but better than nothing.
> And is there a way which i can setup the summary page to refresh every
> 15mins , so that new entry can be shown ?
No, this is not foreseen. One should use email notification for that, which
tells you immediately (not after 15 mins) when a new entry has been submitted.
> And can i make the message id unique , when i move the messages from one
> log book to another log book , the messages id change accorddingly based on
> the number or messages . Anyway for me to make it fixed even i moved to
> another log book , i need the running number still .
The message id must be unique in a logbook (like in a relational database). If I
would keep the id when moving entries to another logbook, this could cause a
conflict. Assume you have two logbooks both with three entries having ID's
1,2,3. Now you move ID 3 from the first logbook to the second, but ID 3 exists
already in the second logbook, so you would have that ID twice, which breaks the
database structure. What you can do however is user an "numbered" attribute like
Attributes = ..., tag, ...
Preset tag = ID%d
For each new submission, the attribute "tag" gets a new number, like ID1, ID2
etc. These attributes are not modified when moving an entry to another logbook,
but if the target logbook has already an entry with the same tag, you get this
tag twice. I don't know if that is what you want... |
578
|
Fri Jul 9 18:14:59 2004 |
| Todd Corsa | tcorsa@bnl.gov | Question | Linux | 2.5.3 | Re: Locking the Text field | > > Is there a way to disable editing of the textarea, but still allow editing
> > of other fields in the entry? (e.g. Fixed Attributes Edit = Text)
I added a flag
Fix text = 0|1
A division in "fix text edit/fix text reply" does not make sense here, since I only
can lock the whole textfield, therefor just the switch.
New version under CVS (see download page). |
581
|
Mon Jul 12 09:31:03 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | | Re: multiple "text entry" field | > Is it possible to add one more "text entry" field ?
I guess you mean the main body text, which is multi-line. No, this is not
possible right, now, but I added your vote to the wishlist istem "Multi-line
attributes". |
582
|
Mon Jul 12 10:36:22 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | All | 2.5.3 | Re: Formatting parameters for attributes | > 1. Is there a possiblity to fix the position of the attribut fields if they are in
> the same line? As. ex. if one attribute is empty or contain a very short value it may
> be possible that the position of the following atrributes in the line are moving to
> the left, if the value is very long, they move to the right side. This make it
> sometime not easy to read the informations, specially if the user browses trough some
> entries, the picture the eyes are scanning is changing.
Yes there is a possibility. In the format option, you can specify two CSS names, one for the
attribute and one for it's value. The default ones are "attribname" and "attribvalue". Just
make new ones by copying these two, renaming it to something like xxxname and xxxvalue where
"xxxx" is the name of the attribute. You find that in the file themes/default/default.css.
They contain a field called "width:" which can be changed:
.typename {
width:150px; <-- must be changed
background-color:#CCCCFF;
border:1px solid #0000FF;
border-top:1px solid white;
border-left:1px solid white;
padding:3px;
}
By having separate classes for all attributed, you can change their width separately,
accomplishing hopefully what you need.
> 2. Did I understand you right, that tis will not work while editing? I would like to
> put this to the wish list for a uppcoming version (not very importand, but VERY nice
> to have), that it may be possible to use Format in the new and edit mode too, because
> it is somtimes more comfortable to have some attributes grouped locically in one line
> or to have a overview over all attributes on one screen without scrolling while editing.
I will put this on the wishlist.
Stefan |
584
|
Mon Jul 12 15:13:56 2004 |
| Todd Corsa | tcorsa@bnl.gov | Question | Linux | 2.5.3 | Re: Locking the Text field | > > > Is there a way to disable editing of the textarea, but still allow editing
> > > of other fields in the entry? (e.g. Fixed Attributes Edit = Text)
>
> I added a flag
>
> Fix text = 0|1
>
> A division in "fix text edit/fix text reply" does not make sense here, since I only
> can lock the whole textfield, therefor just the switch.
>
> New version under CVS (see download page).
Thanks Stefan. Again, my hat is off to you for a great app.
Todd |
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). |
589
|
Wed Jul 14 08:57:37 2004 |
| darshak | oradrs@yahoo.com | Question | All | | Re: multiple "text entry" field | Your guess is correct. I would like to have that feature in ELOG.
Thanks
> > Is it possible to add one more "text entry" field ?
>
> I guess you mean the main body text, which is multi-line. No, this is not
> possible right, now, but I added your vote to the wishlist istem "Multi-line
> attributes". |
|