Dan Stillman
bf26c230be
Update submodules
2018-04-16 14:58:37 -04:00
Adomas Venčkauskas
21fadee7bb
Refactor word plugin installer
2018-04-04 13:52:33 +03:00
Dan Stillman
b600885d11
Update translators
2018-03-27 03:10:56 -04:00
Dan Stillman
c96363746b
Fix related-item relations pointing to a previous user account
...
If somebody switched accounts in a previous version, it was apparently
possible for related items to end up pointing at an item URI with the
old userID, which could cause a 403 on sync.
https://forums.zotero.org/discussion/70989/report-id-477331252
(5.0 deletes data when switching accounts to avoid exactly this sort of
bug.)
2018-03-26 02:12:20 -04:00
Dan Stillman
c71f657b08
Update translators
2018-03-20 15:31:58 -07:00
Dan Stillman
90b975445e
Fix note display in read-only libraries and classic citation dialog
2018-03-11 01:41:16 -05:00
Dan Stillman
5f6de1c787
Update submodules
2018-03-09 14:35:41 -05:00
Dan Stillman
c7d05ad2f9
Use 'paste' plugin from TinyMCE 4.6.7 to fix drag and drop cursor issue
...
https://forums.zotero.org/discussion/70720/after-copy-by-dragging-the-cursor-disappears
2018-03-08 00:17:16 -05:00
Dan Stillman
51ddc46322
Update translators
2018-03-05 18:10:17 -05:00
Dan Stillman
e8403b9679
Update TinyMCE to 4.7.9
2018-03-01 22:41:28 -05:00
Dan Stillman
081793f72f
Disable auto_focus for TinyMCE
...
TinyMCE triggers a focus on the window itself, which means that the
window steals focus when an attachment is created even if another Zotero
window is in front. Instead, do a manual focus in the external note
window, which is the one place I could find where we rely on it (though
there might be others).
2018-03-01 01:20:29 -05:00
Dan Stillman
16f228b2a3
Update renamed styles
2018-02-28 04:31:22 -05:00
Dan Stillman
7c64666167
Use separate subdomain for recognizer requests for now
2018-02-22 02:01:05 -05:00
Dan Stillman
eca9d82aa2
Update submodules
2018-01-29 17:22:35 -05:00
Dan Stillman
e3dee4dee7
Update translators
2018-01-17 01:15:31 -05:00
Dan Stillman
09fc3c2b1c
Update submodules
2018-01-11 20:20:32 -05:00
Dan Stillman
5847388862
Add schema update step to remove dc:isReplacedBy relations
...
These should've all been replaced with dc:replaces relations in a schema
update step, so any that exist were likely synced down from the API
(since fixed) and should be obsolete/redundant.
2018-01-05 02:53:27 -05:00
Dan Stillman
545c800459
Open /start on first-run instead of /start_standalone
...
Closes #1389
2017-12-15 00:14:52 -05:00
Dan Stillman
90d948a6bc
Update submodules
2017-12-13 21:33:00 -05:00
Dan Stillman
6051c245b4
Fix auto-focusing of notes in external window
2017-12-11 02:39:22 -05:00
Dan Stillman
8f98398dfd
Update submodules
2017-12-03 15:20:35 -05:00
Dan Stillman
bbad56a32a
Update submodules
2017-11-27 20:48:24 -05:00
Dan Stillman
d4ae63ff0d
Update submodules
2017-11-22 03:15:37 -05:00
Dan Stillman
48928deba4
Update submodules
2017-11-17 09:37:54 -05:00
Dan Stillman
20ad57a368
Update submodules
2017-11-12 18:47:32 -05:00
Dan Stillman
56289b6693
Update submodules
2017-10-25 23:56:12 -04:00
Dan Stillman
45357bdb85
Update submodules
2017-10-17 21:05:52 -04:00
Dan Stillman
5f413b2ff3
Update submodules
2017-09-30 19:10:05 -04:00
Dan Stillman
da21c9c47b
Remove old archive.org relations
...
These aren't allowed by the API and were breaking syncing (and haven't
been exposed anywhere for years anyway).
2017-09-22 16:58:16 -04:00
Dan Stillman
a455a72534
Remove invalid relations mangled during import
...
Not sure if this occurred for our own translators, but it addresses
items created from #1282 .
2017-09-22 01:22:33 -04:00
Dan Stillman
d2a33f2613
Update submodules
2017-09-18 01:37:26 -04:00
Dan Stillman
acb990c75d
Update submodules
2017-08-17 16:58:26 +02:00
Dan Stillman
dd0fafd41d
Restore Cut/Copy/Paste to note context menu
2017-08-16 00:41:38 +02:00
Adomas Venčkauskas
55992e341d
Add more logging for word plugin installer
2017-08-08 12:46:33 +03:00
Dan Stillman
ffc32d992d
Update submodules
2017-07-30 15:34:03 -04:00
Dan Stillman
ac7c22a7c6
Fix searches for PowerPoint files
...
This also adds a mechanism for indicating that DB userdata upgrades
after a certain version are minor and shouldn't show "Upgrading
database…" or create a pre-upgrade backup.
2017-07-30 00:06:59 -04:00
Adomas Venčkauskas
81d5618346
Log a few more lines during the word plugin installation
2017-07-26 09:20:50 +03:00
Dan Stillman
6ae2b58d3f
Update submodules
2017-07-24 08:59:23 -04:00
Dan Stillman
073d27311f
Use HTTPS for Google Scholar and CrossRef lookup engines
...
TODO: Update existing engines
2017-07-23 00:57:04 -04:00
Adomas Venčkauskas
0ceb5ec9a9
Add some additional logging to docs plugin installer
2017-07-22 17:28:30 +03:00
Dan Stillman
94a3921d0a
Update translators
2017-07-17 18:25:21 -04:00
Dan Stillman
b0c1a9a613
Add alignment menu to note context menu that restores justification option
...
(Even if it's generally a bad idea without hyphenation)
Also adds unused code that could replace the three alignment buttons in
the toolbar with a split-button menu with all four options. We could use
this if we needed more space and didn't think people would mind the
extra click when switching between left and center.
2017-07-17 16:34:48 -04:00
Dan Stillman
e5972b705f
Update translators
2017-07-08 17:25:10 -04:00
Dan Stillman
3b2d7eb970
Log errors from Zotero.serial()
...
And output errors in concurrentCaller if not otherwise logged
2017-07-07 05:31:37 -04:00
Dan Stillman
b07fdc6335
Add intro text to middle pane when My Library is empty
...
This replaces the Quick Start Guide item in earlier versions.
Also increases size of My Publications intro text when the window is
wider.
2017-07-07 03:41:50 -04:00
Dan Stillman
dc71af9110
Update translators
2017-07-05 05:18:00 -04:00
Dan Stillman
7769b5d09e
Update submodules
2017-07-03 03:03:41 -04:00
Dan Stillman
f6ac1732f2
"Install Browser Extensions" -> "Install Browser Connectors"
...
And change link from /extensions to /download/connectors
2017-06-27 16:26:13 -04:00
Dan Stillman
1d564970dc
Add "Install Browser Extensions…" menu option
2017-06-26 18:49:31 -04:00
Dan Stillman
5aaefff1d6
Update submodules
2017-06-24 01:25:32 -04:00