Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure PIWIK_URL and PIWIK_HOST in global.ini.php #1471

Closed
robocoder opened this issue Jul 12, 2010 · 1 comment
Closed

Configure PIWIK_URL and PIWIK_HOST in global.ini.php #1471

robocoder opened this issue Jul 12, 2010 · 1 comment
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@robocoder
Copy link
Contributor

i.e., references to latest.zip and api.piwik.org

This will allow us to test release updates.

Build Server:

  • provide service which mimics api.piwik.org/1.0/getLatestVersion
  • serve up latest.zip (svn export trunk and bundle it up in a zip file)
  • restrict to local access (127.0.0.1) to prevent abuse

Web test:

  • if core/Version.php differs from (real) api.piwik.org/1.0/getLatestVersion
    • svn export using tag
    • install
    • generate fake visits
    • override piwik_url and piwik_host in config.ini.php
    • delete last update check timestamp (in options table)
    • visit dashboard and start the auto-update
    • run through the updater
    • check for errors
@robocoder
Copy link
Contributor Author

(In [2526]) fixes #1471; the testing part is rolled into #1470

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

1 participant