Difference between revisions of "MediaWiki"

From Jmol
Jump to navigation Jump to search
(Problems yet to be solved)
(Installation)
(45 intermediate revisions by 6 users not shown)
Line 4: Line 4:
 
[http://www.mediawiki.org/ MediaWiki] is an open source wiki engine licensed under the [http://www.gnu.org/copyleft/gpl.html GNU General Public License]. It is used by [[metawikipedia:Sites_using_MediaWiki|many websites]], including this one.
 
[http://www.mediawiki.org/ MediaWiki] is an open source wiki engine licensed under the [http://www.gnu.org/copyleft/gpl.html GNU General Public License]. It is used by [[metawikipedia:Sites_using_MediaWiki|many websites]], including this one.
  
The Jmol Mediawiki Extension enables the use of the Jmol applet inside of Mediawiki pages. This [[Jmol_MediaWiki_Extension|simple page]] demonstrates how to use the extension.
+
The Jmol Mediawiki Extension enables the use of the Jmol applet inside of Mediawiki pages.
  
'''Current status:''' the Jmol Mediawiki Extension is fully functional and stabilized. It currently needs to be modified for a few things: better security, ability to delay loading the applet.
+
'''Current version: 5.1''', compatible with JSmol
 +
(You can check which version a Wiki is using by going to the <code>[[Special:Version]]</code> page in that Wiki)
  
 +
'''Current status: (version 5, JSmol)'''
 +
* The Jmol Mediawiki Extension is now using JSmol (in HTML5 modality by default, but also compatible with Java modality). Some functionality was added, apart from compatibility with MediaWiki version 1.32.
 +
'''Old status: (version 4, JSmol)'''
 +
* The Jmol Mediawiki Extension used JSmol (in HTML5 modality by default, but also compatible with Java modality)
 +
'''Older status: (version 3, Jmol-Java)'''
 +
* Security is hopefully correct now. The delay effect can be obtained by using [[MediaWiki#Jmol_applet_in_a_popup_window | Jmol applet in a popup window]].
 +
* The Jmol Mediawiki Extension is fully functional and stabilized. It currently needs to be modified for a few things: better security, ability to delay loading the applet.
  
 
= Wikis using the Jmol Extension =
 
= Wikis using the Jmol Extension =
Line 17: Line 25:
 
Once the Jmol Extension is installed in the Wiki, you can start adding Jmol applets and controls.
 
Once the Jmol Extension is installed in the Wiki, you can start adding Jmol applets and controls.
  
== Simple usage ==
+
How to know if the Extension is installed, and which version it is? Visit the <code>Special:Version</code> page in your wiki; the extension should be listed there.
  
=== Jmol applet in a MediaWiki page ===
+
* [[MediaWiki/ExtensionV5|How to use version 5 of the Jmol Extension]]. Compatible with MediaWiki 1.32, PHP 7.0 and JSmol 14.29.32
 
+
* [[MediaWiki/ExtensionV4|How to use version 4 of the Jmol Extension]]
To add a Jmol applet to a MediaWiki page, just add the following:
+
* [[MediaWiki/ExtensionV3|How to use version 3 of the Jmol Extension]]
 
 
{{Tag|jmol}}
 
  {{Tag|jmolApplet}}
 
    {{Tag|uploadedFileContents}}file uploaded in the wiki containing the molecular data{{Tag|/uploadedFileContents}}
 
  {{Tag|/jmolApplet}}
 
{{Tag|/jmol}}
 
 
 
or
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolApplet}}
 
    {{Tag|wikiPageContents}}page of the wiki containing the molecular data{{Tag|/wikiPageContents}}
 
  {{Tag|/jmolApplet}}
 
{{Tag|/jmol}}
 
 
 
or
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolApplet}}
 
    {{Tag|inlineContents}}contents of the molecular file{{Tag|/inlineContents}}
 
  {{Tag|/jmolApplet}}
 
{{Tag|/jmol}}
 
 
 
or
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolApplet}}
 
    {{Tag|urlContents}}URL of the molecular file{{Tag|/urlContents}}
 
  {{Tag|/jmolApplet}}
 
{{Tag|/jmol}}
 
 
 
=== Controls for the Jmol applet ===
 
 
 
To add buttons to send scripts to the applet, just add the following:
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolButton}}
 
    {{Tag|script}}script to execute{{Tag|/script}}
 
    {{Tag|text}}text of the button{{Tag|/text}}
 
  {{Tag|/jmolButton}}
 
{{Tag|/jmol}}
 
 
 
To add links to send scripts to the applet, just add the following:
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolLink}}
 
    {{Tag|script}}script to execute{{Tag|/script}}
 
    {{Tag|text}}text of the link{{Tag|/text}}
 
  {{Tag|/jmolLink}}
 
