-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Create base page on every site on which CiviCRM is activated #205
Conversation
Jenkins re test this please |
1 similar comment
Jenkins re test this please |
Please hold off on this one until I double check that it does what it's supposed to do! |
5fc86f5
to
9f62320
Compare
Okay, so it looks like I'll have to do another PR to make the entire plugin conform to the CiviCRM coding standards before any new PRs pass the dreaded Jenkins tests. |
jenkins test this please |
9f62320
to
e13fed3
Compare
jenkins test this please |
@kcristiano Well, I'm baffled. Apparently "All checks have failed" - yet when I look at the details, I see "Checkstyle: 0 warnings from one analysis." |
This is beyond me. I agree it's baffling. |
Jenkins hates me :) |
Jenkins re test this please |
1 similar comment
Jenkins re test this please |
Closed in favour of #260 |
Overview
Solves this issue on Lab.
Before
The base page is only created on main site in WordPress Multisite.
After
The base page created on every site on which CiviCRM is activated in WordPress Multisite.
Technical Details
This PR also introduces the
civicrm_basepage_main_site_only
filter which allow plugins to enable /restore the legacy "switch to the main site" behaviour.