ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
68745
|
Mon Feb 26 18:27:09 2018 |
| Stefano Lacaprara | stefano.lacaprara@pd.infn.it | Bug report | Linux | 3.1.3 | Re: inactive users | Hi,
sorry to bother again on this issue, but it is causing me some trouble, as many of my users are using the "SetNone" button in their config page, and doing so they deactivate their account, which I have to
re-activate manually.
The warning about "Are you sure you want to deactivate your own account ..." is actually triggered only when someone toggle the "active" radio button, but not when the "SetNone" function is used. In that
case no warning is present, and the user just deactivate his/her account. I'm sure that this is not the intended behavior.
I attach a modified version of elogd.c (based on git c1866af75bb2fe62aa868c4cf562f43a08e4b499 ) with the modified javascript I proposed earlier in this thread.
best,
Stefano |
68880
|
Fri Dec 21 14:59:05 2018 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 3.1.3 | Re: inactive users | Thanks for the fix, I merged it into the current development branch.
Stefan |
866
|
Thu Jan 6 11:25:54 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | | Re: implement 'hide attribute' and 'sort attribute' | > Could you implement a 'hide attribute' and 'sort attribute' config option?
I implemented it as 'hidden attributes = <list>' and 'sort attributes'. |
870
|
Mon Jan 10 19:44:16 2005 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Request | Linux | | Re: implement 'hide attribute' and 'sort attribute' | > > Could you implement a 'hide attribute' and 'sort attribute' config option?
>
> I implemented it as 'hidden attributes = <list>' and 'sort attributes'.
'sort attributes' sorts the logbook entries when they are displayed. Or?
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?
Thanks for your time. |
871
|
Mon Jan 10 20:23:35 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | | Re: implement 'hide attribute' and 'sort attribute' | > '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 ??? |
873
|
Mon Jan 10 20:52:13 2005 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Request | Linux | | Re: implement 'hide attribute' and 'sort attribute' | > > '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! :) |
874
|
Tue Jan 11 12:55:35 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | | Re: implement 'hide attribute' and 'sort attribute' | > 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 (;-) |
1778
|
Thu Mar 23 14:49:07 2006 |
| Lars Jorgensen | lars.jorgensen@jppol.dk | Request | Linux | | Re: implement 'hide attribute' and 'sort attribute' | > > 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 (;-)
I'm asking! :-)
I have a few Extendable Options attributes, and it would be extremely nice if they got sorted as users put them
in. So that when you select the drop-down box, alle options are sorted.
Lars |
|