ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66898
|
Tue Sep 14 01:15:22 2010 |
| Mark Bergman | mark.bergman@uphs.upenn.edu | Bug report | Linux | 2.8.0 | elog 2.8.0 as daemon crashes when editing selected threaded list | I recently upgraded elog from 2.7.8 to 2.8.0 (and moved servers, removed unused logbooks, etc.). I'm now having a problem where elog consistently crashes when attempting to edit multiple entries. This is a very common use case, as we use a "status" field, set to "open" or "closed" to track problems. When a problem is resolved, we will go to the "list" display, set it to "threaded", "select" the thread, and then edit it, to change the status field for all posts in the thread to "closed".
Now, as soon as the "edit" button is clicked, elog crashes. This happens on every thread and logbook that I've tried. The elog logfile itself doesn't show anything useful.
However, if eLog is run with "-v" in place of "-D", it does not crash.
Environment:
CentOS 5.4
eLog 2.8.0 built Aug 5 2010, 12:24:11
|
66912
|
Wed Sep 22 14:21:50 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.8.0 | Re: elog 2.8.0 as daemon crashes when editing selected threaded list |
Mark Bergman wrote: |
I recently upgraded elog from 2.7.8 to 2.8.0 (and moved servers, removed unused logbooks, etc.). I'm now having a problem where elog consistently crashes when attempting to edit multiple entries. This is a very common use case, as we use a "status" field, set to "open" or "closed" to track problems. When a problem is resolved, we will go to the "list" display, set it to "threaded", "select" the thread, and then edit it, to change the status field for all posts in the thread to "closed".
Now, as soon as the "edit" button is clicked, elog crashes. This happens on every thread and logbook that I've tried. The elog logfile itself doesn't show anything useful.
However, if eLog is run with "-v" in place of "-D", it does not crash.
Environment:
CentOS 5.4
eLog 2.8.0 built Aug 5 2010, 12:24:11
|
I tried to reproduce your problem with following simple configuration file:
[Bergman]
Attributes = Author, Status
Options Status = open, closed
Preset Author = $long_name
The result was that it worked fine (see attachments). Maybe there is another setting in your configuration file which causes the problem. Can you try the simple configuration and see if it still crashes? |
Attachment 1: open.png
|
|
Attachment 2: closed.png
|
|
66914
|
Wed Sep 22 14:37:10 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.8 | Re: Elogd service crashes on "reply" with percent character in subject line |
Mike Zuber wrote: |
My logbook kept crashing whenever I tried to reply to an existing entry. I found that the percent sign "%", when used in the subject line, will crash the elogd service when you try to reply to the entry. This appears to only happen with windows installations. I tested this on your Linux logbook and it didn't crash.
Here is the message taken from the Windows event viewer after the crash:
An unhandled win32 exception occurred in elogd.exe [5224].
Thank you for Elog, you have done a good job with it. It is a great logbook.
Mike
|
I could not reproduce your problem. I tried the very simple config file:
[Demo]
Attributes = Author, Subject
and the problem did not occur (see attachment). Can you try the most recent version (elog280-4.exe) with this simple configuration. Maybe you have a more complicated configuration which causes the problem. In that case please send it to me, so that I can reproduce the problem. |
Attachment 1: Capture.png
|
|
66920
|
Thu Oct 14 17:50:56 2010 |
| Mike Zuber | mdz0739@yahoo.com | Bug report | Windows | 2.8 | Re: Elogd service crashes on "reply" with percent character in subject line |
Stefan Ritt wrote: |
Mike Zuber wrote: |
My logbook kept crashing whenever I tried to reply to an existing entry. I found that the percent sign "%", when used in the subject line, will crash the elogd service when you try to reply to the entry. This appears to only happen with windows installations. I tested this on your Linux logbook and it didn't crash.
Here is the message taken from the Windows event viewer after the crash:
An unhandled win32 exception occurred in elogd.exe [5224].
Thank you for Elog, you have done a good job with it. It is a great logbook.
Mike
|
I could not reproduce your problem. I tried the very simple config file:
[Demo]
Attributes = Author, Subject
and the problem did not occur (see attachment). Can you try the most recent version (elog280-4.exe) with this simple configuration. Maybe you have a more complicated configuration which causes the problem. In that case please send it to me, so that I can reproduce the problem.
|
Thank you Stefan for your help on this. I am using version 2.8.0 built Aug 2, 2010 rev 2312. I tried your configuration file and the problem did not occur. Using my config file the elogd crashes using the % sign in the subject when replying to the entry. So the problem is something in my config file. After checking through my config file and remming out individual lines and testing, I found that the following statement is causing the problem:
Preset on reply subject = Re: $Subject
I was using this to put the "Re:" on the replies.
The only problem now is I don't get the "Re:" in the subject on replies. Am I doing something wrong to cause this? My config file is attached.
Thanks,
Mike |
Attachment 1: elogd.cfg
|
[global]
port = 8888
Theme = default
Guest menu commands = Login, Find, Help
Guest find menu commands = Login, Find, Help
List Commands = New, Find, Select, Last Day, Help
Menu commands = List, Edit, Delete, Reply, Duplicate, Help, Move to
Page title = PCC ELOG
Password file = _#####
Admin user = zubermd, Admin
Suppress Email to users = 1
Self register = 1
[PX-1]
Comment = PCC Logbook for PX-1
Display mode = summary
Attributes = Author, Date of Event, Type, Category, Callout, Subject
Preset Author = $long_name
; this attributes cannot be changed
Locked Attributes = Author
Options Type = PM, Project Work, Problem, Fix, Question, Info, Other
ROptions Callout = Yes, No
Preset Callout = No
Options Category = Hardware, Software, Other
Extendable Options = Category
Required Attributes = Subject, Type, Category
List Display = Date, Subject, Author
Type Date of Event = date
Preset Date of Event = $date
Time format = %m/%d/%Y, %H:%M
Page Title = ELOG - $subject
Reverse sort = 1
Thread display = $Subject, entered by $Author on $Entry time
;Preset on reply subject = Re: $Subject
Preset on reply author = $long_name
Quick filter = Date, Type, Category, Callout, Subtext
;users can only edit their own entries
Restrict edit = 1
|
66941
|
Tue Nov 16 15:56:53 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.8 | Re: Elogd service crashes on "reply" with percent character in subject line |
Mike Zuber wrote: |
Stefan Ritt wrote: |
Mike Zuber wrote: |
My logbook kept crashing whenever I tried to reply to an existing entry. I found that the percent sign "%", when used in the subject line, will crash the elogd service when you try to reply to the entry. This appears to only happen with windows installations. I tested this on your Linux logbook and it didn't crash.
Here is the message taken from the Windows event viewer after the crash:
An unhandled win32 exception occurred in elogd.exe [5224].
Thank you for Elog, you have done a good job with it. It is a great logbook.
Mike
|
I could not reproduce your problem. I tried the very simple config file:
[Demo]
Attributes = Author, Subject
and the problem did not occur (see attachment). Can you try the most recent version (elog280-4.exe) with this simple configuration. Maybe you have a more complicated configuration which causes the problem. In that case please send it to me, so that I can reproduce the problem.
|
Thank you Stefan for your help on this. I am using version 2.8.0 built Aug 2, 2010 rev 2312. I tried your configuration file and the problem did not occur. Using my config file the elogd crashes using the % sign in the subject when replying to the entry. So the problem is something in my config file. After checking through my config file and remming out individual lines and testing, I found that the following statement is causing the problem:
Preset on reply subject = Re: $Subject
I was using this to put the "Re:" on the replies.
The only problem now is I don't get the "Re:" in the subject on replies. Am I doing something wrong to cause this? My config file is attached.
Thanks,
Mike
|
Thanks for your detailed report. Actually the problem only happens if you have Re: $Subject and a '%' in the subject line. So you were the first one encountering this situation. I fixed it in release elog280-5 which you can download now. |
66983
|
Thu Jan 13 10:07:17 2011 |
| Andreas Luedeke | andreas.luedeke@psi.ch | Bug report | All | 2.8.0-2313 | Found some spelling errors in eloglang.german | corrected file is attached |
Attachment 1: eloglang.german
|
#
# German translation by stefan.ritt@psi.ch
# A more recent version may be available at :
# http://savannah.psi.ch/viewcvs/trunk/resources/eloglang.german?root=elog
#
New = Neu
Edit = Ändern
Delete = Löschen
Reply = Antworten
Find = Finden
Last day = Letzter Tag
Last 10 = Letzte 10
Config = Konfigurieren
Change password = Kennwort ändern
Logout = Abmelden
Help = Hilfe
Back = Zurück
Submit = Absenden
First = Erster
Last = Letzter
Previous = Vorheriger
Next = Nächster
Copy to = Kopieren nach
Move to = Verschieben nach
Save = Speichern
Cancel = Abbrechen
Wrong password = Falsches Kennwort
Please login = Bitte Anmelden
Username = Benutzername
Password = Kennwort
Old password = Altes Kennwort
New password = Neues Kennwort
ELOG password = ELOG Kennwort
ELOG change password = ELOG Kennwort ändern
Please enter password to obtain write access = Bitte Kennwort eingeben für Schreibzugriff
Please enter password to obtain administration access = Bitte Kennwort eingeben für Administrationszugriff
Several logbooks are defined on this host = Mehrere Logbücher sind auf diesem Computer eingerichtet
Please select the one to connect to = Bitte wählen Sie eines aus
Change password for user = Kennwort ändern für Benutzer
Logged in as = Angemeldet als
Entry date = Eingabedatum
with = mit
This is the last entry = Dies ist der letzte Eintrag
This is the first entry = Dies ist der erste Eintrag
Email sent to = Email gesendet an
Email notification suppressed = Email-Benachrichtigung unterdrückt
please select = bitte auswählen
Suppress Email notification = Email-Benachrichtigung unterdrücken
Resubmit as new entry = Als neuen Eintrag absenden
Attachment = Anhang
Reply to this = Antwort hierzu
In reply to = Als Antwort auf
Fields marked with = Felder markiert mit
are required = sind Pflichteinträge
Please check that it exists and elogd has write access = Bitte überprüfen, ob es existiert und ob elogd Schreibzugriff hat
Error: Attribute <b>%s</b> not supplied = Fehler: Attribut <b>%s</b> nicht ausgefüllt
Please go back and enter the <b>%s</b> field = Bitte zurückgehen und das Feld <b>%s</b> ausfüllen
Please use your browser's back button to go back = Bitte die Zurück-Taste Ihres Browsers betätigen
ELOG find = ELOG suchen
Find = Finden
Search = Suchen
Reset Form = Eingabe zurücksetzen
Summary only = Nur Zusammenfassung
Show attachments = Anhänge anzeigen
Printable output = Druckfähige Anzeige
Sort in reverse order = Sortieren in umgekehrter Reihenfolge
Start date = Anfangsdatum
End date = Enddatum
Year = Jahr
Text = Text
Search all logbooks = Alle Logbücher durchsuchen
Last %d days = Letzte %d Tage
Last %d entries = Letzte %d Einträge
No entries found = Keine Einträge gefunden
A new entry has been submitted on %s = Ein neuer Eintrag wurde von %s abgeschickt
Logbook = Logbuch
Yes = Ja
No = Nein
Error deleting message: status = Fehler beim Löschen: Status
Error: Command "<b>%s</b>" not allowed = Fehler: Befehl "<b>%s</b>" nicht erlaubt
Cannot open file <b>%s</b> = Datei <b>%s</b> kann nicht geöffnet werden
Cannot write to <b>%s</b> = Datei <b>%s</b> kann nicht geschrieben werden
No SMTP host defined in [global] section of configuration file = Kein SMTP Host im [global] Bereich der Konfigurationsdatei definiert
Display threads = Antwortkette darstellen
Logbook is empty = Logbuch ist leer
Download = Herunterladen
and all its replies = und alle Antworten
Message ID = Eintrag-ID
Not logged in = Nicht eingeloggt
Login = Anmelden
Page %d of %d = Seite %d von %d
all entries = alle Einträge
Login name = Name zum Anmelden
Full name = Benutzername
ELOG user config = ELOG Benutzerkonfiguration
ELOG new user = Neuer ELOG-Benutzer
Admin = Verwaltung
Select user = Benutzer auswählen
Remove user = Benutzer entfernen
New user = Neuen Benutzer anlegen
Retype new password = Neues Kennwort nochmals eingeben
New passwords do not match, please retype = Kennwörter verschieden, bitte nochmals eingeben
Retype password = Kennwort erneut eingeben
exists already = existiert bereits
Register as new user = Als neuer Benutzer anmelden
A new ELOG user has been registered on %s = Ein neuer Benutzer hat sich auf %s angemeldet
Email = Email
User "%s" registered on logbook "%s" = Benutzer "%s" im Logbuch "%s" registriert
User [%s] has been deleted = Benutzer [%s] wurde gelöscht
Hit following URL to activate that account = Auf folgende URL klicken um Benutzerkonto zu aktivieren
ELOG registration = ELOG Registrierung
Your ELOG account has been activated on host = Ihr ELOG Konto wurde aktiviert auf
You can access it at = Der Zugriff erfolgt über
Are you sure to delete these messages? = Diese Einträge wirklich löschen?
Select = Auswählen
All entries = Alle Einträge
Day = Tag
Week = Woche
Month = Monat
Show last = Zeige letzte(n)
Goto page = Gehe zu Seite
All = Alle
Display = Zeige
entries per page = Einträge pro Seite
Toggle all = Alle umschalten
Selected entries = Ausgewählte Einträge
Collapse = eingeklappt
Expand = erweitert
Full = ausführlich
Summary = zusammengefasst
Threaded = mit Antwortketten
Filters = Filter
Mode = Modus
Options = Optionen
Error: start date after end date = Fehler: Anfangsdatum nach Enddatum
and all their replies = und alle Antworten
Upload = Hochladen
Requested = Erfordert
Registration request on logbook "%s" = Registrierungsanforderung für Logbuch "%s"
A new ELOG user wants to register on "%s" = Ein neuer Benutzer möchte sich auf "%s" registrieren
Search text also in attributes = Text auch in Attributen suchen
Date = Datum
ID = ID
Forgot password? = Kennwort vergessen?
Email address <i>"%s"</i> not registered = Email-Adresse <i>"%s"</i> nicht registriert
ELOG password recovery = ELOG Kennwort-Wiederherstellung
No Email address registered with user name <i>"%s"</i> = Für Benutzername <i>"%s"</i> wurde keine Email-Adresse registriert
Error sending Email via <i>"%s"</i> = Fehler beim Versenden der Email über <i>"%s"</i>
A new password for user <i>"%s"</i> has been sent to %s = Ein neues Kennwort für Benutzer <i>"%s"</i> wurde an %s gesendet
Forgot = vergessen
User "%s" registered on host "%s" = Benutzer "%s" auf Computer "%s" registriert
Registration request on host "%s" = Registrierungsanforderung auf Computer "%s"
A new password has been created for you on host %s = Ein neues Kennwort wurde auf dem Computer %s registriert
Enter your user name or email address = Bitte Benutzernamen oder Email-Adresse eingeben
Password recovery for ELOG %s = Kennwort-Wiederherstellung für ELOG %s
Host = Computer
Your ELOG account has been activated = Ihr ELOG Konto wurde aktiviert
Maximum number of attachments reached = Maximale Anzahl von Anhängen erreicht
on = auf
Entry is currently edited by = Eintrag wird momentan bearbeitet von
recipients = Empfänger
Suppress shell execution = Kommando-Ausführung unterdrücken
Update = Aktualisieren
by = von
Change %s = %s ändern
Add new option here = Neue Option hier eingeben
Expand all = Alles erweitern
Add %s = %s hinzufügen
User name <i>"%s"</i> not registered = Benutzername <i>"%s"<i> ist nicht registriert
Synchronization = Synchronisation
Error: Value <b>%s</b> not allowed for boolean attributes = Fehler: Wert <b>%s</b> ist nicht erlaubt für bool'sche Attribute
Error: Attribute option <b>%s</b> not existing = Fehler: Attribut Option <b>%s</b> existiert nicht
Last submission = Letzter Eintrag
Synchronize = Synchronisieren
No mirror server defined in configuration file = Kein Spiegel-Server in Konfigurationsdatei definiert
user = Benutzer
Maximum number of replies (%d) exceeded = Maximale Anzahl von Antworten (%d) überschritten
Entry can only be edited %1.2lg hours after creation = Eintrag kann nur %1.2lg Stunden nach Erstellung bearbeitet werden
Display full entries = Gesamte Einträge darstellen
No entry selected for deletion = Kein Eintrag zum Löschen ausgewählt
Cannot read entry from local logbook = Kann Eintrag nicht aus lokalem Logbuch lesen
Cannot create socket = Socket kann nicht erzeugt werden
Cannot resolve host name "%s" = Computer Name "%s" kann nicht gefunden werden
Cannot connect to host %s, port %d = Kann zum Computer %s, Port %d nicht verbinden
Cannot receive "%s" = Kann "%s" nicht empfangen
Received wrong entry id "%d" = Falscher Eintrag mit ID "%d" empfangen
Entry #%d is locked on remote server = Eintrag #%d is auf anderem Computer in Bearbeitung
Cannot save remote entry locally = Kann fremden Eintrag nicht lokal speichern
local = lokalen
remote = fremden
Please delete %s or %s entry to resolve conflict = Bitte %s oder %s Eintrag löschen um Konflikt zu lösen
Error sending local entry = Fehler beim senden von lokalem Eintrag
Local entry submitted = Lokaler Eintrag gesendet
Error deleting remote entry = Fehler beim Löschen von fremdem Eintrag
New entry cannot be written to directory "%s" = Neuer Eintrag kann nicht in Verzeichnis "%s" geschrieben werden
Entry %s cannot be read from logbook "%s" = Eintrag %s kann nicht aus Logbuch "%s" gelesen werden
This entry has been deleted = Dieser Eintrag wurde gelöscht
Entries = Einträge
Cannot connect to remote server "%s" = Verbindung mit entferntem Server "%s" kann nicht hergestellt werden
Remote server is not an ELOG server = Entfernter Server ist kein ELOG Server
Incorrect remote ELOG server version %s = Falsche Version %s des entefernten Servers
Error accessing remote logbook = Fehler beim Zugriff auf entferntes Logbuch
Invalid HTTP header = Falscher HTTP Kopf
No user name supplied to access remote logbook = Kein Benutzername definiert zum Zugriff auf entferntes Logbuch
Synchronizing logbook %s with server "%s" = Synchronisiere Logbuch %s mit Server "%s"
Configuration has been changed locally and remotely = Konfiguration wurde lokal und entfernt geändert
Please merge manually to resolve conflict = Bitte manuell zusammenfügen um Konflikt aufzulösen
Logbook "%s" does not exist on remote server = Logbuch "%s" existiert nicht auf entferntem Server
Entry has been changed locally and remotely = Eintrag ist lokal und entfernt geändert worden
Entry deleted locally = Eintrag lokal entfernt
Changed local entry ID to %d = Lokale ID des Eintrages auf %d geändert
Entry deleted remotely = Entfernter Eintrag gelöscht
All entries identical = Alle Einträge identisch
Invalid mirror_id or entry_date = Falsche mirror_id oder entry_date
Synchronize all logbooks = Alle Logbücher synchronisieren
Calendar = Kalender
Remote entry received = Entfernter Eintrag empfangen
Pick a date = Datum auswählen
Please select at least one '%s' = Bitte mindestens ein '%s' auswählen
Please select a '%s' = Bitte ein '%s' auswählen
Please enter month for attribute '%s' = Bitte Monat für Attribut '%s' eingeben
Please enter day for attribute '%s' = Bitte Tag für Attribut '%s' eingeben
Please enter year for attribute '%s' = Bitte Jahr für Attribut '%s' eingeben
Please enter attribute '%s' = Bitte Attribut '%s' eingeben
Entry time = Eingabezeit
Start = Start
End = Ende
From = Von
After = Nach
to = bis
Before = bevor
Previous Year = Voriges Jahr
Next Year = Nächstes Jahr
Please enter numeric value for '%s' = Bitte numerischen Wert für '%s' eingeben
Error: Attribute <b>%s</b> must be numeric = Fehler: Attribut <b>%s</b> muß numerisch sein
3 Months = 3 Monate
6 Months = 6 Monate
Error sending local message = Fehler beim Versenden von lokalem Eintrag
Error receiving message = Fehler beim Empfangen von Eintrag
Are you sure to delete this entry? = Diesen Eintrag wirklich löschen?
ELOG CSV import = ELOG CSV Import
Import = Import
CSV filename = CSV Dateiname
Field separator = Trennzeichen
Edit entry = Eintrag ändern
Delete entry = Eintrag löschen
CSV Import = CSV Import
Derive attributes from CSV file = Attribute aus CSV Datei übernehmen
Comma = Komma
Semicolon = Semikolon
Preview import = Import überprüfen
CSV import preview of %s = CSV Import Überprüfung von %s
Too many attributes in CSV file = Zu viele Attribute in CSV Datei
%d entries successfully imported = %d Einträge erfolgreich importiert
No 'Attributes' option present in %s = Keine 'Attributes'-Options in %s vorhanden
CSV ("," separated) = CSV (mit "," getrennt)
CSV (";" separated) = CSV (mit ";" getrennt)
Auto detect = Automatisch erkennen
text = Text
Column header '%s' must be present in CSV file = Spaltenüberschrift '%s' muß in der CSV Datei vorhanden sein
Fill text body = Haupttext importieren
Please re-enter filename = Bitte Dateinamen erneut eingeben
Last x = Letzte x
Activate = Aktivieren
Entry has been modified = Eintrag wurde verändert
No attachment file specified = Es wurde kein Anhang angegeben
Submit modified ELOG entry? = Geänderten Eintrag abschicken?
Delete this logbook = Dieses Logbuch löschen
Rename this logbook = Dieses Logbuch umbenennen
Create new logbook = Neues Logbuch anlegen
Syntax error in config file = Syntax-Fehler in Konfigurationsdatei
Email notification = Email Benachrichtigung
Are you sure to delete logbook "%s"? = Logbuch "%s" wirklich löschen?
Logbook "%s" exists already, please choose different name = Logbuch "%s" existiert bereits, bitte anderen Namen wählen
Rename logbook = Logbuch umbenennen
Enter new logbook name = Bitte neuen Logbuchnamen eingeben
Logbook name = Logbuchname
Use existing logbook as template = Vorhandenes Logbuch als Vorlage benutzen
none = keines
URL is redirected to: = URL wird umgeleitet zu:
Remote config should be received = Fremde Konfiguration sollte empfangen werden
Local entry should be submitted = Lokaler Eintrag sollte gesendet werden
Remote entry should be received = Fremder Eintrag sollte empfangen werden
Local entry = Lokaler Eintrag
%s should be deleted = %s sollte gelöscht werden
Entry should be deleted locally = Eintrag sollte lokal gelöscht werden
Local entry ID should be changed to %d = ID von lokalem Eintrag sollte zu %d geändert werden
Remote entry = Fremder Eintrag
Entry should be deleted remotely = Fremder Eintrag sollte gelöscht werden
Click here to delete %d entries = Hier klicken um %d Einträge zu löschen
Click here to delete this entry = Hier klicken um diesen Eintrag zu löschen
Maximum number of attribute options exceeded = Maximal Anzahl von Attributen wurde überschritten
Please increase MAX_N_LIST in elogd.c and recompile = Bitte MAX_N_LIST in elogd.c erhöhen und neu kompilieren
You can "steal" the lock by editing this entry = Diese Sperre kann "gestohlen" werden durch bearbeiten dieses Eintrags
Several logbooks groups are defined on this host = Mehrere Logbuch-Gruppen sind auf diesem Computer eingerichtet
Please select one to list the logbooks in that group = Bitte eine auswählen, um die Logbücher in dieser Gruppe anzuzeigen
No logbook defined on this server = Auf diesem Computer ist kein Logbuch eingerichtet
Goto ELOG home page = Zur ELOG Home Page
Please enter "%s" = Bitte "%s" eingeben
... 169 more lines ...
|
66984
|
Fri Jan 14 00:07:01 2011 |
| JacekK | doctor99@poczta.onet.pl | Bug report | All | 2.8.0 | New entries are not visible from other logbooks based on the same logbook dir through Subdir | Hi,
I have two logbooks based on the same data directory through "Subdir" option and when I add new
entry in one logbook, then that entry is not visible in other logbook.
I suppose it is a bug in el_submit function, where I think the new message should be added to
message index of every logbook based on the same data directory as the one, where the message was physically
created.
There is a piece of code, which I think should do this automatically
/* if other logbook has same index, update pointers */
but it seems the other logbooks does not have the same index.
I'm new to elog and the sources are also new to me, so my guess to the ground of the problem may be wrong.
Let me know is this bug possible to fix in near future.
Best regards,
Jacek |
66988
|
Wed Jan 19 13:30:48 2011 |
| Andreas Luedeke | andreas.luedeke@psi.ch | Bug report | Linux | 2.8.0-2313 | elog command creates always UTF-8 encoded entries | If I create an entry via the web-interface, the defined encoding of the browser is used.
If I create an entry via "elog", it is always stored in UTF-8 encoding.
For the text I can overcome that with HTML encoding, but for attribute values the encoding does not show properly.
The only solution I found was to convert the whole logbook to UTF-8 encoding:
define "charset=UTF-8" in elogd.cfg
iconv --from-code=ISO-8859-1 --to-code=UTF-8 elogd.cfg >tmp;mv tmp elogd.cfg
iconv --from-code=ISO-8859-1 --to-code=UTF-8 resources/eloglang.german >tmp;mv tmp resources/eloglang.german
Has anyone any idea why ISO8859-1 does not work for me?
Or can anyone advice me of an editor similar to NEdit that is capable to display UTF-8? :-) |
|