CVS messages for Geo

    August 28, 2008

    August 20, 2008

    August 19, 2008

    August 11, 2008

    August 9, 2008

    August 8, 2008

    • Commit #132358 by Allie Micka at 04:20
        Restored field storage functionality to geo_field and updated to CCK 6.x spec.
        Rather than carefully maintaing and tracking our own tables, I'm piggybacking
        on the existing CCK table storage:
        
        - All fields are forced to 'multiple' storage
        - hook_field('database columns') returns extra fields such as lat, lon, etc.
        - After CCK creates a valid field storage table, we sneak in and drop/replace
          its geo field with a valid geometry table definition.
        
        I still need to manhandle the save operations because I couldn't get around
        query substitution issues.  However, the table structure and operations 
        behave pretty much like what you'd expect from CCK.
        
        This minimizes code duplication and allows me to fantasize about defining
        datatypes via the schema API, which would obviate all of this mincing about.

    August 6, 2008

    Syndicate content
     
     

    Drupal is a registered trademark of Dries Buytaert.