Martynas Bagdonas
f49a6bf807
Add more colors to pdf-reader, note-editor and introduce text color tool
2023-02-24 02:11:17 -05:00
Adomas Ven
cfbfcf20bf
Refactor l10n code. Remove use of react-intl. ( #2975 )
...
Strings from .dtd files are now accessible from Zotero.getMessage
as the eventual move to Fluent would remove their distinction.
2023-02-10 10:26:49 +02:00
Dan Stillman
c6bcc2572c
Add PDF reader tab title pref to General pane
2023-02-10 01:54:36 -05:00
Dan Stillman
90cf3c9049
Merge new English strings
2022-11-21 01:14:07 -05:00
Abe Jellinek
74492e40c4
Improve bidi & RTL support ( #2415 )
...
- Render cell text in its native direction
- Fix context menu positioning
- Fix item box (localizations needed)
- Fix column resizing
- Fix bidi text in collection tree
- Always right-align in RTL, always left-align in LTR.
I'm going off advice from this excellent guide for RTL website design
by Ahmad Shadeed: https://rtlstyling.com/posts/rtl-styling#tables
- Join creators in the tree ("Smith and Jones") using a format string to
support languages like Arabic and Hebrew where there shouldn't be a
space after the "and".
- Fix tabs
- Fix toolbar on Mac, flip icons on other platforms
2022-11-20 18:23:17 -05:00
Abe Jellinek
a7b605f0cc
Add "Open PDF reader in new window" preference ( #2868 )
...
When enabled:
- Double-clicking a PDF or choosing "Open PDF" opens a new window
- Shift-double-clicking opens a new tab
- "Open in New Window" locate option becomes "Open in New Tab" and has the
reverse behavior
2022-11-14 17:12:48 -05:00
Abe Jellinek
b6591dba5a
Make Feeds row into a selectable global view of feed items ( #2800 )
2022-11-14 16:55:28 -05:00
Abe Jellinek
cda0e0cf6d
Add "Any Field" advanced search condition ( #2902 )
2022-11-10 21:55:09 -05:00
Dan Stillman
4722366b42
Update Mac Word automation settings instructions for Ventura
2022-10-29 16:42:28 -04:00
Dan Stillman
d850a8be7d
Don't localize "Markdown" in Quick Copy settings
2022-10-27 05:06:55 -04:00
Dan Stillman
c6448bd9c1
Add Zotero.Utilities.Internal.stringWithColon() for localized colons
...
Generally just a colon, but, e.g., French adds a space before it. We'll
want to replace uses of `punctuation.colon` with this.
2022-10-27 05:05:47 -04:00
Martynas Bagdonas
da7c73b662
Add "Include Zotero Links" option for note export and QuickCopy
...
Fixes #2349
2022-10-27 04:49:11 -04:00
Dan Stillman
ff3a74064b
PDF reader: Add "Page" to rotate menu options for clarity
2022-10-27 03:41:28 -04:00
Martynas Bagdonas
454a2c186b
Add rotation options to Edit menu to rotate the current PDF page
...
(cherry picked from commit d8d6054927
)
2022-10-27 03:39:56 -04:00
Dan Stillman
f9a0622c30
Merge new English strings
2022-10-13 02:20:42 -04:00
Abe Jellinek
f030190fb7
"Swap First/Last" in creator transform menu
...
https://github.com/zotero/zotero/pull/2801#issuecomment-1274107763
2022-10-11 10:30:53 -04:00
Abe Jellinek
568b88e342
Add "Capitalize" text transform to creator context menu ( #2801 )
2022-10-11 01:28:27 -04:00
Dan Stillman
7276223a90
Tweak text in LABD auto-relinking dialogs ( #2374 , #2092 )
2022-10-10 10:38:53 -04:00
Abe Jellinek
5f9e8f5b7e
Automatically relink attachments from LABD ( #2374 )
...
Fixes #2092
2022-10-10 10:38:43 -04:00
Martynas Bagdonas
ef5e80d4dc
Remove PDF view rotation options
2022-10-05 20:59:49 +03:00
Abe Jellinek
5ef9a3116c
Preferences: Restore Help button ( #2803 )
...
Having the macOS Help button in a scrolling view feels kind of weird, but that's
what Apple is doing in the Ventura System Settings app, so I guess we go with
it. I like it better than Firefox's non-contextual "Firefox Support" button
under the pane list in their preferences, anyway - having pane-by-pane
contextual help buttons seems like good UX that there isn't a good reason for us
to ditch.
2022-10-03 07:35:40 -04:00
Dan Stillman
47c939561c
Remove default OpenURL gateway
...
https://www.worldcat.org/registry/gateway is no longer supported -- see
https://forums.zotero.org/discussion/comment/418373/#Comment_418373 for
details
If no resolver is selected, show an error on "Library Lookup" with a
button to open the prefs.
2022-10-03 06:47:17 -04:00
Martynas Bagdonas
61c0dfee38
Add split view for PDF reader ( #2832 )
...
Fixes #2821
2022-09-29 14:28:47 +03:00
Dan Stillman
35d5c2633d
fx-compat: Add app update dialog files from fx68
...
Removed in fx69
Not yet functional
2022-09-15 06:29:14 -04:00
Dan Stillman
88869f43ae
Merge new English strings
2022-09-12 15:54:11 -04:00
Dan Stillman
a63c634e3f
Add "Create Note from Annotations" option to items list context menu
...
To allow creation of a standalone note with annotations from all the
selected top-level items and/or attachments. Annotations will be sorted
by the order of the items in the items list.
"Add Note from Annotations" remains when a single regular item or one or
more attachments under a single regular item are selected.
2022-09-12 15:54:03 -04:00
Martynas Bagdonas
04120099fb
Allow inserting images over context menu
...
Fixes #2759
(cherry picked from commit f893206dfd
)
2022-09-06 17:11:41 +03:00
Martynas Bagdonas
80385ff893
Add context menu options to copy/save image from pdf-reader/note-editor
...
Fixes #2664
2022-09-06 16:48:13 +03:00
Martynas Bagdonas
11b0afc0bd
Add missing noteEditor.mathBlock
string
...
(cherry picked from commit a3b45a74e9
)
2022-08-31 16:00:01 +03:00
Martynas Bagdonas
09ba429723
Update note-editor submodule and strings for math and table insertion
...
(cherry picked from commit d156bef42a
)
2022-08-25 14:27:42 +03:00
Dan Stillman
f7b8d25e75
Update localized string for pdf-reader
2022-08-17 03:47:30 -04:00
Abe Jellinek
333cf8cc2a
Add Book -> Book Section and Book Section -> Book to context menu ( #2754 )
2022-08-11 16:28:32 -04:00
Dan Stillman
f46c0986d3
Localize "Export PDF…" menu option
...
Fixes #2710
2022-08-11 03:49:52 -04:00
Dan Stillman
54a7211a45
Update locales from Transifex
2022-08-11 03:47:00 -04:00
Dan Stillman
74f00e60c7
Merge new English strings
2022-08-11 02:47:51 -04:00
Dan Stillman
2c11aadc57
Add localized string for timestamp
CSL locator
...
Not included in the CSL locales:
https://forums.zotero.org/discussion/comment/412060/#Comment_412060
2022-08-11 02:47:46 -04:00
Dan Stillman
c4c940722b
Merge new English strings
2022-08-11 02:47:38 -04:00
Dan Stillman
7b247e73df
Tweak confirmation message for recursive collection-item removal
...
I guess the "its" is technically a little clearer, but it's a bit
awkward, and I think it's reasonably implied.
2022-08-11 02:47:33 -04:00
Abe Jellinek
b18967fba4
recursiveCollections
: Remove from all subcollections on delete (#2689 )
2022-08-11 02:47:28 -04:00
Dan Stillman
cac0e7ee50
Update locales from Transifex
2022-08-11 02:47:19 -04:00
Dan Stillman
387e4dd958
Add CSL 1.0.2 locators and switch to CSL locales for localization
...
And move Page to middle of list, while still selecting by default
https://forums.zotero.org/discussion/comment/396602/#Comment_396602
2022-08-11 02:47:15 -04:00
Martynas Bagdonas
ca3e048b78
Adjust page rotation labels in PDF reader
...
Fixes #2669
2022-08-11 02:43:47 -04:00
Dan Stillman
9c6d7abc76
Update locales from Transifex
2022-08-11 02:35:56 -04:00
Dan Stillman
d14700606d
Update locales from Transifex and merge new English strings
2022-08-11 02:32:54 -04:00
Martynas Bagdonas
bfc61a69ba
Add support for PDF page deletion and rotation ( #2595 )
...
* Add support for PDF page deletion and rotation
Fixes #2561
2022-08-11 02:32:30 -04:00
Dan Stillman
fdff93a961
Update locales from Transifex
2022-08-11 02:29:18 -04:00
Dan Stillman
477dd69d54
Update locales from Transifex
2022-08-11 02:25:43 -04:00
Abe Jellinek
8d75f37548
fx-compat: Add preferences with full-text/keyword search ( #2659 )
2022-08-10 18:26:23 -04:00
Dan Stillman
78b0055206
Change app id to zotero@zotero.org
...
And remove all references to old id
We can do this because plugins will use new mechanisms for install and
update manifests that don't use the id (which also means it's now only
used internally).
2022-08-08 05:11:21 -04:00
Dan Stillman
ef33731490
fx-compat: Add message to Add-ons pane when no plugins installed
...
We'll want to update the rest of the instances of "extensions" or
"add-ons" to say "plugins" (unless we think we might support themes, in
which case we can keep "add-ons").
2022-08-06 03:49:40 -04:00
Dan Stillman
51f9150410
fx-compat: Initial plugin support
...
Plugins are ZIPs containing at least these two files:
- manifest.json: A WebExtension MV2 manifest with basic metadata
properties and `applications.gecko` with `id` and `update_url`
- bootstrap.js: A bootstrap file, similar to old bootstrapped extensions,
with `installed()`, `startup()`, `shutdown()`, and `uninstalled()`
2022-08-05 01:08:51 -04:00
Martynas Bagdonas
2e5388af5b
fx-compat: Implement tagsBox element
2022-06-07 17:13:48 +03:00
Dan Stillman
10a801fcc7
WIP: Localization
2022-05-13 04:28:57 -04:00
Dan Stillman
a16e0620d2
WIP: Localization 3
2022-05-13 04:28:57 -04:00
Dan Stillman
65658b16e6
WIP: Localization 2
2022-05-13 04:28:57 -04:00
Dan Stillman
77015336a4
WIP: Localization
2022-05-13 04:28:56 -04:00
Dan Stillman
273fc6c657
Update locales from Transifex
2022-05-09 10:05:55 -04:00
Dan Stillman
fd859bd976
Update locales from Transifex and merge new English strings
2022-04-29 18:28:52 -04:00
Dan Stillman
b536432866
Fix mistake in tab-unavailable integration message
2022-04-29 16:54:16 -04:00
Dan Stillman
644cce219a
Tweak tab-unavailable integration message
2022-04-29 16:51:41 -04:00
Adomas Venčkauskas
ff920de130
Fix integration transaction getting stuck when google docs tab is closed
...
Closes #2583
2022-04-29 15:19:20 +03:00
Dan Stillman
40501c3953
Update locales from Transifex and merge new English strings
2022-04-26 17:22:39 -04:00
Martynas Bagdonas
10c8fc4c74
Implement tab duplication
...
Fixes #2566
2022-04-26 19:41:51 +03:00
Dan Stillman
114b48d5b8
Update locales from Transifex
2022-04-21 15:46:50 -04:00
Adomas Ven
7b0d6951d2
Update csl validator for CSL 1.0.2 ( #2493 )
2022-04-19 18:42:48 -04:00
Dan Stillman
c9b39675ba
Update locales from Transifex and merge new English strings
2022-04-14 18:06:32 -04:00
Martynas Bagdonas
f494ab5114
Allow creating and editing tables in note-editor ( #2511 )
...
Fixes #2480
2022-04-14 17:17:32 -04:00
Abe Jellinek
1538a836b9
Show label of translator that causes import error ( #2539 )
2022-04-14 07:01:43 -04:00
Dan Stillman
a72deb4648
Update locales from Transifex and merge new English strings
2022-04-12 02:57:07 -04:00
Abe Jellinek
38f5551ee5
Add "Open PDF in New Window" to context menu ( #2490 )
...
Also:
* Remove Locate tooltips
2022-04-11 17:53:40 -04:00
Dan Stillman
28ec72666f
Update locales from Transifex and merge new English strings
2022-04-04 14:02:08 -04:00
Martynas Bagdonas
3356557493
Add 'Zoom to Page Height' PDF reader option
...
Fixes #2255
2022-03-31 15:52:00 +07:00
Abe Jellinek
27c9086222
Scaffold: Show "defer" value in test list
2022-03-30 14:49:42 -07:00
Dan Stillman
e0097df068
Remove "Store Annotations in File" option ( #2498 )
...
This is a confusing, bad option, which was already disabled in groups,
and this removes it from personal libraries as well. People seem to be
using it mainly because they think annotations are locked into Zotero if
they don't, which is causing them to ask for this to be done
automatically on every edit, which we don't do because it would result
in constant file syncing and file conflicts [1].
We provide multiple export options for exporting PDFs with annotations,
and people can use those when sharing a file with people who don't use
Zotero. Otherwise, if storing annotations in the file is a priority,
they can use an external reader that's not designed to be tightly
integrated into Zotero.
(As a rare hack, it's of course also possible to export the PDF with
annotations, replace the original file, and import the annotations.)
[1] https://www.zotero.org/support/kb/annotations_in_database
2022-03-30 13:58:59 -04:00
Dan Stillman
9d91e0d4f7
Update locales from Transifex and merge new English strings
2022-03-24 06:18:17 -04:00
Adomas Venčkauskas
0f2273ea43
Link to manual word plugin installation instructions on install failure.
...
Closes #2444
2022-03-23 11:12:42 +02:00
Dan Stillman
121f3f3037
Update locales from Transifex
2022-03-16 20:45:18 -04:00
Dan Stillman
1f2f91d2d2
Update locales from Transifex
2022-03-15 07:43:11 -04:00
Dan Stillman
e5558b6f3e
Remove note backup functionality
...
Closes #2191
2022-03-05 06:12:29 -05:00
Dan Stillman
a1305712f3
Update locales from Transifex and merge new English strings
2022-03-05 05:35:22 -05:00
Dan Stillman
053d6a0116
Add Preprint item type
...
See zotero/zotero-bits#88
2022-03-05 02:03:29 -05:00
Dan Stillman
d750da089f
Show clearer error for SSL certificate error
...
For both startup proxy auth requests and subsequent requests to
zotero.org domains
Closes #2337
2022-03-05 02:03:29 -05:00
Abe Jellinek
5409ae3313
Overhaul Scaffold ( #2293 )
2022-03-02 22:36:04 -05:00
Dan Stillman
a7cf689df2
Update locales from Transifex and merge new English strings
2022-03-02 16:39:04 -05:00
Dan Stillman
706233c974
Sync reminders changes ( #2354 )
...
- Adjust text
- Add "Learn More" button with link to sync documentation for
set-up-sync notification
- Show "Don't Show Again" for set-up-sync even on first display
- Don't perform any action when clicking unlinked text
- Use yellow/orange background instead of blue for notification bar
- Prevent text from wrapping out of the bar at narrow window widths
- Use local variable for observer id
2022-03-02 05:20:34 -05:00
Abe Jellinek
b0f09b3a86
Sync reminders changes ( #2354 )
...
- Always wait seven days, standardize casing
- Enable auto-sync without opening preferences
- Implement suggestions
2022-03-02 05:20:22 -05:00
Fletcher Hazlehurst
1a3f6301b7
Add syncing reminders ( #2354 )
...
There are two:
- Sync never set up (no username in DB) / set up, but unlinked
- Sync set up but auto-sync disabled and sync not completed in 30 days
Checks are trigged on item adds.
2022-03-02 05:19:10 -05:00
Dan Stillman
1743360de7
Merge pull request #2366 from AbeJellinek/short-title-column
...
Add Short Title item tree column
2022-02-22 15:40:45 -05:00
Abe Jellinek
2e74bdd2ad
De-duplicate column strings and use getString()
2022-02-22 10:59:07 -08:00
Dan Stillman
c192dacc76
Merge new English strings
2022-02-21 21:53:36 -05:00
Abe Jellinek
f333585d98
Add items to collection via context menu ( #2360 )
2022-02-21 19:36:37 -05:00
Abe Jellinek
fb98fe5d2c
Add Short Title item tree column
2022-02-21 14:50:43 -08:00
Dan Stillman
e48d069687
Update locales from Transifex and merge new English strings
2022-02-21 15:26:58 -05:00
Abe Jellinek
48a3235a2e
Disable Delete/Restore menu items appropriately ( #2340 )
2022-02-20 11:45:53 -05:00
Dan Stillman
5d6318fd3e
Update locales from Transifex and merge new English strings
2022-02-19 14:10:07 -05:00
Martynas Bagdonas
5405da99db
Add support for annotation templates ( #2359 )
2022-02-18 14:38:36 -05:00
Dan Stillman
7606c88e79
Tweak Word/Apple Silicon warning text
2022-02-17 01:43:39 -05:00
Martynas Bagdonas
e6c835abc8
Allow to show/hide citations in notes ( #2288 )
2022-02-11 12:50:43 +02:00
Dan Stillman
76c7e832bb
Add accesskey for View menu
...
https://forums.zotero.org/discussion/94431/6-0-beta-underline-of-view-menu
2022-02-10 02:52:02 -05:00
Adomas Venčkauskas
8c846468f2
Update strings for Mac Word errors
2022-02-09 15:25:45 +02:00