Releases for Money CCK field

money 6.x-1.2

markus_petrux - July 8, 2009 - 22:29
Official release from CVS tag: DRUPAL-6--1-2
First released: July 8, 2009 - 22:29
Download: money-6.x-1.2.tar.gz
Size: 24.12 KB
md5_file hash: c524aab31bb734aed5543c4412c44ed6
Last updated: July 8, 2009 - 22:31
View usage statistics for this release

Changes since money 6.x-1.1

There's no need to run update.php to upgrade.

money 6.x-1.1

markus_petrux - March 28, 2009 - 20:15
Official release from CVS tag: DRUPAL-6--1-1
First released: March 28, 2009 - 20:15
Download: money-6.x-1.1.tar.gz
Size: 23.49 KB
md5_file hash: 570e6b2f5d411ab2e52895ebf9876aef
Last updated: March 28, 2009 - 20:20
View usage statistics for this release

New features:

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

markus_petrux - November 19, 2008 - 17:42
Official release from CVS tag: DRUPAL-6--1-0
First released: November 19, 2008 - 17:42
Download: money-6.x-1.0.tar.gz
Size: 11.66 KB
md5_file hash: 57f2bfa3712f204fb1b7dd1ff798d016
Last updated: November 19, 2008 - 17:45
View usage statistics for this release

It looks like it is stable enough to go live. :)

money 5.x-1.6

Wim Leers - November 18, 2008 - 16:16
Official release from CVS tag: DRUPAL-5--1-6
First released: November 18, 2008 - 16:16
Download: money-5.x-1.6.tar.gz
Size: 11.53 KB
md5_file hash: 7a3266c8b790576402dae809ea2c041c
Last updated: November 18, 2008 - 16:20
View usage statistics for this release

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:

  • Fixed #188410: unable to select 0 displayed decimals.
  • Fixed #293354: Help text not displayed
  • Fixed #194384 by drenton: Float to integer conversion results in imprecisions with negative numbers

money 6.x-1.0-rc1

markus_petrux - November 16, 2008 - 11:36
Official release from CVS tag: DRUPAL-6--1-0-RC1
First released: November 16, 2008 - 11:36
Download: money-6.x-1.0-rc1.tar.gz
Size: 11.6 KB
md5_file hash: 3c7831d98ea7565bbd0c71da76788883
Last updated: November 16, 2008 - 11:40
View usage statistics for this release

- 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

markus_petrux - November 15, 2008 - 14:27
Official release from CVS tag: DRUPAL-6--1-0-BETA1
First released: November 15, 2008 - 14:27
Download: money-6.x-1.0-beta1.tar.gz
Size: 9.35 KB
md5_file hash: 591a8161b55b29deccd5e7cfcdad5c98
Last updated: November 15, 2008 - 14:30
View usage statistics for this release

money 6.x-1.x-dev

markus_petrux - November 10, 2008 - 07:27
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: November 10, 2008 - 07:27
Download: money-6.x-1.x-dev.tar.gz
Size: 23.87 KB
md5_file hash: fa5cac861811885dc7e85f1e28243c8b
Last updated: August 27, 2009 - 00:17
View usage statistics for this release

Development version for the Money CCK field for CCK 2 / Drupal 6.x

money 5.x-1.5

Wim Leers - February 22, 2008 - 15:53
Official release from CVS tag: DRUPAL-5--1-5
First released: February 22, 2008 - 15:53
Download: money-5.x-1.5.tar.gz
Size: 11.47 KB
md5_file hash: fa49fc1aa88bedc0a6a417a14ab6fb96
Last updated: February 22, 2008 - 15:55
View usage statistics for this release

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

Wim Leers - February 20, 2008 - 21:54
Official release from CVS tag: DRUPAL-5--1-4
First released: February 20, 2008 - 21:54
Download: money-5.x-1.4.tar.gz
Size: 11.37 KB
md5_file hash: 9c48a12dcdd70d1e005768430f7daabd
Last updated: February 20, 2008 - 21:55
View usage statistics for this release

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

Wim Leers - October 30, 2007 - 22:31
Official release from CVS tag: DRUPAL-5--1-3
First released: October 30, 2007 - 22:31
Download: money-5.x-1.3.tar.gz
Size: 10.87 KB
md5_file hash: f1e46b60cce6642d6d6115c0f6b34aa7
Last updated: October 30, 2007 - 22:35
View usage statistics for this release

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

Wim Leers - September 1, 2007 - 10:37
Official release from CVS tag: DRUPAL-5--1-2
First released: September 1, 2007 - 10:37
Download: money-5.x-1.2.tar.gz
Size: 9.96 KB
md5_file hash: 077c88769bcc73a4da8e94049830c343
Last updated: September 1, 2007 - 10:40
View usage statistics for this release

Fixed #171830 and #171686.

money 5.x-1.1

Wim Leers - August 11, 2007 - 11:51
Official release from CVS tag: DRUPAL-5--1-1
First released: August 11, 2007 - 11:51
Download: money-5.x-1.1.tar.gz
Size: 9.97 KB
md5_file hash: 8d045c0e561bc400d00012db44bfb474
Last updated: August 11, 2007 - 11:55
View usage statistics for this release

Fixed #166020 (PHP 4 compatibility problem).

money 5.x-1.0

Wim Leers - August 9, 2007 - 13:46
Official release from CVS tag: DRUPAL-5--1-0
First released: August 9, 2007 - 13:46
Download: money-5.x-1.0.tar.gz
Size: 9.63 KB
md5_file hash: 3c99124cf52b989c77c518365e868332
Last updated: August 9, 2007 - 13:50
View usage statistics for this release

Initial release.

money 5.x-1.x-dev

Wim Leers - August 9, 2007 - 13:44
Nightly development snapshot from CVS branch: DRUPAL-5
First released: August 9, 2007 - 13:44
Download: money-5.x-1.x-dev.tar.gz
Size: 11.54 KB
md5_file hash: 147e355ef900f93c014d2941c923b47a
Last updated: November 19, 2008 - 00:09
View usage statistics for this release

Development snapshot.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.