Skip to content
  1. Jun 16, 2013
  2. Mar 02, 2013
  3. Feb 28, 2013
  4. Jan 29, 2013
  5. Jan 07, 2013
  6. Dec 13, 2012
  7. Oct 12, 2012
  8. Sep 20, 2012
  9. Aug 09, 2012
  10. Aug 04, 2012
  11. Jul 02, 2012
  12. Jun 14, 2012
  13. May 18, 2012
  14. May 12, 2012
  15. May 03, 2012
  16. Feb 29, 2012
  17. Feb 13, 2012
  18. Jan 07, 2012
  19. Dec 29, 2011
  20. Dec 16, 2011
  21. Nov 25, 2011
  22. Nov 04, 2011
  23. Oct 16, 2011
  24. Oct 01, 2011
  25. Sep 28, 2011
  26. Sep 24, 2011
    • Youri van Koppen's avatar
      Issue #1253706 by MegaChriz: · 506cdf01
      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.
      
      Issue #913876 by MegaChriz:
      - Added Ubercart Addresses 6.x-2.x integration code.
      506cdf01
    • 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
  27. Sep 20, 2011
  28. Aug 19, 2011
  29. 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
  30. Feb 25, 2011
  31. 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
  32. Dec 28, 2010
    • 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