﻿__group__,ticket,summary,component,version,milestone,type,owner,created,_changetime,_description,_reporter
Active Tickets,650,Streamline item pane navigation,interface,1.0,,defect,dstillman,2007-06-04T19:37:12-04:00,2011-08-02T17:32:10-04:00,"two-field autocomplete appears to work fine as long as one presses return, but when the right arrow is pressed, the entire string is inserted into the first field.",simon
Active Tickets,669,Handling accented characters with COinS,ingester,1.0,,defect,stakats,2007-06-20T09:23:24-04:00,2009-05-14T13:44:42-04:00,"We're currently using escape/unescape, and it looks like we should be using encodeURIComponent/decodeURIComponent in ingester.js.",stakats
Active Tickets,953,Files with invalid characters are saved improperly on Windows,data layer,1.0,,defect,dstillman,2008-03-11T03:54:03-04:00,2008-04-25T22:39:06-04:00,"http://forums.zotero.org/discussion/2364/

Need to strip invalid characters before saving.",dstillman
Active Tickets,1156,file:/// URLs can't load or link to zotero:// URLs,data layer,1.0,,defect,dstillman,2008-08-29T03:26:29-04:00,2008-11-16T12:47:51-05:00,"A recent change prevented zotero:// URLs from being loaded or linked to from most other URLs. It should allow file URLs to load them, but it's not currently, at least for the ones loaded as chrome such as zotero://report. If possible, fix zotero://report and others to not require chrome privileges.

Blocking 1.0.8, since this was a change from 1.0.7 and it'd be good to keep linking from file:/// possible.",dstillman
Active Tickets,1220,VTLS translator fails on non-English search results pages,translators,1.0,,defect,ajlyon,2008-11-21T04:53:38-05:00,2010-06-14T07:21:51-04:00,"http://forums.zotero.org/discussion/4812/

Looks like ""Title"" is hard-coded. If there's no better option, we could just add ""Title"" in other languages as we find other sites (in which case I'm happy to fix this myself).",dstillman
Active Tickets,1251,Scripts hanging during index rebuild,uncategorized,1.0,,defect,dstillman,2008-12-11T16:20:47-05:00,2008-12-11T16:20:47-05:00,"I'm running into trouble with rebuilding the index in 1.0.7.r3867 under Firefox 3.x. Scripts keep hanging up, different ones on different lines. 

I can pretty reliably get the ""Warning: Unresponsive script"" error when I try to rebuild the index, both in OSX and Windows. 

Examples:

Script: chrome://zotero/content/xpcom/file.js:103
Script: chrome://zotero/content/xpcom/db.js:773
Script: chrome://zotero/content/xpcom/zotero.js:494

I've also had it happen with fulltext.js, though I lost the draft I was working on, so I don't know the specific line. It's never been the same one twice, though.

It doesn't seem to happen with the same file(s) every time, though it has hung up a couple times while trying to index an RTF file I've got. Probably unrelated, but the things it thinks are words in the RTF are a little goofy, too.

I've got a couple debug outputs, if anyone would like them, though there's no smoking gun in them that I can see. Nothing appears in ""Report Errors..."", btw.

I've left this as uncategorized because I wasn't sure where it belonged. I'd appreciate someone assigning it to the right component.",ahoward
Active Tickets,1277,File attachments are ignored on import when Export Files was unchecked on export,ingester,1.0,,defect,dstillman,2009-01-05T17:35:41-05:00,2009-01-05T17:35:41-05:00,"Exporting a file attachment (not a snapshot or web link) with Export Files unchecked creates an entry in the RDF file, but the entry is ignored on import due to the absence of a URL or file path (""Translate: Ignoring attachment: no path or URL specified"").

Rather than dropping the item altogether, it should be imported without a path.",dstillman
Active Tickets,1350,Aleph translator broken for non-english sites,translators,1.0,,defect,ajlyon,2009-02-16T16:28:49-05:00,2012-01-23T12:34:17-05:00,"Aleph fails on translation of this Belgium version:

http://aleph.ugent.be/F/S7MTQL7MESPH7VIEPXPE9MQ9CFKHT5KFGL4774TXNJXIDJS1TC-19833?func=full-set-set&set_number=187666&set_entry=000001&format=999


