ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
809
|
Wed Nov 24 00:48:17 2004 |
| Rich Persaud | dev2id at yahoo dot com | Request | All | 2.5.4-6 | Non-wildcard or numeric search for numeric attribute |
Is there a way to disable wildcard matching in searches?
A search for "1" returns "1" and "10" and "11".
Is there a way to perform an explict match?
Could there be a numeric match if the attribute type is numeric? |
808
|
Wed Nov 24 00:45:43 2004 |
| Rich Persaud | dev2id at yahoo dot com | Request | All | 2.5.4-6 | Display links for multiple-option attributes |
Can "Display" links work with multiple options?
"ABC | DEF" is currently one link.
Ideally, it would be two links, each formatted per the "Display" string. |
807
|
Wed Nov 24 00:44:09 2004 |
| Rich Persaud | dev2id at yahoo dot com | Bug fix | Linux | 2.5.4-6 | Konqueror and Calendar widget |
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
blank. |
806
|
Wed Nov 24 00:42:10 2004 |
| Rich Persaud | dev2id at yahoo dot com | Request | All | 2.5.4-6 | Attribute Negative Search |
Is there any way to search for all attributes _except_ a certain value? |
805
|
Wed Nov 24 00:17:45 2004 |
| Rich Persaud | dev2id at yahoo dot com | Bug report | All | 2.5.4-6 | BUG: lost entry data |
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?
Other forms in other applications don't have this kind of data loss.
Submitting this now before I lose it again. Will submit rest of questions
as separate entries. |
804
|
Tue Nov 23 12:42:43 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | All | 2.5.2 | Re: New ELOG version with XML and CSV import/export |
> 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
> This always exports all records. Shouldn't it just export the records appearing in
> the window?
Exporting workes as follows: Click on "Find", and switch the radio button to XML or CSV.
If you click on "Search", you will be prompted where to save the resulting "export.xml"
or "export.csv". I did this through the search page because you can then specify som
filters, in order not to export all records.
> (BTW, the XML export is not valid. Internet Explorer complains about the first line)
The XML charset in the first line was missing. I fixed that, new version under CVS. Or
you can manually change the first line to
<?xml version="1.0" encoding="ISO-8859-1"?> |
803
|
Tue Nov 23 05:41:31 2004 |
| Neil Swartz | junkswartz@optonline.net | Info | All | 2.5.2 | Re: New ELOG version with XML and CSV import/export |
> > I was able to find the export feature under find. Could you let me know where
> > the import feature is? Or how I turn it on.
>
> Oops, I frogot to document this, thank you for reminding me. You have to add the
> "CSV Import" command manually to the list of menu commands, like:
>
> Find menu commands = New, Find, Select, Config, CSV Import, Help
>
> I was wondering if I should make this as the default, but many people maybe do not
> have the demand of having CSV Import, so it might be annoying for them. What do
> you think?
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
This always exports all records. Shouldn't it just export the records appearing in
the window?
Also, there is a CSV Import menu item, why isn't there CSV Export? Or just Export
with radio buttons controlling the format.
(BTW, the XML export is not valid. Internet Explorer complains about the first line)
Great Software. Love it. Keep up the good work! |
802
|
Sun Nov 21 00:46:28 2004 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Bug report | Linux | 2.5.4-6 | Re: compiling elog on AMD64 |
> > When compiling elogd on AMD64 (in 64 bit mode) there are many
> > warnings like these:
> >
> > src/regex.c:3769: warning: cast from pointer to integer of different size
> > src/regex.c:3769: warning: cast from pointer to integer of different size
> > src/regex.c:3775: warning: cast to pointer from integer of different size
> >
> > The reason is the (int) cast, which (I think) is not necessary.
>
> Unfortunately I don't have a 64-bit compiler to try. Can you please check if
> elogd.c has similar warnings or only regex.c?
elogd.c shows the same warnings.
> The ones in elogd.c I can fix,
> but regex.c is straight from the GNU C library, so we would have to wait intil
> they fix it. Or can you get it from the 64-bit C library? The point is that I
> need the source code, so that I can compile it under Windows as well. Can you
> try to compile elogd without regex.c, like
>
> gcc -g -O -W -Wall -o elogd src/elogd.c
This works OK.
|