Log of /contributions/modules/addresses/addresses.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.60 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 8 07:56:26 2009 UTC
(10 months, 2 weeks ago)
by
brmassa
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-03
Changes since
1.59: +27 -31 lines
Diff to
previous 1.59
New features:
* All default fields are now themable functions
Improvements:
* Make token value substitution more generic, since new fields can be implemented, such as phone and fax fields.
Revision
1.53 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 22 22:07:29 2008 UTC
(13 months ago)
by
brmassa
Branch:
MAIN
Changes since
1.52: +12 -11 lines
Diff to
previous 1.52
Bugs fixed:
* #311288 by brmassa: the last commit was breaking the CCK integration because the fieldset was being added in ALL address' form. Now its only added on user addresses
Revision
1.52 -
(
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.51: +11 -2 lines
Diff to
previous 1.51
Improvements:
* #311288 by alexis and brmassa: Use a fieldset for the User interface
* Several small code improvements
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 28 10:48:54 2008 UTC
(14 months, 4 weeks ago)
by
brmassa
Branch:
MAIN
Changes since
1.50: +21 -10 lines
Diff to
previous 1.50
New features:
* Token values know created dynamically
* Default addresses fields now have a new attribute: token
Revision
1.40 -
(
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.39: +2 -2 lines
Diff to
previous 1.39
Misc:
* Both _addresses_autocomplete and _addresses_province_validate functions moved to addresses.settings.inc
Revision
1.39 -
(
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.38: +2 -2 lines
Diff to
previous 1.38
Misc:
* Both _addresses_settings_fields and _addresses_settings_format functions moved to addresses.settings.inc
Revision
1.38 -
(
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.37: +3 -2 lines
Diff to
previous 1.37
Misc:
* Both _addresses_addressesfieldapi_form and _addresses_admin functions moved to addresses.settings.inc
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 3 05:17:40 2008 UTC
(15 months, 3 weeks ago)
by
brmassa
Branch:
MAIN
Changes since
1.30: +21 -17 lines
Diff to
previous 1.30
New features:
* Remove the empty lines on addresses (it will not remove, yet, the empty lines that have commas or punctuations)
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 31 11:20:16 2008 UTC
(15 months, 3 weeks ago)
by
brmassa
Branch:
MAIN
Changes since
1.21: +2 -147 lines
Diff to
previous 1.21
New features:
* _addresses_addressesfieldapi_form() will hold the addresses_addressesfieldapi $op == 'form' in order to reduce the memory consumption on non relater pages
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 31 10:13:18 2008 UTC
(15 months, 3 weeks ago)
by
brmassa
Branch:
MAIN
Changes since
1.17: +37 -55 lines
Diff to
previous 1.17
New features:
* $op = 'settings' on hook_addressfieldapi() is now deprecated. its much more intelligent use _addresses_settings() for building the settings based on fields info
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 31 09:57:37 2008 UTC
(15 months, 3 weeks ago)
by
brmassa
Branch:
MAIN
Changes since
1.16: +6 -1 lines
Diff to
previous 1.16
New features:
* theme_addresses_select_fields() print a nice settings table for selecting which address fields should be used
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 31 09:40:49 2008 UTC
(15 months, 3 weeks ago)
by
brmassa
Branch:
MAIN
Changes since
1.15: +48 -4 lines
Diff to
previous 1.15
New features:
* addressesfieldapi now uses the $op == 'fields' to get DB info about every address field
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 28 14:01:04 2008 UTC
(20 months ago)
by
brmassa
Branch:
MAIN
Changes since
1.11: +17 -6 lines
Diff to
previous 1.11
New features:
* a new operation ($op) for addressesapi: fields. it will contain a list of fields for addresses
* addresses_elements now list on '#columns' attribute a list of fields. Its particularly important for CCK module
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 27 09:06:08 2008 UTC
(20 months ago)
by
brmassa
Branch:
MAIN
Changes since
1.10: +150 -170 lines
Diff to
previous 1.10
Misc:
* Code organization (correct indentation)
* Removed all fieldset created by hook_addressesapi. Only the the addresses fields are now used
Bugs fixed:
* aid field correctly created
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 27 08:30:36 2008 UTC
(20 months ago)
by
brmassa
Branch:
MAIN
Changes since
1.9: +111 -35 lines
Diff to
previous 1.9
New features:
* addresses_element is a element type that will build the entire addresses form.
Misc:
* Addresses form will now only create a single address per time
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 19 04:00:08 2008 UTC
(21 months, 1 week ago)
by
brmassa
Branch:
MAIN
Changes since
1.3: +179 -144 lines
Diff to
previous 1.3
New features:
* addressesfieldapi now accepts a new argument ($op) to be able to perform multiple operations on a single hook
* settings $op on addressesfieldapi hook
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 31 12:24:12 2008 UTC
(21 months, 3 weeks ago)
by
brmassa
Branch:
MAIN
Changes since
1.2: +157 -2 lines
Diff to
previous 1.2
New features:
* Now we have a new API to allow external modules to add new fields to the addresses, like telephone, fax, latitude, etc...: hook_addressesfieldapi()
* Now we get the fields that will be used in the address now thru a hook function, but from a global variable
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 30 16:45:17 2008 UTC
(21 months, 3 weeks ago)
by
brmassa
Branch:
MAIN
Changes since
1.1: +43 -2 lines
Diff to
previous 1.1
Misc:
* _addresses_address_get() moved to addresses.module to avoid loading addresses.inc only for it (the case on node views)
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.