BUG: If click Save Configuration on the admin form you will get a blank page...
Fixed. Silly... My debugging output was thwarting the header() in includes/common.inc line 311. I have implemented simple debugging output in the bottom of the block for developer convenience.
BUG: Track times: They are probably incorrect for you.
Fixed. _lastfmdev_adjust_server_time() now calculates the offset between the Last.fm server's timezone and the date_default_timezone set in the Drupal installation.
Since it is possible that Last.fm could decide to host this service on servers in another timezone, the module's Admin Settings now includes a timezone select menu to change the Last.fm server timezone. The default is the server's present location (USA Eastern Time).
BUG: Updated timestamp (showing the "freshness" of the Last.fm data) was poorly implemented.
Fixed. Now using format_date($update_timestamp, 'small')
Fixed. $table was not set for db_lock(). Presently hard-coded to 'cache' - probably should be flexible.
Do a diff against the old file (lastfmdev.tgz) to see other minor stuff. I will use revision numbers going forward.
| Attachment | Size |
|---|---|
| lastfmdev5.x-0.6.tar.gz | 7.05 KB |