Simon Kornblith
57fe0f65ee
Kill extensions.zotero.import.createNewCollection.fromFile and extensions.zotero.import.createNewCollection.fromClipboard preferences.
...
Imports from file via cog menu now always create a new collection, as before. Imports from clipboard never create a new collection.
2012-06-11 00:20:24 -04:00
Simon Kornblith
68365e2297
Allow user to control whether files are imported into a new collection.
...
Adds three new preferences controlling whether a new collection is created upon import:
- extensions.zotero.import.createNewCollection.fromFile
Controls whether a new collection is created by import from cog menu
- extensions.zotero.import.createNewCollection.fromClipboard
Controls whether a new collection is created by import from clipboard
- extensions.zotero.import.createNewCollection.fromFileOpenHandler
Controls whether a new collection is created when import is initiated by
double-clicking a file or by dragging it over Zotero. This preference applies only to
Zotero Standalone, and is configurable in the dialog that appears asking the user
to confirm the import.
Closes #19 , [papercuts] (26) Clipboard import into an open collection
2012-06-10 11:05:39 -04:00
Dan Stillman
64dd58694c
Revert new webpage icon from 34f074e5
for now
...
It doesn't really work with a "+" for the toolbar button.
2012-06-07 04:00:22 -04:00
Simon Kornblith
8001c1dc85
Update citeproc-js to 1.0.339
2012-06-06 23:30:35 -04:00
Simon Kornblith
51c9da322f
Fix save to server in IE
2012-06-06 01:27:01 -04:00
Simon Kornblith
8a7a53a606
Set defer to wait for 30 seconds
2012-06-04 16:41:54 -04:00
aurimasv
a538386d51
In case title is a number, convert to string, so we can do str.replace later
2012-05-31 00:41:38 -05:00
Simon Kornblith
f2d03014b0
Use textContent instead of innerText when both are available
2012-05-30 19:02:57 -04:00
Dan Stillman
f0cd6983f2
Log server response on WebDAV upload error
2012-05-30 01:47:52 -04:00
Simon Kornblith
198850576a
Fix redundant error logging
2012-05-30 00:27:02 -04:00
Simon Kornblith
a549b9a407
Fix integration error reporting, broken by 26f5765c29
2012-05-30 00:23:54 -04:00
Simon Kornblith
f7f5d8b9d6
Ensure error gets shown even if connection to word processor has died
2012-05-30 00:12:33 -04:00
Dan Stillman
2c2c1c797a
Missing file from 1a7631853
2012-05-29 17:00:17 -04:00
Simon Kornblith
a03c10df06
Actually use new unescape technique, and fix global variable
2012-05-28 18:52:35 -04:00
Simon Kornblith
e36c975366
Create a node in a DOM document and use it to implement the same unescape technique in Firefox as we currently use in the connectors. This may cause some data mismatches initially.
2012-05-27 13:30:06 -04:00
Simon Kornblith
d34f3b4ed7
Don't fail with error when item.note is missing
2012-05-26 19:30:49 -04:00
Simon Kornblith
2ecc50f700
Replace double spaces by a single space, to make behavior more uniform with nsIScriptableUnescapeHTML
2012-05-26 19:16:20 -04:00
Simon Kornblith
e1edcb358a
Fix unescape for blank strings
2012-05-26 19:13:03 -04:00
Simon Kornblith
013b080ca5
Unescape HTML properly in IE
2012-05-26 19:09:42 -04:00
Dan Stillman
4be5452b55
Remove localizers from About pane, in favor of webpage
2012-05-25 15:54:17 -04:00
Dan Stillman
1a76318538
Just focus libraries pane on shortcut key
...
Closes #133
2012-05-25 14:24:08 -04:00
Simon Kornblith
2aa9784ccf
Merge remote-tracking branch 'gracile-fr/3.0icons' into 3.0
2012-05-24 18:42:02 -04:00
gracile-fr
9974f02feb
Clarify about.xul (icons) and delete TODO comment (cachedTypes.js)
2012-05-23 12:11:43 +02:00
Simon Kornblith
c6bdc0f9ae
Fix file syncing link in prefs
2012-05-22 14:48:23 -04:00
Simon Kornblith
bb485181bd
Fix indentation and parse error
2012-05-22 14:47:07 -04:00
Simon Kornblith
f7e4c8e3db
Remove appscript from about box
2012-05-22 14:46:39 -04:00
Dan Stillman
e778c26467
Start processUpdatedXML() inline to avoid wait level errors (hopefully)
2012-05-21 01:43:35 -04:00
Simon Kornblith
3af526f112
Fix bubbling errors in connectors under certain circumstances
2012-05-16 00:18:57 -04:00
Simon Kornblith
5b00b8b98b
Don't create missing attachments if files are missing on import
2012-05-15 17:23:12 -04:00
Simon Kornblith
b3a2682853
Fix indentation and IE parse error
2012-05-15 15:58:14 -04:00
Simon Kornblith
26f5765c29
Don't show exceptions multiple times
2012-05-15 15:57:04 -04:00
gracile-fr
34f074e52a
Items Icons http://forums.zotero.org/discussion/8544/icon-for-presentation-icon-for-document/
2012-05-15 19:24:36 +02:00
aurimasv
f112b0f9c2
Expose RDF.serialize() to translators to assist with debugging.
2012-05-12 05:25:41 -05:00
aurimasv
72789baef6
Minor RDF tweaks
2012-05-12 05:25:13 -05:00
aurimasv
8c6404626f
Tweak SameAs handling to prevent creating entries for a non-canonical subject
2012-05-07 05:35:39 -05:00
aurimasv
945ce41036
Re-expose logging functions to RDF parser after init script rearrangement
2012-05-07 05:34:15 -05:00
Simon Kornblith
18a3c7355c
Make menu bar appear in Zotero Standalone reports on Windows
2012-05-06 21:26:37 -04:00
Simon Kornblith
5894a9511d
Tweak RDF loading code
2012-05-05 16:53:00 -04:00
Simon Kornblith
fb521ea4ad
Get tabulator code working in connector after upgrade, part 1
2012-05-05 15:52:02 -04:00
Simon Kornblith
6e3dfc45ee
Merge pull request #103 from aurimasv/tabulator
...
Tabulator v0.8 RDF Parser
2012-05-05 12:35:24 -07:00
grolimur
2bbfa4f967
Update chrome/content/zotero/zoteroPane.xul
...
(cherry picked from commit 7e18d0cf8e
)
2012-05-04 15:34:06 -04:00
gracile-fr
12a45882fe
Localize editorWarning
...
(cherry picked from commits f1be6125...f84e6b12)
2012-05-04 15:33:43 -04:00
Dan Stillman
3132a09966
Merge new English strings
2012-05-03 23:10:47 -04:00
aurimasv
bf0d1ad102
Fix typo from previous commit
2012-05-03 21:55:16 -05:00
Frank
1b41478e21
Upgrade citeproc-js to version 1.0.329
2012-05-03 22:40:41 -04:00
gracile-fr
d7b19a0543
Add attribution for Fugue Icons.
2012-05-04 00:39:50 +02:00
Dan Stillman
2bbd2be4e7
Use "%S more..." instead of hard-coding space, and make general string
...
(cherry picked from commit 49b9c14b8d
)
2012-05-03 17:46:49 -04:00
gracile-fr
4ba9b6a4c0
Localization of strings previously hardcoded. All these strings are related to duplicate detection.
...
(cherry picked from commit d6ae1c544d
)
2012-05-03 17:45:15 -04:00
gracile-fr
12fc2eadc0
Localization of strings previously hardcoded in itembox.xml (Move up/down)
...
(cherry picked from commit acb7c22f75
)
2012-05-03 17:42:25 -04:00
gracile-fr
0ece4145cd
Fixes #111 : "Search subcollections" instead of "Search subfolders" in Advanced search.
2012-05-03 17:35:49 -04:00