{{Tag|/jmol}}
 
 
 
To add checkboxes to send scripts to the applet, just add the following:
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolCheckbox}}
 
    {{Tag|scriptWhenChecked}}script to execute when the checkbox is checked{{Tag|/scriptWhenChecked}}
 
    {{Tag|scriptWhenUnchecked}}script to execute when the checkbox is unchecked{{Tag|/scriptWhenUnchecked}}
 
    {{Tag|text}}text of the checkbox{{Tag|/text}}
 
  {{Tag|/jmolCheckbox}}
 
{{Tag|/jmol}}
 
 
 
To add radio groups to send scripts to the applet, just add the following:
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolRadioGroup}}
 
    {{Tag|item}}
 
      {{Tag|script}}script to execute when the radio button is selected{{Tag|/script}}
 
      {{Tag|text}}text of the radio button{{Tag|/text}}
 
    {{Tag|/item}}
 
    {{Tag|item}}
 
      {{Tag|script}}script to execute when the radio button is selected{{Tag|/script}}
 
      {{Tag|text}}text of the radio button{{Tag|/text}}
 
    {{Tag|/item}}
 
  {{Tag|/jmolRadioGroup}}
 
{{Tag|/jmol}}
 
 
 
To add menus to send scripts to the applet, just add the following:
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolMenu}}
 
    {{Tag|item}}
 
      {{Tag|script}}script to execute when the menu item is selected{{Tag|/script}}
 
      {{Tag|text}}text of the menu item{{Tag|/text}}
 
    {{Tag|/item}}
 
    {{Tag|item}}
 
      {{Tag|script}}script to execute when the menu item is selected{{Tag|/script}}
 
      {{Tag|text}}text of the menu item{{Tag|/text}}
 
    {{Tag|/item}}
 
  {{Tag|/jmolMenu}}
 
{{Tag|/jmol}}
 
 
 
Applets and other controls can be combined in a single {{Tag|jmol}} tag.
 
 
 
=== Jmol applet in a popup window ===
 
 
 
To add a button that opens a new window with a Jmol applet, use the {{Tag|JmolAppletButton}} tag instead of the {{Tag|JmolApplet}} tag and also add the {{Tag|text}} tag in it. For example:
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolAppletButton}}
 
    {{Tag|uploadedFileContents}}file uploaded in the wiki containing the molecular data{{Tag|/uploadedFileContents}}
 
    {{Tag|text}}text displayed in the button{{Tag|/text}}
 
  {{Tag|/jmolAppletButton}}
 
{{Tag|/jmol}}
 
 
 
To add a link that opens a new window with a Jmol applet, use the {{Tag|JmolAppletLink}} tag instead of the {{Tag|JmolApplet}} tag and also add the {{Tag|text}} tag in it. For example:
 
 
 
{{Tag|jmol}}
 
  {{Tag|jmolAppletLink}}
 
    {{Tag|uploadedFileContents}}file uploaded in the wiki containing the molecular data{{Tag|/uploadedFileContents}}
 
    {{Tag|text}}text displayed in the link{{Tag|/text}}
 
  {{Tag|/jmolAppletLink}}
 
{{Tag|/jmol}}
 
 
 
== Reference ==
 
 
 
The {{Tag|jmol}} tag can contain the following:
 
* {{Tag|jmolApplet}} : Jmol Applet.
 
** {{Tag|signed}} (<tt>true</tt>, <tt>false</tt>) : On the first Jmol applet to use the signed or unsigned version of the applet. This attribute can be disabled by the Wiki administrator with the <tt>$wgJmolAuthorizeChoosingSignedApplet</tt> setting in {{File|LocalSettings.php}}.
 
** {{Tag|color}} : To change the background color of the Jmol applet.
 
** {{Tag|uploadedFileContents}} : Name of an uploaded file in this wiki containing the molecular data to load in the Jmol applet. The Wiki needs to be configured to authorize the upload of molecular data files (using <tt>$wgFileExtensions</tt> in {{File|LocalSettings.php}}). This attribute can be disabled by the Wiki administrator with the <tt>$wgJmolAuthorizeUploadedFile</tt> setting in {{File|LocalSettings.php}}.
 
** {{Tag|wikiPageContents}} : Name of a page of this wiki containing the molecular data to load in the Jmol applet.
 
** {{Tag|urlContents}} : URL of the molecular file to load. This attribute can be disabled by the Wiki administrator with the <tt>$wgJmolAuthorizeUrl</tt> setting in {{File|LocalSettings.php}}.
 
** {{Tag|inlineContents}} : Molecular data to load in the Jmol applet.
 