http://forums.zotero.org/discussion/5680/aleph-translator/#Comment_24778",mcburton
Active Tickets,1606,Identifiers (isbns and such) need work,uncategorized,1.0,,defect,dstillman,2009-10-21T11:30:28-04:00,2009-11-06T22:19:14-05:00,"I'm just noting the following as the content of an ISBN field:

{{{
0202306070 (cloth alk. paper) 0202306089 (pbk. alk. paper)
}}}

When this is exported as RDF, it yields (when converted to turtle):

{{{
    dc:identifier ""ISBN 0202306070 (cloth alk. paper) 0202306089 (pbk. alk. paper)"" ;
}}}

So two obvious things, beyond the more general point that this is really not helpful. First, please allow multiple ISBN fields (or we can talk about alternative ways to model this using FRBR). Second, please clean the data so it conforms to the datatype. E.g. ultimate output should be:

{{{
    bibo:isbn ""0202306070"" ;
    bibo:isbn ""0202306089"" ;
}}}",bdarcus
Active Tickets,1877,Fix application of styles when >1/2 of bibliography is italicized,word integration,1.0,,defect,simon,2011-08-05T14:14:42-04:00,2011-08-05T14:14:54-04:00,"When more than half of the bibliography is italicized, Word will clear the italics when setting the bibliography style; see http://www.shaunakelly.com/word/styles/stylesoverridedirectformatting.html

I can't find an easy workaround, so we may end up having to kill style support in Word to fix this. (Ugh.) It's not an issue in OpenOffice.org.

See also http://forums.zotero.org/discussion/18667/disappearing-italics-in-bibliography-mla/#Item_0
",simon
Active Tickets,1638,map filingDate to date submitted in CSL,styles,1.0,2.1 Final,defect,dstillman *,2010-02-25T00:49:44-05:00,2010-02-25T00:52:37-05:00,"Bruce [http://bitbucket.org/bdarcus/csl-schema/issue/19/filing-date-variable-for-patents added] a ""submitted"" date variable to CSL that needs be mapped to filingDate in csl.js

I started fixing this with r5788 but not sure what to do next, especially since I don't know the purpose of the temporary fix in r5649",erazlogo
Active Tickets,728,University of Chicago - page of works by an author returns a single item,translators,1.0,,defect,mcburton,2007-08-24T15:39:01-04:00,2008-03-26T17:09:23-04:00,"{{{
http://libcat.uchicago.edu/ipac20/ipac.jsp?session=X20C398F72618.172959&profile=ucpublic&uri=link=3100006~!443216~!3100001~!3100002&aspect=subtab13&menu=search&ri=2&source=~!horizon&term=Derrida+Jacques&index=AUTHORP
}}}",dstillman
Active Tickets,1159,Tag textbox stays open after first Enter when adding existing automatic tag to another item,interface,1.0,,defect,dstillman,2008-09-03T03:44:18-04:00,2008-09-03T03:44:18-04:00,Second Enter closes.,dstillman
Active Tickets,1853,"Add ""sync"" to file not found error message",interface,1.0,2.1 Final,defect,dstillman,2011-07-04T15:55:40-04:00,2011-07-08T08:54:07-04:00,"When an attachment isn't found, the dialog should also note that the file may not have yet been synced, e.g. 

