matomo-org/matomo

Improve Exported file names

Open

#7,308 opened on 2015年2月26日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)PHP (21,513 stars) (2,847 forks)batch import
EnhancementHelp wanted

説明

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"

コントリビューターガイド