Commit graph

3908 commits

Author SHA1 Message Date
Simon Kornblith
53a838c3d6 Properly serialize page number to document 2011-08-21 21:24:26 +00:00
Simon Kornblith
8b51c3e069 Make things snappier 2011-08-21 05:47:07 +00:00
Dan Stillman
44225aa4d1 Updated translators from GitHub 2011-08-21 05:27:23 +00:00
Dan Stillman
947190b29a Merge locales 2011-08-21 04:59:29 +00:00
Simon Kornblith
337ff90056 Don't open a new Firefox window when Standalone is closed if Firefox is open and Zotero for Firefox is not installed 2011-08-19 20:16:13 +00:00
Simon Kornblith
e64f5b2c83 Reverse argument orders to minimize calls to the getter 2011-08-19 07:26:44 +00:00
Simon Kornblith
701a202a5f Inline itemTypeID 2011-08-19 07:17:56 +00:00
Simon Kornblith
cc913cbeed Inline id getter 2011-08-19 07:00:22 +00:00
Simon Kornblith
cf0e1e6972 Ask before importing files on double-click 2011-08-18 15:29:13 +00:00
Dan Stillman
413ed3e749 Update translators from GitHub 2011-08-18 05:07:32 +00:00
Simon Kornblith
8c8e5f4b40 Close Zotero tab on shutdown if not in tab mode 2011-08-17 22:35:05 +00:00
Simon Kornblith
665d59215d Allow user to pin normal tab 2011-08-17 22:17:33 +00:00
Simon Kornblith
580d0df56d Set toolkit.singletonWindowType pref instead of preventing default command line actions to prevent opening new windows 2011-08-17 08:31:34 +00:00
Simon Kornblith
22e9eb6ea8 Tab box margin tweak 2011-08-17 06:50:16 +00:00
Simon Kornblith
05f9d2cd6f Open reference formats and CSL files on double-click (currently only on OS X) 2011-08-17 04:51:43 +00:00
Simon Kornblith
9261f8d5fb - Hide download option when in connector mode (will consider implementing in the connector instead)
- Disable radio, so it's not possible to focus it with the keyboard
2011-08-17 04:13:42 +00:00
Simon Kornblith
91024eb87c - Prevent a deadlock when Zotero.wait() was called during initialization
- Don't spin Zotero.mainThread.processNextEvent() forever when translator could not be retrieved
2011-08-16 18:28:55 +00:00
Simon Kornblith
9ce0e47117 Support synchronous getTranslatorObject() in Firefox connecotr 2011-08-16 16:13:59 +00:00
Simon Kornblith
7756620490 - Customizable attachment export, thanks to DBrickShaw
- Fix an issue importing collections
2011-08-16 15:31:18 +00:00
Simon Kornblith
dec907569a Fix saving into collections when translation is performed in the browser 2011-08-16 14:44:24 +00:00
Simon Kornblith
59cff2ad1a Fix timeline creation, and potentially other functionality 2011-08-16 02:37:16 +00:00
Simon Kornblith
b9eb8ecb15 Don't overwrite changed citations. They will (sadly) lose their formatting in OOo at the moment. 2011-08-14 19:48:24 +00:00
Simon Kornblith
92f0fa9097 Hack for OpenOffice.org fields with codes 2011-08-14 19:42:01 +00:00
Simon Kornblith
748790bf46 Fix Create Item from Current Page context menu option in Firefox
- when the Zotero Pane has not yet been opened
	- when operating in connector mode
2011-08-13 04:51:40 +00:00
Simon Kornblith
43f26d5b89 - Pass version to repo
- Handle translator deletion without logging errors
- Tweak some flags on docShell
2011-08-12 19:20:35 +00:00
Simon Kornblith
bbbc8991f2 - Fix failure to save snapshots, caused by failure to add and remove our request from loadGroup
- Fix a few other issues in ConnectorChannel
2011-08-12 18:10:53 +00:00
Simon Kornblith
18f7bf1112 Don't save before CSS has been loaded 2011-08-12 15:36:54 +00:00
Simon Kornblith
58c8e7ccfc Windows theme changes. I'm not sure I really like how the tabs on the right look, and maybe we should reconsider the present dividers, but I think this looks a bit better. 2011-08-11 23:37:18 +00:00
Simon Kornblith
ffc02fb583 Update to citeproc-js 1.0.203 2011-08-11 12:20:07 +00:00
Dan Stillman
4aa855aba1 Update deleted.txt from GitHub 2011-08-11 07:38:04 +00:00
Dan Stillman
5e22c3fc58 Look for deleted.txt in extension root first (for XPI builds) and translators directory second (for SVN builds) 2011-08-11 07:03:33 +00:00
Dan Stillman
ab43605070 Update SVN translators manually, for now 2011-08-11 07:01:19 +00:00
Simon Kornblith
b232106526 - XPCOM errors use "filename" instead of "fileName" for some ungodly reason
- Fix verison
2011-08-11 04:06:45 +00:00
Simon Kornblith
4ff9fada05 Report errors using Zotero.logError instead of Components.utils.reportError(), so that we get the file and line number 2011-08-11 03:58:02 +00:00
Dan Stillman
a9f341a141 Blacklist OpenGL errors 2011-08-10 19:58:44 +00:00
Dan Stillman
82a7dbee68 Merge locales 2011-08-10 19:54:59 +00:00
Simon Kornblith
a35c33312d Move standalone.dtd out of separate directory 2011-08-10 19:36:05 +00:00
Dan Stillman
7bf14390b2 Update version number 2011-08-10 19:30:54 +00:00
Dan Stillman
913cd0736e A couple other tweaks 2011-08-10 19:25:05 +00:00
Dan Stillman
b0d07045ef Fix typo 2011-08-10 19:21:03 +00:00
Dan Stillman
2536b68e55 Updated Russian locale from Maxim Yurkin 2011-08-10 19:11:09 +00:00
Simon Kornblith
c1057e2587 Remove uses of "Firefox" and fix version 2011-08-10 07:07:26 +00:00
Dan Stillman
47fa374b66 Do very basic checking to make sure matching DOIs in duplicates are actually DOIs 2011-08-10 07:02:31 +00:00
Simon Kornblith
4a00bf1f74 Compactify tag selector. Unfortunately, there seems to be a bug in Fx 4+ that makes <menuitem type="checkbox"/> not work quite right on OS X. 2011-08-10 06:29:24 +00:00
Simon Kornblith
88e5d47ad8 Properly change between styles 2011-08-09 05:13:13 +00:00
Simon Kornblith
421e570ada Fix a bug in QuickFormat years and enable QuickFormat by default 2011-08-09 03:49:06 +00:00
Simon Kornblith
0031f0d319 Warn the user if they have modified a citation and ask whether to perform future updates. This makes the editor obsolete. 2011-08-09 03:37:24 +00:00
Simon Kornblith
176e2f2d05 Don't throw an error on CSL_BIBLIOGRAPHY codes 2011-08-08 22:27:50 +00:00
Simon Kornblith
b5b3d0a135 Don't package zoteroIntegration typelib after all (reverts r10002) 2011-08-08 17:44:23 +00:00
Simon Kornblith
125200bf83 Bring in line with https://github.com/citation-style-language/schema/blob/master/csl-citation.txt 2011-08-08 11:24:22 +00:00