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

(REF) dev/core#2601 - Cleanup stale parameter #20271

Merged
merged 1 commit into from
May 12, 2021

Conversation

totten
Copy link
Member

@totten totten commented May 11, 2021

Overview

This cleans up a parameter that became unused/unnecessary following #20256.

History

This revision is a little bouncy. Instead of before/after, here's a history:

  • <= v5.36.x: getAllModulePermissions($descriptions = FALSE)
  • == v5.37.0: getAllModulePermissions($descriptions = FALSE, &$permissions)
  • >= v5.37.1: getAllModulePermissions($descriptions = FALSE)

I grepped universe to confirm that no other repos were using the intermediate signature.

Comments

I based this branch on a recent/common ancestor of 5.38+master, so if we want to target 5.38, you can just edit PR in the web UI.

Overview
--------

This cleans up a parameter that became unused/unnecessary in civicrm#20256.

History
-------

This revision is a little bouncy. Instead of before/after, here's a history:

* `<= v5.36`: `getAllModulePermissions($descriptions = FALSE)`
* `=  v5.37.0`: `getAllModulePermissions($descriptions = FALSE, &$permissions)`
* `>= v.37.1`: `getAllModulePermissions($descriptions = FALSE)`

I grepped `universe` to confirm that no other repos were using the intermediate signature.
@civibot
Copy link

civibot bot commented May 11, 2021

(Standard links)

@civibot civibot bot added the master label May 11, 2021
@eileenmcnaughton eileenmcnaughton merged commit c5f1d72 into civicrm:master May 12, 2021
@totten totten deleted the 5.38ormaster-perm-cleanup branch May 12, 2021 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants