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 |