ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2314
|
Fri Sep 7 22:56:12 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.6.5-1890 | Re: ELCode how to with URL |
> Hello there !!
>
> I wonder if it's possible to write an url like this[URL=?CR=CR00000429]CR00000429[/URL]
> in fact it don't work for the moment , because it is redirected tu http:///?CR=CR00000429
> is it possible to have url without http://
>
> I have a logbook CR and a type CR and i work now in localhost but i want my elog to be accessible from anywhere.
> Im not very clear but I hope you understand.
>
>
>
> [TABLE border="1"]
> Emplacement|CR|TYPE|Cable trace voix 1|Cable trace voix 2|url|-
> MON|CR00002536|Monitoring|x|x|[URL=http://localhost:8080/CR/?CR=CR00002536]CR00002536[/URL]|-
> POW1|CR00000429|POWER Ro|x|x|[URL=?CR=CR00000429]CR00000429[/URL]|-
> POW2|CR00000430|POWER Ro|x|x|[URL=?CR=CR00000430]CR00000430[/URL]|-
>
> [/TABLE]
You can use the
elog:<logbook name>
redirection. So for this logbook, so see all entries with Category=Info using following link
elog:Forum/?Category=Info
This should work from everywhere. |
2317
|
Tue Sep 11 21:25:11 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | All | 2.6.2-1739 | Re: Too many logbooks during user registration |
Steve Jones wrote: | So the list is shown to the one requesting the registration? Would it be possible to have an option that, when selected, simply did not list any logbooks? I can see a customer becoming confused if they did not see their logbook listed. Just turn off the selection completely. Otherwise, this will work but I fear will generate more questions as in "Why isn't logbook <blah> listed?" |
I agree, that's inconsistent. So I removed the logbook list completely (SVN revision 1914) and added a note on the user notification that they should click 'config' to subscribe to any logbook. |
2319
|
Fri Sep 28 17:52:37 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | Windows | 2.6.5-1844 | Re: Post appearing twice |
Bertram Metz wrote: | I've observed the same behavior with attributes containing a dash. Would it be possible to allow '-' in attributes? |
Yes. Fixed in Revision 1930. |
2321
|
Thu Oct 4 17:19:56 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | ELOG V2.6. | Re: Add date and time stamp to file upload |
Fergus Lynch wrote: | I would like to request a new feature - add date and time stamp to file upload. We use ELOG (amongst other things!) as a change log and this would really allow allow more accurate records to be kept. For instance we upload router config files (to record changes)and having the exact upload date would be a big enhancement, especially when there are a lot of attachments. |
There is already a time and a date stamp. If you look in the logbook directory, you see attachments preceded with the date and time when they were submitted. You can see this date/time when you click on the attachment, such as in
http://midas.psi.ch/elogs/Config+Examples/040519_000348/elogd.cfg
where you will see it even in the URL (May 19th, 2004, 0:03:48) in the above case. I agree that this is not so obvious. If you make a proposal where this date/time should be displayed, I can easily add it. |
2323
|
Sat Oct 6 15:44:51 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.6.5-1890 | Re: testing for the limit of the elog database |
Arno Teunisse wrote: | So there are only 2 user defined fields in the database.
Everything works ......... but terrible slow : is there a rule of thumb for the size of the database ? |
Yes. The rule of thumb is that currently elog runs fine for a few 10000 entries. At 100000 entries it starts getting slow. I have already in my to-do list the task to improve the performance for large databases, and I have a rough idea where the bottleneck is, but I pushed the priority low because not many people have large databases right now (but it might change in the future). How many entries do you have? (It's not the size of the entries, but the number!) |
2325
|
Sat Oct 6 16:11:50 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.6.5-1890 | Re: testing for the limit of the elog database |
Arno Teunisse wrote: | By the way : my email address has changed : how do I change that ?? |
Click on 'Config'. |
2331
|
Fri Oct 19 09:08:06 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | V2.6.5-189 | Re: default css style |
Arno Teunisse wrote: | The default tiny.css has a bug in it.
It's calling a class that does not exists. The class name is : list1h and list2h. |
Thanks Arno. I didn't touch tiny.css since a couple of years now, and the list1h/2h were introduced after I wrote tiny.css. Actually compact.css had the same problem. I added this to the SVN version, so it will be included in the next release. |
65621
|
Fri Oct 19 21:44:00 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | ELOG V2.6. | Re: Add date and time stamp to file upload |
Fergus Lynch wrote: | Hi, I think this would be great new functionality, so I would propose the date/time stamp for an uploaded file was placed just after the file size text that appears at the far right hand side of all attachments. |
I implemented this as you can see at elog:Linux+Demo/14 . The new feature will be contained in the next release, and will also work for entries made before this feature was implemented. |