ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
67699
|
Mon Sep 8 14:51:35 2014 |
| Sara Vanini | vanini.sara@gmail.com | Question | Linux | latest | default font style |
Hi,
is it possibile to set a default font style: format, font, size, color, etc? how?
Thanks a lot
Sara
|
66808
|
Wed May 5 13:43:41 2010 |
| Sara Vanini | sara.vanini@pd.infn.it | Question | Linux | latest | default font size in editor window |
Hi,
is it possible to have as DEFAULT the font Size larger ?
Thanks
Sara |
2330
|
Thu Oct 18 23:18:03 2007 |
| Arno Teunisse | A.teeling3@chello.nl | Question | Windows | V2.6.5-189 | default css style |
The default tiny.css has a bug in it.
It's calling a class that does not exists. The class name is : list1h and list2h. So I added :
/* Just highlighting the last entries , Added by Arno Teunisse . Elog is calling
these, but they are not defined in the css style sheets*/
.list1h { border:1px solid #3080FF;
border-top:1px solid white;
border-left:1px solid white;
background-color:Yellow;
text-align:center;
}
.list2h {
border:1px solid #3080FF;
border-top:1px solid white;
border-left:1px solid white;
background-color:Yellow;
text-align:center;
}
If these are NOT defined the user that edit's an entrie and does a "list" afterwards get's the colorization of a menu and all is shifted onto the left.
with kind regards
Arno Teunisse
|
66633
|
Tue Dec 1 14:20:04 2009 |
| Terry Shuck | t.lshuck@gmail.com | Question | Windows | 2.7.7-2271 | default Status descending |
Is there a way to configure ELOG to default to the Status column in descending order rather than the Date in descending order?
Thanks |
65941
|
Fri Aug 1 13:47:58 2008 |
| Niklas | elog@niklas.hoglund.pp.se | Question | Linux | 2.7.3 | deadc0de |
Hi,
my ELOG sometimes dies with "deadc0de", do I have too large ELOG config or logbook? Or is it simply a bug?
What can I do to solve this problem? "ulimit"? Or some trace output from elog?
BR, Niklas |
67607
|
Wed Nov 13 13:36:48 2013 |
| David Pilgram | David.Pilgram@epost.org.uk | Question | Linux | 2.9.2-2475 | date and time |
[13 Nov]
As my threads have lots of replies, I end up with a forest of ">" characters which makes it difficult to read
earlier quoted entries (what with word-wrapping of the browser).
I thought to replace the ">"s by a simple date entry prepended to the start of each reply. - much as I have
given at the top of this initial entry.
So this is what I put in the config file:
....
Time format = %a %d %b %y
Date format = %d %b
Prepend on reply = [$date] \n
...
The time is used in the string for the Thread display.
Only I don't get the date, with the date format, prepended to replies but the time, in the time format, as
[Wed 13 Nov 13]
Now this is hardly a disaster, but any ideas why the date formatting is being ignored? |
68975
|
Thu May 16 18:00:22 2019 |
| Daniel Pfuhl | daniel.pfuhl@medizin.uni-leipzig.de | Question | Windows | V3.1.4 | custom subject for mail info |
Hello,
we are extensively using ELOG for documenting changes in our infrastructure. It is very helpful for us.
To avoid multiple documentation efforts it would be even more helpful if the subject of an ELOG entry also could be the subject of the mail which is sent out. With that we could send mails to our ticket system and include the special ticket number to make the right assignment in our ticket system.
Does anyone know if this could be accomplished with the latest version of ELOG?
Best regards,
daniel |
69588
|
Fri Dec 2 14:02:49 2022 |
| Laurent Jean-Rigaud | lollspam@free.fr | Bug report | Linux | 3.14 EL7 EPEL | custom css not loaded |
Hi,
I use some CSS for each elog to resize column correcly and it seems that current ELOG version 3.14 available from EPEL for EL7 has a problem (maybe others also).
The browser console displays an error when loading ELOG logbook page (french locale ):
La feuille de style https:/xxxxx.xxx.xx/elog/MCO/1130_171749_REUNION_20221130_Q01.jpgelog-mco.css n’a pas été chargée car son type MIME, « text/html », n’est pas « text/css ».
It seems ELOG server send the css link with enclosure path (https:/xxxxx.xxx.xx/elog/MCO/1130_171749_REUNION_20221130_Q01.jpg) + css file (elog-mco.css) ?!?
I tryed to rebuild the last source from git under EL7 but it fails with LDAP libs (C++ regression already reported in elog:forum/69478). :-(
Thanks for help.
Laurent |