ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
67221
|
Thu Mar 29 15:38:43 2012 |
| leen smit | leen.smit@gmail.com | Info | Linux | All | ELOG V2.9. | Re: RSS Feed |
I've just tested with Firefox, Chromium and IE, but no such icon appears. And for me this icon doesn't really help at all, as I'm using the feed to parse the logs
Besides, there is no mention of this Addon in the documentation, so the problem is still there: there is no easy way to find the feed URL.
|
67224
|
Mon Apr 2 15:45:30 2012 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | Linux | All | ELOG V2.9. | Re: RSS Feed |
leen smit wrote: |
I've just tested with Firefox, Chromium and IE, but no such icon appears. And for me this icon doesn't really help at all, as I'm using the feed to parse the logs
Besides, there is no mention of this Addon in the documentation, so the problem is still there: there is no easy way to find the feed URL.
|
Looks like the icon has disappeared in current versions of the browsers. I added a paragraph to the description:
http://midas.psi.ch/elog/userguide.html#rss |
67227
|
Mon Apr 2 15:55:00 2012 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | Linux | All | ELOG V2.9. | Re: RSS Feed |
leen smit wrote: |
I've just tested with Firefox, Chromium and IE, but no such icon appears. And for me this icon doesn't really help at all, as I'm using the feed to parse the logs
Besides, there is no mention of this Addon in the documentation, so the problem is still there: there is no easy way to find the feed URL.
|
I just checked with Chromium and can see the icon:
 |
66318
|
Wed Apr 15 12:56:18 2009 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.6-2191 | Re: ROptions value changed in the edit page |
> When ROptions items contain the same substring and this substring is also an ROptions item (ex: notdone,
> done), the value of the entry could change in the edit page.
> It depends on the item order in the config file.
>
> If Options is used (instead of ROptions), it works as expected.
>
> Is it a bug?
>
>
> Examples :
>
> #Insert "notdone" as new entry. When you try to edit the entry, the displayed value is "done".
>
> [test_bad]
> Attributes = Author, Category
> ROptions Category = notdone, done
>
> #No problem if you change the item order
>
> [test_good]
> Attributes = Author, Category
> ROptions Category = done, notdone
Thanks for reporting this bug. I fixed it in SVN revisoin 2193. |
394
|
Tue Jul 15 12:47:49 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | Latest | Re: REQ: Preset attribute with current weeknumber. possible? |
> Is it possible to preset an attribute with the current weeknumber?
No. All you can do is
Date format = %W
which displays the week number in the "Entry date" field. This number goes
from 00 to 53. Some systems support "%V", which runs from 01 to 53. |
1600
|
Wed Jan 18 12:15:17 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.6.0b5 | Re: Quicklink does not work for one field |
mark james wrote: | I am not so bold as to log this as a bug but one of my Quicklink fields just do not work. |
Sorry my late reply, but now I have fixed this problem. The update is under SVN and will be contained in the next release. |
1620
|
Mon Jan 23 17:32:20 2006 |
| mark james | mark@majames.com | Question | | 2.6.0b5 | Re: Quicklink does not work for one field |
Stefan Ritt wrote: |
mark james wrote: | I am not so bold as to log this as a bug but one of my Quicklink fields just do not work. |
Sorry my late reply, but now I have fixed this problem. The update is under SVN and will be contained in the next release. |
Thanks for that. I am now using ver V2.6.1-1622. So I guess that doesn't qualify as a "next release". I wonder if there is anything I could do to work around the issue?
Mark |
1621
|
Mon Jan 23 18:35:52 2006 |
| mark james | mark@majames.com | Question | | 2.6.0b5 | Re: Quicklink does not work for one field |
mark james wrote: |
Stefan Ritt wrote: |
mark james wrote: | I am not so bold as to log this as a bug but one of my Quicklink fields just do not work. |
Sorry my late reply, but now I have fixed this problem. The update is under SVN and will be contained in the next release. |
Thanks for that. I am now using ver V2.6.1-1622. So I guess that doesn't qualify as a "next release". I wonder if there is anything I could do to work around the issue?
Mark |
In fact now the dropdown seems to be working but when I 'tick' an entry, it is not being written to the ascii file. |