Re: Incorrect Display, posted by Geoffrey Carman on Fri Jun 3 17:34:44 2005
|
David Spindler wrote: |
BTW, I love elog and have it running at work. It is being used extensively. |
We just did the 2.60 beta upgrade, and now our pre-existing logbooks, with a
List Display = Name, Author, Date for example will only show the first two fields.
It seems like Elog is dropping the last attribute in the List Display line.
We can 'fix' it by making it say:
List Display = Name, Author, Date, Date
so that it drops the second Date, but that is a bad workaround.
Anyone else seeing this?
Elog 2.60 beta on Linux, Firefox 1.04 as the client. Or IE fully patched on WinXP SP2.
PS: Love Elog at work here too! Truly has made our documentation way better. And RSS feeds of the logbooks is just wonderful. |
Guest menu commands not working as advertisted, posted by Greg Christian on Tue Jun 14 16:50:41 2016
|
Hello,
I am trying to set up my elog to have read-only guest access and require registration/password for users to be able to post to the elog. I've tried following the instructions here: https://midas.psi.ch/elog/faq.html#6, i.e. putting the following lines under the [global] section of my elogd.cfg file:
Menu commands = List, New, Edit, Reply, Duplicate, Find, Config, Logout, Help
Guest menu commands = List, Find, Login, Help
When I do this, I do get guest acccess, however the menu items are
New | Find | Select | Import | Config | Logout | Last day | Help
rather than the List, Find, Login, Help I would expect. Also, if I click on Logout, it simply does nothing, which means there's now no way to log in as a registered user.
Any thoughts on what might be wrong?
Thanks,
Greg |
Re: Guest menu commands not working as advertisted, posted by Greg Christian on Tue Jun 14 18:32:03 2016
|
Got it. Thanks!
Stefan Ritt wrote: |
There are two menus, one for the list display, and one for the individual entry display. To change the first, you need
List menu commands = ...
Guest list menu commands = ...
Greg Christian wrote: |
Hello,
I am trying to set up my elog to have read-only guest access and require registration/password for users to be able to post to the elog. I've tried following the instructions here: https://midas.psi.ch/elog/faq.html#6, i.e. putting the following lines under the [global] section of my elogd.cfg file:
Menu commands = List, New, Edit, Reply, Duplicate, Find, Config, Logout, Help
Guest menu commands = List, Find, Login, Help
When I do this, I do get guest acccess, however the menu items are
New | Find | Select | Import | Config | Logout | Last day | Help
rather than the List, Find, Login, Help I would expect. Also, if I click on Logout, it simply does nothing, which means there's now no way to log in as a registered user.
Any thoughts on what might be wrong?
Thanks,
Greg
|
|
|
Re: Unformatted Appearance of Elog, posted by Greg Christian on Tue Mar 22 17:58:32 2022
|
In trying to fix this, I have re-downloaded the source from github rather than the source at http://elog.psi.ch/elog/download/tar/elog-latest.tar.gz, which is apparently very different from what is on github. Now I am running ELOG V3.1.4-d828aa58
The problem still persists, however, although only for some of the logbooks. Curiously, it *seems* to only show up if I run elogd with the -D flag. If I just run it in the terminal, I have not seen the formatting problem (so far).
In case it's helpful, I post my elodg.cfg file.
Greg Christian wrote: |
I recently ported an elog over to a new server running Ubuntu 20.10. Everything is working okay, except sometimes I get a strange unformatted appearance when I go to the elog page (see attachment). The happening of this seems random. For example, yesterday, when I started the elogd daemon everything looked fine, but when I log in today I get the unformatted appearance. Also, yesterday when I was setting things up, sometimes certain logbooks would have the formatting issue, and I could make this go away with a kill...restart cycle of elogd.
I downloaded the source code from here: https://elog.psi.ch/elog/download.html, selecting the elog-latest.tar.gz file.
I have tried viewing the elog on 3 different browsers (firefox, IE, Edge), result is the same every time.
Any thoughts about what the problem is?
|
|
Modify the date of an entry?, posted by Gary Cramblitt on Tue Jul 15 23:37:58 2003
|
Great program! Thank you.
Short of manually editing the logbook files, is there a way I can change the
date of an entry? I want to transfer my "Linux Journal", which I have been
writing as a regular document for several months, into elog so I can take
advantage of the threading, sorting, find, etc. |
Re: Modify the date of an entry?, posted by Gary Cramblitt on Wed Jul 16 21:21:52 2003
|
> > Short of manually editing the logbook files, is there a way I can change the
> > date of an entry? I want to transfer my "Linux Journal", which I have been
> > writing as a regular document for several months, into elog so I can take
> > advantage of the threading, sorting, find, etc.
>
> You cannot change the entry date, since this is kind of system stamp which
> should not be modified. But you can add an attribute like "Issue" for your
> Linux Journal, where you can add manually the month and year of release or so.
> Then you can preset this attribute with the current date, which you can change
> for older issues, like
>
> Attributes = ...., Issue
> Preset Issue = $date
> Date format = %B %Y
>
> Hope this helps.
>
> - Stefan
Yes! Thank you. But now another question. How can I hide the entry date
attribute on the summary screens and automatically sort by Issue? No point in
showing both dates. |
Re: Modify the date of an entry?, posted by Gary Cramblitt on Wed Jul 16 21:31:26 2003
|
> > > Short of manually editing the logbook files, is there a way I can change the
> > > date of an entry? I want to transfer my "Linux Journal", which I have been
> > > writing as a regular document for several months, into elog so I can take
> > > advantage of the threading, sorting, find, etc.
> >
> > You cannot change the entry date, since this is kind of system stamp which
> > should not be modified. But you can add an attribute like "Issue" for your
> > Linux Journal, where you can add manually the month and year of release or so.
> > Then you can preset this attribute with the current date, which you can change
> > for older issues, like
> >
> > Attributes = ...., Issue
> > Preset Issue = $date
> > Date format = %B %Y
> >
> > Hope this helps.
> >
> > - Stefan
>
>
> Yes! Thank you. But now another question. How can I hide the entry date
> attribute on the summary screens and automatically sort by Issue? No point in
> showing both dates.
I figured out how to hide columns, using the "Display search" parameter. (BTW,
suggest you modify the Administrator manual to mention that "Display search" applies
to the initial display as well as any "Find"s. I had seen this, but assumed it
only applied to actual search results.) Still have not figured out how to change
the default sort attribute however. |
Re: Modify the date of an entry?, posted by Gary Cramblitt on Fri Jul 18 01:58:10 2003
|
> > I figured out how to hide columns, using the "Display search" parameter. (BTW,
> > suggest you modify the Administrator manual to mention that "Display search" applies
> > to the initial display as well as any "Find"s. I had seen this, but assumed it
> > only applied to actual search results.)
>
> Fully agree. The name comes from historical reasons. I renamed "Display search"
> to "List Display". Will come in the next version.
>
> > Still have not figured out how to change
> > the default sort attribute however.
>
> There is a little trick to do that:
>
> Start page = ?rsort=Issue
>
> Since sorting is done only lexically, you need a special date format like
>
> Date format = %Y %m %d
>
> in order to sort correctly.
Thanks again! That did the trick. One little hassle is that I had to go back and edit
all the Issue fields in my existing records so they would have the correct date format.
Rock on OSS! |
|