ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2250
|
Mon Jun 25 08:46:55 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.6.5-1869 | Re: sorting a drop down menu in elog |
chris williams wrote: | Hi, I was wondering, how can I insert new items into my drop down menu and have them appear in an alphabetical order? Is there some sort of code I can insert into the config file to do so?
Thanks |
No, you have to sort them by hand in the config file. |
2249
|
Sun Jun 24 02:38:31 2007 |
| chris williams | chris_charles98@yahoo.com | Question | Windows | 2.6.5-1869 | list of 500 files |
How can I have my list accept over 500 entries? I tried increasing the elogd.c (max_n_list)file as stated but the compiler gives me errors. Please help |
2248
|
Sun Jun 24 00:12:15 2007 |
| chris williams | chris_charles98@yahoo.com | Question | Windows | 2.6.5-1869 | sorting a drop down menu in elog |
Hi, I was wondering, how can I insert new items into my drop down menu and have them appear in an alphabetical order? Is there some sort of code I can insert into the config file to do so?
Thanks |
2247
|
Wed Jun 20 18:20:01 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.6.5.1863 | Re: How long should it taken for new entry with attachments? |
An Thai wrote: | I try to re-produce the problem and find out that elog service needs very long to serve an entry with attachments.
Normally it takes about 3 seconds after the button SUBMIT is clicked to open the confirm page (ca. 20 recipients).
But when an user tries to enter a new entry and attach a file (about 500 Kb or greater) or some files (total of 500 Kb or greater), it takes several minutes and his browser displays "the page can not be opened"
In this time intervall, elog service runs with 100% CPU server recource.
|
This can be related you your email server. Attachments are converted into some ASCII form (base64 encoding), which increases their size by 2-3x. Some email servers are slow in receiving multi-MB data. Can you try to switch off the email attachments in the notification with
Email format = 111
This does not send attachments in email, just their names. If your performance gets much better then, it is related to your email server, and I cannot do anything. So just keep it then turned off. |
2246
|
Tue Jun 19 23:21:52 2007 |
| An Thai | thaithan@gmx.de | Question | Windows | 2.6.5.1863 | How long should it taken for new entry with attachments? |
Hello,
shortly I have a new issue of entry with attachments.
I try to re-produce the problem and find out that elog service needs very long to serve an entry with attachments.
Normally it takes about 3 seconds after the button SUBMIT is clicked to open the confirm page (ca. 20 recipients).
But when an user tries to enter a new entry and attach a file (about 500 Kb or greater) or some files (total of 500 Kb or greater), it takes several minutes and his browser displays "the page can not be opened"
In this time intervall, elog service runs with 100% CPU server recource.
My questions are:
- is there a form to calculate or estimate how long Elog needs to serve an new entry with attachment? (for example: Summary or multiplication of recipients and large of files) It will help to make a comment to warn users.
- Could you please make the SUBMIT button disable after clicked? Because it happens that my users click it many times after enter a new entry with big attachments.
Thank in advance and best regards. |
2245
|
Fri Jun 15 18:54:10 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | latest | Re: Preset Date and Time |
David Egolf wrote: | Is there a way to have the preset date and time and add a set additional time? I do Preventative maintenance and want to add a default 30 days or 90 days to the preset date and time in a datetime field. |
No, this is not possible. You have to use the build in calendar to set the correct date. But since you can flip months with a button, this should be straight forward. |
2244
|
Fri Jun 15 18:25:07 2007 |
| David Egolf | degolf@ezprints-inc.com | Question | Windows | latest | Preset Date and Time |
Is there a way to have the preset date and time and add a set additional time? I do Preventative maintenance and want to add a default 30 days or 90 days to the preset date and time in a datetime field.
Thanks
David Egolf |
2243
|
Tue Jun 12 17:13:28 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | Windows | 2.6.0-b4 | Re: Post appearing twice |
I finally found and fixed the problem with the help of Alan Grant. It happens when three things are used together:
- Locking (via use lock = 1)
- Attributes containing '/' characters
- Required attributes are used with attributes containing '/'
The '/' in the attribute crashes actually the JavaScript code for checking the required attributes and thus you have two submissions.
The bug is fixed in SVN revision 1866 and will be contained in the next release. |