Thanks to Recai Oktas, who encourage me to complete the Bulgarian translation for the Debian elog package, the Bulgarian translation is completed and attached.
> Could you implemet and option 'admin menu' which gets displayed > when an 'admin' is logged in. This menu could e.g. also include 'Delete' > while the normal menu would not. You can achieve the same via Allow delete = <admin name>
Ok, I changed that in version 2.5.5-3. Note that one can also use the "elog:..." substitution, like Display ThisURL = elog:$logbook/$message id
> I happened to find something interesting when trying my perl script. it hangs the > elog system with hand-crafted http header. This bug has been fixed in revision 1.524 of elogd.c available from CVS.
know that illness... :-( but was the last of the family of 4 people i'd like to ask for an other usefull change togehter with this and how url's are handled by elog: since there may be spaces in the name of a logbook (ex. "1stWordOfLogbook 2ndWordOfLogbook") it is very userfriendly to name logbooks. also it's easy th make a reference for a other entry by copy and paste: Display ThisURL = http://localhost:8080/$logbook/$message id however, using spaces in the logbook name may give a wrong result, because the url would be http://localhost:8080/1stWordOfLogbook and the space as well as the 2ndWordOfLogbook//$message id is only normal text. may it be possible stefan, to replace the space in an url (starting with "http://") with a "+" or "%20"? this would allow to automate some things. actual the logbook name has to be hardcoded. > > I think you should be using tcp_hostname instead of gethostname if it is > > specified. > > Sorry my late reply, I was ill for some time. I implemented your suggestion in > revision 1.522 which is available from CVS. > > Note that there is also the "URL = xxx" option in the configuration file which > lets you specify the whole URL including the host name.
Could you implemet and option 'admin menu' which gets displayed when an 'admin' is logged in. This menu could e.g. also include 'Delete' while the normal menu would not.
I just submitted a reply to elog:847 (the reply is elog:853). Normally the thead containing the reply should now be listed as the top thread. Instead only the original message of the thread (elog:820) is listed but the remaining messages in the thread are not listed. It seems the problem is that for elog:820 the 'reply to this' header is missing. And elog:820 and elog:824 are the same messages except that for elog:824 the subject is missing. Actually ALL attributes for elog:824 are missing. I guess you could fix things up if you: - add 'reply to this: 823' to elog:820 - remove entry elog:824
> I think you should be using tcp_hostname instead of gethostname if it is > specified. Sorry my late reply, I was ill for some time. I implemented your suggestion in revision 1.522 which is available from CVS. Note that there is also the "URL = xxx" option in the configuration file which lets you specify the whole URL including the host name.