ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
325
|
Wed May 7 16:58:34 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: |
> I have upgraded elog from version 2.2.4 to 2.3.6 and then entry "Number
> Attachments =" is not being read. Looking at the changelog, I found that
> "Number Attachments" has been removed in favor of "enable attachments". I
> tried looking in the documentation but I can't find a discription of the way
> in which multiple attachments are handled. Can someone give me a pointer?
Just upload one attachment at a time by hitting the "Upload" button, your
message text stays there. Once you are finished, hit "Submit". Sorry, I
thought this would be obvious, since most providers use this for their mail
web interface. |
327
|
Wed May 7 21:09:32 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | | Re: missing '.' in emails |
> I checked my mail program and
> found out that it converts a single dot into two dots at the beginning
> of the line. I have to implement this in elgod.c.
I implemented that (->CVS): a <CR><LF>.<CR><LF> is replaced by
<CR><LF>..<CR><LF> in email notifications. Now I don't know if all browsers
under all OS's send a <CR><LF> on line break. If some don't, please let me
know. |
328
|
Wed May 7 21:15:57 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: A NAME=... tags around the attachments |
> it would be useful, if the web server automatically produced tags <A NAME=
> [AttachNo3]>Anhang 3</A> around the entry of the attachment. With this one
> could easily reference in the HTML text an attachement at the end of the
> page.
I added a name tag <A NAME=attx> where x is 1,2,3,... to the attachments
(->CVS). So you reference them by "/<logbook>/<id>#attx" where x is the
attachment number, <id> the message ID (the one displayed in the URL if you
display a single message) and <logbook> is the logbook name.
> I had a problem, when I just put a HTML text with <IMG> tags into the
> formular box and I could not reference them although they were available
> (and displayed pictures) as attachments.
That won't work, since attachments are preceeded by the date/time, to avoid
name collisions if two identical file names are submitted several times. You
see that if you click on an attachment to display only that picture. The URL
in the browser gives you the full URL including the date/time, which you
have to use to reference that image. This is of course not possible if you
are just submitting an entry, since you don't know which exact time the URL
will get. So you first have to submit the message with the attachment, the
lookup the attachment URL, then edit the message again and enter the full
URL. Not very handy, I know, but right now the only way. |
330
|
Thu May 8 15:28:10 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: Question |
> Can you tell me what the following change in CVS offers
>
> Added lock icon for protected logbooks
>
> Does this relate to the request in article 309
No, unfortunately not (yet). I'm still working on the problem described in
elog:309. This "lock" icon only shows you in the logbook selection page which
logbooks are public and which are protected by passwords (was another
request). |
332
|
Thu May 8 22:22:24 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: |
> I have a question concerning the "Selection page" ELOG.cfg parameter.
> I was wondering if it is possible to specify a complete (absolute) URL
such
> as http://www.myserver.com/my_elog_menu.htm.
>
> I need this type of configuration because we actually need to have the
> custom selection page sitting on a different server from the one where
ELOG
> is run.
I added this possibility to the source code (->CVS), although it's not clear
to me how this should work for you. If you don't have access to the server
where elogd is running, how should elogd then redirect you to somewhere else? |
334
|
Mon May 12 16:01:38 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Use Email From = $user_email |
> if you put
>
> Use Email From = $user_email
>
> we receive in the adress 'my email adress'
>
> how to avoid the maito: prefix ?
> it gives problems when you vwant to reply from outlook
>
> it's ok in elog to send mail from IExplorer
I fixed that problem. Please get the updated version from CVS. |
336
|
Mon May 12 22:47:10 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: Feature request - fairly urgent also :) |
> We are using elog as a small database system, today we came across a
> problem where 2 people were editing the same record and the first one to
> submit his changes were overwritten when the second person submitted his.
>
> Is there anyway to lock a logbook record when someone has pressed EDIT,
> maybe set a flag in the logbook entry so it has to be unlocked when its
> submitted by the originator or by an administrator.
I added some code experimentally to avoid double editing. Whenever a message
is edited, a "stop" sign is displayed in the message list next to the edited
messages and a warning is issued on the single message display page. If the
original editing has been given up (browser closed) one can just ignore this
message. I prefer this solution in comparision with a real locking, since
the mechanisms for unlocking a stale message by the administrator is not
necessary. Get the newest code from CVS, get also themes/default/stop.gif to
display the stop sign, and let me know what you think. |
339
|
Wed May 14 20:07:54 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: Feature request - fairly urgent also :) |
> Thanks Ill grab it tomorrow and try it,
>
> when is the new version out btw ?
When I say "under CVS", I mean what I said in elog:233. The new version I
will release probably next week. |