Make WordPress Core


Ignore:
Timestamp:
05/23/2018 10:04:22 AM (8 years ago)
Author:
pento
Message:

Once upon a midnight dreary, while I coded, weak and weary,
In many a strange and curious file of forgotten lore—
While I pondered, blaming Nacin, my notifications suddenly awakened,
As of someone quietly DMing;—DMing me, I can’t ignore.
“’Tis some contributor,” I muttered, “DMing me an idea or four—

Only this and nothing more.”

Ah, distinctly I remember, at WordCamp US, last December;
A mad proposal nearly laid me—down out cold—upon the floor.
Curious, I listened closely;—to a plan I agreed with, mostly—
A way to make our JavaScript—JavaScript which was a chore—
Maintainable, extendable, for the future, is what I saw.

Guten-ready for evermore.

Open here I switch to Slack, when, with many a patch and hack,
In there stepped Omar, a JavaScript developer hardcore;
Pronouncing all the changes fit; ready now to be commit;
“There’s nothing else for us to do,” DMing me, “It’s done!” he swore—
“No longer random guessing at which file need next be explored—

Let’s move on, we’re all aboard.”

Moved all together, grouped and managed, in folders all is packaged,
The code had all been cleaned and tidied, important parts moved to the fore,
“Though this change be useful here,” I said, “it is too large, I fear,
We couldn’t manage such a patch, we’ve done nothing like this before—
Tell me where doth go this change, change to make our codebase soar!”

Quoth Omar, “In WordPress Core.”

Props omarreis for shepherding this significant change.
Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc.
I make no apologies for this commit message.
Fixes #43055.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/themes.css

    r43021 r43309  
    231231    position: absolute;
    232232    top: 50%;
    233     -webkit-transform: translateY(-50%);
    234233    transform: translateY(-50%);
    235234    right: 0;
     
    12401239
    12411240.background-position-control .button-group:first-child > label:first-child .dashicons {
    1242     -webkit-transform: rotate( 45deg );
    12431241    transform: rotate( 45deg );
    12441242}
     
    12491247
    12501248.background-position-control .button-group:first-child > label:last-child .dashicons {
    1251     -webkit-transform: rotate( -45deg );
    12521249    transform: rotate( -45deg );
    12531250}
     
    12581255
    12591256.background-position-control .button-group:last-child > label:first-child .dashicons {
    1260     -webkit-transform: rotate( -45deg );
    12611257    transform: rotate( -45deg );
    12621258}
     
    12671263
    12681264.background-position-control .button-group:last-child > label:last-child .dashicons {
    1269     -webkit-transform: rotate( 45deg );
    12701265    transform: rotate( 45deg );
    12711266}
     
    15641559.wp-full-overlay.collapsed .collapse-sidebar-arrow:before,
    15651560.rtl .wp-full-overlay .collapse-sidebar-arrow:before {
    1566     -webkit-transform: rotate(180.001deg);
    15671561    transform: rotate(180.001deg); /* Firefox: promoting to its own layer to trigger anti-aliasing */
    15681562}
    15691563
    15701564.rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before {
    1571     -webkit-transform: none;
    15721565    transform: none;
    15731566}
     
    18551848    z-index: -1;
    18561849    margin: -10px 0 0 -10px;
    1857     -webkit-transform: translateZ(0);
    18581850    transform: translateZ(0);
    18591851    background: transparent url(../images/spinner.gif) no-repeat center center;
Note: See TracChangeset for help on using the changeset viewer.