preset type useremail with current user, posted by Peter Hirschbichler on Wed Jul 23 11:26:12 2008
|
Hi, I would like to preset an attribute type useremail with $user_email but that does not work because $user_email contains mailto: like mailto:user_email@domain
Has anyone an idea how to resolve this problem?
Type Reporter = useremail
Preset Reporter = $user_email
|
WINDOWS binaries with latest fixes., posted by Franck C on Thu Jul 24 11:21:54 2008
|
Hi,
When the WINDOWS binaries with the latest bug fixes will be available on the download page ?
Have a nice day  |
html code in reply window, posted by Tom Plancon on Thu Jul 31 17:16:20 2008
|
Hello,
Recently upgraded to 2.7.3 and I'm seeing html code filling up the reply window. Before I would just see [quote] and [/quote] around the original entry. Did I miss something in the upgrade? Thanks! |
deadc0de, posted by Niklas on Fri Aug 1 13:47:58 2008
|
Hi,
my ELOG sometimes dies with "deadc0de", do I have too large ELOG config or logbook? Or is it simply a bug?
What can I do to solve this problem? "ulimit"? Or some trace output from elog?
BR, Niklas |
2 questions :: different colors in list view based on "type" + change verbage of "type", posted by dale cooper on Fri Aug 8 00:44:26 2008
|
hello all,
#1 i love ELOG : excellent app! i would like to ask/present a question here -- I have a couple of TYPE's defined as;
Options Type = Day Shift, Swing Shift, Night Shift
What I'd love to be able to do, is depending on what TYPE was selected during the creation of a NEW ENTRY in the ELOG "shift log" I'd love to display in the LIST VIEW (full, summary, or threaded views) different color's based on which TYPE was selected...
for example, if someone chose "Day Shift" that would be listed with a GREEN background, if someone chooses "Swing Shift" that gets a BLUE background, and so forth... I am wondering how one would go about implementing this?
second question... instead of listing the column named TYPE, can I just change it somewhere in the config to "SHIFT" so that in the list view, and even when in the NEW ENTRY form, I'd like it to show "Shift" instead of TYPE --- really I am just wondering if I can change the verbage that ELOG is using for the term TYPE? Is that doable?
Thanks for the app, I look forward to any reponses! I been editing the CSS, and once done think I'll add it to yr Config Examples, as I don't see many CSS themes there...
-peace- |
Copy & Move To in Spanish, posted by Marimar Rodriguez on Mon Aug 11 20:35:16 2008
|
Hi,
when I choose the Spanish language, the command Copy To isn't allowed. I have had to change the language file and change the line:
Copy To = Copiar a
to
Copy To = Copy To
Bye! |
Expand TEXT colum in Summary view?, posted by dale cooper on Mon Aug 18 10:56:05 2008
|
Hello All,
I am wondering if it is possible to configure ELOG to expand the TEXT column in the SUMMARY view? As it stands I get about 48 characters displayed per line in the in the TEXT column, with 3 lines getting displayed per ENTRY (approximately 144 characters per ENTRY). So what I'd like to do is see if it is possible to EXPAND the TEXT column in the SUMMARY view to allow say.... 100 characters per line, or say 275 characters per ENTRY when viewing the SUMMARY view?
Is this possible? If so, how does one go about doing this... I tried to search the site thoroughly before posting my question, I just didn't see it mentioned anywhere... Help please =)
Thanks!
agentdcooper |
Grabbing user name from SSL user certificate, posted by Davide Salomoni on Mon Aug 25 17:23:22 2008
|
With SSL enabled, I'd like to to grab the CN (Common Name) of the user certificate and use that as login authentication method.
I am thinking of the following scenario:
- users with read & write privileges need to have an SSL certificate loaded in their browser. The "Author" field will be pre-set to the CN of the user certificate.
- authorization may be subject to further granularity (e.g. only allow users whose certificate belongs to a certain organization)
- read-only, guest access (without certificate) may or may not be allowed
Is there a way to do that? |