Dan Stillman
2b0aaf6314
Fix potential crash when dragging collection to another library
...
Fixes #141 , Error dragging collection containing standalone note to library
where note isn't standalone
2016-03-01 01:18:52 -05:00
Dan Stillman
d102e32f7d
Fix potential crash when dragging in files on some systems
...
This might fix https://forums.zotero.org/discussion/57031
2016-02-24 04:03:05 -05:00
Dan Stillman
72302c8e24
Make selected, onfocused tree row highlight color on Linux more distinct
...
By default it's very close to the alternating row color (even in Places)
https://forums.zotero.org/discussion/56942/
2016-02-20 17:33:53 -05:00
Dan Stillman
c813df84dd
Show proper error message on Firefox login manager service failure
...
If the XPCOM service can't even be retrieved, show the same message as
when there's an error finding logins.
2016-02-15 01:47:11 -05:00
Dan Stillman
5f3313d132
Restore proper sizing of toolbar icons on HiDPI Windows/Linux
...
I guess the idea that switching to PNGs obviated the need for this was wishful
thinking (though it doesn't seem to be necessary for the single buttons anymore
on Linux, and it's no longer necessary on OS X, which has generally saner
styling in Firefox).
2016-02-10 05:21:27 -05:00
Dan Stillman
88f1636d08
Toolbar icon tweaks
...
- Fix spacing on Windows and Linux in latest Firefox versions
- Tweak icon colors on Windows and OS X
- Adjust Z SVG to take up full height, so Z is a full 16px instead of
14px with slight anti-aliasing
- Use generated PNGs instead of SVG for Z toolbar icons, to remove the
need for complicated size rules
- Add separate platform-specific .svg files that are used by a
zotero-build script, make-z-icons, to generate the Z PNGs; the main
SVG is still used directly in the menu panel and customization
palette, with platform media queries to determine the coloring
2016-02-10 03:33:01 -05:00
Dan Stillman
3afc50bbf6
Update maxVersion
2016-02-08 23:49:36 -05:00
Dan Stillman
dd334ac413
Merge locales from Transifex
2016-02-08 23:49:36 -05:00
Dan Stillman
1cf5d16404
Create CONTRIBUTING.md
2016-02-08 19:28:05 -05:00
Dan Stillman
6f1905bcfc
Merge new English strings
2016-02-06 05:09:11 -05:00
Dan Stillman
b05f1d29aa
Backport better incompatible-DB-version handling from 2177a000ea
...
Implements #891 for 4.0
2016-02-06 04:59:15 -05:00
Dan Stillman
04d957a95c
Fix "Add Identifier by ID" in Fx45
...
const doesn't create a property on the global object in Fx45
2016-02-02 02:03:46 -05:00
Dan Stillman
ef180d190f
Update submodules
2016-02-01 04:43:49 -05:00
Dan Stillman
6b93704006
Update locales from Transifex
2016-02-01 04:41:11 -05:00
Dan Stillman
950e1a5047
Don't call stop handler twice in storage stream listener
...
The second status code would be 0, so it could result in spurious
S3 retries.
Backported from master
2016-02-01 04:20:22 -05:00
Dan Stillman
ec28c5a35d
Retry S3 requests on 500 or 503 in addition to interruption
...
And adjust S3 success/backoff counters on success
2016-02-01 03:58:45 -05:00
Dan Stillman
ab9330d88e
Don't show open/save dialog in addition to style installation prompt
...
This apparently has been happening for a year, since #617 .
Might be better to show open/save on cancel, as implemented for the
RIS/BibTeX prompt in 4ecdd55
(which caused this), but that would have to
wait for the better promise handling in 5.0. Doing "Save Link As..." for
a CSL file also seems a bit more straightforward than for RIS/BibTeX,
which can be served in complicated ways.
2016-01-23 02:26:06 -05:00
Dan Stillman
e206d70595
Fix "undefined" prefix from md5Async()
2016-01-22 01:10:08 -05:00
Dan Stillman
0a5e31a4e1
Fix crashes due to "Parameter 4 is undefined" error
...
Broken in 7d404e8d4a
2016-01-14 19:42:25 -05:00
Dan Stillman
b52360d0f4
Update versions
2016-01-14 19:42:14 -05:00
Dan Stillman
da71d6201a
Fix file sync error due to Zotero.Utilities.Internal.md5() brokenness
...
Broken in 7d404e8d4a
2016-01-14 19:25:15 -05:00
Dan Stillman
7d404e8d4a
Closes #896 , Legacy array/generator comprehension is removed in Firefox 46
...
Possible there are some bugs here (and it also may fix a couple existing bugs).
2016-01-12 01:58:38 -05:00
Dan Stillman
9fb42b6788
Fixes #890 , Use text area for Book Title
2016-01-08 04:30:47 -05:00
Dan Stillman
08562e50cd
Fixes #877 , getPrimaryIDForType doesn't work due to typo
2016-01-08 03:44:38 -05:00
Dan Stillman
818ef28f88
Fixes #876 , Uncaught error in getTypesForItemType with valid input
2016-01-08 03:43:10 -05:00
Dan Stillman
1d3113971b
Bump versions
2015-12-17 16:40:37 -05:00
Dan Stillman
0673face28
Update submodules and maxVersion
2015-12-10 16:33:51 -05:00
Dan Stillman
1d4dd9faac
Fix double filename in progress popup when saving files
...
This appears to have started in a recent Fx version.
2015-11-28 19:12:36 -05:00
Dan Stillman
3dab61d581
Update test config for new Firefox download URLs
2015-11-19 16:22:21 -05:00
Dan Stillman
32b7756898
Update locales from Transifex
2015-11-08 16:25:07 -05:00
Dan Stillman
ccd765ff74
Update versions and submodules
2015-11-08 16:21:20 -05:00
Philipp Zumstein
add3acbcd1
Relax condition in parseContextObject
...
Especially, allow rft.subject and rft.description in core OpenURL without Dublin Core declared as format. This fixes #851
2015-11-08 16:16:36 -05:00
Dan Stillman
0dbf5b20f3
Merge pull request #870 from Juris-M/z4.0-clipboard-copy-fix
...
Prevent duplicate items when copying citations to clipboard
2015-11-08 01:05:01 -05:00
Dan Stillman
5959bbd87e
Use container-based Travis infrastructure
...
http://docs.travis-ci.com/user/migrating-from-legacy/
2015-11-08 01:02:01 -05:00
Dan Stillman
027631852e
Only download latest file in Firefox releases directory in Travis setup
2015-11-08 01:01:35 -05:00
fbennett
4a475ff3aa
Prevent duplicate items when copying citations to clipboard
2015-11-08 11:44:13 +09:00
Dan Stillman
2b8a5ba0b7
Disable extension signing check for test runs
2015-10-26 05:00:38 -04:00
Dan Stillman
a8e5f849f9
Update README.md
2015-10-13 15:28:15 -04:00
Dan Stillman
8997ba06c1
Update citeproc-js to 1.1.60
...
Closes #854
2015-10-05 20:06:51 -04:00
Dan Stillman
488c4eb72b
Fix menubar/titlebar-less Standalone window issue in El Capitan
...
If Standalone is closed in full-screen mode in 10.11, 'sizemode' on the main
window is persisted as 'fullscreen'. On reopen, the window doesn't go into
full-screen mode, but it still lacks menubar or titlebar. This patch forces the
window into 'normal' mode if it was left in 'fullscreen'.
(Firefox appears to ignore 'fullscreen' without actually changing the value,
but I didn't find the code that handles that.)
2015-10-02 16:46:34 -04:00
Dan Stillman
a22fe2ecda
Update translators and renamed-styles.json
2015-10-02 05:05:26 -04:00
Dan Stillman
7f8cf293d0
Fix child item drag on Windows in Firefox 41
2015-10-02 03:50:01 -04:00
Simon Kornblith
310ff1cf53
Merge branch 'connector' into 4.0
2015-09-28 20:28:38 -04:00
Dan Stillman
4dd56eadfc
Update version
2015-09-25 13:29:02 -04:00
Dan Stillman
ce72b450bf
Fix missing colored tag swatches on Windows/Linux
...
In Firefox 41, file: URIs can no longer be loaded (at least via Image)
from the hidden window on Windows/Linux, but chrome: URIs still work.
Not sure why I was using a file: URI to begin with.
2015-09-24 23:59:48 -04:00
Simon Kornblith
974a07bf73
Add addEditCitation command to Zotero
2015-09-24 23:44:19 -04:00
Dan Stillman
ec66d15a5f
Update version and submodules
2015-09-24 22:13:35 -04:00
Dan Stillman
d79570341c
Update locales from Transifex
2015-09-24 22:09:38 -04:00
Dan Stillman
e4c5d86bc6
Update citeproc-js to 1.1.58
...
Closes #850
2015-09-24 22:02:35 -04:00
Dan Stillman
c43d36900a
Update version
2015-09-24 18:24:52 -04:00