Feature #12023
Use external piwik
| Status: | On Hold | Start date: | 2011-01-08 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Kay Strobach | % Done: | 0% |
|
| Category: | Backend Module | |||
| Target version: | LATER - FUTURE | Estimated time: | 72.00 hours | |
| TYPO3 Version: | Tags: | |||
| PHP Version: | Complexity: | |||
| Has patch: | Reporter: | |||
| Branch: | ||||
| Votes: | 1 (View) |
Description
API¶
Needed API ( http://dev.piwik.org/trac/wiki/API/Reference ):
USER¶
- UsersManager.userExists (userLogin) [ Example in XML, PHP, Json, Csv, Tsv (Excel), Basic html ]
- UsersManager.addUser (userLogin, password, email, alias = '') [ No example available ]
- UsersManager.updateUser (userLogin, password = '', email = '', alias = '') [ No example available ]
- UsersManager.getTokenAuth (userLogin, md5Password) [ No example available ]
SITES¶
- SitesManager.addSite (siteName, urls, excludedIps = '', excludedQueryParameters = '', timezone = '', currency = '') [ No example available ]
- SitesManager.updateSite (idSite, siteName, urls = '', excludedIps = '', excludedQueryParameters = '', timezone = '', currency = '') [ No example available ]
Problem:¶
- Installation needs to be like it is - if piwik should be included
Question¶
- Should users installed Piwik themselves?
- Login for user? with token? -> GET security problem (take a look in the logs)
History
Updated by Kay Strobach over 2 years ago
- Status changed from New to Under Review
Updated by Kay Strobach almost 2 years ago
- Status changed from Under Review to On Hold
Updated by MichaelH no-lastname-given 3 months ago
This would be a very, very good feature. Are you planning the realization?