Re: Highlight code?, posted by Stefan Ritt on Tue Sep 6 15:29:22 2016
|
In the HTML editor, you can select the code text, then select from the "Styles" drop-down the style "Computer Code", and on the "Normal"
drop-down the formatting "Formatted". This puts the code in <pre> and <code> tags, so you don't have to manipulate
HTML directly. |
Re: Windows service settings, posted by Stefan Ritt on Fri Sep 9 11:33:04 2016
|
These problems are usaully related to user rights. Try starting the service under a different (maybe admin) user.
Stefan
christian |
Re: notification error services in CentOS 6.5, posted by Stefan Ritt on Wed Sep 21 17:23:15 2016
|
Ok, I will include this patch in the distribution.
Stefan
Darren |
Re: calculate diff of 2 date(s), posted by Stefan Ritt on Fri Sep 30 12:33:38 2016
|
There is the "subst on edit = ..." option you should use in addition.
Stefan
Alex |
Re: Reset a user's password, posted by Stefan Ritt on Fri Oct 28 16:41:11 2016
|
Sure. Hit "Config", select other user, and click on "Change password".
Stefan
Val |
Re: Cancel button missing when editing an entry, posted by Stefan Ritt on Wed Nov 16 14:01:18 2016
|
The problem is that the elog database does not allow for a copy of an entry before you make modifications (and therefore get a "draft"). This
is actually very simila to other note taking programs. I use Evernote, which constantly synchronizes between devices, and there I also cannot go back to
the version before I started making modification. What one would need is a version system (and Evernote has one), so you can go back to the previous verison, |
Re: Cancel button missing when editing an entry, posted by Stefan Ritt on Mon Nov 21 15:07:05 2016
|
Well, the "undesired effect" you describe is exactly the reason for having drafts. Somebody works on a lengthy message, then the browser dies,
or the user by accident hits the "back" button and (by accidnt, ehem...) confirms the dialog popping up which says "changes will be lost".
In that case the draft mechanism should take care of that the lengthy message is not lost. That's where it is for. If one does not like it, one can |
Re: Cancel button missing when editing an entry, posted by Stefan Ritt on Thu Nov 24 08:40:31 2016
|
Andreas Luedeke
wrote:
But as a first step, it might be worthwhile to document this behaviour
in the ELOG "User's Guide". Drafts are currently only mentioned in the elogd.cfg syntax pages under "Save drafts" and "autosave". |