Skip to content
  1. Nov 19, 2018
  2. Nov 14, 2018
    • hargobind's avatar
      Require PHP 5.4, minor bug fixes, made error messages consistent. · 7c7c0641
      hargobind authored
      - Require PHP 5.4 or higher in the .info file since the "google-places" library uses short array syntax.
      - Removed "@" from including the class path. When loading the library on PHP <= 5.3, a PHP error was thrown (due to short array syntax) but the "@" resulted in a WSOD.
      - Simplified the code that checks for the API key and the class path. Made the error messages consistent .
      - Updated release URL of the "google-places" library in README.txt since 1.2 is no different than 1.0.
      - Fix warning about '#prefix' not set on field ui cardinality.
      - Removed README.txt link on the config form since some hosts block TXT files, and the site admin can just view the file in the code.
      - Changes to hook_requirements(): added missing title, separate checks for library and empty API key.
      7.x-1.3
      7c7c0641
  3. Apr 19, 2018
  4. Apr 18, 2018
  5. Jan 05, 2018
  6. Jan 04, 2018
  7. Oct 05, 2017
  8. Oct 04, 2017
  9. Jul 13, 2017
    • hargobind's avatar
      Added module description. · 7f9e9ab0
      hargobind authored
      7f9e9ab0
    • hargobind's avatar
    • hargobind's avatar
      Overhaul of the module to fix installation and operational issues. Made all... · f6397eb4
      hargobind authored
      Overhaul of the module to fix installation and operational issues. Made all add-on fields optional to reduce the overhead of installing this module.
      
      * Improved installation instructions in README.txt.
      * Installation requirements to make sure the library is installed, and hook_uninstall() to delete variables.
      * Removed require_once() statement in gp.module because it was causing critical errors if the library doesn't yet exist.
      * Moved library loading into a universal function. Added proper namespacing when instantiating the class.
      * Added property_type key in hook_field_info() to be compatible with Entity API's entity_metadata_wrapper().
      * All add-on fields for storing GP data are now optional. (Still need to validate all fields though.) Check field instances before adding data.
      * Added default entity language when one doesn't exist.
      * Cleaned up the parsing of addressfield data.
      * Added library checking to configuration form.
      f6397eb4
    • hargobind's avatar
      Overhaul of the module to fix installation and operational issues. Made all... · fbc14654
      hargobind authored
      Overhaul of the module to fix installation and operational issues. Made all add-on fields optional to reduce the overhead of installing this module.
      
      * Improved installation instructions in README.txt.
      * Installation requirements to make sure the library is installed, and hook_uninstall() to delete variables.
      * Removed require_once() statement in gp.module because it was causing critical errors if the library doesn't yet exist.
      * Moved library loading into a universal function. Added proper namespacing when instantiating the class.
      * Added property_type key in hook_field_info() to be compatible with Entity API's entity_metadata_wrapper().
      * All add-on fields for storing GP data are now optional. (Still need to validate all fields though.) Check field instances before adding data.
      * Added default entity language when one doesn't exist.
      * Cleaned up the parsing of addressfield data.
      * Added library checking to configuration form.
      1.1
      fbc14654
  10. Oct 17, 2016
  11. Apr 15, 2016
  12. Nov 27, 2015
  13. Aug 31, 2015
  14. Aug 19, 2015
  15. Aug 13, 2015
  16. Aug 10, 2015
  17. Jul 15, 2015
  18. Jun 22, 2015
  19. Mar 23, 2015
  20. Mar 20, 2015
  21. Feb 08, 2015
  22. Feb 05, 2015
  23. Feb 02, 2015