ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
68312
|
Fri Apr 29 11:45:51 2016 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.8 | Re: How to delete a logbook? |
Deleting a logbook in the config page (via "Delete this logbook") only removes the logbook defiition from the config file. To really erase all information you have to go to the file system and delete the whole directory belonging to that logbook. You have one subdirectory per year, containing all logobok entries and also attachments, so make sure you do a recursiver directory removal.
Stefan
steve bray wrote: |
Hello,
What is the procedure to delete a logbook (incl. attachments)?
Steve
|
|
68313
|
Fri Apr 29 13:36:49 2016 |
| steve bray | steve.bray@vca.gov.uk | Question | Windows | 2.7.8 | Re: How to delete a logbook? |
Stefan,
Thank you that is exactly what I needed to know.
Steve
Stefan Ritt wrote: |
Deleting a logbook in the config page (via "Delete this logbook") only removes the logbook defiition from the config file. To really erase all information you have to go to the file system and delete the whole directory belonging to that logbook. You have one subdirectory per year, containing all logobok entries and also attachments, so make sure you do a recursiver directory removal.
Stefan
steve bray wrote: |
Hello,
What is the procedure to delete a logbook (incl. attachments)?
Steve
|
|
|
66579
|
Fri Nov 6 12:49:22 2009 |
| Fabio Rossi | rossi.f@inwind.it | Question | Linux | 2.7.7.1 | width of the Text column in the summary list view |
I have "Summary lines = 1" in the config file. The first line visualized in the summary list, in the Text column, is truncated. I'm using the default style.
Which is the way to set the number of character displayed? |
66580
|
Fri Nov 6 13:46:38 2009 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.7.1 | Re: width of the Text column in the summary list view |
Fabio Rossi wrote: |
I have "Summary lines = 1" in the config file. The first line visualized in the summary list, in the Text column, is truncated. I'm using the default style.
Which is the way to set the number of character displayed?
|
I added a new parameter
Summary line length = x
for you. This is included in SVN revision 2262 (if you can compile it yourself) and will be contained in the next release. |
66581
|
Fri Nov 6 18:08:20 2009 |
| Fabio Rossi | rossi.f@inwind.it | Question | Linux | 2.7.7.1 | Re: width of the Text column in the summary list view |
Stefan Ritt wrote: |
Fabio Rossi wrote: |
I have "Summary lines = 1" in the config file. The first line visualized in the summary list, in the Text column, is truncated. I'm using the default style.
Which is the way to set the number of character displayed?
|
I added a new parameter
Summary line length = x
for you. This is included in SVN revision 2262 (if you can compile it yourself) and will be contained in the next release.
|
I have already tested your patch backporting the change to 2.7.7.1. It works like a charm.
Thank you very much! |
66633
|
Tue Dec 1 14:20:04 2009 |
| Terry Shuck | t.lshuck@gmail.com | Question | Windows | 2.7.7-2271 | default Status descending |
Is there a way to configure ELOG to default to the Status column in descending order rather than the Date in descending order?
Thanks |
66634
|
Tue Dec 1 14:22:28 2009 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.7-2271 | Re: default Status descending |
Terry Shuck wrote: |
Is there a way to configure ELOG to default to the Status column in descending order rather than the Date in descending order?
Thanks
|
Sort attributes = Status
... as written in the manual. |
66636
|
Tue Dec 1 15:11:19 2009 |
| Terry Shuck | t.lshuck@gmail.com | Question | Windows | 2.7.7-2271 | Re: default Status descending |
Thanks for the quick response. This works. I noticed that the Dates aren't descending, is there a way to have the dates descending while sorting Status?
Thanks again!
Stefan Ritt wrote: |
Terry Shuck wrote: |
Is there a way to configure ELOG to default to the Status column in descending order rather than the Date in descending order?
Thanks
|
Sort attributes = Status
... as written in the manual.
|
|