matomo-org/matomo

Improve Exported file names

Aberta

#7.308 aberto em 26 de fev. de 2015

 (5 comentários) (0 reação) (0 responsável)PHP (2.894 forks)batch import
EnhancementHelp wanted

Métricas do repositório

Stars
 (21.803 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Currently, when you export custom variables in CSV or TSV, you get a file name like: "Piwik Exporter _ _ [start date] - [end date] .csv"

It would be a nice feature to have an extra GET variable to name the file. Example: "downloadName=mySpecialReport" would give: "Piwik Exporter _ mySpecialReport _ [start date] - [end date] .csv"

Guia do colaborador