CVS messages for Geo
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
November 6, 2009
- Commit #284768 by Allie Micka at 01:27
Cleaning out some skanky old commented-out code
August 7, 2009
- Commit #247984 by Allie Micka at 16:55
It appears that the theme registry is not guaranteed to be available via theme_get_registry(). Add an init_theme() call to make it so.
- Commit #247982 by Allie Micka at 16:54Geo: /modules/geo/modules/geo_data/geo_data.module 1.13
Geo: /modules/geo/modules/geo_field/geo_field.module 1.25- Include 'gis format' in field entries -- they appear to be in use by some formatters, so why not include 'em? - Add the pre_render and item-setting stuff from geo_field into geo_data
August 6, 2009
- Commit #247426 by Allie Micka at 05:28
Moving the field-output-altering code from render() to pre_render() so that it affects all uses of fields (e.g. style plugins)
- Commit #247422 by Allie Micka at 04:58
Don't unset selected field values from the field handler - in case it's used more than once
- Commit #247414 by Allie Micka at 04:09Geo: /modules/geo/geo.module 1.26
Geo: /modules/geo/modules/geo_field/geo_field.module 1.24
Geo: /modules/geo/modules/geo_field/includes/views/views_handler_field_geo_field.inc 1.3Better just-in-time conversion from wkb to a format expected by theme functions. (e.g. arrays, wkt, etc.) Basically: 1. in hook_theme, include a 'gis input' key, with a value such as wkt, array, or some other format you'll account for. 2. Ensure that anything you render with this theme gets run through geo_set_value(). This function uses the 'gis input' value defined by the theme function in use, and is used to translate from WKB to the requested format. This conversion is handled automatically for node/field rendering, and for the views fields provided by views_handler_field_geo_field. Track me down with questions/issues!
August 5, 2009
- Commit #247056 by Allie Micka at 02:57
#429256 by bec - WKB byte order
- Commit #247046 by Allie Micka at 02:15Geo: /modules/geo/geo.module 1.25
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc 1.6Much better handling of inputs. CCK / Widgets functioning as they should Still some required tweaks with exposed inputs
June 26, 2009
- Commit #230034 by Allie Micka at 03:55
Ensure that field geometries are stored with an SRID
