#12666 closed defect (bug) (fixed)
ms-options.php cleanups, and enabling global terms
Reported by: | nacin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.0 | Priority: | high |
Severity: | critical | Version: | |
Component: | Multisite | Keywords: | |
Focuses: | Cc: |
Description
Changesets related to ms-options.php cleanups so far:
[13794] Move the MS option for upload limit inline w/ the enabling/disabling of the upload limit.
[13795] More cleanup of ms-options.php. Allow textarea.large-text class to be applied to inputs as well.
[13796] More ms-options cleanup. Add label elements, and transition to checkboxes from radios where we can. Also fix notice in global_terms_enabled post handling.
I think we should consider adding a confirmation to enabling global terms, or hide the UI for it if disabled, or something.
I left it as a radio button for now because that seems a little higher of a barrier than a checkbox. But even then, changing the option and hitting submit will result in some major schema changes, and the network admin may not realize that.
I'd also like to transition away from yes/no to bool, but there may be a back compat argument to be had.
Change History (9)
#2
@
15 years ago
- Priority changed from normal to high
- Resolution fixed deleted
- Severity changed from normal to critical
- Status changed from closed to reopened
We need triple-confirmation and a blinking red bold marquee that global terms causes the sky to fall on your head.
see also #13482.
#4
@
15 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
No can do on [14854]. The global terms functionality depends on the sitecategories table. So, we have to keep the functionality that creates the table in core.
#8
@
15 years ago
We're pushing global terms into plugin territory where it should have remained. We're stuck maintaining the schema and global_terms(), but we should require a plugin to turn it on. MU 2.9 users will still have it turned on after they upgrade to 3.0, but we should publicize instructions for turning it off. That will relieve many people.
#9
@
15 years ago
- Cc mailings@… added
I'm on the verge of finishing a plugin (bbAggregate) which allows you to aggregate posts from different blogs in the same wp install to be aggregated based on sitewide categories. What do I need to do to keep this working with WP3 and which issues are you relating to when using the "Sky will be falling on your head"? Would like to help out with any remaining issues for sitewide categories as multiple clients of mine depend on this.
(In [14494]) Simple warning text for global terms. Probably not enough considering the sky will fall on your head if you enable them, but it's a start. fixes #12666.