ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66249
|
Thu Mar 12 21:21:00 2009 |
| Heinzmann | catman333@web.de | Question | Windows | V2.7.5-217 | Re: How ca I delete / hide the Elog Icon and Labels like ELOG V2.7.5-2175 |
Heinzmann wrote: |
Hi Stephan,
How can I delete / hide the Elog Icon 
and Labels like ELOG V2.7.5-2175 ?
Thanks,
Michael
|
Sorry,
found it:
Bottom text = <center>Hello</center>
Bottom text login = <center>Login Hello</center> |
66248
|
Thu Mar 12 08:03:07 2009 |
| Andraž 'ruskie' Levstik | ruskie-elog@codemages.net | Other | Linux | 2.7.5-4 | Odd behaviour with gecko based browsers and reverse proxy. | I have a really odd issue with elog...
My setup:
elogd.cfg:
[global]
port = 2109
SMTP host = localhost
Resource dir = /usr/share/elog
Logbook dir = /srv/www/elog
charset = UTF-8
Main Tab = main
URL = https://elog.codemages.net
Relative redirection = 1
Usr = www
Grp = www
Resolve host names = 0
Self register = 0
Admin user = ruskie
SSL = 0
Login expiration = 20
[links]
Subdir = links
Theme = default
Comment = Link spam
Attributes = Author, Category, Link, Comment
Options Category = General, Law, IT, Odds, Linux
Required Attributes = Link, Comment
Page Title = ELOG - Link spam
Reverse sort = 1
Quick filter = Date, Category
Time format = %Y-%m-%dT%H:%M
Date format = %Y-%m-%d
Password file = links.pwd
Admin user = ruskie
RSS Title = $logbook $entry time :$Author :$Link :$Comment
[notes]
Subdir = notes
Theme = default
Comment = Various notes
Attributes = Category, Comment
Options Category = General, Law, IT, Odds, Linux
Required Attributes = Comment
Page Title = ELOG - Various notes
Reverse sort = 1
Quick filter = Date, Category
Time format = %Y-%m-%dT%H:%M
Date format = %Y-%m-%d
Password file = notes.pwd
Admin user = ruskie
RSS Title = $logbook $entry time :$Comment
lighttpd.conf:
$HTTP["host"] =~ "elog.*" {
proxy.server = ( "" =>
( "10.0.0.10" =>
(
"host" => "10.0.0.10",
"port" => 2109
)
)
)
}
If I access elog directly on 2109 I get no issues but when I use this configuration it takes minutes to access
any elog page at all. But the odd thing is this only happens when I'm using a gecko based browser(firefox,
xulrunner based etc...) if I use webkit-gtk or elinks all the pages load up with no noticable delay.
I have tried this on different computers, different configurations and so on... And always the same behaviour
when it comes to a gecko based browser. Elinks and webkit-gtk load up fine.
Marking this as Other so far. If anyone knows anything about running elog and lighttpd togheter please speak up. |
66247
|
Wed Mar 11 15:51:36 2009 |
| Heinzmann | catman333@web.de | Question | Windows | V2.7.5-217 | How ca I delete / hide the Elog Icon and Labels like ELOG V2.7.5-2175 | Hi Stephan,
How can I delete / hide the Elog Icon 
and Labels like ELOG V2.7.5-2175 ?
Thanks,
Michael
|
66246
|
Wed Mar 11 11:28:27 2009 |
| Dominique Bolla | dominique.bolla@synchrotron-soleil.fr | Bug report | Linux | V2.7.5-214 | Elogd crash | Hello,
Please could you help me.
We have 2 elog servers synchronized every minute via Elog mirroring function.
2 or 3 times a week, the slave crashes and we have to restart Elogd. I have found in /var/log/messages the same message every time elogd crash :
xmalloc: not enough memory
Thanks.
Dominique Bolla. |
66245
|
Tue Mar 10 16:33:52 2009 |
| Heinzmann | catman333@web.de | Question | Mac OSX | V2.7.5-217 | Re: Restrict edit - issue |
Heinzmann wrote: |
Problem solved, I had to set the 'preset funktion' additionally |
|
66244
|
Mon Mar 9 19:00:26 2009 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Windows | 2.7.5 | Re: Email recall function similar to what exists say in something like Outlook |
Niall Dooley wrote: |
Hi,
Is there a way perhaps of implementing an email recall feature into E-Log? In other words, to recall an email before the recipient (s) read the email originating from the e-log. Something perhaps along the lines of what exists in something like Outlook.
Thks in advance.
Regards,
Niall
|
No, this is not implemented. What I usually do is to check "Suppress Email notification", submit and revise my entry. Once I'm satisfied, I edit again and do not check "Suppress Email notification" so that the email is finally sent out. |
66243
|
Mon Mar 9 18:58:18 2009 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.5 | Re: Login issue |
Heinzmann wrote: |
Heinzmann wrote: |
Heinzmann wrote: |
Hi,
I have found the issue, when I mark at the login page:
Keep me logged in on this computer
for the next 41 days or until I log out
I'm not able to login. Only when it is not marked I'm able to login.
How can I diable/hide the part (Keep me logged in on this computer
for the next 41 days or until I log out) from my login page?I
Issue solved: Login expiration = 0
|
|
|
Great, you found it! The original problem is probably related to your cookie handling. If you don't check the "keep me logged it" box, elog generates a temporary cookie, which is used for the duration of your browser session, then the browser discards it. If you theck the box, a persistent cookie is created, which your browser stores in the cookie database and reuses it for the coming 41 days. I believe you have a problem there (persistent cookies not allowed, disk full, whatever...) which does not allow handling of persistent cookies. Try from anohter browser/computer and you will see that it works. |
66242
|
Mon Mar 9 17:55:30 2009 |
| Heinzmann | catman333@web.de | Question | Mac OSX | V2.7.5-217 | Restrict edit - issue | Hello,
please could you help me.
The Restrict edit funktion is not working. Because my user Dirk is able to edit/delete the text from user Peter:
via select and edit.
Delete the - keep original text here - and then submit.
The whole text disappeared from the user Peter
I have tried both Restrict edit = 0 and then Restrict edit = 1
Please note my config:
[global]
port = 80
Password file = C:\Program Files\ELOG\test.txt
Admin user = admin3
Self register = 1
Login expiration = 0
[demo]
Theme = default
Comment = General linux tips & tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
Login user = Peter, Dirk, Kervin, Frank, MichaelH
Password file = C:\Program Files\ELOG\user.txt
Self register = 1
Login expiration = 0
Restrict edit = 0
Thanks |
|