How to pass attachment names to an Execute line?, posted by Alexandre Lindote on Thu Oct 19 11:45:18 2006
|
Hi,
I'm trying to pass the name of an attachment in a "Execute new " line, but I can't seem to get the correct syntax...
|
How to overide the Date attribute?, posted by Adam Blandford on Wed Nov 24 07:47:25 2010
|
Hi I have a logbook where I want to override the default Date attribute.
I would like to set it by default to the entry date but enable the user to modify
to a different date if desired. This is for entries that pertain to an activity performed on a date different to the entry date.
To acheive this I have
created an attribute called "Subject Date" and used preset = $date. In general this works but I would be happy to take any other suggestions on how to |
How to not expose elog port when running under a reverse proxy, posted by Nicola on Mon Jan 22 08:22:33 2024
|
I am running elog under Apache as explained in the administrator's guide. Everything works fine, butmy IT service complains about the elog port being
publicly exposed, so I have to fix this. As far as I understand when running under a reverse proxy there's no need for the port to be publiuclyexposed,
but I cannot find how to configure the elog server to expose it only locally |
How to make two attributes reacting with each other, posted by Xuan Wu on Thu Jan 5 12:55:05 2017
|
Hi all,
I have two attributes defined like following
Attributes = Author, Author Email, Icon, Category, System, Subject |
How to make personal ELOG to public, posted by Hien Doan on Tue Mar 30 12:56:48 2021
|
Dear experts,
I am trying to use ELOG for my projects which we want to record every daily activities.
|
How to make a table of contents, posted by Stefan Ritt on Fri Apr 27 14:06:34 2007
|
For those people who have not fully understood the discussion of elog:2218, here is an example table of contents.
[LINE]
[ANCHOR]toc[/ANCHOR][LIST]
|
How to make Subst run?, posted by Robert Heine on Thu Aug 26 15:37:20 2010
|
Dear colleagues,
I tried to get an Subst <attrib> = $shell(<command>) to work and put this into a Preset text line, like e.g.:
|
How to login and export to CSV using wget?, posted by Alan Grant on Sun Apr 24 02:09:47 2016
|
Is it possible to use wget to log into elog and export all of a logbook's data into a CSV file?
I can accomplish this perfectly when authentication IS NOT required by using: wget --no-check-certificate -O e:\export.csv http://localhost:8080/demo/?mode=CSV1
However, I cannot accomplish it when authentication IS required by using: wget --no-check-certificate -O e:\export.csv "http://localhost:8080/demo/?mode=CSV1&uname=agrant&upassword=skipper" |