format_number 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| format_number-7.x-1.x-dev.tar.gz | 16.4 KB | 054174d2d15bc422bf505148c5f8eeee |
| format_number-7.x-1.x-dev.zip | 19.44 KB | 814cf36a2c6a89fa0958d97949af3eb9 |
Release notes
Development version for the format_number module for Drupal 7.x
format_number 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| format_number-6.x-1.6.tar.gz | 17.66 KB | 4d6746b16902345384a05944270c48bf |
| format_number-6.x-1.6.zip | 24.23 KB | 4b77e9c09500c2febb21129bf216dc22 |
Release notes
Changes since Format Number API 6.x-1.5:
Features:
- #438116: Implement numeric input element at Forms API level.
- #636066: Swedish translation (by seals).
- Updated translation template.
Bugfixes:
- Use variable_del() to erase module variables upon module uninstallation rather than using DELETE query against the {variable} table.
- Fixed a couple of Coder module issues.
To upgrade from previous versions, running update.php is required to clear the theme registry.
format_number 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| format_number-6.x-1.5.tar.gz | 13.79 KB | e2f152d9c5df002e0c7d5ab9271d41f0 |
| format_number-6.x-1.5.zip | 18.78 KB | a1e9683a4777cb5b985d07f5fb4913ba |
Release notes
Changes since Format Number API 6.x-1.4:
Features:
- Added Dutch translation (by libeco).
- Added CHANGELOG.txt.
- #570268: Add a 3rd argument to Drupal.formatNumber() to tell if we want the result truncated of rounded (by jonathan_hunt).
- #580540: Implement rounding to significant figures (by Bevan).
- Make javaScript compatible with other libraries than jQuery. See:
http://drupal.org/update/modules/6/7#javascript_compatibility - Use single quotes rather than double quotes in javascript file.
There is no need to run update.php. Just be sure to clear your javascript caches.
format_number 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| format_number-6.x-1.4.tar.gz | 12.05 KB | ba95acb085ff7afc0cfb40ba696a4b77 |
| format_number-6.x-1.4.zip | 15.78 KB | d41cefcb143d85d187b22cb969d1ea6e |
Release notes
- #353897, thanks to xmarket. Fix problems with multibyte characters used as decimail point and/or thousands separators.
- Avoid PHP notice during user settings validation.
- Added description to settings menu item.
Upgrading does not require running update.php
format_number 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| format_number-6.x-1.3.tar.gz | 11.75 KB | faef05ea0dc741d24ba15963dcc92489 |
| format_number-6.x-1.3.zip | 15.51 KB | 3531a9644f3777ed9f888f101df9b8ea |
Release notes
- #334969: Add support for ascii space when no-break space is used as thousands separator (ztyx).
format_number 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| format_number-6.x-1.2.tar.gz | 11.66 KB | 4813fcc09a43e6e8a568c171865fef76 |
| format_number-6.x-1.2.zip | 15.43 KB | 78df4a8cf1f2c65fae6871e0f6270246 |
Release notes
- Fix sign checking in parse_formatted_number().
- Added javascript version of the API.
- Added translation template.
- Added feature: passing $decimals = -1 to format_number() can be used to format any number of decimal places.
- Updated README.txt
- Running Drupal's update.php is not required to upgrade.
format_number 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| format_number-6.x-1.1.tar.gz | 9.51 KB | 8c6162764c3895d1848ae1eca8d6fe47 |
| format_number-6.x-1.1.zip | 11.77 KB | c22db888b446a49cadc6852ceda03024 |
Release notes
- Moved form settings code to a separate file.
- Settings form now based on a known set of symbols (see CLDR By-Type Chart: number.symbol).
- #331916: Small comment fix (by ztyx).
- New exposed APIs (see README.txt).
format_number 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| format_number-6.x-1.x-dev.tar.gz | 17.03 KB | 1b553bbf2fd7f1c57cdd2f4416e05673 |
| format_number-6.x-1.x-dev.zip | 20.23 KB | abe120636940513627281821326e16c0 |
Release notes
Development version for the format_number module for Drupal 6.x
format_number 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| format_number-6.x-1.0.tar.gz | 7.76 KB | e4142e39efb631b81f1f30334a5698ec |
| format_number-6.x-1.0.zip | 9.25 KB | 5cc6edeb49e749cbadf39bed5e2d75aa |
Release notes
First release of this module for Drupal 6.x.