ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66525
|
Thu Sep 3 21:55:52 2009 |
| Gerhard Schneider | gs@ilsb.tuwien.ac.at | Question | Linux | 2.7.7-2246 | chain.crt |
Like many educational institutions we get "educational certificates" that are chain certificates..
With apache the full certificate chain is working as expected..
For elog I copied the appropriate files to server.crt and server.key
Netscape 3 is happy with that setup, Internet Explorer and Opera are mentioning the open certificate chain.
When I tried to copy the file known as SSLCACertificateFile in Apache to chain.crt elogd does not longer work and
openssl s_client -showcerts -connect <myserver>:<elogd_port>
only shows:
CONNECTED(00000003)
25523:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:562:
What do I do wrong?
Gerhard Schneider |
66524
|
Thu Sep 3 18:14:26 2009 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | Windows | 2.7.2-2012 | Re: multiple keyword search - regular expression |
Johannes Liegl wrote: |
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 "keyword1 & keyword2 and keyword2 &keyword1 should find all documents in a database containing both keywords resulting in the same output.
|
I had this request already several times. Indeed I myself am not very happy with regular expressions. If anybody knows of any other convenient search method, together with freely available C code, I'm more than happy to include this into elog. |
66523
|
Wed Sep 2 09:39:20 2009 |
| james Goedsir | james.goedsir@stratosglobal.com | Question | Windows | 2.7.7 | Re: Time Display Format |
james Goedsir wrote: |
My Time field is displayed i a 12 Hour format I would like to change it to 24 Hours, can someone advised how it can be done
|
Sorted no problem |
66522
|
Tue Sep 1 04:15:57 2009 |
| james Goedsir | james.goedsir@stratosglobal.com | Question | Windows | 2.7.7 | Time Display Format |
My Time field is displayed i a 12 Hour format I would like to change it to 24 Hours, can someone advised how it can be done |
66521
|
Mon Aug 31 11:22:20 2009 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.7-2246 | Re: fckeditor update |
Arno Teunisse wrote: |
Hello
Just a few fckeditor related questions. How do elog versions and fckeditor versions relate. ?
Can I just drop another version of the fckeditor over an other version? What things should I consider when doing so ?
thanks for you're time.
|
The relation is not very "stong". In the past I updated between major version of fckeditor without chaning any elog code, so just give it a try. |
66520
|
Tue Aug 25 21:08:51 2009 |
| Arno Teunisse | A.teeling3@chello.nl | Question | Windows | 2.7.7-2246 | fckeditor update |
Hello
Just a few fckeditor related questions. How do elog versions and fckeditor versions relate. ?
Can I just drop another version of the fckeditor over an other version? What things should I consider when doing so ?
thanks for you're time.
|
66519
|
Mon Aug 24 21:47:14 2009 |
| Allen | bastss@rit.edu | Bug report | Linux | 2.7.7-2246 | Fix text prevents user from editing text during creation, instead of just edit |
When we set Fix text = 1, according to the syntax, this should prevent users from modifying the text field during an edit, but it looks like it is blocking access at both time of edit and creation, meaning you can never add anything to it. Is that the intended functionality? |
66518
|
Wed Aug 19 11:54:52 2009 |
| Johannes Liegl | Johannes.Liegl@gefanuc.com | Question | All | 2.7.5 | Re: Multiple keyword search |
Yoichi Aso wrote: | Hi,
I have a question regarding how to perform a multiple-keyword search.
For example, when I want to find entries which contain two keywords "abc" and "def" in the body text but in an unknown order,
one way I came up with was to use a regular expression like this.
(abc|def).*(abc|def)
But this will also match entries containing two "abc" or two "def".
The following one will eliminate this problem.
(abc.*def)|(def.*abc)
But when I use more than two keywords, this type of regular expressions becomes very long (because I have to list all the permutations of the keywords) and it may not fit in the search text field (there seems to be a limit on the length of the search text).
Is there any way to allow multiple-keyword search easily ?
It would be nice if I can just enter two or more keywords separated by white spaces and elog finds entries containing all the keywords.
Thanks,
Yoichi |
Dear Yoichi,
well we are facing the same problem and I would like to ask you if you have been able finding another method searching for keywords in documents?
I am looking forward to getting feedback. Thank you very much for your help in advance.
Best Regards
Johannes Liegl |