Dan Stillman
20d4ab2d0a
Merge locales from Transifex
2015-02-19 18:08:13 -05:00
Dan Stillman
ba2a16531b
Add "Show Item in Library" button to note-too-long window
...
TODO: other too-long errors
2015-02-19 17:44:35 -05:00
Dan Stillman
110bf42e5f
Click a button in the sync error panel should close the panel
2015-02-19 17:07:48 -05:00
Dan Stillman
629f4b3cc5
Make Zotero.Error instanceof Error, and give a less ugly name
2015-02-19 17:06:59 -05:00
Dan Stillman
88be886612
Sync error icon is too close to sync icon (at least on OS X)
...
Might need to restore this on Windows/Linux where the button styles are
different
2015-02-19 15:42:36 -05:00
Dan Stillman
88d22601d7
Fix error saving from translator context menu (from aaeb2cec
)
2015-02-19 01:29:06 -05:00
Dan Stillman
424ee72f58
Additional icon changes
...
- Add high-res webpage icon
- Show webpage icon in grayscale when no translator (except on hover, for fun)
- Remove pre-Australis icons
- Switch to CustomizableUI API for toolbar icon
- Move icon generation code to separate file
- Add Zotero.hiRes flag for Retina/etc. displays (available only after a window
has loaded)
Known issues:
- While the gray is mostly to be less distracting, the gray/color distinction
will probably be lost on most people. A separate guidance panel for the gray
icon might help.
- On pages with frames, the webpage icon appears first and then is replaced
with a translator icon.
2015-02-18 17:10:19 -05:00
Dan Stillman
0eefd24d92
Fix color of Z icon on OS X for current Firefox theme
...
The Firefox theme changed at some point since Australis to use darker,
non-gradient icons. (Sorry ESR users.)
Not sure if this needs to change on Win/Linux too.
2015-02-18 05:39:29 -05:00
Dan Stillman
a18bad6e5c
Merge pull request #638 from aurimasv/to-infinity-and-beyond
...
Fix possible infinite loops
2015-02-17 23:25:26 -05:00
Aurimas Vinckevicius
7b621420f7
Fix possible infinite loops
2015-02-17 22:12:52 -06:00
Dan Stillman
aaeb2cec9d
Show address bar icon on all web pages in Firefox
...
The icon now will save using a translator if possible and otherwise fall back
to creating a web page item. This also removes the "Create Web Page Item from
Current Page" button.
Let's see how this feels. (Pushing it to the beta so more people can try it.) I
think we ultimately should do this, but my main concern with this
implementation is that it's just too distracting, since the icon disappears and
reappears on every page. A persistent, possibly monochrome icon that was just
sometimes disabled (as is the case for the Firefox bookmark toolbar icon) might
be better.
Regardless of the approach, there are some follow-up tweaks that should be made:
- The same thing in the connectors
- Context-menu options
- Different icons and descriptions for different file types (PDF, image)?
- Adjust guidance text? Have separate guidance panels for web vs. translation?
2015-02-17 03:43:45 -05:00
Dan Stillman
47a062c9a8
Fix potential infinite loop dragging large HTML notes
2015-02-17 01:39:40 -05:00
Dan Stillman
42c55ee5f3
Fix file sync error with filenames containing slashes
...
These shouldn't exist, but something either didn't used to or still isn't
protecting against them, so strip them in getFile().
2015-02-16 17:26:51 -05:00
Simon Kornblith
64f7710877
Merge pull request #409 from aurimasv/cookies
...
Manage cookies received from other hosts.
2015-02-14 13:24:58 -05:00
Dan Stillman
161733b207
Merge pull request #630 from aurimasv/attach-url
...
Don't try to parse path if it looks like a web URL
2015-02-11 01:22:39 -05:00
Dan Stillman
884132ac8b
Merge pull request #629 from aurimasv/varDump-exception
...
Handle XPCOM Exceptions in varDump
2015-02-11 01:18:48 -05:00
Dan Stillman
5a1d605330
Update maxVersion
2015-02-10 22:57:55 -05:00
Dan Stillman
39ecb7d916
Update translators
2015-02-10 22:52:53 -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
Aurimas Vinckevicius
cae9a89b9d
Fix syntax error in varDump
2015-02-10 21:26:50 -06:00
Simon Kornblith
aeada8032c
Fix XML-based import, export, and search translators on Firefox 36
2015-02-10 22:01:52 -05:00
Aurimas Vinckevicius
264e1f8835
Don't try to parse path if it looks like a web URL
...
Also, cleaner parsing messages
2015-02-10 20:50:08 -06:00
Aurimas Vinckevicius
8e25a4bdf3
Handle XPCOM Exceptions in varDump
2015-02-10 20:49:16 -06: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
Dan Stillman
f04ae4ce47
Update "Swap First/Last Names" case, in preparation for #605
2015-02-07 05:31:51 -05: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
Dan Stillman
959be09223
Merge pull request #624 from aurimasv/in-line-editing
...
Disable expand/collapse shortcuts in coll. tree when in-line editing
2015-02-03 15:48:10 -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
b5b85ee589
Update submodules and repotime
2015-01-31 16:06:21 -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
Dan Stillman
deb77cdb08
Merge pull request #603 from fbennett/icon-to-nav-bar
...
Use nav-bar as id of menu button container
2015-01-30 20:42:41 -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
9232dd5247
Merge locales from Transifex, though it's all Greek to me
2015-01-30 04:45:41 -05:00
Dan Stillman
7aff743da6
Remove trailing space
2015-01-30 04:45:40 -05: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