Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#15174 closed enhancement (fixed)

Move edit blog page to dedicated files

Reported by: ryan Owned by:
Priority: normal Milestone: 3.1
Component: Multisite Version: 3.1
Severity: normal Keywords: ongoing-project
Cc: Focuses:

Description (last modified by ryan)

The edit blog form is currently accessed via /network/sites.php?action=editblog&id=1. Accessing the form via sites.php confuses screen options and other UI elements. The form should be accessed via edit.php instead. In general, the blog edit code in the network admin needs a refactor.

  • Move edit.php to site.php
  • Access the blog edit form via site.php?action=edit
  • Put the form in edit-blog-form.php
  • Use proper meta boxes and screen options for the form, using edit-form-advanced.php as inspiration
  • Put meta box call back functions in network/meta-boxes.php ( or wp-admin/includes/network-meta-boxes.php)

Attachments (5)

15174.diff (305 bytes ) - added by markmcwilliams 16 years ago.
missing @since in site-new.php
edit-site.png (102.9 KB ) - added by ryan 16 years ago.
Screenshot of tab proposal
edit-site-2.png (102.5 KB ) - added by ryan 16 years ago.
Move tabs below h2 into an h3.
15174.2.diff (2.0 KB ) - added by PeteMall 16 years ago.
Use correct screen icon.
15174.3.diff (403 bytes ) - added by PeteMall 16 years ago.
Missed the screen icon on site-new

Download all attachments as: .zip

Change History (27)

#1 @ryan
16 years ago

  • Description modified (diff)

#2 @ryan
16 years ago

  • Description modified (diff)

#3 @ryan
16 years ago

Alternative: instead of piling huge boxes into one page, move Info, Options, Users, Themes, etc. into separate pages with their own top-level tabs.

#4 @ryan
16 years ago

  • Keywords ux-feedback added

#5 @jane
16 years ago

  • Keywords ux-feedback removed

I'd be up for trying tabs. UI group still struggling with a decent tab style as per themes screen, so if you want to throw something in and commit so we can test it a little and then revise, that would be good.

#6 @automattor
16 years ago

(In [15886]) Move add site form to site-new.php. see #15174

@markmcwilliams
16 years ago

missing @since in site-new.php

#7 follow-up: @markmcwilliams
16 years ago

Mind the @since for site-new.php in [15886] you forgot!

#8 in reply to: ↑ 7 ; follow-up: @nacin
16 years ago

Replying to markmcwilliams:

Mind the @since for site-new.php in [15886] you forgot!

Make sure you diff from the root, that way paths are complete. Otherwise it forces me to type in the location of site-new.php. Or worse, it could be something like post.php, for which there are three.

#9 @nacin
16 years ago

(In [15895]) Add @since to new file. props markmcwilliams. see #15174.

@ryan
16 years ago

Screenshot of tab proposal

#10 in reply to: ↑ 8 @markmcwilliams
16 years ago

Replying to nacin:

Replying to markmcwilliams:

Mind the @since for site-new.php in [15886] you forgot!

Make sure you diff from the root, that way paths are complete. Otherwise it forces me to type in the location of site-new.php. Or worse, it could be something like post.php, for which there are three.

Ah crap (newbie error), I forgot about that, sorry Andrew! :(

The layout looks good to me Ryan! +1

@ryan
16 years ago

Move tabs below h2 into an h3.

@PeteMall
16 years ago

Use correct screen icon.

#11 follow-up: @scribu
16 years ago

Why is the site domain and path not editable anymore?

#12 in reply to: ↑ 11 ; follow-up: @nacin
16 years ago

Replying to scribu:

Why is the site domain and path not editable anymore?

That's for the main site only.

#13 @nacin
16 years ago

[15903] from Ryan.

#14 in reply to: ↑ 12 @scribu
16 years ago

Replying to nacin:

Replying to scribu:

Why is the site domain and path not editable anymore?

That's for the main site only.

Indeed. Liking the new layout.

#15 @nacin
16 years ago

(In [15907]) Use correct network admin icon. props PeteMall, see #15174.

@PeteMall
16 years ago

Missed the screen icon on site-new

#16 @nacin
16 years ago

(In [15908]) And site-new, too. props PeteMall, see #15174.

#17 @jane
16 years ago

  • Keywords ongoing-project added
  • Type defect (bug)enhancement

#18 @ryan
16 years ago

(In [16014]) Action switch no longer needed. see #15174

#19 @westi
16 years ago

(In [16126]) Correct the subdomain/non-subdomain logic when listing sites.
Tidy up the case statement.
See #15174.

#20 follow-up: @ocean90
16 years ago

[16126] brokes the names for me. http://grab.by/7c0H (Subdomain install)

#21 in reply to: ↑ 20 @markmcwilliams
16 years ago

Replying to ocean90: With #15297 that was fixed in [16158] not long ago!

#22 @ryan
16 years ago

  • Resolutionfixed
  • Status newclosed
Note: See TracTickets for help on using tickets.