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
Dan Stillman
97bac9fadc
Move start page URL to config
2017-06-15 02:39:34 -04:00
Dan Stillman
d81e463507
Update translators
2017-06-06 04:37:45 -04:00
Dan Stillman
47f7f3a93f
Fix logging of unhandled promise rejections
2017-06-02 10:37:40 -04:00
Tom Najdek
aa6037c088
Re-introduce custom implementation of setTimeout
...
* Resolves issues with some tests failing
2017-06-01 11:36:17 -04:00
Tom Najdek
14bf3184bb
Fixes and tweaks to make tests work with babelized code
...
* Use mocha, chai & sinon from the npm. As of sinon 2.0
sinon-as-promised is no longer required so it is removed
* Tweak code to re-use the same loader with the same environment
throghout the code
* Introduce browserify step for testing tools that only provide
node-compatible libraries (sinon, chai-as-promised)
* Introduce copy step for test data to resolve multiple issues with
tests depending on files not being symlinks
* Re-introduce custom implementation of setTimeout to resolve issues
with few tests
* Re-introduce custom Bluebird Promises config & monkey patch
2017-06-01 11:36:16 -04:00
Dan Stillman
d6c36ae9a3
Update help URLs and move to config file
2017-05-27 05:32:01 -04:00
Tom Najdek
9aa057edee
Introduce a build system
...
* Add a multi-process, gulp-based build system to support es6 features,
async/await, jsx and scss
* Add a package.json to support dependency management and allow starting
the build process via npm
* Replace embedded Bluebird library with npm-installed one
* Add react, react-dom and web-library
* Introduce a custom require() loader in include.js as well as a minimal
local require() implementation in various other places
2017-05-23 17:02:50 +01:00
Dan Stillman
eb42152c42
UI fixes for read-only notes
...
- Don't show toolbar in read-only note editor
- Get rid of "undefined" button in CR window
- Better padding/alignment in CR window
2017-05-12 20:01:47 -04:00
Adomas Venčkauskas
e1f09d4655
Remove unneeded connector files, update connectorTypeSchemaData.js
...
Addresses zotero/zotero-connectors#121
2017-05-08 14:38:03 +03:00
Dan Stillman
12e7b7b851
Update submodules
2017-05-08 00:14:06 -04:00
Dan Stillman
2eef1702e0
Prevent items in group libraries from being added to My Publications
...
And remove existing group items that have been added
2017-05-04 21:18:44 -04:00
Dan Stillman
7bd8f47dac
Schema update step to remove linked files from My Publications
2017-04-27 15:33:25 -04:00
Dan Stillman
850a9bb309
Fix width of note link toolbar
2017-04-19 19:35:59 -04:00