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

Remove deprecated events #8620

Closed
wants to merge 62 commits into from
Closed

Remove deprecated events #8620

wants to merge 62 commits into from

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Aug 21, 2015

fixes #8503

The 2 failing UI tests are rather random build errors: http://builds-artifacts.piwik.org/piwik/piwik/8503/14940/ We might have to update those screenshots after merging.

It was not as easy as simply removing all events as some were still in use. I already adjusted treemap plugin to be compatible with 2.X and 3.X

tsteur and others added 30 commits July 28, 2015 12:57
Run UI tests on PHP 5.4 in Piwik 3.0 branch
Improve date & time formats
@tsteur tsteur added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Aug 21, 2015
@tsteur tsteur added this to the 3.0.0-b1 milestone Aug 21, 2015
@@ -27,6 +45,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* The new class `Piwik\Category\Subcategory` let you change the name and order of menu items
* New HTTP API method `API.getWidgetMetadata` to get a list of available widgets
* New HTTP API method `API.getReportPagesMetadata` to get a list of all available pages that exist including the widgets they include
* New event `ViewDataTable.filterViewDataTable` let's you filter available visualizations
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the old ViewDataTable.addViewDataTable and replaced it with ViewDataTable.filterViewDataTable. In general we always want to add components via the PHP files and to filter things we always use events. The ViewDataTable.filterViewDataTable is used and needed by Treemap plugin but will be also useful for other plugins

@sgiehl sgiehl force-pushed the 3.0 branch 15 times, most recently from a0b23c7 to 713a124 Compare October 6, 2015 15:25
@tsteur tsteur changed the base branch from 3.0 to 3.x-dev August 30, 2016 21:11
@tsteur
Copy link
Member Author

tsteur commented Aug 30, 2016

closed in favour of #10455 as 3.0 branch does not really exist anymore

@tsteur tsteur closed this Aug 30, 2016
@tsteur tsteur deleted the 8503 branch August 30, 2016 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated events
4 participants