zotero/chrome/content/zotero
Dan Stillman ddc7be75c7 Use PRAGMA legacy_alter_table=ON for existing schema updates
This won't make a difference until we update Firefox and get a new
SQLite version, but at that point the existing schema update steps that
recreate tables by renaming the old table would result in broken foreign
keys.

This patch will make sure that newer SQLite versions will use the legacy
behavior for the existing steps, and going forward schema update steps
that want to recreate tables will need to create a new table, migrate
the data, delete the old table, and rename the new one into place.
2021-08-17 00:41:59 -04:00
..
ace Ace: Add commented-out language_tools lines in case we want them later 2020-12-24 02:55:00 -05:00
bindings Improve embedded note image loading and deletion: 2021-07-28 13:49:04 +03:00
components Fix notesList more button notes count 2021-06-04 18:27:43 +03:00
containers Add old note backup and preview 2021-03-02 17:36:05 -05:00
import Mendeley import: Add "★" tag for favourite items (#2122) 2021-07-13 06:28:05 -04:00
ingester
integration Improve note-editor: 2021-04-16 17:55:05 +03:00
locale Update submodules 2021-08-06 16:56:31 -04:00
modules Add some missing license notices 2019-11-08 06:41:06 -05:00
preferences Add OpenURL resolver directory 2021-08-13 06:25:16 -04:00
standalone Add zoom options to View menu 2021-08-05 11:27:54 +03:00
test Fx60: Remove versioned JavaScript 2019-08-27 00:47:39 -04:00
tools Use Translator Tester code from shared repo for Scaffold 2021-07-28 15:46:07 +03:00
xpcom Use PRAGMA legacy_alter_table=ON for existing schema updates 2021-08-17 00:41:59 -04:00
about.xul Merge pull request #2039 from HollandeP/master 2021-05-16 04:15:17 -04:00
advancedSearch.js Fix autocomplete in Advanced Search 2019-12-10 23:34:16 -07:00
advancedSearch.xul
attachLink.js
attachLink.xul
bibliography.js Add "(APA)" and "(ASA)" to style list in Document Preferences 2020-05-28 06:19:41 -04:00
bibliography.xul
captcha.js
captcha.xul
charsetMenu.js
contextPane.js Tweak pdf-reader and note-editor read-only mode code 2021-07-06 16:52:46 +03:00
createParentDialog.js Remove XUL overlay, but keep functionality. 2021-02-24 16:11:19 -07:00
createParentDialog.xul Remove XUL overlay, but keep functionality. 2021-02-24 16:11:19 -07:00
debugViewer.html Fx60: Fix protocol handler 2019-08-27 00:47:39 -04:00
debugViewer.js
dictionaryManager.js Dictionary handling improvements 2021-06-26 17:09:23 -04:00
dictionaryManager.xul Spell checker improvements 2021-06-23 21:56:11 -04:00
duplicatesMerge.js Exclude unmergeable types by name, not by ID (#2137) 2021-07-30 16:15:10 -04:00
editContextMenu.js Remove XUL overlay, but keep functionality. 2021-02-24 16:11:19 -07:00
errorReport.xul Fix appearance of error report text in dark mode on Linux 2021-05-16 05:08:44 -04:00
exportOptions.js Add "Include Annotations" checkbox to export options dialog 2021-03-02 17:58:28 -05:00
exportOptions.xul Add "Include Annotations" checkbox to export options dialog 2021-03-02 17:58:28 -05:00
feedSettings.js Fix number inputs and adjust linux styling for feed settings 2020-11-24 15:10:06 +02:00
feedSettings.xul Fix number inputs and adjust linux styling for feed settings 2020-11-24 15:10:06 +02:00
fileInterface.js Mendeley import: Switch to authorisation code flow via proxy 2021-05-10 14:32:02 -04:00
hardConfirmationDialog.js Clarify warnings about data removal when switching accounts 2020-05-23 03:23:32 -04:00
hardConfirmationDialog.xul Clarify warnings about data removal when switching accounts 2020-05-23 03:23:32 -04:00
include.js Fix window.name being unset when loading include.js. Closes #1645 2019-02-25 11:45:42 +02:00
itemPane.js Add Zotero.enablePDFBuildForGroups switch 2021-06-30 17:30:24 +03:00
itemPane.xul Use old editor in group libraries 2021-03-02 17:58:28 -05:00
locateManager.xul Fx60: Fix styling of lookup engine manager window 2019-08-27 00:47:39 -04:00
locateMenu.js Add OpenURL resolver directory 2021-08-13 06:25:16 -04:00
longTagFixer.js
longTagFixer.xul Big Sur style fixes 2020-07-28 00:15:11 -04:00
lookup.js Use zotero/translate and zotero/utilities for shared code 2021-07-28 15:46:07 +03:00
merge.js Change apply-to-all checkbox text for some conflicts 2019-09-21 01:35:36 -04:00
merge.xul Show annotation widget in conflict resolution window 2021-03-21 14:36:43 -04:00
note.js Add Zotero.enablePDFBuildForGroups switch 2021-06-30 17:30:24 +03:00
note.xul Use old editor in group libraries 2021-03-02 17:58:28 -05:00
noteBackup.js Add old note backup and preview 2021-03-02 17:36:05 -05:00
noteBackup.xul Add old note backup and preview 2021-03-02 17:36:05 -05:00
overlay.js Fix running of tests after adding tab bar 2021-03-02 17:58:28 -05:00
overlay.xul Remove some old Zotero for Firefox code 2019-08-27 00:47:39 -04:00
progressMeterWindow.xul Update locales from Transifex and merge new English strings 2018-02-08 03:23:16 -05:00
progressQueueDialog.xul Add universal progress queues (#1573) 2018-10-05 01:56:46 -04:00
progressWindow.xul
proxy.js
proxy.xul
publicationsDialog.js
publicationsDialog.xul
reader.xul Add zoom options to View menu 2021-08-05 11:27:54 +03:00
reportInterface.js Fix loading of reports and timelines 2020-01-04 02:29:52 -05:00
rtfScan.js Fx60: Remove instances of nsILocalFile 2019-08-27 00:47:39 -04:00
rtfScan.xul Fix updating of the styles page in the RTF Scan dialog 2019-07-09 01:46:34 -04:00
runJS.html Ace: Fix path to ace.html (#1930) 2020-12-24 02:41:51 -05:00
runJS.js Run JavaScript: Improve await regex (#2083) 2021-06-12 02:44:39 -04:00
searchDialog.js
searchDialog.xul
selectItemsDialog.js
selectItemsDialog.xul More 2x icon fixes 2017-10-18 04:09:10 -04:00
tabs.js Add MetaOrCtrl-1 through 9 tab navigation 2021-07-11 02:28:25 +01:00
tagColorChooser.js New tag selector colors. 2018-02-14 13:59:37 +01:00
tagColorChooser.xul
timelineInterface.js Fix loading of reports and timelines 2020-01-04 02:29:52 -05:00
tooltip.js Fix 'title' attribute on React Button component 2021-02-06 23:37:32 -05:00
updateCSL.xsl
upgrade.xul Remove Zotero.localeJoin 2018-07-30 12:33:08 +02:00
zoteroPane.js Refactor utilities code in preparation to move to external repo 2021-07-28 15:46:07 +03:00
zoteroPane.xul Remove sync buttons from PDF reader toolbar 2021-06-02 20:39:44 +03:00