** {{Tag|size}} : Size of the applet.
 
** {{Tag|script}} : Script to execute at startup.
 
** {{Tag|name}} : Name of the Jmol applet (useful if you want to use several Jmol applets in the same page).
 
* {{Tag|jmolButton}} : Button.
 
** {{Tag|script}} : Jmol script to execute when the button is clicked.
 
** {{Tag|text}} : Text of the button.
 
** {{Tag|name}} : Name of the button.
 
** {{Tag|target}} : Name of the Jmol applet linked with the button (useful only if you want to use several Jmol applets in the same page).
 
* {{Tag|jmolLink}} : Link. Same tags as {{Tag|jmolButton}}.
 
* {{Tag|jmolCheckbox}} : Checkbox.
 
** {{Tag|scriptWhenChecked}} : Jmol script to execute when the checkbox is checked.
 
** {{Tag|scriptWhenUnchecked}} : Jmol script to execute when the checkbox is unchecked.
 
** {{Tag|checked}} (<tt>true</tt>, <tt>false</tt>) : Indicates if the checkbox is checked by default.
 
** {{Tag|text}} : Text of the button.
 
** {{Tag|name}} : Name of the button.
 
** {{Tag|target}} : Name of the Jmol applet linked with the button (useful only if you want to use several Jmol applets in the same page).
 
* {{Tag|jmolMenu}} : Menu.
 
** {{Tag|item}} : Menu item.
 
*** {{Tag|script}} : Jmol script to execute when the menu item is selected.
 
*** {{Tag|text}} : Text of the menu item.
 
*** {{Tag|checked}} (<tt>true</tt>, <tt>false</tt>) : Indicates if the menu item is checked.
 
** {{Tag|name}} : Name of the menu.
 
** {{Tag|target}} : Name of the Jmol applet linked with the menu (useful only if you want to use several Jmol applets in the same page).
 
** {{Tag|menuHeight}} : Number of visible menu items (1: combo-box, 2 or greater: list with the specified number of lines, -1: calculated).
 
* {{Tag|jmolRadioGroup}} : Radio group.
 
** {{Tag|item}} : Radio button.
 
*** {{Tag|script}} : Jmol script to execute when the radio button is selected.
 
*** {{Tag|text}} : Text of the radio button.
 
*** {{Tag|checked}} (<tt>true</tt>, <tt>false</tt>) : Indicates if the radio button is checked.
 
** {{Tag|name}} : Name of the radio group.
 
** {{Tag|target}} : Name of the Jmol applet linked with the radio group (useful only if you want to use several Jmol applets in the same page).
 
** {{Tag|vertical}} (<tt>true</tt>, <tt>false</tt>) : Indicates if the radio buttons are stacked vertically or horizontally.
 
* {{Tag|jmolAppletButton}} : A button for opening a new window with a Jmol Applet. It can contains the same tags as the {{Tag|jmolApplet}} tag, and also the following tags :
 
** {{Tag|text}} : Text of the button.
 
