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

Decouple code and data file releases #1244

Closed
robocoder opened this issue Mar 25, 2010 · 1 comment
Closed

Decouple code and data file releases #1244

robocoder opened this issue Mar 25, 2010 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@robocoder
Copy link
Contributor

Like anti-virus/spyware software and virus/spyware definitions, we should allow for datafile-only updates, allowing for more timely updates (not tied to a software release). A software release would bundle the latest datafiles.

One approach would be to move these to a pseudo-plugin that could be updateable via #1116

@robocoder
Copy link
Contributor Author

The data files are loaded by core/Common.php, e.g., getContinent(). Moving to a plugin breaks the design.

It makes more sense for #1116 to offer delta releases, i.e., package only the changed files; the update script would delete any files that have been removed.

@robocoder robocoder added this to the Future releases milestone Jul 8, 2014
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. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

1 participant