Re: compiling elog on AMD64, posted by Stefan Ritt on Thu Nov 18 09:40:25 2004
|
> When compiling elogd on AMD64 (in 64 bit mode) there are many
> warnings like these:
>
|
Re: New ELOG version with XML and CSV import/export, posted by Stefan Ritt on Tue Nov 23 12:42:43 2004
|
> I needed the export feature and could not find documentation on it in the latest
> version. I finally read the code and added Find Menu Text = <filename>
> where filename had the tags XML, CSV1, and CSV2
|
Re: New ELOG version with XML and CSV import/export, posted by Stefan Ritt on Wed Nov 24 11:45:07 2004
|
> BTW,
> Is there any way to turn off the Text column at the right side of the list?
|
Re: BUG: lost entry data, posted by Stefan Ritt on Wed Nov 24 11:52:26 2004
|
> After THREE tries to enter a long detailed list of questions, all have been
> replaced by just one: why do ELOG textareas and entry forms lose all data
> if the browser goes back/forward? Or if a submission causes an error?
|
Re: Attribute Negative Search, posted by Stefan Ritt on Wed Nov 24 13:55:22 2004
|
> Is there any way to search for all attributes _except_ a certain value?
If you mean "search all attrubutes except one specific attribute" then the
|
Re: Konqueror and Calendar widget, posted by Stefan Ritt on Wed Nov 24 14:19:01 2004
|
> Date selection from the calendar widget does not work in Konqueror.
>
> Clicking on a date results in year being populated, but month and day are
|
Re: Attribute Negative Search, posted by Stefan Ritt on Thu Nov 25 08:42:07 2004
|
> Display Subsystem = <a href="/LogBook1/?Subsystem=$Subsystem" style="color:
> saddlebrown">$Subsystem</a>
>
|
Re: ELOG-Server crashes after date entry, posted by Stefan Ritt on Sun Dec 5 13:09:12 2004
|
'Date' attributes can only be between 1970 and 2037, since I use internally the
unix time format. I added a test so future versions will complain and not crash
when the date is outside that range.
|