Use different HTML class for drafts compared to not existing entries, posted by Edmund Hertle on Wed Mar 9 16:25:31 2022
|
Right now a Draft shows a red error indication, that the entry is currently a draft. For the CSS styling it uses the HTML class="errormsg". The same class is also used if an entry does not exist.
Would it be possible for the draft version to use a different HTML class (for example class="draftmsg")? It can also use the same visual style (or making it yellow would probably also work)
The reason is that the py_elog Interface uses the class="errormsg" to determine if an entry does not exist ( https://github.com/paulscherrerinstitute/py_elog/blob/master/elog/logbook.py#L394 ) and refuses to return the content for this entry. One could possibly fix that also on the py_elog part, but it would probably at least require parsing of actual text (which might make problems for translated pages). Alternativley one could also look for the edit button, but maybe a small change on the elog server side is the simplest solution to this problem?
|
Dynamic substitution with date , posted by Antonio Bulgheroni on Wed Apr 20 14:19:08 2022
|
Dear all,
I would need your help with an incremental index with date information.
I want to have an incremental number made by the last two digits of the year, the two digits of the month and an incremental four digits number.
Subst Number = %y%m####
The problem is that I don't want to have the incremental number reset to zero every new month, but rather only once a year. Is it something like this possible?
Thanks for your help!
toto
|
Up to date windows version, posted by Finn Junker on Thu Oct 20 10:04:51 2022
|
Dear Developers
I know this topic i on and off in this forum but it seems the only updated versions of Elog are in the linux binaries. Have anybody been able to compile a windows versions since 2018?
Kind Regards Finn |
Re: Up to date windows version, posted by Antonio Bulgheroni on Thu Oct 20 10:10:12 2022
|
I'm also supporting this request.
> Dear Developers
>
> I know this topic i on and off in this forum but it seems the only updated versions of Elog are in the linux binaries. Have anybody been able to compile a windows versions since 2018?
>
> Kind Regards Finn |
Re: Up to date windows version, posted by Laurent Jean-Rigaud on Thu Oct 20 13:13:16 2022
|
> Dear Developers
>
> I know this topic i on and off in this forum but it seems the only updated versions of Elog are in the
linux binaries. Have anybody been able to compile a windows versions since 2018?
>
> Kind Regards Finn
Hi,
We discussed on windows build some weeks ago and i tried to make one to check if it’s possible.
The result is in https://elog.psi.ch/elogs/Forum/69491
This could help you up to official new build.
.
Laurent |
Re: Up to date windows version, posted by Finn Junker on Fri Oct 21 09:25:37 2022
|
> > Dear Developers
>
> >
>
> > I know this topic i on and off in this forum but it seems the only updated versions of Elog are in the
> linux binaries. Have anybody been able to compile a windows versions since 2018?
>
> >
>
> > Kind Regards Finn
>
>
>
> Hi,
>
>
>
> We discussed on windows build some weeks ago and i tried to make one to check if it’s possible.
>
> The result is in https://elog.psi.ch/elogs/Forum/69491
>
> This could help you up to official new build.
>
>
>
> .
>
> Laurent
Hi Laurent
I've found the attached zip files in post 69491. The one containing the ELOG probgram libary won't run on my test laptop - the service wont start
There is in the same thread a post from Just Keijser containing only the executables, and it won't start either. Starting the elog.exe though gives me that the exe is missing 2 dll files which can be downloaded seperately.
It is not easy cause there are several versions of the 2 dll files and only one working, but now my elog reports version ELOG V3.1.4-1ebfd06c
But this cant be the solution - if so the windows version is put to the grave
Kind Regards Finn |
Re: Up to date windows version, posted by Laurent Jean-Rigaud on Fri Oct 21 17:09:37 2022
|
Hi Finn,
I've just tested the same archive on new laptop with Windows 11.
I unzip it and double-click elogd.exe file, bypass defender warning and the server is running.
To test, i open localhost:8080 on web client and it displays the demo logbook.
Btw i didn't test it as a service. What are the 2 libs you said it misses ?
.
Laurent
>
> Hi Laurent
>
> I've found the attached zip files in post 69491. The one containing the ELOG probgram libary won't run on my test laptop - the service wont start
> There is in the same thread a post from Just Keijser containing only the executables, and it won't start either. Starting the elog.exe though gives me that the exe is missing 2 dll files which can be downloaded seperately.
> It is not easy cause there are several versions of the 2 dll files and only one working, but now my elog reports version ELOG V3.1.4-1ebfd06c
>
> But this cant be the solution - if so the windows version is put to the grave
>
> Kind Regards Finn |
Re: Up to date windows version, posted by Finn Junker on Mon Oct 24 14:55:44 2022
|
> Hi Finn,
>
> I've just tested the same archive on new laptop with Windows 11.
> I unzip it and double-click elogd.exe file, bypass defender warning and the server is running.
> To test, i open localhost:8080 on web client and it displays the demo logbook.
>
> Btw i didn't test it as a service. What are the 2 libs you said it misses ?
>
> .
> Laurent
>
> >
> > Hi Laurent
> >
> > I've found the attached zip files in post 69491. The one containing the ELOG probgram libary won't run on my test laptop - the service wont start
> > There is in the same thread a post from Just Keijser containing only the executables, and it won't start either. Starting the elog.exe though gives me that the exe is missing 2 dll files which can be downloaded seperately.
> > It is not easy cause there are several versions of the 2 dll files and only one working, but now my elog reports version ELOG V3.1.4-1ebfd06c
> >
> > But this cant be the solution - if so the windows version is put to the grave
> >
> > Kind Regards Finn
Hi Laurent
OK, i can recreate the unzip to folder and run elogd.exe and it works :-). If i unzip to the folder of the version installed (with the windows installer) where it runs elogd.exe as a service, the service won't start.
The problem with the dll files only applies to the post from Just Keijser containing only the executables (3 files) and these executables repport missing: libcrypto-1_1-x64.dll and libssl-1_1-x64.dll
These versions are a black box for me, are the important?
The unzip version (your version) reports: ELOG V3.1.4-395e101 (I think this is the same number as for the 2018 installed version)
The version with the 3 exe files (my version) from Just Keijser reports: ELOG V3.1.4-1ebfd06c
This site reports: ELOG V3.1.4-bcd7b50
Kind Regards Finn |