ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1227
|
Tue Jul 5 22:35:52 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | All | cvs | Re: [BUG] attach=1 and inline imgs |
Emiliano Gabrielli wrote: | There is a little difference in the way elog treats attachment's display in list and single message view...
It has to be, but some beaviours can be seen as bugs:
- this is a real bug (see attachment).. if a file is referred inside the text (as shown in elcode docs) it is correctly not shown when in single message view, but it remains visible both inline and as attachment in the full list view
- it would be nice for the user having, as in the single message view, the possibility of show or hide a single or all the attachements of a single message ..
|
I removed attachment displays for all views if the image is referenced inline. A potential problem is that it might confuse people. During submission (and later during editing), they see an attachment at the bottom, but the link at the botton is not visible in normal display. If they want to extract an inline image into a file, they have to know that there is a "Save image as..." in their browser. So let's see how many people complain. |
1229
|
Wed Jul 6 16:02:30 2005 |
| Tim Iskander | tim.iskander@criticallink.com | Request | All | 2.5.8 | Request: can the comment for a log book be put in the status bar on hover |
We have several logbooks running here with somewhat cryptic names. The comment field for the
logbook describes its intent well enough, so the thought was that the comment could show up in the
status bar (or tooltip) when you hover over the logbook name in the tabs at the top of the page.
___ yea 
___ nea 
/Tim |
1232
|
Thu Jul 7 04:47:09 2005 |
| Gary Clayson | imppster@gmail.com | Request | All | 2.5.8 | Re: Request: can the comment for a log book be put in the status bar on hover |
Tim Iskander wrote: | We have several logbooks running here with somewhat cryptic names. The comment field for the
logbook describes its intent well enough, so the thought was that the comment could show up in the
status bar (or tooltip) when you hover over the logbook name in the tabs at the top of the page.
___ yea 
___ nea 
/Tim |
I wonder if there is any way to use the javascript 'window.status' method to accomplish this. It would be a nice addition when there are many logbooks.
Gary ;-> |
1239
|
Thu Jul 7 21:48:31 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | All | 2.5.8 | Re: Request: can the comment for a log book be put in the status bar on hover |
Tim Iskander wrote: | We have several logbooks running here with somewhat cryptic names. The comment field for the
logbook describes its intent well enough, so the thought was that the comment could show up in the
status bar (or tooltip) when you hover over the logbook name in the tabs at the top of the page. |
_X_ yea 
___ nea 
I added a tooltip to the logbook showing the comment field. The status bar is a bit difficult since it requires Javascript and is not supported by all browsers. But I hope the tooltip is good enough. The modification is in CVS, you can try it at the forum.
- Stefan |
1242
|
Fri Jul 8 10:52:36 2005 |
| Emiliano Gabrielli | AlberT@SuperAlberT.it | Bug report | All | 2.6beta2 | Subst on Reply |
the "subst on reply" parameter seems to correctly work only on the first reply..
since the second reply has the author locked to the one having replyed the first time.
Here is my config:
; preset author and email
Preset Author = $short_name
Preset Author Email = $user_email
Subst on reply Author = $short_name
Subst on reply Author Email = $user_email
Subst on reply subject = Re: $subject
; these attributes cannot be changed
Locked Attributes = Author, Author Email
Fixed Attributes Reply = Subject
My poor man solution is for now to allow everyone to change the author (unlock the field ..) |
1243
|
Fri Jul 8 13:32:56 2005 |
| Tim Iskander | tim.iskander@criticallink.com | Request | All | 2.5.8 | Re: Request: can the comment for a log book be put in the status bar on hover |
Stefan Ritt wrote: |
Tim Iskander wrote: | We have several logbooks running here with somewhat cryptic names. The comment field for the
logbook describes its intent well enough, so the thought was that the comment could show up in the
status bar (or tooltip) when you hover over the logbook name in the tabs at the top of the page. |
_X_ yea 
___ nea 
I added a tooltip to the logbook showing the comment field. The status bar is a bit difficult since it requires Javascript and is not supported by all browsers. But I hope the tooltip is good enough. The modification is in CVS, you can try it at the forum.
- Stefan |
I like it!
thanks...
/Tim |
1244
|
Fri Jul 8 19:08:30 2005 |
| Emiliano Gabrielli | AlberT@SuperAlberT.it | Request | All | | <img> in Display Attribute |
My goal is to be able to do the following :
Display Category = $category <img src="icons/$category.png" border="0">
This way one can add a self explaining icon to the attribute or just replaceing it (only in visualization)
Is there another method to accomplish this ? otherwise I's in my wish list |
1245
|
Fri Jul 8 22:18:01 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | All | | Re: <img> in Display Attribute |
Emiliano Gabrielli wrote: | My goal is to be able to do the following :
Display Category = $category <img src="icons/$category.png" border="0">
This way one can add a self explaining icon to the attribute or just replaceing it (only in visualization)
Is there another method to accomplish this ? otherwise I's in my wish list |
Ok, it's implemented in CVS. |