mathfilter 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mathfilter-6.x-1.x-dev.tar.gz | 18.25 KB | 68ead684078b39b57a35f53a8dd3f960 |
| mathfilter-6.x-1.x-dev.zip | 21.13 KB | 545325040196980efe5135ea6b530e98 |
Release notes
This 6.x release is intended for new features of this module only. Some things that would be a good idea to add, but which have not yet been implemented:
1. Converting the graphs from using JavaScript to being true images. This is a major rework.
2. Add more administrative features (like removing images cached from nodes that no longer exist, or for whom the equation no longer exists.
3. Perhaps some simple mathematical replacements (like random numbers and simple calculations?)
mathfilter 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| mathfilter-6.x-1.0.tar.gz | 18.31 KB | e8a0e334d51f0074ab2e998d99af578a |
| mathfilter-6.x-1.0.zip | 21.18 KB | eacfeb701b8b7eca7550b165beef83a6 |
Release notes
Updated this module for 6.x. Unless any major changes are made to Drupal 6, this module should work fine. Added caching in the last version 5.x version of this module, which made it into the 6.x version.
This module currently has some critical bugs which need to be ironed out. My upgrade of it to Drupal 6 did not go as well as planned.
mathfilter 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| mathfilter-5.x-1.1.tar.gz | 18.3 KB | 04b2d4ab781d36c621013c4a42c4f39d |
| mathfilter-5.x-1.1.zip | 21.17 KB | f0d9eae77938c71df32d7039afb85f99 |
Release notes
I've added image caching to the Mathfilter module, using some suggestions from one of the issues submitted by a user, and so this should greatly improve server performance because you won't need to be serving a cgi for the images every time. Also, page loads will be faster since only small gifs will be returned, rather than waiting for the cgi to create and export the gif. I've recently included an option to do this caching if your Drupal website is behind a proxy server, and your CGI is on the other side of the proxy.
I've also corrected the settings page and reformatted the code to make it easier to read (including adding more comments to the code). This should make it easier for future maintainers.
mathfilter 5.x-1.0.x-dev
| Download | Size | md5 hash |
|---|---|---|
| mathfilter-5.x-1.0.x-dev.tar.gz | 18.26 KB | c07292d036419ce1a4865ee384a4da89 |
| mathfilter-5.x-1.0.x-dev.zip | 21.15 KB | 914bbc26a5ca16a91352cbc2b88b3de4 |
Release notes
This is a module to allow mathematical graphs and equations to be included in your posts. This module requires that an appropriate external Mimetex binary be downloaded and installed on your server. You must then navigate to admin/settings/mathfilter to enter the full URL to the binary on your server before it will work. This module makes no modifications to your database, and so should be safe to install and play around with.