CHANGELOG.txt |
CHANGELOG.txt |
|
Math Field 7.x-1.0, 2015-06-19
-------------------------------------
Reworked Math Field evaluation to use core AJAX framework.
Issue #2484083: Add tests
Issue #2507773: Fixes undefined index error
Math Field 7.x-1.0-beta2,… |
mathfield.api.php |
mathfield.api.php |
|
Hooks provided by Math Field. |
mathfield.info |
mathfield.info |
|
name = Math Field
description = Adds a dynamic math expression field.
core = 7.x
package = Fields
dependencies[] = field
dependencies[] = ctools
files[] = mathfield.test |
mathfield.install |
mathfield.install |
|
Install, update and uninstall functions for the mathfield module. |
mathfield.math_expr.inc |
includes/mathfield.math_expr.inc |
|
|
mathfield.module |
mathfield.module |
|
Adds a dynamic math expression field. |
mathfield.test |
mathfield.test |
|
Tests for mathfield.module. |
README.txt |
README.txt |
|
Math Field
Author: draenen <https://www.drupal.org/u/draenen>
REQUIREMENTS
------------
This module requires the following modules:
* Field (core)
* cTools (https://www.drupal.org/project/ctools)
DESCRIPTION
------------
The Math Field… |