Re: 'Inline' button for attachments, posted by Stefan Ritt on Tue Oct 10 16:09:12 2006
|
[quote="Ben Shepherd"]Hi,
It would be good if when you uploaded an image as an attachment, there was a button next to it that pasted the code [code][img]elog:1972/1[/img][/code] |
Re: Re: 'Inline' button for attachments, posted by Ben Shepherd on Tue Oct 10 16:15:21 2006
|
[quote="Stefan Ritt"][quote="Ben Shepherd"]Hi,
[IMG]elog:1973/1[/IMG]
and it does exactly what you want.[/quote]
|
Re: "Supress Email Notification" checkbox, posted by Steve Jones on Tue Oct 10 23:27:41 2006
|
[quote="Stefan Ritt"][b]Suppress email on edit[/b] has been implemented in the current SVN revision just similar to the [b]Suppress default[/b] flag having
possible values of 0, 1, 2 and 3.[/quote]
|
Interesting behavior with $shell, posted by Steve Jones on Fri Oct 27 19:11:32 2006
|
eLog does not do math so I am trying to leverage the $SHELL function to perform the math. I am using GAWK to perform the math -- I started trying to use
CONDITIONAL ATTRIBUTES to assign numeric values to attributes but with loading up the ATTRIBUTES with all of the options brings elog to its knees in terms
of performance -- the parsing of attributes is simply too string intensive.
|
Re: Interesting behavior with $shell, posted by Steve Jones on Sun Oct 29 16:04:05 2006
|
[quote="Steve Jones"]eLog does not do math so I am trying to leverage the $SHELL function to perform the math. I am using GAWK to perform the math -- I
started trying to use CONDITIONAL ATTRIBUTES to assign numeric values to attributes but with loading up the ATTRIBUTES with all of the options brings elog
to its knees in terms of performance -- the parsing of attributes is simply too string intensive.
|
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, |
How to do a preset on MOptions attributes ?, posted by Stephane LE on Fri Nov 24 11:01:22 2006
|
Hi,
I'm new to elog and I was wondering if it is possible to do some presets on MOptions attributes when displaying a new form ? I've read the elogd config |
Re: How to do a preset on MOptions attributes ?, posted by Stephane LE on Fri Nov 24 14:40:42 2006
|
easy...
Preset MyAttribute = choice1 | choice2 | choice3 |