""The attached file could not be found. It may not yet be synced to this device, or it may have been moved or deleted outside of Zotero.""",stakats
Active Tickets,1233,Deletion / creator conflict,data layer,1.5,,defect,dstillman,2008-12-01T14:03:57-05:00,2010-11-11T19:51:37-05:00,"Steps:

Delete an item on one side and sync

On the other side edit the item's creator and sync

Get conflict resolution dialog

Pick deleted version

Error:
JavaScript Error: ""creator.serialize is not a function"" {file: ""chrome://zotero/content/xpcom/sync.js"" line: 2611}]",stakats
Active Tickets,775,Convert integers stored in DB as strings to integers,data layer,1.5,,defect,dstillman,2007-09-22T20:28:37-04:00,2010-11-11T19:51:37-05:00,,dstillman
Active Tickets,801,Snapshots garbled with certain pages,data layer,1.5,,defect,dstillman,2007-10-23T06:32:17-04:00,2010-11-11T19:51:37-05:00,"http://forums.zotero.org/discussion/1475

Confirmed.  Page looks straightforward.  No idea what's going on here.",stakats
Active Tickets,844,Separate author mapping settings in UI and CSL,data layer,1.5,,defect,dstillman,2007-11-28T11:33:35-05:00,2011-03-27T21:10:12-04:00,"At the moment the primaryField column in itemTypeCreatorTypes is used to set a creator type as the primary, which maps it to author in the UI and in CSL. But some creator types, like Director, should be primary in the UI but not in CSL (where they need to be cited differently from authors).

This can either be changed in SQL so that there are two different modes or the author mapping can be overridden manually in CSL.

I'm fine with the latter if that's feasible, Simon, since this may only be necessary for a few types...",dstillman
Active Tickets,863,meetingName and conferenceName should be mapped to the same base field,data layer,1.5,,defect,dstillman,2007-12-07T14:51:29-05:00,2010-11-11T19:51:37-05:00,meetingName in presentation and conferenceName in conferencePaper should be mapped to the same base field in SQL (then mappings in cite.js should be removed).,erazlogo
Active Tickets,867,"revise ""document"" and ""manuscript"" item types",data layer,1.5,,defect,dstillman,2007-12-16T02:04:59-05:00,2010-11-11T19:51:37-05:00,"Possible steps to fix this (would need revision in CSL as well as Zotero)

1. Document:

a) rename as ""published document"" 

b) add ""place"" - to enter place of creation/publication

c) add ""type"" - to enter the type of document

d) set ""published document"" as a fallback for all published documents instead of ""book"" because there have been [http://sourceforge.net/mailarchive/message.php?msg_name=fbb7c5df0801170714h38c9a37bu61d18cabb85d8886%40mail.gmail.com problems] with ""book"" as a fallback

2. Manuscript

a) rename as ""unpublished document""

b) add ""institution"" field, to enter the name of the institution where, say, a working paper was drafted (but not published), for example:

I. Clark, “Should the IMF Become More Adaptive?” Working Paper WP/96/11 (Washington, DC: International Monetary Fund, 1996).
http://www.chicagomanualofstyle.org/ch17/ch17_sec355.html

c) add ""number"" field to number working papers:

Ferber, R. “Family decision-making and economic behavior.” Faculty Working Paper 35. College of Commerce and Business Administration, Univ. of Urbana-Champaign, 1971.

c) set ""unpublished document"" as a fallback for all unpublished documents",erazlogo
Active Tickets,906,Quick search phrase search in collections finds all records that match search criteria,data layer,1.5,,defect,dstillman,2008-01-25T13:22:44-05:00,2010-11-11T19:51:37-05:00,The search should be restricted only to records within a given collection but it searches the entire library. The same is happening with saved searches. This is a new error--searches worked fine earlier.,erazlogo
Active Tickets,1032,"Chained saved searches don't return correct results with ""Include parent and child items"" checked",data layer,1.5,,defect,dstillman,2008-06-06T01:16:50-04:00,2010-11-11T19:51:37-05:00,"Steps to Reproduce:

1) Create two saved searches with 'title' conditions that match one item each.

2) Create an ALL saved search sourcing those collections. Check ""Include parent and child items"".

Only the results from one of the saved searches will be returned.

Incidentally, I get an SQL error when I switch it to ANY.

Might need to wait for a rewrite of the search layer and addition of unit testing.",dstillman
Active Tickets,1148,Use Firefox locale rather than OS locale for getLocaleDateOrder(),interface,1.5,,defect,dstillman,2008-08-20T05:04:44-04:00,2010-11-11T19:51:37-05:00,Or just hard-code based on locales.,dstillman
Active Tickets,1227,Attachment tags aren't saved on blur(),interface,1.5,,defect,dstillman,2008-11-26T19:08:41-05:00,2010-11-11T19:51:37-05:00,http://forums.zotero.org/discussion/4829/saving/#Comment_21061,dstillman
Active Tickets,1303,Can't store OmniOutliner files,uncategorized,1.5,,defect,dstillman,2009-01-22T10:55:51-05:00,2009-01-22T10:55:51-05:00,"I'm running r4003. When I try to store a copy of an OmniOutliner file (.oo3), nothing happens. Neither drag and drop nor the new item button work. Tried it on Trevor's machine, running Sync Preview 3.6 Stable and it would load one file, but not another and the file that it did load became corrupted. It will save links to the same file. I added another file with a number in the extension and that worked fine, so that's not it. I can't make heads or tails of it.",ahoward
Active Tickets,1404,Newlines in notes lost on RIS/etc. import,export,1.5,,defect,dstillman,2009-03-06T16:17:01-05:00,2011-02-14T16:24:36-05:00,"The plaintext is being inserted as HTML, so newlines are being lost.

If we want to just say that notes in the data layer are HTML, then we'd have to convert to HTML in the translators. Simon, do you think that makes sense?

There's also the question of whether to convert back to plaintext on export. We're currently exporting HTML.

http://forums.zotero.org/discussion/4999/?Focus=21640#Comment_21640",dstillman
Active Tickets,613,Dragging an item between child items should create a child item,interface,1.5,,defect,dstillman,2007-04-08T15:10:11-04:00,2010-11-11T19:51:37-05:00,It currently creates a top-level item instead.,dstillman
Active Tickets,907,Remove reordering line in tree when dragging child items,interface,1.5,,defect,dstillman,2008-01-25T20:58:26-05:00,2010-11-11T19:51:37-05:00,http://forums.zotero.org/discussion/1905/,dstillman
Active Tickets,1161,Changing storage password after successful server verification doesn't take effect until restart,interface,1.5,,defect,dstillman,2008-09-05T15:16:01-04:00,2010-11-11T19:51:37-05:00,,dstillman
Active Tickets,1354,trashed parent's attachments remain if they are a match for saved search,interface,1.5,,defect,dstillman,2009-02-17T15:57:36-05:00,2010-11-11T19:51:37-05:00,"sync3.8--to reproduce:
create a saved search for a tag linked to a child attachment. delete the parent via right-click menu with ""erase attached notes and files"" checked. the saved search will still display the attachment in black, as a match.",erazlogo
Active Tickets,838,Adding a note to an item that matches an active search causes Zotero to find all items,interface,1.5,,defect,dstillman,2007-11-24T09:53:57-05:00,2007-11-24T09:53:57-05:00,"1. Do a quick search

2. Right-click on a matching item (or a parent of a matching item) and select ""Add Note""

Zotero finds all items before adding the note--instead it should still show the found items only. This makes no sense logically, and is also a speed issue because selecting and sorting all items takes forever.",erazlogo
Active Tickets,1311,Unassociated PDF plugin causes Firefox to create foo.pdf.part files on desktop,data layer,1.5,,defect,dstillman,2009-01-26T17:02:15-05:00,2009-01-26T17:07:50-05:00,"Having the SchubertIt PDF browser plugin (PPC only) enabled, but not associated with PDF files, causes Zotero to create foo.pdf.part files on the Desktop in OSX when those PDFs are opened through Zotero in an external program. Disabling the plugin fixes the problem, but there must be a middle ground somewhere.",ahoward
Active Tickets,1405,Adjust Zotero pane width on open if wider than window,interface,1.5,,defect,dstillman,2009-03-06T17:31:02-05:00,2009-03-06T17:31:02-05:00,"(Hypothesis:) Switching from larger resolution with wide Z columns to smaller one, the Firefox window auto-adjusts, cutting off the right side of the right column

Deleting localstore.rdf works, but no way to fix via UI",dstillman
Active Tickets,1437,Single-pixel GIF is saved as snapshot on heise.de/tp,data layer,1.5,,defect,dstillman H,2009-04-20T06:16:04-04:00,2009-04-20T06:17:03-04:00,"http://www.heise.de/tp/r4/artikel/30/30046/1.html

http://forums.zotero.org/discussion/6661/unable-to-create-usefull-snapshots/",dstillman
Active Tickets,1450,"""Attachment id not an integer"" message viewing a snapshot",misc,1.5,,defect,dstillman,2009-05-06T13:44:07-04:00,2009-05-06T13:45:05-04:00," * http://forums.zotero.org/discussion/3691/
 * http://forums.zotero.org/discussion/6873/

