no "submit changes" pop-up with HTML editor, posted by Devin Bougie on Thu Sep 10 21:43:29 2009
|
When locks are enabled, users should see a pop-up window asking them to submit an entry if they edit an entry but then go away from that page or
close the browser without submitting the changes. However, it only appears as though this works when using the plain or ELCode editors. When
using the HTML editor, no such pop-up appears.
|
Re: no "submit changes" pop-up with HTML editor, posted by Stefan Ritt on Thu Sep 17 18:18:06 2009
|
> When locks are enabled, users should see a pop-up window asking them to submit an entry if they edit an entry but then go away from that page or
> close the browser without submitting the changes. However, it only appears as though this works when using the plain or ELCode editors. When
> using the HTML editor, no such pop-up appears.
|
Elog stopped working, posted by Gillian Sabberton on Tue Sep 8 14:36:10 2009
|
We have been running elog for a couple of years now and this morning it stopped working.
We have tried to rstart it and it says successful start but still does not run, when doing a restart it says stop failed start success.
Does anyone have any ideas. |
Re: Elog stopped working, posted by Stefan Ritt on Tue Sep 8 14:55:41 2009
|
Gillian Sabberton wrote:
We have been running elog for a couple of years now and this morning it stopped working. |
Re: Elog stopped working, posted by Gillian Sabberton on Tue Sep 8 14:59:30 2009
|
Stefan Ritt wrote:
|
Re: Elog stopped working, posted by Gillian Sabberton on Mon Sep 14 13:04:57 2009
|
Gillian Sabberton wrote:
|
Re: Elog stopped working, posted by Gillian Sabberton on Mon Sep 14 13:05:35 2009
|
Gillian Sabberton wrote:
|
Supress Email on Reply, posted by mike cianci on Wed Sep 9 08:16:22 2009
|
The way I have ELOG configured it sends an email to supervisors based on which "Department " (attribute) was selected. Problem is that when
the supervisor replies the department
is still selected and it sends a second email to the supervisor. Is there any way to supress the emails (automatically) on "Reply"? |
Re: Supress Email on Reply, posted by Stefan Ritt on Thu Sep 10 16:55:08 2009
|
mike cianci wrote:
The way I have ELOG configured it sends an email to supervisors based on which "Department " |
ELcode in Summary Text, posted by Dan on Fri Sep 4 20:44:32 2009
|
Hello,
Thank you for such a great piece of software!
|
Re: ELcode in Summary Text, posted by Stefan Ritt on Mon Sep 7 15:18:39 2009
|
> Hello,
>
> Thank you for such a great piece of software!
|
Re: ELcode in Summary Text, posted by Dan on Tue Sep 8 22:56:02 2009
|
That would be a lot of effort for very little gain. I appreciate your detailed response.
Thank you,
|
Use eLOG with Google Chrome, posted by Robert-Jan Schrijvers on Tue Sep 8 10:46:22 2009
|
Hi Stephan,
one of the eLOG users at our company, has problems using eLOG in combination with Google Chrome (version 2.0.172.43), log in gives no problem,
when selecting the appropiate department, he get's the following error: |
Re: Use eLOG with Google Chrome, posted by Stefan Ritt on Tue Sep 8 14:44:33 2009
|
Robert-Jan Schrijvers wrote:
Hi Stephan, |
Use eLOG with Google Chrome, posted by Robert-Jan Schrijvers on Tue Sep 8 10:47:08 2009
|
Hi Stefan,
one of the eLOG users at our company, has problems using eLOG in combination with Google Chrome (version 2.0.172.43), log in gives no problem,
when selecting the appropiate department, he get's the following error: |
Use eLOG with Google Chrome, posted by Robert-Jan Schrijvers on Tue Sep 8 10:46:46 2009
|
Hi Stephan,
one of the eLOG users at our company, has problems using eLOG in combination with Google Chrome (version 2.0.172.43), log in gives no problem,
when selecting the appropiate department, he get's the following error: |
multiple keyword search - regular expression, posted by Johannes Liegl on Wed Aug 19 11:49:37 2009
|
Dear Sirs,
searching for keywords regular expression becomes very long. Are there any other type easy multiple keyword search supported. For example
a keyword search like keyword1 & keyword2 results in different output than a keyword search like keyword2 & keyword1. A simple keyword search like |
Re: multiple keyword search - regular expression, posted by Stefan Ritt on Thu Sep 3 18:14:26 2009
|
Johannes Liegl wrote:
Dear Sirs, |
Re: multiple keyword search - regular expression, posted by Yoshio Imai on Fri Sep 4 13:59:19 2009
|
Maybe there is a simple way.
If I understand it correctly, the entries are accepted/rejected for inclusion in the search result list based on one call to [I]regexec[/I]. In order to
search for N keywords, you could replace this by a loop of N calls to [I]regexec[/I], and only accept the entry if all of them find a match. |
Re: multiple keyword search - regular expression, posted by Stefan Ritt on Fri Sep 4 14:07:31 2009
|
[quote="Yoshio Imai"]Maybe there is a simple way.
If I understand it correctly, the entries are accepted/rejected for inclusion in the search result list based on one call to [I]regexec[/I]. In order to
search for N keywords, you could replace this by a loop of N calls to [I]regexec[/I], and only accept the entry if all of them find a match.[/quote]
|