Skip to content
  1. Nov 12, 2011
  2. Mar 28, 2011
  3. Feb 25, 2011
  4. Feb 22, 2011
  5. Feb 14, 2011
  6. Feb 09, 2011
    • Brandon Bergren's avatar
      The rest of the bounding box work: · 728a6259
      Brandon Bergren authored
      * Add remaining bounding boxes for everything but the legacy inc files (cs / sw)
      * Fix code formatting in some places.
      * Fix utf8 issue in the Moldova file.
      728a6259
  7. Jan 21, 2011
  8. Jan 20, 2011
  9. Jan 18, 2011
  10. Jan 11, 2011
  11. Jan 04, 2011
  12. Jul 04, 2010
  13. Jun 13, 2010
  14. Apr 29, 2010
  15. Mar 28, 2010
  16. Jan 19, 2010
  17. Jul 08, 2009
  18. Mar 24, 2009
  19. Jan 09, 2009
  20. Dec 10, 2008
  21. 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
  22. 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
  23. Sep 17, 2008
  24. Sep 16, 2008
  25. Aug 18, 2008
  26. Aug 06, 2008
  27. Jul 24, 2008
  28. Jul 23, 2008
  29. Jul 07, 2008
  30. Jun 17, 2008
  31. Jun 06, 2008
  32. Jun 05, 2008