aurimasv
48b513640d
Add cleanISBN to utility functions
2012-11-11 18:15:44 -06:00
Simon Kornblith
d64379290c
Improve handling of corrupt translator data, and add support for III proxies
2012-11-11 17:59:41 -05:00
Simon Kornblith
bd367dcd85
Merge branch '3.0'
2012-11-11 17:15:30 -05:00
Simon Kornblith
a4f4691b04
Fix http://forums.zotero.org/discussion/23702/chrome-connector-hangs-on-some-pages-when-invoked-from-the-save-zotero-snapshot-context-menu/
2012-11-11 17:14:19 -05:00
Simon Kornblith
425b2161cc
Fix saving snapshots with Gecko 17
2012-11-11 17:14:05 -05:00
aurimasv
920df48d1d
Make sure that absolutely all files that are being downloaded/written to are registered and their file names do not change.
2012-11-11 02:21:45 -06:00
aurimasv
025eed93be
Fix CSS url() links when served from zotero:// protocol
2012-11-11 01:50:26 -06:00
Dan Stillman
61c36b0523
Add ZoteroPaneOpen command line argument to open Zotero automatically
2012-11-10 19:38:22 -05:00
Simon Kornblith
6d48b9224d
Update to citeproc-js 1.0.407
2012-11-10 13:52:30 -05:00
aurimasv
3fc4bc2efe
Pass webpagedump through JSBeutifier
2012-11-08 16:52:31 -06:00
aurimasv
f5d759b336
Fix web page dump when pages contain images/objects with same name as the web page.
2012-11-08 16:49:13 -06:00
Simon Kornblith
2353e73bf2
Save attachments that have snapshot=false when automaticSnapshots and downloadAssociatedFiles are false. This behavior might be confusing, but it's probably the best option given that links are usually important metadata.
2012-11-08 11:37:35 -05:00
Simon Kornblith
73f775950d
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/cite.js
2012-11-08 09:40:18 -05:00
Dan Stillman
125f14efb5
Update translators submodule and repotime
2012-11-08 02:20:03 -05:00
Simon Kornblith
6b66dbfafa
Another tweak to processDocuments
2012-11-07 23:52:30 -05:00
Simon Kornblith
7754d530da
Use global counter for hidden browsers
2012-11-07 17:17:16 -05:00
Simon Kornblith
3c52b422fa
Fix missing parens
2012-11-07 15:15:56 -05:00
Simon Kornblith
b3ab9a96dc
Tweak to processDocuments
2012-11-07 12:55:27 -05:00
Dan Stillman
698e70fb79
Fix Edit menu label in fr-FR locale
2012-11-06 13:09:37 -05:00
Simon Kornblith
5305f37ab4
Tweaks to processDocuments
2012-11-06 02:51:34 -05:00
Simon Kornblith
39c1024461
Copy citation list to clipboard, instead of multiple item citation
2012-11-06 01:35:36 -05:00
Dan Stillman
4b72792f59
Update submodules
2012-11-06 01:25:46 -05:00
Dan Stillman
6220bc39f5
"Citations"/"Notes" instead of "Citation"/"Note" in right-click dialog
2012-11-06 01:16:03 -05:00
Simon Kornblith
cdd637f3ec
Save citation lists instead of multiple item citations
2012-11-06 01:00:17 -05:00
Dan Stillman
c8e9778311
Update repotime
2012-11-06 00:54:19 -05:00
Simon Kornblith
b3237ae5e5
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/http.js
chrome/content/zotero/xpcom/translation/translate_firefox.js
2012-11-06 00:50:11 -05:00
Simon Kornblith
4b80a52106
Use separate hiddenBrowsers for each request in Zotero.HTTP.processDocuments
2012-11-06 00:48:26 -05:00
Dan Stillman
00e30dea71
Merge non-English locales from Transifex
2012-11-05 22:21:13 -05:00
Simon Kornblith
32bfb0e407
Merge pull request #186 from aurimasv/attach
...
Fix searching for non-existing attachments with relative paths
2012-11-03 17:48:03 -07:00
Simon Kornblith
067e5ce5b4
Another attempt at fixing Firefox 17 sandboxing issues
2012-11-03 18:34:12 -04:00
Dan Stillman
dfd0a7ad83
Add option to skip tags when copying items between libraries
2012-11-02 05:45:26 -04:00
Dan Stillman
3a9483070e
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/tinymce/plugins/paste/editor_plugin.js
chrome/content/zotero/xpcom/translation/translate_firefox.js
chrome/content/zotero/zoteroPane.js
install.rdf
update.rdf
2012-11-01 22:14:08 -04:00
Dan Stillman
079b767974
Closes #44 , Allow generating citations via right-click
...
Currently generates multi-source citations for multiple items for note
styles, but a list of note citations might be better.
Also, context menu option is unchanged, since it becomes very long if
you add "Citation/Bibliography".
2012-11-01 21:47:10 -04:00
Simon Kornblith
2139603ae1
Fix detection of newer versions of pdf.js
2012-11-01 15:45:20 -04:00
aurimasv
3f43e0f170
Fix searching for non-existing attachments with relative paths
2012-11-01 04:50:24 -05:00
Dan Stillman
c9beb5b45a
Fix "Paste" menu item in Add Item By Identifier context menu
...
Fixes #58
2012-11-01 04:23:43 -04:00
Dan Stillman
9d7cc849cd
Fixes #151 , Allow Tab and Shift-Tab into and out of notes
2012-11-01 03:32:07 -04:00
Dan Stillman
0d0585b217
Update versions
2012-11-01 01:59:09 -04:00
Dan Stillman
cdbb4c28f6
Closes #49 , Open attachments with Return/Enter
...
Standard Firefox modifier keys also work
2012-11-01 01:53:31 -04:00
Dan Stillman
81bfb5c327
Keep New Collection button enabled on Trash if library is editable
...
Fixes #28
2012-10-31 05:22:58 -04:00
Dan Stillman
21bf3000cb
Better method for determining valid XHTML notes in reports
...
Previously looked for <p> tag. Now just check if it's valid XML.
2012-10-31 04:38:45 -04:00
Dan Stillman
aa0a3544bd
Fix XPI note loading in Fx17 due to navigator.userAgent error
2012-10-30 04:46:19 -04:00
Dan Stillman
2fc4ca59bd
Fix XPI note loading in Fx17 due to navigator.userAgent error
2012-10-30 04:40:12 -04:00
Dan Stillman
d7ce389201
Compatibility updates for TinyMCE 3.5.7
...
3.5.7 seems to init before the DOMContentLoaded we were relying on
previously to add the init function gets called, so instead call a
fixed init function from the HTML that we insert before the load
from chrome.
2012-10-30 04:40:12 -04:00
Dan Stillman
87d90e59d9
Update TinyMCE to 3.5.7
2012-10-30 04:40:12 -04:00
Simon Kornblith
e806925844
Fix passing all arrays to sandbox
2012-10-30 02:06:06 -04:00
Simon Kornblith
22c083fe6b
Revert "Fix RDF for Firefox 17"
...
This reverts commit 7022379a87
.
2012-10-30 02:01:45 -04:00
Simon Kornblith
7022379a87
Fix RDF for Firefox 17
2012-10-29 19:31:10 -04:00
Simon Kornblith
1bc98edba4
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/translation/translate_firefox.js
install.rdf
update.rdf
2012-10-29 18:04:42 -04:00
Simon Kornblith
52f4bd8f67
Fix processDocuments for Fx 17
2012-10-29 18:02:04 -04:00