Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 755 of 808  Not logged in ELOG logo
    icon2.gif   Re: Fixed text, posted by Andreas Luedeke on Wed May 27 08:41:05 2015 
Hi Neal,

you can preload words into one attribute field, but one field is either editable or not, you cannot protect single words in
a field.

But the ELOG way to solve this would be to have multiple attributes: you would get one entry field for each attribute.

Just
look at this logbook: it has the attributes Icon, Author, Author Email, Category, OS, ELOG Version and Subject.

You can change the content
    icon2.gif   Side effects of draft messages (was Fixed text), posted by Andreas Luedeke on Wed May 27 08:54:27 2015 
Hi Stefan,

I got an answer to a forum entry before I actually finished writing my post! It is obviously possible to reply to a draft
message.

I think it would be excellent if draft messages would only be shown to their authors (except maybe in case of an anonymous author).

It
feels wrong if I watch people while they making an entry ;-)

Anyway, it is just an idea.

Cheers

Andreas

 
    icon2.gif   Re: RSS Feed Not Providing Time Stamps For datetime Attributes, posted by Andreas Luedeke on Wed May 27 10:50:41 2015 
Hi Kamen,

I've just tried it for V3.1.0 (6ab0fd5) and the described behaviour is unchanged.

It is even worse if you
don't specify the "RSS Title": datetime attributes are just displayed as seconds of the epoch then.

I think this is a feature
of ELOG at the moment.

You'll either need to dig into the code yourself or wait for Stefan to fix it.

 

I
icon5.gif   ELOG Version field in elogs/Forum, posted by Andreas Luedeke on Fri May 29 09:38:40 2015 
Hi Stefan,
could we change the format of the "ELOG Version" field in this logbook, that one can enter the full git revision
number?
    icon2.gif   ELOG Forum: drafts cannot be deleted, posted by Andreas Luedeke on Fri May 29 09:46:11 2015 
I wanted to reply to the post "Three problems..." and then changed my mind. 
But since this logbook does not allow to delete entries (not even my own) I was neither able to remove the draft
nor the final entry.
    icon2.gif   Re: Different way CSS files are handled, posted by Andreas Luedeke on Fri Jun 5 19:01:05 2015 
Hi Stefan,

there is a little problem with the Makefile (on SL5 and SL6): the following line:

        @$(INSTALL) -m 0644 themes/default/* $(ELOGDIR)/themes/default/
    icon2.gif   Re: ckeditor "Insert Timestamp" bug (was: Three problems with elogd 3.1.0-2), posted by Andreas Luedeke on Fri Jun 5 19:08:17 2015 
I can confirm that there is currently a problem with the ckeditor "Insert Timestamp" button.

It apparently calls javascript
code in ckeditor/plugins/timestamp/plugin.js

to catch a string from the URL "../../?cmd=gettimedate"

(I think this
is one too many "../", but anyway). if you try this for the Forum:

https://midas.psi.ch/elogs/Forum/?cmd=gettimedate

it
    icon2.gif   Re: option transfer, posted by Andreas Luedeke on Fri Jun 5 19:35:34 2015 
Why would you transfer the message to the text box?

 

You can have a "Message" attribute, which is an option
list.

If the first option "Custom" is chosen, then you get an additional field "Custom Message".

We have
an attribute "Entry type", there we could add the type "Message", if the attribute should not exist for other types of entries.

 

As
ELOG V3.1.5-3fb85fa6