Re: [global] config still editable by admin of top group, posted by Konstantin Olchanski on Wed Sep 17 21:55:57 2025
|
Another idea, if you have root access to the elog server, you can temporarily make the elog config file unwritable to the elog user, nobody will be
able to change it from the web interface. (and as root, you can edit it using emacs). But in general case, yes, it is better to setup a separate
elog instance for what you do. Still, make the config elog unwritable by the elog user, so it cannot be hacked too easily. K.O. |
*.cxx files missing in elog-3.1.5-1.tar.gz, posted by Frank Heyroth on Tue Jan 31 17:40:22 2023
|
I downloaded the last elog-3.1.5-1.tar.gz to install elog.
All *.cxx files are missing. |
line breaks in 'Subject', posted by Evinrude Motor on Sun Aug 13 20:24:41 2023
|
Certain characters contained in the 'Subject' will cause the text to split into multiple lines .
For example if I enter "My Subject" in the 'Subject' field it is displayed as
My |
Re: line breaks in 'Subject', posted by Stefan Ritt on Mon Aug 14 08:35:58 2023
|
There are two locations where 'Subject' is shown, the list display and the individual message display. I guess you mean the first one.
In that case, you can modify the CSS styel sheet 'elog.css' and add following statement to the classes list2 and list2h:
.list2 { |
Re: line breaks in 'Subject', posted by Evinrude Motor on Mon Aug 14 13:15:38 2023
|
Thanks for that bit of info . I had looked at that file but the answer was not obvious to me . Now I have to have an ELOG entry about , well , ELOG :}
Stefan
Ritt wrote:
There are two locations where 'Subject' is shown, the list display |
File/App associations for attachments, posted by Evinrude Motor on Sun Aug 20 20:49:04 2023
|
Is there somewhere I can change the file extension / app associations ? When I open an ".ods" attachment ELOG lets me pick the app . If I open
a ".eml" it dumps me into the browser. At the system level ".eml" is associated with "thunderbird"
|
Re: File/App associations for attachments, posted by Evinrude Motor on Thu Aug 24 15:54:51 2023
|
I was thinking I could accomplish this with some 'attribute' change but havent fogured it out yet .
My preference would be for elog to ask everytime .
Evinrude |
Re: File/App associations for attachments, posted by Stefan Ritt on Thu Aug 24 16:43:41 2023
|
Below are the MIME types hard-coded into elogd. As you can see there is neither .ods nor .eml. If you give me the MIME type, I can add that easily. I
wonder however why both work differently for you. I believe this is a browser setting.
Stefan |