ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1180
|
Mon Jun 6 12:43:48 2005 |
| Emiliano Gabrielli | AlberT@SuperAlberT.it | Bug report | Linux | 2.6.0-beta | Re: shell exec not working |
Emiliano Gabrielli wrote: | It seems that, since Fri 2005-06-03, 12:50 almost, the shell exec feature is not invoked anymore.
the -x flag is present in the command line and the elog.cfg Parameters are present both for edit and for insert..
I'm not disabling shell exec by the checkbox
the dummy-level log in syslog does not show *anything* about shell exec. |
oh my @#[#@ .. sorry stefan, my bad ... for some reason the make_thumbs script was not +x ..
Is it possible to check the executability of the script in elog and eventually tell about this in syslog ? |
1612
|
Thu Jan 19 17:05:22 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.6.x | Re: settings for "show only new entries" |
Ulrich Trüssel wrote: | how ca i set the date for the "show only new entries" button? maybe i missed somethin on the elog.cfg description?
thank's for hint!  |
That button works as follows: When you are active browsing entries, your activity is recorded (only the time) in the password file. Now when you are inactive for more than one hour, you are considered "logged out", and your last activity is taken as a filter for new entries. That means you see new entries since your last activity in the logbook. If you want to see the last day/week/month etc. you can define a quick filter on the date instead. |
99
|
Sat Aug 10 13:00:26 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: self-registration |
> i seem to be unable to find a clear explanation of how to enable self-
registration in the docs.
>
> just to be sure i grepped the doc directory, but the two references to it
were in the changelog and the faq.
>
> it could be just me but i'm not reading between the lines or connecting the
various places in the docs to get it going :/
Sorry, I haven't fully documented it yet, will do on Monday next week. For
now, see the configuration file for this forum which is attached. |
100
|
Sun Aug 11 18:45:08 2002 |
| tony summerfelt | snowzone25@yahoo.com | Comment | | | Re: self-registration |
> Sorry, I haven't fully documented it yet, will do on Monday next week. For
> now, see the configuration file for this forum which is attached.
that's ok. i just wanted to make sure that i hadn't missed something. i'm eventually switching over my entire dial up bbs, to my web page, with elog being the message system. self-registration was the last piece of the puzzle for me :) |
99
|
Sat Aug 10 13:00:26 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: self-registration |
> i seem to be unable to find a clear explanation of how to enable self-
registration in the docs.
>
> just to be sure i grepped the doc directory, but the two references to it
were in the changelog and the faq.
>
> it could be just me but i'm not reading between the lines or connecting the
various places in the docs to get it going :/
Sorry, I haven't fully documented it yet, will do on Monday next week. For
now, see the configuration file for this forum which is attached. |
114
|
Fri Aug 16 10:26:14 2002 |
| eric wooten | wootene@verizon.net | Request | | | Re: self register enhancmenets |
Also having the ability to subscribe to notifications for one or more
logbooks (if access is given - along with the ability to choose which
categories, etc notifications are sent.
> Couple Wish List Items for the Self Register:
>
> -allow the user to pick which type of log entries (which categories, etc)
> they would like to subscribe to and receive notifications on.
>
> -Option to use an existing LDAP database to authenticate users instead of
> maintaining a password file. |
67085
|
Mon Jun 20 17:53:58 2011 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.9.0-2414 | Re: segmentation fault when "restrict edit" is used and "new" is allowed for anonymous users |
You are the first one allowing guests to enter new entries, so this probes a code path which was never used before. I fixed the crash in SVN revision 2416, but it might be that there are more issues with that. Just keep reporting. |
471
|
Fri Feb 13 21:50:09 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | | Linux | 2.5.0 | Re: segmentation fault |
This problem has been fixed recently. The new code is
/* special case: "Change %s" */
if (strstr(orig, "Change ") && strcmp(orig, "Change %s") != 0) {
sprintf(result, loc("Change %s"), orig + 7);
return result;
}
Alternatively you can get the updated version from CVS.
- Stefan |