Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#21513 closed enhancement (fixed)

Disable multisite quotas by default on new installs

Reported by: nacin's profile nacin Owned by: nacin's profile nacin
Milestone: 3.5 Priority: normal
Severity: normal Version: 3.0
Component: Multisite Keywords: has-patch needs-testing
Focuses: Cc:

Description

If registration is off by default, then surely upload quotas should be as well.

I suggest populate_network() be modified to set 'upload_space_check_disabled' to be '1', unless the current network (in the case of creating a second network) is '0'. So, additional networks inherit.

'upload_space_check_disabled' => is_multisite() ? get_site_option( 'upload_space_check_disabled' ) : '1',

Attachments (1)

ticket-21513.diff (734 bytes) - added by mpvanwinkle77 12 years ago.
diff for 21513

Download all attachments as: .zip

Change History (7)

#1 @andrea_r
12 years ago

Well now this makes sense. :)

#2 @wpmuguru
12 years ago

Good idea.

@mpvanwinkle77
12 years ago

diff for 21513

#3 @mpvanwinkle77
12 years ago

  • Cc mpvanwinkle77 added
  • Keywords has-patch needs-testing added
  • Resolution set to fixed
  • Status changed from new to closed

Looking for some low hanging fruit to get my feet wet on core development. This seemed pretty easy. Cheers,

#4 @helenyhou
12 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Tickets are not closed when there is a patch, but rather when it is committed.

#5 @jamescollins
12 years ago

  • Version set to 3.0

(This behaviour has been around since the days of WPMU)

#6 @nacin
12 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from reopened to closed

In [21827]:

Disable multisite quotas by default on new installs. props mpvanwinkle77. fixes #21513.

Note: See TracTickets for help on using tickets.