Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 228 of 806  Not logged in ELOG logo
    icon2.gif   Re: conditional options are not working in find , posted by Arno Teunisse on Fri Apr 18 20:30:12 2008 

Stefan Ritt wrote:

Arno Teunisse wrote:

Just noticed that in IExplorer and Firefox when creating a new entrie i got a popup with the following text in it : Unknown toolbar item "ShowBlocks"

When clicking OK : everything is working. Think it has to do with FCKedit, but I'm not shure.

There must be an old version of FCKedit. Maybe just clear your browser's cache and try again. You can also try to download elog273-3.exe again (the one from yesterday I built at home on my laptop, so maybe something went wrong...). The current one (dated April 18th) I build at the institute.

Hello Stefan

You're right. Probably it's the old FCKedit that was in the browser cache. Clearing it and the problem was gone.

So there's nothing wrong with you're laptop.

Thank's again for the fix..

 

    icon2.gif   Re: how to set locale for date/time, posted by svrmarty on Mon Apr 21 16:14:53 2008 

Stefan Ritt wrote:

svrmarty wrote:

it seems out systemlang is en_US,

#date
Thu Mar 27 14:11:59 CET 2008

and i want to change the local lang only for the elogd.

i tried it with .bash_profile in the elog homedir with

LANG=de_AT
export LANG

but it doesn't work.


how can i change it to get  ?

#date
Don Mär 27 14:09:14 CET 2008

You do not have to change the environment variable, this is all handled inside elogd. I fixed teh above error in SVN revision 2098. Can you try it?

is there any new option i can use/configure ?

i still get the english datetime

Eingabezeit: Thu Mar 27 09:27:41 2008

    icon2.gif   Re: how to set locale for date/time, posted by Stefan Ritt on Tue Apr 22 09:30:24 2008 

svrmarty wrote:

Stefan Ritt wrote:

svrmarty wrote:

it seems out systemlang is en_US,

#date
Thu Mar 27 14:11:59 CET 2008

and i want to change the local lang only for the elogd.

i tried it with .bash_profile in the elog homedir with

LANG=de_AT
export LANG

but it doesn't work.


how can i change it to get  ?

#date
Don Mär 27 14:09:14 CET 2008

You do not have to change the environment variable, this is all handled inside elogd. I fixed teh above error in SVN revision 2098. Can you try it?

is there any new option i can use/configure ?

i still get the english datetime

Eingabezeit: Thu Mar 27 09:27:41 2008

As I told you, you have to upgrade to SVN revision 2098 or later.

    icon2.gif   Re: scrollable text section only when viewing a log entry, posted by Stefan Ritt on Wed Apr 23 07:46:56 2008 

Bill Pier wrote:

Is there a way, option, feature to setup the text section only to be scrollable when viewing a log entry, such that the header (meta info) section stays fixed?

Unfortunately no.

    icon2.gif   Re: Request: elog as a "web service" ? (xml / soap), posted by Stefan Ritt on Wed Apr 23 11:51:06 2008 

Willem Koster wrote:

We're using elog as our CMDB, but now management wants us to employ "web services" and I fear going to another tool (elog is fitting the admins like a glove, so we'd rather keep it)

Is it possible to configure elog to be able to run as a web-service ?  (basically getting xml-output according to a specific (SOAP) schema instead of html output)

At the moment no support for a Web Service is planned.

    icon2.gif   Re: LaTeX support, posted by Stefan Ritt on Thu Apr 24 07:51:23 2008 

Jochen Krempel wrote:

I would appreciate if elog could provide a simple support for mathematical expressions.

A solution similar to wikimedia should be easy to implement and would help a lot.
http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Windows#Alternative_Solution

The idea is to parse the elog entry for a tag (e.g.  <math></math>), extract the code, wrap it into a latex file, and pass this to latex, GhostScript, and ImageMagic. (The latter are already used by Elog, therefore the changes should not be too big.) The resulting image file would then be referenced by the  elog html code.

Of course, the FCKeditor would not support LaTeX. However, the majority of elog-useres should be scientists and rather familiar with LaTeX. Therefore it should be fine if the original LaTeX code is saved (e.g. in the ALT-tag of the image) and the replacement "code to image" is undone for editing.

We had already some time ago a request to integrate mimetex (elog:1827). I will see what I can do there.

    icon2.gif   Re: how to set locale for date/time, posted by svrmarty on Fri Apr 25 14:52:26 2008 

Stefan Ritt wrote:

svrmarty wrote:

Stefan Ritt wrote:

svrmarty wrote:

it seems out systemlang is en_US,

#date
Thu Mar 27 14:11:59 CET 2008

and i want to change the local lang only for the elogd.

i tried it with .bash_profile in the elog homedir with

LANG=de_AT
export LANG

but it doesn't work.


how can i change it to get  ?

#date
Don Mär 27 14:09:14 CET 2008

You do not have to change the environment variable, this is all handled inside elogd. I fixed teh above error in SVN revision 2098. Can you try it?

is there any new option i can use/configure ?

i still get the english datetime

Eingabezeit: Thu Mar 27 09:27:41 2008

As I told you, you have to upgrade to SVN revision 2098 or later.

 

i've updated to ELOG V2.7.3-2104

 

    icon2.gif   Re: how to set locale for date/time, posted by Stefan Ritt on Fri Apr 25 17:15:12 2008 Capture.png

svrmarty wrote:

Stefan Ritt wrote:

svrmarty wrote:

 

is there any new option i can use/configure ?

i still get the english datetime

Eingabezeit: Thu Mar 27 09:27:41 2008

As I told you, you have to upgrade to SVN revision 2098 or later.

 i've updated to ELOG V2.7.3-2104

Well, then you should get German locale. I just tried with the same version and following elogd.cfg, so I don't know what you are doing wrong:

[global]
port = 8080
language = german

[demo]
Attributes = Author, Type, Category, Subject

Capture.png

ELOG V3.1.5-3fb85fa6