Skip to content

Unify name of placeholder icon and use proper icon instead of empty png. #11

@Findus23

Description

@Findus23

At the moment the placeholder icon (Transparent png) has multiple different names, which is bugging me for some time.

placeholder_icon_filenames = {
    "brand": "unk.png",
    "browsers": "UNK.png",
    "devices": "unknown.png",
    "os": "UNK.png",
    "searchEngines": "xx.png",
    "socials": "xx.png"
}

It would be nice to rename them to one common name (e.g. unk.png).

This also needs to be changed in Piwik (functions for generating icon path and in tests) and in the ReferrersManager-Plugin (see sgiehl/piwik-plugin-ReferrersManager#11)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions