-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Finish renaming Piwik to Matomo everywhere #12420
Comments
As part of this issue it be important to look at which ones are easy and quick to do. The rest we'll do as part of Matomo 5. |
for tracker created matomo-org/tracker-proxy#61 |
I reckon we can move the rest to Matomo 5? The only question would be wether we want to release another Matomo 2 and Matomo 3 update with the legacy auto loader: https://github.com/matomo-org/matomo/blob/4.x-dev/LegacyAutoloader.php#L17 This way should we ever change the namespace then it would cause less upgrade issues. @sgiehl @mattab I reckon it could make sense to add the autoloader and release new version also for Matomo 2.* users |
@tsteur Yes. Guess it makes sense to release new versions for 2.x and 3.x with the autoloader, so we have smoother updates later... |
@sgiehl created this for 3.x-dev: https://github.com/matomo-org/matomo/compare/3.x-dev...legacyautoloader?expand=1 would create the same for 2.x-dev... do you reckon this would help? Generally thinking the autloader needs to work both ways
On another note noticed there is also |
Aren't we running most of the update process on the new code base? 🤔 |
FYI we basically need to release a Matomo 2 release and then we can move this issue into Matomo 5 milestone. |
I just updated to Matomo 5.0.1 and post-update "Matomo Changelog" panel says "See the latest changes in Piwik.". Doing a quick scan of the Web tree, I found the HTML code in /tmp/cache/tracker/matomocache_RSS_d88870a6de03bc454328f6b17452cb70.php so I'm guessing this is supplied by matomo.org and then cached locally. I think this might be the first time I've seen an incorrect visible textual reference to Piwik after logging in to our local Matomo instance. |
In January 2018 we announced that Piwik is now Matomo 🎉
As part of the renaming efforts we're updating all our websites, tools, core app, plugins, ie. everything!
Renaming checklist left to do:
matomo.zip
andmatomo.tar.gz
, as well as the directory inside the builds should be calledmatomo
CustomPiwikJs
to be renamed eg.CustomJsTracker
--> see Rename CustomPiwikJs plugin to CustomMatomoJs (or CustomTrackerJs) #13604AnonymousPiwikUsageMeasurement
to be renamed (out of scope for Matomo 4)piwik.js
andpiwik.php
Piwik
andwindow.Piwik
and methods likegetPiwikUrl
Piwik
+ some objects called "Piwik"Piwik.getJavascriptCode
piwik_auth
piwik_campaign
to also supportmatomo_campaign
--> done with Allow using matomo prefixed parameters for campaigns such as matomo_campaig/mtm_campaign #15957ExampleAPI.getPiwikVersion
-> 3.3.0piwik_
-> 3.3.0--piwik-domain
console parameter (see Renames console to Matomo #13192) - Will be done with Removes deprecated console param --piwik-domain #15503Piwik is now Matomo
and a big image. Be good to remove both. --> Will be done with Removes Piwik is now Matomo from update screen #15504matomo.php
with keeping BC + Update [faq])https://matomo.org/faq/how-to/faq_132/) Update file names to matomo.* + FAQ tracker-proxy#55In the case of Matomo core platform we want to keep things backward compatible for users including HTTP APIs users or users of the JavaScript SDKs.
Assigning to Matomo 4.0.0 but hopefully we can tackle a few of the list, and make progress on the others, during Matomo 3.x 🚀
The text was updated successfully, but these errors were encountered: