ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
558
|
Mon Jun 7 15:58:10 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | | | 2.52 | Re: Using select menu option to move multiple logbook entries to another logbook |
> I've been able to select a specific logbook entry and move it, and I've
> been able to filter and select and toggle, but I can't figure out how to
> get the Move To option to show up on the main logbook menu....
To be able to move entries between logbooks, you have to enable the "move to"
command with the option "Menu commands" like:
Menu commands = Back, New, Edit, Delete, Reply, Find, Config, Move to, Help
Having done this, the menu "Move to xxx" should show up when you select an
individual entry, where xxx is the name of the other logbook(s). If you so a
"Select" on several entries, a new button should show up which lets you move
all selected entries to the other logbook(s). See elog:/1 for an example. If
you do not observer this behaviour, please let me know. |
Attachment 1: move_to.gif
|
|
557
|
Fri Jun 4 22:40:44 2004 |
| Robin Peterson | robin.h.peterson@state.or.us | | | 2.52 | Using select menu option to move multiple logbook entries to another logbook |
I'm trying to configure this thing to be able to filter on a set of
criteria, choose select, choose toggle all, and then choose "Move to
Complete Work Requests".
I've been able to select a specific logbook entry and move it, and I've
been able to filter and select and toggle, but I can't figure out how to
get the Move To option to show up on the main logbook menu....
what am I missing?
robin |
556
|
Fri Jun 4 16:55:36 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.5.2 | Re: Resubmit as new entry |
> Elogd crashing when "Resubmit as new entry" is executed.
> Tried with demo config, same result, also tried with snapshot version.
> After the first crash i restart elogd, then it crashes every time i enter
> the logbook containing the entry i tried to "Resubmit as new entry"
> Anyone seen same behavior, on win2000 platform ?.
I fixed this problem, was a stack overflow. New snapshot is available. |
555
|
Fri Jun 4 16:43:34 2004 |
| nait tauh | nait@no2bl.no-ip.com | Question | Linux | 2.5.2 | Re: Using date and subst date |
> I compiled one (just for you :))), available at
>
> http://midas.psi.ch/elog/download/tar/elogd-snapshot.gz
>
> Unzip it and rename it to "elogd". But if you have problems with missing shared C
> libraries, I cannot guarantee that it works. In that case you have to wait for the next
> official release.
Thank you very much.... it work.
nait. |
554
|
Thu Jun 3 22:22:33 2004 |
| miljan dedic | mde@hvidovre.dk | Bug report | Windows | 2.5.2 | Resubmit as new entry |
Hello,
Elogd crashing when "Resubmit as new entry" is executed.
Tried with demo config, same result, also tried with snapshot version.
After the first crash i restart elogd, then it crashes every time i enter
the logbook containing the entry i tried to "Resubmit as new entry"
Anyone seen same behavior, on win2000 platform ?.
Miljan |
553
|
Thu Jun 3 22:05:37 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | 2.5.2 | Re: Mail notification without attachment possible? |
> I just noticed the problem of mail notification with big attachments. For a
> files or photos exchange setup we could run into load and bandwidth problem
> quickly. Any way to restrict mail notification by attributes or without
> attachment?
Use
Email format = 6
to restrict email notifications to URL and attributes only (without
attachment). A size limit for email notifications is right now not implemented. |
552
|
Thu Jun 3 20:22:47 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.5.2 | Re: Using date and subst date |
> Now I have more error. ;(
>
> Maybe you can post your elogd build.... just for me. :)
I compiled one (just for you :))), available at
http://midas.psi.ch/elog/download/tar/elogd-snapshot.gz
Unzip it and rename it to "elogd". But if you have problems with missing shared C
libraries, I cannot guarantee that it works. In that case you have to wait for the next
official release. |
551
|
Thu Jun 3 18:28:02 2004 |
| nait tauh | nait@no2bl.no-ip.com | Question | Linux | 2.5.2 | Re: Using date and subst date |
> Looks like a weird Linux installation. Maybe try to link static:
>
> gcc -O -static -o elogd elogd.c
>
> executable will be much bigger, but maybe work...
Now I have more error. ;(
$ gcc -O -static -o elogd elogd.c
elogd.c:792: warning: conflicting types for built-in function `logf'
/tmp/ccysvxip.o(.text+0x12f3): In function `setgroup':
: warning: Using 'initgroups' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x12cd): In function `setgroup':
: warning: Using 'getgrnam' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x1351): In function `setuser':
: warning: Using 'getpwnam' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x2fe97): In function `server_loop':
: warning: Using 'gethostbyaddr' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/tmp/ccysvxip.o(.text+0x15ca): In function `sendmail':
: warning: Using 'gethostbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
Maybe you can post your elogd build.... just for me. :)
nait. |