/[drupal]/contributions/modules/money/money.module
ViewVC logotype

Log of /contributions/modules/money/money.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.4.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 21:14:02 2009 UTC (7 months ago) by markuspetrux
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.1.4.15: +27 -34 lines
Diff to previous 1.1.4.15 , to branch point 1.1
- Fix money conversion dialog module for new widget display settings.
- New function in money module to theme money fields.

Revision 1.1.4.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 9 07:11:39 2009 UTC (7 months, 2 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.14: +8 -3 lines
Diff to previous 1.1.4.14 , to branch point 1.1
- #428208 by sinasquax. Bugfix: warning: array_combine(): Both parameters should have at least 1 element.

Revision 1.1.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 11:59:37 2009 UTC (8 months, 3 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.1.4.13: +10 -12 lines
Diff to previous 1.1.4.13 , to branch point 1.1
- Fix allowed currencies list formatting.

Revision 1.1.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 18:09:13 2009 UTC (8 months, 3 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.12: +2 -1 lines
Diff to previous 1.1.4.12 , to branch point 1.1
- Related to #385060 - Fix default values for allowed currencies option.

Revision 1.1.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 18:01:56 2009 UTC (8 months, 3 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.11: +8 -2 lines
Diff to previous 1.1.4.11 , to branch point 1.1
- Related to #385060 - Fix default values for allowed currencies option.

Revision 1.1.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 19:37:47 2009 UTC (9 months ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.10: +1 -3 lines
Diff to previous 1.1.4.10 , to branch point 1.1
- Removing code comment I used while dev/testing.

Revision 1.1.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 19:13:34 2009 UTC (9 months ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.9: +140 -32 lines
Diff to previous 1.1.4.9 , to branch point 1.1
- #379258 - Fix enable module error.
- #372128 - Better inline code documentation for money_get_widget_currencies().
- #217842 - Add more options for displaying money fields.

Revision 1.1.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 17:41:46 2009 UTC (9 months, 1 week ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.8: +16 -3 lines
Diff to previous 1.1.4.8 , to branch point 1.1
- #356944. Bugfix: Currency not allowed when setting the default value of the field.

Revision 1.1.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 7 19:25:57 2008 UTC (11 months, 3 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.7: +12 -3 lines
Diff to previous 1.1.4.7 , to branch point 1.1
- #341365 Integration with diff.module. Requires patch (bugfix) in content module
  to avoid PHP notice. See: http://drupal.org/node/344004

Revision 1.1.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 27 10:53:11 2008 UTC (12 months ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.6: +13 -7 lines
Diff to previous 1.1.4.6 , to branch point 1.1
- Bugfix: when no currency has been specified in widget settings we should allow them all.

Revision 1.1.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 23 18:03:02 2008 UTC (12 months ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.5: +3 -3 lines
Diff to previous 1.1.4.5 , to branch point 1.1
- Exposed separate fields to views, not just the amount.
- Added conversion dialog addon module.

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 17:10:49 2008 UTC (12 months, 1 week ago) by markuspetrux
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.1.4.4: +2 -1 lines
Diff to previous 1.1.4.4 , to branch point 1.1
- Added requirement for the Checkall module.

Revision 1.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 16:14:03 2008 UTC (12 months, 1 week ago) by wimleers
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.1.2.21: +2 -2 lines
Diff to previous 1.1.2.21 , to branch point 1.1
Fixed #194384 by drenton: Float to integer conversion results in imprecisions with negative numbers

Revision 1.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 16:11:24 2008 UTC (12 months, 1 week ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.20: +5 -2 lines
Diff to previous 1.1.2.20 , to branch point 1.1
Fixed #293354: Help text not displayed

Revision 1.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 16:05:58 2008 UTC (12 months, 1 week ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.19: +2 -2 lines
Diff to previous 1.1.2.19 , to branch point 1.1
Fixed #188410: unable to select 0 displayed decimals.

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 11:33:58 2008 UTC (12 months, 1 week ago) by markuspetrux
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.1.4.3: +119 -42 lines
Diff to previous 1.1.4.3 , to branch point 1.1
- 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.
- Added spanish translation.
- Added catalan translation.
- Fixed module description in README.txt

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 14:54:41 2008 UTC (12 months, 1 week ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1.4.2: +2 -2 lines
Diff to previous 1.1.4.2 , to branch point 1.1
- Fix minor code documentation issue.

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 14:08:43 2008 UTC (12 months, 1 week ago) by markuspetrux
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.1.4.1: +182 -304 lines
Diff to previous 1.1.4.1 , to branch point 1.1
- The port of Money CCK field to CCK 2 / Drupal 6 is almost ready.
- Added dependency with Formatted Number CCK module.

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 20:30:06 2008 UTC (12 months, 2 weeks ago) by markuspetrux
Branch: DRUPAL-6--1
Changes since 1.1: +13 -1 lines
Diff to previous 1.1
- Initial steps to port the module to CCK 2 / Drupal 6.

Revision 1.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 20:55:48 2008 UTC (21 months ago) by wimleers
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.1.2.18: +24 -7 lines
Diff to previous 1.1.2.18 , to branch point 1.1
Attempt to provide upgrade path from previous version

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 21:49:38 2008 UTC (21 months, 1 week ago) by wimleers
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.1.2.17: +29 -31 lines
Diff to previous 1.1.2.17 , to branch point 1.1
Adapted the included array_combine() function to Drupal's coding standards.

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 21:41:38 2008 UTC (21 months, 1 week ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.16: +23 -5 lines
Diff to previous 1.1.2.16 , to branch point 1.1
#188410: Configurable number of displayed decimals

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 21:21:39 2008 UTC (21 months, 1 week ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.15: +7 -3 lines
Diff to previous 1.1.2.15 , to branch point 1.1
- #190075 by hamidrj: Sort by amount (but not taking the currencies into account)
- #198515: Use bigint instead of int

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:40:42 2008 UTC (21 months, 1 week ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.14: +7 -7 lines
Diff to previous 1.1.2.14 , to branch point 1.1
Made all field formatters use non-breaking spaces, per Gidgidonihah's suggestion.

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:29:29 2008 UTC (21 months, 1 week ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.13: +14 -8 lines
Diff to previous 1.1.2.13 , to branch point 1.1
- Fixed #222972: Impossible to leave the "currencies" textarea empty to allow all available currencies to be used

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:19:15 2008 UTC (21 months, 1 week ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.12: +15 -18 lines
Diff to previous 1.1.2.12 , to branch point 1.1
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!

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:10:14 2008 UTC (21 months, 1 week ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.11: +5 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Fixed #194384: Float to integer conversion results in imprecisions

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:04:24 2008 UTC (21 months, 1 week ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.10: +53 -14 lines
Diff to previous 1.1.2.10 , to branch point 1.1
- 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.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 19:13:18 2007 UTC (2 years ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.9: +11 -3 lines
Diff to previous 1.1.2.9 , to branch point 1.1
2-column lay-out for the list of available currencies.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 18:33:16 2007 UTC (2 years ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.8: +2 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Fixed a small bug that caused the Views currency filter's options to be displayed in an optgroup.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 30 22:20:38 2007 UTC (2 years ago) by wimleers
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.1.2.7: +42 -10 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#171833 and #187083: Added new formatters that support currency symbols and full currency names respectively.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 30 21:43:35 2007 UTC (2 years ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.6: +43 -12 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Implemented a Views filter to filter by currency.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 12 12:22:17 2007 UTC (2 years, 1 month ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.5: +9 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Added an additional formatter, that puts the currency before the amount.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 12 12:09:52 2007 UTC (2 years, 1 month ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.4: +7 -3 lines
Diff to previous 1.1.2.4 , to branch point 1.1
By hamidrj: Token module support

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 12 12:02:15 2007 UTC (2 years, 1 month ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.3: +32 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
By hamidrj: Token module support

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 12 11:50:25 2007 UTC (2 years, 1 month ago) by wimleers
Branch: DRUPAL-5
Changes since 1.1.2.2: +3 -3 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Fixed #174545: Amount field is validated even when it is empty and not required

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 1 10:33:07 2007 UTC (2 years, 2 months ago) by wimleers
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.1.2.1: +40 -52 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Fixed #171830 and #171686.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 11 11:45:53 2007 UTC (2 years, 3 months ago) by wimleers
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1: +49 -1 lines
Diff to previous 1.1
Added a replacement array_combine() function, for PHP 4 compatibility.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 13:39:45 2007 UTC (2 years, 3 months ago) by wimleers
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Initial commit of money.module. This module defines the "money" CCK field. It uses the Currency API, which is included in the Currency module, to get a list of valid currencies. Decimal separators and digit group separators are configurable.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2