Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dev:client_coding:changes_in_zotero_3.0 [2011/08/23 14:39] – [ZoteroItemUpdated event] fix link ajlyondev:client_coding:changes_in_zotero_3.0 [2011/10/14 13:37] – [Translator testing framework] rmzelle
Line 48: Line 48:
 <code>chrome://zotero/content/tools/testTranslators/testTranslators.html</code> <code>chrome://zotero/content/tools/testTranslators/testTranslators.html</code>
  
-In Chrome and Safari, the translator tester is accessible from the Advanced pane of the preferences in [[[/dev/svn_and_trac_access#connector_debug_builds|connector debug builds]].+In Chrome and Safari, the translator tester is accessible from the Advanced pane of the preferences in [[/support/dev_builds#connector_debug_builds|connector debug builds]].
  
 ===== Add-on support in Zotero Standalone ===== ===== Add-on support in Zotero Standalone =====
Line 64: Line 64:
 </code> </code>
  
-where minVersion is the lowest Zotero Standalone version you have tested with, and maxVersion is the maximum version you can reasonably expect your add-on to work with. For add-ons that overlay [[changes_in_zotero_2.1#changes_to_interface-related_code|zoteroPane.xul]], this addition should be sufficient, and the same XPI should work in both Firefox and Zotero Standalone.+where minVersion is the lowest Zotero Standalone version you have tested with, and maxVersion is the maximum version you can reasonably expect your add-on to work with. For add-ons that overlay [[changes_in_zotero_2.1#changes_to_interface-related_code|zoteroPane.xul]], this addition should be sufficient, and the same XPI should work in both Firefox and Zotero Standalone. If your add-on overlays browser.xul, you should change it to overlay zoteroPane.xul.
  
-To install an add-on in Zotero Standalone, go to Tools->Add-ons and choose "Install Add-on From File..." from the cog menu.+Calls to ''window.loadURI()'' will not work in Zotero Standalone. Howeveryou can use ''ZoteroPane.loadURI()'' to load a URI in the default browser, or ''ZoteroStandalone.openInViewer()'' to open a page in Zotero Standalone.
  
 +To install an add-on in Zotero Standalone, go to Tools->Add-ons and choose "Install Add-on From File..." from the cog menu.
 ===== Miscellaneous changes ===== ===== Miscellaneous changes =====
  
dev/client_coding/changes_in_zotero_3.0.txt · Last modified: 2017/11/27 05:13 by bwiernik