[wp-trac] [WordPress Trac] #25858: Integrate MP6 into core

WordPress Trac noreply at wordpress.org
Thu Nov 7 07:35:53 UTC 2013


#25858: Integrate MP6 into core
----------------------------+------------------
 Reporter:  dd32            |       Owner:
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.8
Component:  General         |     Version:
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+------------------

Comment (by dd32):

 [attachment:mp6.diff] is a merge of MP6 as of r800128.
 The patch assumes:
 * svn cp src/wp-admin/css/colors-fresh.css src/wp-admin/css/colors-mp6.css
 * src/wp-includes/js/svg-painter.js, src/wp-includes/images/spinner.gif,
 and src/wp-includes/images/spinner-2x.gif from the plugin

 A few extra points:
 * Only the base MP6 colour scheme has been included, Colour picker and
 alternate styles are not included
 * colors-fresh and colors-classic are left as-is for now, although they
 need to disappear, the UI is rather broken using those - We may want to
 rename the base MP6 scheme to fresh and ditch classic (relying upon the
 new colour schemes from previous point) before commit
 * components/customizer has been merged into `wp-admin.css` and
 `customize-controls.css`, the diff is messy here as this was rewritten
 with SCSS, only the produced CSS is included here, we can split it out and
 add a SCSS/LESS processor here (another ticket please)
 * components/color-schemes, components/responsive, components/sticky-menu,
 and, components/widgets have been excluded from the diff for their own
 merge
 * All 3rd-party plugin CSS fixes have been removed from the CSS, including
 any hacks used to override their stylings
 * A bunch of CSS rules were restructured from MP6 to re-order the
 properties the same as core to reduce the diff size (only shows 1 like
 changing, when the diff was the entire rule previously).
 * A bunch of whitespace was removed or corrected to cores formatting
 (alignment, stray space, tabs, and extra properties outside of rules)
 * .rtl rules were not separated into the -rtl stylesheet, however, MP6
 also included a rtl stylesheet in addition to the .rtl rules, this needs
 cleaning up
 * We'll have to go through and determine which images can be removed
 afterwards

 There's still a bunch more spacing issues in the patch though, I'll upload
 a 2nd pass at it soon.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25858#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list