Dan Stillman
6c260bc9c9
Localize TinyMCE
...
Automatically use a language pack for the current locale if one is
available
2016-12-26 03:17:48 -05:00
Dan Stillman
8af73f9983
Add a notifier event for sync start
2016-12-25 23:20:19 -05:00
Dan Stillman
0a2330b79f
Fix error adding top-level attachments in collections
2016-12-25 23:20:19 -05:00
Dan Stillman
653f26d4fb
Fix alignment of "Format" in export dialog
2016-12-25 23:20:19 -05:00
Dan Stillman
d7809d6c1f
Increase default note font size to 12
2016-12-25 23:20:19 -05:00
Dan Stillman
dc04a1231c
Upgrade to TinyMCE 4.5.1
...
- New flat theme (with padding tightened a bit from the default to fit
in right-hand pane)
- Adds search/replace within notes
- Adds URL autolinking
- Image pasting/dragging is now properly disallowed (though TinyMCE 4
has hooks that may allow us to actually support this by automatically
creating attachments)
- New blockquote style with color bar
- Replaces custom context menu on link click with built-in version
To-do:
- Fix display of pop-ups, which are now modal dialogs within the note
frame instead of pop-up windows, to stay fully within the frame
- Localize (more important now that there are tooltips)
- Support image dragging
- Update elements list for HTML5, for better drag-and-drop?
- Move directionality control to context menu instead of taking up
toolbar space?
- Evaluate other plugins for potential inclusion
- Show additional controls in separate note window?
- Fix opacity of text in tooltips
Closes #451 , closes #421
2016-12-25 23:19:49 -05:00
Dan Stillman
ab959cd858
Fix "Reset File Sync History"
2016-12-22 10:00:40 -05:00
Dan Stillman
cf686c520a
Don't start auto-sync until UI is ready
2016-12-22 06:58:24 -05:00
Dan Stillman
bd9501218e
Apply UI font size change immediately
...
And change "Changes take effect in new windows" to "Changes take effect
after restart"
(The note font size still requires a restart, as do the shortcut keys in
the Advaned pane.)
2016-12-22 06:58:02 -05:00
Adomas Venčkauskas
bd943ffe85
Add a friendlier GET request message for /connector/ping
2016-12-22 13:14:04 +02:00
Dan Stillman
455f23df4b
Show stack for more startup errors
2016-12-21 08:30:06 -05:00
Dan Stillman
a9a54ed21c
Set API URL via pref for download-on-demand test
2016-12-21 08:23:31 -05:00
Dan Stillman
36b6722c5c
Merge pull request #1111
...
Remove occurrences of legacy/non-standard/non-strict js syntax
Closes #1111
2016-12-21 08:10:20 -05:00
Tom Najdek
d4dc86c975
Remove use of syntax where curly brackets are omitted in function defs
2016-12-21 08:06:17 -05:00
Tom Najdek
54a2126b7d
Remove non-standard syntax for conditional exception handling
2016-12-21 08:04:57 -05:00
Tom Najdek
39bc5398c9
Remove use of non-standard list comprehension syntax
2016-12-21 08:04:57 -05:00
Tom Najdek
03b1b75bfb
Fix non-strict syntax for octal number literals
2016-12-21 08:04:55 -05:00
Tom Najdek
269e2f8bff
Replace legacy syntax for each...in with for...of
2016-12-21 08:04:09 -05:00
Dan Stillman
b445283f4e
Closes #974 , Unreachable code after return statement
2016-12-21 07:48:39 -05:00
Dan Stillman
9b1b360a72
Limit Travis to Fx version used for Standalone
2016-12-21 07:36:50 -05:00
Dan Stillman
7e39e46085
Focus note editor when pressing Tab is pressed on note in middle pane
...
Closes #1136
2016-12-21 06:15:05 -05:00
Dan Stillman
084f5a72df
Make API server configurable with extensions.zotero.api.url
...
Needless to say, use of this pref is unsupported.
Closes #901
2016-12-21 05:52:55 -05:00
Dan Stillman
205bab7b89
Fix Travis failure after skipped test
...
Apparently after() is run even if a test is skipped
2016-12-21 05:28:48 -05:00
Dan Stillman
3b6b6aa36b
Remove tab mode
...
Closes #1135
2016-12-21 05:11:21 -05:00
Dan Stillman
405f41f4c2
Disable connector switching
...
And so it begins...
Closes #1134
2016-12-21 05:11:21 -05:00
Adomas Venčkauskas
8e083c688a
Fix connector translator caching from repo and standalone
2016-12-20 17:05:38 +02:00
Dan Stillman
2f65c7d29c
Better error logging for https://forums.zotero.org/discussion/63029/
2016-12-20 03:33:04 -05:00
Dan Stillman
0f89d4d7f5
Remove sync server URL
2016-12-19 14:40:08 -05:00
Dan Stillman
c1035958d4
Fix for child attachments being saved if prefs off (from 8c2c097c6
)
2016-12-19 04:19:18 -05:00
Dan Stillman
4b602ed26c
Disable all recognizePDF tests in Travis
2016-12-18 09:18:57 -05:00
Dan Stillman
8c2c097c6b
Fix attachment handling during translation
...
Synchronously determine whether attachment saving should be attempted and only
start attachment progress if it can
2016-12-18 09:07:57 -05:00
Dan Stillman
d19d90a33c
Update locales from Transifex
2016-12-17 09:00:19 -05:00
Dan Stillman
6994c63a0e
Tweak recognizePDF fix, add test coverage, and enable manual tests
...
Still disabled in Travis until we mock the remote services
2016-12-17 08:05:33 -05:00
Dan Stillman
e34bf4d5cb
Prompt to try manual data dir migration again if Firefox is open
2016-12-17 07:42:03 -05:00
Dan Stillman
6b0e3ac2d2
Fix PDF metadata retrieval after 78b1d2ee35
2016-12-17 06:17:37 -05:00
Dan Stillman
bba874aa18
Add option to check for updates on Standalone startup error
...
I think we might have come to regret not having this.
2016-12-16 06:00:28 -05:00
Dan Stillman
238ab80699
Add -s flag to runtests.sh to start at given file
...
Useful for restarting after spurious errors when using -f
E.g., ./runtests.sh -s syncEngine
2016-12-16 04:21:37 -05:00
Dan Stillman
b7daef6bf4
Update submodules
2016-12-16 03:31:06 -05:00
Dan Stillman
5950bfd963
Add menu option for opening Error Console in Standalone, commented out
...
Not sure we want to expose this, particularly since there are tons of
spurious warnings in current builds due to a chrome registration issue,
but it can be handy for debugging some issues.
2016-12-16 03:23:12 -05:00
Dan Stillman
2f50b9b848
Fix CSL/file import when Standalone is closed
...
This is a bit iffy, since at least on macOS the passed file seems to
come in as either -file or -url at different times, but this seems to
work on macOS and Windows. Needs further testing with a packaged version
on Windows.
2016-12-16 03:21:52 -05:00
Dan Stillman
04941f23db
Fix switching out of full mode when started in connector mode
...
Previously, if Standalone was open and Firefox was opened in connector
mode, ZoteroOverlay.onLoad() was never run, which meant that, among
other things, the before-reload handler that closed the Zotero pane when
switching out of full mode was never added.
2016-12-16 03:16:48 -05:00
Dan Stillman
3d117c4135
Fix upgrade prompt after incompatible DB in Standalone
...
Since 693c0286e
, probably
2016-12-15 05:44:52 -05:00
Dan Stillman
50df62a0e7
Remove debug line and tweak whitespace/style
2016-12-15 00:30:37 -05:00
Adomas Venčkauskas
cff74484be
Pass failure response to Connector.callMethod callbacks
2016-12-14 16:02:37 +02:00
Adomas Venčkauskas
deb8503863
Remove coroutine from translate.js not supported in connector
...
From 7fc352b9
2016-12-14 15:28:06 +02:00
Adomas Venčkauskas
a853bb0661
Fix removed translator handling in connectors
2016-12-14 14:18:20 +02:00
Dan Stillman
c5527a82fb
Generate new saved search names within libraries, not globally
2016-12-14 03:37:56 -05:00
Dan Stillman
7447525d75
Remove test for moving existing target dir during data dir migration
...
Functionality removed in 0be67dbda5
2016-12-14 03:36:35 -05:00
Dan Stillman
2c9c057360
Fix related items box after 8a4c8d2be0
2016-12-14 03:36:18 -05:00
Dan Stillman
426c767a43
Update locales from Transifex
2016-12-14 02:23:29 -05:00