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. |
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
|
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.
|
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 |
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?
|
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?
|
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.
|
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. |
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, |
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 |
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). |
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 |
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. |
Re: export the entries from ELOG to ECSS Word document (Manifacturing Report), posted by Stefan Ritt on Wed Jul 26 11:32:59 2023
|
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. |
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 |
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. |
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. |
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 |
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 |
Re: New elog version 3.1.5, posted by Laurent Jean-Rigaud on Wed Apr 12 00:09:08 2023 
|
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. |
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 |
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. |
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 |
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, |
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. |
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!
|
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 |
webkit bug, posted by Andrey Pashnin on Mon Jan 2 12:32:13 2023
|
FYI
They seem to have accepted the bug report:
|
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
|
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" |
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 |
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 , |
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
|
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
|
Re: PDF preview special steps to enable, posted by Stefan Ritt on Tue May 10 22:40:26 2022
|
I have a PDF file created by root which ImageMagic cannot convert to a .png file. If I do
convert img.pdf img.png
|
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
|
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. |
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 |
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 |
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. |
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 |
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 |
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. |
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 |
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 |
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 |
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, |
Example scripts how to migrate or combine logbooks, posted by Roger Kalt on Mon Nov 18 16:58:21 2019 
|
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. |
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? |
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 |
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 |
Re: text area height, posted by Giuseppe Cucinotta on Tue Jun 5 15:06:18 2018 
|
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 |
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. |
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 |
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> |
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. |
Virus in latest elog?, posted by Daniel Sajdyk on Fri Jul 14 13:11:48 2017
|
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? |
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 |
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 |
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: |
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 |
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. |
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. |
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". |
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 |
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:
|
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] |
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.
|
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 |
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 |
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
|
Re: Find empty attributes, posted by Stefan Ritt on Wed Feb 17 08:18:05 2016
|
Unfortunately not possible.
Stefan
Arno |
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. |
Slackbot for ELOG, posted by Tamas Gal on Wed Jan 13 08:25:50 2016
|
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, |
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. |
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 |
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:
|
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. |
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 = ..." |
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 |
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 |
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. |
Revision for Indonesian Translation, posted by Banata Wachid Ridwan on Wed Jul 22 03:09:39 2015  
|
hello, in my spare time, I try to fix some bugs, typo, and update for Indonesian translation |
, posted by Banata Wachid Ridwan on Wed Jul 22 00:48:24 2015
|
|
Revision for Indonesian translation, posted by Banata Wachid Ridwan on Wed Jul 22 00:48:21 2015  
|
I got some spa |
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:
|
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 |
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 |
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" |
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, |
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/ |
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, |
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.
|
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 |
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). |
test, posted by Tim Schel on Wed Mar 25 10:36:15 2015
|
zezerze |
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]
|
Re: 5.5.4 cannot decode AUTH parameter, posted by harish amin on Sat Nov 22 14:50:35 2014
|
harish amin wrote:
|
Re: 5.5.4 cannot decode AUTH parameter, posted by harish amin on Fri Nov 21 17:00:09 2014
|
Stefan Ritt wrote:
|
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, |
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 |
Re: Sort by date prior to 2002, posted by Stefan Ritt on Mon Sep 22 14:39:10 2014
|
Andreas Luedeke wrote:
|
Re: Sort by date prior to 2002, posted by Andreas Luedeke on Wed Sep 17 17:45:18 2014
|
Chris Jennings wrote:
|
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>
|
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
|
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 |
Re: "full" only changes color, posted by Martin Rongen on Mon Jun 3 15:49:33 2013
|
[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.
|
Re: hyperlink other elog posts, posted by Andreas Luedeke on Wed May 29 14:57:23 2013
|
Remington Tyler Thornton wrote:
I am on an experiment that used ELOG for all documentation and meeting notes. In our meeting notes we |
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 |
Re: Blockying user access, posted by Garret Delaronde on Fri May 10 17:21:50 2013
|
Gian Henriques wrote:
|
Re: Blockying user access, posted by Gian Henriques on Wed May 8 23:15:34 2013
|
Gian Henriques wrote:
|
Re: Blockying user access, posted by Gian Henriques on Wed May 8 19:17:09 2013
|
Garret Delaronde wrote:
|
Re: Kerberos on VM server 64bit, posted by Hal Proctor on Fri May 3 19:27:53 2013
|
Hal Proctor wrote:
|
Re: Kerberos on VM server 64bit, posted by Hal Proctor on Fri May 3 19:09:45 2013
|
Stefan Ritt wrote:
|
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 |
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 |
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 |
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 |
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:
|
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:
|
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:
|
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:
|
Re: Comment avoir elog en français II, posted by Philippe Rousselot on Mon Oct 29 09:13:54 2012
|
Andreas Luedeke wrote:
|
Re: Comment avoir elog en français II, posted by Andreas Luedeke on Mon Oct 29 07:52:07 2012
|
Philippe Rousselot wrote:
Bonjour, |
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 |
Re: Compiling Elog for QNAP NAS x86, posted by Per Eriksson on Sun Jul 1 19:55:38 2012
|
Per Eriksson wrote:
|
Re: Access rights, posted by Stefan Ritt on Mon May 7 15:12:24 2012
|
Roland Gsell wrote:
Hi, |
Access rights, posted by Roland Gsell on Mon May 7 13:41:38 2012
|
Hi,
the manual says:
" |
Re: Compiling Elog for QNAP NAS x86, posted by Per Eriksson on Tue May 1 17:03:37 2012
|
Per Eriksson wrote:
Hi All, |
Re: RSS Feed, posted by Stefan Ritt on Mon Apr 2 15:55:00 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 |
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 |
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 |
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???
|
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???
|
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 |
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 |
Re: Elog client usage, posted by Alan Grant on Tue Aug 2 21:36:20 2011
|
Andreas Luedeke wrote:
|
Re: Elog client usage, posted by Andreas Luedeke on Wed Jul 27 04:36:40 2011
|
Alan Grant wrote:
|
Re: Elog client usage, posted by Alan Grant on Tue Jul 26 21:50:05 2011
|
Andreas Luedeke wrote:
|
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 |
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.
|
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 |
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. |
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
|
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.
|
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 |
Re: Cannot bind to port 8080, posted by Stefan Ritt on Mon Sep 20 14:54:21 2010
|
marco meneghelli wrote:
good morning, |
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 |
Custom input forms implementation, posted by Stefan Ritt on Fri Sep 17 06:19:39 2010   
|
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 |
Re: Important security update of ELOG, posted by Stefan Ritt on Thu Aug 5 12:26:12 2010
|
Stefan Ritt wrote:
Dear ELOG users, |
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 |
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 |
Re: ELOG for personal use only, posted by Sara Vanini on Mon Feb 1 10:14:12 2010
|
Stefan Ritt wrote:
|
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?
|
Re: ELOG for personal use only, posted by Stefan Ritt on Thu Jan 28 11:20:15 2010
|
Sara Vanini wrote:
Hi, |
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
|
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.
> > > >
|
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.
> > >
|
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.
> >
|
Re: Proxy Error, posted by Stefan Ritt on Wed Jan 13 11:39:23 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.
>
|
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.
|
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?
|
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?
|
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?
|
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? |
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 |
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. |
Re: Dropdown boxes and Moptions, posted by Stefan Ritt on Mon Jun 15 16:44:35 2009
|
Arno Teunisse wrote:
Hello |
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 |
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. |
Re: How to share with others, posted by Stefan Ritt on Wed Feb 18 20:14:04 2009
|
Nuruzzaman wrote:
|
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. |
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 ;-)
|
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"
|
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]
|
Re: Installation problems, posted by T. Ribbrock on Wed Nov 5 11:52:12 2008
|
> > 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).
> >
|
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 |
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
|
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
|
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. |
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 |
Re: Message ID and trouble ticketing system, posted by Stefan Ritt on Fri Mar 7 14:29:00 2008
|
Stefan Ritt wrote:
|
Re: Message ID and trouble ticketing system, posted by Stefan Ritt on Thu Feb 21 08:04:50 2008
|
Richard Ecclestone wrote:
|
Re: Message ID and trouble ticketing system, posted by Richard Ecclestone on Fri Feb 15 15:46:38 2008
|
lance
wrote:
|
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, |
Re: Message ID and trouble ticketing system, posted by lance on Mon Nov 26 16:58:26 2007
|
Stefan
Ritt wrote:
|
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 |
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. |
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 |
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, |
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]
|
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.
|
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 |
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 !!!
|
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 !!!
|
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]
|
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. |
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]
|
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.
|
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.
|
WYSIWYG (What you see is what you get), posted by An Thai on Wed Apr 25 10:29:40 2007
|
Dear all,
I use the freemail from provider Web.de and find that its web-email editor ist very nice.
|
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]
|
Chinese language files updated, posted by Exaos Lee on Wed Jan 10 22:54:56 2007
|
As the attachment.
Sorry for no update long time. |
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 |
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]
|
Re: Outlook, Outlook Express and Free Webmail have problem with <br />, posted by Stefan Ritt on Fri Nov 10 07:46:27 2006
|
[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]
|
Outlook, Outlook Express and Free Webmail have problem with <br />, posted by An Thai on Thu Nov 9 23:52:26 2006
|
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. |
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, |
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 |
'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 |
[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:
|
[SOLVED] Re: MOptions problem ?, posted by Alex H on Tue Feb 28 12:08:42 2006
|
Yop,
I think I found the solution! I was in fact a [B]conditions[/B] conflict!
See the attached picture for easiest comprehension.
|
Re: MOptions problem ?, posted by Alex H on Tue Feb 28 09:56:55 2006
|
Hi Holger,
> Which ELOG version do you use?
|
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]
|
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]
|
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 |
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
>
|
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]
|
Howto insert screen dumps into an elog entry, posted by Stefan Ritt on Tue Dec 20 11:17:17 2005 
|
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:
|
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 |
New ELOG version 2.6.0, posted by Stefan Ritt on Thu Dec 15 13:08:35 2005 
|
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. |
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. |
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.
|
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. |
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:
|
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:
|
Re: "full" only changes color, posted by Kees Bol on Fri Aug 5 10:51:27 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 |
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 |
Re: "full" only changes color, posted by Stefan Ritt on Thu Aug 4 22:35:57 2005 
|
[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 |
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]
|
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]
|
"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.
|
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.
|
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.
|
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.
|
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
|
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
|
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
|
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
|
New Debian package (2.5.8+r1592) -- needs testing, posted by Recai Oktas on Wed Mar 23 05:56:35 2005
|
Hi to all,
I've prepared a new Debian package. This version will probably be the one
|
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
|
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
|
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
|
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.
>
|
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
|
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?
|
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?
|
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?
|
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
|
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
|
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.
>
|
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.
|
Re: Announcement of RSS feeds, posted by Stefan Ritt on Mon Nov 15 15:43:37 2004
|
> I included the HTML result so you can "visualize" what's going on (this may
> also be on the avant browser side !).
|
Re: Announcement of RSS feeds, posted by Marc Neiger on Mon Nov 15 13:10:12 2004
|
Hi Stefan,
The parsing now seems OK, IE downloads the XML and the RSS reader of Avant
|
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. |
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).
|
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
|
Implementation of RSS feeds, posted by Stefan Ritt on Mon Oct 25 23:16:39 2004
|
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
|
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.
|
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.
|
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.
|
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
|
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
|
Quick search mode with Mozilla based browsers, extremely useful!!!, posted by Stefan Ritt on Wed Mar 24 21:25:34 2004 
|
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.
|
Suggestions for developing new CSS files, posted by Stefan Ritt on Wed Mar 24 20:23:47 2004
|
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
|
New major ELOG version 2.5.0 released, posted by Stefan Ritt on Thu Jan 29 10:14:13 2004
|
Version 2.5.0 of ELOG has been released yesterday. The main new feature is
the automatic mirroring of logbooks between different elog servers.
|
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!
|
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.
|
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
|
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 ?
|
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
|
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
|
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 ?
|
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"
|
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
|
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
|
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)
>
|
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.
|
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 = ....
|
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
|
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. |
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 :-
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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)
|
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
|
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
|
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 |
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
|
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 :) |
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
>
|
Elog and SSL, posted by Recai Oktas on Sun Mar 16 19:15:16 2003
|
> 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
|
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
> > >
|
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
|
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
|
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
|
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
|
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
|
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
|
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,
|
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
|
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 :)
|
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
|
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:
|
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
|
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.
|
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.
|
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
|
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.
|
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
|
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
|
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
|
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
|
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
|