Re: Vulnerability?, posted by Jan Just Keijser on Tue Apr 19 17:02:57 2022
|
> > I've built the last C version of elog in git, revision 1ebfd06c using mingw-64 ; the resulting binaries work for me on Windows 2019.
> > Attached is a zip file with the binaries.
> > I was not able to create a new installer, these are just the executables
|
Re: Vulnerability?, posted by Jan Just Keijser on Fri Apr 22 17:10:24 2022
|
> > > > I've built the last C version of elog in git, revision 1ebfd06c using mingw-64 ; the resulting binaries work for me on Windows 2019.
> > > > Attached is a zip file with the binaries.
> > > > I was not able to create a new installer, these are just the executables
|
Escape character [ or ] doesn't work within [url], posted by Don on Fri Jul 15 19:46:26 2016
|
Here is the problem:
[url=http://example.com?arrays[]=v1&arrays[]=v2]click here[/url]
How can I escape [] inside url tag? |
Re: Escape character [ or ] doesn't work within [url], posted by Don on Tue Jul 19 21:08:08 2016
|
Andreas
Luedeke wrote:
The URL encoding of ']' as '%5D' appears to work: |
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] |
Time Display Format, posted by james Goedsir on Tue Sep 1 04:15:57 2009
|
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 |
Re: Time Display Format, posted by james Goedsir on Wed Sep 2 09:39:20 2009
|
james Goedsir wrote:
My Time field is displayed i a 12 Hour format I would like to change it to 24 Hours, can someone |
Text Field color in Summary display, posted by Mike Jackson on Fri Apr 14 17:01:40 2006
|
Is it possible to have the text field be the same color as the other attributes in the summary display? What I mean is how each line is a different color,
but the text field is always white. I would like the text field to match the rest. I changed the .summary in the css file but it changes all the text
fields, it doesn't allow them to alternate colors like the other fields on the summary display |