Re: Several attachement at the same time, posted by Stefan Ritt on Wed Jan 30 08:01:23 2008
|
stephane wrote:
I would like to make several attachement at the same time. I would be great cause I have lot of attachements |
move mxml code into elog's src directory, posted by Jeff Stoner on Fri Feb 15 03:16:45 2008
|
The mxml source code should be moved into the elog-*/src directory. This requires changing the Makefile to:
MXMLDIR = src/mxml
Reason for change: if you want to build several versions of elog and you unpack the distributions in the same top-level directory, the most recently |
Re: move mxml code into elog's src directory, posted by Stefan Ritt on Fri Feb 15 06:59:52 2008
|
Jeff Stoner wrote:
The mxml source code should be moved into the elog-*/src directory. This requires changing the Makefile |
#include statements and attachment visibility, posted by Yoshio Imai on Thu Feb 28 19:07:19 2008
|
Hi!
First of all, thank you again for the great software and all the support.
|
Re: #include statements and attachment visibility, posted by Stefan Ritt on Thu Mar 6 14:03:17 2008
|
[quote="Yoshio Imai"]Recently, one collaborator here noted that it would be helpful if the preview of attached files could be disabled on a file-by-file
basis (via a checkbutton next to the "Upload" button maybe?). This applies e.g. to cases where someone performs a measurement outside of routine operations
and attaches the ASCII data file (preview not wanted, in particular if it contains many lines) and the graph representing the evaluation (preview wanted). |
Re: #include statements and attachment visibility, posted by Yoshio Imai on Thu Mar 6 18:19:48 2008
|
Thanks you! I just installed the new revision, and it works.
However, it does not seem to work in list mode (with attach=1 option): elog still shows [I]all[/I] the lines of attached text files there.
|
Re: #include statements and attachment visibility, posted by Stefan Ritt on Fri Mar 7 08:01:44 2008
|
[quote="Yoshio Imai"]However, it does not seem to work in list mode (with attach=1 option): elog still shows [I]all[/I] the lines of attached text files
there.
|
Re: #include statements and attachment visibility, posted by Yoshio Imai on Fri Mar 7 13:07:34 2008
|
Thank you, works perfectly! |