Skip to content
  1. Jan 19, 2010
  2. Jul 08, 2009
  3. Mar 24, 2009
  4. Jan 09, 2009
  5. Dec 10, 2008
  6. 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
  7. 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
  8. Sep 17, 2008
  9. Sep 16, 2008
  10. Aug 18, 2008
  11. Aug 06, 2008
  12. Jul 24, 2008
  13. Jul 23, 2008
  14. Jul 07, 2008
  15. Jun 17, 2008
  16. Jun 06, 2008
  17. Jun 05, 2008
  18. May 30, 2008
  19. May 29, 2008
  20. Apr 28, 2008
  21. Mar 21, 2008
  22. Mar 08, 2008
  23. Mar 07, 2008
  24. Mar 06, 2008
  25. Feb 04, 2008
  26. Feb 03, 2008
  27. Jan 24, 2008