Downloads

Download jsmath-6.x-2.0.tar.gztar.gz 14.42 KB
MD5: a18c01e3976739578e15092163e0c4e9
SHA-1: 1ec603cbddf0cd5b372cb23fafbeb7ce261753ee
SHA-256: 0a5a50a91d13a7e0a7bb33ee9ba1a849885e7f95f7696b2700841d65f577a72d
Download jsmath-6.x-2.0.zipzip 16.59 KB
MD5: f0e4cf486b4e81acabecdfbfc8c7393d
SHA-1: 31716c11ce928743a94c682903722b89dc9d5093
SHA-256: 0c44dbf681e1c418f02796a2e0497e96d5ac98d940207fae5ea0230db6c4564a

Release notes

All of the following are fixes applied to 1.x-dev to create a new safe version of jsMath.

* Converted the previous "simplified" jsmath_init() into a Drupal 6.x filter. #287202: Provide option to load jsMath only on pages that contain math code
* Some cleanup including Coder fixes. Nothing major.
* Added support for libraries folder #553004: Find library code in sites/all/libraries.
* Installation instructions for 2.x
* Fixed two ' in strings on line 204/206 #857164: Parse error in jsmath.module
* Removed the addition of the as at times a

would be required and it is nearly impossible to make sure we grab all the possibilities.
* Changed the test to know whether jsMath should be included.
* Made doubleDollarsAreInLine dynamic.
* Added the jsMath library as a requirement to install the jsMath module.
* Delete jsmath_* variables when uninstalling the module.
* Moved the settings form in the .admin.inc file.
* Created a requirements hook.
* Properly uninstall the jsMath variables.
* Updated the filter tooltips to mention support of multiple tags.
* Moved the hook_menu() function to the top as in most of the other modules.
* The _jsmath_library_path() function is defined in the .module which is not automatically loaded on installation of the module. Added an explicit load. #858152: Installation stops with php error
* Fixed the name of the module to be loaded!?
* Fixed dirname() variable typo! #858152: Installation stops with php error
* Validate all the form parameters.
* Fixed the empty string case since explode() does not return an empty array in that case... #882184: loadFonts in jsmath settings
* Fixed the loadFonts description.
* Fixed the test after the jsMath library discovery and eventually log an error.
Created by: AlexisWilke
Created on: 11 Oct 2010 at 23:07 UTC
Last updated: 11 Oct 2010 at 23:11 UTC
New features
Bug fixes

Other releases