Releases for Money CCK field
money 6.x-1.2
First released: July 8, 2009 - 22:29
Size: 24.12 KB
md5_file hash: c524aab31bb734aed5543c4412c44ed6
Last updated: July 8, 2009 - 22:31
Changes since money 6.x-1.1
- #428208: warning: array_combine(): Both parameters should have at least 1 element (by sinasquax)
- Fix money conversion dialog module for new widget display settings.
- New function in money module to theme money fields.
There's no need to run update.php to upgrade.
money 6.x-1.1
First released: March 28, 2009 - 20:15
Size: 23.49 KB
md5_file hash: 570e6b2f5d411ab2e52895ebf9876aef
Last updated: March 28, 2009 - 20:20
New features:
- #335546, Feature: Expose separate fields to views, not just the amount.
- Feature: Added conversion dialog addon module.
- #341365, Feature: Integration with diff.module. Requires CCK, release 6.x-2.2 or higher. See #344004: Content diff integration causing problems when other fields implement diff support.
- #217842, Feature: Add more options for displaying money fields (Currency display mode and Decimals display mode). Actually, the "Decimals display mode" feature is only available if you have installed latest development version of the Currency API module. For further information, please see #329052: decimal count for currencies.
Bugs fixed:
- Bugfix: Do not generate output when field is empty.
- Bugfix: When no currency has been specified in widget settings, we should allow them all.
- #356944, Bugfix: Currency not allowed when setting the default value of the field.
- #379258, Bugfix: enable module error related to dependent modules.
- #372128, Doc: Better inline code documentation for money_get_widget_currencies().
- #385060, Bugfix: Fix default values for allowed currencies option.
- Bugfix: Fix allowed currencies list formatting.
update.php is required to upgrade from 6.x-1.0:
- money_update_6000() - Update all money fields to reflect the new Views integration feature.
- money_update_6001() - Update all money fields to reflect the changes in display mode setting.
money 6.x-1.0
First released: November 19, 2008 - 17:42
Size: 11.66 KB
md5_file hash: 57f2bfa3712f204fb1b7dd1ff798d016
Last updated: November 19, 2008 - 17:45
It looks like it is stable enough to go live. :)
money 5.x-1.6
First released: November 18, 2008 - 16:16
Size: 11.53 KB
md5_file hash: 7a3266c8b790576402dae809ea2c041c
Last updated: November 18, 2008 - 16:20
This is probably going to be the final Drupal 5 release. New features will only go in the Drupal 6 branch, unless somebody steps up to maintain the Drupal 5 branch of this module instead.
markus_petrux has volunteered to maintain the Drupal 6 branch of this module, so you'll be seeing more of him and less (if anything) from me! :)
Changes since DRUPAL-5--1-5:
money 6.x-1.0-rc1
First released: November 16, 2008 - 11:36
Size: 11.6 KB
md5_file hash: 3c7831d98ea7565bbd0c71da76788883
Last updated: November 16, 2008 - 11:40
- Removed css class used in D5, but not in D6 version of this module.
- Fixed minor bug in decimals seleccion (field settings).
- Moved allowed currencies selection from field settings to widget settings.
- Added currency selection modes to widget settings (code or name).
- Added currency display modes to widget settings (code or symbol).
- Added theme function to display currency.
- Fixed minor string literal issues.
- Added translation template, spanish and catalan translations.
money 6.x-1.0-beta1
First released: November 15, 2008 - 14:27
Size: 9.35 KB
md5_file hash: 591a8161b55b29deccd5e7cfcdad5c98
Last updated: November 15, 2008 - 14:30
- The port of Money CCK field to CCK 2 / Drupal 6 is almost ready. Please, see #322168: Money CCK field port to Drupal 6?
- Requirements: CCK, Currency API, Format Number API and Formatted Number CCK.
- Amounts are stored in the database using SQL NUMERIC (aka DECIMAL) type, supported by MySQL, PostgreSQL.
- Precision and scale can be configured from the field settings panel.
money 6.x-1.x-dev
First released: November 10, 2008 - 07:27
Size: 23.87 KB
md5_file hash: fa5cac861811885dc7e85f1e28243c8b
Last updated: August 27, 2009 - 00:17
Development version for the Money CCK field for CCK 2 / Drupal 6.x
money 5.x-1.5
First released: February 22, 2008 - 15:53
Size: 11.47 KB
md5_file hash: fa49fc1aa88bedc0a6a417a14ab6fb96
Last updated: February 22, 2008 - 15:55
When upgrading from any version to version 1.4, the default number of displayed decimals would be set to 0. Now this defaults to 2, which is much nicer for upgrading users :)
money 5.x-1.4
First released: February 20, 2008 - 21:54
Size: 11.37 KB
md5_file hash: 9c48a12dcdd70d1e005768430f7daabd
Last updated: February 20, 2008 - 21:55
Changes since DRUPAL-5--1-3:
- Fixed a small bug that caused the Views currency filter's options to be displayed in an optgroup.
- 2-column lay-out for the list of available currencies.
- - Implemented #190078: Filter by amount (but not taking the currencies into account).
- Abstracted the conversion of the amount entered by the user to an integer into a separate function. - Fixed #194384: Float to integer conversion results in imprecisions
- Merged the 'validate' callback of the hook_widget() implementation with the 'validate' callback of the hook_field() implementation. Now widgets don't have to do any validation anymore!
- - Fixed #222972: Impossible to leave the "currencies" textarea empty to allow all available currencies to be used
- Made all field formatters use non-breaking spaces, per Gidgidonihah's suggestion.
- - #190075 by hamidrj: Sort by amount (but not taking the currencies into account)
- #198515: Use bigint instead of int - #188410: Configurable number of displayed decimals
- Adapted the included array_combine() function to Drupal's coding standards.
money 5.x-1.3
First released: October 30, 2007 - 22:31
Size: 10.87 KB
md5_file hash: f1e46b60cce6642d6d6115c0f6b34aa7
Last updated: October 30, 2007 - 22:35
Bug fixes
- Fixed #174545: Amount field is validated even when it is empty and not required
New features
- Token module support (by hamidrj)
- Views filter: filter by currency
- Now there are *six* different formatters: currency code, full currency name or currency symbol, either before or after the amount
money 5.x-1.2
First released: September 1, 2007 - 10:37
Size: 9.96 KB
md5_file hash: 077c88769bcc73a4da8e94049830c343
Last updated: September 1, 2007 - 10:40
Fixed #171830 and #171686.
money 5.x-1.1
First released: August 11, 2007 - 11:51
Size: 9.97 KB
md5_file hash: 8d045c0e561bc400d00012db44bfb474
Last updated: August 11, 2007 - 11:55
Fixed #166020 (PHP 4 compatibility problem).
money 5.x-1.0
First released: August 9, 2007 - 13:46
Size: 9.63 KB
md5_file hash: 3c99124cf52b989c77c518365e868332
Last updated: August 9, 2007 - 13:50
Initial release.
money 5.x-1.x-dev
First released: August 9, 2007 - 13:44
Size: 11.54 KB
md5_file hash: 147e355ef900f93c014d2941c923b47a
Last updated: November 19, 2008 - 00:09
Development snapshot.
