uc_extra_fields_pane 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_extra_fields_pane-7.x-1.x-dev.tar.gz | 33.94 KB | 5519a46f125023b4956c1063ecef817d |
| uc_extra_fields_pane-7.x-1.x-dev.zip | 41.34 KB | 86dc07b199516ac226e0e80c7a6982e0 |
Release notes
This is a development release of the 7.x-1.x branch. The code in this branch is a port of a subset of the features of Extra Fields Pane 6.x-2.x.
Biggest changes are:
- Extra Fields Pane now depends on Ubercart Addresses.
- The extra information pane is dropped.
Other acknowledgements:
- Integration code for modules token, views, i18n and features is not yet ported.
See #1222342-14: Extra Fields Pane: Drupal 7 port for more information.
uc_extra_fields_pane 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| uc_extra_fields_pane-6.x-2.0-beta1.tar.gz | 51.6 KB | 29623509d129ce89abaf8e440c233c70 |
| uc_extra_fields_pane-6.x-2.0-beta1.zip | 64.75 KB | aaa2b1ee78843dbf0a563dddc6a5521c |
Release notes
This release introduces a redesigned API. Developers that made extensions for this module are encouraged to update their modules. Alternatively, you can revert to 6.x-2.0-alpha1. That version misses integration with Ubercart Addresses 6.x-2.x and uses extra panes for address fields in the order administration.
Changes since Extra Fields Pane 6.x-2.0-alpha1
The following changes were made in the API:
- Class files were moved from 'includes' to 'class'.
-
Introduced classes UCXF_Pane and UCXF_AddressPane. These classes replaces the following functions:
- uc_extra_fields_pane_load_pane_type()
- uc_extra_fields_pane_uc_checkout_pane_address()
- uc_extra_fields_pane_order_handler()
These classes are used for checkout and order panes.
-
Introduced class UCXF_FieldList which will replace the following functions:
- uc_extra_fields_pane_create_field()
- uc_extra_fields_pane_load_fields_from_db()
- Introduced class UCXF_Value. This class is used to keep track of all field values (entered by customers) currently loaded.
- Implemented autoload function (for automatically loading of classes).
uc_extra_fields_pane 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| uc_extra_fields_pane-6.x-2.0-alpha1.tar.gz | 38.73 KB | 07fcc0a08aff04586c0a0609e871a8bb |
| uc_extra_fields_pane-6.x-2.0-alpha1.zip | 49.41 KB | a886bcec5e69ebaa60a9645745a11183 |
Release notes
First alpha release for 6.x-2.x version of the Extra Fields Pane module.
New features since 6.x-1.0:
- Address fields appear in original delivery and/or billing panes.
- Support of the field types textfield, select list, checkbox, constant, php string and php select list.
- Integration with Ubercart Addresses 6.x-1.0 (for a part).
- Ability to change the order (weight) of address fields.
- Availability of an extra information pane.
- Integration with i18n (for field label and description).
- Normalized uc_extra_fields_values table: Extra Fields Pane will
no longer add columns when adding fields.
Bugfixes:
- Issue #1278348 by MegaChriz: field db_name now has a max length of 32 characters.
Known problems
This version is NOT compatible with Ubercart Addresses 6.x-2.x.
See CHANGELOG.txt for more information.
uc_extra_fields_pane 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_extra_fields_pane-6.x-2.x-dev.tar.gz | 55.75 KB | f01beec47b06c7ebefb230a595b30ade |
| uc_extra_fields_pane-6.x-2.x-dev.zip | 69.61 KB | 9b02054173e1d0687814900f26d0d951 |
Release notes
Dev-snapshot for 6.x-2.x branch.
Changes since 6.x-2.0-beta1
Bug fixes
- Issue #1376298 by MegaChriz, maknet: fixed sorting error in extra information page.
- Issue #1376430 by MegaChriz: fixed extra information pane tokens bug + added automated tests for tokens.
- Issue #1400910 by ivan.vujovic: fixed delivery extra fields not available in Views.
See CHANGELOG.txt for the most actual list of changes.
uc_extra_fields_pane 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| uc_extra_fields_pane-6.x-1.0.tar.gz | 13.99 KB | 6ed3623bb9a1574e160a7f7cda1dd5cf |
| uc_extra_fields_pane-6.x-1.0.zip | 18.22 KB | 936effbec2c97c8f27ca3fef48db74b8 |
Release notes
First official stable release.
uc_extra_fields_pane 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_extra_fields_pane-6.x-1.x-dev.tar.gz | 12.31 KB | 1a575778dd2db0c5224b2e94bd8f3b85 |
| uc_extra_fields_pane-6.x-1.x-dev.zip | 14.72 KB | d44d077c16d418e83f88e632966f8f58 |
Release notes
Dev version of Extra Fields Checkout Pane (http://www.ubercart.org/contrib/13826).
Bug fixes:
New features (from Ubercart version):
- Token (http://drupal.org/project/token) integration.