Including the text in the CSV export, posted by Gary Mercier on Mon Feb 28 21:35:57 2005
|
Is there any way to include the text of a log message in the CSV export?
Anyway to include a pointer to the attachment? |
Re: Including the text in the CSV export, posted by Stefan Ritt on Tue Mar 1 13:39:09 2005
|
> Is there any way to include the text of a log message in the CSV export?
> Anyway to include a pointer to the attachment?
|
Re: Including the text in the CSV export, posted by Gary Mercier on Tue Mar 1 17:29:47 2005
|
> > Is there any way to include the text of a log message in the CSV export?
> > Anyway to include a pointer to the attachment?
>
|
Is any one using elog on Solaris 9?, posted by Robert Keeney on Thu Apr 1 18:22:37 2004
|
I searched and found some problems people were having compiling it on Solaris.
However I didn't see anything else.
|
Re: Is any one using elog on Solaris 9?, posted by Jaap van Vliet on Thu Feb 24 11:23:03 2005
|
I've got it running for two years now on a Sun Netra box running Solaris 9
> I searched and found some problems people were having compiling it on Solaris.
|
Space in logbook name with password list results in "List" menu acting strange, posted by Neil Swartz on Tue Feb 22 01:24:41 2005
|
If you have a space in a logbook name and you enable password list, then
the "List" menu option forces you to the login page each time.
The URL says "aaa+bbb", but when you do not have passwords enabled, the
|
Re: Space in logbook name with password list results in "List" menu acting strange, posted by Stefan Ritt on Tue Feb 22 10:35:17 2005
|
> If you have a space in a logbook name and you enable password list, then
> the "List" menu option forces you to the login page each time.
> The URL says "aaa+bbb", but when you do not have passwords enabled, the
|
Problem with 'Show Attributes' option, posted by Heiko Scheit on Sat Feb 19 18:39:52 2005
|
There is a problem with the 'Show Attributes' option
causing the 'Format ...' options to be ignored.
|
Re: Problem with 'Show Attributes' option, posted by Stefan Ritt on Sun Feb 20 15:30:04 2005
|
> There is a problem with the 'Show Attributes' option
> causing the 'Format ...' options to be ignored.
>
|
How to import previous emails to elog ?, posted by Anand Sengupta on Fri Feb 18 08:43:42 2005
|
Hi
|
Re: How to import previous emails to elog ?, posted by Stefan Ritt on Fri Feb 18 08:47:20 2005
|
Have a look at http://midas.psi.ch/elogs/Contributions/10 |
images attached shown as inline , posted by Emiliano Gabrielli on Mon Feb 7 13:14:41 2005
|
I'm configuring this great application in order to replace the previous
elogbook my community is using (in the accelerator's world).
|
Re: images attached shown as inline , posted by Stefan Ritt on Mon Feb 7 13:34:17 2005
|
> One of the main and mandatory feature they cannot renunce is the possibility
> of displaying every attached image just inline, without having to click over
> the file name or to enter the entry view (in which the attachment can
|
Re: images attached shown as inline , posted by Emiliano Gabrielli on Mon Feb 7 14:06:48 2005
|
> > One of the main and mandatory feature they cannot renunce is the possibility
> > of displaying every attached image just inline, without having to click over
> > the file name or to enter the entry view (in which the attachment can
|
Re: images attached shown as inline , posted by Stefan Ritt on Mon Feb 7 14:23:37 2005
|
> yes I know, but it could be a "placebo" :-P .. we are using the elog in a lan so it
> could be a good temporary solution ...
>
|
Re: images attached shown as inline , posted by Emiliano Gabrielli on Mon Feb 7 15:59:04 2005
|
> > yes I know, but it could be a "placebo" :-P .. we are using the elog in a lan so it
> > could be a good temporary solution ...
> >
|
Re: images attached shown as inline , posted by Stefan Ritt on Mon Feb 7 21:07:58 2005
|
> uhm ok .. can I expect to get a release with this feature in the near future ?
I checked how I would do that and did not find a good solution. If I put a
|
Re: images attached shown as inline , posted by Emiliano Gabrielli on Tue Feb 8 12:39:53 2005
|
> > uhm ok .. can I expect to get a release with this feature in the near future ?
>
> I checked how I would do that and did not find a good solution. If I put a
|
Re: images attached shown as inline , posted by Stefan Ritt on Sat Feb 12 17:08:32 2005
|
> the following should do the job:
>
> <div style="width: 200px">
|
Re: images attached shown as inline , posted by Emiliano Gabrielli on Wed Feb 16 08:58:47 2005
|
> > the following should do the job:
> >
> > <div style="width: 200px">
|
Re: images attached shown as inline , posted by Stefan Ritt on Wed Feb 16 09:02:09 2005
|
As I wrote you by mail, I implemented your idea in the following way. As you
say, it's only working on Gecko based systems. I did not implement additional
configuration parameters, but made it through the CSS file:
|
[patch] Re: images attached shown as inline , posted by Emiliano Gabrielli on Tue Feb 8 19:04:25 2005
|
> > uhm ok .. can I expect to get a release with this feature in the near future ?
>
> I checked how I would do that and did not find a good solution. If I put a
|
[patch] Re: images attached shown as inline , posted by Stefan Ritt on Sat Feb 12 17:48:51 2005
|
Are you sure that this does not stretch small images? Please see elog:931
> two new elog.conf parameters are defined:
|
[patch]: fixed wrong extention check, posted by Emiliano Gabrielli on Tue Feb 8 17:40:54 2005
|
current version uses strstr() to check if the file has the expected ascii
text extension ... this is buggy becouse this way a file named
|
Re: [patch]: fixed wrong extention check, posted by Stefan Ritt on Sat Feb 12 17:45:39 2005
|
> current version uses strstr() to check if the file has the expected ascii
> text extension ... this is buggy becouse this way a file named
> ".txt_hidden_file" or "foo.config.dat" are both seen as .txt files.
|
Re: [patch]: fixed wrong extention check, posted by Emiliano Gabrielli on Wed Feb 16 08:48:52 2005
|
> > current version uses strstr() to check if the file has the expected ascii
> > text extension ... this is buggy becouse this way a file named
> > ".txt_hidden_file" or "foo.config.dat" are both seen as .txt files.
|
preselected values and conditional options, posted by Emiliano Gabrielli on Mon Feb 7 13:28:18 2005
|
here is a piece of my current config:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
Re: preselected values and conditional options, posted by Emiliano Gabrielli on Tue Feb 8 13:13:22 2005
|
up :-) |
Re: preselected values and conditional options, posted by Stefan Ritt on Sat Feb 12 17:06:44 2005
|
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> Attributes = Author, Type, Category, Subject
> Required Attributes = Author, Type, Subject
|
Re: preselected values and conditional options, posted by Emiliano Gabrielli on Wed Feb 16 08:45:54 2005
|
> > ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> > Attributes = Author, Type, Category, Subject
> > Required Attributes = Author, Type, Subject
|