Disabling JS fixes the problem, at least in the second example.",dstillman
Active Tickets,1218,Subcollection twisty not refreshing,interface,1.5,,defect,dstillman,2008-11-17T11:29:21-05:00,2008-11-17T11:29:21-05:00,"Steps to reproduce:
1. create a new subcollection
2. move the subcollection to the top level (i.e. make it a regular collection)
3. the twisty that used to reveal the newly created subcollection remains there.

Deleting the test collection (or any collection) properly refreshes the collection pane.",stakats
Active Tickets,699,Reconcile Zotero item types with CSL schema,export,2.0,,defect,simon,2007-08-06T16:52:09-04:00,2011-03-27T20:17:01-04:00,"I've been creating a new Chicago Manual of Style CSL using the new schema.  Here's what I've noticed so far:
Some Z item types are missing from CSL schema (e.g. blog entries, dictionary and encyclopedia entries, magazine articles), and others do not seem to be recognized (e.g. ""thesis"" falls back to ""book"" and ignores thesis layout type).",stakats
Active Tickets,1520,rtfscan doesn't work with Nisus Writer documents,word integration,2.0,,defect,simon H,2009-07-05T16:33:06-04:00,2009-07-05T16:33:06-04:00,"http://forums.zotero.org/discussion/6968/#Item_14

