Simon Kornblith
48f6de7ad1
Move Safari items to root images directory, part 1
2015-03-14 18:28:05 -04:00
Aurimas Vinckevicius
7e67a34444
[WebPageDump] Fix regression from 5f8b56ef86
2015-02-21 21:51:01 -05:00
Dan Stillman
62aa5acc0d
Fix NO_INTERFACE console error after itembox/tagsbox edit in Fx36
...
In Fx36+, QIing the scrollbox to nsIScrollBoxObject throws NO_INTERFACE,
presumably because https://bugzilla.mozilla.org/show_bug.cgi?id=364612
was implemented in some other ticket.
2015-02-10 22:45:51 -05:00
Simon Kornblith
aeada8032c
Fix XML-based import, export, and search translators on Firefox 36
2015-02-10 22:01:52 -05:00
Dan Stillman
1afa1ffea6
Update submodules, repotime, and versions
2015-02-10 00:13:42 -05:00
Dan Stillman
a98e6ab4fb
Merge pull request #627 from aurimasv/connector-double-proxy
...
Don't proxify proxied hosts
2015-02-09 04:57:47 -05:00
Dan Stillman
f7a2ef6698
Merge pull request #614 from aurimasv/file-attachments
...
Allow file paths to be specified in attachment.url
2015-02-09 04:49:42 -05:00
Aurimas Vinckevicius
82998e986e
Don't proxify proxied hosts
2015-02-09 00:57:56 -06:00
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
Dan Stillman
424af025b3
Merge pull request #608 from COV-Steve/4.0
...
Fix for OpenURL 0.1 resolver detection
2015-02-03 22:28:17 -05:00
Aurimas Vinckevicius
27502a60b2
Disable expand/collapse shortcuts in coll. tree when in-line editing
2015-02-03 14:43:52 -06:00
Dan Stillman
6f811cbbd0
Update submodules
2015-02-03 00:51:46 -05:00
Simon Kornblith
449086672c
Fix #619 , Retrieve metadata via Google Scholar broken in Firefox 31-34
2015-02-02 23:28:59 -05:00
Dan Stillman
496d4c5e77
Properly show saveURI errors in Zotero.Attachments.importFromURL()
2015-02-01 21:09:13 -05:00
Dan Stillman
f5c173b1e5
Fix saving files from translators
...
(More breakage from 5f8b56ef8
)
2015-02-01 21:07:24 -05:00
Dan Stillman
fb8149e6db
Clarify icon comment
2015-01-31 16:01:53 -05:00
Dan Stillman
bcacb79489
Fix remote file saving
...
5f8b56ef8
was so many different kinds of broken
2015-01-31 15:23:58 -05:00
Frank Bennett
5cfe4db098
Use nav-bar as target ID for Zotero nav bar icon
...
The statusBarIcon pref is retained to maintain state across
starts.
2015-01-30 22:42:34 +09:00
Dan Stillman
f04b641f3c
Merge pull request #617 from aurimasv/content-handler
...
Content handlers
2015-01-30 04:09:03 -05:00
Dan Stillman
d8f2d4b268
Merge branch 'fx36-saveURI' into 4.0
2015-01-30 03:56:58 -05:00
mizu
5f8b56ef86
Fix saveURI() in Firefox 36+
2015-01-30 03:55:35 -05:00
Dan Stillman
783ba4a0b7
Merge pull request #618 from aurimasv/prefs-unicode
...
Retrieve unmangled unicode strings from preferences
2015-01-30 03:42:34 -05:00
Dan Stillman
f2ffc30728
Merge pull request #607 from rmzelle/rename-style-panes
...
Localize Style Editor and Preview and other improvements
2015-01-28 22:57:10 -05:00
rmzelle
0be9e73b51
Further improvements to Style Editor and Preview
...
* Clean up code (remove some pre-CSL 0.8.1 code, see also e32e6aa2f5
)
* Complete localization
* Save vertical space. Editor: remove "pre-wrap" wrapping, use smaller headers, add grippy to collapse CSL code. Preview: remove groupbox
2015-01-28 22:20:20 -05:00
rmzelle
eec1ba4c73
Put JavaScript code from Style Editor and Preview into separate files
2015-01-28 22:20:20 -05:00
rmzelle
6fd3b298de
Rename Reference Test and Preview panes
...
* Also start localization of Zotero Style Preview
2015-01-28 22:07:39 -05:00
Dan Stillman
55d84bcbf3
Merge pull request #609 from aurimasv/retrieve-meta-max-pages
...
Allow MAX_PAGES (for retrieving metadata) to be user-adjustable
2015-01-21 01:01:47 -05:00
Aurimas Vinckevicius
e8e0f5e831
Bump MAX_PAGES to 15
...
Re https://forums.zotero.org/discussion/45641/error-getting-metadata/#Item_10
2015-01-20 23:58:41 -06:00
Aurimas Vinckevicius
11017b650c
Retrieve unmangled unicode strings from preferences
2015-01-20 23:28:22 -06:00
Aurimas Vinckevicius
f7893ef400
Don't require Zotero restart to change RIS/BibTeX handling preference
2015-01-20 22:46:30 -06:00
Aurimas Vinckevicius
3f3666c972
Add Zotero.Prefs.registerObserver
...
* Easier monitoring of preference changes
* Takes a preference name and a handler function that will be passed the new value of the preference
* Unregister observer via Zotero.Prefs.unregisterObserver with the same parameters
2015-01-20 22:45:28 -06:00
Aurimas Vinckevicius
4ecdd55717
Continue with default if declining Zotero to handle RIS/BibTex/etc.
2015-01-20 21:54:05 -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
Aurimas Vinckevicius
869fdf61ae
Make sure that there's always a title for a given URL
...
E.g. https://read.amazon.co.uk/?asin=XXXXXXXXX was resulting in a blank title
2015-01-18 10:41:17 -06:00
Aurimas Vinckevicius
79a79bb47a
Fix typo in attachLink.xul
2015-01-18 10:40:12 -06: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
Steve Jamieson
0d2a205110
Fix for OpenURL 0.1 resolver detection
...
The discoverResolvers function was looking for the wrong XML tag name representing OpenURL version 0.1 in the response from the WorldCat Registry
2015-01-13 14:20:57 -06: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
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
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