﻿__group__,ticket,summary,component,version,type,owner,status,created,_changetime,_description,_reporter
No Milestone,106,Test with very large dataset,uncategorized,1.0,task,nobody,new,2006-06-29T02:47:07-04:00,2007-02-06T04:57:42-05:00,We should test performance with thousands of items in the Library.,dstillman
No Milestone,597,Don't iterate Array with for...in,connectors,,defect,dstillman,reopened,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
,617,Localize Wikipedia export output,export,1.5,enhancement,simon,new,2007-04-12T14:00:08-04:00,2011-08-11T01:50:26-04:00,"It turns out that Wikipedia's citation format varies from locale to locale.  Ideally they would allow one locale (i.e. English) to work everywhere, but they don't.  For the French version, see:
http://fr.wikipedia.org/wiki/Mod%C3%A8le:Ouvrage

It may be worth pushing contacts at Wikipedia on this front, because it's madness to expect localizing this formatting for every language.  It makes sense to have a local version, but it also makes sense to have a universal version.",stakats
,635,In-content translator,ingester,1.5,enhancement,nobody,new,2007-05-15T17:32:34-04:00,2010-11-11T19:51:37-05:00,"http://forums.zotero.org/discussion/822/

Whether or not we include this by default would depend on the performance hit, but it may be fine.",dstillman
No Milestone,667,Add unit testing for import/export,export,future,enhancement,simon,accepted,2007-06-19T12:57:32-04:00,2010-07-12T14:53:14-04:00,,dstillman
,686,Endnote to Zotero field converter,word integration,1.5,enhancement,simon,new,2007-07-20T15:28:30-04:00,2010-11-11T19:51:37-05:00,"Word plugin should assist with Endnote to Zotero field conversion.  Since Endnote field codes include title and author (lastname) info, this process could be as simple as bringing up current item selection dialog with some search text prefilled (e.g. title). Since Endnote field codes also have a ""unique"" record number associated with them, the conversion process could also scan through all other Endnote fields in the same document and convert them to the same Zotero item.

Sample Endnote Word field:

{ ADDIN EN.CITE <EndNote><Cite><Author>Lorry</Author><Year>1757</Year><RecNum>183</RecNum><Pages>144</Pages><MDL>Here there are tags and text related to the formatted citation, including  title </MDL></Cite></Endnote>}",stakats
No Milestone,785,Snapshots with Flash are mangled on Windows,data layer,future,defect,dstillman,new,2007-10-02T17:20:57-04:00,2007-10-11T04:34:18-04:00,http://forums.zotero.org/discussion/1364/,dstillman
No Milestone,787,Timeline highlights should be quicksearch-equivalent,interface,future,enhancement,dstillman,new,2007-10-05T18:06:42-04:00,2007-10-05T18:15:26-04:00,"This would likely take some hacking of the Timeline code, since I think it just searches titles by default.

http://forums.zotero.org/discussion/1375/",dstillman
No Milestone,794,External app API,data layer,future,enhancement,dstillman,new,2007-10-19T02:41:33-04:00,2007-10-19T02:41:33-04:00,,dstillman
No Milestone,883,Spotlight integration,data layer,future,enhancement,dstillman,new,2008-01-12T14:29:07-05:00,2008-01-12T14:29:14-05:00,"To support Spotlight properly, someone would need to write a Spotlight plugin, Zotero would have to save notes as individual files (or write out a cache file for each note, as Apple Mail and Thunderbird do for Spotlight integration for mail messages), and the individual files would have to be associated with Firefox so that Zotero could intercept them and select the appropriate notes.

People are free to take this ticket, as it probably won't happen anytime soon otherwise.",dstillman
No Milestone,980,Ability to edit notes with an external text editor,interface,future,enhancement,dstillman,new,2008-03-27T18:49:51-04:00,2008-03-27T18:50:38-04:00,http://forums.zotero.org/discussion/2457/,dstillman
No Milestone,1034,Unicode characters in date columns are mangled in items list,interface,2.0,defect,dstillman,new,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
No Milestone,1437,Single-pixel GIF is saved as snapshot on heise.de/tp,data layer,1.5,defect,dstillman,new,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
No Milestone,1520,rtfscan doesn't work with Nisus Writer documents,word integration,2.0,defect,simon,new,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
No Milestone,1642,Tool to scan for missing attachments,interface,future,enhancement,dstillman,new,2010-03-16T22:15:00-04:00,2010-03-16T22:15:00-04:00,http://forums.zotero.org/discussion/9568/,dstillman
No Milestone,1761,Installation for Windows and Linux is not intuitive,standalone,2.1,defect,simon,new,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
No Milestone,1817,Use ACE or similar JS code editor in csledit.xul and Scaffold,styles,future,enhancement,simon,new,2011-04-27T15:50:14-04:00,2011-07-23T07:02:24-04:00,"http://ace.ajax.org/

Looks very nice, and supports JS and XML syntax highlighting, paren matching, etc.",simon
No Milestone,1846,Scaffold for Chrome/Safari,scaffold,future,enhancement,simon,new,2011-07-03T02:59:34-04:00,2011-08-11T01:46:15-04:00,"There would be a lot of work involved in this, but it sure would be neat (and the debugger actually works within translators out of the box in WebKit.)",simon
No Milestone,1882,Zotero document icons,standalone,future,enhancement,simon,new,2011-08-17T04:41:25-04:00,2011-08-17T17:31:36-04:00,For reference file formats and CSL files.,simon
