Skip to content
  1. May 20, 2008
  2. Jan 24, 2008
  3. Jan 21, 2008
    • Bruno Massa's avatar
      Bugs Fixed: · ce138046
      Bruno Massa authored
      * Drupal code standards compliance
      * PHP_E code compliance
      * Proper SQL instaler for PostgreSQL
      * Save installer for MySQL and PostgreSQL (easier to exchange them)
      * #197107 "Typo in location.module renders location distance search unit settings ineffective"
      * #199289 "Close tags in location.theme"
      * #87292 "US/CA location reference non-existent 'state' location attribute"
      
      New Features:
      * Location Fax uninstaller
      * Location Phone uninstaller
      * Countries list is now sorted alphabetically and translated
      * State list is now a autocomplete
      * Users can have more that one address on the new address book
      
      Misc:
      * Several new Doxygen documentation
      * 80-character per line policy
      * Code organization
      * Functions listed in alphabetic order
      * Several functions renamed for consistency
      * All non-hook functions have a _ at the beggining, to avoid to executed as a hook
      ce138046
    • Brandon Bergren's avatar
      Start of a new era. · 9f0c0674
      Brandon Bergren authored
      Pull DRUPAL-5 up to HEAD.
      
      HEAD is now the development branch up to 3.0.
      9f0c0674
  4. Mar 08, 2006
  5. May 10, 2005
  6. Apr 21, 2005
    • Ankur Rishi's avatar
      Another file that was updated for the new, faster postal code database scheme. · e9f46338
      Ankur Rishi authored
      This commit simply changes the SQL generation function for calculating the
      distance of a lat/lon pair in a database table with the lat/lon submitted
      to this function, earth_distance_sql().  Previously, this function was assuming
      that the latitude and longitude in the DB table were in radian form.  This
      commit changes is so it calls the SQL RADIAN() function to convert degrees
      to radians within a query.
      e9f46338
  7. Mar 17, 2005