I haven't tested this.",dstillman
Active Tickets,1546,Improve metadata lookup (truncated query strings),ingester,2.0,,defect,simon,2009-08-21T10:17:28-04:00,2009-08-21T17:55:18-04:00,"When looking up the following item, Zotero only generates a query string of ""from:"" ""Guide from:"" ""of"", perhaps because the first few pages of text are just a table of contents.

http://www.sed.manchester.ac.uk/idpm/research/publications/wp/di/documents/di_wp05.pdf",stakats
Active Tickets,1551,drag-and-drop of item to collection clears search,interface,2.0,,defect,dstillman,2009-08-26T11:02:51-04:00,2009-08-26T11:02:51-04:00,"1. enter content in filter field
2. drag-and-drop item(s) from the results to a (group) collection
3. filter is cleared, and I have to renter it",bdarcus
Active Tickets,1572,Better handling of N1 field in RIS,export,2.0,,defect,dstillman *,2009-09-15T08:05:37-04:00,2009-09-16T10:57:18-04:00,"Currently Zotero's RIS import ignores returns within notes. This is even true of notes created inside Zotero and exported and imported. I would guess we haven't touched this since we added HTML for rich text in notes? 

Currently 
N1 - <p>Notes line 1.</p>
<p>Notes line 2.</p>
<p>Notes line 3.</p>

Is imported as 
<p>Notes line 1.  Notes line 2.  Notes line 3.</p>

For reference: http://forums.zotero.org/discussion/8673/",tjowens
Active Tickets,1587,Collections not highlighting for group library items,interface,2.0,,defect,dstillman,2009-09-22T16:11:49-04:00,2009-09-22T16:11:49-04:00,Option-click does nothing right now.,stakats
Active Tickets,1611,Can't type in notes field after deleting word matching quick search,interface,2.0,,defect,dstillman,2009-11-22T17:08:28-05:00,2009-11-22T17:08:28-05:00,http://forums.zotero.org/discussion/9014/erratic-note-behaviour-together-with-search/#Item_2,dstillman
Active Tickets,1631,programTitle should not be base mapped to title,data layer,2.0,,defect,dstillman,2010-02-06T18:34:49-05:00,2010-02-07T00:43:08-05:00,"tvBroadcast and radioBroadcast both contain a ""programTitle"" field that is base mapped to ""title."" However, both of these item types also contain a title field. This base field mapping should probably be to the ""series"" field, if any.

This should be the last ticket blocking Bibliontology export.",simon
Active Tickets,1034,Unicode characters in date columns are mangled in items list,interface,2.0,,defect,dstillman H,2008-06-09T03:49:28-04:00,2009-07-28T04:19:52-04:00,"Characters returned by toLocaleDateString() are incorrect.

http://forums.zotero.org/discussion/3109/

I think there's some weirdness going on here between UTF-8 and UTF-16 in getCellText() (probably due to its being defined within XPCOM).

