Changes between Version 36 and Version 37 of TracDownloaderPlugin


Ignore:
Timestamp:
Mar 4, 2008, 3:14:42 PM (16 years ago)
Author:
Petr Škoda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracDownloaderPlugin

    v36 v37  
    120120The file form_data.py contains structure used to generate questionnaire before download of file. You can easily edit this to get from users the data you exactly want. There is big decription inside of this file.
    121121
     122== Reset all statistics ==
     123
     124To clear all recorded data about dowloads and users who downloaded anything by DownloaderPlugin you can use on your Trac environment database these two SQL commands.
     125{{{
     126DELETE FROM downloader_downloaded_attributes;
     127DELETE FROM downloader_downloaded;
     128
     129}}}
     130That's all... After this '''all statistics are gone...'''
     131
    122132== Recent Changes ==
    123133