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
Last 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 [2017/11/12 19:53] – external edit 127.0.0.1
Line 1: Line 1:
 +<html><p id="zotero-5-update-warning" style="color: red; font-weight: bold">We’re
 +in the process of updating the documentation for
 +<a href="https://www.zotero.org/blog/zotero-5-0">Zotero 5.0</a>. Some documentation
 +may be outdated in the meantime. Thanks for your understanding.</p></html>
 +
 +
 ====== Changes in Zotero 3.0 ====== ====== Changes in Zotero 3.0 ======
  
Line 48: Line 54:
 <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 70:
 </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