ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
51
|
Thu Jul 4 17:05:03 2002 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Bug report | | | reverse sort and threaded mode does not display first entry |
When the option 'Reverse sort = 1' is used then the first entry
is not displayed (ID=1) when threaded mode is requested.
Probably you can see the problem using this link and switching
on reverse sort.
http://midas.psi.ch/elogdemo/Linux/last20?mode=threaded |
56
|
Mon Jul 8 17:18:05 2002 |
| Mo | msheikh25@hotmail.com | Bug report | | | problem saving elogd.cfg |
In version 2.0.4 of eLog I was having some problems with saving my
configuration file once I edited it on the web using the config. command.
I keep getting the message "Cannot open file %s: elogd.cfg". I made sure
the file was in the right directory. I dont know if I am doing something
wrong or if its a bug?
Mo. |
57
|
Mon Jul 8 19:42:13 2002 |
| H. Scheit | h.scheit@mpi-hd.mpg.de | Bug report | | | elog submit without user and password |
With elog it is possible to submit messages to a password protected
logbook without specifying the -u option. I.e. NO PASSWORD is
necessary to submit a message. I assume it is related to the problem
of expiring password-cookies while entering the message using a web
browser. |
58
|
Mon Jul 8 21:01:00 2002 |
| Christian Korschan | Christian.Korschan@CTBTO.ORG | Bug report | | | Compiling elog 2.0.4 on Solaris |
Comiling elogd 2.0.4 under Solaris obviously fails with
gcc -o elog elog.c -lsocket -lnsl
gcc -o elogd elogd.c -lsocket -lnsl
elogd.c: In function `ss_file_find':
elogd.c:1372: `alphasort' undeclared (first use in this function)
elogd.c:1372: (Each undeclared identifier is reported only once
elogd.c:1372: for each function it appears in.)
make: *** [elogd] Error 1
because alphasort is an ucb'ism which does not exist under SYSV
... not very portable :-( |
66
|
Wed Jul 10 22:19:47 2002 |
| mo | msheikh25@hotmail.com | Bug report | | | a bug and a question |
If you have only one entry in the logbook and have it set up in threaded
mode like: ?cmd=Search&mode=threaded&reverse=1, when you click on the icon
of the entry or the number of the entry to see it, it does not allow you
to. If there is more than one entry, it works fine.
Also I wanted to make a submit page from where you could either go back
to the logbook which you just entered a message for or type a new entry for
that logbook. First of all, is there a way to have only one file called
submitpage.html in which I can define this for all logbooks or do i need it
for ever logbook. And also, is there a way I can even set a link that will
allow to create a new entry. I tried:
<a href="demo/?cmd=new">Enter</a> another message<p>
but for some reason it does not work. Is there a way to implement this?
Thanks,
Mo |
68
|
Thu Jul 11 15:59:17 2002 |
| mo | msheikh25@hotmail.com | Bug report | | | entry number not updated properly after deleting |
Hello,
If you delete a message from the middle of a logbook that contains a
bunch of messages, the message numbers do not get updated properly. For
instance, if you have 20 messages in the logbook, and delete number 15,
entry numbers 16 through 20 all do not get subtracted by one; their numbers
stay the same with #15 just missing in the middle.
Mo |
70
|
Fri Jul 12 10:18:21 2002 |
| H. Scheit | h.scheit@mpi-hd.mpg.de | Bug report | | | last x link TEXT |
The last x link TEXT now shows up like this
'Last 20 entries?mode=threaded'
I can not reproduce this with the elogdemo logbook, however. |
72
|
Sun Jul 14 15:15:19 2002 |
| Ravi Pappu | pappu@media.mit.edu | Bug report | | | Reverse sort, threaded display fails when there is only 1 entry in logbook |
This is not a serious bug...but when the global settings are as follows
[global]
Display mode = threaded
Reverse sort = 1
all logbooks with only a single entry produce the wrong URL on
clicking "last 10"
The URL produced is http://localhost:8080/LogbookName/0
instead of http://localhost:8080/LogbookName/1
Ravi |