/[drupal]/contributions/modules/addresses/addresses.settings.inc
ViewVC logotype

Log of /contributions/modules/addresses/addresses.settings.inc

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.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 02:52:52 2009 UTC (10 months ago) by brmassa
Branch: MAIN
CVS Tags: DRUPAL-6--1-05, HEAD
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
Bugs fixed:
* #361907 by brmassa: Address formats settings

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 20:39:49 2009 UTC (10 months ago) by brmassa
Branch: MAIN
CVS Tags: DRUPAL-6--1-04
Changes since 1.23: +5 -3 lines
Diff to previous 1.23
New features:
* #359802 by brmassa: In case of a single country, the select list only shows it (users will not be able to select a different one)

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 20:31:42 2009 UTC (10 months ago) by brmassa
Branch: MAIN
Changes since 1.22: +79 -11 lines
Diff to previous 1.22
New features:
* #290579 by brmassa: Order of Fields on Submission Forms

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 08:52:45 2009 UTC (10 months, 2 weeks ago) by brmassa
Branch: MAIN
CVS Tags: DRUPAL-6--1-03
Changes since 1.21: +7 -5 lines
Diff to previous 1.21
Improvements:
* The country list for formating addresses only show enabled countries.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 16:01:56 2008 UTC (12 months, 1 week ago) by alexiswilke
Branch: MAIN
CVS Tags: DRUPAL-6--1-01, DRUPAL-6--1-02
Changes since 1.20: +1 -2 lines
Diff to previous 1.20
Removing the final ?> from all files.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 23:14:52 2008 UTC (12 months, 1 week ago) by alexiswilke
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
Fixes:
* Added the missing ?> to all the files where it was missing.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 21:45:20 2008 UTC (13 months ago) by brmassa
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-ALPHA3
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Improvements:
* Ensure to save country and province codes in the correct case
* Better error messages

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 14:48:06 2008 UTC (13 months ago) by brmassa
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
Improvements:
* #322419 by alexis and brmassa: Fixed the Province validation code

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 14:44:27 2008 UTC (13 months ago) by brmassa
Branch: MAIN
Changes since 1.16: +9 -5 lines
Diff to previous 1.16
Improvements:
* #322419 by alexis and brmassa: Fixed the Province validation code

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 21 14:32:28 2008 UTC (13 months ago) by brmassa
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15
Improvements:
* #311288 by alexis and brmassa: Use a fieldset for the User interface
* Several small code improvements

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 03:25:57 2008 UTC (13 months, 2 weeks ago) by brmassa
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
Improvements:
* Some PHP E_ALL warnings fixed

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 03:08:53 2008 UTC (13 months, 2 weeks ago) by brmassa
Branch: MAIN
Changes since 1.13: +9 -7 lines
Diff to previous 1.13
Improvements:
* Some code optimization: only perform some regex inside a if clause

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 21 14:46:44 2008 UTC (14 months ago) by brmassa
Branch: MAIN
Changes since 1.12: +10 -8 lines
Diff to previous 1.12
Bugs fixed:
* #310938 by alexis: "additional" field should follow the visibility settings

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 21 14:42:43 2008 UTC (14 months ago) by brmassa
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Bugs fixed:
* #310920 by alexis: Instead "container-inline", the addresses form should use a more descriptive class, like "addresses-form"

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 16:17:00 2008 UTC (15 months, 2 weeks ago) by brmassa
Branch: MAIN
Changes since 1.10: +7 -7 lines
Diff to previous 1.10
Misc:
* Drupal code compliance fixes

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 16:13:22 2008 UTC (15 months, 2 weeks ago) by brmassa
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Misc:
* Drupal code compliance fixes

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 14:42:17 2008 UTC (15 months, 3 weeks ago) by brmassa
Branch: MAIN
Changes since 1.8: +11 -7 lines
Diff to previous 1.8
New features:
* State/Province validation

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 16:23:59 2008 UTC (15 months, 3 weeks ago) by brmassa
Branch: MAIN
Changes since 1.7: +20 -2 lines
Diff to previous 1.7
New features:
* Split tokens into two groups: general and strict addresses values

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 16:13:00 2008 UTC (15 months, 3 weeks ago) by brmassa
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6
Bugs fixed:
* Add files needed

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 12:54:38 2008 UTC (15 months, 3 weeks ago) by brmassa
Branch: MAIN
Changes since 1.5: +47 -1 lines
Diff to previous 1.5
Misc:
* Some theme functions moved to addresses.settings.inc

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 12:52:00 2008 UTC (15 months, 3 weeks ago) by brmassa
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Misc:
* Rename _addresses_admin to _addresses_settings for consistency

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 12:50:08 2008 UTC (15 months, 3 weeks ago) by brmassa
Branch: MAIN
Changes since 1.3: +58 -1 lines
Diff to previous 1.3
Misc:
* Both _addresses_autocomplete and _addresses_province_validate functions moved to addresses.settings.inc

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 12:47:38 2008 UTC (15 months, 3 weeks ago) by brmassa
Branch: MAIN
Changes since 1.2: +65 -1 lines
Diff to previous 1.2
Misc:
* Both _addresses_settings_fields and _addresses_settings_format functions moved to addresses.settings.inc

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 12:44:42 2008 UTC (15 months, 3 weeks ago) by brmassa
Branch: MAIN
Changes since 1.1: +162 -1 lines
Diff to previous 1.1
Misc:
* Both _addresses_addressesfieldapi_form and _addresses_admin functions moved to addresses.settings.inc

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 12:41:25 2008 UTC (15 months, 3 weeks ago) by brmassa
Branch: MAIN
New features:
* addresses.settings.inc will hold all functions related to settings (forms too)

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