Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, all entries  Not logged in ELOG logo
Category:Info
    icon2.gif   Re: Elog/ImageMagick under windows 11, posted by Aled Isaac on Wed Jul 24 17:21:45 2024 
I've managed to get it working and the problem wasn't what I thought it was.  It turns out that ImageMagick v7 doesn't have a "convert.exe"
program in the windows version due to some conflict with a disk conversion utility.  The "convert.exe" has been replaced with a "magick.exe"
and so I made a CONVERT.BAT script within the elog folder with content "magick %*".  This workaround appears to have solved the problem.
    icon2.gif   Re: Extendable list of numeric items, posted by David Pilgram on Fri Jul 12 17:39:53 2024 
Just to add some points for others who may find this of use in future.

The hard coded number of entries options or Moptions can have is 100.  You can edit the code and recompile, but that would
    icon2.gif   Re: Extendable list of numeric items, posted by Sebastian Schenk on Fri Jul 12 16:51:44 2024 
Just my 2 cents:

There is a hardcoded limit how many entries the Option list can have. Without looking into the source, I assume the limit also exists for MOptions.
    icon2.gif   Re: Extendable list of numeric items, posted by Nick Sauerwein on Fri Jul 12 16:30:02 2024 
Thanks for you help. This is almost it. 

The problem is that the items are options and not freely closable numbers. In the end, with your solution, it will show you all of the previously put IDs
    icon4.gif   Re: Extendable list of numeric items, posted by David Pilgram on Sat Apr 20 18:47:37 2024 
I have replied to this entry, because, for some reason I don't understand, if I reply to your latest entry, I am
automatically logged out.  I tried this multiple times, and also on many other entries and had no issues other than
entry 69787 - any reason for this, Stefan?
    icon2.gif   Re: Extendable list of numeric items, posted by Nick Sauerwein on Fri Apr 19 12:30:52 2024 
Hey eloggers,

does anyone have an answer to this question?
    icon2.gif   Re: Extendable list of numeric items, posted by Nick Sauerwein on Tue Apr 9 09:25:01 2024 
Hey, 

thanks for your answer. I completely get your point. However, I think my question as not precise enough.
    icon2.gif   Re: Extendable list of numeric items, posted by Konstantin Olchanski on Tue Apr 9 04:46:36 2024 
I think what you want already exists, for example, when I reply to this message, there is this "Category" selection box with predefined answers 
"Info", "Bug report", etc. For your case, replace "Category" with "Wafer type ID", replace "Info" with "1", "Bug report" with "2", etc. You numeric 
values will be strings containing numbers "1", "2", etc. That works for you? K.O.
    icon2.gif   Re: Extendable list of numeric items, posted by Nick Sauerwein on Mon Apr 8 17:23:00 2024 
Hi John,

thanks for the info =). Do you known whether there is an example of how to use the list-boxes attributes?

Best,
    icon2.gif   Re: Extendable list of numeric items, posted by John Kelly on Mon Apr 8 17:08:11 2024 
Hi Nick,

If I understand your question correctly maybe this might help:

https://elog.psi.ch/elog/userguide.html

Search for 'attribute' and you will find this: 

"some attributes
icon5.gif   Extendable list of numeric items, posted by Nick Sauerwein on Mon Apr 8 15:46:49 2024 
Hey eloggers,

I am setting up an ELOG to log the cleanroom fabrication in our startup (Luxtelligence SA).
The fabrication is structured in different process steps that are performed by several wafers at the same time (each wafer as an ID).
    icon2.gif   Re: export the entries from ELOG to ECSS Word document (Manifacturing Report), posted by Stefan Ritt on Wed Jul 26 14:43:48 2023 
You can export logbook entries into a CSV file, then load it into Excel.

Stefan




Manuela
    icon2.gif   Re: export the entries from ELOG to ECSS Word document (Manifacturing Report), posted by Manuela Rigano on Wed Jul 26 11:41:40 2023 
Thanks a lot Stefan,

I asked if it is possible, in general, to create a connection and automatically fill in the tables of a report, or export the data
into excell tables to then be connected to the report, having in our case about 24 process tables to be filled in with data or validation, for each report.
    icon2.gif   Re: export the entries from ELOG to ECSS Word document (Manifacturing Report), posted by Stefan Ritt on Wed Jul 26 11:32:59 2023 Screenshot_2023-07-26_at_11.34.36.png
You can just copy-and-paste an elog entry into Word. I tested it here wiht a simple table:




one
two


three
four




Did
a copy-and-paste to Word, and got the thing below.
icon5.gif   export the entries from ELOG to ECSS Word document (Manifacturing Report), posted by Manuela Rigano on Tue Jul 25 17:50:16 2023 
HI,

Is there a way to export the ELOG entries to a file like Microsoft Word?
For ECSS-type documents for space missions, I have to report the data that we enter in the ELOG in a Manufacturing Report, foreseen for ECSS, in
    icon2.gif   Re: TEXTSIZE too big message, posted by Illam Pakkirisamy on Wed May 17 17:43:46 2023 
Hi Xuan,

Sorry for the delayed response.  I just got back from my travel.  I tried your solution, but in my system I don't see elogd.h in
the src folder.  Here is what I see and also I don't see any "make" binary in the folders.  I'm running the Windows version.
    icon2.gif   Re: TEXTSIZE too big message, posted by Xuan Wu on Sat Apr 29 01:02:30 2023 
Hi Illam,

You can find it in src/elogd.h, #define TEXT_SIZE  250000, the original value 250000, you can change it to a larger one like #define
TEXT_SIZE    1000000. Then recompile it again, just need typing "make". Elog Version is 3.1.3 in my site. HTH.
    icon2.gif   Re: TEXTSIZE too big message, posted by Illam Pakkirisamy on Fri Apr 28 19:47:51 2023 
Hi,  any help will be appreciated on this.  I have not still figured this out.

Thanks.
Illam
    icon2.gif   Re: New elog version 3.1.5, posted by Finn Junker on Wed Apr 12 15:08:15 2023 
Hi Laurent

It is possible to use the attached but the elogd will not start as a service anymore - is there a fix to that aswell?

Kind Regards Finn
    icon2.gif   Re: New elog version 3.1.5, posted by Laurent Jean-Rigaud on Wed Apr 12 00:09:08 2023 elog-win64.zipelog-win64_wDLL.zip
Hi,

It's possible to build elogd under windows with cygwin, but not sure that is the best as
it requires a lot of dependencies that should be included to dist package to be runnable everywhere.
    icon2.gif   Re: New elog version 3.1.5, posted by Finn Junker on Tue Apr 11 12:51:12 2023 
Hi Stefan

Is there anything the community or forum can help you with or supply for creating a windows version?

Kind Regards Finn
icon5.gif   TEXTSIZE too big message, posted by Illam Pakkirisamy on Thu Apr 6 23:20:16 2023 
Hi,

I'm getting the TEXTSIZE TOO BIG message every time I have more text in my entry.  I understand there is a way to increase the TEXTSIZE
and re-compile.  Where can I find the TEXTSIZE parameter that I can increase and also how do I re-compile.
    icon2.gif   Re: Exporting the entries from ELOG, posted by Illam Pakkirisamy on Wed Mar 1 20:12:54 2023 
Thanks Stefan for your help.  It works but the only issue is, the screenshots that were included in the body of the entries are not usable. 
Not sure if there is any workarounds for that.

...Illam
    icon2.gif   Re: Exporting the entries from ELOG, posted by Stefan Ritt on Tue Feb 28 19:22:50 2023 
Find -> Export to...




Illam
Pakkirisamy wrote:



Hi,
icon5.gif   Exporting the entries from ELOG, posted by Illam Pakkirisamy on Tue Feb 28 18:21:01 2023 
Hi,

Is there a way to export the ELOG entries into a file like an Excel sheet or something.  I see import but not export.

Appreciate your help.
    icon2.gif   Re: New elog version 3.1.5, posted by Antonio Bulgheroni on Fri Feb 3 20:26:46 2023 
Looking forward to the windows installer. 

Thanks a lot and keep up the good work!

 
icon1.gif   New elog version 3.1.5, posted by Stefan Ritt on Fri Feb 3 16:54:57 2023 
A new version 3.1.5 of elog has been released with all accumulated fixes over the past actually few years. I made a tar file, a RPM, but I could not
compile yet a windows version.

https://elog.psi.ch/elog/download.html
    icon2.gif   webkit bug, posted by Andrey Pashnin on Mon Jan 2 12:32:13 2023 
FYI

They seem to have accepted the bug report:
    icon2.gif   bug report to webkit.org , posted by Andrey on Wed Dec 28 16:09:30 2022 
It shound't be a "bug report", sorry. I have changed the category to "Info".

It seems to be really a bug in the WebKit core. I have created a bug report there. For reference: https://bugs.webkit.org/show_bug.cgi?id=249923

 
icon4.gif   Duplicated \n in "plain" format with new WebKit, posted by Andrey on Tue Dec 27 12:44:52 2022 
Dear Stefan, 

There is a problem with editing an Elog page in "plain" format with the following "User Agent" :

"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15"
icon3.gif   Finden Sie das beste Herrenhemd für den Büroalltag bei https://brandmarkt.ch/ in St. Gallen, posted by Brandmarkt on Thu Sep 29 08:52:05 2022 
Herrenhemden in St. Gallen
Titel: Finden Sie das beste Herrenhemd für den Büroalltag bei brandmarkt in St. Gallen
Wenn es darum geht, sich für die Arbeit zu kleiden, ist es am besten, eine Vielzahl von zuverlässigen Büromodellen zur Verfügung
    icon2.gif   Re: Paid version , posted by Stefan Ritt on Thu Jul 7 10:56:39 2022 
There is only an open source version.




Vasio
wrote:



Good day all ,
icon5.gif   Paid version , posted by Vasio on Mon Jul 4 12:34:13 2022 
Good day all ,

does Elog has a paid version that is not open soureced 

 
Entry   Paid version , posted by Vasio on Mon Jul 4 12:32:01 2022 
Good day all ,

does Elog has a paid version that is not open soureced 

 
    icon2.gif   Re: PDF preview special steps to enable, posted by Stefan Ritt on Tue May 10 22:40:26 2022 img.pdf.gz
I have a PDF file created by root which ImageMagic cannot convert to a .png file. If I do