** {{Tag|title}} : Title of the new window (''doesn't work for the moment'').
 
** {{Tag|x}} and {{Tag|y}} : Position of the new window.
 
* {{Tag|jmolAppletLink}} : A link for opening a new window with a Jmol Applet. Same tags as {{Tag|jmolAppletButton}}.
 
 
 
== Test Pages ==
 
 
 
#  [[Uploaded XYZ File]] -- includes test of jmolCheckbox()
 
#  [[Uploaded MDL Molfile]]
 
#  [[Uploaded CML File]]
 
#  [[Inlined MDL Molfile]]
 
#  [[Inlined CML File]]
 
#  [[User:Bduke#Tests_of_Jmol_incorporated_into_a_MediaWiki_wiki | Test page]] (Brian's)
 
#  [[Sandbox#Jmol_extension_for_MediaWiki | Test page]] (Sandbox)
 
  
 
= Installation =
 
= Installation =
 +
(''This must be done by the wiki administrator.'')
  
The Jmol extension is using an other extension [[mw:Extension:StubManager|Stub Manager]], so you first need to install Stub Manager.
+
The files forming the Jmol Extension are part of the Jmol source code and may hence be retrieved from [{{SVN Trunk}}Jmol-extensions/wiki/MediaWiki/ the SVN system].
 
 
[http://www.jmol.org/files/ Download Jmol] and extract all the files in a temporary directory.
 
 
 
Create the directory {{Directory|Jmol}} in {{Directory|$mediawiki/extensions}}, and copy the following files in it:
 
* {{File|COPYRIGHT.txt}}
 
* {{File|Jmol.js}}
 
* All the {{File|JmolApplet0*.jar}} files
 
* All the {{File|JmolAppletSigned0*.jar}} files, if you want to be able to use the signed applet.
 
* {{File|LICENSE.txt}}
 
* {{File|README.txt}}
 
* All the files for the extension, which can be found [http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol-extensions/wiki/MediaWiki/ here].
 
 
 
 
 
Add the following line to the end of {{File|LocalSettings.php}}:
 
require_once('extensions/Jmol/Jmol.php');
 
  
 +
'''Installation of the Jmol extension is now described on [[:mw:Extension:Jmol#Installing Jmol Extension|the Jmol extension page on MediaWiki]].'''
  
 
You can configure the Jmol extension with several settings added after the above line (default value in '''bold'''):
 
You can configure the Jmol extension with several settings added after the above line (default value in '''bold'''):
Line 219: Line 44:
 
* <tt>$wgJmolDefaultAppletSize</tt> ('''<tt>400</tt>''') : Size in pixels of the Jmol applet.
 
* <tt>$wgJmolDefaultAppletSize</tt> ('''<tt>400</tt>''') : Size in pixels of the Jmol applet.
 
* <tt>$wgJmolDefaultScript</tt> : Default script.
 
* <tt>$wgJmolDefaultScript</tt> : Default script.
* <tt>$wgJmolExtensionPath</tt> : Path to the directory where the Jmol extension is installed.
+
* <tt>$wgJmolExtensionPath ('''extensions/Jmol''')</tt> : Path to the directory where the Jmol extension is installed. This must be an absolute path, therefore if you customize it, make sure it is prepended with <tt>$wgScriptPath</tt> (see example in Jmol.php).
 
* <tt>$wgJmolForceNameSpace</tt> : Force the NameSpace where the applet will go looking for wiki pages containing molecular data (using {{Tag|wikiPageContents}}).
 
* <tt>$wgJmolForceNameSpace</tt> : Force the NameSpace where the applet will go looking for wiki pages containing molecular data (using {{Tag|wikiPageContents}}).
 
* <tt>$wgJmolShowWarnings</tt> ('''<tt>true</tt>''', <tt>false</tt>) : Display warnings when users try to use disabled features.
 
* <tt>$wgJmolShowWarnings</tt> ('''<tt>true</tt>''', <tt>false</tt>) : Display warnings when users try to use disabled features.
* <tt>$wgJmolUsingSignedAppletByDefault</tt> (<tt>true</tt>, '''<tt>false</tt>''') : Choose if the signed Jmol applet will be used by default. ''Note: the signed Jmol applet is signed with a default certificat. If you want to use the signed Jmol applet in your wiki, I suggest resigning the Jmol applet with your own certificate.''
+
* <tt>$wgJmolUsingSignedAppletByDefault</tt> (<tt>true</tt>, '''<tt>false</tt>''') : Choose if the signed Jmol applet will be used by default. ''Note: the signed Jmol applet is signed with a default certificate. If you want to use the signed Jmol applet in your wiki, I suggest resigning the Jmol applet with your own certificate.''
  
  
Line 228: Line 53:
 
* By default, MediaWiki authorizes the uploading of files whose name ends with a limited number of extensions. For example, if you want to authorize uploading {{File|*.cml}} files, add <tt>$wgFileExtensions[] = 'cml';</tt> in {{File|LocalSettings.php}}.
 
* By default, MediaWiki authorizes the uploading of files whose name ends with a limited number of extensions. For example, if you want to authorize uploading {{File|*.cml}} files, add <tt>$wgFileExtensions[] = 'cml';</tt> in {{File|LocalSettings.php}}.
 
* You can add an icon in the {{Directory|skins/common/images/icons/}} directory for each extension (for example, {{File|fileicon-cml.png}}). In this wiki, we are using [[:Image:Fileicon_Chemical.png|this image]], which leads to the [[:Category:Molecular_Data|following result]].
 
* You can add an icon in the {{Directory|skins/common/images/icons/}} directory for each extension (for example, {{File|fileicon-cml.png}}). In this wiki, we are using [[:Image:Fileicon_Chemical.png|this image]], which leads to the [[:Category:Molecular_Data|following result]].
 +
 +
== Installation of older versions ==
 +
Version 4 of the Jmol Extension is compatible with MediaWiki 1.16; [https://www.mediawiki.org/w/index.php?title=Extension:Jmol&oldid=2497254 installation instructions].
 +
 +
The Jmol Extension below v. 3.3 uses another extension, [[mw:Extension:StubManager|Stub Manager]], so you first need to install it.
  
 
= Problems yet to be solved =
 
= Problems yet to be solved =
  
* The scripts associated to checkboxes rendered by <code><jmolCheckbox></code> have no effect on the applet. This was the latest discussion of the problem (April 2008) I can find in jmol-users list:
+
* Having problems with Jmol applets that are placed below the flow of a link, button, or other user interface element in markup. I get what appears to be a Java error when loading an uploaded file. --[[User:Mevans86|Mevans86]] 18:58, 13 October 2010 (UTC)
<div style="border:1px dashed #000099; margin-left:6ex;">
 
(Bob)  something in {{file|/skins/common/wikibits.js?97}} is disabling checkboxes.<br />
 
(Nico)  Yes, good catch, thanks a lot. Now, I need to find a way to overcome the behaviour of <code>setupCheckboxShiftClick()</code>. I am going to ask on mediawiki list.
 
</div>
 
 
 
* A recent report showed that the installation does not work when the wiki is installed in a non-root folder of the server (e.g.  <nowiki>http://www.myserver.com/mywiki/index.php</nowiki> instead of <nowiki>http://mywiki.myserver.com/index.php</nowiki>). '''This is solved''' (2008-Nov-29) with an update in {{File|Jmol.php}} (which is not yet installed in this very Jmol Wiki but is available [http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol-extensions/wiki/MediaWiki/ from SVN]).
 
  
* Since Jmol scripting can include a call to javascript commands, the Jmol applet inserted by the Jmol MediaWiki Extension can execute arbitrary javascript added by any user editing the page (see [[User:Ilmari_Karonen/JS_injection_demo | demo]]). This is an unacceptable security hole for some systems such as Wikipedia, and will prevent Jmol from being used there. There is hence a need to implement a "scripting-without-javascript" mode of the applet, i.e. a way to completely disable the <code>javascript</code> command in Jmol scripts run from the MediaWiki Extension.
+
* Does not work with Media wiki 1.17 (and probably 1.15,1.16).  I think there was a rewrite of mediawiki code and I get:
 +
: Warning: Parameter 1 to Jmol::tag_jmol() expected to be a reference, value given in /var/www/mediawiki/extensions/StubManager/StubManager.php on line 783
 +
: --[[User:Jacksmind|Jacksmind]] 01:00, 10 October 2010 (UTC)
 +
:: Hopefully this is solved with version 3.3 of the Extension, since it no longer depends on StubManager. (Still to be confirmed, but it is working fine with MW 1.16 in this site.) --[[User:AngelHerraez|AngelHerraez]] 12:32, 22 November 2010 (CET)
  
 
* The developers at WikiMedia / WikiMedia Commons / Wikipedia apparently advocate the use of a simpler way of inserting Jmol applets, by just linking to the (previously uploaded) model file (as it is done e.g. with images) and having the server decide upon the way to handle it, with something simpler than the current Extension (see [https://bugzilla.wikimedia.org/show_bug.cgi?id=16491 a discussion] about this).
 
* The developers at WikiMedia / WikiMedia Commons / Wikipedia apparently advocate the use of a simpler way of inserting Jmol applets, by just linking to the (previously uploaded) model file (as it is done e.g. with images) and having the server decide upon the way to handle it, with something simpler than the current Extension (see [https://bugzilla.wikimedia.org/show_bug.cgi?id=16491 a discussion] about this).
 
: However, in my opinion rendering of a 3D molecular model clearly calls for something more flexible than a simple, barebone viewer with default settings. Maybe we would have to resort to a simpler extension for Wikipedia and a full one for other wikis?
 
: However, in my opinion rendering of a 3D molecular model clearly calls for something more flexible than a simple, barebone viewer with default settings. Maybe we would have to resort to a simpler extension for Wikipedia and a full one for other wikis?
 +
:: New tags are available since version 3.3 of the extension, which are much more simple to use ({{Tag|jmolFile}}, {{tag|jmolPdb}}, {{tag|jmolSmiles}}), but are currently not flexible. A solution to explore may be the use of HTML templates to give the opporunity to choose between differently configured viewers (with different controls and informations). --[[User:NicolasVervelle|NicolasVervelle]] 22:44, 28 November 2010 (CET)
  
 
* An interesting feature would be the server-side automation of the snapshot ability of the Jmol application, so that images are generated into the wiki page as a thumbnail that will link to --or be replaced by-- the applet when the user clicks on the image, or on a link below it (see an [[User:Bduke#How_should_molecules_be_shown_on_Wikipedia | example]] of this idea, though not server-generated).
 
* An interesting feature would be the server-side automation of the snapshot ability of the Jmol application, so that images are generated into the wiki page as a thumbnail that will link to --or be replaced by-- the applet when the user clicks on the image, or on a link below it (see an [[User:Bduke#How_should_molecules_be_shown_on_Wikipedia | example]] of this idea, though not server-generated).
  
* The function <code>jmolWikiPopupWindow()</code> in {{file|JmolMediaWiki.js}} throws an error in Internet Explorer: "Invalid argument" in line 37, which prevents the pop-up. This line says
+
* I have just upgraded to MediaWiki 1.18.1 and I now have:
:<code> var w = open("", windowTitle, opt); </code>
+
:Warning: Parameter 3 to Jmol::jmolPdbTag() expected to be a reference, value given in /var/www/SklogWiki/includesparser/Parser.php  on line 3580
:Both variables seem to have the correct values. Other browsers do not give any errors. (See it e.g. in [[Sandbox]], link "Show in 3D using Jmol").
+
:Any advice? --[[User:SklogWiki|SklogWiki]] 19:31, 31 January 2012 (CET)
: This happens because of the link (= window title = window name) having spaces and/or parentheses. I've got the clue to fix it, coming soon.
+
 +
 
 +
== Already solved ==
 +
These are left here for reference, as you may still have these problems depending on your version of MediaWiki or your version of the Jmol MediaWiki Extension.
 +
 
 +
* The installation does not work when the wiki is installed in a non-root folder of the server (e.g.  <nowiki>http://www.myserver.com/mywiki/index.php</nowiki> instead of <nowiki>http://mywiki.myserver.com/index.php</nowiki>).
 +
: '''Fixed''' (2008-Nov-29) in [http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol-extensions/wiki/MediaWiki/ revision 10393].
 +
 
 +
* Using {{Tag|jmolAppletButton}} or {{Tag|jmolAppletlink}} throws an error in Internet Explorer: "Invalid argument", and prevents the pop-up.  
 +
: '''Partially fixed''' (2008-Dec-2) in [http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol-extensions/wiki/MediaWiki/ revision 10411].
 +
: '''Completely fixed''' (2008-Dec-8) in [http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol-extensions/wiki/MediaWiki/ revision 10467].
 +
 
 +
* The scripts associated to checkboxes rendered by {{tag|jmolCheckbox}} have no effect on the applet.
 +
: '''Fixed''' (2008-Dec-8) in [http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol-extensions/wiki/MediaWiki/ revision 10467].
 +
:: This was the discussion of the problem:
 +
<div style="border:1px dashed #000099; margin-left:6ex;">
 +
(Bob)  something in {{file|/skins/common/wikibits.js?97}} is disabling checkboxes.<br />
 +
(Nico)  Yes, good catch, thanks a lot. Now, I need to find a way to overcome the behaviour of <code>setupCheckboxShiftClick()</code>. I am going to ask on mediawiki list.<br />
 +
(Bugzilla) [https://bugzilla.wikimedia.org/show_bug.cgi?id=10642 discussion]
 +
</div>
 +
:: The problem was due to a conflict in the <code>onClick</code> event for checkboxes correctly written by the Jmol Extension and a javascript library ({{file|wikibits.js}}) included in MediaWiki. The offending js function is now overwritten by the extension.
 +
 
 +
* Since Jmol scripting can include a call to javascript commands, the Jmol applet inserted by the Jmol MediaWiki Extension can execute arbitrary javascript added by any user editing the page (see [[User:Ilmari_Karonen/JS_injection_demo | demo]]). This is an unacceptable security hole for some systems such as Wikipedia, and will prevent Jmol from being used there. There is hence a need to implement a "scripting-without-javascript" mode of the applet, i.e. a way to completely disable the <code>javascript</code> command in Jmol scripts run from the MediaWiki Extension.
 +
: '''Fixed''' (2008-Dec-8) in [http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol-extensions/wiki/MediaWiki/ revision 10467].
 +
:: No javascript will be executed by Jmol applets inserted by the Extension.
 +
 
 +
* The signed applet was not being used even when explicitly authorized in the wiki configuration (<code>$wgJmolAuthorizeChoosingSignedApplet=true</code>) and requested for the applet (<code><signed>true</signed></code>).
 +
: '''Fixed''' (2008-Dec-8) in [http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol-extensions/wiki/MediaWiki/ revision 10467].
 +
:: Now you can also have both signed and unsigned applets in the same page.
 +
 
 +
* Inserting applets with models read from php pages fails. The applet is using the {{tag|urlContents}} tag and the url contains the '&' character.
 +
: '''Fixed''' (2009-Nov-13) in [http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol-extensions/wiki/MediaWiki/ revision 11738], version 3.2 of the Extension.
 +
:: The '&' is not tolerated by the wikicode. The solution is to use %26 (the wikicode for &) instead of the ampersand(s) in the url, content of the {{tag|urlContents}} tag. The Extension will later filter those %26 codes and convert them to & so that the server correctly provides the model.
  
 
= External links =
 
= External links =
Line 255: Line 115:
 
* Wikipedia: [[wikipedia:Wikipedia:Using Jmol to display molecular models|Using Jmol to display molecular models]]
 
* Wikipedia: [[wikipedia:Wikipedia:Using Jmol to display molecular models|Using Jmol to display molecular models]]
 
* Wikipedia: [[wikipedia:Wikipedia:WikiProject Chemistry|WikiProject Chemistry]]
 
* Wikipedia: [[wikipedia:Wikipedia:WikiProject Chemistry|WikiProject Chemistry]]
 +
* MediaWiki: [http://www.mediawiki.org/wiki/Extension:Jmol Jmol Extension for MediaWiki]

Revision as of 22:38, 25 April 2019

Running Jmol / JSmol

Description

MediaWiki is an open source wiki engine licensed under the GNU General Public License. It is used by many websites, including this one.

The Jmol Mediawiki Extension enables the use of the Jmol applet inside of Mediawiki pages.

Current version: 5.1, compatible with JSmol (You can check which version a Wiki is using by going to the Special:Version page in that Wiki)

Current status: (version 5, JSmol)

  • The Jmol Mediawiki Extension is now using JSmol (in HTML5 modality by default, but also compatible with Java modality). Some functionality was added, apart from compatibility with MediaWiki version 1.32.

Old status: (version 4, JSmol)

  • The Jmol Mediawiki Extension used JSmol (in HTML5 modality by default, but also compatible with Java modality)

Older status: (version 3, Jmol-Java)

  • Security is hopefully correct now. The delay effect can be obtained by using Jmol applet in a popup window.
  • The Jmol Mediawiki Extension is fully functional and stabilized. It currently needs to be modified for a few things: better security, ability to delay loading the applet.

Wikis using the Jmol Extension

If you know a Wiki using the Jmol MediaWiki Extension, please add it to the list of Wikis using Jmol.

How to use the Jmol Extension

Once the Jmol Extension is installed in the Wiki, you can start adding Jmol applets and controls.

How to know if the Extension is installed, and which version it is? Visit the Special:Version page in your wiki; the extension should be listed there.

Installation

(This must be done by the wiki administrator.)

The files forming the Jmol Extension are part of the Jmol source code and may hence be retrieved from the SVN system.

Installation of the Jmol extension is now described on the Jmol extension page on MediaWiki.

You can configure the Jmol extension with several settings added after the above line (default value in bold):

  • $wgJmolAuthorizeChoosingSignedApplet (true, false) : Authorize users to choose between the unsigned and the signed Jmol applet.
  • $wgJmolAuthorizeUploadedFile (true, false) : Authorize the use of <uploadedFileContents>.
  • $wgJmolAuthorizeUrl (true, false) : Authorize the use of <urlContents>.
  • $wgJmolDefaultAppletSize (400) : Size in pixels of the Jmol applet.
  • $wgJmolDefaultScript : Default script.
  • $wgJmolExtensionPath (extensions/Jmol) : Path to the directory where the Jmol extension is installed. This must be an absolute path, therefore if you customize it, make sure it is prepended with $wgScriptPath (see example in Jmol.php).
  • $wgJmolForceNameSpace : Force the NameSpace where the applet will go looking for wiki pages containing molecular data (using <wikiPageContents>).
  • $wgJmolShowWarnings (true, false) : Display warnings when users try to use disabled features.
  • $wgJmolUsingSignedAppletByDefault (true, false) : Choose if the signed Jmol applet will be used by default. Note: the signed Jmol applet is signed with a default certificate. If you want to use the signed Jmol applet in your wiki, I suggest resigning the Jmol applet with your own certificate.


Note: If you want to authorize users to upload files containing molecular data (for using the <uploadedFileContents> tag), you need to do the following:

  • By default, MediaWiki authorizes the uploading of files whose name ends with a limited number of extensions. For example, if you want to authorize uploading File icon.gif*.cml files, add $wgFileExtensions[] = 'cml'; in File icon.gifLocalSettings.php.
  • You can add an icon in the skins/common/images/icons/ directory for each extension (for example, File icon.giffileicon-cml.png). In this wiki, we are using this image, which leads to the following result.

Installation of older versions

Version 4 of the Jmol Extension is compatible with MediaWiki 1.16; installation instructions.

The Jmol Extension below v. 3.3 uses another extension, Stub Manager, so you first need to install it.

Problems yet to be solved

  • Having problems with Jmol applets that are placed below the flow of a link, button, or other user interface element in markup. I get what appears to be a Java error when loading an uploaded file. --Mevans86 18:58, 13 October 2010 (UTC)
  • Does not work with Media wiki 1.17 (and probably 1.15,1.16). I think there was a rewrite of mediawiki code and I get:
Warning: Parameter 1 to Jmol::tag_jmol() expected to be a reference, value given in /var/www/mediawiki/extensions/StubManager/StubManager.php on line 783
--Jacksmind 01:00, 10 October 2010 (UTC)
Hopefully this is solved with version 3.3 of the Extension, since it no longer depends on StubManager. (Still to be confirmed, but it is working fine with MW 1.16 in this site.) --AngelHerraez 12:32, 22 November 2010 (CET)
  • The developers at WikiMedia / WikiMedia Commons / Wikipedia apparently advocate the use of a simpler way of inserting Jmol applets, by just linking to the (previously uploaded) model file (as it is done e.g. with images) and having the server decide upon the way to handle it, with something simpler than the current Extension (see a discussion about this).
However, in my opinion rendering of a 3D molecular model clearly calls for something more flexible than a simple, barebone viewer with default settings. Maybe we would have to resort to a simpler extension for Wikipedia and a full one for other wikis?
New tags are available since version 3.3 of the extension, which are much more simple to use (<jmolFile>, <jmolPdb>, <jmolSmiles>), but are currently not flexible. A solution to explore may be the use of HTML templates to give the opporunity to choose between differently configured viewers (with different controls and informations). --NicolasVervelle 22:44, 28 November 2010 (CET)
  • An interesting feature would be the server-side automation of the snapshot ability of the Jmol application, so that images are generated into the wiki page as a thumbnail that will link to --or be replaced by-- the applet when the user clicks on the image, or on a link below it (see an example of this idea, though not server-generated).
  • I have just upgraded to MediaWiki 1.18.1 and I now have:
Warning: Parameter 3 to Jmol::jmolPdbTag() expected to be a reference, value given in /var/www/SklogWiki/includesparser/Parser.php on line 3580
Any advice? --SklogWiki 19:31, 31 January 2012 (CET)


Already solved

These are left here for reference, as you may still have these problems depending on your version of MediaWiki or your version of the Jmol MediaWiki Extension.

  • The installation does not work when the wiki is installed in a non-root folder of the server (e.g. http://www.myserver.com/mywiki/index.php instead of http://mywiki.myserver.com/index.php).
Fixed (2008-Nov-29) in revision 10393.
  • Using <jmolAppletButton> or <jmolAppletlink> throws an error in Internet Explorer: "Invalid argument", and prevents the pop-up.
Partially fixed (2008-Dec-2) in revision 10411.
Completely fixed (2008-Dec-8) in revision 10467.
  • The scripts associated to checkboxes rendered by <jmolCheckbox> have no effect on the applet.
Fixed (2008-Dec-8) in revision 10467.
This was the discussion of the problem:

(Bob) something in File icon.gif/skins/common/wikibits.js?97 is disabling checkboxes.
(Nico) Yes, good catch, thanks a lot. Now, I need to find a way to overcome the behaviour of setupCheckboxShiftClick(). I am going to ask on mediawiki list.
(Bugzilla) discussion

The problem was due to a conflict in the onClick event for checkboxes correctly written by the Jmol Extension and a javascript library (File icon.gifwikibits.js) included in MediaWiki. The offending js function is now overwritten by the extension.
  • Since Jmol scripting can include a call to javascript commands, the Jmol applet inserted by the Jmol MediaWiki Extension can execute arbitrary javascript added by any user editing the page (see demo). This is an unacceptable security hole for some systems such as Wikipedia, and will prevent Jmol from being used there. There is hence a need to implement a "scripting-without-javascript" mode of the applet, i.e. a way to completely disable the javascript command in Jmol scripts run from the MediaWiki Extension.
Fixed (2008-Dec-8) in revision 10467.
No javascript will be executed by Jmol applets inserted by the Extension.
  • The signed applet was not being used even when explicitly authorized in the wiki configuration ($wgJmolAuthorizeChoosingSignedApplet=true) and requested for the applet (<signed>true</signed>).
Fixed (2008-Dec-8) in revision 10467.
Now you can also have both signed and unsigned applets in the same page.
  • Inserting applets with models read from php pages fails. The applet is using the <urlContents> tag and the url contains the '&' character.
Fixed (2009-Nov-13) in revision 11738, version 3.2 of the Extension.
The '&' is not tolerated by the wikicode. The solution is to use %26 (the wikicode for &) instead of the ampersand(s) in the url, content of the <urlContents> tag. The Extension will later filter those %26 codes and convert them to & so that the server correctly provides the model.

External links