ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
348
|
Tue May 20 19:09:26 2003 |
| Fred Hooper | fhooper@sushisoft.com | Bug report | | | Re: Possible Bug: 2.3.7 : Welcome Title = < img src= |
> > I noticed that my custom start page did not display the Welcome title icon.
> > It worked fine in prior elogs.
> >
> > any hints?
>
> Indeed there is a bug, it has to do that some icons wnt into the themes
> directory and are served now from there. So the bug will fixed in the next
> version (the fix is already avaliable from CVS). As a temporary workaround
> you just move your image to the themese/default/ directory and it should
> work.
>
> An absolute path like /usr/local/... does not work, because this would open
> a security hole (someone could access any picture on your computer just by
> requesting an absolute path in the URL), so I removed that option from the
> software and the documentation.
I did the work-around (moving icon to theme/default) and it worked. Thanks.
Now if you just port elog over to an apache and mysql enviroment, it would be
perfect! |
349
|
Tue May 20 22:16:47 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | | Re: Possible Bug: 2.3.7 : Welcome Title = < img src= |
> Now if you just port elog over to an apache and mysql enviroment, it would
> be perfect!
ELOG runs under apache, as described in the installation documentation, so
half-perfect... |
350
|
Wed May 21 10:15:17 2003 |
| Etienne Van Caillie | etienne.vancaillie@mba.be | Other | | | syntax highligting for elog.cfg with ULTRAEDIT |
UltraEdit Syntax coloring
=========================
add this file in ultraedit
UltraEdit --> ADVANCED --> CONFIGURATION --> SYNTAX HIGHLIGHTING
I hope this will help you...
it gives different color according to elog commands
some attributes are use internaly like
ShellOnSubmit
ShellParam
if somebody has other suggestion to improve the display ask me |
351
|
Thu May 22 21:36:54 2003 |
| Roberto Morelli | morelli@es.net | Bug report | | | bug in cfg file |
Hello Folks,
Found an interesting problem with 2.3.7 under redhat 9.0 linux.
When you take the elogd.cfg file and the menu commands = <list> and guest
menu commands = <list>, the config menu for edit the elogd.cfg stops
working, yet if I change the URL manually, I can still get to the file and
the menus do not change. If I delete all menu commands, then all works
without errors, yet the menus do not match default.
Also, the self registration function equal to 3 does not always send email.
Cheers,
Roberto |
352
|
Thu May 22 23:44:01 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Other | | | Re: syntax highligting for elog.cfg with ULTRAEDIT |
> add this file in ultraedit
> UltraEdit --> ADVANCED --> CONFIGURATION --> SYNTAX HIGHLIGHTING
> I hope this will help you...
Have you maybe forgotten the attachment to this message? |
353
|
Fri May 23 09:04:51 2003 |
| Etienne Van Caillie | etienne.vancaillie@mba.be | Other | | | Re: syntax highligting for elog.cfg with ULTRAEDIT |
> > add this file in ultraedit
> > UltraEdit --> ADVANCED --> CONFIGURATION --> SYNTAX HIGHLIGHTING
> > I hope this will help you...
>
> Have you maybe forgotten the attachment to this message?
yes :s
i put the last version on this link
http://public.mba.be/demo/elog/u-edit-elog-syntax.txt |
Attachment 1: ELOG_on ultraedit.GIF
|
|
354
|
Fri May 23 09:12:16 2003 |
| Etienne Van Caillie | etienne.vancaillie@mba.be | Bug report | | | Re: bug in cfg file |
> Hello Folks,
>
> Found an interesting problem with 2.3.7 under redhat 9.0 linux.
>
> When you take the elogd.cfg file and the menu commands = <list> and guest
> menu commands = <list>, the config menu for edit the elogd.cfg stops
are you logged
if you have a guest menu there is no access in the admin
access is restricted with
Admin user = 'your login name'
in Global section
> working, yet if I change the URL manually, I can still get to the file
and
> the menus do not change. If I delete all menu commands, then all works
> without errors, yet the menus do not match default.
>
> Also, the self registration function equal to 3 does not always send
email.
it is send to the admin user list
be sure that smtp parameter is ok
>
> Cheers,
> Roberto |
355
|
Fri May 23 09:17:30 2003 |
| Etienne Van Caillie | etienne.vancaillie@mba.be | Question | | | mySQL / SQL synchronisation |
does anybody has interest with a full synchronisation
between elog logbook
on mySQL and SQL database |