ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
663
|
Thu Aug 12 21:10:29 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | 2.5.4 | Re: Q: on 'FIND MENU commands =' <menu list> | > The help text on the website says the following:
>
> "The command Select can be used to select multiple messages for deletion of
> moving to other logbooks."
>
> This is not clear but was the intent to indicate that SELECT can be used to
> either select multiple log entries for deletion OR for moving to another
> logbook? If the latter, then this does not work if one adds the MOVE TO
> menu item to the list. If the former then the helptext is a little misleading.
SELECT can be used for deletion OR moving OR copying. To enable the copy and move
commands, they have to be present in the "Menu commands" list, like
Menu commands = Back, New, Edit, Delete, Reply, Find, Config, Logout, Move to, Copy
to, Help
I added an appropriate note to the documentation, sorry for the misleading descriptoin. |
665
|
Thu Aug 12 22:17:01 2004 |
| Steve Jones | steve.jones@freescale.com | Question | All | 2.5.4 | Re: Q: on 'FIND MENU commands =' <menu list> | > > The help text on the website says the following:
> >
> > "The command Select can be used to select multiple messages for deletion of
> > moving to other logbooks."
> >
> > This is not clear but was the intent to indicate that SELECT can be used to
> > either select multiple log entries for deletion OR for moving to another
> > logbook? If the latter, then this does not work if one adds the MOVE TO
> > menu item to the list. If the former then the helptext is a little misleading.
>
> SELECT can be used for deletion OR moving OR copying. To enable the copy and move
> commands, they have to be present in the "Menu commands" list, like
>
> Menu commands = Back, New, Edit, Delete, Reply, Find, Config, Logout, Move to, Copy
> to, Help
>
> I added an appropriate note to the documentation, sorry for the misleading descriptoin.
Thank you. I had added the "Move To" and this works at the log entry level (i.e., "Move
To <name>) but in the threaded view one does not get the enumerated list of logbooks.
I'll play around with it a little more before re-posting. When it didn't work as I
expected I read the docs and ran across the confusing text - so I stopped and asked!
Thanks again. |
667
|
Thu Aug 12 22:24:04 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | 2.5.4 | Re: Q: on 'FIND MENU commands =' <menu list> | > Thank you. I had added the "Move To" and this works at the log entry
level (i.e., "Move
> To <name>) but in the threaded view one does not get the enumerated list
of logbooks.
You get the "Move To" button only after pressing "Select", otherwise it does
not make sense. See attached screendump and config example. |
Attachment 1: select.gif
|
|
Attachment 2: elogd.cfg
|
[global]
port = 8080
password file = passwd
Self register = 1
Suppress email to users = 1
[demo1]
Theme = default
Comment = General linux tips tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
Find menu commands = New, Find, Select, CSV Import, Config, Admin, Change password, Logout, Help
Menu commands = Back, New, Edit, Delete, Reply, Find, Config, Logout, Move to, Copy to, Help
[demo2]
Theme = default
Comment = General linux tips tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
|
670
|
Thu Aug 12 23:55:00 2004 |
| Steve Jones | steve.jones@freescale.com | Question | All | 2.5.4 | Re: Q: on 'FIND MENU commands =' <menu list> | > > Thank you. I had added the "Move To" and this works at the log entry
> level (i.e., "Move
> > To <name>) but in the threaded view one does not get the enumerated list
> of logbooks.
>
> You get the "Move To" button only after pressing "Select", otherwise it does
> not make sense. See attached screendump and config example.
Hmmm. I like the little buttons with the pull-downs for selections.
Unfortunately, I don't get that. With a config of:
Find Menu commands = New, Find, Select, Config, Change password, Logout, Help, Admin
Menu commands = Back, New, Edit, Delete, Reply, Find, Move To, Copy To, Config, Help
my screen only shows the "toggle" and "delete" buttons. Was there a recent rev
that allowed this to happen (I didn't see a comment on this).
BTW, on a log entry screen, is the appropriate behavior for the "Move To" option
to show multiple "Move To" links (one for each logbook) or should there also be
pulldowns?
Thanks |
672
|
Mon Aug 16 23:49:13 2004 |
| Steve Jones | steve.jones@freescale.com | Bug report | All | 2.5.4-2 | URL bug in elogd.cfg | Under 2.5.4-2 build1.460, when I edit the demo elogd.cfg the following happens:
- I start with
URL = http://cde-tx32-sds01.subdom.dom.com:8080/
- When I go to edit the global section of the config file, the *display* of
the string is changed to:
URL = <a
href="http://cde-tx32-sds01.subdom.dom.com:8080/">http://cde-tx32-sds01.subdom.dom.com:8080/</a>
- Saving this results in an error in that the rendered url is invalid.
Our current running version is 2.5.4-build1.413 and this behavior is not
evident. I've looked through the diffs but could not identify the genesis
of this new behavior.
Thanks |
680
|
Wed Sep 1 03:42:22 2004 |
| filantoro | filantoro@yahoo.com | Question | All | 2.5.42 | Locking entries | I have a question about ELOG. Let's say after the user finishes his shift
and passess on to the next user on duty. A staff member would want to look
through the entries and vet them. The staff could lock the entries to
maintain integrity of the information. How can that be done with ELOG? Can
you enlighten me. Thank u. |
687
|
Wed Sep 8 11:44:56 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | 2.5.4 | Re: Q: on 'FIND MENU commands =' <menu list> | > Hmmm. I like the little buttons with the pull-downs for selections.
> Unfortunately, I don't get that. With a config of:
>
> Find Menu commands = New, Find, Select, Config, Change password, Logout, Help, Admin
> Menu commands = Back, New, Edit, Delete, Reply, Find, Move To, Copy To, Config, Help
Unfortunately menu commands are case sensitive, so you need a "Move to" instead a "Move
To". I changed this in the code so future versions will not be case sensitive any more.
> BTW, on a log entry screen, is the appropriate behavior for the "Move To" option
> to show multiple "Move To" links (one for each logbook) or should there also be
> pulldowns?
On the log entry screen, only menu links are possible for internal reasons, that's why I
have chosen that display mode. I agree that it can look clumsy if you have many
logbooks, but there is the "move to = <logbook list>" option to restrict the number of
target logbooks. |
688
|
Wed Sep 8 12:19:00 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | All | 2.5.4-2 | Re: URL bug in elogd.cfg | This problem has been fixed in revision 1.462 |
|