Re: Extendable options for conditional attributes, posted by David Kappel on Mon Jan 10 20:42:31 2005
|
> > > Playing with all the configuration possibilities I have one issue:
> > > I like to use the "Extendable options" but I can't combine them with
> > > the "Conditional attributes".
> >
> > That was never ment to work. But I found some time to implement it. If you
> > download elog255-4.exe from today it whould work. Let me know if you have
> > problems.
>
Hello Stefan,
the changes I asked for, are working as requested. The extandable options are
inserted into the correct line of the conditional attributes.
Thanks.
PS: While testing on a new demo logbook, I first made the mistake to declare
both options, the first one and the related one as extendable. But I can imagine
that this was really never ment to be implemented. |
Re: implement 'hide attribute' and 'sort attribute', posted by Heiko Scheit on Mon Jan 10 20:52:13 2005
|
> > 'sort attributes' sorts the logbook entries when they are displayed. Or?
>
> Right
>
> > What I want is to rearrange the entry mask. E.g. if 'Entry type' article is
> > selected then the attributes 'Author', 'Journal', 'Title', and 'Year'
> > should be listed first, as they are required for this bibtex entry type.
> > Is it possible with the current elogd version to also sort (rearrange) the
> > attributes in the entry mask? If yes, how?
>
> Attributes are shown in the order you specify them in the config file, so what about
>
> Attributes = Entry type, Author, Journal, Title, Year ???
Because for 'Entry type'='InProceedings' one needs:
'Author', 'Title', 'Booktitle', 'Year', 'Volume', 'Number'.
So, depending on the entry type that was chosen the entry mask should change,
with the required fields first and the not valid fields should not be shown
at all, which can nicely be done with the 'hidden attributes' config option.
Only the sorting (of the entry mask!) is missing! :) |
Re: implement 'hide attribute' and 'sort attribute', posted by Stefan Ritt on Tue Jan 11 12:55:35 2005
|
> Only the sorting (of the entry mask!) is missing! :)
Ok, I put that on my wish list. So once the second or third person asks for it, I will
implement it (;-) |
Re: Login/Password request appears twice, posted by PJ Meyer on Wed Jan 12 23:48:18 2005
|
> > Have set up 3 top level groups, each with their own password file.
> > Ever since users have to 'login' twice to get to the appropriate elog.
> > You click on top level group, get to log book and click on the one you
want
> > and get login/password dialog box, click ok and and you get it again
and
> > then you finally get into the elog book.
> >
> > Anything I can check on this behavior?
>
> Sorry my late reply, was very busy these days... (;-) Can you send me your
> elogd.cfg so that I can see how you defined your groups?
>
> - Stefan
OK elogd.cfg is attached. |
Re: Login/Password request appears twice, posted by Stefan Ritt on Mon Jan 17 21:29:32 2005
|
> OK elogd.cfg is attached.
I tried to reproduce your problem, but without success. I only have to login once.
So can you please check how your cookies are set? Under Mozilla Firefox, enable
prompting for cookies (Tools/Options/Privacy/Cookies/Keep kookies=ask me every
time, IE must have similar switch). Each cookie contains a path, for which it
will be sent to the elogd in the future. Since you have your password files in
the [global] sections, they are valid for the whole set of logbooks and the path
is therefre "/". This means of course that the browser also tries to send the
cookies to the logbooks in the other top groups, since in the URL path they are
all next to each other (like "/Work+Requests", "/Completed+Work+Requests").
With the cookie prompting enabled, you can check which cookie gets set for which
directory. You should see a cookie "unm" for username, "upwd" for the encrypted
password and "urem" for the "Remember me" button. If the cookie contents is
empty, the cookie will be removed.
So carefully check the sequence of setting and resetting of cookies, trying to
figure out what goes wrong. It is a good idea for a starting point to delete all
your cookies.
- Stefan |
increasing the height of the attribute display field, posted by John Habermann on Thu Jan 20 16:32:25 2005
|
Was wondering if it was possible to increase the height that the text box
for an attribute is displayed as. I would like to construct a form for a
weekly report which consist of a couple of text area attributes. I have
found the format option and can see how you can increase the width and
number of characters but not the height. This is what is have in the config
file for the log book:
-----------------------
[Weekly Reports]
Comment = The logbook for people to enter their weekly reports
Attributes = Author,Position, Achievements_last_week, Plans for Coming Week,
Issues and Concerns, Other Items to Report
Format Achievements_last_week = 0,messageframe,attribvalue,90,1000
Show text = 0
Enable Attachments = 0
---------------------------
Basically what I would like is for the text field for 4 of the attributes to
be something like the text area for the main body. Is that possible or is a
better way to incorporate the form into the main body somehow?
Thanks for any help. Been using elog for about a month now as a logging tool
for our IT team and this is the first time i have had to ask anything thanks
to the great documentation and the example. Great job Stefan |
Re: increasing the height of the attribute display field, posted by Stefan Ritt on Thu Jan 20 17:40:33 2005
|
> Was wondering if it was possible to increase the height that the text box
> for an attribute is displayed as.
What you ask for is multi-line attributes. This is not implemented, but on the
wishlist since some time, where I added your vote.
Best regards,
Stefan |
Re: increasing the height of the attribute display field, posted by John Habermann on Thu Jan 20 23:59:19 2005
|
Sorry I didn't see the wishlist but I see what you mean. I have just found out
that pasting content that contains more than 1 line into an attribute field
crashes elog.
I have a play with the Preset text setting and see what I can come up with. By the
way there is a spelling mistake in the config.html page. In the Conditional
Attributes section you use the Preset text setting as an example but have spelt it
as "Prset text ="
Thank you for you help
John
> > Was wondering if it was possible to increase the height that the text box
> > for an attribute is displayed as.
>
> What you ask for is multi-line attributes. This is not implemented, but on the
> wishlist since some time, where I added your vote.
>
> Best regards,
>
> Stefan |
|