CVS messages for Last.fm library
January 20, 2009
-
Fixed #358259.
January 7, 2009
-
Last.fm library: /modules/lastfm/classes/lastfm.auth.class 1.1.2.3 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/classes/lastfm.user.class 1.1.2.3 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/lastfm.lib.php NONE @ DRUPAL-6--1
Last.fm library: /modules/lastfm/lastfm.module 1.1.2.5 @ DRUPAL-6--1lastfm no longer exists of a separate library combined with a Drupal module. The library has been merged with the rest of the module. General functions and variables not belonging to the classes are not written in camelCase anymore. Responses are now cached according to the Last.fm TOS, also, the library won't make more than 1500 calls per five minutes, also according to the TOS. Watchdog or drupal_set_messages() messages are thrown when encountering errors during calls.
January 5, 2009
-
Added the option to define response parser callbacks. For JSON responses there is a default parser callback that converts the response to a PHP array using json_decode().
-
Last.fm library: /modules/lastfm/classes/lastfm.auth.class 1.1.2.2 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/classes/lastfm.lastfm.class NONE @ DRUPAL-6--1
Last.fm library: /modules/lastfm/classes/lastfm.user.class 1.1.2.2 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/lastfm.lib.php 1.1.2.1 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/lastfm.module 1.1.2.4 @ DRUPAL-6--1Class files are now only used for classes that actually exists in the Last.fm API. The general lastfm class has been removed and its methods are now global functions. Settings can now be set using lastfmSetSetting() and got using lastfmGetSetting(). Also did various minor cleanups.
-
Converted $handlers array to getHandler() and setHandler() and added support for a XMLParser handler. Results are no longer returned as simpleXML objects.
January 4, 2009
-
Fixed #353337 and updated info file.
November 23, 2008
-
Added default local task, so other modules can define their own local tasks.
-
Fixed bug that would cause the expiration date of cached data to be 0 and added hook_cron() implementation that clears expired cache entries.
November 22, 2008
-
Clean up variables at uninstall.
-
Last.fm library: /modules/lastfm/classes/lastfm.auth.class 1.1.2.1 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/classes/lastfm.lastfm.class 1.1.2.1 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/classes/lastfm.user.class 1.1.2.1 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/lastfm.info 1.1.2.1 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/lastfm.install 1.1.2.1 @ DRUPAL-6--1
Last.fm library: /modules/lastfm/lastfm.module 1.1.2.1 @ DRUPAL-6--1Initial commit.