This does seem like it may be a Mozilla bug.",dstillman
Active Tickets,1139,Previous height of Zotero pane is lost when tag selector is toggled in full-screen mode,interface,2.0,,defect,dstillman,2008-08-17T19:02:16-04:00,2009-08-09T20:56:26-04:00,http://forums.zotero.org/discussion/3826/,dstillman
Active Tickets,1484,Style notes identically in note editor and reports,interface,2.0,,defect,dstillman,2009-05-22T03:28:11-04:00,2009-05-22T03:28:11-04:00,"CSS quotation marks aren't included in report view -- there may be other differences as well

http://forums.zotero.org/discussion/7081/#Item_5",dstillman
Active Tickets,1494,Correct titles dialog boxes,interface,2.0,,defect,dstillman,2009-05-30T06:45:09-04:00,2009-05-30T06:45:09-04:00,Several dialog boxes are missing (proper) titles. Discussed in more detail at http://forums.zotero.org/discussion/7045/collections-listing-wording-issues/. The same thread also links to a patch to correct the issue.,rmzelle
Active Tickets,1584,Add [Child] Note (and possibly other options) collapse item list,interface,2.0,,defect,dstillman,2009-09-18T12:36:07-04:00,2009-09-18T12:36:07-04:00,http://forums.zotero.org/discussion/8850/,dstillman
Active Tickets,1723,[patch] No-change edit to single-field creator forces two-field mode on next edit,interface,2.0,,defect,dstillman,2010-09-14T02:15:20-04:00,2010-09-14T02:15:20-04:00,"When a creator field is set to single-field mode, and is then opened for editing, and closed without making any change, the next edit of the field will save it in two-field mode, but without reparsing the content.  That is, the field content is set like this:

lastName: 'John Doe'
firstName: ''

The cause seems to run as follows.  The fieldMode is carried on the textbox, which is destroyed when hideEditor() is run.  When the field has not changed, an elem element is minted, but the fieldMode value is not set on it.  The elem element must be provided in some way, because it is substituted in at the end of the function, and creators are just one of several field types served by the terminal substitution.

The missing attribute on the element doesn't affect the appearance of the UI until the next showEditor/hideEditor cycle, which is where the behavior comes from.

The story of why things don't break when the field is edited is actually a little more complicated.  When the field has changed, hideEditor() calls modifyCreator(), which moves the textbox attribute across to a freshly minted label element, and subs the latter into place.  This leaves the textbox (the argument to hideEditor()) as an orphan to the DOM, so although the elem substitution is performed on it at the end of the function, it either breaks without raising an error, or the substitution happens out in nano-space someplace where it can't be seen.

Anyway, the patch seems to work.  :)
",fbennett
Active Tickets,1101,File drag-and-drop broken on Ubuntu,interface,2.1,,defect,dstillman,2008-08-05T16:17:53-04:00,2009-12-29T18:09:43-05:00,"Both in and out:

  * http://forums.zotero.org/discussion/628/ (old)
  * http://forums.zotero.org/discussion/3590/
  * http://forums.zotero.org/discussion/3705/

