User: jeremy Branch: HEAD Date: Sat, 19 Feb 2005 17:12:13 +0000 Modified files: /modules/banner CHANGELOG banner.module banner_file.php Log message: - banner.module: o move file cache into standard (configurable) file path (out of misc/) o verify banner_file.php and baner_db.php are properly installed o utilize core file functions as much as possible when reading/writing file_cache (no locking provided by core file functions, so we still have to make some direct calls to fopen, flock and fclose. Also, when using the file cache we don't have access to file.inc so we make all direct calls.) Links: http://cvs.drupal.org/diff.php?path=contributions/modules/banner/CHANGELOG&o... http://cvs.drupal.org/diff.php?path=contributions/modules/banner/banner.modu... http://cvs.drupal.org/diff.php?path=contributions/modules/banner/banner_file...