CVS messages for Geo
November 23, 2009
- Commit #293308 by Allie Micka at 23:30Geo: /modules/geo/modules/geo_data/geo_data.module 1.16
Geo: /modules/geo/modules/geo_data/theme/geo_data.theme.inc 1.1- Moving theme functions to separate file and directory, per my usual MP - Adding some API functions to geo_data.module to list and load geo_data items. - Keeping up with geo.module development by removing the geo_set_pre_render business from hook_field:sanitize. - Commit #293306 by Allie Micka at 23:28
Directory /cvs/drupal-contrib/contributions/modules/geo/modules/geo_data/theme added to the repository
- 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 :(
- Commit #293302 by Allie Micka at 23:23
In my last commit, I also moved some theme functions to geo.theme.inc. Committing the updated geo.theme.inc file, which includes the now-missing functions!
- Commit #293186 by Allie Micka at 20:49
- Make geo_field_types() return an array, and use geo_field_type_names() to return a flat array. - Update calls to geo_field_types() to reflect this. - Add a geo_field_names() API call, which also returns a flat array. - Commit #293176 by Allie Micka at 20:35
- New API function: geo_fields(), which returns all CCK fields that contain any type of Geo data. - Clean up the hook_field:sanitize hackery that was appending a pre_render hook to $node->content for nodes with geo fields. Instead, use the above API function and declare it accordingly. - Similarly, use geo_fields() and not field-module-maintained $node->geo_fields array in hook_nodeapi:rss item.
November 19, 2009
- Commit #291458 by Allie Micka at 22:31
#505572 by bec - SQL error in Views using geo_data fields
November 17, 2009
- Commit #290374 by Allie Micka at 22:09Geo: /modules/geo/geo.module 1.30
Geo: /modules/geo/includes/geo.formatters.inc NONE
Geo: /modules/geo/theme/geo.theme.inc 1.1Theme function reorganization, for consistency with my other development. MAKE SURE TO REBUILD YOUR THEME REGISTRY!
- Commit #290372 by Allie Micka at 22:07
Directory /cvs/drupal-contrib/contributions/modules/geo/theme added to the repository
- Commit #290284 by Allie Micka at 19:07
#537342 - Input gets lost on preview
