ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2322
|
Sat Oct 6 15:39:12 2007 |
| Arno Teunisse | A.Teeling3@chello.nl | Question | Windows | 2.6.5-1890 | testing for the limit of the elog database |
Hello
To test elog i created a very large databasefile ( 071006a.log = 39MB ) via an import.
Nothing special. At the import I already got a message to increase "Max content length" to 22420822 in the global section. Below is the what i've done. There are no attachments involved, as you can see.
[global]
port = 80;
Max content length = 22420822
[DAP]
Theme = default
Attributes=Klant,Doc
Quick filter = Klant
So there are only 2 user defined fields in the database.
Everything works ......... but terrible slow : is there a rule of thumb for the size of the database ? |
2330
|
Thu Oct 18 23:18:03 2007 |
| Arno Teunisse | A.teeling3@chello.nl | Question | Windows | V2.6.5-189 | default css style |
The default tiny.css has a bug in it.
It's calling a class that does not exists. The class name is : list1h and list2h. So I added :
/* Just highlighting the last entries , Added by Arno Teunisse . Elog is calling
these, but they are not defined in the css style sheets*/
.list1h { border:1px solid #3080FF;
border-top:1px solid white;
border-left:1px solid white;
background-color:Yellow;
text-align:center;
}
.list2h {
border:1px solid #3080FF;
border-top:1px solid white;
border-left:1px solid white;
background-color:Yellow;
text-align:center;
}
If these are NOT defined the user that edit's an entrie and does a "list" afterwards get's the colorization of a menu and all is shifted onto the left.
with kind regards
Arno Teunisse
|
65682
|
Wed Jan 9 10:43:42 2008 |
| Kenneth Andersson | kenneth.h.andersson@telia.com | Question | All | 2.7.0-1964 | Completed Swedish translation |
Hi!
I have completed the Swedish translation and wonder how I can deliver it (if it´s still needed)?
//Kenneth |
65771
|
Thu Mar 6 18:19:48 2008 |
| Yoshio Imai | | Request | Linux | All | 2.7.3 | Re: #include statements and attachment visibility |
Thanks you! I just installed the new revision, and it works.
However, it does not seem to work in list mode (with attach=1 option): elog still shows all the lines of attached text files there.
I also noticed that the images referenced inline are also shown in the attachment list in list mode, although this post gave me the impression that in list mode, too, inline images should only be displayed inside the elog entry and not in addition as attachment.
Might this be a bug, or is there a particular reason why it is like that? |
65789
|
Thu Mar 27 05:58:40 2008 |
| jee | jeepenin@hotmail.com | Question | Linux | V2.7.2-204 | how to sort entry |
hi:
I have a problem with elog, if there are many entrys, and i want to find some useful entries which i preseted before ,like entries with , how can i configure the command ?
so i can find what i want with
please give me a help ,thx a lot! |
65982
|
Mon Sep 22 16:46:32 2008 |
| Paul O'Shaughnessy | paul_o'shaughnessy@inmarsat.com | Bug report | Windows | 2.7.4 | Potential bug with the Quick filter |
I have a muliple entry field, which is defined by MOptions, which allows you to make multiple selections into one field.
My problem is that when I try to select this option from the Quick filter menu option, it brings back no entries.
When I use the search option this works fine. Any ideas on where I go from here?
Thanks,
Paul |
66096
|
Wed Dec 3 22:57:13 2008 |
| mike cianci | mike2.cianci@comcast.net | Comment | Windows | | Re: Multi attribute email notification |
Your suggestion worked GREAT (like always)
Stefan Ritt wrote: |
mike cianci wrote: |
What I would like to do is:
If attribute "A" and attribute "B" - send email to person #1
If attribute "A" and attribute "C" - send email to person #2
(I apologize if this in the documentation. I have looked at the "Email" section and have either missed it or don't understand it. Thank you for the help)
|
This is not implemented, you only can test on a single attribute. There might be a possibility with conditional attributes, but I have never tried this out.
|
|
66171
|
Mon Jan 26 19:09:01 2009 |
| lisa giaime | lgiaime@cct.lsu.edu | Question | Linux | 2.7.4 | restrict a field to upper or lower case |
Is it possiblet to restrict a field so that when a new record is added, whatever the user types is automatically converted to lower case?
Thanks! |