Skip to content
  1. Oct 16, 2011
  2. Oct 01, 2011
  3. Sep 28, 2011
  4. Sep 24, 2011
    • Youri van Koppen's avatar
      #1253706 by MegaChriz: · 1b0e7236
      Youri van Koppen authored
        - Added field types documentation in the README.txt.
        - Added help via hook_help().
        - Added validation for PHP fields: now is checked if PHP-code is enclosed in php tags.
        - Added validation for select fields: now is checked if the select field has an "empty" option (e.g. "Please select") when the field is marked as required.
      
      by MegaChriz:
        - Little bugfix for select fields on order edit page: if there was no saved value or an empty value for that field, the select field no longer displays "Deleted option:".
        - Checked all strings for translatability and updated some of them.
      1b0e7236
  5. Aug 19, 2011
  6. May 23, 2011
    • Youri van Koppen's avatar
      by MegaChriz: · 5c61b4af
      Youri van Koppen authored
        - Bugfix UC Addresses integration: do not add address fields to user
          register form if no address is required upon registration.
        - Bugfix: don't make fields from Extra Fields Pane required on order
          edit pages.
        - Other little fixes (code refactoring).
      Issue #1042076 by mrfelton, MegaChriz:
        - Do not output field label with colon in theme functions if field
          label is empty.
      Issue #1160556 by MegaChriz:
        - Changed behaviour of select fields. Options are now defined as
          safe_key|label instead of the opposite it was.
        - Made options labels translatable with i18n.
        - Added Views field handler for selection fields: in Views labels
          of option values are shown instead of the key.
        - Fix for select fields on order edit page: if the saved value
          isn't available anymore as an option (if for example that option
          has been deleted), the saved value is now added as an option, so
          the saved value won't be overwritten when editing the order.
      5c61b4af
  7. May 03, 2011
  8. Feb 25, 2011
  9. Jan 12, 2011
    • Youri van Koppen's avatar
      #1015452 by MegaChriz: · 7eb849da
      Youri van Koppen authored
        - Fixed exposed views filter for Extra Fields Pane selection fields
      #907446 by MegaChriz:
        - Added 'Display options' feature.
      by MegaChriz:
        - Added hooks documentation.
      7eb849da
  10. Dec 28, 2010
    • Youri van Koppen's avatar
      by MegaChriz: · cbcf7f43
      Youri van Koppen authored
        - an extra row (':') is no longer added when chosen field type is
          constant or PHP constant.
        - removed theme function theme_uc_extra_fields_pane(), replaced by
          theme_uc_extra_fields_pane_checkout_pane(), which is added to the
          file 'checkout_pane.inc'.
        - various other fixes
      cbcf7f43
    • Youri van Koppen's avatar
      by MegaChriz: · ef3ea4ce
      Youri van Koppen authored
        - an extra row (':') is no longer added when chosen field type is
          constant or PHP constant.
        - removed theme function theme_uc_extra_fields_pane(), replaced by
          theme_uc_extra_fields_pane_checkout_pane(), which is added to the
          file 'checkout_pane.inc'.
        - various other fixes
      ef3ea4ce
  11. Dec 01, 2010
  12. Nov 25, 2010
    • Youri van Koppen's avatar
      #831134 by MegaChriz: · 57fc7f12
      Youri van Koppen authored
        - moved non-hook functions to separate files to increase performance
        - changed API
      #914806 by MegaChriz:
        - added views integration
      #913852 by MegaChriz:
        - fixed 'saved addresses' drop down
      57fc7f12
  13. Sep 01, 2010
    • Youri van Koppen's avatar
      #831134 by MegaChriz: · 75f2dc61
      Youri van Koppen authored
        - moved address fields adding to 'Address fields'-page
        - changed admin interface
        - introduced common API function for field forms (add/edit/delete)
        - introduced API function to generate fields
        - an address field now comes in both panes by default
        - fixed 'my billing information is the same as my delivery information'
      #831134 by panthar: added token support
      #831134 by MegaChriz:
        - changed uc_extra_fields_values table completely
        - added support for extra address fields in token hooks
        - fixes in order handler function
      75f2dc61
  14. Jul 30, 2010
  15. Jul 19, 2010
  16. Feb 04, 2010