ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
963
|
Mon Feb 28 21:35:57 2005 |
| Gary Mercier | gmercier@newgistics.com | Question | Windows | Latest | Including the text in the CSV export |
Is there any way to include the text of a log message in the CSV export?
Anyway to include a pointer to the attachment? |
965
|
Tue Mar 1 17:29:47 2005 |
| Gary Mercier | gmercier@newgistics.com | Question | Windows | Latest | Re: Including the text in the CSV export |
> > Is there any way to include the text of a log message in the CSV export?
> > Anyway to include a pointer to the attachment?
>
> The text of a log message is usually several lines long. To my knowledge, CSV
> only allows single line values, that's why I excluded the text field from the
> CSV export. This is different in the XML export, which supports multi-line
> values. If you teach me however how multi-line values can be represented in
> CSV format, I could easily add that.
>
> As for the attachment, do you just need a name, or a URL back to the logbook?
> Should the pointer be in the form "http://elog.server/logbook/attachment.jpg"
> or in HTML form like <a href="http:/...">attachment</a> ?
I will attempt to use an active x script in a DTS package on SQL Server to parse
the xml and load it into the database. I can see where CSV has it's limitations. |
396
|
Tue Jul 15 23:37:58 2003 |
| Gary Cramblitt | garycramblitt@comcast.net | Question | Linux | v2.3.9 | Modify the date of an entry? |
Great program! Thank you.
Short of manually editing the logbook files, is there a way I can change the
date of an entry? I want to transfer my "Linux Journal", which I have been
writing as a regular document for several months, into elog so I can take
advantage of the threading, sorting, find, etc. |
398
|
Wed Jul 16 21:21:52 2003 |
| Gary Cramblitt | garycramblitt@comcast.net | Question | Linux | v2.3.9 | Re: Modify the date of an entry? |
> > Short of manually editing the logbook files, is there a way I can change the
> > date of an entry? I want to transfer my "Linux Journal", which I have been
> > writing as a regular document for several months, into elog so I can take
> > advantage of the threading, sorting, find, etc.
>
> You cannot change the entry date, since this is kind of system stamp which
> should not be modified. But you can add an attribute like "Issue" for your
> Linux Journal, where you can add manually the month and year of release or so.
> Then you can preset this attribute with the current date, which you can change
> for older issues, like
>
> Attributes = ...., Issue
> Preset Issue = $date
> Date format = %B %Y
>
> Hope this helps.
>
> - Stefan
Yes! Thank you. But now another question. How can I hide the entry date
attribute on the summary screens and automatically sort by Issue? No point in
showing both dates. |
399
|
Wed Jul 16 21:31:26 2003 |
| Gary Cramblitt | garycramblitt@comcast.net | Question | Linux | v2.3.9 | Re: Modify the date of an entry? |
> > > Short of manually editing the logbook files, is there a way I can change the
> > > date of an entry? I want to transfer my "Linux Journal", which I have been
> > > writing as a regular document for several months, into elog so I can take
> > > advantage of the threading, sorting, find, etc.
> >
> > You cannot change the entry date, since this is kind of system stamp which
> > should not be modified. But you can add an attribute like "Issue" for your
> > Linux Journal, where you can add manually the month and year of release or so.
> > Then you can preset this attribute with the current date, which you can change
> > for older issues, like
> >
> > Attributes = ...., Issue
> > Preset Issue = $date
> > Date format = %B %Y
> >
> > Hope this helps.
> >
> > - Stefan
>
>
> Yes! Thank you. But now another question. How can I hide the entry date
> attribute on the summary screens and automatically sort by Issue? No point in
> showing both dates.
I figured out how to hide columns, using the "Display search" parameter. (BTW,
suggest you modify the Administrator manual to mention that "Display search" applies
to the initial display as well as any "Find"s. I had seen this, but assumed it
only applied to actual search results.) Still have not figured out how to change
the default sort attribute however. |
404
|
Fri Jul 18 01:58:10 2003 |
| Gary Cramblitt | garycramblitt@comcast.net | Question | Linux | v2.3.9 | Re: Modify the date of an entry? |
> > I figured out how to hide columns, using the "Display search" parameter. (BTW,
> > suggest you modify the Administrator manual to mention that "Display search" applies
> > to the initial display as well as any "Find"s. I had seen this, but assumed it
> > only applied to actual search results.)
>
> Fully agree. The name comes from historical reasons. I renamed "Display search"
> to "List Display". Will come in the next version.
>
> > Still have not figured out how to change
> > the default sort attribute however.
>
> There is a little trick to do that:
>
> Start page = ?rsort=Issue
>
> Since sorting is done only lexically, you need a special date format like
>
> Date format = %Y %m %d
>
> in order to sort correctly.
Thanks again! That did the trick. One little hassle is that I had to go back and edit
all the Issue fields in my existing records so they would have the correct date format.
Rock on OSS! |
1161
|
Mon May 30 19:18:34 2005 |
| Gary Clayson | g_clayson@sbcglobal.net | Request | Windows | 2.5.8-6 | Re: password encryption |
Hello Alex and Stefan,
I know of only one way to "hide" the text of the status bar in a web browser;
use JavaScript - specifically the status method (as in the following example):
<!-- the following goes in the body of the document, perhaps in a link. -->
<!-- sample link -->
<a href="javascript://place link url here"
onMouseOver="window.status='Status Bar Text Goes Here'; return true">Link Text Here</a>
<!-- place the following script in the head of the document -->
<script language="JavaScript" type="text/javascript"><!--
window.defaultStatus="Default Status Bar Text Here";
--></script>
Of course the above only works in those browsers that support javascripting,
but it is one way to hide the actual text of links from the user.
Hopefully this helps you!
Gary Clayson
Alex H wrote: | Hi Stefan,
I have found a little problem with elog. I'am using ELOG V2.5.8-6. When I'am on the logon page,
I type my Login and password and hit "submit", in the bottom of IE, we can show my password without encryption, it can be dangerous. I have made a screenshot to explain my problem better.
Could you fix it for the next release ?
Thanks a lot.
Alex |
|
1168
|
Thu Jun 2 06:45:55 2005 |
| Gary Clayson | g_clayson@sbcglobal.net | Info | Windows | latest | A comprehensive listing of all commands elog performs |
Can someone please enter a comprehensive list of the commands eLog will honor. I'm trying to build a 'decent' start page and am not totally familiar with eLog just yet. Thanks Stefan for an awesome application. The documentation is really decent, too. I just have been unable to locate a list of all commands available.
Thanks in advance.
Gary ;-> |