ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1040
|
Wed Mar 30 16:31:36 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | latest | Re: Logfiles |
> I want exchange the logs as files and not with the mirroring function. My
> collegue and me are already exchanging all our project files, so the logs from
> ELOG could be included in this exchange.
If you do not want to use the mirroring, then you can extract a single entry with
the "hidden" download command. Like for this entry:
http://midas.psi.ch/elogs/Forum/1039?cmd=Download
Tell your browser to save the result locally and you have a file with just this
message. Note however that if you ship these files around, and combine them with an
existing logbook by copying them to the logbook directory, you could have two
entries with the same ID, in which case elogd would produce unpredictable results. |
1039
|
Wed Mar 30 16:05:34 2005 |
| Becher | lehmannth@12move.de | Question | Windows | latest | Re: Logfiles |
I want exchange the logs as files and not with the mirroring function. My
collegue and me are already exchanging all our project files, so the logs from
ELOG could be included in this exchange. |
1038
|
Wed Mar 30 15:12:54 2005 |
| Alex H | alex@synergie-inf.com | | Windows | V2.5.7-1 | Re: Expand all at elog home |
> > So I have posted a picture to explain better my question.
> > So could it be possible to have the index page always expanded ?
> > thanks for answers.
>
> I added a new configuration option "Expand selection page" which defaults to
> one. So if nothing is changed in the configuration file, the logbook selection
> page is expanded by default. Only if one has very many logbooks and wants back
> the old behaviour, one has to add "Expand selection page = 0" in the config
> file. The new version is under CVS.
Many many Thanks for all Stefan ! :o) |
1037
|
Wed Mar 30 11:07:08 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | Windows | 2.5.7-1 | Re: Unable to enter/edit time in user defined $date field? |
I implemented a "datetime" option which does exactly what you want. All you
need is a
Type Record Date = datetime
in your config file. The new option is present in version 2.5.8-2 and ready to
download. |
1036
|
Tue Mar 29 23:05:56 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | latest | Re: Logfiles |
> Is there an option that elog creates one logfile for one entry in the
> database? It seems that there elog is creating one logfile for one day.
No. One file per day was chosen in order to keep the number of files small.
For which purpose would you need such an option? |
1035
|
Tue Mar 29 23:03:35 2005 |
| becher | | Question | Windows | latest | Logfiles |
Is there an option that elog creates one logfile for one entry in the
database? It seems that there elog is creating one logfile for one day. |
1034
|
Tue Mar 29 16:21:32 2005 |
| Emiliano Gabrielli | AlberT@SuperAlberT.it | Bug report | Linux | r1592 | Re: wrong handling of attachment names |
> > - Irestarted the daemon
> > - attached strace to it
> > - requested the list for a testin logbook, few entries some quite big images
> > (two thumbnails, the other are old images get resized my the browser)
> > - repeted previous point a couple of times
> > - press F5 (mozilla-firefox) the browser hangs 4ever
> > - stop the load
> > - repeat point 3, all right
> > - F5 => hangs
> > - F5 => hangs
>
> I tried to reproduce this problem, but everything was fine. This problem was never
> reported by anyone else as well.
running ethereal I found a bug, hope this is the problem hanging my firefox (I think
we have a good chance it is :-P)
when I have thuimbs enabled, elog returns for the ".thumb" (or ".whatever".. thumb's
extension should be transparent to elog .. uhm... it can't be .. this is a problem)
anyway, having attached a pdf (a big one) and aving attachment display enabled (with
my thumbnails generated by my script) elog returns for the displayed thumb a
Content-Type for application/x-pdf, instead of the correct image/jpeg. I think this is
the problem.
The only way for elog to know what is the correc\t content type for thumbnails is to
get it from a configuration parameter, becouse it is a chioce of the external script
used to generate them to choose the type of thumbs (jpeg, png, gif ... )
One conf parameter defaulting to jpeg may be the solution |
1033
|
Tue Mar 29 13:55:58 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | V2.5.8-1 | Re: Preset text Dont work more! |
> Here is my elogd.cfg.
> I hope this will help you :)
Yes it did. You were the first one using an attribute containing a dot inside a
required attribute ("Maint."). This crashed JavaScript. I found a workaround and
implemented it.
> when we be released the next elog version who correct the crash of Protect
> Selection page = 1 ?
I just release 2.5.8-2 which contains both fixes. |