CHANGELOG.txt |
CHANGELOG.txt |
|
7.x-1.x-dev
===========
- Fix coder issues with name of user settings function similar to hook_user().
- Fix function name in hook_element_info().
- Remove D6 stuff from .install script.
- #1091914 by SQP, tinker: Port format_number module to D7 from D6. |
format_number.css |
format_number.css |
|
.form-numeric {
display: inline;
width: auto;
text-align: right;
} |
format_number.info |
format_number.info |
|
name = Format Number API
description = This module provides a method to configure number formats (site default and user defined) with configurable decimal point and thousand separators. It also exposes several functions that can be used by other… |
format_number.install |
format_number.install |
|
Module installation/uninstallation hooks. |
format_number.module |
format_number.module |
|
This module provides a method to configure number formats (site default and
user defined) with configurable decimal point and thousand separators.
It also exposes several functions that can be used by other contributed or
custom modules to display… |
format_number.settings.inc |
format_number.settings.inc |
|
Implement module settings and user settings forms. |
format_number.variable.inc |
format_number.variable.inc |
|
Hook implementations for the variable module. |
README.txt |
README.txt |
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Format Number module for Drupal
;;
;; Original author: markus_petrux at drupal.org (October… |