| download_count.admin.inc | includes/download_count.admin.inc |  | Administrative page callbacks for the download_count module. | 
          
                  | download_count.info | download_count.info |  | name = Download Count
description = Tracks file downloads for files stored in the drupal files table.
core = 7.x
files[] = download_count.install
files[] = download_count.module
files[] = includes/download_count.admin.inc
files[] =… | 
          
                  | download_count.install | download_count.install |  | Installation code for the download_count module. | 
          
                  | download_count.module | download_count.module |  | Tracks file downloads for files stored in the drupal files table using the private files setting or custom private filefield. | 
          
                  | download_count.pages.inc | includes/download_count.pages.inc |  | Page callback file for the download_count module. | 
          
                  | download_count.theme.inc | includes/download_count.theme.inc |  | Theme related functions for the download_count module. | 
          
                  | download_count.views.inc | includes/download_count.views.inc |  | Provide views data for the download_count.module. | 
          
                  | download_count_views_handler_field_file.inc | includes/download_count_views_handler_field_file.inc |  | Contains the views handler for download_count to correct file name and filepath links
for files protected by the private_upload module. It should really be part of the
private_upload module, but private_upload does not currently provide views 2… |