summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bruno Massa [Sat, 2 Aug 2008 08:05:04 +0000]
Bugs fixed:
* Problems on address fields for users solved
Bruno Massa [Sat, 2 Aug 2008 07:48:06 +0000]
Bugs fixed:
* Field requirement cannot be NULL
Bruno Massa [Sat, 2 Aug 2008 07:43:55 +0000]
New features:
* Only theme the addresses fields
Bruno Massa [Sat, 2 Aug 2008 07:41:38 +0000]
New features:
* Add on module settings the user addresses fields settings
Bruno Massa [Sat, 2 Aug 2008 04:14:59 +0000]
Misc
* Documentation fixes
Bruno Massa [Sat, 2 Aug 2008 04:05:57 +0000]
New features:
* JavaScript (besides not being used yet) is now JSLint compliant
Bruno Massa [Sat, 2 Aug 2008 03:26:12 +0000]
Misc:
* Some code optimizations
Bruno Massa [Sat, 2 Aug 2008 03:24:25 +0000]
New features:
* Required field is now hidden, because its controlled by each field
Misc:
* Code organization
Bruno Massa [Sat, 2 Aug 2008 03:17:48 +0000]
New features:
* Reset each address fields based on the whole required value
Bruno Massa [Sat, 2 Aug 2008 03:12:00 +0000]
New features:
* Reset the whole required value based on each address fields
Bruno Massa [Sat, 2 Aug 2008 02:04:01 +0000]
Bugs fixed:
* #287799 by mongolito404: User 'adr' microformat instead of vcard. (infact, now both formats are used)
Bruno Massa [Fri, 1 Aug 2008 09:05:47 +0000]
Misc:
* Small code compliance problem
Bruno Massa [Fri, 1 Aug 2008 09:01:00 +0000]
New features:
* For the sake of organization, put each module into a folder
Bruno Massa [Fri, 1 Aug 2008 05:10:53 +0000]
Bugs fixed:
* theme function point to the right files
Bruno Massa [Fri, 1 Aug 2008 04:22:59 +0000]
Misc:
* Removed the deprecated _addresses_form function
Bruno Massa [Fri, 1 Aug 2008 04:18:59 +0000]
Misc:
* _addresses_settings() moved to addresses.inc
Bruno Massa [Fri, 1 Aug 2008 04:15:23 +0000]
Bugs fixed:
* Array typo
Bruno Massa [Fri, 1 Aug 2008 04:09:08 +0000]
Misc:
* Move some functions addresses_cck.inc
Bruno Massa [Thu, 31 Jul 2008 11:29:56 +0000]
Bugs fixed:
* Drupal 6.2 changed the page access process
Bruno Massa [Thu, 31 Jul 2008 11:26:51 +0000]
Misc:
* Code optimizations
Bruno Massa [Thu, 31 Jul 2008 11:20:16 +0000]
New features:
* _addresses_addressesfieldapi_form() will hold the addresses_addressesfieldapi $op == 'form' in order to reduce the memory consumption on non relater pages
Bruno Massa [Thu, 31 Jul 2008 11:10:46 +0000]
New features:
* addresses.install will delete module variables during uninstall
Bruno Massa [Thu, 31 Jul 2008 11:09:33 +0000]
Bugs fixed:
* Variable typo
Bruno Massa [Thu, 31 Jul 2008 10:53:37 +0000]
Misc:
* _addresses_user_address_get() moved to addresses_user.inc
Bruno Massa [Thu, 31 Jul 2008 10:51:25 +0000]
Misc:
* both address_save and delete functions moved from addresses core to addresses user module
Bruno Massa [Thu, 31 Jul 2008 10:47:32 +0000]
Misc:
* Replace the old $op = 'settings' by the _addresses_settings() on user address book
Bruno Massa [Thu, 31 Jul 2008 10:45:58 +0000]
New features:
* _addresses_settings argument now is optional
Bruno Massa [Thu, 31 Jul 2008 10:42:46 +0000]
Bugs fixed:
* Drupal 6.2 changed the page access process
New features:
* New permission: 'create address book'
Bruno Massa [Thu, 31 Jul 2008 10:23:27 +0000]
Bugs fixed:
* The CCK module code is content
Bruno Massa [Thu, 31 Jul 2008 10:16:10 +0000]
Misc:
* Code documentation
* theme function inserted on _addresses_settings
Bruno Massa [Thu, 31 Jul 2008 10:13:18 +0000]
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
Bruno Massa [Thu, 31 Jul 2008 09:57:37 +0000]
New features:
* theme_addresses_select_fields() print a nice settings table for selecting which address fields should be used
Bruno Massa [Thu, 31 Jul 2008 09:40:49 +0000]
New features:
* addressesfieldapi now uses the $op == 'fields' to get DB info about every address field
Bruno Massa [Thu, 31 Jul 2008 09:07:26 +0000]
Misc:
* Replace the PHP include_once by the drupal equivalent
Bruno Massa [Thu, 31 Jul 2008 09:03:30 +0000]
Misc:
* Since the individual database was only used by addresses user, move it to this module
Bruno Massa [Thu, 31 Jul 2008 08:58:03 +0000]
Misc:
* Since _addresses_address_get() was only used by address user module, it was moved to there
Bruno Massa [Thu, 31 Jul 2008 08:50:42 +0000]
Misc:
* Small code compliance: add file doxygen tag on every file
Bruno Massa [Thu, 31 Jul 2008 06:40:10 +0000]
Misc:
* Module renamed to just Addresses
Bruno Massa [Thu, 31 Jul 2008 06:39:47 +0000]
Bugs fixed:
* Add the CCK dependency
Bruno Massa [Thu, 31 Jul 2008 06:35:00 +0000]
New features:
* #287794 by mongolito404: Belgian provinces list is missing Brussels
Bruno Massa [Sat, 29 Mar 2008 01:28:55 +0000]
Bugs fixed:
* Address field must be, at that case, #tree => TRUE
Bruno Massa [Sat, 29 Mar 2008 01:18:37 +0000]
Misc:
* Addresses User module doesnt need a Views integration... yet
Bruno Massa [Sat, 29 Mar 2008 01:17:22 +0000]
Misc:
* No Zipcode Database table needed
Bruno Massa [Sat, 29 Mar 2008 01:16:19 +0000]
Misc:
* Addresses User doesnt need a installer/uninstaller
Bruno Massa [Sat, 29 Mar 2008 01:15:34 +0000]
Misc:
* Correct CVS // $Id: $ insertion
Bruno Massa [Fri, 28 Mar 2008 15:12:43 +0000]
New features:
* Addresses-CCK integration finally implemented correctly
Bruno Massa [Fri, 28 Mar 2008 14:01:04 +0000]
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
Bruno Massa [Thu, 27 Mar 2008 17:25:23 +0000]
Misc:
* Addresses on contents will be focused on CCK integration
Bruno Massa [Thu, 27 Mar 2008 09:09:38 +0000]
Misc:
* Phone/Fax integration now correctly adds only one field
Bruno Massa [Thu, 27 Mar 2008 09:08:28 +0000]
New features:
* Addresses - User module now uses the new addresses_elements element type
Bruno Massa [Thu, 27 Mar 2008 09:06:08 +0000]
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
Bruno Massa [Thu, 27 Mar 2008 08:41:11 +0000]
Misc:
* the useless constant for module's path removed
Bruno Massa [Thu, 27 Mar 2008 08:32:33 +0000]
New features:
* The brand new addresses_elements element has now a theme function (basicly its a clone from theme_date())
Bruno Massa [Thu, 27 Mar 2008 08:30:36 +0000]
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
Bruno Massa [Wed, 5 Mar 2008 19:52:01 +0000]
New features:
* Phone and Fax fields on addresses (basicly to demonstrate how to create new fields on addresses using the API)
Bruno Massa [Wed, 5 Mar 2008 19:49:40 +0000]
Bugs fixed:
* A small change on module_invoke_all() thing
Bruno Massa [Wed, 5 Mar 2008 18:10:55 +0000]
Misc:
* No need to store the module path ADDRESSES_PATH, because its not commonly used
Bruno Massa [Wed, 5 Mar 2008 18:09:00 +0000]
Bugs fixed:
* US states list was buggy
Bruno Massa [Wed, 5 Mar 2008 18:05:21 +0000]
Misc:
* No need to store the module path ADDRESSES_PATH, because its not commonly used
Bruno Massa [Wed, 5 Mar 2008 18:01:31 +0000]
New features:
* Print the addresses values on the node.
Bruno Massa [Wed, 5 Mar 2008 17:18:42 +0000]
Misc:
* addresses_node_cck files removed
Bruno Massa [Wed, 5 Mar 2008 17:18:19 +0000]
New features:
* Start the field validation process
Misc:
* addresses_node_cck renamed to addresses_cck
* Better Doxygen documentation
Bruno Massa [Tue, 4 Mar 2008 23:22:38 +0000]
New features:
* The first implementations of Addresses Node CCK module. Implement addresses in your modules using the CCK!
Bruno Massa [Wed, 20 Feb 2008 18:24:44 +0000]
Misc:
* argument order changed for _addresses_country_get()
Bruno Massa [Wed, 20 Feb 2008 18:20:44 +0000]
New features:
* All address fields enabled
* Some form adjustments
Bruno Massa [Wed, 20 Feb 2008 18:12:00 +0000]
New features:
* New address fields for the settings page
Bruno Massa [Wed, 20 Feb 2008 18:10:50 +0000]
Misc:
* new argument for _addresses_form()
Bruno Massa [Tue, 19 Feb 2008 04:57:05 +0000]
Bugs fixed:
* wrong function name
Bruno Massa [Tue, 19 Feb 2008 04:42:03 +0000]
Misc:
* Code cleanning
Bruno Massa [Tue, 19 Feb 2008 04:31:27 +0000]
New features:
* Token integration for Addresses - User module
Bruno Massa [Tue, 19 Feb 2008 04:01:43 +0000]
New features:
* two new .install files to control the installing/uninstalling processes
Bruno Massa [Tue, 19 Feb 2008 04:00:52 +0000]
New features:
* Token module integration
Bruno Massa [Tue, 19 Feb 2008 04:00:08 +0000]
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
Bruno Massa [Tue, 19 Feb 2008 03:57:09 +0000]
New features:
* enable a module settings on the node type edit form
Bruno Massa [Tue, 19 Feb 2008 03:55:04 +0000]
Misc:
* Change the module name to "Addresses API"
Bruno Massa [Tue, 19 Feb 2008 03:54:34 +0000]
Misc:
* some hook naming changes
* better Doxygen documentation
Bruno Massa [Mon, 4 Feb 2008 16:17:23 +0000]
Bugs fixed:
* Several UTF characters problems
Bruno Massa [Mon, 4 Feb 2008 13:28:26 +0000]
Bugs fixed:
* #183580 by antiorario: Updated list of Italian provinces.
Bruno Massa [Thu, 31 Jan 2008 13:37:14 +0000]
Bugs fixed:
* Send $values thru hook_addressesfieldapi()
New features:
* The number of addresses per form is now controled by $values['qty']
Bruno Massa [Thu, 31 Jan 2008 12:30:33 +0000]
Misc:
* no more use for hook_addresses_field_api() to set the fields that should be used on a certain address.
Bruno Massa [Thu, 31 Jan 2008 12:27:45 +0000]
Bugs fixed:
* now the addresses_form() needs the global variable name in the second argument instead the general group
Bruno Massa [Thu, 31 Jan 2008 12:24:12 +0000]
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
Bruno Massa [Wed, 30 Jan 2008 16:56:55 +0000]
New features:
* _addresses_admin() now let admins to select a list of contries allowed
Misc:
* _addresses_address_get() moved to addresses.module to avoid loading addresses.inc only for it (the case on node views)
Bruno Massa [Wed, 30 Jan 2008 16:45:17 +0000]
Misc:
* _addresses_address_get() moved to addresses.module to avoid loading addresses.inc only for it (the case on node views)
Bruno Massa [Wed, 30 Jan 2008 13:34:00 +0000]
New features:
* Node addresses integration on load, insert, update and delete
Bruno Massa [Wed, 30 Jan 2008 13:32:23 +0000]
Misc:
* _addresses_save() now uses the ID number instead the object with the id.
* _addresses_form() now gets all addresses instead only one
* Better documentation
Bruno Massa [Wed, 30 Jan 2008 13:27:21 +0000]
Bugs fixed:
* _address_form() now gets all addresses, instead only one. So user overview should give all of them
Misc:
* Better documentation
Bruno Massa [Wed, 30 Jan 2008 11:13:23 +0000]
Bugs fixed:
* SQL called {address} instead {addresses}
Bruno Massa [Wed, 30 Jan 2008 11:07:30 +0000]
Bugs fixed:
* typo on all function declaration
Bruno Massa [Wed, 30 Jan 2008 10:29:19 +0000]
Bugs fixed:
* US States list was using a numeric codes instead alpha State codes
Misc:
* All country list function now have a proper Doxygen documentation
Bruno Massa [Wed, 30 Jan 2008 10:10:08 +0000]
Misc:
* Code organization
Bruno Massa [Wed, 30 Jan 2008 09:24:37 +0000]
Bugs fixed:
* The API name has been renamed
Bruno Massa [Wed, 30 Jan 2008 09:22:37 +0000]
Misc: New module names to make them group
Bruno Massa [Wed, 30 Jan 2008 09:00:03 +0000]
Misc: module renamed to Addresses, so do files
Bruno Massa [Wed, 30 Jan 2008 08:57:47 +0000]
testing
Bruno Massa [Tue, 29 Jan 2008 17:14:03 +0000]
First Commit