0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a minimal safeguard against summed_field_names containing nonexistent fields More... about 13 years ago
Added geoclustering_polygon_sql() function More... about 13 years ago
Made install code more tolerant of strange Geo errors More... about 13 years ago
Added hook_requirements() check for Geo dataset being configured More... about 13 years ago
Changed geoclustering_extract_coords_from_node() parameters and return value More... about 13 years ago
Added geoclustering_get_cluster_info() function; changed cluster ID format in Views More... about 13 years ago
Fixed a bug where Geoclustering view was broken if some other Views argument validation failed More... over 13 years ago
Added geoclustering_get_approximate_nr_of_nodes() function More... over 13 years ago
Views output now supports all Node/CCK fields, returning values only when the cluster has exactly one node More... over 13 years ago
Fixed a bug where db_rewrite_sql() messed up DB query due to Geoclustering initializing $view->query incorrectly More... over 13 years ago
Implemented hook_flush_caches() to delete all cached geoclusters More... over 13 years ago
Fixed incorrect Nid values in Views queries from geoclustering_clusters table on MySQL More... over 13 years ago
Fixed another invalid SQL bug when using Drupal "table prefix" More... over 13 years ago
Fixed another invalid SQL bug when using Drupal "table prefix" More... over 13 years ago
Fixed a bug introduced in "table prefixes" bugfix More... over 13 years ago
Fixed several bugs when "table prefixes" was used More... over 13 years ago
Fixed a bug introduced in min_nid change More... over 13 years ago
Nid returned in cluster views is now equal to Node ID if the cluster has exactly one node, and cluster ID prefixed by "c" in other cases More... over 13 years ago
Changed comments More... over 13 years ago
Implemented summed_fields functionality More... over 13 years ago
rewrote DB writing in geoclustering_recalc_cluster() so that all geclustering_clusters SELECTs are combined into one; that also fixes the duplicate entries SQL error in MySQL More... over 13 years ago
Fixed MySQL errors caused by INSERTing geometry types as WKT. The new code requires Geo to be patched with http://drupal.org/files/issues/geo-883032.patch More... over 13 years ago
support MySQL binary geometry format in geoclustering_extract_coords_from_node() More... over 13 years ago
fix "Table geo was not locked with LOCK TABLES" errors on MySQL More... over 13 years ago
fix "Table watchdog was not locked with LOCK TABLES" errors on MySQL More... over 13 years ago
another attempt to fixe LOCK TABLES errors on MySQL More... over 13 years ago
fixed a MySQL LOCK TABLES error probably resulting from violating the MySQL requirement "You cannot refer to a locked table multiple times in a single query using the same name" More... over 13 years ago
added link to OpenLayers layer types API doc More... over 13 years ago
fixed LOCK TABLES SQL errors on MySQL More... over 13 years ago
added "not null" for "coords" column, to fix SQL errors upon installation with MySQL More... over 13 years ago