ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66845
|
Thu Jun 10 15:10:19 2010 |
| Bill Pier | bpier@clove.org | Question | Linux | 2.7.8 | drop in replacement for FCKeditor? |
Is it possible to use a drop-in replacement for the FCKeditor? |
66848
|
Thu Jul 1 22:59:41 2010 |
| Bill Pier | bpier@clove.org | Question | Linux | 2.7.8 | Re: drop in replacement for FCKeditor? |
Stefan Ritt wrote: |
Bill Pier wrote: |
Is it possible to use a drop-in replacement for the FCKeditor?
|
What is a drop-in replacement?
|
A configuration option to specify a different/alternate javascript based editor. |
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?
|
|
523
|
Thu Apr 8 15:05:43 2004 |
| Bertram Metz | bmetz@sbs.com | Question | Windows | 2.5.2 | Global password file together with guest account |
Hello,
is it possible to have an guest account together with a global password file?
I tried to put the password file statement into the global section of
elogd.cfg. But in this case every user must login and it is not possible to
have a read only guest account.
But if I put the password file statemnet into the logbook sections, it is
possible to access the logbooks in read-only mode without logging in. The
drawback of this solution is, that you have to login into every logbook
seperately.
Bertram |
Attachment 1: elogd.cfg
|
[global]
Port = 8080
Logfile = elogd.log
Logging level = 3
Self register = 1
Logout to main = 1
Logbook tabs = 1
Password file = ./passwd
Admin user = BMetz
Guest menu commands = Back, Find, Login, Help
Guest find menu commands = Find, Select, Login, Help
[CP9]
;Password file = ./passwd
Theme = default
[CR9]
;Password file = ./passwd
Theme = default
|
525
|
Thu Apr 8 15:42:52 2004 |
| Bertram Metz | bmetz@sbs.com | Question | Windows | 2.5.2 | Re: Global password file together with guest account |
> > Hello,
> >
> > is it possible to have an guest account together with a global password file?
> >
> > I tried to put the password file statement into the global section of
> > elogd.cfg. But in this case every user must login and it is not possible to
> > have a read only guest account.
> > But if I put the password file statemnet into the logbook sections, it is
> > possible to access the logbooks in read-only mode without logging in. The
> > drawback of this solution is, that you have to login into every logbook
> > seperately.
> >
> > Bertram
>
> Right, guest access is not possible with a global password file. This comes from
> the fact that people wish to protect their logbook selection page. What I can do
> is add another flag "protect selection page = 0 | 1". If "0", the logbook
> selection page can be seen without logging in. Is that what yo want?
>
> - Stefan
Yes, that is what I want.
Bertram |
527
|
Tue Apr 13 11:13:53 2004 |
| Bertram Metz | bmetz@sbs.com | Question | Windows | 2.5.2 | Re: Global password file together with guest account |
> > Yes, that is what I want.
>
> I implemented a switch "protect selection page" in revision 1.318, which can be
> obtained at http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.318. If this
> switch is not set to "1", the selection page can be seen without having to log in.
Stefan,
thank you for the fast implementation of this feature. I compiled the new revision and
it worked as expected.
Kind regards,
Bertram |
1395
|
Wed Aug 10 10:50:55 2005 |
| Bertram Metz | bmetz@sbs.com | Question | Linux | 2.6.0-beta | Long lines in printout |
Hi,
long lines in an entry are not printed correctly (the lines are cut off), if the text is encoded as plain text. This works correctly, if the text is encoded as ELCode. I tried this with Firefox and Internet Explorer. Does anybody know a solution for this?
Thanks,
Bertram |
1413
|
Mon Sep 12 10:44:51 2005 |
| Bertram Metz | bmetz@sbs.com | Question | Linux | 2.6.0-beta | Re: Long lines in printout |
> > long lines in an entry are not printed correctly (the lines are cut off), if the text is encoded as plain
> > text. This works correctly, if the text is encoded as ELCode. I tried this with Firefox and Internet Explorer.
> > Does anybody know a solution for this?
>
> Can you post an example here? If I try a
>
veeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeery
> long line, it's shown correctly. You just have to scroll right in your browser.
the lines are displayed as expected on the screen, but they are cut off when the browser window is printed via
the browsers print function.
This did not occur in a previous version (V2.5.6).
Bertram |
Attachment 1: elog_lon_lines_screen.jpg
|
|
Attachment 2: elog_lon_lines_print.jpg
|
|