ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1369
|
Thu Aug 4 20:29:23 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: Notify email recipient of attachments without including? |
Chris Green wrote: | Hi,
Our elog is going to be taking some large attachments. I've disabled the attachments from going out in the email, but I'd like email recipients to know that the post has attachments associated with it. Is there a mechanism to do this already, or would it be an enhancement? I'm looking for something like:
Email Notify Attachments = 0 | 1 | 2
Where 0 = no notification,
1 = number only,
2 = list
... independent of whether attachments are included with the email itself.
Thanks,
Chris. |
I added Email Format = 64 for only attachment names. So you could set Email Format = 111 to get everything except the full attachments. |
1377
|
Fri Aug 5 01:15:23 2005 |
| Chris Green | greenc@fnal.gov | | | | Re: Notify email recipient of attachments without including? |
Stefan Ritt wrote: |
Chris Green wrote: | Hi,
Our elog is going to be taking some large attachments. I've disabled the attachments from going out in the email, but I'd like email recipients to know that the post has attachments associated with it. Is there a mechanism to do this already, or would it be an enhancement? I'm looking for something like:
Email Notify Attachments = 0 | 1 | 2
Where 0 = no notification,
1 = number only,
2 = list
... independent of whether attachments are included with the email itself.
Thanks,
Chris. |
I added Email Format = 64 for only attachment names. So you could set Email Format = 111 to get everything except the full attachments. |
Thanks for this. Will verify as soon as someone posts to the (now live) logbook.
Chris. |
1396
|
Wed Aug 10 11:28:30 2005 |
| ralphb | elog@spampot.com | | | | Changes in Comment and Elog Index page? |
Just updated to ELOG V2.6.0-beta4 from V2.5.6-2 and I note a couple of changes:
- HTML code inculed in elog.cfg "Comment" lines were previously rendered, now they are not. e.g. "Comment = Some comment <A href="http://somedomain.com/some.html" target="_top"> Some link text</A>" Is this change deliberate, or is the functionality likely to return? Any workaround?
- The "Several logbooks are defined on this host" elog index page was previously collapsable, now it is not. Same questions as previous.
Thanks & best regards,
Ralph. |
1399
|
Fri Aug 26 13:08:10 2005 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Request | | | something for the wishlist: 'Recent Changes' |
Something for the wishlist:
A 'Recent Changes'-link (option) that lists entries that were changed
recently, where 'recent' can be changed from 1,2,3...(some maximum)
days. |
1402
|
Thu Sep 1 17:53:58 2005 |
| ralphb | elog@spampot.com | | | | Re: Changes in Comment and Elog Index page? |
ralphb wrote: | - The "Several logbooks are defined on this host" elog index page was previously collapsable, now it is not. |
OK, I've fixed that one with "Expand Selection page = 0" |
1403
|
Thu Sep 1 18:26:38 2005 |
| ralphb | elog@spampot.com | Comment | | | Re: something for the wishlist: 'Recent Changes' |
Heiko Scheit wrote: | A 'Recent Changes'-link (option) that lists entries that were changed
recently, where 'recent' can be changed from 1,2,3...(some maximum)
days. |
Two possible solutions:
1. Use ELOG's RSS support (look for "RSS Title" in the config syntax help). I added an RSS icon to each entry with "Bottom Text=<a href="http://myserver:8080/mylogbook/elog.rdf"><img border=0 height="14" width="36" src="/Rssicon_3614.gif" alt="[RSS]"></a>
2. Add a new attribute "Revised" and config it as follows: "Locked attributes = Revised" and "Subst on Edit Revised = $date". It'll get updated each time the entry gets updated. Then all you just need to create a link to "http://yourserver:8080/yourlogbook/page?mode=summary&rsort=Revised"
Best regards, Ralph. |
1408
|
Tue Sep 6 09:37:20 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: Changes in Comment and Elog Index page? |
ralphb wrote: | HTML code inculed in elog.cfg "Comment" lines were previously rendered, now they are not. e.g. "Comment = Some comment <A href="http://somedomain.com/some.html" target="_top"> Some link text</A>" Is this change deliberate, or is the functionality likely to return? |
I had to render the comment, because some people had comments like "PCs > W2k", where the ">" screwed up the HTML code of the page. I added some code now which checks if the comment is real HTML, and reverts back to the old behaviour if it is. The update is in CVS.
ralphb wrote: | The "Several logbooks are defined on this host" elog index page was previously collapsable, now it is not. Same questions as previous. |
People complained about the collapsing (it's really hard to make everybody happy!!!). So the page is expanded by default. If you want the old behaviour, add an
Expand selection page = 0
into your config file |
1411
|
Tue Sep 6 18:36:21 2005 |
| ralphb | elog@spampot.com | | | | Re: Changes in Comment and Elog Index page? |
Stefan Ritt wrote: | I added some code now which checks if the comment is real HTML, and reverts back to the old behaviour if it is. The update is in CVS. |
Thanks very much Stefan.
Our new server has no gcc so I had to compile it on a sister machine, pending the next RPM release.
By the way, your download page needs an extra line:
cvs -d :ext:cvs@midas.psi.ch:/usr/local/cvsroot checkout mxml to have a hope of the make working.
Also, it would be nice if the "Installing and running on UNIX" section of the Administrator's Guide also had a set of "Installation from CVS" instructions.
Stefan Ritt wrote: | it's really hard to make everybody happy!!! |
Ah, but you are doing it so well!
Thanks again.
Best regards, Ralph. |