I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Feature #1745

Download statistics

Added by Andriy Lesyuk almost 13 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Insignificant
Assignee:
Category:
Redmine plugin idea
Start date:
10 May 2011
Due date:
05 Mar 2012
% Done:

0%


Description

It’s interesting to know what files are downloaded more times. Currently I log in into the database and do:

SELECT filename, downloads FROM attachments WHERE downloads > 0 ORDER BY downloads DESC;

Why not creating a simple plugin?..

History

#1 Updated by Andriy Lesyuk almost 13 years ago

  • Priority changed from Normal to Insignificant

#2 Updated by Andriy Lesyuk over 12 years ago

  • Status changed from Open to Incomplete

Does not look to be very important... Changing to “Incomplete” to indicate that I doubt if I need it...

#4 Updated by Andriy Lesyuk about 12 years ago

  • Due date set to 05 Mar 2012
  • Status changed from Incomplete to Closed

Going to be implemented as a part of Extended Fields...

Also available in: Atom PDF

Terms of use | Privacy policy