Skip to content

collective.downloadtracker is a simple Plone add-on. It tracks who has downloaded when the file attachment. It displays this value in a viewlet below File's title.

Notifications You must be signed in to change notification settings

pabo3000/collective.downloadtracker

Repository files navigation

collective.downloadtracker

image

A Plone add-on that tracks which registered user has downloaded a file (ATFile) at which time. It displays this value in a viewlet below File's title. Administrators are able to delete tracked records.

How it works

  • collective.downloadtracker adds a LinesField to ATFile via ATSchemaExtender
  • Download records are appended as jsonfied dictionaries in this field.
  • A viewlet appears under the title. It shows a table with the username of the downloader and the time.

Installation

To install collective.downloadtracker you simply add collective.downloadtracker to the list of eggs in your buildout, run buildout and restart Plone. Then, install collective.downloadtracker using the Add-ons control panel.

Configuration

...

About

collective.downloadtracker is a simple Plone add-on. It tracks who has downloaded when the file attachment. It displays this value in a viewlet below File's title.

Resources

Stars

Watchers

Forks

Packages

No packages published