Dan Stillman
bc7b2cb3d5
Fix extension installation failure message
...
And fix logged error when starting an extension installation
https://groups.google.com/d/topic/zotero-dev/rP42v7OF9N0/discussion
2020-01-01 23:22:12 -05:00
Adomas Venčkauskas
5fa979575e
Fix quick format bubble drag-and-drop (see 5a1e3296
)
2019-12-31 11:35:13 +02:00
Dan Stillman
aef198d6b5
Increase autocomplete to 50 results
...
Up from 25 in 53ff8eecd2
(5.0.80)
2019-12-30 02:39:10 -05:00
Dan Stillman
991e542888
Fix broken autocomplete popup when editing a saved search
...
https://forums.zotero.org/discussion/comment/345646/#Comment_345646
This is probably the actual fix for what I was trying to fix in
360f034b5
, and I couldn't reproduce it because it was about saved
searches.
2019-12-30 02:39:10 -05:00
Adomas Venčkauskas
5a1e329618
Fix being unable to place the cursor in between bubbles in the citation dialog
...
Regression in Fx60
2019-12-23 13:25:02 +02:00
Dan Stillman
bfceb10e03
Update 'colors' package
...
On the off chance a problem in the older version caused #1763
2019-12-23 05:01:17 -05:00
Dan Stillman
12ccbf45c8
Make HTTP tests more reliable
2019-12-23 04:31:24 -05:00
Dan Stillman
0b9f463b9f
Fix parsing of 'yesterday'/'today'/'tomorrow' in access date field
...
Regression from 5.0.78
2019-12-23 03:10:43 -05:00
Dan Stillman
9c380c362a
Hopefully fix 503 from NextCloud (since 5.0.78)
...
https://forums.zotero.org/discussion/comment/344790/#Comment_344790
2019-12-22 16:32:36 -05:00
Dan Stillman
8fe33dc91c
Fix loading of compressed global schema from DB on downgrade
2019-12-21 05:09:01 -05:00
Dan Stillman
f5d544bc15
Generate label if type/field name isn't available in global schema
...
E.g., show "Foo Bar" for field fooBar if not available
This could happen after downgrading if the global schema couldn't be
read from the DB for some reason.
2019-12-21 05:09:01 -05:00
Dan Stillman
fda5df9a82
Fix display of editors in Creator column in new databases
...
Regression in 5.0.78
2019-12-21 05:09:01 -05:00
Dan Stillman
85a3f03002
Fix display of pre-1000 dates in Year column and Quick Format
...
And avoid "0000" in Year column if date value but unparsed year
2019-12-19 03:23:51 -05:00
Dan Stillman
b7dc0d8b0a
Fix parsing of pre-1000 years
...
If a leading zero (e.g., '068'), parse as actual year instead of
19xx/20xx.
2019-12-19 02:15:36 -05:00
Dan Stillman
360f034b51
Fix a report of broken autocomplete
...
I can't reproduce this, but the report has "Services is not defined"
from autocomplete.xml, triggered by zotero-autocomplete.js.
https://forums.zotero.org/discussion/comment/345190/#Comment_345190
2019-12-19 01:41:10 -05:00
Dan Stillman
6963016c91
Fixes #1761 , Repeating of autocompleted tags
...
Regression in 5.0.78
2019-12-19 01:36:20 -05:00
Dan Stillman
df40ee7216
Adjust URL launching behavior
...
- Support launching plausible HTTP URLs without schemes from
Zotero.loadURI(), and use that when launching from URL field
- Show correct cursor feedback on URL label -- only show pointer if the
URL is launchable
- Don't launch non-HTTP URLs (e.g., zotero://) from URL field
- Don't open HTTP URLs in viewer when using ZoteroPane.launchURI()
2019-12-16 14:56:06 -05:00
Dan Stillman
537aa15842
Fix "Report Errors…" button in Utilities.Internal.errorPrompt() prompt
...
E.g., the button in an unknown WebDAV error dialog
2019-12-16 14:56:06 -05:00
Adomas Venčkauskas
88c4cd1a09
Doc integration: fix a rtf wrapper being added to html output
2019-12-11 10:44:24 +02:00
Dan Stillman
d2e14cfff4
Fix autocomplete in Advanced Search
...
Since 5.0.78
2019-12-10 23:34:16 -07:00
Dan Stillman
d2b3ca0cca
Remove ellipsis from "RTF Scan" menu item
...
For consistency with new separate "ODF Scan" menu item from plugin
2019-12-10 14:25:17 -07:00
Dan Stillman
bbbd02444b
Restore 'yesterday'/'today'/'tomorrow' parsing for dates in searches
...
Follow-up to a549a64de9
, which removed it from strToDate()
2019-12-06 03:12:48 -07:00
Dan Stillman
c67e29adc7
Fx60: Fix text links in About pane and preferences
2019-12-05 17:58:47 -07:00
Dan Stillman
6b7b57da3c
Remove accidentally committed files from 4077428b4
2019-12-04 02:56:42 -07:00
Dan Stillman
87c3ef6aca
Fx60: Fix CSL 0.8 style import
2019-12-04 01:27:12 -07:00
Dan Stillman
504063379a
Update version
2019-12-03 20:02:28 -07:00
Dan Stillman
22a1b5b2ac
Update locales from Transifex
2019-12-03 20:01:00 -07:00
Dan Stillman
53ff8eecd2
Limit autocomplete to 25 results
...
I'm not totally sure why we didn't do this years ago, but this fixes
performances problems in the new React tags box, and should improve
autocomplete performance generally in large libraries.
2019-12-03 16:05:04 -07:00
Dan Stillman
381c5fc8d8
Adjust spacing of libraries-to-sync checkmark on Linux
...
Follow-up to 6af5732fca
2019-12-03 15:55:41 -07:00
Dan Stillman
6af5732fca
Fix checkmark in libraries-to-sync window on Windows
...
And switch to Unicode green checkmark and red prohibited characters on
all platforms, which fixes #1675 .
The treecol checkmark stopped working on Windows in Fx60.
2019-12-03 15:33:31 -07:00
Dan Stillman
75076cf875
Update version
2019-12-03 14:07:21 -07:00
Dan Stillman
f7d895ab52
Fix database after direct upgrade from Zotero 4 to 5.0.78-79
2019-12-03 14:03:22 -07:00
Dan Stillman
d9edf2965a
Add IF EXISTS to DROP statements in schema update steps
...
https://forums.zotero.org/discussion/80291/zotero-standalone-wont-open-database-upgrade-error
2019-12-02 12:22:46 -07:00
Dan Stillman
4883104bd2
Update version
2019-12-02 04:43:30 -07:00
Dan Stillman
222870d3c7
Don't update item type menus within transaction when updating schema
...
This caused an error reported here, though I can't reproduce it:
https://forums.zotero.org/discussion/80287/zotero-database-upgrade-error
2019-12-02 04:39:19 -07:00
Dan Stillman
858de5e6f2
Update locales from Transifex
2019-12-01 19:00:15 -07:00
Dan Stillman
61cebbd8f7
Fix display of a couple WebDAV verification errors
...
"spec is undefined"
Fixes #1745
2019-12-01 03:39:54 -07:00
Dan Stillman
133b2b83d8
Update submodules
2019-12-01 01:51:55 -07:00
Dan Stillman
4077428b4e
Update locales from Transifex
2019-12-01 01:42:53 -07:00
Dan Stillman
88b1e10b44
Update locales from Transifex
2019-11-30 01:56:54 -07:00
Dan Stillman
c6927643ab
Update submodules
2019-11-30 01:17:11 -07:00
Dan Stillman
492d301cc9
Fix size of Add button in React tags box
2019-11-30 00:50:02 -07:00
Dan Stillman
76f1f9cae6
Use standard context menu in HTML input boxes
...
This fixes the context menu for text fields in the new React-based tags
box.
2019-11-30 00:43:42 -07:00
Dan Stillman
0fb9548326
Fix tags box context menu
2019-11-29 23:28:23 -07:00
Dan Stillman
fbb54a7621
Fix "string is undefined" export error
...
Regression from a549a64de9
2019-11-29 01:50:43 -07:00
Dan Stillman
4d7062fc43
Remove Zotero.Utilities.Internal.normalize()
...
It no longer works in Fx60, and String.prototype.normalize() has been
available since 2014, so that should just be used instead.
2019-11-26 23:18:17 -07:00
Dan Stillman
8c7677a009
Fix out-of-memory error syncing collections nested inside each other
...
It shouldn't be possible for collections to be nested this way, if it
happens, it shouldn't result in an infinite loop.
This removes one of the parent assignments at sync time.
2019-11-26 15:30:43 -07:00
Dan Stillman
47d8a54600
Fix invalid tab characters in abbreviations.json
...
Regression from 1389d8917
(I'm not sure why there are spaces in the middle of this entry, but this
reverts it to what it was before.)
2019-11-23 00:49:21 -07:00
Dan Stillman
8417ad7c80
Add extensions.zotero.reopenPanesOnRestart hidden pref
...
Closes #1752
2019-11-21 23:51:37 -07:00
Dan Stillman
bfe3f7ebf9
Update node-sass for Node 13
2019-11-21 22:38:41 -07:00