Skip to content
  1. Apr 29, 2010
  2. Mar 28, 2010
  3. Jan 19, 2010
  4. Jul 08, 2009
  5. Mar 24, 2009
  6. Jan 09, 2009
  7. Dec 10, 2008
  8. Dec 02, 2008
    • Brandon Bergren's avatar
      * Fix [#339471] (reported by theabacus) -- Make province search accept country names. · 8d595fb8
      Brandon Bergren authored
      * Implement multiple country autocomplete.
      * Allow location_province_code() to operate on an array of countries.
      * Extend autocomplete to handle setting specific classes to join country and province fields together -- should be more robust.
      * Switch to using views "force single" stuff for country and province filters.
        - If you are having trouble editing country or province filters, please see [#341827]!
      * Implement autocomplete for views province filter.
      8d595fb8
  9. Oct 09, 2008
    • Brandon Bergren's avatar
      * Add function location_province_code(). · 42e9eb5c
      Brandon Bergren authored
      * Fix $op 'delete' on hook_locationapi().
      * API CHANGE: Use location_save_locations() with an empty array instead of deleting rows from {location_instance}. This lets us have "real" deletion instead of relying on garbage collection.
      
      Before:
      <code>
      db_query("DELETE FROM {location_instance} WHERE genid = '%s'", 'mykey:'. $obj->id);
      </code>
      
      After:
      <code>
      $locations = array();
      location_save_locations($locations, array('genid' => 'mykey:'. $obj->id));
      </code>
      
      * Remove garbage collection routine and UI from settings page. References are checked automatically now.
      42e9eb5c
  10. Sep 17, 2008
  11. Sep 16, 2008
  12. Aug 18, 2008
  13. Aug 06, 2008
  14. Jul 24, 2008
  15. Jul 23, 2008
  16. Jul 07, 2008
  17. Jun 17, 2008
  18. Jun 06, 2008
  19. Jun 05, 2008
  20. May 30, 2008
  21. May 29, 2008
  22. Apr 28, 2008
  23. Mar 21, 2008
  24. Mar 08, 2008
  25. Mar 07, 2008
  26. Mar 06, 2008
  27. Feb 04, 2008
  28. Feb 03, 2008
  29. Jan 24, 2008