CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
December 9, 2009
- Commit #299992 by Allie Micka at 17:34Geo: /modules/geo/db/mysql_spatial.inc 1.15
Geo: /modules/geo/geo.inc 1.18
Geo: /modules/geo/geo.module 1.37
Geo: /modules/geo/includes/geo.api.inc 1.3
Geo: /modules/geo/includes/geo.input.inc 1.3
Geo: /modules/geo/includes/handlers/geo_simple.inc 1.4
Geo: /modules/geo/includes/handlers/geo_sql.inc 1.5
Geo: /modules/geo/includes/handlers/geo_sql_mysql.inc 1.4
Geo: /modules/geo/includes/views/geo.views.inc 1.7
Geo: /modules/geo/includes/views/views_handler_field_geo.inc 1.5
Geo: /modules/geo/includes/views/views_handler_field_geo_distance.inc NONE
Geo: /modules/geo/includes/views/views_handler_field_geo_field.inc NONE
Geo: /modules/geo/includes/views/views_handler_filter_geo.inc 1.7
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc NONE
Geo: /modules/geo/includes/views/views_handler_relationship_geo.inc 1.1
Geo: /modules/geo/includes/views/views_handler_sort_geo.inc 1.1
Geo: /modules/geo/includes/views/views_handler_sort_geo_distance.inc NONE
Geo: /modules/geo/includes/views/views_join_geo.inc 1.1
Geo: /modules/geo/modules/geo_field/geo_field.module 1.30
Geo: /modules/geo/theme/geo.theme.inc 1.4#654608 Big changes to Views handling for all Geo data. THIS WILL BREAK YOUR CURRENT GEO VIEWS! This change unifies all geo views support into one spot rather than expecting individual field modules to implement their own field handling * You are now allowed to establish relationships between different geometry datasets based on corresponding geometries. For example: - A geocoded address, stored as geo_field point, can match itself to an entry in an uploaded neighborhood dataset. Based on this relationship, you can show data from that dataset in that view (e.g. neighborhood name or the population of the matching city. * Some handlers, in particular the distance handlers, have been deprecated. Instead, we're using the full power of *all* available GIS functions for filters, sorting and fields. Leveraging views' number handlers, you can: - Find routes (linestrings) that are longer than 1km but shorter than 10km - Find neighborhoods (polygons) that are larger than 5 square miles. - Find businesses (points) that are within 10 miles of me (another point) * Many of the functions in the 'old' Geo API (geo.inc, db/*.inc) have been deprecated and removed. Wherever they've been used, they've been replaced by corresponding Geo API functionality.
November 23, 2009
- Commit #293304 by Allie Micka at 23:26Geo: /modules/geo/db/postgis.inc 1.13
Geo: /modules/geo/geo.inc 1.17
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc 1.7- #505572 by bec and apolzon - hadn't been fully committed :(
November 9, 2009
- Commit #286338 by Allie Micka at 17:44Geo: /modules/geo/geo.inc 1.16
Geo: /modules/geo/geo.module 1.28
Geo: /modules/geo/modules/geo_data/geo_data.module 1.14
Geo: /modules/geo/modules/geo_field/geo_field.module 1.26- In geo_field, don't return anything the field's value is NULL #568098 by greggles - reduce notices
June 18, 2009
- Commit #226516 by Allie Micka at 01:24Geo: /modules/geo/db/postgis.inc 1.12
Geo: /modules/geo/geo.inc 1.15
Geo: /modules/geo/geo.module 1.22
Geo: /modules/geo/includes/geo.wkb.inc 1.10
Geo: /modules/geo/includes/views/geo.views.inc 1.4
Geo: /modules/geo/includes/views/views_handler_filter_geo.inc 1.6
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc 1.4
Geo: /modules/geo/modules/geo_field/geo_field.module 1.22- Some refactoring of the gis input / output mechanisms. - Implement a crude on-the-fly conversion so that gis elements can expect one format, backends (e.g. field storage or views filters) can expect another and the conversion is quietly performed. - Make elements for wkt, latlon work as both elements and views filters - Refactor widgets to account for the changes on geo_field - Get PostGIS distance handling working
June 10, 2009
- Commit #223760 by Allie Micka at 20:52
last-minute code snips sink ships.
- Commit #223660 by Allie Micka at 16:39
Adding schema api call for previous commit
June 4, 2009
- Commit #220574 by Allie Micka at 02:02Geo: /modules/geo/db/mysql_spatial.inc 1.13
Geo: /modules/geo/geo.inc 1.12
Geo: /modules/geo/geo.module 1.18
Geo: /modules/geo/includes/geo.formatters.inc 1.5
Geo: /modules/geo/includes/views/views_handler_field_geo.inc 1.4
Geo: /modules/geo/includes/views/views_handler_field_geo_distance.inc 1.2
Geo: /modules/geo/includes/views/views_handler_filter_geo.inc 1.5
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc 1.2
Geo: /modules/geo/modules/geo_field/geo_field.module 1.19
Geo: /modules/geo/modules/geo_field/includes/views/views_handler_field_geo_field.inc 1.2- Add extent handling (bounding box of an entire dataset) - Add some 'aggregate => true''s to my function fields to keep Views in line. - Beginnings of storage -> expected inputs for formatters. - Beginnings of the "common language" thing I keep talking about. - Beginnings of "selectable inputs" to switch out, say, a geocoded text field as an exposed view input. THIS COMMIT WILL DO MORE HARM THAN GOOD! STUFF IS PROBABLY BROKEN! I just wanted to commit the proof-of-concept before tinkering with it on a refactor.
May 30, 2009
- Commit #218404 by Allie Micka at 04:21Geo: /modules/geo/db/mysql_spatial.inc 1.12
Geo: /modules/geo/geo.inc 1.11
Geo: /modules/geo/geo.module 1.17
Geo: /modules/geo/includes/views/geo.views.inc 1.3
Geo: /modules/geo/includes/views/views_handler_field_geo_distance.inc 1.1
Geo: /modules/geo/includes/views/views_handler_filter_geo.inc 1.4
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc 1.1
Geo: /modules/geo/includes/views/views_handler_sort_geo_distance.inc 1.1
Geo: /modules/geo/modules/geo_field/geo_field.module 1.16YAY DISTANCE HANDLING! - Added API functions to handle both pythagorean and spherical distance between two geometries. (By geometries I mean points :( ) - Added an API function to calculate a bounding box based on a point + radius. - Exposed these to Views in the form of field, filter and sort handlers.
May 19, 2009
- Commit #213718 by Allie Micka at 18:29Geo: /modules/geo/geo.inc 1.10
Geo: /modules/geo/geo.module 1.15
Geo: /modules/geo/includes/geo.formatters.inc 1.4
Geo: /modules/geo/includes/geo.wkb.inc 1.7
Geo: /modules/geo/includes/views/views_plugin_style_geo_kml.inc 1.2
Geo: /modules/geo/includes/views/views_plugin_style_geo_svg.inc 1.3Add geo_wkb_get_data as an API function to the geo.module file. Eliminates the module_load_include() dependency for formatters, etc.
March 3, 2009
- Commit #178304 by Allie Micka at 02:16Geo: /modules/geo/geo.inc 1.9
Geo: /modules/geo/geo.module 1.14
Geo: /modules/geo/includes/geo.formatters.inc 1.3
Geo: /modules/geo/includes/views/views_plugin_style_geo_svg.inc 1.2
Geo: /modules/geo/modules/geo_data/includes/views/views_handler_field_geo_data.inc 1.3
Geo: /modules/geo/modules/geo_field/geo_field.module 1.15
Geo: /modules/geo/modules/geo_field/includes/views/geo_field.views.inc 1.1
Geo: /modules/geo/modules/geo_field/includes/views/views_handler_field_geo_field.inc 1.1- Adding a views field handler for geo_field, which makes way more sense than trying to rely on a generic one. This lets you configure geo CCK fields in views just like you're used to. - Removing the borked SVG formatter for fields. If it's useful, we'll re-add it - Enhancing the SVG handler for views so that it more accurately portrays lines and points.
