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

Allow tracker requests to be manipulated before handled #9045

Merged
merged 2 commits into from Oct 19, 2015

Conversation

diosmosis
Copy link
Member

Includes two changes (neither are public API):

  • New method setParam() in Tracker\Request that allows setting request parameters in a tracker Request.
  • New method RequestProcessor::manipulateRequest that allows plugins to manipulate a request before it is handled (again, not yet public API).

This PR is required for plugin compatibility.

diosmosis added 2 commits October 18, 2015 16:30
…ssed, manipulateRequest(). Allows plugins to change the request before it is processed.
@diosmosis diosmosis added c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. Needs Review PRs that need a code review labels Oct 18, 2015
@diosmosis diosmosis added this to the 2.15.0 milestone Oct 18, 2015
mattab pushed a commit that referenced this pull request Oct 19, 2015
Allow tracker requests to be manipulated before handled
@mattab mattab merged commit 85e52d5 into master Oct 19, 2015
@mattab mattab deleted the request_processor_change branch October 19, 2015 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants