Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 79 of 807  Not logged in ELOG logo
    icon5.gif   Re: Redirect to wrong hostname, posted by Ulrich Trüssel on Sun Dec 19 19:00:06 2004 
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.
icon5.gif   link loss and crash of elogd.exe, posted by Ulrich Trüssel on Mon May 9 17:59:09 2005 
Just upgraded from stable running 2.5.2-2 to 2.5.9-2 in case of the usable
Duplicate function. After the problem discribed below i made a new, clean
installation again and played araound with the demo logbook, copying my
testlogbook (part of a real used and under 2.5.2-2 working logbook) into the
demo cfg file. 

ia figured out two serious problems:

1. If I copy the following section to the global into the demo lgbook,
elogd.exe crashes emediatly ewhile starting as a prozess:

[global]
Language = German
Theme = default
logbook tabs = 1
main tab = INHALT
welcome title = <b><big>Ulrich Rolf Trüssel</big></b>
Adressverwaltung (Geschäft & Privat)
Mensch-Tier Coaching&trade;&nbsp;&nbsp;-&nbsp;&nbsp;Mensch-Hund Coaching&trade;
Interessengemeinschaft Familienhund&reg; - Regionalgruppe Zentralschweiz
Lorenz Tierschule port = 8080 Theme = default Message Width = 100 Message Height = 25 Filtered browsing = 1 Suppress default = 2 Suppress Email on Edit = 0 Email Format = 0 Filtered browsing = 1 HTML default = 3 Reverse sort = 1 2. problem (the ting) that made me playing with teh demo cfg: There are totally 8 logbooks running, but just one has this strange problem of not giving a link to to the datasets in full and summary mode. I cutted down all the stuff back to this only lines: [Adresse2] Attributes = Kundensegment, Duzis, Hauptadresse, Selektion, Sperre, Adresse, Unterlagenversand, Empf. gegeben, Gruppe, Mitglied, URT, IGFH, Letzte Anmeldung, IGFH Gruppe, IGFH JB, Anrede, Titel, Briefanrede, Vorname, Name, Firma, Abteilung, Adresse Zusatz, Strasse, Landeskennung, PLZ, Ortschaft, Postfach, Postfach PLZ, Postfach Ort, Telefon Geschäft, Telefon Privat, Telefax, Telefon Mobil, EMail, HomePage, Funktion, Beruf, Geburtstag, Name Hund, Rasse, Sex, Wurfdatum, Anmeldung, Impfbüchlein, Welpenkurs, Erziehungskurs, Hundesport, Bestätigung, OCCH LN, Andere Kurse, Weitere Hunde/Tiere, Referenzen, KlientIn/KundIn List Display = Name, Vorname and got still the same problem. if i create a new logbook it will works, also ut works under 2.5.2-2 but not longer under 2.5.3 up (even not 2.5.9-2). any idea? mening this may be a VERY basic logbook... trued with list display etc. around, nothinh happen. Need to go back to 2.5.2-2 where this wasn't a problem? thanjs for any idea of this to problems...
icon5.gif   Display Attribute no longer works in Beta 5?, posted by Ulrich Trüssel on Fri Oct 7 08:53:00 2005 Display_Attribute_with_260-b2.jpgDisplay_Attribute_with_260-b5.jpgelogd.cfg
Just changed from Beta 2 to Beta 5:

I'm using Display Attribut = [elog:$logbook/$message id] as a reference link for other entries (ex.: Display Referenz = [elog:$logbook/$message id]). also see the attached elogd.cfg file.

With Beta 2 (not testet with Beta 3 or 4!) this worked very well -> see attached Display Attribute with 260-b2.jpg file.

With Beta 5 is seems no longer to work -> see attached Display Attribute with 260-b5.jpg file.

ANy ideee what's wrong in my elogd.cfg??? Thanks!
icon5.gif   Changing width in entry mode, posted by Ulrich Trüssel on Fri Nov 18 10:53:26 2005 Eingabe.jpgAnzeige.jpg
I'd like to change the width of the display when entering a new record. But I didn't find the right way after trying some time:Problem: see pic "Eingabe.jpg", if thre are more MOptions to select in entry mode, I have to scroll from right to left all the time. Ti s isn't really comfortable.Is there any option to fix the widht of the entry screen to a fix width in pixels or to the screen width? "Ausgabe.jpg" as ex., so multiple moptions would be arranged on multiple lines like in the display mode for the record.I checked the flags as well as the CSS but didn't find a solution. But maybe anybody has the right idea?To have a flag or someting to switch between the two entry modes would be fantastic and give a lot more of flexiblity for adaption to different sizes of screens.Thank's a lot for any idea!
    icon7.gif   Re: Changing width in entry mode, posted by Ulrich Trüssel on Sat Nov 19 11:57:49 2005 

Stefan Ritt wrote:

Ulrich Trüssel wrote:
Problem: see pic "Eingabe.jpg", if thre are more MOptions to select in entry mode, I have to scroll from right to left all the time. Ti s isn't really comfortable.


I had a nowrap statement in the MOptions check boxes, which should not be there. I removed that and now the options are wrapped nicely:



The problem is that in HTML, the check boxes and the associated text are sometimes ripped apart, i.e. the box appears at the right corner and the text at the next line. That's why I had the nowrap statement there.

This fix will be contained in the next release of elog.


Thank you Stefan!!! Smile

Just as an idea: Some People may find it usefull to have the norap statement in the code. If it's possible for a future release it may be nice to have a flag for this feature!
    icon7.gif   Re: Changing width in entry mode, posted by Ulrich Trüssel on Sat Nov 19 11:57:49 2005 

Stefan Ritt wrote:

Ulrich Trüssel wrote:
Problem: see pic "Eingabe.jpg", if thre are more MOptions to select in entry mode, I have to scroll from right to left all the time. Ti s isn't really comfortable.


I had a nowrap statement in the MOptions check boxes, which should not be there. I removed that and now the options are wrapped nicely:



The problem is that in HTML, the check boxes and the associated text are sometimes ripped apart, i.e. the box appears at the right corner and the text at the next line. That's why I had the nowrap statement there.

This fix will be contained in the next release of elog.


Thank you Stefan!!! Smile

Just as an idea: Some People may find it usefull to have the norap statement in the code. If it's possible for a future release it may be nice to have a flag for this feature!
icon5.gif   settings for "show only new entries", posted by Ulrich Trüssel on Thu Jan 19 16:59:38 2006 
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! Smile
icon5.gif   Problem with MOptions , posted by Ulrich Trüssel on Wed Feb 8 07:31:09 2006 
After upgrading to 2.6.1-1 (actually donwgraded in case of this problem to 2.6.0) i was not longer able to selct more than one MOptions selection in my ELOGs. Only the first slected selection was acepted by ELOG. Ex:

MOptions Test = Aa, Bb, Cc, Dd, Ee, Ff, Gg

Selecting: Bb, Cc, Gg

Submitting the entry form, autoreturn to the overview of the even made entry, only Bb was taken.

Any Idea what's happen? Did I miss something changing in 2.6.1-1 or may this be a bug? Thanks for ideas?

Would loke to upgreade to 2.6.1. in case of the new forms for long MOptions, but need to selct more than one!
ELOG V3.1.5-3fb85fa6