ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2298
|
Fri Jul 20 16:13:07 2007 |
| toumbi | toumbi@yopmail.com | Question | | 2.6.5-1870 | Re: How to change elog directories in windows |
Stefan Ritt wrote: |
toumbi wrote: | Maybe The service doesn't have access right , ( i see it is Log on with Local System). |
In that case it might help to run elog under your personal account. |
I finaly found how to do it.
Replacing Z: by \\server.com\ELOG\ and running the service with my personnal acount
cmd /K net stop elogd
regedit
change ImagePath of HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\elogd to "\\server.com\ELOG\elogd.exe" -D -c "\\server.com\ELOG\elogd.cfg"
close regedit
cmd /k net start elogd |
2299
|
Tue Jul 24 08:30:02 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | 2.6.5-1872 | Re: CVS import + french = impossible |
toumbi wrote: | Hi ,
I found a bug , when I want to import a cvs file and if i had set Language=french into global , I m not allowed.Erreur : commande "CSV Import" non autorisée
Utilisez le bouton "page précédente" de votre navigateur pour revenir en arrière
there is no problem if i use english. |
This bug has been fixed in SVN revision 1892 and will be contained in the next release. |
2308
|
Mon Aug 27 17:27:41 2007 |
| toumbi | toumbi@yopmail.com | Question | | 2.6.5-1890 | ELCode how to with URL |
Hello there !!
I wonder if it's possible to write an url like this[URL=?CR=CR00000429]CR00000429[/URL]
in fact it don't work for the moment , because it is redirected tu http:///?CR=CR00000429
is it possible to have url without http://
I have a logbook CR and a type CR and i work now in localhost but i want my elog to be accessible from anywhere.
Im not very clear but I hope you understand.
[TABLE border="1"]
Emplacement|CR|TYPE|Cable trace voix 1|Cable trace voix 2|url|-
MON|CR00002536|Monitoring|x|x|[URL=http://localhost:8080/CR/?CR=CR00002536]CR00002536[/URL]|-
POW1|CR00000429|POWER Ro|x|x|[URL=?CR=CR00000429]CR00000429[/URL]|-
POW2|CR00000430|POWER Ro|x|x|[URL=?CR=CR00000430]CR00000430[/URL]|-
[/TABLE] |
2310
|
Wed Sep 5 15:05:52 2007 |
| Willem Koster | W.Koster@rc.rug.nl | Bug report | | 2.6.5 | quick filter |
Greetings,
Last night we updated to 2.6.5 and now the <ENTER>-key on the "quick filter" searches won't work anymore in
internet exporer (@windows). I have to use the <TAB>-key now to get the results.
The ENTER-key still works under firefox (Windows & linux) and opera (at least under linux, because
opera@windows refuses to log me on .. whatever) and I would like to see it come back to internet explorer as
well.
Regards,
Willem Koster |
2311
|
Wed Sep 5 16:35:29 2007 |
| Willem Koster | W.Koster@rc.rug.nl | Bug report | | 2.6.5 | Re: quick filter |
> Greetings,
>
> Last night we updated to 2.6.5 and now the <ENTER>-key on the "quick filter" searches won't work anymore in
> internet exporer (@windows). I have to use the <TAB>-key now to get the results.
>
> The ENTER-key still works under firefox (Windows & linux) and opera (at least under linux, because
> opera@windows refuses to log me on .. whatever) and I would like to see it come back to internet explorer as
> well.
>
> Regards,
> Willem Koster
ehm... funny enough the quick-filter entry used in this elog does work with IE.
(we're using ELOG V2.6.5-1844 btw)
update: when we try just one quick-filter it works ok, when we add our second quick-filter it stops working.
Both quick-filters are tekst-searches (just like this forum only has one tekst-search quick-filter).
We suspect that this is an explorer issue and probably not something that can be solved with elog, but ...
maybe .. who knows...
update2:
In the source we see:
<noscript><input type="Submit" value="Search"></noscript>
If we remove the <noscript> </noscript> tags we get a submit-button, but our problem seems to be solved.
(obviously hacking the source-code is not our primary choice :-) |
2312
|
Thu Sep 6 08:50:53 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | 2.6.5 | Re: quick filter |
> > Greetings,
> >
> > Last night we updated to 2.6.5 and now the <ENTER>-key on the "quick filter" searches won't work anymore in
> > internet exporer (@windows). I have to use the <TAB>-key now to get the results.
> >
> > The ENTER-key still works under firefox (Windows & linux) and opera (at least under linux, because
> > opera@windows refuses to log me on .. whatever) and I would like to see it come back to internet explorer as
> > well.
> >
> > Regards,
> > Willem Koster
>
> ehm... funny enough the quick-filter entry used in this elog does work with IE.
>
> (we're using ELOG V2.6.5-1844 btw)
>
> update: when we try just one quick-filter it works ok, when we add our second quick-filter it stops working.
>
> Both quick-filters are tekst-searches (just like this forum only has one tekst-search quick-filter).
>
> We suspect that this is an explorer issue and probably not something that can be solved with elog, but ...
> maybe .. who knows...
>
>
>
> update2:
>
> In the source we see:
>
> <noscript><input type="Submit" value="Search"></noscript>
>
> If we remove the <noscript> </noscript> tags we get a submit-button, but our problem seems to be solved.
> (obviously hacking the source-code is not our primary choice :-)
The code above is for cases where JavaScript is not enabled. The quick filter text box contains code like:
onChange="document.form1.submit()"
which is some javacode which causes the browser to submit the form after the contents of the text box has changed.
Now if javascript is turned off, this does not work obviously. So I added the <noscript> section which shows the
Submit button, so people can click on it. But you are telling me that IE accepts the hit on return (not the click
on the Submit button) even when JavaScript is off, right? Can you temporarily remove the onChange section and see
what happens? |
2314
|
Fri Sep 7 22:56:12 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.6.5-1890 | Re: ELCode how to with URL |
> Hello there !!
>
> I wonder if it's possible to write an url like this[URL=?CR=CR00000429]CR00000429[/URL]
> in fact it don't work for the moment , because it is redirected tu http:///?CR=CR00000429
> is it possible to have url without http://
>
> I have a logbook CR and a type CR and i work now in localhost but i want my elog to be accessible from anywhere.
> Im not very clear but I hope you understand.
>
>
>
> [TABLE border="1"]
> Emplacement|CR|TYPE|Cable trace voix 1|Cable trace voix 2|url|-
> MON|CR00002536|Monitoring|x|x|[URL=http://localhost:8080/CR/?CR=CR00002536]CR00002536[/URL]|-
> POW1|CR00000429|POWER Ro|x|x|[URL=?CR=CR00000429]CR00000429[/URL]|-
> POW2|CR00000430|POWER Ro|x|x|[URL=?CR=CR00000430]CR00000430[/URL]|-
>
> [/TABLE]
You can use the
elog:<logbook name>
redirection. So for this logbook, so see all entries with Category=Info using following link
elog:Forum/?Category=Info
This should work from everywhere. |
2315
|
Tue Sep 11 11:36:04 2007 |
| toumbi | toumbi@yopmail.com | Question | | 2.6.5-1890 | Re: ELCode how to with URL |
Thank you a lot !! |