refdb-devel Mailing List for RefDB (Page 6)
Status: Beta
Brought to you by:
mhoenicka
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(14) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2003 |
Jan
|
Feb
(1) |
Mar
(5) |
Apr
(6) |
May
(6) |
Jun
(4) |
Jul
(11) |
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
(174) |
2004 |
Jan
(10) |
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
(2) |
Feb
(6) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(25) |
Oct
(18) |
Nov
(16) |
Dec
(19) |
2006 |
Jan
(6) |
Feb
|
Mar
|
Apr
(21) |
May
(9) |
Jun
(5) |
Jul
(51) |
Aug
(89) |
Sep
(42) |
Oct
(19) |
Nov
(47) |
Dec
(4) |
2007 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(4) |
Aug
(4) |
Sep
(5) |
Oct
|
Nov
(7) |
Dec
(4) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
(14) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
(21) |
Mar
(8) |
Apr
(5) |
May
(6) |
Jun
(2) |
Jul
(5) |
Aug
|
Sep
(3) |
Oct
(14) |
Nov
|
Dec
|
2010 |
Jan
(18) |
Feb
(5) |
Mar
|
Apr
|
May
(4) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2008-04-18 15:36:45
|
Bugs item #1945901, was opened at 2008-04-18 16:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1945901&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: Damien Jade Duff (damienjadeduff) Assigned to: Markus Hoenicka (mhoenicka) Summary: risx tag multiplication & deletion Initial Comment: Gidday! My reunion with refdb after some absence brings with it some possible opportunities for me to help again! I hope my feedback is helpful. Here are two things that may be a bug or maybe some logic I'm not getting. Also it is from refdb-0.9.9-1.tar.gz, since, for reasons probably of my own making I'm not getting at the svn version now. (other system info at bottom of message) Note that I tried case 1 and case 2 (below) with the GEN type as well as the MISC. While case 1 applies to both GEN & MISC, case 2 applies to MISC only. This should be findable without the log file but if it ends up being a bit difficult, give me a yell and I'll do it again. Best wishes Damien Jade Duff Case 1: By repeatedly adding and then deleting a ref using risx I was able to make the libinfo tag multiply: First I add the following ref: ***(A)*** <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ris PUBLIC "-//Markus Hoenicka//DTD Ris V1.1.0//EN" "http://refdb.sourceforge.net/dtd/risx-1.1.0/risx.dtd" [ <!ENTITY lt "&#60;"> <!ENTITY gt ">"> <!ENTITY amp "&#38;"> <!ENTITY mdash "—"> <!ENTITY lsquo "‘"> <!ENTITY rsquo "’"> ]> <ris> <entry type="MISC" citekey="STEEDMANBALDRIDGE2003"> <part> <title type="full">Combinatory Categorial Grammar</title> <author> <name>Mark Steedman</name> </author> <author> <name>Jason Baldridge</name> </author> </part> <publication> <pubinfo> <pubdate type="primary"> <date> <month>00</month> <day>00</day> </date> </pubdate> </pubinfo> </publication> <libinfo user="djd"> <reprint status="INFILE"/> <availability type="useroot">Combinatorial Categorial Grammar/SteedmanBaldridge2003.pdf</availability> </libinfo> </entry> </ris> *** Then I retrieve it: ***(B)*** <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ris PUBLIC "-//Markus Hoenicka//DTD Ris V1.1.0//EN" "http://refdb.sourceforge.net/dtd/risx-1.1.0/risx.dtd" [ <!ENTITY lt "&#60;"> <!ENTITY gt ">"> <!ENTITY amp "&#38;"> <!ENTITY mdash "—"> <!ENTITY lsquo "‘"> <!ENTITY rsquo "’"> ]> <ris> <entry type="MISC" id="1" citekey="STEEDMANBALDRIDGE2003"> <publication> <title type="full">Combinatory Categorial Grammar</title> <author> <name>Mark Steedman</name> </author> <author> <name>Jason Baldridge</name> </author> <pubinfo> <pubdate type="primary"> <date><month>00</month><day>00</day></date> </pubdate> </pubinfo> </publication> <libinfo user="djd"> <reprint status="INFILE"/> <availability type="useroot">Combinatorial Categorial Grammar/SteedmanBaldridge2003.pdf</availability> </libinfo> </entry> </ris> *** Then I delete it: ***(C)*** refdbc: deleteref 1 999:1 deleted:0 skipped:0 failed *** Then I add it again in the original form (as in (A) above). And retrieve it. Retrived reference looks like this (note the multiplication of the libinfo tag): ***(D)*** <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ris PUBLIC "-//Markus Hoenicka//DTD Ris V1.1.0//EN" "http://refdb.sourceforge.net/dtd/risx-1.1.0/risx.dtd" [ <!ENTITY lt "&#60;"> <!ENTITY gt ">"> <!ENTITY amp "&#38;"> <!ENTITY mdash "—"> <!ENTITY lsquo "‘"> <!ENTITY rsquo "’"> ]> <ris> <entry type="MISC" id="1" citekey="STEEDMANBALDRIDGE2003"> <publication> <title type="full">Combinatory Categorial Grammar</title> <author> <name>Mark Steedman</name> </author> <author> <name>Jason Baldridge</name> </author> <pubinfo> <pubdate type="primary"> <date><month>00</month><day>00</day></date> </pubdate> </pubinfo> </publication> <libinfo user="djd"> <reprint status="INFILE"/> <availability type="useroot">Combinatorial Categorial Grammar/SteedmanBaldridge2003.pdf</availability> </libinfo> <libinfo user="djd"> <reprint status="INFILE"/> <availability type="useroot">Combinatorial Categorial Grammar/SteedmanBaldridge2003.pdf</availability> </libinfo> </entry> </ris> *** If I keep doing this it keeps acquiring libinfo tags (this is from a clean database, just created using refdbd -a and createdb, using standalone sqlite3, after deleting the previous database files) Case 2: I can lose the author tag on MISC references, even when adding refdb generated xml. Again, from a clean install (as per the above) If, rather than adding the citation in (A) above, I add the citation in (B) (i.e. the one generated by refdb itself) Then retrieve it using getref. In the retrieval the retrieved citation has lost the author info inside the publication tag: ***(E)*** <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ris PUBLIC "-//Markus Hoenicka//DTD Ris V1.1.0//EN" "http://refdb.sourceforge.net/dtd/risx-1.1.0/risx.dtd" [ <!ENTITY lt "&#60;"> <!ENTITY gt ">"> <!ENTITY amp "&#38;"> <!ENTITY mdash "—"> <!ENTITY lsquo "‘"> <!ENTITY rsquo "’"> ]> <ris> <entry type="MISC" id="1" citekey="STEEDMANBALDRIDGE2003"> <publication> <title type="full">Combinatory Categorial Grammar</title> <pubinfo> <pubdate type="primary"> <date><month>00</month><day>00</day></date> </pubdate> </pubinfo> </publication> <libinfo user="djd"> <reprint status="INFILE"/> <availability type="useroot">Combinatorial Categorial Grammar/SteedmanBaldridge2003.pdf</availability> </libinfo> </entry> </ris> *** However, if I retrieve it in RIS rather than RISX I get: ***(F)*** TY - MISC ID - STEEDMANBALDRIDGE2003 A2 - Mark Steedman A2 - Jason Baldridge TI - Combinatory Categorial Grammar PY - /00/00/ ER - *** i.e. the author information is still in the DB somewhere, just not being pulled out: suggestive that the problem is with the generation of the MISC risx. System info: sqlite-3.5.8 libdbi-0.8.3 libdbi-drivers-0.8.3-1 refdb-0.9.9-1 Linux acws-0175 2.6.9-67.0.7.ELsmp #1 SMP Sat Mar 15 06:54:55 EDT 2008 i686 i686 i386 GNU/Linux All installations are local non-root installations. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1945901&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-12-04 21:12:23
|
Bugs item #1844277, was opened at 2007-12-04 19:44 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1844277&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: Works For Me Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Markus Hoenicka (mhoenicka) Summary: umlaut a is dropped completely in author name Initial Comment: Hi Markus I added a reference with the author name Bäuml, Franz and it completely dropped the ä and changed it to Buml. Is RefDB going to be able to handle accents in author's names or should I drop them completely? ca...@ul... ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-12-04 22:12 Message: Logged In: YES user_id=85809 Originator: NO Again, this works for me, and if it does not work on your installation as well, it is a bug. I'd suggest to work on this bug in conjunction with bug #1836588. If there is something specific to umlauts, we'll move back here or post a summary. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1844277&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-12-04 21:09:40
|
Bugs item #1836588, was opened at 2007-11-22 18:40 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&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: web interface Group: None Status: Open Resolution: Works For Me Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Markus Hoenicka (mhoenicka) Summary: apostrophe problems Initial Comment: When entering a word with an apostrophe (e.g. L'Orange)in the simple search, it replaces the apostrophe with \ and searches that instead. ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-12-04 22:09 Message: Logged In: YES user_id=85809 Originator: NO Hi, the change from O'Donnell to ODonnell1978 is intended. The latter is a citation key and therefore may appear as an attribute value in SGML or XML documents. RefDB strips off all characters which are not allowed in attribute values when building the citation key, hence no apostrophe. However, author names, titles, and keywords are supposed to retain apostrophes. This works for sure when using the command line clients, and it does work on the author's installation of the PHP web interface. If it does not work in your case, we're probably looking at an unsuspected platform problem, a version problem, or a mode of use which was not anticipated (aka wetware error). In order to debug this problem, I'd kindly ask you to perform the following test on your setup, using the test data that I've attached to this bug report (apostrophe.ris). The data also serve as a test for the umlaut problem (item #1844277) 1. Add the RIS dataset through the "Upload from local file" tab of the PHP web interface. 2. Now click on the citation key generated by the web interface to view the imported data. The citation key should read "ODONNELL2007", the first author name should read "O'Donnell, Dan" (it does on my system), and the second author name should read "Franz Bäuml". 3. Next open the "Add references" tab and enter the same data manually. It should be fairly obvious where the data go. Please ask for assistance if not. 4. After clicking the "Add" button, the web interface displays the collected data *before* they were sent to refdbd. Please mark these data and save them to a text file for later analysis. 5. The same page also displays the generated citation key. It should read "ODONNELL2007a" (because uploading the file already created "ODONNELL2007"). Clicking that link should display the reference. Please check again whether or not the name arrived as "O'Donnell, Dan". When done with these tests, please paste the results in your comment or attach them as a file to your reply to this bug report. regards, Markus File Added: apostrophe.ris ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-04 19:41 Message: Logged In: NO Hi Markus I'm running win xp pro, mozilla firefox 1.8.20071.12718, PHP Version 4.4.6, Version 0.9.9-1 built from svn revision 531 RefDB changes authors names like O'Donnell to ODonnell1978 and when you search O'Donnell, it results in: AX:~'O\'Donnell' OR :TX:~'O\'Donnell' OR :KW:~'O\'Donnell' OR :UR:~'O\'Donnell' OR It will pull up ODonnell in the end but it would be nice to not have to drop the apostrophes. ca...@ul... ---------------------------------------------------------------------- Comment By: Markus Hoenicka (mhoenicka) Date: 2007-11-23 23:41 Message: Logged In: YES user_id=85809 Originator: NO I cannot reproduce this problem on my setup. If I enter a name containing an apostrophe into the simple search (or into the author search, fwiw), I get back the references that I expect. Could you please specify your setup (OS, web browser, PHP version, RefDB version) so we can try to reproduce the problem? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-12-04 18:44:45
|
Bugs item #1844277, was opened at 2007-12-04 10:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1844277&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: Nobody/Anonymous (nobody) Assigned to: Markus Hoenicka (mhoenicka) Summary: umlaut a is dropped completely in author name Initial Comment: Hi Markus I added a reference with the author name Bäuml, Franz and it completely dropped the ä and changed it to Buml. Is RefDB going to be able to handle accents in author's names or should I drop them completely? ca...@ul... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1844277&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-12-04 18:41:33
|
Bugs item #1836588, was opened at 2007-11-22 09:40 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&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: web interface Group: None Status: Open Resolution: Works For Me Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Markus Hoenicka (mhoenicka) Summary: apostrophe problems Initial Comment: When entering a word with an apostrophe (e.g. L'Orange)in the simple search, it replaces the apostrophe with \ and searches that instead. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-12-04 10:41 Message: Logged In: NO Hi Markus I'm running win xp pro, mozilla firefox 1.8.20071.12718, PHP Version 4.4.6, Version 0.9.9-1 built from svn revision 531 RefDB changes authors names like O'Donnell to ODonnell1978 and when you search O'Donnell, it results in: AX:~'O\'Donnell' OR :TX:~'O\'Donnell' OR :KW:~'O\'Donnell' OR :UR:~'O\'Donnell' OR It will pull up ODonnell in the end but it would be nice to not have to drop the apostrophes. ca...@ul... ---------------------------------------------------------------------- Comment By: Markus Hoenicka (mhoenicka) Date: 2007-11-23 14:41 Message: Logged In: YES user_id=85809 Originator: NO I cannot reproduce this problem on my setup. If I enter a name containing an apostrophe into the simple search (or into the author search, fwiw), I get back the references that I expect. Could you please specify your setup (OS, web browser, PHP version, RefDB version) so we can try to reproduce the problem? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-11-29 16:04:32
|
Feature Requests item #1841075, was opened at 2007-11-29 17:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1841075&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: refdb-mode Group: None Status: Open Priority: 5 Private: No Submitted By: Markus Hoenicka (mhoenicka) Assigned to: Markus Hoenicka (mhoenicka) Summary: Add citations as citekey Initial Comment: Add new commands and menu entries which allow to insert "raw" citations, i.e. just the citation key as a string, into documents not specifically supported by refdb-mode. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1841075&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-11-23 22:41:21
|
Bugs item #1836588, was opened at 2007-11-22 18:40 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&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: web interface Group: None Status: Open >Resolution: Works For Me Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Markus Hoenicka (mhoenicka) Summary: apostrophe problems Initial Comment: When entering a word with an apostrophe (e.g. L'Orange)in the simple search, it replaces the apostrophe with \ and searches that instead. ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-11-23 23:41 Message: Logged In: YES user_id=85809 Originator: NO I cannot reproduce this problem on my setup. If I enter a name containing an apostrophe into the simple search (or into the author search, fwiw), I get back the references that I expect. Could you please specify your setup (OS, web browser, PHP version, RefDB version) so we can try to reproduce the problem? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-11-23 13:20:16
|
Feature Requests item #1836589, was opened at 2007-11-22 18:41 Message generated for change (Settings changed) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1836589&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: web interface Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Markus Hoenicka (mhoenicka) Summary: show all references feature Initial Comment: It would be very useful to have a 'show all references' feature to be able to look at the full list of references in your bibliography. ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-11-23 14:20 Message: Logged In: YES user_id=85809 Originator: NO Something along these lines will be available as soon as the query results can be chunked. Currently all matching datasets are returned in one long list, which causes PHP to max out at a certain number of references (approx. 300 on my box). Therefore, in the current implementation a "show all" button would be equivalent to a "crash me" button for every serious database. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1836589&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-11-22 20:58:18
|
Bugs item #1836588, was opened at 2007-11-22 18:40 Message generated for change (Settings changed) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&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: web interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Markus Hoenicka (mhoenicka) Summary: apostrophe problems Initial Comment: When entering a word with an apostrophe (e.g. L'Orange)in the simple search, it replaces the apostrophe with \ and searches that instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-11-22 17:43:16
|
Feature Requests item #1836590, was opened at 2007-11-22 09:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1836590&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: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: auto-save feature Initial Comment: It would also be very handy to have an auto-save feature that would back up your entries every couple of minutes so that you would never lose the work you've done on an entry. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1836590&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-11-22 17:41:50
|
Feature Requests item #1836589, was opened at 2007-11-22 09:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1836589&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: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: show all references feature Initial Comment: It would be very useful to have a 'show all references' feature to be able to look at the full list of references in your bibliography. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1836589&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-11-22 17:40:42
|
Bugs item #1836588, was opened at 2007-11-22 09:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: apostrophe problems Initial Comment: When entering a word with an apostrophe (e.g. L'Orange)in the simple search, it replaces the apostrophe with \ and searches that instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1836588&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-09-30 13:17:53
|
Bugs item #1805115, was opened at 2007-09-30 15:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1805115&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: Emacs refdb-mode Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Markus Hoenicka (mhoenicka) Assigned to: Markus Hoenicka (mhoenicka) Summary: inserting citations creates invalid attribute Initial Comment: The refdb-create-docbook-citation* functions create an invalid linkend attribute in a multixref xref if the citation key contains a dash, as in "MEIER-MULLER1992". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1805115&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-09-30 13:14:00
|
Bugs item #1540061, was opened at 2006-08-14 17:37 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1540061&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: None Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Dominik (dreusser) Assigned to: Daniel O'Donnell (dpod) Summary: The web interface returns too long records Initial Comment: Reference Query Form of the web interface If not selecting any additional fields, the web query will return the entire record instead of only the default (reference ID, publication year, authors, title, and source information) as descirbed on the search form. This results in very long records because of the XNOTE user key. The attached patch resolves this problem. ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-09-30 15:13 Message: Logged In: YES user_id=85809 Originator: NO The web interface was replaced by a new implementation in 0.9.9-pre5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1540061&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-09-30 13:13:44
|
Bugs item #1552068, was opened at 2006-09-04 18:16 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1552068&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: Interface (example) Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Dominik (dreusser) Assigned to: Daniel O'Donnell (dpod) Summary: Search in personal list does not work with the web interface Initial Comment: When searching for records in the personal list from the webinterface, no records are returned. The following change in line 90 of refdbsearch.php corrects the problem: replace $cmd = $cmd."-p "; with $cmd = $cmd."-b $name "; ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-09-30 15:13 Message: Logged In: YES user_id=85809 Originator: NO The web interface was replaced by a new implementation in 0.9.9-pre5. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-09-05 19:20 Message: Logged In: NO Thanks. I'll try to add this to the version there now, but as Markus said, I'm in the middle of a complete rewrite. ---------------------------------------------------------------------- Comment By: Markus Hoenicka (mhoenicka) Date: 2006-09-05 09:52 Message: Logged In: YES user_id=85809 The fix appears correct. The PHP interface was not updated since the personal list implementation changed. However, I'd prefer to leave it to Daniel as he may want to make use of multiple personal lists and provide an entirely different interface to this feature. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1552068&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-09-30 13:13:24
|
Bugs item #1643127, was opened at 2007-01-24 04:20 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1643127&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: web interface Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Daniel O'Donnell (dpod) Summary: Web Client: Doesn't separate multiple query results Initial Comment: If you do a query that returns multiple results I only see one checkbox and only one ID tag. The first piece of information for subsequent results is the Citation key. 0.9.8-1 ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-09-30 15:13 Message: Logged In: YES user_id=85809 Originator: NO The web interface was replaced by a new implementation in 0.9.9-pre5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1643127&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-09-30 13:11:40
|
Bugs item #1562331, was opened at 2006-09-20 18:39 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1562331&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: steletch (steletch) Assigned to: Markus Hoenicka (mhoenicka) Summary: some warnings on 0.9.8-pre4 Initial Comment: Since some may be harmful, here is the complete list (unfortunately not providing a patch though, others may): refdbdref.c:667: warning: passing argument 2 of 'iconv' from incompatible pointer type refdbdbib.c:917: warning: passing argument 2 of 'iconv' from incompatible pointer type refdbdbib.c:1016: warning: passing argument 2 of 'iconv' from incompatible pointer type strfncs.c:961:21: warning: unknown escape sequence '\`' strfncs.c:971:19: warning: unknown escape sequence '\`' risdb.c:3955: warning: passing argument 2 of 'iconv' from incompatible pointer type noteshandler.c:756: warning: passing argument 2 of 'iconv' from incompatible pointer type risxhandler.c:758: warning: passing argument 2 of 'iconv' from incompatible pointer type refdbdnote.c:2219: warning: passing argument 2 of 'iconv' from incompatible pointer type refdbdgetref.c:2680: warning: passing argument 2 of 'iconv' from incompatible pointer type refdbib.c:777: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result passwd.c:73: warning: incompatible implicit declaration of built-in function 'strlen' refdbc.c:3299: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result refdbc.c:3336: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result refdbc.c:3978: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result refdba.c:1989: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result refdba.c:2048: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-09-30 15:11 Message: Logged In: YES user_id=85809 Originator: NO Wasn't this one closed long ago?? If the problems still persist, feel free to open it again. ---------------------------------------------------------------------- Comment By: steletch (steletch) Date: 2006-09-21 11:04 Message: Logged In: YES user_id=1129476 Yep, i know for the iconv warning, but having it and bugzilla may ping someone else ;-) ---------------------------------------------------------------------- Comment By: Markus Hoenicka (mhoenicka) Date: 2006-09-21 00:02 Message: Logged In: YES user_id=85809 I've fixed all but the "iconv" warnings. I've mentioned in the refdb-user list before that this problem can be fixed either for Linux or for *BSD, but not for both. The other warnings were harmless in their context, but I silenced them anyway. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1562331&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-08-11 21:21:44
|
Feature Requests item #1768180, was opened at 2007-08-06 09:17 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1768180&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: refdb clients Group: None >Status: Closed Priority: 5 Private: No Submitted By: Markus Hoenicka (mhoenicka) Assigned to: Markus Hoenicka (mhoenicka) Summary: config file for runbib Initial Comment: Add a config file for runbib to permanently set command line arguments for jade etc. ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-08-11 23:21 Message: Logged In: YES user_id=85809 Originator: YES A configuration file was added in revision 445. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1768180&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-08-11 21:20:17
|
Feature Requests item #1706652, was opened at 2007-04-24 16:21 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1706652&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: refdb clients Group: Next Release (example) >Status: Closed Priority: 5 Private: No Submitted By: Jeremy Malcolm (qirtaiba) Assigned to: Markus Hoenicka (mhoenicka) Summary: Please improve bibliography sorting Initial Comment: As discussed on the mailing list, please improve sorting of the bibliography so that a-z and A-Z are contiguous, and preferably so that if there is no primary author, it will sort on the secondary author instead. Thanks! ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-08-11 23:20 Message: Logged In: YES user_id=85809 Originator: NO This works now (0.9.9-pre3) as requested, to the best of my knowledge. If not, feel free to reopen the request. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1706652&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-08-06 07:18:21
|
Feature Requests item #1768180, was opened at 2007-08-06 09:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1768180&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: refdb clients Group: None Status: Open Priority: 5 Private: No Submitted By: Markus Hoenicka (mhoenicka) Assigned to: Markus Hoenicka (mhoenicka) Summary: config file for runbib Initial Comment: Add a config file for runbib to permanently set command line arguments for jade etc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1768180&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-08-06 07:13:51
|
Feature Requests item #1191337, was opened at 2005-04-27 23:47 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1191337&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 Priority: 5 Private: No Submitted By: Markus Hoenicka (mhoenicka) Assigned to: Markus Hoenicka (mhoenicka) Summary: Support for book editions Initial Comment: The IS field (or issue element in risx) is a nice place to store the edition of a book. However, the scrn and html backends used with the getref command lack specific support for book issues, so the edition info looks a bit odd. ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-08-06 09:13 Message: Logged In: YES user_id=85809 Originator: YES The edition is now correctly imported from and exported to the appropriate M1-M3 field ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385994&aid=1191337&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-07-26 22:08:48
|
Bugs item #1761035, was opened at 2007-07-26 14:50 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1761035&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: Perl modules Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: steletch (steletch) Assigned to: Markus Hoenicka (mhoenicka) Summary: tests fails ... Initial Comment: It seems the test have not been updated from the module, please see : RefDB-perlmod-1.2]$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..10: ok 2..10: ok 3..10: ok 4..10: ok 5..10: Undefined subroutine &RefDB::CGI::is_cgi called at test.pl line 151. In fact, there is no is_cgi function in the CGI.pm module, only check_cgi is available. Furthermore, it seems the CGI.pm module still contains header description for the is_cgi method (although not available anymore). Last, the documentation in CGI.pm states: " ## Returns: 0 if CGI app called appropriately, 0 if not" (line 94) I assume the return code is not always 0. In fact, from the code, it should be stated: " ## Returns: 0 if CGI app called appropriately, 3 if not" The test.pl should be modified to use the '3' as a return value instead of 0: ## check_cgi() should return 3 if test.pl is run from the command line if (RefDB::CGI::check_cgi() == 3) { (lines 150 and 151 of test.pl, notice the is_cgi is changed for check_cgi and the return value is 3 instead of 0). There are also other problems (for instance Log.pm expect ERR not err as in the test.pl script) that lead to the error message: 6..10: Can't use string ("ee") as a HASH ref while "strict refs" in use at blib/lib/RefDB/Log.pm line 260. But i've not enough time to provide a complete patch record, you now have some pointers :-) ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-07-27 00:08 Message: Logged In: YES user_id=85809 Originator: NO the bugs mentioned above were fixed by updating CGI.pm and test.pl in revision 420. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1761035&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-07-26 12:50:18
|
Bugs item #1761035, was opened at 2007-07-26 14:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1761035&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: Perl modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: steletch (steletch) Assigned to: Markus Hoenicka (mhoenicka) Summary: tests fails ... Initial Comment: It seems the test have not been updated from the module, please see : RefDB-perlmod-1.2]$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..10: ok 2..10: ok 3..10: ok 4..10: ok 5..10: Undefined subroutine &RefDB::CGI::is_cgi called at test.pl line 151. In fact, there is no is_cgi function in the CGI.pm module, only check_cgi is available. Furthermore, it seems the CGI.pm module still contains header description for the is_cgi method (although not available anymore). Last, the documentation in CGI.pm states: " ## Returns: 0 if CGI app called appropriately, 0 if not" (line 94) I assume the return code is not always 0. In fact, from the code, it should be stated: " ## Returns: 0 if CGI app called appropriately, 3 if not" The test.pl should be modified to use the '3' as a return value instead of 0: ## check_cgi() should return 3 if test.pl is run from the command line if (RefDB::CGI::check_cgi() == 3) { (lines 150 and 151 of test.pl, notice the is_cgi is changed for check_cgi and the return value is 3 instead of 0). There are also other problems (for instance Log.pm expect ERR not err as in the test.pl script) that lead to the error message: 6..10: Can't use string ("ee") as a HASH ref while "strict refs" in use at blib/lib/RefDB/Log.pm line 260. But i've not enough time to provide a complete patch record, you now have some pointers :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1761035&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-07-03 21:39:36
|
Bugs item #1746945, was opened at 2007-07-03 09:40 Message generated for change (Comment added) made by mhoenicka You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1746945&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: Markus Hoenicka (mhoenicka) Assigned to: Markus Hoenicka (mhoenicka) Summary: use prefix in log and pid files Initial Comment: refdbdrc.example uses hardcoded locations (/var/log and /var/run) for the log and pid file. These settings should take the installation prefix into account. ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2007-07-03 23:39 Message: Logged In: YES user_id=85809 Originator: YES implemented in svn revision 394 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1746945&group_id=26091 |
From: SourceForge.net <no...@so...> - 2007-07-03 07:40:32
|
Bugs item #1746945, was opened at 2007-07-03 09:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1746945&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: Markus Hoenicka (mhoenicka) Assigned to: Markus Hoenicka (mhoenicka) Summary: use prefix in log and pid files Initial Comment: refdbdrc.example uses hardcoded locations (/var/log and /var/run) for the log and pid file. These settings should take the installation prefix into account. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1746945&group_id=26091 |