Discussion:
[Refdb-devel] [ refdb-Bugs-2769590 ] <link> disappears
SourceForge.net
2009-04-16 22:59:34 UTC
Permalink
Bugs item #2769590, was opened at 2009-04-17 00:59
Message generated for change (Tracker Item Submitted) made by bronger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=2769590&group_id=26091

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: refdbd
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Torsten Bronger (bronger)
Assigned to: Markus Hoenicka (mhoenicka)
Summary: <link> disappears

Initial Comment:
If I add the following dataset to RefDB,

<entry citekey="Doe2008" type="JOUR">
<part>
<title>An interesting article</title>
<author>
<lastname>Doe</lastname>
<firstname>John</firstname>
</author>
</part>
<publication>
<pubinfo>
<!--userdef type="1">PUBLIC</userdef-->
<link type="pdf">PUBLIC</link>
</pubinfo>
</publication>
</entry>

the <link> element disappears from the database. If I uncomment the <userdef>, it does not disappear.


----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=2769590&group_id=26091
SourceForge.net
2009-04-17 20:28:49 UTC
Permalink
Bugs item #2769590, was opened at 2009-04-17 00:59
Message generated for change (Comment added) made by mhoenicka
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=2769590&group_id=26091

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: refdbd
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Torsten Bronger (bronger)
Assigned to: Markus Hoenicka (mhoenicka)
Summary: <link> disappears

Initial Comment:
If I add the following dataset to RefDB,

<entry citekey="Doe2008" type="JOUR">
<part>
<title>An interesting article</title>
<author>
<lastname>Doe</lastname>
<firstname>John</firstname>
</author>
</part>
<publication>
<pubinfo>
<!--userdef type="1">PUBLIC</userdef-->
<link type="pdf">PUBLIC</link>
</pubinfo>
</publication>
</entry>

the <link> element disappears from the database. If I uncomment the <userdef>, it does not disappear.


----------------------------------------------------------------------
Comment By: Markus Hoenicka (mhoenicka)
Date: 2009-04-17 22:28

Message:
The link element is correctly added to the database, but the risx backend
contained a bug which dropped the link element from the pubinfo element if
the latter did not contain any other elements. Hence the non-disappearance
if you add a userdef (or any other pubinfo child but link). This bug has
been fixed in svn. Please see also the discussion on the mailing list about
a related link bug which I fixed while I was at it.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=2769590&group_id=26091
Loading...