Dan Stillman
10181f7f56
Fix sync error on missing full-text
...
If a version is returned for an item's full-text content but a 404 is returned
for the content itself (because it's missing in Elasticsearch for some reason),
don't throw an error.
Also remove legacy array comprehensions in fulltext and syncFullTextEngine test
files, which apparently weren't being run.
2016-04-30 01:24:33 -04:00
Dan Stillman
750d691712
Throw errors instead of strings in FeedReader rejections
2016-04-29 23:32:49 -04:00
Dan Stillman
b4a9858f37
Log message for unhandled promise rejection when string is thrown
2016-04-29 23:32:31 -04:00
Dan Stillman
13c4bbebfa
Save master item when merging
2016-04-29 20:29:44 -04:00
Dan Stillman
877063e73d
Merge branch '4.0'
2016-04-29 20:29:31 -04:00
Dan Stillman
b4ac43fd77
Fix startup error on Firefox 48
...
Addresses #980 . There are a couple other uses of the old API, but I'm not sure
how they're triggered, and we might be gone from Firefox before this is
relevant.
2016-04-29 17:28:24 -04:00
Dan Stillman
ef71d3f729
Revert "Try disabling gzip compression of uploads, in case it fixes sync error"
...
This reverts commit adec007df0
.
Doesn't seem to make a difference.
2016-04-29 11:57:11 -04:00
Dan Stillman
adec007df0
Try disabling gzip compression of uploads, in case it fixes sync error
...
Just to see if it fixes the "Error connecting to server" errors some people are
seeing after upgrading to Firefox 46.
2016-04-29 00:38:19 -04:00
Dan Stillman
3663f13fa9
Merge pull request #979 from adomasven/fix/old-sync-credentials-to-apikey
...
Fixes sync error when transfering credentials from legacy to API key
2016-04-28 10:23:59 -04:00
Adomas Venčkauskas
477a1fb5bc
Fixes sync error when transfering credentials from legacy to API key
2016-04-28 15:18:09 +01:00
Dan Stillman
186561f320
Merge pull request #950 from adomasven/feature/import-feeds-from-opml
...
Close adomasven/zotero#11 . Add support for feed imports from OPML files
2016-04-28 01:09:47 -04:00
Dan Stillman
f52e93dd16
Fix intermittent test failures saving from loaded RIS file
...
1c19fe8d81
isn't sufficient for local files, because detection is run
twice, so a translator may not be available when the detect callback is
run. This changes the test to poll for the translate icon, which is a
bit of a hack but does the job.
Unfortunately this isn't perfect either, because it seems the RIS
detection sometimes just isn't run, which means that the icon never
changes and the test times out. Maybe @simonster has an idea why that's
happening.
2016-04-27 16:07:17 -04:00
Dan Stillman
5a4dddcbc6
Download to Bluebird 3.3.4 to fix translation error
...
browserTest.js -> "should save book with child note to current
collection" was failing with an attempt to translate as COinS instead of
RIS. If this isn't fixed in a subsequent Bluebird release, we can debug
further.
2016-04-27 16:06:58 -04:00
Adomas Venčkauskas
3b758e562b
Close adomasven/zotero#11 . Add support for feed imports from OPML files
2016-04-27 20:32:20 +01:00
Dan Stillman
bb522868ad
Merge pull request #977 from adomasven/fix/feed-remove-after-setting
...
Closes #961 . Fixes feed dialogue remove read articles value not saving
2016-04-27 13:29:36 -04:00
Dan Stillman
ecd65b3b75
Merge pull request #976 from adomasven/fix/feed-update-cache-bypass
...
Closes #951 . Bypasses cache when retrieving feeds
2016-04-27 13:16:27 -04:00
Adomas Venčkauskas
98a3c4aeaa
Closes #961 . Fixes feed dialogue remove read articles value not saving
2016-04-27 16:38:28 +01:00
Adomas Venčkauskas
1892f7b5b0
Closes #951 . Bypasses cache when retrieving feeds
2016-04-27 15:27:09 +01:00
Dan Stillman
295e9f3ecf
Don't retry cancelled conflicts immediately
...
If other items were saved in the same batch, the conflict resolution
window could reappear immediately after cancelling it.
2016-04-27 05:45:35 -04:00
Dan Stillman
c146adce38
Hide sync error panel after custom button is clicked
2016-04-27 03:15:29 -04:00
Dan Stillman
e5bf7eff21
Open account settings in new tab from quota message
2016-04-27 03:15:10 -04:00
Dan Stillman
6d6afdd706
Show correct quota message for personal library
2016-04-27 03:14:51 -04:00
Dan Stillman
0ebf49849a
Log counts of storage requests that succeeded and failed
2016-04-27 02:35:24 -04:00
Dan Stillman
1a97f27fe3
Use Bluebird reflect() instead of deprecated settle()
2016-04-27 02:34:46 -04:00
Dan Stillman
05de47149f
Allow marking of errors as handled for Bluebird
...
Set .handledRejection on an Error object to tell Bluebird that it's been
handled and shouldn't be logged by onPossiblyUnhandledRejection().
2016-04-27 02:32:58 -04:00
Dan Stillman
1502985d98
Update Bluebird to 3.3.5
2016-04-27 02:23:49 -04:00
Dan Stillman
2a8cd27b49
Increase default test timeout to 10000
2016-04-26 21:46:05 -04:00
Dan Stillman
88a1827332
Fix test failures
2016-04-26 21:45:55 -04:00
Dan Stillman
1c90a77298
Fix handling of 413 for over-quota errors
...
And fix handling of custom error dialog button text/callbacks in
general.
2016-04-26 18:59:23 -04:00
Dan Stillman
098655d913
Prompt about username change at sync time, not just in prefs
...
This is necessary because you can copy a database synced with a
different account into the data directory without affecting the stored
pref.
Also tweak the text to use proper quotes and remove quaint references to
"the server".
2016-04-26 18:12:20 -04:00
Dan Stillman
758af2be9e
Align "Set Up Syncing" button in prefs
2016-04-26 16:27:26 -04:00
Dan Stillman
4e50b7ddc2
Increase default test timeout to 10 seconds on Travis
...
Maybe this will fix some of the intermittent failures...
2016-04-26 02:43:44 -04:00
Dan Stillman
a62e7e46bf
Remove some unreachable code
...
Addresses #974
2016-04-26 02:00:51 -04:00
Dan Stillman
95ba68a757
Don't skip uploads of more than 25 items…
...
Fixes #965
2016-04-26 01:35:01 -04:00
Dan Stillman
55688a8104
Load item data in feed libraries before refreshing feeds
2016-04-26 00:00:12 -04:00
Dan Stillman
a8e94a8cba
Extra debug logging for #965
2016-04-25 23:41:49 -04:00
Dan Stillman
f82fb89e1c
Sort parent collections and items first in uploads
...
Closes #972
2016-04-25 20:16:31 -04:00
Dan Stillman
12e369b2b6
Show the invalid login prompt for an invalid API key
...
Addresses #953 , but the message should still be updated to be more
precise now that passwords aren't used directly.
2016-04-25 03:12:11 -04:00
Dan Stillman
4eee369b66
Use /keys/current for key requests
...
Possible after https://github.com/zotero/dataserver/commit/beb38579ca1
2016-04-25 02:51:35 -04:00
Dan Stillman
ebb2f1667d
Log feed errors to console
2016-04-25 00:50:28 -04:00
Dan Stillman
a05134e903
Fix search by file type
...
Fixes #966
2016-04-25 00:50:27 -04:00
Dan Stillman
010249e49b
Fix support for old type-forcing object syntax for DB query parameters
2016-04-25 00:50:19 -04:00
Dan Stillman
a605fe1cff
Don't try to access itemsView until loaded in citation dialogs
2016-04-25 00:33:57 -04:00
Dan Stillman
7bc80d1f32
Don't allow citing from feeds in classic dialog
...
And allow feeds to be hidden from collectionTreeView with hideSources
Fixes #964
2016-04-25 00:32:32 -04:00
Dan Stillman
174405defb
Fix feed refresh interval calculation
2016-04-25 00:05:05 -04:00
Dan Stillman
7d4aa521ac
Update citeproc-js to 1.1.101
2016-04-24 20:06:22 -04:00
Dan Stillman
bee32d1a51
Remove merged items from duplicates view without regenerating list
2016-04-24 19:58:44 -04:00
Dan Stillman
7cf0ff2683
Update citeproc-js to 1.1.100
2016-04-24 06:50:45 -04:00
Dan Stillman
a218da859c
Fix COinS generation outside of translators
...
Fixes #963 , 5.0: CrossRef lookup is not working
2016-04-24 04:50:29 -04:00
Dan Stillman
6a47d1dc44
Fix #962 , 5.0: Add item by identifier in collection
...
Also adds a test for this, but lookup tests are disabled
until #699 is resolved.
2016-04-24 04:28:56 -04:00