ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66711
|
Wed Feb 17 17:02:38 2010 |
| soren poulsen | soren.poulsen@cern.ch | Bug report | Linux | 2.7.8-2282 | Problem using attribute type | Hi,
This little logbook has a problem:
------------------------
Attributes = Author, Category, Type, Subject, Number
Type Number = numeric
Options Category = General{1}
{1} Options Type = Routine
------------------------
(it was of course more complicated to start with).
When creating a new entry and selecting the Category option, there is a problem with the JavaScript which will populate the Type option.
To avoid the problem, I just comment out the line "Type Number ... "
Is this a bug ?
Thanks for your time
Soren
(P.S. Using a reserved name as an attribute name is maybe not optimal, but it does not seem to be the problem).
|
66710
|
Tue Feb 16 04:17:24 2010 |
| Geoff Ellis | Ellis_Geoff@solarturbines.com | Question | All | 2280 | Single Button Entry | For our application we have a lot of very common events we would like to log. It would be preferable that for certain events/entries we could setup a single button / quick entry method. Is there away to accomplish this? |
66709
|
Fri Feb 12 08:31:14 2010 |
| mike cianci | mike2.cianci@comcast.net | Question | Windows | 2.7.5-2140 | Re: Grouping Logbooks |
Stefan Ritt wrote: |
mike cianci wrote: |
I really appreciate your help and I hope that my questions warrant your time.
What I am trying to accomplish is two totally separate groups of logbooks that share a common logbook.
Three logbooks
Logbook A
Logbook B
Logbook C (just informational, write protected)
Two Groups
Top Group 1 = Logbook A, Logbook C
Top Group 2 = Logbook B, Logbook C
What is happening is everything looks good until you try to enter Logbook C from Group 1. You end up in Logbook C (the right logbook) but you are now in Group 2.
Actual Code:
;Groupings
Top Group Central = Centaur, On-LineHelps
Top Group Good Sam = GSH, On-LineHelps
|
You cannot put the same logbook into two groups. All you can do is to define two logbooks C1 and C2, and force their data directories to be the same (via the "Subdir = ..." directive), so they will actually look at the same data.
|
Stefan, sorry to bother you yet again. but I can not seem to get the "Subdir" to do what I want (user error I am sure). Thanks for any help you can give.
[OnlineHelps]
Write Password = SWNlQ3ViZQ==
;DISPLAY
Theme = default
Display mode = threaded
Mode Commands = 0
List Menu commands = New, Find, Config
Thread display = -------------- $Title --------------
Comment = On-Line Helps
Attributes = Title
Required Attributes = Title
Page Title = ELOG - $subject
Reverse sort = 1
[OLH.gsh]
Subdir = \\ssoelog\ELOG\logbooks\OnlineHelps
Write Password = SWNlQ3ViZQ==
;DISPLAY
Theme = default
Display mode = threaded
Mode Commands = 0
List Menu commands = New, Find, Config
Thread display = -------------- $Title --------------
Comment = On-Line Helps
Attributes = Title
Required Attributes = Title
Page Title = ELOG - $subject
Reverse sort = 1 |
66708
|
Wed Feb 10 15:27:43 2010 |
| Paul O'Shaughnessy | paul_o'shaughnessy@inmarsat.com | Request | Windows | V2.7.8-228 | Last 3 days of log entries | Is it possible to create a drop down menu for the last 3 days of log entries. Currently we have the last day, month, 3 month, etc.
Reason being, after a weekend most people would like to view the log entries for the last three days. Can anyone help me out here? |
66707
|
Tue Feb 9 18:54:22 2010 |
| FX FRERE | fxfrere@neuf.fr | Question | Windows | 2.7.8-2280 | can one use a IOption field for conditional tests? | Hi again,
I was wondering if one could use a conditional statement on an IOption attribute? Indeed i try to do a visual logbook (a green check for OK result, a red cross for NOK result), unfortunately i cannot refer to the attributes value for conditional test, e.g:
IOptions Status= "Delete-icon.png" {1}, "Check-icon.png"{2}
Icon comment Delete-icon.png = Failed
Icon comment Check-icon.png = OK
{1} Show Attribute Edit = Attribute1, Attribute2
Thread Icon = Status
Attribute1 and 2 do not have any sense if the result was successful,
ELOG interprets the {1} and {2} as being part of the icon name!
thanks again for your help
FX |
66706
|
Tue Feb 9 18:49:10 2010 |
| FX FRERE | fxfrere@neuf.fr | Question | Windows | 2.7.8-2280 | could not get the threaded display working | Hi,
I have been trying to get the display mode into threaded by default, it does not work on any of my logbooks. I saw related threads in this forum but none gave me a solution (unless the 2.7.8-2282 is available for download).
Here is a simple example which i can not get working.
thanks for your help
FX |
Attachment 1: elogd.cfg
|
[global]
Welcome Title = <div style="text-align: center;">log-book.</div>
; Se puede poner un vinculo havcia un sitio web y cambiar la imagen
; Esta imagen debe encontrarse en el directorio \ELOG\themes\default
Title image = <img border=0 src="logo.gif">
; Para mas seguridad se puede cambiar el puerto de ELOG
port = 2
;Uso de https para la connexion
SSL = 1
; Se debe reemplazar estos datos con los datos del servidor de mail de la empresa si se debe (o quiere) mandar emails
SMTP host = toto.com
Language = spanish
Main Tab = Accueil
Bottom text = <div style="text-align: center;">Elog backups <img src="logo.png"></div>
Email format = 111
logfile = Archivo_de_logs.txt
Logging level = 2
;Display mode = threaded
; Los usuarios deben crear una cuenta para poder utilizar la nueva herramienta
Password file = Usuarios.txt
Self register = 2
; La contraseña nominal es: admin, se puede cambiar si necesario
Admin user = administrador
; Si se quiere restringir los derechos de delete
Allow Delete = administrador
; Si se quiere restringir los derechos de modificacion
; Allow Edit = administrador
; Si se quiere restringir los derechos de créacion
; Allow New = administrador
Menu commands = List, Find, New, Delete, Reply, Logout, Help
List Menu commands = Find, New, Logout, Help
Guest Menu commands = List, Find, Login, Help
Guest List Menu commands = Find, Login, Help
[Backups del sistema]
Theme = default
Comment = test backup - Logbook Program
Welcome title = <img src="logo.gif"><p><font size=5 color=white>Welcome to our Elog</font>
Attributes = Usuario, Tarea, Fecha Operacion, Status, Subsistema, Base de Datos
IOptions Status= "Delete-icon.png", "Check-icon.png"
Icon comment Delete-icon.png = Failed
Icon comment Check-icon.png = OK
Thread Icon = Status
Thread Display = $Fecha Operacion,$Tarea,$Subsistema
Locked Attributes = Usuario
Required Attributes = Usuario, Tarea, Fecha Operacion, Status, Subsistema, Base de Datos
Preset Usuario = $long_name
Options Tarea = Backup, Restore
Options Subsistema = DBMGR {a}, MCH {b}, ALL {c}
{a}MOptions Base de Datos = ALL BASES, base1, base2, base3, base4
{b}MOptions Base de Datos = ALL, BD1, BD2, BD3
{c} Locked Attributes = Usuario
{c} Show Attributes Edit= Usuario, Tarea, Fecha Operacion, Status, Subsistema
{c} Required Attributes = Usuario, Tarea, Fecha Operacion, Status, Subsistema
Message comment = Commentarios:
Type Fecha Operacion = date
Preset Fecha Operacion = $date
Mode commands = 1
Display Mode = threaded
Page Title = Backups del sistema - $subject
;Reverse sort = 1
;Quick filter = Date, Tarea, Subsistema
|
66705
|
Tue Feb 9 15:13:20 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | last | Re: defult format in entry window |
Sara Vanini wrote: |
Hi,
is there a way to set default preferences for text in entry text window, as regards : font type, font size, line spacing, paragraph, etc...
Thanks
Sara
|
Unfortunately not to my knowledge. The underlying editor FCKEdit has however certain styles etc., and one might maybe be able to tweak that, but I never figured out how. |
66704
|
Tue Feb 9 14:41:02 2010 |
| Sara Vanini | sara.vanini@pd.infn.it | Question | Linux | last | defult format in entry window | Hi,
is there a way to set default preferences for text in entry text window, as regards : font type, font size, line spacing, paragraph, etc...
Thanks
Sara
|
|