convert img.pdf img.png
icon4.gif   PDF preview special steps to enable, posted by Konstantin Olchanski on Fri May 6 21:12:11 2022 
Ubuntu LTS 20.04 and others have elog PDF preview disabled by default. To enable,
please follow these steps, see https://daq00.triumf.ca/DaqWiki/index.php/Ubuntu#Enable_elog_PDF_preview
icon1.gif   ELOG problems with certificates, posted by Ezio Zanghellini on Thu Feb 10 19:03:56 2022 
Recently I have had problems with ELOG not accepting the certificates (in this case from https://letsencrypt.org/)
probably due to the old version of the SSL library of the binary distribution for Windows.
I have tried to follow the instructions to set up ELOG to work with Apache but they are probably old.
    icon2.gif   Re: Default "Author" when replying to a log entry, posted by Jan Just Keijser on Tue Feb 1 16:43:34 2022 
Excellent, exactly what I was looking for, many thanks!

 




Stefan
    icon2.gif   Re: Default "Author" when replying to a log entry, posted by Stefan Ritt on Tue Feb 1 15:43:00 2022 
As you can see, on this forum the author for replies is correct. This is done via the config option:

Preset on reply Author = $long_name




Jan
icon3.gif   Default "Author" when replying to a log entry, posted by Jan Just Keijser on Tue Feb 1 15:39:38 2022 
what is the default value for "Author" when replying to a log entry ?  I now see that for each reply to a log entry, the value of "Author"
is set to the value of the author of the original entry - this makes it very hard to see which user has replied to a particular log entry, especially when
users start replying to replies etc.
    icon2.gif   Re: How to access PSI Elog data from other web clients , posted by Andreas Luedeke on Thu Oct 21 00:42:42 2021 
There is a python API to access ELOG via HTTP: https://github.com/paulscherrerinstitute/py_elog




Lin
Wang wrote:



We want to develop separate mobile web pages for the web applications
    icon2.gif   Re: How to increase TEXT_SIZE to address entry text limit, posted by Simon Däster on Wed Dec 16 12:41:42 2020 
Hi Illam

You actually have to change the source code of elog and then recompile. Download the code from https://bitbucket.org/ritt/elog/src/master/,
change the value of the variable TEXT_SIZE in the file src/elogd.h
icon5.gif   How to increase TEXT_SIZE to address entry text limit, posted by Illam Pakkirisamy on Thu Dec 3 19:11:38 2020 
Hi,

I'm trying to increase the entry text constraint but not sure how to do this.  Couldn't find it in the documentation or may be I
missed it.  Appreciate your help.
icon3.gif   ELOG Null Pointer Dereference Denial-of-Service Vulnerability, posted by Stefan Ritt on Wed Feb 12 13:19:31 2020 
An ELOG vulnerability has been reported, thanks to Asif Akbar of Trend Micro Security Researchworking with Trend Micro's Zero Day Initiative:

https://www.zerodayinitiative.com/advisories/ZDI-20-252/

The issue has been fixed in the current release 3.1.4-033e292 and in the RPM http://elog.psi.ch/elog/download/RPMS/elog-latest.x86_64.rpm
    icon2.gif   Re: How to selectively use Top/Bottom Text JavaScript., posted by John on Wed Dec 4 20:39:41 2019 
Wow thanks again Stefan for your kind and prompt responses!!

John




Stefan
    icon2.gif   Re: How to selectively use Top/Bottom Text JavaScript., posted by Stefan Ritt on Wed Dec 4 10:15:56 2019 
In JS, you have access to the browser URL via window.location. So you can write conditional code depending on the actual elog command.

Stefan




John
icon5.gif   How to selectively use Top/Bottom Text JavaScript., posted by John on Wed Dec 4 03:06:50 2019 
I think I know what the answer(s) will be already.. that I will need to address this in JS. I don't want each screen to run/show the same code, other
than the ones I want to.  AND I do not want to have to create a custom form for each 'menu option' to achieve this (if possible).

Thanx,
icon3.gif   Example scripts how to migrate or combine logbooks, posted by Roger Kalt on Mon Nov 18 16:58:21 2019 run_modif.shgenerate_import_llrf_fwd.sh
Attached the shell scripts using awk and sed how I have migrated two separated logbooks into one single and how I re-adjusted certain attributes.
    icon2.gif   Re: Custom input forms implementation, posted by Qisheng Wang on Sat Sep 28 09:07:05 2019 
Dear Andreas,

The same problem by using the shiftchecklist and the cfg in Stefan's mail. It report the no password file, even the absolute path wroten
in cfg file.  The author field also failed to be read, it is shown as "?" in the page . Did there miss some other files?
icon4.gif   Problem with eloglang.german_UTF8, posted by Andreas Luedeke on Tue Aug 7 10:53:45 2018 
I had a problem with restarting ELOG since about a year, and finally I found the culprit. I just want to share it here, to prevent anyone else to make
the same mistake,

Apparently the files resources/eloglang.* are rather sensitive to the syntax. But it doesn't tell you: no warning or error message comes
    icon2.gif   Re: text area height, posted by Stefan Ritt on Tue Jun 5 21:37:26 2018 
The message height option only works if you select either "ELCode" or "plain" for encoding (this can also be made as default in the
config file). For the HTML editor, the size is set internally and I don't have any influenc on it.

Stefan
    icon2.gif   Re: text area height, posted by Giuseppe Cucinotta on Tue Jun 5 15:06:18 2018 fig1.pngfig2.png
I tried with Message Height = 100 inside the conifguration of my logbook, but nothing changed as you can see in the first picture...

What I'm looking for is a way, if possible, to start by default with a wider message box, someting like fig2. For our purpose, using wide
tables, it would be very useful to have a wider message box in order to have a full look to the message content, and also having it by default without
    icon2.gif   Re: text area height, posted by Stefan Ritt on Tue Jun 5 10:12:06 2018 
Have you tried

Message height = ...

unit is number of text lines.
icon5.gif   text area height, posted by Giuseppe Cucinotta on Fri Jun 1 17:08:48 2018 
Hi,

I wonder if it is possible to set a minimum default value for the height of the text box when submitting new entries. If I understood well, by
default the text box height automatically resizes in order that all the elements of the page are visible. Actually for our needs having a minimum
icon3.gif   New elog setting for large attachments, posted by Stefan Ritt on Mon Mar 26 16:32:43 2018 
Most mail delivery systems have a maximum size for attachments. In the past, if an elog attachment was larger than this size, the email server refused
to accept this email and no notification is sent. Now one can specify the maximum allowed email attachment size with

Max email attachment size = <n>
    icon2.gif   Re: Virus in latest elog?, posted by Stefan Ritt on Fri Jul 14 16:58:48 2017 
Hi Daniel,

you're the first one reporting about this virus. We have different virus checkers here at our lab and none of them triggered. So I guess
it is a false alarm.
icon5.gif   Virus in latest elog?, posted by Daniel Sajdyk on Fri Jul 14 13:11:48 2017 elog.png
Hello.

Today I wanted to download latest elog version, and got information from Eset Endpoint Antyvirus, that downloaded file has trojan horse "Generic.GQWFFXB".

It this false positive alarm?
    icon2.gif   Re: pre defined Find as Home page, posted by Andreas Luedeke on Thu Apr 6 11:01:30 2017 
It's very simple, no need for the find command. E.g.: Start page = ?Author=luedeke&Category=Question&mode=summary

in this forum would do https://midas.psi.ch/elogs/Forum/?Author=luedeke&Category=Question&mode=summary




Paraic
    icon2.gif   Re: Empty mxml directory in commit a6e5962, posted by Stefan Ritt on Tue Jan 31 21:29:05 2017 
The mxml package has been converted into a submodule in the git repository. At http://midas.psi.ch/elog/download.html you see that you need a "--recursive"
flag to clone it. If you have already checked out the sources, you need a

git submodule update --init --recursive
icon1.gif   Empty mxml directory in commit a6e5962, posted by Christine Quicot on Tue Jan 31 17:49:16 2017 
Hello,

I wonder if it's normal that in the sources files, new created mxml directory is empty.

In commit # a6e5962 4 files are deleted but not moved:
    icon2.gif   Re: Elog source code giving errors when compiling about missing header files, posted by Stefan Ritt on Thu Dec 22 09:41:35 2016 
You need the netdb.h header file to compile elog. I see that you compile under Windows. You have to make sure that your compiler installation comes with
all header files. The netdb.h file is usually in /usr/include under Unix.




rahul
icon5.gif   Elog source code giving errors when compiling about missing header files, posted by rahul bhandari on Wed Dec 21 20:15:19 2016 
I downloaded the source code from the git repository which contained the new fix that was made for the missing username-crash error. I tried compiling
the elogd.c file using a GCC compiler and it gave an error about missing header files. It first gave an error about netdb.h file and when I commented that
header file call, it gave further errors for other header files. I do not really understand why it gives an error about that.  
    icon2.gif   Re: Display of draft entries in elog, posted by Stefan Ritt on Fri Dec 2 14:54:58 2016 
In version 3.1.2-416db9f I implemented a "Restore" button, which should fix the second drawback. If you press it, you should be able to go
back to where you started when editing an entry.
icon3.gif   Display of draft entries in elog, posted by Stefan Ritt on Fri Dec 2 13:54:36 2016 
Dear all,

there seems to be still lots of confusion with the new "draft modus" introduced in elog 3.1.2. Here is how it works:

If you edit an old or new entry, your changes are written to the elog server every few seconds. The entry in the elog database is marked as "draft".
icon3.gif   New elog version 3.1.2, posted by Stefan Ritt on Mon Sep 5 10:31:02 2016 
A new version 3.1.2 of elog has been released today and can be retrieved through the normal download section. Since it fixes some vulnerabilities, it
is recommended to update to this version.

Stefan
    icon2.gif   Re: string length limit in url tag, posted by Andreas Luedeke on Thu Jul 21 06:15:44 2016 
Several strings in ELOG are limited to 256 chars. It is likely the limit for URLs, too.

The magic number "256" appears 285
times in the elogd.c file.

It is probaly easier if you compress long URLs with goo.gl

Cheers, Andreas




Don wrote:


icon1.gif   string length limit in url tag, posted by Don on Wed Jul 20 16:03:24 2016 
What is the string length limit in url tag and how to increase it?

For example,

[url=http://example.com?<text_string>]click here[/url]
    icon2.gif   Re: Custom input forms implementation, posted by Andreas Luedeke on Sat Jul 9 10:44:45 2016 
You might try to specify an absolute path to the password file in the configuration.

I would need a complete minimal configuration that creates that problem.

 
    icon2.gif   Re: Custom input forms implementation, posted by JD on Fri Jul 8 12:09:45 2016 
Hello Stefan,

I created a custom form with the example you provided. When I enter the Data and Submit the Form I get the error message "Datei
passwordfile.xml kann nicht geöffnet werden: No such file or directory".  Posting stuff works in all
    icon2.gif   Re: Find empty attributes, posted by Stefan Ritt on Wed Feb 17 18:33:18 2016 
Cool, I didn't know that trick myself, thanks for sharing.




Andreas
Luedeke wrote:



It is possible for normal string attributes: the regular expression
    icon2.gif   Re: Find empty attributes, posted by Andreas Luedeke on Wed Feb 17 18:08:53 2016 
It is possible for normal string attributes: the regular expression pattern "^$" can be used to search for an empty string.

E.g.
in this Forum "ELOG Version" is a required attribute, and should never be empty. But if you search for:

https://midas.psi.ch/elogs/Forum/?mode=threaded&reverse=0&reverse=1&npp=8&ELOG+Version=^%24

you'll
find a couple of entries from a time where it apparently wasn't a required attribute.

Cheers

Andreas

    icon2.gif   Re: Find empty attributes, posted by Stefan Ritt on Wed Feb 17 08:18:05 2016 
Unfortunately not possible.

Stefan




Arno
icon5.gif   Find empty attributes, posted by Arno Teunisse on Tue Feb 16 23:19:31 2016 
Want to use the find function from ELOG to search for empty fields ( Attributes that are not defined ) 
How to do that ? 
Could not find it in the Forum.
icon3.gif   Slackbot for ELOG, posted by Tamas Gal on Wed Jan 13 08:25:50 2016 elog-slack.png
Dear all,

I just wanted to share a small script which I wrote to integrate our ELOG in Slack. This allows us to be notified immediately if there is a new
logbook entry directly within the appropriate Slack channels. We're using ELOG V2.9.2-245 but if the log-file format has "Subject,
icon1.gif   WYSIWYG editor for Elog not working in Debian Jessie, posted by Nicola on Tue Nov 3 18:22:33 2015 
I suspect that this might be a Debian packaging issue; however no one replied to my help
request on the Debian forums so I try posting the question also here. I insatlled Elog on my Debian Jessie machine, I can open it with a browser but
when entering a new post just a simple plain text editing box is shown instead of the WYSIWYG editor, and no drag and drop area for attachments is shown.
    icon2.gif   Re: Version 3.1.1 of elog has been released, posted by Stefan Ritt on Thu Aug 20 15:52:26 2015 
Thanks for reportung that bug. I fixed it in revision f828049.




Edmund
Hertle wrote:



There seems to be a small problem with the new "Date/Time format
    icon2.gif   Re: Version 3.1.1 of elog has been released, posted by Edmund Hertle on Thu Aug 20 14:23:43 2015 
There seems to be a small problem with the new "Date/Time format <attribute>" implementation. It works great for the detailed view of
a single entry:

icon5.gif   Compiling for Windows, posted by Richard Stamper on Wed Aug 19 17:08:56 2015 
I am interested in using LDAP authentication for elogd on Windows for which it looks like I need to compile from source, enabling LDAP in the make file.

Does anyone have advice on build environments for Windows in which they have had success making elog?  Free ones preferably, such as
Cygwin. 
icon1.gif   Version 3.1.1 of elog has been released, posted by Stefan Ritt on Tue Aug 4 15:35:39 2015 
Version 3.1.1, released August 4th, 2015



Updated CKEditor to version 4.5.1


Implemented "Date/Time format <attribute> = ..."


Implemented "Use Email Subject Edit = ..."
    icon2.gif   Re: Revision for Indonesian Translation, posted by Stefan Ritt on Tue Aug 4 13:23:47 2015 
Thanks, I included your changes in the distribution.




Banata
Wachid Ridwan wrote:



hello, in my spare time, I try to fix some bugs, typo, and
    icon2.gif   Re: Pasting pictures from clipboard does not work anymore (firefox 39), posted by Stefan Ritt on Wed Jul 29 11:53:13 2015 
I updated the current version with this change (CKEditor 4.5.1) and indeed it fixes the problem. The change is comitted to the git repository and will
be contained in the next release.




Jan
    icon14.gif   Re: Pasting pictures from clipboard does not work anymore (firefox 39), posted by Jan Henry Hetzel on Thu Jul 23 08:19:38 2015 
Hi,

following the author of imagepaste one should upgrade the version of th CKEditor to a version >= 4.5. So replacing the folder ckeditor with
a new version helped.
icon3.gif   Revision for Indonesian Translation, posted by Banata Wachid Ridwan on Wed Jul 22 03:09:39 2015 elcode_indonesia.htmleloghelp_indonesia.htmleloglang.indonesia
hello, in my spare time, I try to fix some bugs, typo, and update for Indonesian translation
icon4.gif   , posted by Banata Wachid Ridwan on Wed Jul 22 00:48:24 2015 
 
icon4.gif   Revision for Indonesian translation, posted by Banata Wachid Ridwan on Wed Jul 22 00:48:21 2015 elcode_indonesia.htmleloghelp_indonesia.htmleloglang.indonesia
I got some spa
    icon14.gif   Re: ELOG and Gmail?, posted by Erkcan Ozcan on Fri Jul 3 21:26:32 2015 
Using stunnel4 and the 3.1.0 version of elog, I was able to use gmail smtp without the use of iptables.

In my elogd.cfg I chose:
    icon2.gif   Re: Is ELOG sending out cookies?, posted by David Pilgram on Wed Jun 10 15:48:57 2015 
Hi Stefan,

Thanks for the explanation.  I realised it was just an error message of no real import, but it can get irritating at times.




Stefan
    icon2.gif   Re: Is ELOG sending out cookies?, posted by Stefan Ritt on Wed Jun 10 15:35:14 2015 
Cookies are sent from your browser. ELOG has no influence on what the browser sends where. Probably you run your calender at the same machine where ELOG
is running, so all the cookies your calender app stores in your browser are sent to ELOG as well. ELOG just complains about something it does not know,
but otherwise this message can be simply ignored. Of course you can delete your cookies in your browser, but after the next call to your calendar app they
icon5.gif   Is ELOG sending out cookies?, posted by David Pilgram on Wed Jun 10 14:25:16 2015 
On my linux box, every time I select a thread, or start a new entry etc, I see that one or many cookies are sent.

On a terminal, I get the message

Received unknown cookie "CalciumDisplayParams"
    icon2.gif   Re: Different way CSS files are handled, posted by Stefan Ritt on Tue Jun 9 09:39:14 2015 
Ok, fixed again.




Andreas
Luedeke wrote:



Hi Stefan,
    icon2.gif   Re: Different way CSS files are handled, posted by Andreas Luedeke on Fri Jun 5 19:01:05 2015 
Hi Stefan,

there is a little problem with the Makefile (on SL5 and SL6): the following line:

        @$(INSTALL) -m 0644 themes/default/* $(ELOGDIR)/themes/default/
icon3.gif   Different way CSS files are handled, posted by Stefan Ritt on Fri Jun 5 14:24:34 2015 
Hi,

I just implemented a different way CSS files are handled in ELOG. Previously, we had the default.css,
which could be adjusted for specific needs. Some people did that (like myself). So I changed a few colors etc. When I now implement a new feature in elog,
    icon2.gif   Re: ELOG Version 3.1.0 announcement, posted by Stefan Ritt on Wed Apr 15 09:01:04 2015 
The changelog is here: http://midas.psi.ch/elog/download/ChangeLog

It is save to install the new version over the old one.

 
    icon2.gif   Re: ELOG Version 3.1.0 announcement, posted by Banata Wachid Ridwan on Wed Apr 15 04:02:41 2015 
congrats, any detail changelog? I assume in software packages?

is it save just install and overwrite the old version?




Stefan
icon3.gif   ELOG Version 3.1.0 announcement, posted by Stefan Ritt on Thu Apr 2 15:44:33 2015 
This is an announcement for the ELOG version 3.1.0 being released just now. Among several bug fixes and an improved Drag & Drop interface for attachments,
it contains a long awaited "autosave" feature.

Let's assume that you write an ELOG entry, and keep the window open for a longer time (like to write some shift notes over several hours).
icon1.gif   test, posted by Tim Schel on Wed Mar 25 10:36:15 2015 
zezerze
    icon2.gif   Re: 5.5.4 cannot decode AUTH parameter, posted by Yoshio Imai on Sat Nov 22 16:05:34 2014 
[quote=harish amin]Dear Stefen,
Please help me & reply on my request. Is my global config correct?[/quote]
    icon2.gif   Re: 5.5.4 cannot decode AUTH parameter, posted by harish amin on Sat Nov 22 14:50:35 2014 


    
        
            harish amin wrote:
        
        
            
            
            
    icon2.gif   Re: 5.5.4 cannot decode AUTH parameter, posted by harish amin on Fri Nov 21 17:00:09 2014 


    
        
            Stefan Ritt wrote:
        
        
            
            
            
    icon2.gif   Re: 5.5.4 cannot decode AUTH parameter, posted by Stefan Ritt on Fri Nov 21 16:09:37 2014 


    
        
            harish amin wrote:
        
        
            
             Dear Team,
icon1.gif   5.5.4 cannot decode AUTH parameter, posted by harish amin on Fri Nov 21 12:38:07 2014 
 Dear Team,
I am having a log book and would like to activate the email notification. I have made the changes as per the guidelines but I am getting the error
message while submitting the entry - Error
    icon2.gif   Re: Sort by date prior to 2002, posted by Stefan Ritt on Mon Sep 22 14:39:10 2014 


    
        
            Andreas Luedeke wrote:
        
        
            
            
            
    icon3.gif   Re: Sort by date prior to 2002, posted by Andreas Luedeke on Wed Sep 17 17:45:18 2014 


    
        
            Chris Jennings wrote:
        
        
            
            
            
              
    icon2.gif   Re: A couple of observations, posted by David Pilgram on Fri Mar 28 14:55:16 2014 
I tried to attach a screenshot showing this, but kept getting a 502 bad gateway error.
The message in the red banner is
Error sending Email via <i>"psquad.psi.ch"</i>
icon1.gif   A couple of observations, posted by David Pilgram on Fri Mar 28 14:29:24 2014 
Hi Stefan and Andreas,

When I submitted the previous entry, I had an error message about not able to send via psxxxx.psi.ch come up as
icon3.gif   ELOG moved to GIT, posted by Stefan Ritt on Wed Jul 24 02:19:17 2013 
The ELOG repository has been moved from Subversion to GIT. While the old repository will be visible for some time, all new development is done on the
GIT repository. To download the repository, do a
git clone https://bitbucket.org/ritt/elog.git
    icon2.gif   Re: "full" only changes color, posted by Martin Rongen on Mon Jun 3 15:49:33 2013 elogd.cfg
[quote="Kees Bol"]Hi,
I have the strange problem that when changing to "full"-diplaymode the output looks the same as with "summary", only the color is different. The texts
don't appear.
    icon2.gif   Re: hyperlink other elog posts, posted by Andreas Luedeke on Wed May 29 14:57:23 2013 regreplace


    
        
            Remington Tyler Thornton wrote:
        
        
            
            I am on an experiment that used ELOG for all documentation and meeting notes. In our meeting notes we
icon5.gif   hyperlink other elog posts, posted by Remington Tyler Thornton on Tue May 28 19:01:42 2013 
I am on an experiment that used ELOG for all documentation and meeting notes. In our meeting notes we link to elog posts that had been discussed during
the meeting. We had done this by hyperlinking the URL to the entry. Recently we had to move our logbook to another machine and so none of our hyperlinks
work since the URLs have changed. I noticed that when one creates a new entry in the subject they can reference another post. Is there a way to link another
    icon2.gif   Re: Blockying user access, posted by Garret Delaronde on Fri May 10 17:21:50 2013 


    
        
            Gian Henriques wrote:
        
        
            
            
            
    icon2.gif   Re: Blockying user access, posted by Gian Henriques on Wed May 8 23:15:34 2013 


    
        
            Gian Henriques wrote:
        
        
            
            
            
    icon2.gif   Re: Blockying user access, posted by Gian Henriques on Wed May 8 19:17:09 2013 


    
        
            Garret Delaronde wrote:
        
        
            
            
            
    icon2.gif   Re: Kerberos on VM server 64bit, posted by Hal Proctor on Fri May 3 19:27:53 2013 


    
        
            Hal Proctor wrote:
        
        
            
            
            
    icon2.gif   Re: Kerberos on VM server 64bit, posted by Hal Proctor on Fri May 3 19:09:45 2013 


    
        
            Stefan Ritt wrote:
        
        
            
            
            
    icon2.gif   Re: Kerberos on VM server 64bit, posted by Stefan Ritt on Fri May 3 14:41:01 2013 


    
        
            Hal Proctor wrote:
        
        
            
             I have a logbook installed on a Windows 64 bit VM server 2008 R2 and can access it fine using
icon5.gif   Kerberos on VM server 64bit, posted by Hal Proctor on Thu May 2 21:10:23 2013 
 I have a logbook installed on a Windows 64 bit VM server 2008 R2 and can access it fine using the password file.  However when using Kerberos
it does not authenticate correctly.  I installed Kerberos and pointed it to the realm an domain controller.  Using KINIT command line it appears
to accept my password.  Any help is appriciated.  Perhaps some other diagnostics i could try against the kerberos install
    icon2.gif   Re: Blockying user access, posted by Garret Delaronde on Fri Apr 26 19:48:01 2013 


    
        
            Gian Henriques wrote:
        
        
            
             How can I block access to some tools (like edit, erase, config...) for each user? I want only
icon5.gif   Blockying user access, posted by Gian Henriques on Fri Apr 26 18:39:11 2013 
 How can I block access to some tools (like edit, erase, config...) for each user? I want only admin users can edit, erase , etc. 
 
I want know too, how can I erase configuration of SMTP?  I make a test with the "elogd -t" command and now every time I create a
    icon2.gif   Re: Comment avoir elog en français II [solved almost], posted by David Pilgram on Mon Oct 29 19:10:37 2012 


    
        
            Andreas Luedeke wrote:
        
        
            
            
            
              
    icon2.gif   Re: Comment avoir elog en français II [solved almost], posted by Andreas Luedeke on Mon Oct 29 17:27:12 2012 


    
        
            David Pilgram wrote:
        
        
            
            
            
              
    icon2.gif   Re: Comment avoir elog en français II [solved almost], posted by David Pilgram on Mon Oct 29 12:22:30 2012 


    
        
            Philippe Rousselot wrote:
        
        
            
            
            
              
    icon2.gif   Re: Comment avoir elog en français II [solved almost], posted by Philippe Rousselot on Mon Oct 29 09:20:50 2012 


    
        
            Philippe Rousselot wrote:
        
        
            
            
            
              
    icon2.gif   Re: Comment avoir elog en français II, posted by Philippe Rousselot on Mon Oct 29 09:13:54 2012 


    
        
            Andreas Luedeke wrote:
        
        
            
            
            
              
    icon2.gif   Re: Comment avoir elog en français II, posted by Andreas Luedeke on Mon Oct 29 07:52:07 2012 


    
        
            Philippe Rousselot wrote:
        
        
            
            Bonjour,
icon5.gif   Comment avoir elog en français II, posted by Philippe Rousselot on Sat Oct 27 18:15:37 2012 
Bonjour,
tout est dans le titre. 
Merci
    icon2.gif   Re: Compiling Elog for QNAP NAS x86, posted by Per Eriksson on Sun Jul 1 19:55:38 2012 Elog_2.9.2_2462.qpkg


    
        
            Per Eriksson wrote:
        
        
            
            
            
    icon2.gif   Re: Access rights, posted by Stefan Ritt on Mon May 7 15:12:24 2012 


    
        
            Roland Gsell wrote:
        
        
            
            Hi,
icon5.gif   Access rights, posted by Roland Gsell on Mon May 7 13:41:38 2012 
Hi,
the manual says:
"
    icon14.gif   Re: Compiling Elog for QNAP NAS x86, posted by Per Eriksson on Tue May 1 17:03:37 2012 


    
        
            Per Eriksson wrote:
        
        
            
            Hi All,
    icon2.gif   Re: RSS Feed, posted by Stefan Ritt on Mon Apr 2 15:55:00 2012 Screen_Shot_2012-04-02_at_15.56.11_.png
[quote="leen smit"][quote="Stefan Ritt"]

Actually the browser should show an RSS icon to help you subscribing to it. In Firefox 3 that was at least the case. Now they removed it. See here for
    icon2.gif   Re: RSS Feed, posted by Stefan Ritt on Mon Apr 2 15:45:30 2012 
[quote="leen smit"][quote="Stefan Ritt"]

Actually the browser should show an RSS icon to help you subscribing to it. In Firefox 3 that was at least the case. Now they removed it. See here for
    icon2.gif   Re: RSS Feed, posted by leen smit on Thu Mar 29 15:38:43 2012 
[quote="Stefan Ritt"]

Actually the browser should show an RSS icon to help you subscribing to it. In Firefox 3 that was at least the case. Now they removed it. See here for
    icon2.gif   Re: RSS Feed, posted by Stefan Ritt on Thu Mar 29 15:19:05 2012 
[quote="leen smit"]Hi All,

Just a quick message in the hope of helping other find an answer to the question: How to reach the RSS Feed???
icon3.gif   RSS Feed, posted by leen smit on Thu Mar 29 13:01:26 2012 
Hi All,

Just a quick message in the hope of helping other find an answer to the question: How to reach the RSS Feed???
icon3.gif   RSS Feed, posted by leen smit on Thu Mar 29 13:01:17 2012 
Hi All,

Just a quick message in the hope of helping other find an answer to the question: How to reach the RSS Feed???
I spend hours trying to find
out what the correct URL is to reach the feed. The documentation on this is non-existent - at least we could't find this anywhere in the docs.


Answer:
 Just add elog.rdf at the end of the URL of the logbook!!
eg.   http://midas.psi.ch/elogs/Forum/elog.rdf


Leen
icon1.gif   Expiration of ELOG forum accounts, posted by Stefan Ritt on Fri Sep 9 12:54:13 2011 
Dear ELOG users,
the ELOG discussion forum at PSI contains in meantime many old accounts with non-functional
email addresses. Since this causes some overhead, it has been decided to clean up the current account database. In order to keep your account alive, please
    icon2.gif   Re: Elog client usage, posted by Alan Grant on Tue Aug 2 21:36:20 2011 


    
        
            Andreas Luedeke wrote:
        
        
            
  
    icon6.gif   Re: Elog client usage, posted by Andreas Luedeke on Wed Jul 27 04:36:40 2011 


    
        
            Alan Grant wrote:
        
        
            
            
            
  
    icon6.gif   Re: Elog client usage, posted by Alan Grant on Tue Jul 26 21:50:05 2011 elogd.cfg


    
        
            Andreas Luedeke wrote:
        
        
            
  
    icon6.gif   Re: Elog client usage, posted by Andreas Luedeke on Fri Jul 22 10:31:27 2011 


    
        
            Alan Grant wrote:
        
        
            
            I have searched the Elog forum and docs at length for actual examples of how to use the Elog
    icon7.gif   Re: elogd crashes when running mirror cron with SSL and KRB5, posted by Andreas Luedeke on Fri Jun 3 12:06:20 2011 
> When I run a mirror server and both logbooks using SSL/KRB5 then the cron job causes a segmentation fault.

> I haven't tried to check it with a simple configuration yet.
    icon2.gif   Re: Is there maximum number of entries?, posted by Stefan Ritt on Thu Jun 2 21:28:19 2011 


    
        
            Hung Dao wrote:
        
        
            
            Does anyone know whether ELOG has limit number of entries or it can create new entries as many as it
icon5.gif   Is there maximum number of entries?, posted by Hung Dao on Tue May 31 17:38:57 2011 
Does anyone know whether ELOG has limit number of entries or it can create new entries as many as it can go?  Thanks.
    icon2.gif   Re: elog2sql - a script to convert elog logbooks to a MySQL database, posted by Pelle on Sat Apr 23 14:32:38 2011 
>  > I know this thread was started 2003 but if anyone have this MySQL export script please attach it to this thread. >  > Thanks, > 
> Pelle
 
    icon2.gif   Re: elog2sql - a script to convert elog logbooks to a MySQL database, posted by Pelle on Sat Apr 23 08:56:26 2011 

I know this thread was started 2003 but if anyone have this MySQL export script please attach it to this thread.
    icon7.gif   Re: Attributes for message workflow., posted by Andreas Luedeke on Wed Mar 30 13:46:01 2011 


    
        
            Ryan wrote:
        
        
            
            [...]  I am even open to losing the historical "status" and beeing able to change all entries
    icon2.gif   Re: Cannot bind to port 8080, posted by Stefan Ritt on Mon Sep 20 14:54:21 2010 


    
        
            marco meneghelli wrote:
        
        
            
            good morning,
icon8.gif   Cannot bind to port 8080, posted by marco meneghelli on Fri Sep 17 14:54:51 2010 
good morning,
I have installed elog 2.8.0 from terminal but when I type
elogd -p 80
icon3.gif   Custom input forms implementation, posted by Stefan Ritt on Fri Sep 17 06:19:39 2010 Capture.pngelogd.cfgIMAG0036.jpgshiftcheck.html
Dear ELOG users,
starting with SVN revision 2328, custom input forms are implemented. This allows application specific formats for check lists etc. In our specific
case we had to implement a shift check list, which was quite long. Furthermore the check list should be optimized for an iPad, which we take in the field
    icon2.gif   Re: Important security update of ELOG, posted by Stefan Ritt on Thu Aug 5 12:26:12 2010 


    
        
            Stefan Ritt wrote:
        
        
            
            Dear ELOG users,
icon4.gif   Important security update of ELOG, posted by Stefan Ritt on Mon Aug 2 13:40:02 2010 
Dear ELOG users,
this is to announce an important security update. As proposed by Lukasz Olejnik (CERN/PSNC), ELOG has now switched to strong encryption of
password. So everybody concerned in security is advised to update to the new version 2.8.0. Existing password files for Windows users and Linux users not
    icon2.gif   Re: ELOG for personal use only, posted by Stefan Ritt on Mon Feb 1 10:17:03 2010 


    
        
            Sara Vanini wrote:
        
        
            
            I've properly set the firewall, and access is forbidden from outside. But when I don't have internet
    icon2.gif   Re: ELOG for personal use only, posted by Sara Vanini on Mon Feb 1 10:14:12 2010 


    
        
            Stefan Ritt wrote:
        
        
            
            
            
icon5.gif   handwriting, posted by stefan harjes on Thu Jan 28 19:21:39 2010 
I write my lab journal with pen and though of getting a linux supported tablet. Has anybody ever used ELOG and did input using a tablet?
 
    icon2.gif   Re: ELOG for personal use only, posted by Stefan Ritt on Thu Jan 28 11:20:15 2010 


    
        
            Sara Vanini wrote:
        
        
            
            Hi, 
icon5.gif   ELOG for personal use only, posted by Sara Vanini on Thu Jan 28 09:54:56 2010 
Hi, 
I'd like to use ELOG as personal work logbook and database with search facilities
    icon2.gif   Topic changed to: emails sent/received after edited entries., posted by David Pilgram on Wed Jan 13 12:27:32 2010 
> > > > > I only got one email in response to the second entry of this thread, no email was received after the edit of the entry.  The
> > > > > next email received was due to the third entry of this thread.
> > > > 
    icon2.gif   Topic changed to: emails sent/received after edited entries., posted by Stefan Ritt on Wed Jan 13 12:18:54 2010 
> > > > I only got one email in response to the second entry of this thread, no email was received after the edit of the entry.  The
> > > > next email received was due to the third entry of this thread.
> > > 
    icon2.gif   Topic changed to: emails sent/received after edited entries., posted by David Pilgram on Wed Jan 13 12:00:04 2010 
> > > I only got one email in response to the second entry of this thread, no email was received after the edit of the entry.  The
> > > next email received was due to the third entry of this thread.
> > 
    icon2.gif   Re: Proxy Error, posted by Stefan Ritt on Wed Jan 13 11:39:23 2010 Capture.png
> > I only got one email in response to the second entry of this thread, no email was received after the edit of the entry.  The
> > next email received was due to the third entry of this thread.
    icon2.gif   Re: Proxy Error, posted by Stefan Ritt on Wed Jan 13 11:34:51 2010 
> I only got one email in response to the second entry of this thread, no email was received after the edit of the entry.  The
> next email received was due to the third entry of this thread.
    icon2.gif   Re: Proxy Error, posted by David Pilgram on Wed Jan 13 11:19:59 2010 
> > > Having made one entry in the thread about message ID, I could neither edit the entry or add an additional reply
> > > without getting "Proxy Error" messages.  I've had this trouble on this forum before, a long time ago.  Perhaps
> > > it is connected with the html coding?
    icon2.gif   Re: Proxy Error, posted by David Pilgram on Wed Jan 13 11:17:39 2010 
> > Having made one entry in the thread about message ID, I could neither edit the entry or add an additional reply
> > without getting "Proxy Error" messages.  I've had this trouble on this forum before, a long time ago.  Perhaps
> > it is connected with the html coding?
    icon2.gif   Re: Proxy Error, posted by David Pilgram on Wed Jan 13 11:15:10 2010 
> Having made one entry in the thread about message ID, I could neither edit the entry or add an additional reply
> without getting "Proxy Error" messages.  I've had this trouble on this forum before, a long time ago.  Perhaps
> it is connected with the html coding?
icon5.gif   Proxy Error, posted by David Pilgram on Wed Jan 13 10:59:44 2010 
Having made one entry in the thread about message ID, I could neither edit the entry or add an additional reply
without getting "Proxy Error" messages.  I've had this trouble on this forum before, a long time ago.  Perhaps
it is connected with the html coding?
    icon2.gif   Re: Problems zooming elog pages in Internet Explorer - a possible fix, posted by Stefan Ritt on Fri Nov 13 15:54:21 2009 


    
        
            Richard Stamper wrote:
        
        
            
            Internet Explorer fails to display correctly some aspects of pages generated by elog when the zoom functionality
icon3.gif   Problems zooming elog pages in Internet Explorer - a possible fix, posted by Richard Stamper on Wed Nov 4 00:58:00 2009 
Internet Explorer fails to display correctly some aspects of pages generated by elog when the zoom functionality is used (Ctrl + and Ctrl -).  This
is really a bug in the IE renderer rather than elog, but since IE can be persuaded to do better relatively easily it might be worth making some minor changes
to make elog more robust when used with the buggy Microsoft browser.
    icon2.gif   Re: Dropdown boxes and Moptions, posted by Stefan Ritt on Mon Jun 15 16:44:35 2009 


    
        
            Arno Teunisse wrote:
        
        
            
            Hello
icon5.gif   Dropdown boxes and Moptions, posted by Arno Teunisse on Fri Jun 12 23:43:28 2009 
Hello
I have a config file  :
Attributes = Author, Author Email, Category, Customer, server,HPSD_ID, Cust_ID ,Subject ,  Change Window 
icon3.gif   Email notifications not working properly, posted by Stefan Ritt on Thu Mar 26 17:30:23 2009 
 I just found out that email notifications only worked for the first 50 users of this forum. So if you registered only recently, you might not have
received any notification. This was a bug inside elogd which I hope to have fixed now (this entry notification will show...). If you get the first notification
and do not want this, log in to the ELOG Forum, click on "Config" and remove the checkmarks from the logbooks you do not want to get notifications.
    icon2.gif   Re: How to share with others, posted by Stefan Ritt on Wed Feb 18 20:14:04 2009 
 

    
        
            Nuruzzaman wrote:
        
        
            
icon5.gif   How to share with others, posted by Nuruzzaman on Wed Feb 18 20:03:12 2009 
Please tell me how to share my elog with people.
    icon2.gif   Re: Installation problems, posted by T. Ribbrock on Thu Nov 27 11:47:34 2008 
> The problem is not putting this into the "conrib" area, but supporting it. Since I don't have a Debian system, 
> may I suggest that you put it yourself into the elog:Contributions/ logbook. If people then get problems in the 
> future, they can contact you directly ;-)
    icon2.gif   Re: Installation problems, posted by Stefan Ritt on Mon Nov 17 11:42:46 2008 
> I'm actually using elog on Debian and have been rolling my own ".deb" for a while now (starting with the old 
Debian
> Maybe you could add the Debian /etc/init.d/elog script to the "contrib"
    icon4.gif   elog init script, posted by Yoshio Imai on Mon Nov 10 13:05:21 2008 
Notice that the following is not true [URL=https://midas.psi.ch/elog/adminguide.html#config]when editing the config file outside of the administrator's
"Config" page[/URL]:
[CODE]
    icon3.gif   Re: Installation problems, posted by T. Ribbrock on Wed Nov 5 11:52:12 2008 elog
> > 2) /etc/init.d/elogd: line 10: /etc/rc.d/init.d/functions: No such file or directory (I fixed this by commenting
> > out that line).
> > 
icon3.gif   Manual installing elog as service on Windows, posted by Arno Teunisse on Sat Apr 12 16:37:44 2008 
Hello
Sometimes it can come in handy to start a temporary elog service on the Windows platform. ( Maybe for testing purposes )
You can use the SC.exe utility to do that. If it is not on you're system you may download it from : ftp://ftp.microsoft.com/reskit/win2000/sc.zip
    icon5.gif   Re: Message ID and trouble ticketing system, posted by David Pilgram on Fri Mar 7 21:53:28 2008 
>>Stefan Ritt wrote:
>>
>>Ok, now I got the point, also Richard had the same problem. Assume we have 10 threads, and thus 
    icon14.gif   Re: Message ID and trouble ticketing system, posted by David Pilgram on Fri Mar 7 21:26:18 2008 
>Stefan Ritt wrote:
>
>Ok, now I got the point, also Richard had the same problem. Assume we have 10 threads, and thus 
    icon2.gif   Re: Message ID and trouble ticketing system, posted by Stefan Ritt on Fri Mar 7 20:42:39 2008 
Ok, now I got the point, also Richard had the same problem. Assume we have 10 threads, and thus ticket numbers 1-10. Now we get a reply to #2, which
then pops up to the top of the list. A new message increments the top entry of all entries, and then wrongly gives a new #3, instead of #11.
I fixed this in SVN revision 2073, where elogd searches all logbook entries for the largest index, then increments this one by one.
    icon2.gif   Re: Message ID and trouble ticketing system, posted by Stefan Ritt on Fri Mar 7 14:45:02 2008 


    
        
            David wrote:
        
        
            
            When I was browsing this forum about my previous problem, I found  this thread. A ticket number that applies
    icon2.gif   Re: Message ID and trouble ticketing system, posted by Stefan Ritt on Fri Mar 7 14:29:00 2008 


    
        
            Stefan Ritt wrote:
        
        
            
            
            
    icon2.gif   Re: Message ID and trouble ticketing system, posted by Stefan Ritt on Thu Feb 21 08:04:50 2008 


    
        
            Richard Ecclestone wrote:
        
        
            
             
    icon2.gif   Re: Message ID and trouble ticketing system, posted by Richard Ecclestone on Fri Feb 15 15:46:38 2008 


    
        
            lance
wrote:
        
        
            
            
            
icon3.gif   Update of FCKeditor inside ELOG requires browser cache cleaning, posted by Stefan Ritt on Mon Jan 28 09:26:26 2008 
Between the ELOG versions 2.7.0 and 2.7.1 the internal HTML editor FCKedit has been upgraded from version 2.4.3 to 2.5beta. The new version has a few
more options and supports more browsers. People however reported some errors popping up like Unknown toolbar item
"ELOGSubmit". This happens because some browsers cache the JavaScript from the old version of the editor in their cache. To fix this problem,
    icon2.gif   Re: Message ID and trouble ticketing system, posted by lance on Mon Nov 26 16:58:26 2007 


    
        
            Stefan
Ritt wrote:
        
        
            
            
            
    icon2.gif   Re: Message ID and trouble ticketing system, posted by Stefan Ritt on Mon Nov 26 14:33:59 2007 


    
        
            lance wrote:
        
        
            
            I am trying to create a trouble ticket system however when you do a reply you get a new message ID.  I
icon1.gif   Message ID and trouble ticketing system, posted by lance on Sat Nov 24 03:16:46 2007 
I am trying to create a trouble ticket system however when you do a reply you get a new message ID.  I was hoping to use the message ID as a ticket
number and just wanted to use the reply as an append to the orginal message id, however each reply creates a new message id. This would be a nightmare
to track and if I closed the ticket I would have to close every log entry related to this.
    icon14.gif   Re: New ELOG version with HTML Editor, posted by An Thai on Tue Nov 13 17:59:35 2007 
Congratulation Stefan and Co.!
I think Elog is the first Weblog which supports this feature.
The new integrated HTML WYSIWYG editor is great. Now, my colleagues who are in finance department and don't have good IT-skill will be very happy
icon3.gif   New ELOG version with HTML Editor, posted by Stefan Ritt on Fri Oct 26 14:00:48 2007 
I'm pleased to announce the release of ELOG version 2.7.0 which contains the HTML editor FCKeditor. This allows
the formatting of ELOG entries just as one is used from a word processor. I tried to make all functionality working as one is used from the ELCode system
(like replies quote the original text in a yellow text box), but I'm not sure if I covered everything. So if you experience problems with the new editor,
    icon2.gif   Re: Quick Filter and boolean option question, posted by Stefan Ritt on Mon Oct 22 17:27:45 2007 
[quote="Arno Teunisse"]When "Contract" is at the second position in the "Attributes".
We See in the "Quick Filter" a pulldown showing "Serial Number" with only "0" or "1" , 
this is NOT what i want or is expected !!![/quote]
    icon2.gif   Re: Quick Filter and boolean option question, posted by Arno Teunisse on Sun Oct 21 22:51:07 2007 
Thanks Stefan , i'll wait. Sorry.

    icon2.gif   Re: Quick Filter and boolean option question, posted by Stefan Ritt on Sun Oct 21 12:21:09 2007 
[quote="Arno Teunisse"]Because I did not get an answer i think i must ask it in an other way[/quote]

The reason you did not get an answer was not that you asked the wrong way, but simply that I'm pretty busy these days. So just be patient, I won't forget
    icon2.gif   Re: Quick Filter and boolean option question, posted by Arno Teunisse on Sun Oct 21 00:17:34 2007 
[quote="Arno Teunisse"]; BUG : When "Contract" is at the second position in the "Attributes".
; We See in the "Quick Filter" a pulldown showing "Serienummer" with only "0" or "1" , 
; this is NOT what i want or is expected !!!
icon5.gif   Quick Filter and boolean option question, posted by Arno Teunisse on Fri Oct 19 22:59:31 2007 
; BUG : When "Contract" is at the second position in the "Attributes".
; We See in the "Quick Filter" a pulldown showing "Serial Number" with only "0" or "1" , 
; this is NOT what i want or is expected !!!
    icon2.gif   Re: WYSIWYG (What you see is what you get), posted by Stefan Ritt on Thu Aug 2 12:24:26 2007 
[quote="An Thai"]I have just found an open source for WYSIWYG text editor named FCKeditor at [URL=http://www.fckeditor.net/]http://www.fckeditor.net/[/URL].
It looks great. The download Zip-file for this tool is only 1 MB.[/quote]
    icon2.gif   Re: WYSIWYG (What you see is what you get), posted by An Thai on Fri Jul 27 16:00:07 2007 
Hi Stefan,

I have just found an open source for WYSIWYG text editor named FCKeditor at [URL=http://www.fckeditor.net/]http://www.fckeditor.net/[/URL]. It looks great.
icon3.gif   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]
    icon2.gif   Re: WYSIWYG (What you see is what you get), posted by Steve Jones on Wed Apr 25 19:39:57 2007 
[quote="Stefan Ritt"][quote="An Thai"]Dear all,

I use the freemail from provider Web.de and find that its web-email editor ist very nice.
    icon2.gif   Re: WYSIWYG (What you see is what you get), posted by Stefan Ritt on Wed Apr 25 10:44:29 2007 
[quote="An Thai"]Dear all,

I use the freemail from provider Web.de and find that its web-email editor ist very nice.
icon6.gif   WYSIWYG (What you see is what you get), posted by An Thai on Wed Apr 25 10:29:40 2007 Email_editing_page_by_Web.de.PNG
Dear all,

I use the freemail from provider Web.de and find that its web-email editor ist very nice.
icon3.gif   Simple table implemented in ELCode, posted by Stefan Ritt on Wed Feb 28 21:04:59 2007 
Starting from SVN revision 1801, simple tables are supported in ELCode tags. One can now embed tables in elog entries like this:

[code]
icon2.gif   Chinese language files updated, posted by Exaos Lee on Wed Jan 10 22:54:56 2007 eloglang-zh_CN.tgz
As the attachment.
Sorry for no update long time.
icon3.gif   Version 2.6.3 released today, posted by Stefan Ritt on Tue Nov 28 12:48:47 2006 
Dear ELOG users,

ELOG version 2.6.3 has been released today. It contains all the bug fixes, security fixes and a few new features collected since the last release which
    icon2.gif   Re: Outlook, Outlook Express and Free Webmail have problem with <br />, posted by Steve Jones on Fri Nov 10 12:55:38 2006 
[quote="Stefan Ritt"][quote="An Thai"]If users reply an entry, the notification email cannot be displayed correctly in Outlook, Outlook Express and Webmail.

I look at the source code and see <br />. It could be the reason.[/quote]
    icon2.gif   Re: Outlook, Outlook Express and Free Webmail have problem with <br />, posted by Stefan Ritt on Fri Nov 10 07:46:27 2006 Capture.gif
[quote="An Thai"]If users reply an entry, the notification email cannot be displayed correctly in Outlook, Outlook Express and Webmail. 
I look at the source code and see <br />. It could be the reason.[/quote]
icon8.gif   Outlook, Outlook Express and Free Webmail have problem with <br />, posted by An Thai on Thu Nov 9 23:52:26 2006 Reply.PNG
If users reply an entry, the notification email cannot be displayed correctly in Outlook, Outlook Express and Webmail. 
I look at the source code and see <br />. It could be the reason.
icon3.gif   Denial of Service Vulnerability of elog 2.6.2-6, posted by Stefan Ritt on Wed Nov 8 13:59:52 2006 
Dear ELOG users,

a denial of service vulnerability has been reported which affects all elog versions prior to 2.6.2-7. With a special request one can crash the elogd server,
    icon2.gif   Re: 'Click through' order of elog enteries, posted by Stefan Ritt on Tue Jun 6 16:20:42 2006 
[quote="Fergus Lynch"]Hi There,

When you find a set of records in ELOG and then 'click through' the returned list it runs through then in order of ID. - I s there a way to modify this
icon5.gif   'Click through' order of elog enteries, posted by Fergus Lynch on Mon Jun 5 14:19:52 2006 
Hi There,

When you find a set of records in ELOG and then 'click through' the returned list it runs through then in order of ID. - I s there a way to modify this
    icon2.gif   [SOLVED] Re: MOptions problem ?, posted by Stefan Ritt on Wed Mar 1 07:48:11 2006 
[quote="Alex H"]It seems that the condition ID must be unique across the whole elogd.cfg.[/quote]

Right. Here is a quote from the Manual:
    icon6.gif   [SOLVED] Re: MOptions problem ?, posted by Alex H on Tue Feb 28 12:08:42 2006 gotcha.gif
Yop,
I think I found the solution! I was in fact a [B]conditions[/B] conflict!
See the attached picture for easiest comprehension.
    icon2.gif   Re: MOptions problem ?, posted by Alex H on Tue Feb 28 09:56:55 2006 
Hi Holger,

> Which ELOG version do you use?
    icon2.gif   Re: Posting without logging in!, posted by Dimitrios Tsirigkas on Fri Feb 10 16:16:11 2006 
[quote="Stefan Ritt"]
Yes indeed. I fixed that in SVN revision 1655. I upgraded this server so you can try again if it works.[/quote]
    icon2.gif   Re: Posting without logging in!, posted by Stefan Ritt on Fri Feb 10 11:41:38 2006 
[quote="Dimitris"]Hi all! This is an HTTP POST request submitted from the command line using curl, and providing no authentication information. If I can
post as myself using this command, then shouldn't something be done about this?[/quote]
icon1.gif   Posting without logging in!, posted by Dimitrios Tsirigkas on Thu Feb 9 14:15:54 2006 
Hi all! This is an HTTP POST request submitted from the command line using curl, and providing no authentication information. If I can post as myself using
this command, then shouldn't something be done about this? Cheers, Dimitris
    icon2.gif   Re: Proxy question, posted by Stefan Ritt on Wed Dec 21 20:59:26 2005 
> I'm trying to run elog 2.6.0-beta4 under Apache 2.0.  I follow the directions, and everything works fine, so my
> elog runs as
    icon2.gif   Re: 2.6.0-bata5, posted by Stefan Ritt on Wed Dec 21 20:39:52 2005 
[quote="Carl Shirey"]Do you have 2.6.0-bata5 for linux as setup for RPM install.  I was able to locate the version for windows but not for linux.
Thanks for your help.[/quote]
icon3.gif   Howto insert screen dumps into an elog entry, posted by Stefan Ritt on Tue Dec 20 11:17:17 2005 elc_image.pngCapture.jpg
With the new ELCode tags, one can insert screen dumps pretty easy into elog entries. I personally use HoverSnap 0.8 under Windows, there are similar tools
under Linux. HoverSnap puts a "Capture.jpg" file in a selectable directoy when you press [B]PrintScreen[/B], then you can instert this file with the [IMG]elog:1556/1[/IMG]
button. Here is such a screendump example:
icon3.gif   Shell substitution, especially interesting for running online experiments, posted by Stefan Ritt on Tue Dec 20 09:18:19 2005 
Shell substitution has been introduced in an experimental state of the current SVN version of ELOG. It woks such that the subsititution list can contain
[B]$shell(<argument>)[/B] commands. The [B]<argument>[/B] is passed to the shell of the operating system and the result is captured and subsituted. This
is handy for online experiments, where one wants to pass information automatically to elog. Assume that there is a file /tmp/runnumber containing the current
icon3.gif   New ELOG version 2.6.0, posted by Stefan Ritt on Thu Dec 15 13:08:35 2005 a040.gifa010.gif
Dear ELOG users,

I'm happy to announce the release of ELOG version 2.6.0. After a long period of beta testing, all functions are now sufficiently stable for a public release.
icon5.gif   2.6.0-bata5, posted by Carl Shirey on Sat Dec 10 02:01:33 2005 
Do you have 2.6.0-bata5 for linux as setup for RPM install.  I was able to locate the version for windows but not for linux.
Thanks for your help.
    icon2.gif   Re: charset specified in elog.conf has no effect [updated], posted by Stefan Ritt on Mon Sep 5 20:16:50 2005 
[quote=cunnilinux]well, here's the problem that i had: my charset (koi8-u) was specified in elog.conf for every logbook, but this had no effect, and all
elog pages continued tu appeared as iso-8859-1 (which is the default) when i specified charset in the global section, the problem's gone away.
icon3.gif   charset specified in elog.conf has no effect [updated], posted by cunnilinux on Sun Aug 7 17:16:42 2005 
well, here's the problem that i had: my charset (koi8-u) was specified in elog.conf for every logbook, but this had no effect, and all elog pages continued
tu appeared as iso-8859-1 (which is the default)
when i specified charset in the global section, the problem's gone away.
    icon14.gif   Re: "full" only changes color, posted by Kees Bol on Fri Aug 5 14:30:52 2005 
[quote="Stefan Ritt"][quote="Kees Bol"]Stefan, I installed V2.6.0-beta3 and there is a (unwanted) difference. The Text field now appears in the summary-view
despite the config specifies:
    icon2.gif   Re: "full" only changes color, posted by Stefan Ritt on Fri Aug 5 10:54:49 2005 
[quote="Kees Bol"]Stefan, I installed V2.6.0-beta3 and there is a (unwanted) difference. The Text field now appears in the summary-view despite the config
specifies:
    icon2.gif   Re: "full" only changes color, posted by Kees Bol on Fri Aug 5 10:51:27 2005 elogd.cfg.txt
[quote="Stefan Ritt"][quote="Kees Bol"]I thougt when choosing the full-view the text would appear along with the other attributes.[/quote]

That's how it is supposed to be. I tried your config file, added three entries, and got the behaviour documented in the attached images. To me everything
    icon2.gif   Re: "full" only changes color, posted by Kees Bol on Fri Aug 5 10:00:00 2005 
[quote="Stefan Ritt"][quote="Kees Bol"]I thougt when choosing the full-view the text would appear along with the other attributes.[/quote]

That's how it is supposed to be. I tried your config file, added three entries, and got the behaviour documented in the attached images. To me everything
    icon2.gif   Re: "full" only changes color, posted by Stefan Ritt on Thu Aug 4 22:35:57 2005 summary.jpgfull.jpg
[quote="Kees Bol"]I thougt when choosing the full-view the text would appear along with the other attributes.[/quote]

That's how it is supposed to be. I tried your config file, added three entries, and got the behaviour documented in the attached images. To me everything
    icon2.gif   Re: "full" only changes color, posted by Kees Bol on Tue Aug 2 10:25:32 2005 
[quote="Stefan Ritt"][quote="Kees Bol"]I have the strange problem that when changing to "full"-diplaymode the output looks the same as with "summary", only
the color is different. The texts don't appear.
Any idea what can cause this behaviour?[/quote]
    icon2.gif   Re: "full" only changes color, posted by Stefan Ritt on Tue Aug 2 08:56:21 2005 
[quote="Kees Bol"]I have the strange problem that when changing to "full"-diplaymode the output looks the same as with "summary", only the color is different.
The texts don't appear.
Any idea what can cause this behaviour?[/quote]
icon5.gif   "full" only changes color, posted by Kees Bol on Mon Aug 1 11:58:43 2005 
Hi,
I have the strange problem that when changing to "full"-diplaymode the output looks the same as with "summary", only the color is different. The texts
don't appear.
    icon14.gif   Re: A comprehensive listing of all commands elog performs, posted by Gary Clayson on Thu Jul 7 04:49:19 2005 
[quote="Emiliano Gabrielli"][quote="Gary Clayson"]Can someone please enter a comprehensive list of the commands eLog will honor. I'm trying to build a 'decent'
start page and am not totally familiar with eLog just yet. Thanks Stefan for an awesome application. The documentation is really decent, too. I just have
been unable to locate a list of all commands available.
    icon5.gif   Re: A comprehensive listing of all commands elog performs, posted by Emiliano Gabrielli on Fri Jun 3 18:11:09 2005 
[quote="Gary Clayson"]Can someone please enter a comprehensive list of the commands eLog will honor. I'm trying to build a 'decent' start page and am not
totally familiar with eLog just yet. Thanks Stefan for an awesome application. The documentation is really decent, too. I just have been unable to locate
a list of all commands available.
icon5.gif   A comprehensive listing of all commands elog performs, posted by Gary Clayson on Thu Jun 2 06:45:55 2005 
Can someone please enter a comprehensive list of the commands eLog will honor. I'm trying to build a 'decent' start page and am not totally familiar with
eLog just yet. Thanks Stefan for an awesome application. The documentation is really decent, too. I just have been unable to locate a list of all commands
available.
    icon4.gif   Re: New Debian package (2.5.8+r1592) -- needs testing, posted by Emiliano Gabrielli on Thu Mar 24 12:30:07 2005 
> Hi to all,

> I've prepared a new Debian package.  This version will probably be the one
    icon14.gif   Re: New Debian package (2.5.8+r1592) -- needs testing, posted by Emiliano Gabrielli on Thu Mar 24 12:26:46 2005 
> > It seems to work nice to me.
> > Just another suggestion: I think it would be better to insert a commented out
> > example for all allowed parameters in the distributed  /etc/default/elog
    icon14.gif   Re: New Debian package (2.5.8+r1592) -- needs testing, posted by Recai Oktas on Wed Mar 23 16:44:32 2005 
> It seems to work nice to me.
> Just another suggestion: I think it would be better to insert a commented out
> example for all allowed parameters in the distributed  /etc/default/elog
    icon14.gif   Re: New Debian package (2.5.8+r1592) -- needs testing, posted by Emiliano Gabrielli on Wed Mar 23 11:19:51 2005 
> Hi to all,

> I've prepared a new Debian package.  This version will probably be the one
icon4.gif   New Debian package (2.5.8+r1592) -- needs testing, posted by Recai Oktas on Wed Mar 23 05:56:35 2005 NEWS.Debian
Hi to all,

I've prepared a new Debian package.  This version will probably be the one
    icon4.gif   Re: ELOG security vulnerability fixed, IMPORTANT!!!!, posted by Recai Oktas on Mon Feb 14 18:49:44 2005 
Attention to Debian users;

I've prepared the fixed package and also contacted to Debian Security Team for
icon4.gif   ELOG security vulnerability fixed, IMPORTANT!!!!, posted by Stefan Ritt on Mon Feb 14 12:36:30 2005 
Dear ELOG users,

It has been brought to my attention that ELOG has a vulnerability through
    icon2.gif   Re: Find using multiple values with MOptions, posted by Stefan Ritt on Fri Jan 21 23:30:35 2005 
<SELECT NAME="lid" multiple size="5">

Oh, nice, I didn't know of that. However, I prefer to have multiple options to be selected
    icon3.gif   Re: Find using multiple values with MOptions, posted by Neil Swartz on Wed Jan 19 04:33:00 2005 
> > Currently there is a dropdown when searching for MOption fields. Maybe you could 
> > allow multiple selections in the dropdown. This to me is an "OR" search.
    icon2.gif   Re: external authentication possible?, posted by Stefan Ritt on Sun Dec 12 12:49:06 2004 
> The only common denominator that could possibly cover all contingencies would
> be LDAP authentication.  One way of doing this in a more-or-less universal
> fashion is to offload the auth task from eLog itself and place the burden on
    icon7.gif   Re: external authentication possible?, posted by Steve Allen on Tue Dec 7 01:18:14 2004 
> > > In order to avoid having to remember multiple usernames/passwords for
> > > different systems, is it possible for ELOG to use external authentication
> > > via Active Directory, etc?
    icon2.gif   Re: external authentication possible?, posted by Steve Jones on Mon Dec 6 22:48:19 2004 
> > In order to avoid having to remember multiple usernames/passwords for
> > different systems, is it possible for ELOG to use external authentication
> > via Active Directory, etc?
    icon2.gif   Re: New ELOG version with XML and CSV import/export, posted by Stefan Ritt on Wed Nov 24 11:45:07 2004 
> BTW,
> Is there any way to turn off the Text column at the right side of the list?
    icon7.gif   Re: New ELOG version with XML and CSV import/export, posted by Neil Swartz on Wed Nov 24 03:30:31 2004 
> > I needed the export feature and could not find documentation on it in the latest 
> > version. I finally read the code and added Find Menu Text = <filename>
> > where filename had the tags XML, CSV1, and CSV2
    icon2.gif   Re: New ELOG version with XML and CSV import/export, posted by Stefan Ritt on Tue Nov 23 12:42:43 2004 
> I needed the export feature and could not find documentation on it in the latest 
> version. I finally read the code and added Find Menu Text = <filename>
> where filename had the tags XML, CSV1, and CSV2
    icon2.gif   Re: New ELOG version with XML and CSV import/export, posted by Neil Swartz on Tue Nov 23 05:41:31 2004 
> > I was able to find the export feature under find. Could you let me know where 
> > the import feature is? Or how I turn it on.
    icon2.gif   Re: stunnel problems with new version, posted by Stefan Ritt on Mon Nov 15 21:25:34 2004 
> i am trying to implement ssl features on our logbooks. however, it seems
> that stunnel has drastically changed their program and the usual startup
> procedures listed on the elog page don't work.
    icon2.gif   Re: Announcement of RSS feeds, posted by Stefan Ritt on Mon Nov 15 15:43:37 2004 sharpreader.gif
> I included the HTML result so you can "visualize" what's going on (this may 
> also be on the avant browser side !).
    icon6.gif   Re: Announcement of RSS feeds, posted by Marc Neiger on Mon Nov 15 13:10:12 2004 ELOG_Forum.htm
Hi Stefan,

The parsing now seems OK, IE downloads the XML and the RSS reader of Avant 
    icon2.gif   Re: Announcement of RSS feeds, posted by Stefan Ritt on Mon Nov 15 12:51:44 2004 
The problems came from the French accents and the German umlauts. I changed the XML
charset, so this should be fine now. New version is under CVS.
    icon4.gif   Re: Announcement of RSS feeds, posted by Marc Neiger on Mon Nov 15 09:54:45 2004 
IE 6 chokes on the XML, below is what I get for 
http://midas.psi.ch/elogs/Forum/elog.rdf
(sorry this is in french).
    icon5.gif   Re: Announcement of RSS feeds, posted by Marc Neiger on Thu Nov 11 01:04:01 2004 
Great, but what's the corresponding URL for the RSS feed itself

> I implemented experimentally RSS feeds into Elog. Before releasing this new
icon2.gif   Implementation of RSS feeds, posted by Stefan Ritt on Mon Oct 25 23:16:39 2004 rss.gif
I implemented experimentally RSS feeds into Elog. Before releasing this new
addition, I would like to collect some experience with it. This forum now
supports RSS feeds, for which you can subscribe with a RSS feed reader like
    icon2.gif   Re: Using Javascript files , posted by Stefan Ritt on Mon Apr 5 09:28:19 2004 
> I develop multiple client server apps and web apps deployed on intranets. I
> need my users to send me bugs with screenshots attached.
icon3.gif   Using Javascript files , posted by Robin Peterson on Wed Mar 31 04:22:57 2004 
I develop multiple client server apps and web apps deployed on intranets. I
need my users to send me bugs with screenshots attached.
    icon2.gif   Re: New ELOG version with XML and CSV import/export, posted by Stefan Ritt on Mon Mar 29 18:06:46 2004 
> I was able to find the export feature under find. Could you let me know where 
> the import feature is? Or how I turn it on.
    icon3.gif   Re: New ELOG version with XML and CSV import/export, posted by Charles Duncan on Mon Mar 29 17:44:32 2004 
> Version 2.5.2 of ELOG has been released today. It contains CSV (comma
> separated values) import and export, as well as XML export (through the
> "Find" page). Since these features are new, I would appreciate some feedback
icon3.gif   New ELOG version with XML and CSV import/export, posted by Stefan Ritt on Fri Mar 26 09:41:56 2004 
Version 2.5.2 of ELOG has been released today. It contains CSV (comma
separated values) import and export, as well as XML export (through the
"Find" page). Since these features are new, I would appreciate some feedback
icon3.gif   Quick search mode with Mozilla based browsers, extremely useful!!!, posted by Stefan Ritt on Wed Mar 24 21:25:34 2004 keymark.gifresult.gif
It is not usual for me to pester people with tips around elog, but this
one was so helpful for me that I would like to share it.
icon3.gif   Suggestions for developing new CSS files, posted by Stefan Ritt on Wed Mar 24 20:23:47 2004 editcss.gif
The elog daemon uses cascading style sheets (CSS) to format its output, such
as font family, size and color. Some people started to develop new themes
(skins) and posted them at the contributions logbook (such as
icon6.gif   New major ELOG version 2.5.0 released, posted by Stefan Ritt on Thu Jan 29 10:14:13 2004 sync.gif
Version 2.5.0 of ELOG has been released yesterday. The main new feature is 
the automatic mirroring of logbooks between different elog servers. 
icon3.gif   ELOG v2.3.9 CSS cross-reference (used for skins) , posted by R. Beekman on Wed Sep 17 16:06:09 2003 
Contribution available for all who wants to make SKIN for ELOG!

You are invited to benefit from this free info!
    icon2.gif   Re: Version 2.3.9 released today, posted by Stefan Ritt on Tue Sep 16 12:48:56 2003 
> Forgive me if I've missed it, but I've looked in the forum, on-line cfg docs 
> and downloaded docs.  I cannot find details on how to the used 
> the "Execute ..." command.  What is passed on command line, etc.
    icon5.gif   Re: Version 2.3.9 released today, posted by Mike on Mon Sep 15 19:50:21 2003 
> Version 2.3.9 of elog has been released today. Enhancements are:

Forgive me if I've missed it, but I've looked in the forum, on-line cfg docs 
    icon2.gif   Re: Version 2.3.9 released today, posted by Stefan Ritt on Fri Jul 18 08:57:21 2003 
> It appears Im having problems getting this to work, my config is as follows, yet 
> its not updating the log file since i installed the new RPM 2.3.9, is there a 
> problem or am I doing something wrong ?
    icon2.gif   Re: Version 2.3.9 released today, posted by nickc1 on Thu Jul 17 18:06:17 2003 
Cheers

It appears Im having problems getting this to work, my config is as follows, yet 
    icon2.gif   Re: Version 2.3.9 released today, posted by Stefan Ritt on Thu Jul 17 10:46:29 2003 
> Can you give a syntax example of the Logging Level option ?

Please refer to the documentation (http://midas.psi.ch/elog/config.html), I just 
    icon3.gif   Re: Version 2.3.9 released today, posted by nickc1 on Wed Jul 16 21:42:54 2003 
Can you give a syntax example of the Logging Level option ?

icon3.gif   Version 2.3.9 released today, posted by Stefan Ritt on Tue Jul 15 14:46:50 2003 
Version 2.3.9 of elog has been released today. Enhancements are:

- Added options "Use Lock", "Title image"
icon1.gif   elog2sql - a script to convert elog logbooks to a MySQL database, posted by Fred Hooper on Thu Jul 3 07:25:49 2003 
Announcing:  elog2sql

elog2sql was created to help translate logbooks created by the program
    icon2.gif   Re: logboog for new project, posted by Etienne Van Caillie on Thu Jun 19 13:45:09 2003 
Tomas send you by mail the source files and documentation in English

    icon2.gif   Re: logboog for new project, posted by Stefan Ritt on Wed Jun 18 16:11:21 2003 
> 1. shellonsubmit command : give the possibility to execute external 
> program from elog by sending specific parameter (user/logbook/message ID)
icon1.gif   logboog for new project, posted by Etienne Van Caillie on Wed Jun 18 14:50:23 2003 
we develop some improvement to elog and modify the C source
to adapt some internal improvement.
    icon2.gif   Re: Question protection selection page command, posted by Stefan Ritt on Wed Jun 4 15:00:33 2003 
> could you add command for main menu guest user
> Selection Page guest = ....
    icon5.gif   Re: Question protection selection page command, posted by Etienne Van Caillie on Mon May 19 12:21:31 2003 
> > Can you tell me what the following change in CVS offers
> > 
> > Added lock icon for protected logbooks
    icon2.gif   Re: WIshlist Additional, posted by Stefan Ritt on Thu May 15 13:37:48 2003 
> Is it possible to make the logbook summary screen sort differently

I fixed that problem. The new version 2.3.7 released today contains the fix.
icon2.gif   WIshlist Additional, posted by nickc1 on Wed May 14 18:18:05 2003 
Is it possible to make the logbook summary screen sort differently
 
For example on a customer name field it displays as follows :-
    icon2.gif   Re: Question, posted by Stefan Ritt on Thu May 8 15:28:10 2003 
> Can you tell me what the following change in CVS offers

> Added lock icon for protected logbooks
icon1.gif   Question, posted by nickc1 on Thu May 8 15:12:11 2003 
Can you tell me what the following change in CVS offers

Revision 1.99 / (download) - annotate - [select for diffs] , Fri May 2 
    icon2.gif   Re: CVS URL, posted by Stefan Ritt on Tue May 6 11:34:22 2003 
> Can anyone tell me the URL for the CVS download section

> the link has gone from one of the main screens
icon1.gif   CVS URL, posted by nickc1 on Tue May 6 10:53:33 2003 
Can anyone tell me the URL for the CVS download section

the link has gone from one of the main screens
    icon2.gif   Re: Question, posted by nickc1 on Sat Apr 19 11:09:33 2003 
> > Yes thats wicked perfect, now im prob being thick but is there a way to 
> hide 
> > logbook tabs in the same way, as i dont really want to use groups as the 
    icon2.gif   Re: Question, posted by Stefan Ritt on Thu Apr 17 09:29:14 2003 
> Yes thats wicked perfect, now im prob being thick but is there a way to 
hide 
> logbook tabs in the same way, as i dont really want to use groups as the 
    icon2.gif   Re: Question, posted by nickc1 on Wed Apr 16 13:28:38 2003 
> > I tried that but on the summary screen it displays a list of all the 
> logbook 
> > regardless of group, also im not using public groups im using a seperate 
    icon2.gif   Re: Question, posted by Stefan Ritt on Tue Apr 15 13:00:40 2003 
> I tried that but on the summary screen it displays a list of all the 
logbook 
> regardless of group, also im not using public groups im using a seperate 
    icon2.gif   Re: Question, posted by nickc1 on Tue Apr 15 12:17:12 2003 
> > Is there a way to hide logbooks from all views.
> > 
> > Basically i want to use the move function to move old entries to another 
    icon2.gif   Re: Question, posted by Stefan Ritt on Mon Apr 14 16:28:57 2003 
> Is there a way to hide logbooks from all views.

> Basically i want to use the move function to move old entries to another 
icon1.gif   Question, posted by nickc1 on Mon Apr 14 15:07:02 2003 
Is there a way to hide logbooks from all views.

Basically i want to use the move function to move old entries to another 
    icon2.gif   Re: Bugs with 2.3.5, posted by Stefan Ritt on Wed Apr 9 16:06:31 2003 
> Error sending Email 
> Please use your browser's back button to go back  
    icon2.gif   Re: Bugs with 2.3.5, posted by nickc1 on Wed Apr 9 15:50:38 2003 
> > Forgot password option generates an error message

> Which error? Can you be more specific. I tried it myself with this forum 
    icon2.gif   Re: Bugs with 2.3.5, posted by Stefan Ritt on Wed Apr 9 13:58:59 2003 
> Forgot password option generates an error message

Which error? Can you be more specific. I tried it myself with this forum and 
icon1.gif   Bugs with 2.3.5, posted by nickc1 on Wed Apr 9 13:49:32 2003 
Forgot password option generates an error message

Password file hashes are different causing migrated password files to fail 
    icon2.gif   Re: Logbook Title bar , posted by Stefan Ritt on Thu Apr 3 10:11:08 2003 
> I need something to set the title of the page when on the summary page for 
> the logbook, as it just says ELOG - Config DB (this isnt set anywhere)
    icon2.gif   Re: Logbook Title bar , posted by nick on Thu Apr 3 09:40:45 2003 
> > Is there a way to change the title entry for individual log books, and 
> > forms ive completely rebranded our system but ut stil says ELOG ENTRIES 
on 
    icon2.gif   Re: Logbook Title bar , posted by Stefan Ritt on Wed Apr 2 21:45:18 2003 
> Is there a way to change the title entry for individual log books, and 
> forms ive completely rebranded our system but ut stil says ELOG ENTRIES on 
> the summary screen
icon1.gif   Logbook Title bar , posted by nick on Wed Apr 2 16:36:18 2003 
Is there a way to change the title entry for individual log books, and 
forms ive completely rebranded our system but ut stil says ELOG ENTRIES on 
the summary screen
    icon2.gif   Re: Elog and SSL, posted by nick on Mon Mar 31 12:44:33 2003 
Im not running anything on port 443, one thing I did notice is that when 
stunnel is run and setup, I can run a netstat and nothing is bound to those 
ports, if I do a ps -ef | grep stunnel nothing is running, yet it accepts the 
    icon2.gif   Re: Re: Elog and SSL, posted by Recai Oktas on Fri Mar 21 16:52:12 2003 
Ooops, I destroyed the original post, now how can we fix this :)
    icon2.gif   Re: Elog and SSL, posted by Stefan Ritt on Fri Mar 21 16:24:05 2003 
> I was wondering if you can help me understand the concept and if i am doing 
> something wrong with securing Elog via SSL
icon1.gif   Elog and SSL, posted by Recai Oktas on Sun Mar 16 19:15:16 2003 stunnel_with_smtp_pop3.txt
> Basically im running elog on a redhat 8 box with stunnel already installed 
> as part of OpenSSL, on the server i ran the command specified in the 
> instructions
    icon2.gif   Re: Feature request, posted by Stefan Ritt on Wed Feb 12 08:54:05 2003 
> > > Can you consider implementing the following additions to the 
functionality
> > > 
    icon2.gif   Re: Feature request, posted by Nick on Wed Feb 12 01:11:08 2003 
> > Can you consider implementing the following additions to the functionality
> > 
> > 1) Subt on edit <attribute> = xyz 
    icon3.gif   Re: Feature request, posted by Stefan Ritt on Tue Feb 11 11:45:22 2003 
> Can you consider implementing the following additions to the functionality

> 1) Subt on edit <attribute> = xyz 
icon3.gif   Feature request, posted by Nick on Tue Feb 11 11:26:03 2003 
Can you consider implementing the following additions to the functionality

1) Subt on edit <attribute> = xyz 
    icon2.gif   Re: Write only, posted by Stefan Ritt on Fri Jan 31 21:09:47 2003 
> Does this truly disable the edit command or just hide it?

You're right! In some earlier versions, it did disable it, but in 2.2.5 it 
    icon2.gif   Re: Write only, posted by Matthew on Fri Jan 31 20:47:51 2003 
Does this truly disable the edit command or just hide it?

> > I'm interested using elog for a lab notebook.  Once entries have been
    icon2.gif   Re: Write only, posted by Stefan Ritt on Fri Jan 31 09:49:43 2003 
> I'm interested using elog for a lab notebook.  Once entries have been
> entered they cannot be changed/edited.
> Is it possible for elog to be setup to support something like this?  A write
icon3.gif   New "Quick filter" facility added, posted by Stefan Ritt on Thu Dec 12 14:12:41 2002 
Starting from version 2.2.4 which has been released today, the 
option "quick filter" has been added. A "quick filter" is a drop down box 
on the message display page. By selecting a value from the drop down box, 
icon3.gif   self - registering - How It Works - or at least how i've gotten it to work, posted by eric wooten on Fri Aug 16 22:56:44 2002 
Create a blank text file (called mine passwd.txt)
Place the text file somewhere in the elog directory structure
(I placed mine in c:\elog\passwd.txt because i wanted to use it globally 
    icon3.gif   Re: elogd.cfg for this demo site, posted by tony summerfelt on Wed Aug 14 19:45:56 2002 
> Just since some people asked for: Here is the elogd.cfg for this demo 

quite a few things i wanted to do were in that config :)
    icon2.gif   Re: elogd.cfg for this demo site, posted by sam smith on Wed Aug 14 00:22:57 2002 
Thank you very much!

> Just since some people asked for: Here is the elogd.cfg for this demo 
icon3.gif   elogd.cfg for this demo site, posted by Stefan Ritt on Wed Aug 14 00:04:44 2002 
Just since some people asked for: Here is the elogd.cfg for this demo 
logbooks:
    icon5.gif   Re: Edit an existing message overwrites attributes with preset values, posted by Stefan Ritt on Fri Aug 9 14:59:17 2002 
> Ok, but is there a possibility to preserve the fields of the old message, 
but 
> still be able to edit it. This would be a nice feature in the case of an 
    icon2.gif   Re: Edit an existing message overwrites attributes with preset values, posted by Stefan Siegel on Fri Aug 9 13:04:58 2002 
> > Is there a possibility to prevent elog to overwrite attribute values when 
> > editing an old message? The old values are overwriten with the preset 
> > options for that attribute. 
    icon2.gif   Re: Edit an existing message overwrites attributes with preset values, posted by Stefan Ritt on Fri Aug 9 12:50:58 2002 
> Is there a possibility to prevent elog to overwrite attribute values when 
> editing an old message? The old values are overwriten with the preset 
> options for that attribute. 
icon3.gif   Improved display speed, posted by Stefan Ritt on Tue Jul 23 15:59:55 2002 
Version 2.0.5 of elog has been released today. Among various bugfixes, the 
display speed for threaded lists has been improved significantly. Display 
all messages of this forum and press the reload button to see the 
    icon2.gif   Re: change the Email From address used when sending notifications, posted by Stefan Ritt on Tue Jul 23 09:16:01 2002 
> Is there a way to change the From address used when sending notifications 
> from ELOG?   I was hoping there might be another attribute that would go 
> along with the smtp host section.
    icon3.gif   Re: entry number not updated properly after deleting, posted by Stefan Ritt on Thu Jul 11 16:03:56 2002 
> Hello,
>     If you delete a message from the middle of a logbook that contains a 
> bunch of messages, the message numbers do not get updated properly.  For 
    icon2.gif   Re: problem saving elogd.cfg, posted by Stefan Ritt on Tue Jul 9 09:25:41 2002 
> In version 2.0.4 of eLog I was having some problems with saving my 
> configuration file once I edited it on the web using the config. command.
> I keep getting the message "Cannot open file %s: elogd.cfg".  I made sure 
    icon2.gif   Re: Where can I get more information on the config file, posted by Stefan Ritt on Tue Jul 9 09:18:05 2002 
> Where can I get more information about the config and themes file. I
> downloaded the latest version (2.0.4) and the config file docs seem out of
> date. I would like to get the icons working as well as getting the email 
    icon2.gif   Re: Options <attribute> = List????, posted by Stefan Ritt on Tue Jul 2 09:41:57 2002 
> Hello,
>     Is it possible to have a drop down list with commas in the options.  
> For instance, if you want to have a attribute "CityState" you would 
    icon2.gif   Re: Admin password, posted by Stefan Ritt on Mon Jul 1 10:36:47 2002 
> I want to set up eLogs for a class w/out the need for passwords. But, at the
> same time, I don't want the students to change the config file. I tried
> setting up a global password, but am having some difficulty with the syntax
ELOG V3.1.5-3fb85fa6