ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66936
|
Fri Nov 12 16:50:18 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Mac OSX | 2.7.8 | Re: Execute a python command? |
harley wrote: |
Is there a way to add a button to the elog interface which would execute a python command?
|
No, there are only the options
execute new = ...
execute edit = ...
execute delete = ...
though which you can execute external scripts. Maybe this is enough? |
67191
|
Mon Feb 13 13:38:19 2012 |
| Adam | dellzoid@hotmail.com | Question | Linux | 2.7.8 | redirect permission |
Hi All,
Perhaps a trivial question but some issues have arisen accessing my long-running elog with SSL enabled. I suspect firewalls and browser updates are involved and I do not have the time or experience to diagnose and debug such a potential black-hole of difficulties. Instead I am looking for a quick fix, and the first step - switching off sll - seems to work. Now I would like to use redirect so that the elog is running under apache, however this is where I have stumbled; I have passwords so the plan is to eventually secure using apache. Apache works fine and is running pages on ports 80 and 443, although I seem unable to redirect the elog (port 8080). Following the instructions on the administrators guide I get:
Forbidden
You don't have permission to access /elog/ on this server.
The page is found at least so my redirect is doing something, and I suspect the solution is trivial, though I'm not too sure where to start.
-------------------
Also, what is the best practice for updating one's elog version. I originally installed using a tarball.
|
67205
|
Wed Feb 22 13:18:37 2012 |
| Adam | dellzoid@hotmail.com | Question | Linux | 2.7.8 | Re: redirect permission |
Adam wrote: |
Hi All,
Perhaps a trivial question but some issues have arisen accessing my long-running elog with SSL enabled. I suspect firewalls and browser updates are involved and I do not have the time or experience to diagnose and debug such a potential black-hole of difficulties. Instead I am looking for a quick fix, and the first step - switching off sll - seems to work. Now I would like to use redirect so that the elog is running under apache, however this is where I have stumbled; I have passwords so the plan is to eventually secure using apache. Apache works fine and is running pages on ports 80 and 443, although I seem unable to redirect the elog (port 8080). Following the instructions on the administrators guide I get:
Forbidden
You don't have permission to access /elog/ on this server.
The page is found at least so my redirect is doing something, and I suspect the solution is trivial, though I'm not too sure where to start.
-------------------
Also, what is the best practice for updating one's elog version. I originally installed using a tarball.
|
Still struggling with this issue, if anyone has managed to solve it let me know. I've done the obvious and checked ownership/ permissions of the elog folders and they are exactly the same as etc/var/www, which is working in apache. |
67426
|
Mon Jan 14 03:05:41 2013 |
| Bruce Weber | bruce.weber@inmarsat.com | Question | Windows | 2.7.8 | Dual Time display and entry times |
ELog has been installed on our local server which runs on local time (UTC +8) and is working well, however, we work in two time zones.
Our PC's run in local time (IT requirement) but need to save and display one log in UTC and one log in local time - can this be done?
Appreciate anyones help!
Thanks |
67427
|
Mon Jan 14 13:33:19 2013 |
| Yoshio Imai | $user_email | Question | Windows | 2.7.8 | Re: Dual Time display and entry times |
Depending on whether I understand your requirement correctly, the following solution should work:
- define an additional logbook attribute, say "UTC Date"
- preset it on entry creation and submission with the UTC timestamp (cf. section "Attributes" of the ELog configuration guide):
Preset UTC Date = $utcdate
Subst UTC Date = $utcdate - prevent the attribute from being changed manually by adding it to the
Locked Attributes = < ... > andFixed Attributes Edit = < ... > lists, respectively.
You may also have to add it to theRemove on reply = < ... > list if replies turn out to keep the "UTC Date" value of the original entry.
Regards, |
68309
|
Thu Apr 28 16:45:41 2016 |
| steve bray | steve.bray@vca.gov.uk | Question | Windows | 2.7.8 | How to delete a logbook? |
Hello,
What is the procedure to delete a logbook (incl. attachments)?
Steve |
68312
|
Fri Apr 29 11:45:51 2016 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.8 | Re: How to delete a logbook? |
Deleting a logbook in the config page (via "Delete this logbook") only removes the logbook defiition from the config file. To really erase all information you have to go to the file system and delete the whole directory belonging to that logbook. You have one subdirectory per year, containing all logobok entries and also attachments, so make sure you do a recursiver directory removal.
Stefan
steve bray wrote: |
Hello,
What is the procedure to delete a logbook (incl. attachments)?
Steve
|
|
68313
|
Fri Apr 29 13:36:49 2016 |
| steve bray | steve.bray@vca.gov.uk | Question | Windows | 2.7.8 | Re: How to delete a logbook? |
Stefan,
Thank you that is exactly what I needed to know.
Steve
Stefan Ritt wrote: |
Deleting a logbook in the config page (via "Delete this logbook") only removes the logbook defiition from the config file. To really erase all information you have to go to the file system and delete the whole directory belonging to that logbook. You have one subdirectory per year, containing all logobok entries and also attachments, so make sure you do a recursiver directory removal.
Stefan
steve bray wrote: |
Hello,
What is the procedure to delete a logbook (incl. attachments)?
Steve
|
|
|