-
Addresses Extras: February 25, 2011 2:09
Commit 0fd7b33 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
* Support to ensure that our fields are added to the addresses_user table.
-
* Removed the _field_ extra entry which the core module does not add anymore.
-
* Added a module specification in the fields (hmmm) * Added $format to the theme parameters * Added the Skype theme * Removed unused token values function * Removed 'field_' from all the theme names so they work * Put the fullname as a token 100% handled by the names extension * This version will require a newer version of addresses
-
* Added Skype * Use the proper weight functionality [#829780] * Some Coder fixes * Added a fullname token which is a composition of first & last name * Fixed a problem with the business category (in one place it was still called category only) * Fixed the Notes title and description as expected
-
Changed the check_plain() for a check_markup() so the default filter is used instead of plain text. (i.e. valid & safe tags remain).
-
Changed the internet theming so URLs and emails are transformed to links. Fixed many use of the data typed by the end users. Renamed the category to Business Category (bizcategory internally)
-
Missed one name so we can display the business category in the profile.
-
Forgot to rename the business category theme function. Increased the size of the address notes because often if you use a WYSIWYG it is small with 5 lines only.
-
Added (public) to the contact_email label.