ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
961
|
Thu Feb 24 12:44:29 2005 |
| Emiliano Gabrielli | AlberT@SuperAlberT.it | Bug report | All | 2.5.6 | Re: HTML 4.1 transitional validation fails |
> > > as this url shows http://www.htmlhelp.com/tools/validator/problems.html#amp
> >
> > > it should be used an HTML entity instead of the ampersand sign.<p>
> >
> > Can you please be a bit more specific? In which URL should the ampersand be
> > replaced?
>
> uhmm...
>
> http://midas.psi.ch/elogs/Forum/page2?mode=threaded&expand=0&last=7
>
> the bug is also a "documentation bug", infact similar tricks are also
> in FAQs (FAQ 5 for example)
>
> I tried to substitute avery occurrence of hard coded "&" with "&" but it does
> not do the job at all ... infact the first time the HTML code is ok, but
> following a link let the browser to automatically decode html entities .. and
> everything turns wrong again ... maybe the encoding should be done in
> printing-to-the-browser-time ..
BTW, the current url (taht should be perfectly well formed makes the elog not to
display attachments ... so may be thare is a problema in the query string decoding
routine ...
http://somehost.it:8080/LBNAME/?mode=full&attach=1 |
995
|
Fri Mar 18 11:14:58 2005 |
| Rob de Bruin | rdbruin@zernike.nl | Question | All | 2.5.6 | Asing a user to an log |
Hello,
I'm looking for an option to attach a user to a log?
For example:
Rob is making the log, and whant's to dedicate the log to a stagaire,
the stagiare recieves an E-mail so that he can do the job?
Bud we all want recieve the mail bud the stagiare see's that the job is for
him.
Is there a solution for it?
Best regards Rob de Bruin |
996
|
Fri Mar 18 13:36:19 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | 2.5.6 | Re: Asing a user to an log |
> I'm looking for an option to attach a user to a log?
>
> For example:
>
> Rob is making the log, and whant's to dedicate the log to a stagaire,
> the stagiare recieves an E-mail so that he can do the job?
>
> Bud we all want recieve the mail bud the stagiare see's that the job is for
> him.
Maybe use an attribute for that?
Like
Attributes = Author, ..., stagaire
Options stagaire = Jim, Joe, ...
So Rob can select a stagaire from the list, and the email contains this name.
- Stefan |
877
|
Mon Jan 17 01:13:27 2005 |
| Rashid Ali | rashid.k.ali@gmail.com | Question | Windows | 2.5.5-4 | How do I Export the 'Date' and 'Text' fields. |
I can export the Attributes I define easily and the Subject. Can't seem to
export the Entry Date and the Text fields.
Help. |
878
|
Mon Jan 17 09:29:42 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.5-4 | Re: How do I Export the 'Date' and 'Text' fields. |
> I can export the Attributes I define easily and the Subject. Can't seem to
> export the Entry Date and the Text fields.
The XML export contains both the Entry Date and Text fields. In CSV format,
it's hard to export the Text field since it can span several lines, which would
break the CSV format (one line per entry). Or do you know how multi-line
entries can be encoded in CSV? |
879
|
Mon Jan 17 15:02:20 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.5-4 | Re: How do I Export the 'Date' and 'Text' fields. |
> I can export the Attributes I define easily and the Subject. Can't seem to
> export the Entry Date and the Text fields.
I added at least the date and message ID to the CSV export. New version under CVS. |
895
|
Thu Jan 27 19:09:55 2005 |
| Tim Fowler | timfowler1@gmail.com | Request | Linux | Windows | 2.5.5-3 | Automatic Export |
Is there any way to automatically export the logbook(s)? |
896
|
Fri Jan 28 08:33:49 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Linux | Windows | 2.5.5-3 | Re: Automatic Export |
> Is there any way to automatically export the logbook(s)?
Kind of. You can use "wget" under Linux (use cygwin under Windows to get wget
under Windows). Then issue a
wget "http://midas.psi.ch/elogs/forum/?cmd=Search&mode=xml"
and you will get an XML export. Same works with CSV export. If you put that
command in cron, you have this on an automatic basis. |