Dan Stillman
787002bf7d
Update caniuse
2023-04-28 01:53:56 -04:00
Dan Stillman
43ba4c3620
Don't check for .zotero-ft-info in test
...
No longer created
2023-04-27 03:48:49 -04:00
Dan Stillman
f95a6d0f0a
Rename Zotero.Fulltext
tests to Zotero.FullText
2023-04-27 03:48:01 -04:00
Dan Stillman
3ba78e28bb
Update connectorTypeSchemaData and test data for Dataset Number removal
2023-04-27 03:44:25 -04:00
Dan Stillman
42f87597cf
Add missing debug line for notifier registration
2023-04-27 03:39:25 -04:00
Dan Stillman
59ca0731b8
Fix note editor not being properly unregistered from notifier
2023-04-27 03:37:31 -04:00
Dan Stillman
2e081ce8d2
Fix RemoteTranslate test after b222bbcccb
...
And remove duplicate test
2023-04-27 01:05:02 -04:00
Dan Stillman
57a60c1946
Update runtests.sh for combined repos
2023-04-27 01:05:02 -04:00
Dan Stillman
b6b6bbc3ee
Load integration manifest files only on correct platform
2023-04-27 01:05:02 -04:00
Dan Stillman
a34a11b200
Remove a couple mozilla.org update URLs
...
Fixes #3097
2023-04-27 01:04:55 -04:00
Dan Stillman
2bc4c38f01
Remove obsolete app.update prefs
2023-04-27 00:31:33 -04:00
Dan Stillman
395d0c231b
Update Word for Mac submodule
2023-04-26 16:10:10 -04:00
Tom Najdek
a8c30362a1
Remove shadow root from PublicationsLicenseInfo #3082
...
* Fix legacy css path
* Rename license-info.scss -> publicationsLicenseInfo.scss to match element name
2023-04-26 15:23:49 +02:00
Tom Najdek
842f474939
Remove shadow root from StyleConfigurator #3082
...
Also renamed style-configurator.scss -> styleConfigurator.scss
2023-04-26 15:23:49 +02:00
Dan Stillman
947fa2b558
Ignore numeric values for Type:
lines in Extra
...
https://forums.zotero.org/discussion/comment/433334/#Comment_433334
2023-04-26 04:55:43 -04:00
Dan Stillman
eaef035062
Update non-en-US updates.dtd based on en-US file
...
Now that the localizer has been updated to handle Mozilla
.dtd/.properties files
2023-04-26 04:40:22 -04:00
Dan Stillman
144dbf8af0
Add Mozilla updates.dtd for non-English locales
...
From some 2017-era langpacks I had downloaded. These strings aren't in
current langpacks, which use a different update mechanism, but we're
bundling a modified version of updates.xhtml from Firefox.
2023-04-26 04:40:22 -04:00
Dan Stillman
6000d605f1
Update localizer scripts
...
- Adjust for combined repos
- Handle Mozilla .dtd/.properties files
- General cleanup
2023-04-26 04:40:22 -04:00
Dan Stillman
15151acb3e
Add Mozilla locale strings for Breton
2023-04-26 04:40:22 -04:00
Dan Stillman
3d0896f1b6
Update menubar.ftl and textActions.ftl from current Mozilla langpacks
2023-04-26 04:40:22 -04:00
Dan Stillman
9236d65215
Add Mozilla wizard.ftl
2023-04-26 04:40:22 -04:00
Dan Stillman
a542db8e50
Skip en-US folder when copying en-US Mozilla files to other locales
2023-04-26 04:40:22 -04:00
Dan Stillman
3693674fc9
Fix Fluent localization for non-English locales
...
All declared Fluent files need to exist for a locale to be used (in a
window?). Since Mozilla code tries to load Fluent files, we need to copy
non-English Mozilla .ftl files to their default effective path (just in
the app omni.ja instead of the toolkit omni.ja).
Fixes #3094
2023-04-26 04:40:22 -04:00
Dan Stillman
c55ef8714b
Update app build scripts for new combined repo
...
Also:
- Replace `install.rdf` with `version` file
- Remove lots of obsolete logic in `prepare_build` (formerly
`build_xpi`)
2023-04-26 04:40:22 -04:00
Dan Stillman
1ab041ef55
Move build_xpi
to app/scripts as prepare_build
2023-04-26 04:40:22 -04:00
Dan Stillman
257a2280c1
Use repo root in update-citeproc.sh
2023-04-26 04:40:22 -04:00
Dan Stillman
7ae79bbb98
egh's translator framework no longer needs to be unminified
...
Translators haven't been bundled with a Firefox extension since 2017, so
no need to unminify for review.
2023-04-26 04:40:22 -04:00
Dan Stillman
f5fcc9ee7b
"Zotero wiki" → "Zotero documentation" in app build README
2023-04-26 04:40:22 -04:00
Dan Stillman
fb2b874614
Add zotero-build repo as scripts
folder
...
Minus obsolete 4.0 files
2023-04-26 04:40:22 -04:00
Dan Stillman
a3d7b58b83
Add zotero-standalone-build repo as app
folder
...
Minus obsolete 4.0 files
2023-04-26 04:40:22 -04:00
Dan Stillman
ae0091fbae
Rename scripts
folder to js-build
2023-04-26 04:40:22 -04:00
Abe Jellinek
c07eccb468
Scaffold: Improve perceived translation speed
...
When translators do a lot of logging.
https://github.com/zotero/translators/pull/3022#issuecomment-1517291971
2023-04-21 13:38:42 -04:00
Dan Stillman
fb2d35c765
Better logging for changes to deleted
property
2023-04-21 06:51:41 -04:00
Dan Stillman
4a30dd2e4f
Fix potential sync error after Replace Online Library in group
...
https://forums.zotero.org/discussion/104431/syncing-problem
Replace Online Library can upload annotations created by others in a
group library, so if the upload resulted in a local write, "Cannot edit
item in library" was thrown, since annotations by others aren't
writable. This should've only been a problem if the uploaded data was
actually modified by the server, but we were also checking whether
objects were editable before checking if they had actually changed, so
it would happen for any upload of another person's annotation.
This fixes the order of checks when saving objects and makes an
edit-check exception for saving uploaded data for group annotations.
2023-04-21 06:51:25 -04:00
Abe Jellinek
c7d30ebde4
Allow disabling JavaScript in basic viewer ( #3089 )
...
And:
- Prevent JavaScript inside notes from executing in reports
- Update calls to openInViewer() to pass an options object
2023-04-20 15:50:57 -04:00
Dan Stillman
78a81f321a
Update utilities and translate submodules
2023-04-20 05:48:10 -04:00
Dan Stillman
6217cc9e89
Update connectorTypeSchemaData and test data for Dataset Number removal
2023-04-20 05:47:22 -04:00
Dan Stillman
1ec37ebcbf
Fix redundant Number on Dataset item type
2023-04-20 03:21:33 -04:00
Dan Stillman
f57c462b85
fx-compat: Don't use number as OS.Path.join()
argument
...
It's dropped silently from the path in Fx102.
2023-04-19 17:41:11 -04:00
Dan Stillman
8e46e2a4c1
Remove obsolete install.rdf from zotero-unit
2023-04-19 17:27:06 -04:00
Dan Stillman
7774cb7ffb
Update citeproc-js to 1.4.63
...
73bc1b44bc
2023-04-19 17:27:06 -04:00
Adomas Venčkauskas
a9937740c5
Fix classic citation dialog collection tree not working (regression b213b8f1
)
...
Report https://forums.zotero.org/discussion/104460/zotero-6-0-24-classic-add-citation-dialog-doesnt-show-collections-content
2023-04-19 15:26:24 +03:00
Abe Jellinek
83527d27fb
Preferences: Fix site settings delete button being disabled after click
2023-04-18 14:10:24 -04:00
Adomas Venčkauskas
50e780ad57
Fix broken citation dialog (regression 01b9a3c2
)
2023-04-18 14:51:16 +03:00
Abe Jellinek
a47a17852e
Fix feed item drag test's after() callback
2023-04-17 16:28:10 -04:00
Abe Jellinek
b222bbcccb
fx-compat: RemoteTranslate improvements
...
- Support removeHandler()
- Return DB items from translate() when called with libraryID
- Don't invoke done until attachments are done
Fixes #3084 ("after all" hook still times out, but that happens even if the test
is disabled)
2023-04-17 16:20:54 -04:00
Adomas Venčkauskas
096a3c5f2f
Add a test for feed update scroll issues. See fd744fb52
2023-04-17 12:30:31 +03:00
Dan Stillman
348083d287
Refresh Feeds row when feed unread count is updated
...
Regression from fd744fb526
2023-04-15 05:51:38 -04:00
Dan Stillman
2397940292
Use httpd.js instead of resource:// URL for feed item drag test
...
Since HiddenBrowser doesn't work on resource:// URLs (at least without
modifications, and it wouldn't be representative)
2023-04-15 05:07:47 -04:00
Dan Stillman
44f283c4a2
Update translate module
...
Missing from #2784
2023-04-15 03:38:08 -04:00