Aurimas Vinckevicius
ed2b6ccec3
Don't promote attachment.url to attachment.path
...
...but allow demoting from path to url if necessary.
2015-02-04 03:20:11 -06:00
Aurimas Vinckevicius
cf9ec26eb4
Disallow attachment.path in web/search translators
2015-02-04 02:54:13 -06:00
Aurimas Vinckevicius
8be83cedec
Allow file paths to be specified in attachment.url
...
In translators, it may not always be clear whether the given URI is a URL or a local file path.
Regression from 849803473a
(that piece of code was introduced by me)
Re https://forums.zotero.org/discussion/45710/ris-import-from-endnote-mac-yosemite-to-zotero-standalone/
2015-01-19 15:13:49 -06:00
Dan Stillman
6de3fa4d47
Update translators and repotime
2015-01-14 00:09:40 -07:00
Dan Stillman
0c3332b5e4
Update versions
2015-01-14 00:08:31 -07:00
Simon Kornblith
06615f738f
Tweak method for parsing XML without a window to handle UTF-8 properly
...
Fixes issue reported at https://forums.zotero.org/discussion/45556
2015-01-14 01:56:09 -05:00
Dan Stillman
b9fb7fa3c6
Update versions
2015-01-12 23:59:26 -07:00
Simon Kornblith
7d19e17bb9
Ensure that we pass WebPageDump an XPCNativeWrapper
...
Fixes some CSS issues in snapshots
2015-01-13 01:51:03 -05:00
Dan Stillman
f1a3cb3577
Update versions, submodules, and repotime
2015-01-12 21:54:56 -07:00
Simon Kornblith
90625e8a05
Fix translators callback from translators on Fx 35 (affects COinS)
2015-01-12 19:33:12 -05:00
Simon Kornblith
5c76347674
Improve translation on Nightly (with e10s disabled)
...
I haven't fully tested, but this fixes Google Scholar
2015-01-12 11:27:39 -05:00
Simon Kornblith
e082a4fc28
Fix PDF metadata retrieval on Fx 35
2015-01-12 02:44:09 -05:00
Simon Kornblith
da7ee2ba26
Tweak sandboxing for Firefox 35
...
Now we have to wrap cross-origin objects with a wrapper on the sandbox
side. Also, Function.prototype.apply.apply...
2015-01-12 01:41:01 -05:00
Simon Kornblith
fa75beeefd
Fix bookmarklet under Chrome
...
checkIsOnline isn't called before the connector gets used except in IE.
The mixed content blocker in modern IE combined with the https
redirect breaks communication with ZSA on all pages anyway, so we may
just want to give up on making the bookmarklet talk to ZSA.
2015-01-08 01:46:20 -05:00
Simon Kornblith
541ebd1f22
Merge pull request #596 from aurimasv/conn-reg
...
Fix regression from 0cd183613f
2015-01-07 20:10:34 -05:00
Dan Stillman
132284d5fa
Merge pull request #602 from zuphilip/collapse-right-pane
...
Right pane (item-pane) can be collapsed
2015-01-07 05:01:38 -05:00
Philipp Zumstein
d5b4c31575
Right pane (item-pane) can be collapsed
...
This belongs to issue #509 and was asked several times in the forum.
* Add attribute `collapse="after"` to the splitter and add a grippy element.
* To remember its state after restart I copied `zotero-persist="state"`.
* Handle zotero-items-splitter the same as zotero-collections-splitter in zotero-platform/mac/overlay.css
* Change min-width to 250px for #zotero-item-pane in zotero/overlay.css.
* Update the function `updateToolbarPosition` in zotero/zoteroPane.js:
* The width of the items-toolbar is corrected if the left pane is collapsed (and the icons are grouped on the left margin together).
* If the right pane is collapsed, then the items-toolbar is made flexible while making the item-toolbar unflexible. As a result the search box and locate icon are flushed right to the other icons.
2015-01-07 10:41:18 +01:00
Dan Stillman
3792e94c10
Merge non-English strings from Transifex
2014-12-27 14:14:31 -05:00
Dan Stillman
3b8ce8e411
Merge pull request #599 from aurimasv/varDump
...
varDump update
2014-12-27 14:11:24 -05:00
Aurimas Vinckevicius
8d7db5a63e
Remove safeDebug
2014-12-27 01:43:33 -06:00
Aurimas Vinckevicius
20a50d1aaa
Refactor Zotero.Utilities.varDump. Add handling for Error and XPCOM objects
2014-12-27 01:43:33 -06:00
Dan Stillman
0b3b296e28
Keep active item pane editing field open when window loses focus
...
Closes #153
2014-12-26 14:16:41 -05:00
Dan Stillman
d82f8e91dc
Update locales from Transifex
2014-12-19 14:23:46 -05:00
Dan Stillman
3024162bfe
Merge pull request #510 from mtd91429/linkURI
...
Link URI re: issue #486
2014-12-16 12:01:22 -05:00
MTD
849803473a
Address silent failure of unrecognized URIs in Attach Link to URI
...
Generated files for a more robust attached-link-dialog and localized strings
* AttachLink.js
* AttachLink.xul
zotero/xpcom/attachments.js
* created function cleanAttachmentURI
* in function linkFromURL, removed the regex constraints and the comment list of valid protocols
* removed outdated function declaration from beginning of script
* Improved automatic title generation mechanism
2014-12-16 11:20:55 -05:00
Dan Stillman
950302d8ee
Merge pull request #507 from f-mb/quick-search-for-civil-law-case
...
Allow QuickSearch to search for civil law cases
2014-12-15 19:43:58 -05:00
Aurimas Vinckevicius
bb53e7beb2
Fix regression from 0cd183613f
...
Was breaking connectors
2014-12-11 15:00:50 -06:00
Dan Stillman
67f28eada3
Merge pull request #595 from aurimasv/dup-isbn
...
Fix duplicate matching when ISBN is non-sensical
2014-12-10 17:03:38 -05:00
Aurimas Vinckevicius
2f79cb221f
Fix duplicate matching when ISBN is non-sensical
...
Re https://forums.zotero.org/discussion/43046/items-mistakenly-identified-as-duplicates/
2014-12-10 15:59:26 -06:00
Dan Stillman
ee389f106e
Merge pull request #593 from rmzelle/update-csl-preview
...
Update cslpreview.xul
2014-12-10 14:30:02 -05:00
rmzelle
e2f1f354f3
Update Zotero Preview pane
...
* Remove splitter
* Add explanation of how Zotero Preview pane works
* Limit filtering to citation format
Also add support for “citation-format” attribute of CSL 1.0
* Remove redundant warning
(already happens on this.refresh)
* Use "items" instead of "references"
* Clean up HTML a little
* Fix some JSHint warnings
2014-12-10 07:42:05 -05:00
Dan Stillman
2d0df16509
Switch WWW_BASE_URL to HTTPS
2014-12-09 20:48:15 -05:00
Dan Stillman
09638cbd2c
Merge pull request #585 from aurimasv/nfc
...
Normalize all user and translator input to NFC
2014-12-09 19:21:04 -05:00
Dan Stillman
20dd8c89d8
Remove "CSL" column in Cite -> Styles preferences
2014-12-09 19:19:40 -05:00
Dan Stillman
3a058c68ed
Use config URL for all repo requests, and move config to separate file
2014-12-09 18:53:53 -05:00
Dan Stillman
c28ef6f2d6
Use HTTPS for proxy auth check
2014-12-09 18:36:06 -05:00
Dan Stillman
2a27cd506d
Remove DB_REBUILD config option
...
I don't think anyone has used this in many years.
2014-12-09 18:35:03 -05:00
Dan Stillman
4f7e5446e8
Remove unused block
2014-12-09 17:49:15 -05:00
Simon Kornblith
a0c52a8892
Merge pull request #594 from aurimasv/patch-1
...
Disable ZSA ping from bookmarklet in non-IE browsers
2014-12-09 14:13:32 -05:00
Aurimas Vinckevicius
9ee67ca291
Disable ZSA ping from bookmarklet in non-IE browsers
...
This means that bookmarklet will only save to server.
2014-12-09 13:12:05 -06:00
Dan Stillman
e3d7101923
Update version
2014-12-02 00:26:41 -05:00
Dan Stillman
d894fdb1d4
Fix citation list generation via right-click and quick copy
...
Broken by 523724185
Not sure if cslEngine.opt.class is a safe way to get the class. @fbennett?
2014-12-01 17:12:07 -05:00
Dan Stillman
0fd0da2903
Fix "getItemAtRow(...) is undefined" error for some item modifications
...
Since 67c63a29
2014-12-01 16:51:11 -05:00
Simon Kornblith
01c80610b4
Maybe fix for Firefox 31
...
Still need to test more comprehensively
2014-12-01 03:17:03 -05:00
Dan Stillman
7dc9022a1f
Update maxVersion
2014-12-01 02:51:44 -05:00
Simon Kornblith
0cd183613f
Fix for Firefox 34
...
Passing sandboxes between translators became difficult. This change
loads all translators in the same sandbox, using the same ugly hack as
in the connectors to get us close enough to being able to load
translators into separate scopes for things to work.
Conflicts:
chrome/content/zotero/xpcom/translation/translate.js
2014-12-01 02:48:53 -05:00
Dan Stillman
524a71cfe8
Fix sync error with missing base directory set
...
Fixes #376
2014-12-01 02:32:44 -05:00
Dan Stillman
43c03c6aca
Update another version
2014-12-01 02:18:04 -05:00
Dan Stillman
d7d542a79c
Update version, submodules, and repotime
2014-12-01 02:17:09 -05:00
Dan Stillman
67c63a2968
Remove child items from view when removing parent
...
https://forums.zotero.org/discussion/42218/
2014-11-28 16:37:40 -05:00