ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2217
|
Wed Apr 25 20:29:39 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | Windows | 6.4-1802 | Re: sort attributs |
deletoille wrote: | thanks, It works but the order "?sort" seems to works only in summary view (attachment 1) and not in threaded (attachement 2) view.
Any idea? |
Two ideas. First, you have following URL:
.../page?rsort=Date+Evenement
but your attribute is "Evenement" (without "Date"). Can you check that?
Second: In threaded mode, only the "thread heads" are sorted. If an entry has one or more replies, it does not make sense to tear apart these replies because of sorting, so threads are always kept together, independent of their attributes. |
Attachment 1: threaded.gif
|
|
Attachment 2: summary.gif
|
|
2219
|
Thu Apr 26 22:26:04 2007 |
| George Chisholm | george.chisholm@terasengas.com | Question | Windows | 2.6.5 1844 | Sorting by column title problem |
Hi,
I am implementing ELOG for our Gas Control Centre.
Log entries sort ok when I click the ID or Date column title but not my custom attributes column headers???
Any suggestions?
Where do we send donations?
Best Regards and thanks for writing this very useful app.
George |
2220
|
Fri Apr 27 08:23:04 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.6.5 1844 | Re: Sorting by column title problem |
George Chisholm wrote: | I am implementing ELOG for our Gas Control Centre.
Log entries sort ok when I click the ID or Date column title but not my custom attributes column headers???
Any suggestions? |
Indeed that was a bug, thanks for reporting it. I fixed it in the intermediate release which you can download at
http://midas.psi.ch/elog/download/windows/elog265-2.exe
George Chisholm wrote: | Where do we send donations? |
I have a PayPal account associated with my email address.
- Stefan |
2225
|
Mon Apr 30 20:52:51 2007 |
| Alan Stone | alstone@fnal.gov | Question | Linux | 2.6.5-1857 | Upgraded from 2.6.1 to 2.6.5, but cannot login now & top.html is not displayed |
We followed the simple download instructions. Our existing logbook entries
are still visible. Nothing was lost or touched in our /usr/local/elog directory.
Is there some step we missed?
Alan |
2226
|
Mon Apr 30 21:01:49 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.6.5-1857 | Re: Upgraded from 2.6.1 to 2.6.5, but cannot login now & top.html is not displayed |
Alan Stone wrote: | We followed the simple download instructions. Our existing logbook entries
are still visible. Nothing was lost or touched in our /usr/local/elog directory.
Is there some step we missed?
Alan |
Have you tried to delete your cookies in the browser and try again?
The location of top.html has been changed from the ELOG root down into the loogbook directory. If you want to keep it in the original location, you have to specify the full path. See the documentation for where to put the file for "Top text". |
2227
|
Tue May 1 16:54:12 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | ELOG V2.6. | Re: Change default for suppressing email notification and/or targeting entries manually |
Alan Stone wrote: | I would also like the option to add additional email addresses on the fly. |
There is a simple way to accomplish this. Define a new attribute, let's call it "cc". Then add to your config file following statement:
Email all = $cc
In you entry form, you can now enter comma-separated email addresses in the CC filed, to which a notification will be sent. |
2228
|
Thu May 10 13:03:51 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | All | last | Re: Import log |
bob wrote: | thank you,
but the last method (simplest for me) does not import the comment.
it's a pity... |
Ok, I implemented the XML import which also includes the text body. However there are currently two limitations:
- If you want to import entries which contain replies, it only works if import them into an empty logbook, where the imported entries can obtain the same entry IDs as in the original logbook.
- The names of possible attachments are correctly imported, but not the files themselves. These you have to copy by hand.
|
2229
|
Thu May 17 02:12:52 2007 |
| Dennis Seitz | dseitz@berkeley.edu | Question | All | | Summary view: View only most recent entry for all values of a given attribute? |
We are using Elog to track status of hardware assemblies. One attribute we've created is the serial number of an assembly. Other attributes are items like "location" and "status". We have set up these latter attributes with presets to make entry easy and keep entries consistent.
I would like to filter the summary view so it only shows me the most recent entry for every value in the serial number attribute. This would be very useful for quickly viewing the present status and location of every assembly, for example.
I can't find a way to do this in the documentation. Is it possible? If not, may I submit a request for this feature?
I am very impressed with the Elog and it has become an essential part of our record keeping. Thank you for a very useful and well implemented application! |