ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1110
|
Fri Apr 29 22:05:51 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.8-2 | Re: Filter with match case |
> I have an question for you :o). Is there any solution to use the filtering
> system with an match case solution ? Add a parameter or something else to
> add a solution ?
I added a paramet "case sensitive search" which does this. In addition, the
switch defines the default state of the "case sensitive" check box on the find
page. The new functionality will be contained in the next release. |
1579
|
Tue Jan 10 00:32:19 2006 |
| David Brody | dbrody@echo-inc.com | Question | | 2.5.8-2 | Date imports from CSV incorrectly |
When I import from a CSV file, dates formatted as mm/dd/yy always get imported as 12/31/1969
Here are the parameters I am using for dates:
Attributes = Ticket #, Status, Assigned To, Status Date, Install Date, Category, Activity, Environment, Component, TstTrk
Type Status Date = date
Type Install Date = date
Date format = %A, %d %B, %Y
Preset Status Date = $date
Thanks!
DB |
1581
|
Tue Jan 10 19:30:09 2006 |
| David Brody | dbrody@echo-inc.com | Question | | 2.5.8-2 | Re: Date imports from CSV incorrectly |
David Brody wrote: | When I import from a CSV file, dates formatted as mm/dd/yy always get imported as 12/31/1969
Here are the parameters I am using for dates:
Attributes = Ticket #, Status, Assigned To, Status Date, Install Date, Category, Activity, Environment, Component, TstTrk
Type Status Date = date
Type Install Date = date
Date format = %A, %d %B, %Y
Preset Status Date = $date
Thanks!
DB |
Never mind. I figured it out! |
1018
|
Thu Mar 24 13:21:28 2005 |
| Emiliano Gabrielli | AlberT@SuperAlberT.it | Bug report | All | 2.5.8 | 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.
Stefan, the validation still fails on the ampersand ...
here is an example of your online Demo elog:
http://validator.w3.org/check?verbose=1&uri=http%3A//midas.psi.ch/elogs/Forum/920 |
1020
|
Thu Mar 24 13:59:06 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | All | 2.5.8 | Re: HTML 4.1 transitional validation fails |
> Stefan, the validation still fails on the ampersand ...
> here is an example of your online Demo elog:
> http://validator.w3.org/check?verbose=1&uri=http%3A//midas.psi.ch/elogs/Forum/920
Ok, I fixed that, the validation link above show a valid page. |
1065
|
Fri Apr 8 14:35:19 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | All | 2.5.8 | Howto subscribe to ELOG RSS feeds in Mozilla Thunderbird |
So subscribe to ELOG RSS feeds, do the following:
- In Thunderbird, click "Tools/Account setting", then click "Add account",
"RSS News & Blogs", "Next", "Finish", "Ok".
- Select "News & Blogs" in the "Folders" pane, right-click and select
"Properties"
- Click on "Manage Subscriptions..."
- Click on "Add"
- Enter the Feed URL of elog. Use your logbook URL and add "elog.rdf". For
this forum for example, enter
http://midas.psi.ch/elogs/Forum/elog.rdf
- Click OK. That's all.
See how the RSS feed shows up in the attached image. Please note that you
need public read access to your logbook for this to work (via "Guest menu
commands"), since the RSS mechanism does not support authentication. |
Attachment 1: rss.gif
|
|
1099
|
Mon Apr 18 17:57:38 2005 |
| Tim Iskander | tim.iskander@criticallink.com | Request | All | 2.5.8 | Link To command... |
Is it possible to create a Link To command (ala Copy To, Move To) that
would allow you to reference an entry in another log book without copying it?
This would be handy as the info would be kept current in both log books.
My thought is that it would create a psuedo entry in the other log
book that pointed back at the originating log book entry (similar to a
UNIX soft link)
/Tim |
1100
|
Mon Apr 18 19:27:09 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | All | 2.5.8 | Re: Link To command... |
> Is it possible to create a Link To command (ala Copy To, Move To) that
> would allow you to reference an entry in another log book without copying it?
> This would be handy as the info would be kept current in both log books.
> My thought is that it would create a psuedo entry in the other log
> book that pointed back at the originating log book entry (similar to a
> UNIX soft link)
What you ask for is not possible due to internal reasons. The underlying database
does not support links. But what you can do is to reference a logbook entry with
elog :<loglook>/<id>
So I can reference your question with elog:Forum/1099. Some people make even
complete "summary" pages where they reference a whole set of other logbook entries like
Your question is at elog:Forum/1099
A script for thumbnail generation is at elog:Contributions/12
Demo entries: elog:Linux+Demo/14, elog:Linux+demo/1 |