Second thread suggests it may be a Firefox issue, but that needs to be verified.",dstillman
Active Tickets,1737,"""any"" search in attachment content finds only records matching the last condition",data layer,2.1,,defect,dstillman,2010-10-09T11:39:02-04:00,2010-10-09T12:38:13-04:00,"example--when searching for words in attachment content:

word A finds 27 records; 
word B finds 114 records

searching for ""any"" A+B finds 114; 
searching for ""any"" B+A finds 27

both ""any"" searches should find equal number of records, and usually the number should be > 114

I'm using Z 2.0.8",erazlogo
Active Tickets,1760,Allow users to reselect a custom data directory when a schema mismatch is encountered in Zotero standalone,standalone,2.1,,defect,simon,2011-01-16T03:34:56-05:00,2011-01-16T03:45:54-05:00,See also http://forums.zotero.org/discussion/15937/?Focus=79364#Comment_79364,simon
Active Tickets,1761,Installation for Windows and Linux is not intuitive,standalone,2.1,,defect,simon H,2011-01-17T14:06:29-05:00,2011-07-11T11:31:16-04:00,"Recent forum posts, most recently http://forums.zotero.org/discussion/15961/, show that people are confused about the current installation procedure for Linux and Windows. Users expect an application to be handled by Add & Remove Programs in Windows, with a Start menu entry. Similarly, they expect it to be handled by the package manager with an entry in the desktop environment's application launcher in Linux.",ajlyon
Active Tickets,1772,RDF translator loses creators linked via a symbol [patch],translators,2.1,,defect,ajlyon,2011-01-30T06:09:08-05:00,2011-07-15T14:50:07-04:00,"The RDF creator attempts to resolve symbol links to creators in other rdf:Description blocks as containers. The identifier is slightly different than a container (there is no _ underscore following the identifier #), so the attempt fails; but the existing list of creator symbols is overwritten, resulting in an empty list.

The attached patch avoids overwriting the list when the link attempt fails. With the patch, more foaf creator data should become available to the translator (I've run across two sites so far that place creator info in an rdf:Description block separate from other metadata ... and I've only looked at two).",fbennett
Active Tickets,1849,Field content lost when changing creator role,multilingual,2.1,,defect,fbennett,2011-07-03T13:45:56-04:00,2011-07-03T13:45:56-04:00,"When I enter content into an item field, say ISBN, then immediately click on the creator role drop-down to change the creator role (say, from ""Author"" to ""Editor""), the data entered in the item field is lost (that is, the field loses focus but is empty after I click on the dropdown).

I imagine this is a click sequence that was somehow overlooked. This is in the most recent multilingual build, but it may be the case in the trunk as well; I haven't checked.",ajlyon
Active Tickets,1697,The date component of multipart dates disappears when entered into a date field,interface,2.1,2.1 Final,defect,dstillman,2010-07-21T15:59:40-04:00,2010-07-21T15:59:40-04:00,"When I enter a date in the form ""2010-07-21 Test"" into the date field, the date field shows only ""Test""; 2010-07-21 disappears. The date is being stored in the DB correctly, since the y m d icons appear.",simon
Active Tickets,1746,deleting an item before Zotero.Attachments.importFromDocument() or Zotero.Attachments.*FromURL() completes causes fatal error,data layer,2.1,2.1 Final,defect,dstillman,2010-11-06T00:54:36-04:00,2010-11-06T00:54:36-04:00,"Presumably, the event listener should check that the item still exists before trying to attach the attachment.

[JavaScript Error: ""uncaught exception: [Exception... ""Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [mozIStorageStatement.execute]""  nsresult: ""0x80004005 (NS_ERROR_FAILURE)""  location: ""JS frame :: chrome://zotero/content/xpcom/db.js :: anonymous :: line 139""  data: no] [QUERY: INSERT INTO itemAttachments (itemID, sourceItemID, linkMode, mimeType, charsetID, path, syncState) VALUES (?,?,?,?,?,?,?)] [ERROR: insert on table ""itemAttachments"" violates foreign key constraint ""fki_itemAttachments_sourceItemID_items_sourceItemID""]""]",simon
Active Tickets,1858,Safari connector grabs incorrect DOI,connectors,2.1,Standalone Alpha 3,defect,ajlyon,2011-07-06T22:33:12-04:00,2011-08-07T07:03:27-04:00,"At http://www.nature.com/news/2010/101013/full/467775a.html, Safari seems to think there's a semicolon at the end of the DOI, while Chrome gets it right.

Safari looks for:
http://www.crossref.org/openurl/?pid=zter:zter321&url_ver=Z39.88-2004&ctx_ver=Z39.88-2004&rft_id=info:doi/10.1038/467775a;&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.jtitle=Nature

Chrome looks for:
http://www.crossref.org/openurl/?pid=zter:zter321&url_ver=Z39.88-2004&&rft_id=info:doi/10.1038/467775a&noredirect=true&format=unixref
",stakats
Active Tickets,900,BCE date parsing,data layer,2.1,,defect,dstillman,2008-01-21T12:29:22-05:00,2010-06-15T10:49:02-04:00,"Entering ""2007 BCE"" in a date field currently throws an error

This will need some fixes on the CSL end too, but the error should be fixed ASAP.",dstillman
Active Tickets,1693,Report sorting doesn't work with firstCreator,data layer,2.1,,defect,dstillman,2010-07-09T23:21:13-04:00,2011-01-04T13:48:09-05:00,http://forums.zotero.org/discussion/13295/,dstillman
Active Tickets,1809,menulist.removeAllItems error in Scaffold,scaffold,2.1,,defect,simon,2011-04-04T00:31:53-04:00,2011-04-04T04:11:21-04:00,"When running Zotero ML, but maybe in vanilla Zotero as well, and Firefox 4, I get a recurrent but probably harmless JavaScript error, triggered by Scaffold:

{{{
[JavaScript Error: ""menulist.removeAllItems is not a function""
   {file: ""chrome://scaffold/content/scaffold.js"" line: 379}]
}}}

I think this happened in vanilla Zotero as well-- I think it only showed up when I moved to Firefox 4, but I could be wrong.

Scaffold still works fine.",ajlyon
Active Tickets,1625,Replace Xpdf with Poppler,misc,2.1,2.1 Final,defect,dstillman,2010-01-26T23:00:03-05:00,2010-01-26T23:00:03-05:00,Might avoid the hanging pdfinfo problem on OS X.,stakats
Active Tickets,1672,"larger, non-pink icons in Linux OpenOffice plug-in",word integration,2.1,2.1 Final,defect,simon,2010-06-20T16:20:29-04:00,2010-06-20T16:20:29-04:00,,simon
Active Tickets,785,Snapshots with Flash are mangled on Windows,data layer,future,,defect,dstillman H,2007-10-02T17:20:57-04:00,2007-10-11T04:34:18-04:00,http://forums.zotero.org/discussion/1364/,dstillman
Active Tickets,1803,Timeline Does Not Work With Trash or Unfiled Items,interface,future,,defect,dstillman,2011-03-05T00:24:14-05:00,2011-03-05T00:24:14-05:00,,stakats
Active Tickets,1862,Update bibliography indent when max offset changes,word integration,future,,defect,simon,2011-07-11T12:14:33-04:00,2011-07-11T12:14:33-04:00,"If a bibliography is inserted with a small number of references, and the number of references grows, the indents for second-field-align will no longer be correct. While the user can modify the style manually to fix this, Zotero should be doing it automatically.",simon
Active Tickets,597,Don't iterate Array with for...in,connectors,,,defect,dstillman H,2007-03-28T13:09:13-04:00,2011-09-05T02:29:35-04:00,"For better compatibility with extensions that extend Array.prototype, don't use for...in to iterate arrays. Can't do anything about extensions that extend Object.prototype, though.",dstillman
Active Tickets,1765,Need way to whitelist self-signed WebDAV server certificates in Standalone,standalone,,,defect,dstillman,2011-01-21T01:26:25-05:00,2011-01-21T01:26:25-05:00,,dstillman
Active Tickets,1548,Allow items to be dragged into collections from Advanced Search window,interface,,,defect,dstillman,2009-08-23T16:51:55-04:00,2011-07-15T14:16:50-04:00,"This might have been possible at some point, but it's not now.",dstillman
Active Tickets,1558,"""Attachment File Type"" ""is not"" should only return attachments",data layer,,,defect,dstillman,2009-09-01T04:45:57-04:00,2009-09-01T04:47:13-04:00,http://forums.zotero.org/discussion/8514,dstillman
Active Tickets,1651,Using Rename File from Parent Metadata on linked file imports file,data layer,,,defect,dstillman,2010-03-30T16:24:43-04:00,2010-03-30T16:24:43-04:00,"Should probably just rename in place (checking for an existing file with the target name).

http://forums.zotero.org/discussion/12034?page=1#Item_6",dstillman
Active Tickets,1827,Adding child attachment to first item in items list collapses parent item,interface,,,defect,dstillman,2011-06-10T12:44:45-04:00,2011-06-10T12:44:45-04:00,http://forums.zotero.org/discussion/18333/,dstillman
Active Tickets,1246,Tag icon misalignment,interface,,,defect,dstillman,2008-12-05T15:06:39-05:00,2008-12-05T15:06:39-05:00,The tag icon in the right column is misaligned under Windows across all version of Zotero. See attached image.,ahoward
Active Tickets,1720,Collection highlight disappears when moving cursor onto collections pane,interface,,,defect,dstillman,2010-09-04T13:49:38-04:00,2010-09-04T13:49:38-04:00,http://forums.zotero.org/discussion/11637/#Item_3,dstillman
