-
Drupal Ham Radio Module: February 25, 2011 2:09
Commit c467ff5 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Drupal Ham Radio Module: February 25, 2011 2:09
Commit eaa91ab on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Removed line break from the end of include file which caused an error.
-
Added band information columns to more tables.
-
Renamed the ham_detail() to ham_callsign() in order to avoid future confusion. ham_callsign() displays the QSO information for a given callsign. Links and menu callbacks have also been changed to reflect this, therefore drupal cache must be cleared after module update.
-
Removed one line from each locator conversion function which had no effect in function. Band is now determined when the logbook is imported, updated the database and install script to store the band information. Added band summary table to the main page. Also put in a stub function for the caching of the summary page tables which will be implemented soon.
-
Removed duplicate default timezone set line, and moved two other timezone lines. Also changed the name of menu callback to match a prior change of the date page function.
-
Fixed Mode Statistics, QSO count for each mode was not being displayed.
-
Added DXCC Country column to some tables.
-
Renamed two functions in order to maintain consistency. Clear drupal cache after updating module.