Opened 8 years ago
Last modified 5 years ago
#2003 new task (blessed)
Open source all Rosetta mu-plugins as one plugin
Reported by: | ocean90 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | International Sites (Rosetta) | Keywords: | |
Cc: |
Description
Three mu-plugins are already open-sourced: Rosetta Roles, Rosetta Showcase, and Rosetta Downloads, see https://meta.trac.wordpress.org/browser/sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins.
But there are a few more:
- 0-load.php - Custom file loader
- capes.php - Defines super admins
- forums - Customizations for local forums (This will be part of the Support Forums plugin.)
- jetpack-settings.php - Customization for Jetpack
- locale.php - Changes $locale based on the subdomain
- o2-settings.php - Customizations for team o2s
- rosetta - Contains the builder and another class which manages loading customizations based on the current site.
- rosetta-add-existing-users-via-username.php - Changes wp-admin/user-new.php to allow adding users via username
- rosetta-network-admin.php - Contains a filter for redirect_network_admin_request and network_admin_url
- rosetta-new-admin-email.php - Disables confirmation emails for an admin_email change
- ssl.php - Replaces http with https
The plugin will be network activated on the global.w.org network.
Change History (16)
#16
@
5 years ago
Looks like of the original list, these probably still aren't open source:
- 0-load.php - Custom file loader
- jetpack-settings.php - Customization for Jetpack
- locale.php - Changes $locale based on the subdomain
- rosetta-network-admin.php - Contains a filter for redirect_network_admin_request and network_admin_url
- rosetta-new-admin-email.php - Disables confirmation emails for an admin_email change
- ssl.php - Replaces http with https
Note: See
TracTickets for help on using
tickets.
In 4027: