Dan Stillman
59fb9d0226
Fix cross-library collection drag on Linux, probably
2017-03-04 16:38:00 -05:00
Dan Stillman
c180bce0f0
Check linked collections in both directions
2017-03-04 16:05:56 -05:00
Dan Stillman
d0d7aec4b0
Set 'copy' cursor feedback on cross-library collection drag
2017-03-04 04:17:51 -05:00
Dan Stillman
704e8ffeea
Fix dragging collections between libraries
2017-03-04 04:17:25 -05:00
Dan Stillman
9ea82bb6cd
Fix potential error dragging attachment with missing file
2017-03-03 16:40:28 -05:00
Dan Stillman
fe9fc8bc5a
Asyncify various functions to fix cross-library drag-and-drop error
...
When dragging an item to another library, we have to check if there's a
linked item in the target library, but items might not yet be laoded in
the other library, so item.getLinkedItem() can fail with "Item [n] not
yet loaded].
Fixing required asyncifying the follow functions:
- Zotero.Item::getLinkedItem()
- Zotero.Collection::getLinkedCollection()
- Zotero.URI.getURIItem()
- Zotero.URI.getURICollection()
- Various integration functions
2017-03-03 16:40:28 -05:00
Adomas Venčkauskas
182b9a937b
Fix (still) broken debug reporting for connectors (regression ef0d9afe8
)
2017-03-03 15:02:33 +02:00
Dan Stillman
7c25093ca2
Fix various error propagation issues during translation
...
As noted in 27cb099c82
, import translators should be rewritten to return
a promise from doImport() and wait for promises from successive
item.complete() calls. They should then be marked as minVersion: "5.0"
to be handled properly by this new code.
(But this tries to account, albeit with somewhat worse behavior, for
translators that haven't been rewritten and sandboxes without Promise
(which is currently the case with child sandboxes in the client).)
(Oh, and I haven't tested this at all in the connectors.)
2017-03-03 04:51:01 -05:00
Dan Stillman
7ccf781add
Firefox 52 compatibility
2017-03-02 15:30:54 -05:00
Dan Stillman
8812fd4401
Add debugging for display error reported in forums
...
https://forums.zotero.org/discussion/64662/5-0-beta-no-items-displayed-in-center-pane
2017-03-02 15:30:54 -05:00
Adomas Venčkauskas
6539fc44e3
Don't allow setting 0 for feed item TTL
2017-03-02 17:53:58 +02:00
Dan Stillman
3d0c7d3c43
Update locales from Transifex
2017-03-02 03:49:28 -05:00
Dan Stillman
945dc2825b
Don't restart until after clearing storage settings when changing user
...
Possible that this was working previously, but no particular reason to
think that quitZotero() shouldn't be synchronous.
2017-03-02 01:32:33 -05:00
Dan Stillman
3a5490a1ef
If userID is set, migrate any item relations with local user key
...
DB update to go along with 0d8643087a
2017-03-02 01:32:33 -05:00
Dan Stillman
0d8643087a
Update relations using local user key when first setting sync user
...
In case items are merged before the first sync
2017-03-01 23:38:45 -05:00
Dan Stillman
ba91a2ea52
Fix updating of notes list when child note is changed or moved to trash
2017-03-01 01:39:39 -05:00
Dan Stillman
82b789e083
Always show items-loading message switching collections in citation dialogs
...
Previously it only showed if library data hadn't been loaded, but
sorting can also take a little time when switching between collections.
2017-02-28 03:34:55 -05:00
Dan Stillman
737f54a70c
Fix Edit Bibliography window
2017-02-28 03:34:55 -05:00
Dan Stillman
6c58389563
Fix translation error when firstName is null for fieldMode 1
...
Some translators (e.g., CrossRef) return firstName: null with fieldMode:
1, which was causing an error
2017-02-27 23:34:16 -05:00
Dan Stillman
d0a1ac9677
Fix potential incorrect placement of new subcollections
...
For one particular complicated collection structure, new collections
could be placed in the wrong place until a restart.
2017-02-27 04:51:04 -05:00
Frank Bennett
6b2bf34732
Probable typo in dataObject.js
...
This line just crashed on me during a sync operation in Juris-M 5.0. It looks like a typo.
2017-02-27 16:36:47 +09:00
Dan Stillman
fa680bbbf5
Fix startup error on Windows DB upgrades caused by b2b751e0a0
2017-02-26 06:14:01 -05:00
Dan Stillman
b2b751e0a0
Fix error when DB backup can't be opened
2017-02-25 18:09:15 -05:00
Dan Stillman
cb5e1fa431
Handle paginated results in Zotero.Sync.APIClient.getGroups()
2017-02-24 18:41:37 -05:00
Dan Stillman
a9dda10a7d
Add Zotero.Sync.APIClient.getPaginatedResults()
...
Function that automatically follows Link headers and makes additional
requests as necessary, feeding the XMLHTTPRequest object from each
request to a reducer function.
2017-02-24 18:39:23 -05:00
Dan Stillman
57626101ac
Fix incorrect tests due to the bug fixed in b21729edd1
2017-02-24 03:50:31 -05:00
Dan Stillman
0a1629e986
Fix typo in debug line
2017-02-24 02:36:18 -05:00
Dan Stillman
80a0826eb6
Add archived group handling to sync runner
...
- Archive remotely missing that user chooses to keep
- Ignore archived groups that don't existing remotely
- Unarchive groups that become available again
2017-02-24 02:36:18 -05:00
Dan Stillman
2fe756c1c9
Add collections pane context-menu option to remove archived libraries
2017-02-24 02:36:18 -05:00
Dan Stillman
9ac458e05c
Add 'archived' property to Zotero.Library objects
...
Set when a user loses access to a library but chooses to keep it as a
read-only library.
2017-02-24 02:36:18 -05:00
Dan Stillman
88184b341b
Setting a library's 'editable' to false should do same for 'filesEditable'
2017-02-24 02:36:18 -05:00
Dan Stillman
b21729edd1
Fix Zotero.Sync.Data.Local._libraryHasUnsyncedFiles()
...
Always returned true
2017-02-24 02:36:18 -05:00
Dan Stillman
f7074a75b5
Fix error deleting selected library
2017-02-24 02:36:17 -05:00
Dan Stillman
1633a73c3e
Fix renaming attachment from right-hand pane
2017-02-23 20:17:40 -05:00
Dan Stillman
9073239292
Fix file sync error if local item version is greater than remote item
...
This can happen because objects are uploaded in batches, but the version
number from the last batch is used for all objects (since
APIClient.uploadObjects() handles batching internally).
2017-02-23 18:07:03 -05:00
Dan Stillman
6329e22a20
Show the right HTTP method in WebDAV errors
...
Could probably QI UnexpectedStatusException.channel to nsIHTTPChannel
and get requestMethod, but this is easier.
2017-02-23 15:21:45 -05:00
Dan Stillman
bb38c974bf
Fix error importing from file (regression from 32bebeb1cd
)
2017-02-22 21:46:06 -05:00
Dan Stillman
383eac4657
Use same directory for OS.File.moveAtomic() temp file
...
Using the main temp directory was causing writes to fail when storage
was on another filesystem.
2017-02-22 19:53:48 -05:00
Dan Stillman
32bebeb1cd
Fix importing from clipboard
...
Since there's no filename to show in the progress popup, show the
translator label (e.g., "BibTeX") instead.
2017-02-22 05:22:13 -05:00
Dan Stillman
0964277a37
Use OS.File.move() for data-dir migration on Windows, and make automatic
...
Previously on Windows, where we don't have /bin/mv, we were recursing
into the data directory and copying files individually, which is very
slow, so automatic migration was disabled. Instead, try moving
directories with OS.File.move() with the `noCopy` flag. Moving
directories is technically unsupported by OS.File, but probably only
because of the possibility of a cross-volume copy (which is only
implemented for some platforms), and using `noCopy` hopefully prevents
that. If someone does have their data directory or storage directory on
a different volume, the migration might be quite slow, but leaving a
data directory behind in the Firefox profile directory (where it can be
easily misplaced with a seemingly unrelated Firefox reset) is worse.
2017-02-22 04:56:49 -05:00
Dan Stillman
1ff1fabb31
Fix dragging attachment onto item on Linux (since 1a49018bd
)
2017-02-21 18:17:05 -05:00
Dan Stillman
3c5912f68d
Merge pull request #1180 from adomasven/fix/savePage-no-translator
2017-02-21 16:40:33 -05:00
Adomas Venčkauskas
01df8f59e5
Default to first translator for /connector/savePage if not provided
2017-02-21 16:40:10 -05:00
Dan Stillman
333675d8ea
Don't select sibling on attachment removal if attachment was unselected
...
Fixes #1173
2017-02-21 01:21:07 -05:00
Dan Stillman
60b2e16746
Fix "Item collection [n] not found" error after deleting collection
2017-02-21 00:38:00 -05:00
Dan Stillman
90603c33b4
Remove unused properties
2017-02-21 00:04:53 -05:00
Dan Stillman
64d73cf2d0
Fix handling of old-style 'condition'/'savedSearch' conditions
...
Strip library id prefix in addCondition() and _loadConditions(), so the
internal code can always expect just a key.
2017-02-21 00:04:53 -05:00
Dan Stillman
e465cf058e
Allow opening multiple URLs via View Online
2017-02-20 18:49:35 -05:00
Dan Stillman
5c50bb00cf
Don't save full-text cache files for linked files to linked directory
...
Regression from 80f888f374
. Not entirely sure what I was trying to fix there.
2017-02-20 17:51:37 -05:00
Dan Stillman
bb0fa73899
Fix old-style 'collection' condition for My Library in saved searches
2017-02-18 14:19:30 -05:00