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/about.css

    r42687 r43309  
    169169
    170170.about-wrap [class$="-col"] {
    171     display: -webkit-box;
    172171    display: flex;
    173     -webkit-box-pack: justify;
    174172    justify-content: space-between;
    175173    flex-wrap: wrap;
     
    192190
    193191.about-wrap [class$="-col"] .col {
    194     -webkit-box-flex: 1;
    195192    flex: 1;
    196193}
     
    202199
    203200.about-wrap .three-col .col {
    204     -webkit-align-self: flex-start;
    205201    align-self: flex-start;
    206202    min-width: 31%;
     
    382378    -ms-grid-column: 2;
    383379    grid-column: 2;
    384     display: -webkit-box;
    385380    display: flex;
    386     -webkit-box-pack: justify;
    387381    justify-content: space-between;
    388     -webkit-box-align: start;
    389382    align-items: flex-start;
    390     -webkit-box-orient: horizontal;
    391     -webkit-box-direction: normal;
    392383    flex-flow: row wrap;
    393     -webkit-box-flex: 2;
    394384    flex-grow: 2;
    395385    flex-shrink: 0;
     
    397387
    398388.about-wrap .floating-header-section .section-item {
    399     -webkit-box-flex: 1;
    400389    flex-grow: 1;
    401390    max-width: calc(50% - 30px);
     
    426415
    427416.about-wrap .floating-header-section.has-long-title .section-content {
    428     -webkit-box-pack: start;
    429417    justify-content: flex-start;
    430418}
Note: See TracChangeset for help on using the changeset viewer.