ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66791
|
Mon Apr 19 08:55:19 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | 2.7.8-2278 | Re: Can other pages hide behind elog user authentication? |
Jason St. John wrote: |
Hello,
The elog security suits me just fine: the content is not available unless users have logged in, and as administrator I have complete control over who that is and what their privileges are. I can easily share somewhat sensitive notes, plots, and findings without making them completely open to the world.
I have a project which generates html pages, which I'm also not really supposed to make public to the world. I'd rather not resort to attaching them to elog entries.
Could the elog security be extended to control access to other files I put on the server?
Thanks,
-jmsj
|
If you don't want to make elog attachments, don't use elog at all. Just use a simple web server like Apache. Most web servers have some mean to protect certain web pages with passwords etc. |
66793
|
Thu Apr 22 12:29:05 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.7 | Re: Recursively open a new attribute of the same type |
Diogo Alves wrote: |
Hi,
I have a logbook which, among other things, contains these attributes:
Options Ingredient = Egg, Oil
Options Quantity = 2, 0.1L
Now, I would like to, every time I select an ingredient and respective quantity, that another Ingredient and Quantity field opens up for me to procede addind them.
I've searched in the documentation and found nothing related to this. Maybe I missed it. Is it possible to do this?
Also, is there a way to display 2 attributes in the same row? Messing with CSS is probably the only answer ... correct?
|
Recursive attributes are not possible. All you can do is to define a certain number (like Ingredient1, Ingredient2, Ingredient3) and use Conditional Attributes to show them using the "Show Attributes Edit = ..." option.
To display two attributes in the same row, use
Format <attribute> = 1
for the second attribute. |
66796
|
Fri Apr 23 08:33:53 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.7 | Re: Recursively open a new attribute of the same type |
Diogo Alves wrote: |
I guess my next question is whether it is possible to have, for example, 2 attributes:
Options Ingredient1 =
Options Ingredient2 =
Extendable options = Ingredients1, Ingredients2
sharing the exact same possible list of values.
|
If you add via an option to one Ingredient, you have to add it to the other as well. There is no automatic way to do that. |
66798
|
Wed Apr 28 11:09:47 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.77 | Re: Logout, authentication failure causes "redir" |
Niklas wrote: |
When someone logout from my Elog, or the person does not have access to a logbook (due to "Login user =") the person gets a blank webpage with "redir" typed in the upper left corner.
I guess it should redir to some webpage? How can I get it to actually do that? Am I missing something in elogd.cfg?
|
Have you tried the URL = ... statement? |
66803
|
Tue May 4 09:22:19 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.8 | Re: background color and font |
Ruslan wrote: |
Hello Stefan,
I can not find 2.7.8-5 tar file. Could you please point where it is?
Thanks,
Ruslan.
|
This is an intermediate (-5) release. Usually I do not build the tar files, since linux users can always grab the source code via SVN and built it themselves. I just make the for the Windows users since most of the do not have a C compiler. Exceptionally I made a 2.7.8-5.tar file for you, which you can obtain from the download area. |
66806
|
Tue May 4 11:43:22 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.8 | Re: background color and font |
Ruslan wrote: |
The problem is still there in 2.7.8-5. The following line 'Cell Style Status Done = background-color:green' does not do anything whereas 'Style Status Done = background-color:green' highlights the whole row. Is that fixed?
Thanks,
Ruslan.
|
Then it must be a typo in your elogd.cfg, or you forgot to restart the server. At the bottom of the elog page you must see ELOG V2.7.8-2294 like on this page. For the Demo logbook (accessible via "Demo" on the top left corner of this page, you can see how it works (Type=Routine gets green). |
66809
|
Wed May 5 13:46:40 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | latest | Re: default font size in editor window |
Sara Vanini wrote: |
Hi,
is it possible to have as DEFAULT the font Size larger ?
Thanks
Sara
|
This is controlled by the FCKEditor which is just a plug-in to ELOG. Maybe you find some information on their website: http://ckeditor.com/ |
66811
|
Fri May 7 08:09:16 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | V2.7.8-229 | Re: cell style bug? |
ch huet wrote: |
hello
i've tried to change the color of a cell with "cell style"
it doesn't works
by removiving "cell" in the line ,just to get "style" the color of all cell of the row change (so it works for that...)
regards
|
As written here: https://midas.psi.ch/elogs/Forum/66807 you need to upgrade to version 2.7.8-5 of ELOG to get this functionality. |