ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
69839
|
Tue Nov 5 15:51:26 2024 |
| Dominic | dominic@nowhere.co | Bug report | Linux | Windows | Mac OSX | ELOG V3.1.5 | Re: Equation Editor does not work |
is there any update on this bug? Has anyone else observed the same problem?
Dominic wrote: |
Hi!
I am not sure if this is a know issue: it seems that the equation editor does not work anymore. Is there any fix or alternative method to type latex formula in the log?
Thank you!
|
|
69860
|
Mon Jan 6 14:59:06 2025 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | Windows | Mac OSX | ELOG V3.1.5 | Re: Equation Editor does not work |
Apparently Codecogs have changed their URL. I tried the update from
https://editor.codecogs.com/depr/CK_Editor_v4x.php
but it did not help. The CK Editor v5 is quite different from v4 (like they require node.js to install it), so putting it into elog would be some major work.
Stefan
Dominic wrote: |
is there any update on this bug? Has anyone else observed the same problem?
Dominic wrote: |
Hi!
I am not sure if this is a know issue: it seems that the equation editor does not work anymore. Is there any fix or alternative method to type latex formula in the log?
Thank you!
|
|
|
406
|
Tue Jul 22 16:21:51 2003 |
| R. Beekman | rbeekman@hiscom.nl | Bug report | Linux | Windows | 2.3.9 | Bottom text = <file> not displayed in every screen? |
I tried to add a file with the "Bottom text = <file>" option.
Although one would suggest that the bottom text file is included in every
page, I only saw the file appear in the page that appears when you issue
the "cmd=Edit" command.
Resolving this would enhance the ability to create skin. |
408
|
Thu Jul 24 15:10:14 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | Windows | 2.3.9 | Re: Bottom text = <file> not displayed in every screen? |
> I tried to add a file with the "Bottom text = <file>" option.
>
> Although one would suggest that the bottom text file is included in every
> page, I only saw the file appear in the page that appears when you issue
> the "cmd=Edit" command.
That's really weired. The file is displayed at the bottom of single messages,
and the message list, but NOT at the form, which you reach with the "Edit"
command. So all I can suggest ist the following:
- Hit the reload button on your browser each time you change that file, to
make sure the browser does not display a page from its cache
- The HTML file is *included* in the normal page, so it should not contain
<HTML> or <BODY> tags. Start with a simple file containing something like
<center>Test</center>
and see what you get.
- Make sure the file is in the elog "resource" directory, which gets
displayed if you start elogd with the "-v" flag.
Let me know if any of this helped. |
483
|
Fri Feb 27 10:09:04 2004 |
| Ulrich Trüssel | ulrich.truessel@familienhund.ch | Question | Linux | Windows | 2.5.1 | Default Sorting Option |
I really don't know if anybody already had this problem or i just didn't
find the solution in the documenttaion:
There is a possibility to sort the log by the value of a attribute as
well as a flag for reverse sort. anf it's quite easy to build up a
command line with the sort attribute and value. But this only works from
a self written command line.
Is there any possibilty to make ELOG soring by default (without a
command line option) by a other attribute than date? I would use a date
set by the user manually to sort the log file, even the user clicks on
the log-name.
or may it be a possibility for a additional feature, like a logbook
option "Default sort = my own date" and the logbok get sorted by this
attribute and option by default.
Would be happy about every tip! ThankX! |
484
|
Fri Feb 27 10:28:00 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | Windows | 2.5.1 | Re: Default Sorting Option |
This can be easily achieved with the configuration option
Start page = ?sort=<attribute>
or
Start page = ?rsort=<attribute>
where <attribute> is your date.
In your case, you need the URL
http://www.familienhund.ch:8080/Aktuelles+Programm/?sort=Datum+wann
which can be obtained via
Start page = ?sort=Datum+wann |
485
|
Fri Feb 27 13:25:32 2004 |
| Ulrich Trüssel | ulrich.truessel@familienhund.ch | Question | Linux | Windows | 2.5.1 | Re: Default Sorting Option |
Thank's!!! :-))
Great solution. Exactly what I need!
Ueli
> This can be easily achieved with the configuration option
>
> Start page = ?sort=<attribute>
>
> or
>
> Start page = ?rsort=<attribute>
>
> where <attribute> is your date.
>
> In your case, you need the URL
>
> http://www.familienhund.ch:8080/Aktuelles+Programm/?sort=Datum+wann
>
> which can be obtained via
>
> Start page = ?sort=Datum+wann
|
596
|
Wed Jul 14 13:58:26 2004 |
| Bartjan Wattel | watt0006@mail.hzeeland.nl | Request | Linux | Windows | 2.5.3. | Request: limit size of attachments |
hi again,
we have been doing a bit of stress testing for Elog. The most important
thing we found is that Elog stops responding when a user uploads a large
attachment (we used a 240 Mb attachment).
Is it possible to add a flag in the configuration file, to specify the
maximum size of an attachment?
Bartjan Wattel |