ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66905
|
Wed Sep 15 01:25:27 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | ELOG V2.8 | Re: how to change char encode for Text column |
phichitpon wrote: |
hello
how to change char encode for Text column. my language is thai and use tis-620 for encode. thankyou
|
Just use the charset = xxx option in the configuration file. |
66906
|
Wed Sep 15 01:54:56 2010 |
| David Pilgram | David.Pilgram@epost.org.uk | Question | Linux | All | 2.8.0-2313 | Re: Searching Logbooks |
Hi Stefan,
I was rather hoping that was *not* going to be your answer.
I much prefer the plain ascii file format, for it allows me to edit it for "mistakes" post submission,
shall we say.
> > Hi Stefan,
> >
> > I'm starting to get a similar problem to Lance's ("SQL Database"). Searching is beginning to take time.
> >
> > In searching, I either can search one logbook (still relatively quick), or all of them.
> >
> > I have my logbooks in groups, and often I know which group I want to search, and it would make the searching
> > much quicker were the search confined to just that group. I don't think I've missed anything in the
> > documentation on this matter.
> >
> > If not a change to the elog program, is there another way of (say) arranging the logbooks that will achieve this?
>
> You can't do that right now. I would have to extend the functionality to allow searching in groups. Also have a look
> at https://midas.psi.ch/elogs/Forum/66901. Maybe that helps a bit in meantime. |
66907
|
Wed Sep 15 22:40:52 2010 |
| Mike Zuber | mdz0739@yahoo.com | Question | Windows | 2.8 | Action after message submission |
Is it possible to automatically go back to the list view in summary mode after submitting a new message instead of displaying the new message?
I know it's possible to display a page from a file after submitting a new message by using "Submit Page = <file>".
It would be nice to be able to use a command like "Submit Page = <command>" where I could insert "?cmd=Back" as in the "Start page" command.
Thanks,
Mike |
66908
|
Fri Sep 17 00:59:16 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.8 | Re: Action after message submission |
Mike Zuber wrote: |
Is it possible to automatically go back to the list view in summary mode after submitting a new message instead of displaying the new message?
I know it's possible to display a page from a file after submitting a new message by using "Submit Page = <file>".
It would be nice to be able to use a command like "Submit Page = <command>" where I could insert "?cmd=Back" as in the "Start page" command.
Thanks,
Mike
|
I just implemented a new flag "List after submit = 1" which does exactly this. It brings you to the summary page after the submission of a new entry. I needed the function myself. The change is SVN revision 2327 and will be contained in the next release. |
66913
|
Wed Sep 22 14:30:53 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | V2.8.0-231 | Re: Error Message in "Demo of database-like elog" |
Robert Heine wrote: |
Stefan Ritt wrote: |
mike cianci wrote: |
I attempted to remove the text editor (like you did in "Demo of database-like elog") using "Show text = 0".
In both your Demo and my logbook when you hit "New" - Explorer generates the folowing error message
Error: The Textarea with id or name set to "text" was not found.
Is there a solution or do we just live with it.
Thanks, Mike
|
Thanks for reporting that bug. I fixed it in SVN revision 2188, and the fix will be contained in the next release.
|
I am getting the same message in the current version (V2.8.0-2312), if the "Preset text" text body contains the equal sign '='. Then this message pops up and the HTML-editor dosn't show its menu bars, with the elog- or plain text editor this does not happen. It happens as well with firefox as with internet explorer.
best regards
Robert
|
I found a bug there, but am not 100% sure if it fixed your problem. Can you please try the current SVN version 2331? I made a new intermediate release elog280-4.exe for you. |
66915
|
Thu Sep 23 17:22:43 2010 |
| Bill Pier | bpier@clove.org | Question | Windows | 2.7.6-2230 | Re: SQL Database |
What about using something like MySQLfs to get a db backend transparently to ELOG? I use ENCFS, (a FUSE backend), currently to achieve encrypted logbooks and it works fine -- ELOG never knows anything other than reading and writing to logbook files. From what I've read, the MySQLfs backend would work the same, and you likely would gain some of the caching benefits of MySQL, which might help with your read/search times, given the memory requirements of the database of course.
Bill
lance wrote:
|
We have been running elog for a few years now and its solid. The only thing is we are getting to 140k entries over a few books and its starting to slow down whist searching. My questions is can we go to an SQL type database rather than a flat file? Is it worth it? Is anyone running this type of configuration?
|
|
66916
|
Fri Oct 8 04:53:50 2010 |
| phichitpon | chee_ake@yahoo.com | Question | Windows | 2.8.0-2331 | how to set text column width |
hello
how to set text column width in Elog
thank you |
66917
|
Fri Oct 8 09:19:13 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.8.0-2331 | Re: how to set text column width |
phichitpon wrote: |
hello
how to set text column width in Elog
thank you
|
There is currently no easy possibility to change this except manually changing the CSS file. But that requires some CSS and HTML knowledge. You would have to change the CSS class "listtitle2" and "summary". |