ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
343
|
Sat May 17 05:55:53 2003 |
| Tomas Rudolf | tomas@mba.be | Question | | | Re: Simulation of a submit |
I guess this question got somehow lost.
So once again : Is there a possibility to EDIT an existing message with
elog.exe ?
Tomas
> > Is there a way to simulate an ELOG SUBMIT?
>
> Have a look at the elog utility which comes in the package. It does
exactly
> this. It "simulates" a browser and does a submit directly to elogd. So
you
> can either redo the elog code somewhere, or call elog with the proper
> command line parameters to insert logbook entries.
We did some tests of your elog utility. It does what we need except for one
important thing: EDIT existing messages. Is there a way to edit en existing
message? Adding a new message or replying to an existing message works fine
but in our case we need to have the ability to modify messages that were
created in the past.
Tomas |
342
|
Fri May 16 08:34:44 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: forum.css |
> In the Config Examples logbook you mentioned a forum.css. Do you have a
> link to that css and others?
Sure, that's what the "Config Examples" logbook is for. Just click on the
tab on top of this page. The forum you will find
under elog:Config%20Examples/4 . |
341
|
Fri May 16 00:55:20 2003 |
| eric wooten | wootene@verizon.net | Request | | | forum.css |
In the Config Examples logbook you mentioned a forum.css. Do you have a
link to that css and others?
Thanks |
340
|
Thu May 15 13:37:48 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: WIshlist Additional |
> Is it possible to make the logbook summary screen sort differently
I fixed that problem. The new version 2.3.7 released today contains the fix. |
339
|
Wed May 14 20:07:54 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: Feature request - fairly urgent also :) |
> Thanks Ill grab it tomorrow and try it,
>
> when is the new version out btw ?
When I say "under CVS", I mean what I said in elog:233. The new version I
will release probably next week. |
338
|
Wed May 14 18:18:31 2003 |
| nickc1 | nick@nick.com | Request | | | Re: Feature request - fairly urgent also :) |
Thanks Ill grab it tomorrow and try it,
when is the new version out btw ? |
337
|
Wed May 14 18:18:05 2003 |
| nickc1 | nick@nick.com | Info | | | WIshlist Additional |
Is it possible to make the logbook summary screen sort differently
For example on a customer name field it displays as follows :-
AEF
AXA
Abc
Acd
Ade
Aef
aaa
aab
Its sorting alphabetically but is putting upper case characters before
their lower case equivalents, which in a customer list where lots of
initials are used its making the list look non sorted rather than truely
based on the character regardless of case.
Thanks in advance. |
336
|
Mon May 12 22:47:10 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: Feature request - fairly urgent also :) |
> We are using elog as a small database system, today we came across a
> problem where 2 people were editing the same record and the first one to
> submit his changes were overwritten when the second person submitted his.
>
> Is there anyway to lock a logbook record when someone has pressed EDIT,
> maybe set a flag in the logbook entry so it has to be unlocked when its
> submitted by the originator or by an administrator.
I added some code experimentally to avoid double editing. Whenever a message
is edited, a "stop" sign is displayed in the message list next to the edited
messages and a warning is issued on the single message display page. If the
original editing has been given up (browser closed) one can just ignore this
message. I prefer this solution in comparision with a real locking, since
the mechanisms for unlocking a stale message by the administrator is not
necessary. Get the newest code from CVS, get also themes/default/stop.gif to
display the stop sign, and let me know what you think. |