ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
69366
|
Sat May 22 20:44:33 2021 |
| Phil Rubin | rubinp@cern.ch | Question | Linux | 3.1.3 | Naming a Notebook KTAG Wipes Out Formatting. Why? | An experiment's ELOG installation, using the default theme, names logbooks after its subsystem's acronyms. One subsystem is referred to as KTAG, but when this name (or its lowercase version) is used for a logbook name, the logbook appears unformatted. Changing the name, even to K-TAG, works fine. Nothing close to KTAG appears in elog.css. Does anyone know why this happens and whether it is possible or worth the while to get around the "problem"? |
67339
|
Mon Sep 17 13:42:50 2012 |
| David Pilgram | David.Pilgram@epost.org.uk | Bug report | Linux | 2.9.2-2473 | Mysterious Emboldened lines in threaded (collapsed) mode | I upgraded my system, including the version of Firefox.
I normally view the topic in Threaded Collapsed mode, right click on the entry I want to reply to, to open a new
Tab. However, I made a mistake an opened a new Window, as the two 'open' modes in Firefox swapped around.
But no worry, I thought, made my reply as usual.
However, when refreshing the topic afterwards, seemingly randomly distributed throughout the topic were
additional lines, with the latest entry showing up emboldened (but not as a clickable link), and the only
difference being the ID number which showed as 0 (zero).
Deleting the reply only caused the previous reply to show up randomly etc.
In effect, the latest entry is (randomly?) scattered throughout the topic - even in between entries older than
any in that thread, so it's not individial entries in that thread showing up.
The only way to get rid of it was to erase the whole directory, and re-install from backup (which, as it was the
first entry since the new installation, wasn't painful). It's been fine since - but only so long as I open a
thread in a new tab, and not in a new Window.
I guess the real question is just what is added to some file - perhaps the .cfg file? - that using a separate
window causes this behavioir? Any whay only as a new window, and given how elog is supposed to work on many
computers, why on this stand-alone computer running two sets of the same browser?
It happened once before at the end of last year during a regression backwards owing to the newer computer
failing and turning back to an older one with older OS and older firefox, where I did the same thing (in
reverse). As I didn't investigate at that time, I still have the mystery line showing up in that topic.
Sorry this is a bit rambling, but its very hard to describe! |
67149
|
Fri Nov 11 17:44:45 2011 |
| Hung Dao | hungtdao@yahoo.com | Question | Windows | 2.9 | My current Elog works fine with v2.6 but not 2.9 | I have been using v2.6. I works fine so far for what I need except that I could not disable the attachments in the notification emails. Now I need to upgrade to a latest version v2.9. However, with this latest version, I've received this error when navigate pages: "Error: Too many parameters (> 120). Cannot perform operation". What does this error mean? Should I do to fix it? I also have tested other version 2.7 and 2.8 as well. The problem exists. |
67443
|
Wed Feb 20 21:13:28 2013 |
| Chris Smith | crms57@yahoo.ca | Question | Windows | ELOG V2.7. | Multiple versions of elog on one server | Is there a way of having multiple copies of elog running on one windows 2003 server? different ports?
I need to access 2 different elogd.cfg files. |
67635
|
Thu Dec 12 15:10:43 2013 |
| Paulo Moraga | pnmoraga@gmail.com | Question | Windows | V2.9.2-245 | Multiple tab | Hi noob question I was looking for a config but i cant make it, how to i make multitab logbook like this page?
Like in Discussion there are forum,config examples,contribution and vulnerabilities under it
Thanks
|
Attachment 1: multitab.JPG
|
|
68349
|
Tue Jul 12 08:06:36 2016 |
| Sofian Jafar | skjafar@yahoo.com | Question | Linux | Windows | Mac OSX | All | Other | V3.1.1-3f311c5 | Multiple outcomes to a conditional attribute | Hi,
First of all, thanks for all the great work, we all thank you here at SESAME synchrotron 
I am trying to set a conditional attribute where selecting one option in that attribute should trigger multiple outcomes as shown below:
Options Type = Fault{1_1&1_2}, Test{2_1&2_2}, Report{2_1&2_2}
{1_1} Options Fault Status = Open{a}, Fixed{b}
{2_1} Preset Fault Status = NA
{1_2} Preset Icon = attn.png
{2_2} Preset Icon = icon1.gif
I tries adding "&" as shown but that didn't work, my goal is to have 1_1 and 1_2 triggered whenever I select "Fault" as type, how can I do that?
Thanks in advance.
Cheers,
Sofian.
|
66151
|
Wed Jan 14 19:52:04 2009 |
| Yoichi Aso | asoy01@gmail.com | Question | All | 2.7.5 | Multiple keyword search | Hi,
I have a question regarding how to perform a multiple-keyword search.
For example, when I want to find entries which contain two keywords "abc" and "def" in the body text but in an unknown order,
one way I came up with was to use a regular expression like this.
(abc|def).*(abc|def)
But this will also match entries containing two "abc" or two "def".
The following one will eliminate this problem.
(abc.*def)|(def.*abc)
But when I use more than two keywords, this type of regular expressions becomes very long (because I have to list all the permutations of the keywords) and it may not fit in the search text field (there seems to be a limit on the length of the search text).
Is there any way to allow multiple-keyword search easily ?
It would be nice if I can just enter two or more keywords separated by white spaces and elog finds entries containing all the keywords.
Thanks,
Yoichi |
2183
|
Tue Apr 3 13:17:27 2007 |
| Yoshio Imai | | Request | Linux | 2.6.4-1795 | Multiple ideas for multiple logbooks | Hi!
After a long pause, here we are again with a bunch of new ideas (and problems ...;) )
1. Multiple login
Since we are using the elog system now for most aspects of our work, we are more and more often confronted with the need to work with different logbooks open in parallel (e.g. the shift logbook as well as the personal analysis logbook, via tabbed browsing). These logbooks do not always have the same users allowed to access them, so when having logged on to one logbook and then opening another one in a different browser tab, I have to log on as a different user, thereby losing the login on the first logbook. Is there any way to change the cookie structure so as to allow one (physical) user to be logged on as more than one elog user at a time?
2. <Ctrl-T>
While using this logbook (and tabbed browsing), I noticed that the keyboard shortcut <Ctrl-T> now leads to the creation of a table (great thing, btw). However, many of our users are accustomed to this shortcut opening a new browser Tab. Is there any way to disable these elog shortcuts or otherwise disentangle these functions (by using <Alt> instead of <Ctrl> or something similar, since the functionality itself is very good)?
Thanks for any idea on these issues, and thanks for the great software! |
|