Make WordPress Core

Ticket #42022: 42022.3.diff

File 42022.3.diff, 37.9 KB (added by westonruter, 7 years ago)

https://github.com/xwp/wordpress-develop/pull/266/files/0310de9..064b3c5

  • src/wp-admin/css/customize-controls.css

    diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
    index 09302a8a34..73ed81c775 100644
    body.outer-section-open .wp-full-overlay.expanded .wp-full-overlay-main { 
    148148}
    149149
    150150#customize-controls .date-input:invalid {
    151         border-color: red;
    152 }
    153 
    154 .date-time-fields .month-field {
    155         width: 79px;
    156 }
    157 
    158 .date-time-fields .day-field,
    159 .date-time-fields .hour-field,
    160 .date-time-fields .minute-field {
    161         width: 46px;
    162 }
    163 
    164 .date-time-fields .year-field {
    165         width: 60px;
    166 }
    167 
    168 .date-time-fields .am-pm-field {
    169         width: 53px;
     151        border-color: #dc3232;
    170152}
    171153
    172154#customize-control-changeset_status label {
    body.outer-section-open .wp-full-overlay.expanded .wp-full-overlay-main { 
    200182
    201183.customize-copy-preview-link:before,
    202184.customize-copy-preview-link:after {
    203         content: '';
     185        content: "";
    204186        height: 28px;
    205187        position: absolute;
    206188        background: #ffffff;
    body.outer-section-open .wp-full-overlay.expanded .wp-full-overlay-main { 
    225207        border-left: none;
    226208        border-right: none;
    227209        text-indent: -999px;
    228         color: white;
     210        color: #fff;
    229211}
    230212
    231213#customize-control-changeset_preview_link label {
    body.outer-section-open .wp-full-overlay.expanded .wp-full-overlay-main { 
    233215        display: block;
    234216}
    235217
    236 #customize-control-changeset_preview_link a.preview-control-element {
     218#customize-control-changeset_preview_link a {
    237219        display: inline-block;
    238220        position: absolute;
    239221        white-space: nowrap;
    body.outer-section-open .wp-full-overlay.expanded .wp-full-overlay-main { 
    244226        text-decoration: none;
    245227}
    246228
    247 #customize-control-changeset_preview_link a.preview-control-element.disabled,
    248 #customize-control-changeset_preview_link a.preview-control-element.disabled:active,
    249 #customize-control-changeset_preview_link a.preview-control-element.disabled:focus,
    250 #customize-control-changeset_preview_link a.preview-control-element.disabled:visited {
     229#customize-control-changeset_preview_link a.disabled,
     230#customize-control-changeset_preview_link a.disabled:active,
     231#customize-control-changeset_preview_link a.disabled:focus,
     232#customize-control-changeset_preview_link a.disabled:visited {
    251233        color: black;
    252234        opacity: 0.4;
    253235        cursor: default;
    body.outer-section-open .wp-full-overlay.expanded .wp-full-overlay-main { 
    268250        padding-bottom:10px;
    269251}
    270252
    271 .date-time-fields label,
    272 .date-time-fields .date-time-separator {
     253.customize-control.customize-control-date_time .date-time-fields .date-input,
     254.customize-control.customize-control-date_time .date-time-fields .date-time-separator {
    273255        float: left;
    274         margin-right:5px;
     256        margin-right: 5px;
     257}
     258
     259.date-time-fields .date-input.month {
     260        width: 79px;
     261        margin: 0;
     262}
     263
     264.date-time-fields .date-input.day,
     265.date-time-fields .date-input.hour,
     266.date-time-fields .date-input.minute {
     267        width: 46px;
     268}
     269
     270.date-time-fields .date-input.year {
     271        width: 60px;
     272}
     273
     274.date-time-fields .date-input.meridian {
     275        width: 53px;
     276        margin: 0;
    275277}
    276278
    277279.date-time-fields .date-time-separator {
    body.outer-section-open .wp-full-overlay.expanded .wp-full-overlay-main { 
    279281}
    280282
    281283.date-time-fields .time-row {
    282         padding-top: 12px;
     284        margin-top: 12px;
    283285}
    284286
    285287.date-time-fields .date-timezone {
    p.customize-section-description { 
    10101012}
    10111013
    10121014.customize-control-dropdown-pages .new-content-item .create-item-input.invalid {
    1013         border: 1px solid #f00;
     1015        border: 1px solid #dc3232;
    10141016}
    10151017
    10161018.customize-control-dropdown-pages .add-new-toggle {
    p.customize-section-description { 
    11361138        margin-bottom: 0;
    11371139}
    11381140#customize-control-show_on_front.has-error .customize-control-notifications-container {
    1139         margin-top:12px;
     1141        margin-top: 12px;
    11401142}
    11411143
    11421144/**
    p.customize-section-description { 
    13211323        content: '';
    13221324        position: absolute;
    13231325        height: auto;
    1324         top: 0; left: 0; bottom: 0; right: 0;
     1326        top: 0;
     1327        left: 0;
     1328        bottom: 0;
     1329        right: 0;
    13251330        border: 4px solid #00a0d2;
    13261331        border-radius: 2px;
    13271332}
    body.adding-widget .add-new-widget:before, 
    26592664                height: 39px;
    26602665        }
    26612666
    2662         .date-time-fields .month-field {
     2667        .date-time-fields .date-input.month {
    26632668                width: 79px;
    26642669        }
    26652670
    2666         .date-time-fields .day-field,
    2667         .date-time-fields .hour-field,
    2668         .date-time-fields .minute-field {
     2671        .date-time-fields .date-input.day,
     2672        .date-time-fields .date-input.hour,
     2673        .date-time-fields .date-input.minute {
    26692674                width: 55px;
    26702675        }
    26712676
    2672         .date-time-fields .year-field {
     2677        .date-time-fields .date-input.year {
    26732678                width: 80px;
    26742679        }
    26752680
     2681        .date-time-fields .date-time-separator,
    26762682        .date-time-fields .date-timezone {
    26772683                line-height: 3.2;
    26782684        }
     2685
    26792686        .wp-core-ui.wp-customizer .button {
    26802687                margin-top: 12px;
    26812688        }
  • src/wp-admin/css/customize-nav-menus.css

    diff --git src/wp-admin/css/customize-nav-menus.css src/wp-admin/css/customize-nav-menus.css
    index f9d8f81703..36138ca2a3 100644
     
    132132
    133133.customize-control input.menu-name-field {
    134134        width: 100%; /* Override the 98% default for customizer inputs, to align with the size of menu items. */
    135         margin: 12px 0;
    136135}
    137136
    138137.wp-customizer .menu-item .item-edit {
  • src/wp-admin/js/customize-controls.js

    diff --git src/wp-admin/js/customize-controls.js src/wp-admin/js/customize-controls.js
    index 70dff7403d..e7ad7597b5 100644
     
    49084908         */
    49094909        api.DateTimeControl = api.Control.extend({
    49104910
    4911                 dateInputs: {},
    4912                 inputElements: {},
    4913                 invalidDate: false,
    4914 
    49154911                /**
    49164912                 * Initialize behaviors.
    49174913                 *
     
    49214917                ready: function ready() {
    49224918                        var control = this;
    49234919
    4924                         _.bindAll( control, 'populateSetting', 'updateDaysForMonth', 'updateMinutesForHour' );
     4920                        control.inputElements = {};
     4921                        control.invalidDate = false;
    49254922
    4926                         control.dateInputs = control.container.find( '.date-input' );
     4923                        _.bindAll( control, 'populateSetting', 'updateDaysForMonth', 'updateMinutesForHour', 'populateDateInputs' );
    49274924
    49284925                        // @todo This needs https://core.trac.wordpress.org/ticket/37964
    49294926                        if ( ! control.setting ) {
    49304927                                control.setting = new api.Value();
    49314928                        }
    49324929
     4930                        // @todo Should this be? Default should be on client. The default value should be in the setting itself.
    49334931                        if ( ! control.setting.get() && control.params.defaultValue ) {
    49344932                                control.setting.set( control.params.defaultValue );
    49354933                        }
    49364934
    4937                         control.dateInputs.each( function() {
     4935                        control.container.find( '.date-input' ).each( function() {
    49384936                                var input = $( this ), component, element;
    49394937                                component = input.data( 'component' );
    49404938                                element = new api.Element( input );
    4941                                 element.validate = function( value ) {
    4942                                         return _.contains( [ 'am', 'pm' ], value ) ? value : parseInt( value, 10 );
    4943                                 };
     4939                                if ( 'meridian' === component ) {
     4940                                        element.validate = function( value ) {
     4941                                                if ( 'am' !== value && 'pm' !== value ) {
     4942                                                        return null;
     4943                                                }
     4944                                                return value;
     4945                                        };
     4946                                } else {
     4947                                        element.validate = function( value ) {
     4948                                                var val = parseInt( value, 10 );
     4949                                                if ( isNaN( val ) ) {
     4950                                                        return null;
     4951                                                }
     4952                                                return val;
     4953                                        };
     4954                                }
     4955                                element.bind( control.populateSetting );
    49444956                                control.inputElements[ component ] = element;
    49454957                                control.elements.push( element );
    49464958                        } );
    49474959
    4948                         control.dateInputs.on( 'input', control.populateSetting );
    49494960                        control.inputElements.month.bind( control.updateDaysForMonth );
    49504961                        control.inputElements.year.bind( control.updateDaysForMonth );
    49514962                        control.inputElements.hour.bind( control.updateMinutesForHour );
    49524963                        control.populateDateInputs();
     4964                        control.setting.bind( control.populateDateInputs );
    49534965                },
    49544966
    49554967                /**
     
    49844996
    49854997                        if ( twelveHourFormat ) {
    49864998                                date.hour = parseInt( date.hour, 10 );
    4987                                 date.ampm = date.hour >= midDayHour ? 'pm' : 'am';
     4999                                date.meridian = date.hour >= midDayHour ? 'pm' : 'am';
    49885000                                date.hour = date.hour % midDayHour ? String( date.hour % midDayHour ) : String( midDayHour );
    49895001                                delete date.second;
    49905002                        }
     
    50045016                        control.invalidDate = false;
    50055017
    50065018                        _.each( [ 'day', 'hour', 'year', 'minute' ], function( component ) {
    5007                                 var element, el, max, min, maxLength, value;
     5019                                var element, el, max, min, value;
    50085020
    50095021                                if ( ! control.invalidDate ) {
    50105022                                        element = control.inputElements[ component ];
    50115023                                        el = element.element.get( 0 );
    50125024                                        max = parseInt( element.element.attr( 'max' ), 10 );
    50135025                                        min = parseInt( element.element.attr( 'min' ), 10 );
    5014                                         maxLength = parseInt( element.element.attr( 'maxlength' ), 10 );
    50155026                                        value = element();
    5016                                         control.invalidDate = value > max || value < min || String( value ).length > maxLength;
     5027                                        control.invalidDate = value > max || value < min;
    50175028                                        errorMessage = control.invalidDate ? api.l10n.invalid + ' ' + component : '';
    50185029
    50195030                                        el.setCustomValidity( errorMessage );
    5020                                         _.result( el, 'reportValidity' );
     5031                                        if ( ! control.section() || api.section.has( control.section() ) && api.section( control.section() ).expanded() ) {
     5032                                                _.result( el, 'reportValidity' );
     5033                                        }
    50215034                                }
    50225035                        } );
    50235036
     
    50565069                updateMinutesForHour: function updateMinutesForHour() {
    50575070                        var control = this, maxHours = 24, minuteEl;
    50585071
    5059                         if ( control.inputElements.ampm ) {
     5072                        if ( control.inputElements.meridian ) {
    50605073                                return;
    50615074                        }
    50625075
     
    50655078                        if ( maxHours === control.inputElements.hour() ) {
    50665079                                control.inputElements.minute( 0 );
    50675080                                minuteEl.data( 'default-max', minuteEl.attr( 'max' ) );
    5068                                 minuteEl.data( 'default-maxlength', minuteEl.attr( 'maxlength' ) );
    50695081                                minuteEl.attr( 'max', '0' );
    50705082                        } else if ( minuteEl.data( 'default-max' ) ) {
    50715083                                minuteEl.attr( 'max', minuteEl.data( 'default-max' ) );
    5072                                 minuteEl.attr( 'maxlength', minuteEl.data( 'maxlength' ) );
    50735084                        }
    50745085                },
    50755086
     
    51215132                                return value;
    51225133                        };
    51235134
    5124                         hourInTwentyFourHourFormat = control.inputElements.ampm ? control.convertHourToTwentyFourHourFormat( control.inputElements.hour(), control.inputElements.ampm() ) : control.inputElements.hour();
     5135                        hourInTwentyFourHourFormat = control.inputElements.meridian ? control.convertHourToTwentyFourHourFormat( control.inputElements.hour(), control.inputElements.meridian() ) : control.inputElements.hour();
    51255136                        dateFormat = [ 'year', '-', 'month', '-', 'day', ' ', pad( hourInTwentyFourHourFormat, 2 ), ':', 'minute', ':', '00' ];
    51265137
    51275138                        _.each( dateFormat, function( component ) {
     
    51465157                 * Convert hour in twelve hour format to twenty four hour format.
    51475158                 *
    51485159                 * @since 4.9.0
    5149                  * @param {string} hourInTwelveHourFormat Hour in twelve hour format.
    5150                  * @param {string} ampm am/pm
    5151                  * @return {string} Hour in twenty four hour format.
     5160                 * @param {string} hourInTwelveHourFormat - Hour in twelve hour format.
     5161                 * @param {string} meridian - Either 'am' or 'pm'.
     5162                 * @returns {string} Hour in twenty four hour format.
    51525163                 */
    5153                 convertHourToTwentyFourHourFormat: function convertHour( hourInTwelveHourFormat, ampm ) {
     5164                convertHourToTwentyFourHourFormat: function convertHour( hourInTwelveHourFormat, meridian ) {
    51545165                        var hourInTwentyFourHourFormat, hour, midDayHour = 12;
    51555166
    51565167                        hour = parseInt( hourInTwelveHourFormat, 10 );
     5168                        if ( isNaN( hour ) ) {
     5169                                return '';
     5170                        }
    51575171
    5158                         if ( 'pm' === ampm && hour < midDayHour ) {
     5172                        if ( 'pm' === meridian && hour < midDayHour ) {
    51595173                                hourInTwentyFourHourFormat = hour + midDayHour;
    5160                         } else if ( 'am' === ampm && midDayHour === hour ) {
     5174                        } else if ( 'am' === meridian && midDayHour === hour ) {
    51615175                                hourInTwentyFourHourFormat = hour - midDayHour;
    51625176                        } else {
    51635177                                hourInTwentyFourHourFormat = hour;
     
    52245238         */
    52255239        api.PreviewLinkControl = api.Control.extend({
    52265240
    5227                 previewElements: {},
    5228 
    52295241                /**
    52305242                 * Override the templateSelector before embedding the control into the page.
    52315243                 *
     
    52455257                 * @returns {void}
    52465258                 */
    52475259                ready: function ready() {
    5248                         var control = this, element, component, node, link, input, button;
     5260                        var control = this, element, component, node, url, input, button;
    52495261
    52505262                        _.bindAll( control, 'updatePreviewLink' );
    52515263
     
    52535265                            control.setting = new api.Value();
    52545266                        }
    52555267
     5268                        control.previewElements = {};
     5269
    52565270                        control.container.find( '.preview-control-element' ).each( function() {
    52575271                                node = $( this );
    52585272                                component = node.data( 'component' );
     
    52615275                                control.elements.push( element );
    52625276                        } );
    52635277
    5264                         link = control.previewElements.link;
     5278                        url = control.previewElements.url;
    52655279                        input = control.previewElements.input;
    52665280                        button = control.previewElements.button;
    52675281
    52685282                        input.link( control.setting );
    5269                         link.link( control.setting );
     5283                        url.link( control.setting );
    52705284
    5271                         link.bind( function( value ) {
    5272                                 link.element.attr( 'href', value );
    5273                                 link.element.attr( 'target', api.settings.changeset.uuid );
     5285                        url.bind( function( value ) {
     5286                                url.element.parent().attr( {
     5287                                        href: value,
     5288                                        target: api.settings.changeset.uuid
     5289                                } );
    52745290                        } );
    52755291
    52765292                        api.bind( 'ready', control.updatePreviewLink );
    5277                         api.bind( 'change', control.updatePreviewLink );
    52785293                        api.state( 'saved' ).bind( control.updatePreviewLink );
     5294                        api.state( 'changesetStatus' ).bind( control.updatePreviewLink );
    52795295
    52805296                        button.element.on( 'click', function( event ) {
    52815297                                event.preventDefault();
     
    52865302                                }
    52875303                        } );
    52885304
    5289                         link.element.on( 'click', function( event ) {
    5290                                 if ( link.element.hasClass( 'disabled' ) ) {
     5305                        url.element.parent().on( 'click', function( event ) {
     5306                                if ( $( this ).hasClass( 'disabled' ) ) {
    52915307                                        event.preventDefault();
    52925308                                }
    52935309                        } );
     
    53085324                updatePreviewLink: function updatePreviewLink() {
    53095325                        var control = this, unsavedDirtyValues;
    53105326
    5311                         unsavedDirtyValues = ! _.isEmpty( api.dirtyValues( {
    5312                                 unsaved: true
    5313                         } ) );
     5327                        unsavedDirtyValues = ! api.state( 'saved' ).get() || '' === api.state( 'changesetStatus' ).get() || 'auto-draft' === api.state( 'changesetStatus' ).get();
    53145328
    53155329                        control.toggleSaveNotification( unsavedDirtyValues );
    5316                         control.previewElements.link.element.toggleClass( 'disabled', unsavedDirtyValues );
     5330                        control.previewElements.url.element.parent().toggleClass( 'disabled', unsavedDirtyValues );
    53175331                        control.previewElements.button.element.prop( 'disabled', unsavedDirtyValues );
    53185332                        control.setting.set( api.previewer.getFrontendPreviewUrl() );
    53195333                },
     
    64856499                                                } );
    64866500                                        } );
    64876501
    6488                                         /**
    6489                                          * Find all invalid setting less controls with notification type error.
    6490                                          */
     6502                                        // Find all invalid setting less controls with notification type error.
    64916503                                        api.control.each( function( control ) {
    64926504                                                if ( ! control.setting || ! control.setting.id && control.active.get() ) {
    64936505                                                        control.notifications.each( function( notification ) {
     
    78337845                        });
    78347846                })();
    78357847
    7836                 /**
    7837                  * Publish settings section and controls.
    7838                  */
     7848                // Publish settings section and controls.
    78397849                api.control( 'changeset_status', 'changeset_scheduled_date', function( statusControl, dateControl ) {
    78407850                        $.when( statusControl.deferred.embedded, dateControl.deferred.embedded ).done( function() {
    78417851                                var radioNodes, statusElement, toggleDateControl, publishWhenTime, pollInterval, updateTimeArrivedPoller, timeArrivedPollingInterval = 1000;
  • src/wp-includes/class-wp-customize-manager.php

    diff --git src/wp-includes/class-wp-customize-manager.php src/wp-includes/class-wp-customize-manager.php
    index 95dfa794af..7305a8d6e0 100644
    final class WP_Customize_Manager { 
    35623562                        </ul>
    35633563                </script>
    35643564                <script type="text/html" id="tmpl-customize-preview-link-control" >
    3565                         <span class="customize-control-title">
    3566                                 <label><?php esc_html_e( 'Share Preview Link' ); ?></label>
    3567                         </span>
    3568                         <span class="description customize-control-description"><?php esc_html_e( 'See how changes would look live on your website, and share the preview with people who can\'t access the Customizer.' ); ?></span>
     3565                        <# var elementPrefix = _.uniqueId( 'el' ) + '-' #>
     3566                        <p class="customize-control-title">
     3567                                <?php esc_html_e( 'Share Preview Link' ); ?>
     3568                        </p>
     3569                        <p class="description customize-control-description"><?php esc_html_e( 'See how changes would look live on your website, and share the preview with people who can\'t access the Customizer.' ); ?></p>
    35693570                        <div class="customize-control-notifications-container"></div>
    35703571                        <div class="preview-link-wrapper">
    3571                                 <label>
    3572                                         <span class="screen-reader-text"><?php esc_html_e( 'Preview Link' ); ?></span>
    3573                                         <a class="preview-control-element" data-component="link" href="" target=""></a>
    3574                                         <input readonly class="preview-control-element" data-component="input" value="test" >
    3575                                         <button class="customize-copy-preview-link preview-control-element button button-secondary" data-component="button" data-copy-text="<?php esc_attr_e( 'Copy' ); ?>" data-copied-text="<?php esc_attr_e( 'Copied' ); ?>" ><?php esc_html_e( 'Copy' ); ?></button>
    3576                                 </label>
     3572                                <label for="{{ elementPrefix }}customize-preview-link-input" class="screen-reader-text"><?php esc_html_e( 'Preview Link' ); ?></label>
     3573                                <a href="" target="">
     3574                                        <span class="preview-control-element" data-component="url"></span>
     3575                                        <span class="screen-reader-text"><?php _e( '(opens in a new window)' ); ?></span>
     3576                                </a>
     3577                                <input id="{{ elementPrefix }}customize-preview-link-input" readonly class="preview-control-element" data-component="input">
     3578                                <button class="customize-copy-preview-link preview-control-element button button-secondary" data-component="button" data-copy-text="<?php esc_attr_e( 'Copy' ); ?>" data-copied-text="<?php esc_attr_e( 'Copied' ); ?>" ><?php esc_html_e( 'Copy' ); ?></button>
    35773579                        </div>
    35783580                </script>
    35793581                <?php
    final class WP_Customize_Manager { 
    41714173                } else {
    41724174                        $initial_date = current_time( 'mysql', false );
    41734175                }
     4176
    41744177                $this->add_control( new WP_Customize_Date_Time_Control( $this, 'changeset_scheduled_date', array(
    41754178                        'section' => 'publish_settings',
    41764179                        'settings' => array(),
  • src/wp-includes/class-wp-customize-nav-menus.php

    diff --git src/wp-includes/class-wp-customize-nav-menus.php src/wp-includes/class-wp-customize-nav-menus.php
    index b2f91ceb5c..06228b2b74 100644
    final class WP_Customize_Nav_Menus { 
    674674                ) ) );
    675675
    676676                $this->manager->add_control( 'new_menu_name', array(
    677                         'label'       => '',
     677                        'label'       => __( 'New menu name' ),
    678678                        'section'     => 'add_menu',
    679679                        'type'        => 'text',
    680680                        'settings'    => array(),
    681681                        'input_attrs' => array(
    682682                                'class'       => 'menu-name-field',
    683                                 'placeholder' => __( 'New menu name' ),
    684683                        ),
    685684                ) );
    686685
    final class WP_Customize_Nav_Menus { 
    10171016                                        <?php $post_type_obj = get_post_type_object( $available_item_type['object'] ); ?>
    10181017                                        <?php if ( current_user_can( $post_type_obj->cap->create_posts ) && current_user_can( $post_type_obj->cap->publish_posts ) ) : ?>
    10191018                                                <div class="new-content-item">
    1020                                                         <input type="text" class="create-item-input" placeholder="<?php echo esc_attr( $post_type_obj->labels->add_new_item ); ?>">
     1019                                                        <label for="<?php echo esc_attr( 'create-item-input-' . $available_item_type['object'] ); ?>" class="screen-reader-text"><?php echo esc_html( $post_type_obj->labels->add_new_item ); ?></label>
     1020                                                        <input type="text" id="<?php echo esc_attr( 'create-item-input-' . $available_item_type['object'] ); ?>" class="create-item-input" placeholder="<?php echo esc_attr( $post_type_obj->labels->add_new_item ); ?>">
    10211021                                                        <button type="button" class="button add-content"><?php _e( 'Add' ); ?></button>
    10221022                                                </div>
    10231023                                        <?php endif; ?>
  • src/wp-includes/customize/class-wp-customize-date-time-control.php

    diff --git src/wp-includes/customize/class-wp-customize-date-time-control.php src/wp-includes/customize/class-wp-customize-date-time-control.php
    index abcdc58833..b7acb81689 100644
    class WP_Customize_Date_Time_Control extends WP_Customize_Control { 
    101101                ?>
    102102
    103103                <# _.defaults( data, <?php echo wp_json_encode( $data ); ?> ); #>
     104                <# var idPrefix = _.uniqueId( 'el' ) + '-'; #>
    104105
    105106                <span class="customize-control-title">
    106                         <label>{{ data.label }}</label>
     107                        {{ data.label }}
    107108                </span>
    108109                <div class="customize-control-notifications-container"></div>
    109110                <span class="description customize-control-description">{{ data.description }}</span>
    110111                <div class="date-time-fields">
    111                         <div class="day-row">
    112                                 <span class="title-day"><?php esc_html_e( 'Day' ); ?></span>
     112                        <fieldset class="day-row">
     113                                <legend class="title-day"><?php esc_html_e( 'Date' ); ?></legend>
    113114                                <div class="day-fields clear">
    114                                         <label class="month-field">
    115                                                 <span class="screen-reader-text"><?php esc_html_e( 'Month' ); ?></span>
    116                                                         <select class="date-input month" data-component="month">
    117                                                                 <# _.each( data.month_choices, function( choice ) {
    118                                                                         if ( _.isObject( choice ) && ! _.isUndefined( choice.text ) && ! _.isUndefined( choice.value ) ) {
    119                                                                                 text = choice.text;
    120                                                                                 value = choice.value;
    121                                                                         }
    122                                                                         #>
    123                                                                         <option value="{{ value }}" >
    124                                                                                 {{ text }}
    125                                                                         </option>
    126                                                                 <# } ); #>
    127                                                         </select>
    128                                         </label>
    129                                         <label class="day-field">
    130                                                 <span class="screen-reader-text"><?php esc_html_e( 'Day' ); ?></span>
    131                                                 <input type="number" size="2" maxlength="2" autocomplete="off" class="date-input day" data-component="day" min="1" max="31"" />
    132                                         </label>
     115                                        <label for="{{ idPrefix }}date-time-month" class="screen-reader-text"><?php esc_html_e( 'Month' ); ?></label>
     116                                        <select id="{{ idPrefix }}date-time-month" class="date-input month" data-component="month">
     117                                                <# _.each( data.month_choices, function( choice ) {
     118                                                        if ( _.isObject( choice ) && ! _.isUndefined( choice.text ) && ! _.isUndefined( choice.value ) ) {
     119                                                                text = choice.text;
     120                                                                value = choice.value;
     121                                                        }
     122                                                        #>
     123                                                        <option value="{{ value }}" >
     124                                                                {{ text }}
     125                                                        </option>
     126                                                <# } ); #>
     127                                        </select>
     128                                        <label for="{{ idPrefix }}date-time-day" class="screen-reader-text"><?php esc_html_e( 'Day' ); ?></label>
     129                                        <input id="{{ idPrefix }}date-time-day" type="number" size="2" autocomplete="off" class="date-input day" data-component="day" min="1" max="31" />
    133130                                        <span class="time-special-char date-time-separator">,</span>
    134                                         <label class="year-field">
    135                                                 <span class="screen-reader-text"><?php esc_html_e( 'Year' ); ?></span>
    136                                                 <# var maxYearLength = String( data.maxYear ).length; #>
    137                                                 <input type="number" size="4" maxlength="{{ maxYearLength }}" autocomplete="off" class="date-input year" data-component="year" min="{{ data.minYear }}" max="{{ data.maxYear }}" />
    138                                         </label>
     131                                        <label for="{{ idPrefix }}date-time-year" class="screen-reader-text"><?php esc_html_e( 'Year' ); ?></label>
     132                                        <input id="{{ idPrefix }}date-time-year" type="number" size="4" autocomplete="off" class="date-input year" data-component="year" min="{{ data.minYear }}" max="{{ data.maxYear }}">
    139133                                </div>
    140                         </div>
    141                         <div class="time-row clear">
    142                                 <span class="title-time"><?php esc_html_e( 'Time' ); ?></span>
     134                        </fieldset>
     135                        <fieldset class="time-row clear">
     136                                <legend class="title-time"><?php esc_html_e( 'Time' ); ?></legend>
    143137                                <div class="time-fields clear">
    144                                         <label class="hour-field">
    145                                                 <span class="screen-reader-text"><?php esc_html_e( 'Hour' ); ?></span>
    146                                                 <# var maxHour = data.twelveHourFormat ? 12 : 24; #>
    147                                                 <input type="number" size="2" maxlength="2" autocomplete="off" class="date-input hour" data-component="hour" min="1" max="{{ maxHour }}"" />
    148                                         </label>
     138                                        <label for="{{ idPrefix }}date-time-hour" class="screen-reader-text"><?php esc_html_e( 'Hour' ); ?></label>
     139                                        <# var maxHour = data.twelveHourFormat ? 12 : 24; #>
     140                                        <input id="{{ idPrefix }}date-time-hour" type="number" size="2" autocomplete="off" class="date-input hour" data-component="hour" min="1" max="{{ maxHour }}">
    149141                                        <span class="time-special-char date-time-separator">:</span>
    150                                         <label class="minute-field">
    151                                                 <span class="screen-reader-text"><?php esc_html_e( 'Minute' ); ?></span>
    152                                                 <input type="number" size="2" maxlength="2" autocomplete="off" class="date-input minute" data-component="minute" min="0" max="59" />
    153                                         </label>
     142                                        <label for="{{ idPrefix }}date-time-minute" class="screen-reader-text"><?php esc_html_e( 'Minute' ); ?></label>
     143                                        <input id="{{ idPrefix }}date-time-minute" type="number" size="2" autocomplete="off" class="date-input minute" data-component="minute" min="0" max="59">
    154144                                        <# if ( data.twelveHourFormat ) { #>
    155                                         <label class="am-pm-field">
    156                                                 <span class="screen-reader-text"><?php esc_html_e( 'AM / PM' ); ?></span>
    157                                                 <select class="date-input" data-component="ampm">
     145                                                <label for="{{ idPrefix }}date-time-meridian" class="screen-reader-text"><?php esc_html_e( 'Meridian' ); ?></label>
     146                                                <select id="{{ idPrefix }}date-time-meridian" class="date-input meridian" data-component="meridian">
    158147                                                        <option value="am"><?php esc_html_e( 'AM' ); ?></option>
    159148                                                        <option value="pm"><?php esc_html_e( 'PM' ); ?></option>
    160149                                                </select>
    161                                         </label>
    162150                                        <# } #>
    163151                                        <abbr class="date-timezone" aria-label="<?php esc_attr_e( 'Timezone' ); ?>" title="<?php echo esc_attr( $timezone_info['description'] ); ?>"><?php echo esc_html( $timezone_info['abbr'] ); ?></abbr>
    164152                                </div>
    165                         </div>
     153                        </fieldset>
    166154                </div>
    167155                <?php
    168156        }
  • tests/qunit/index.html

    diff --git tests/qunit/index.html tests/qunit/index.html
    index 5ed4c7a02d..813da74529 100644
     
    874874                </script>
    875875        <script type="text/html" id="tmpl-customize-control-date_time-content">
    876876
    877                 <# _.defaults( data, {"settings":[],"type":"date_time","priority":10,"active":true,"section":"","content":"<li id=\"customize-control-temp\" class=\"customize-control customize-control-date_time\">\n\t\t\t\t\t<\/li>","label":"","description":"","instanceNumber":69,"maxYear":9999,"minYear":1000,"allowPastDate":true,"twelveHourFormat":true,"defaultValue":null,"month_choices":{"1":{"text":"1-Jan","value":1},"2":{"text":"2-Feb","value":2},"3":{"text":"3-Mar","value":3},"4":{"text":"4-Apr","value":4},"5":{"text":"5-May","value":5},"6":{"text":"6-Jun","value":6},"7":{"text":"7-Jul","value":7},"8":{"text":"8-Aug","value":8},"9":{"text":"9-Sep","value":9},"10":{"text":"10-Oct","value":10},"11":{"text":"11-Nov","value":11},"12":{"text":"12-Dec","value":12}}} ); #>
     877                <# _.defaults( data, {"settings":[],"type":"date_time","priority":10,"active":true,"section":"","content":"<li id=\"customize-control-temp\" class=\"customize-control customize-control-date_time\">\n\t\t\t\t\t<\/li>","label":"","description":"","instanceNumber":73,"maxYear":9999,"minYear":1000,"allowPastDate":true,"twelveHourFormat":true,"defaultValue":null,"month_choices":{"1":{"text":"1-Jan","value":1},"2":{"text":"2-Feb","value":2},"3":{"text":"3-Mar","value":3},"4":{"text":"4-Apr","value":4},"5":{"text":"5-May","value":5},"6":{"text":"6-Jun","value":6},"7":{"text":"7-Jul","value":7},"8":{"text":"8-Aug","value":8},"9":{"text":"9-Sep","value":9},"10":{"text":"10-Oct","value":10},"11":{"text":"11-Nov","value":11},"12":{"text":"12-Dec","value":12}}} ); #>
     878                <# var idPrefix = _.uniqueId( 'el' ) + '-'; #>
    878879
    879880                <span class="customize-control-title">
    880                         <label>{{ data.label }}</label>
     881                        {{ data.label }}
    881882                </span>
    882883                <div class="customize-control-notifications-container"></div>
    883884                <span class="description customize-control-description">{{ data.description }}</span>
    884885                <div class="date-time-fields">
    885                         <div class="day-row">
    886                                 <span class="title-day">Day</span>
     886                        <fieldset class="day-row">
     887                                <legend class="title-day">Date</legend>
    887888                                <div class="day-fields clear">
    888                                         <label class="month-field">
    889                                                 <span class="screen-reader-text">Month</span>
    890                                                 <select class="date-input month" data-component="month">
    891                                                         <# _.each( data.month_choices, function( choice ) {
    892                                                                         if ( _.isObject( choice ) && ! _.isUndefined( choice.text ) && ! _.isUndefined( choice.value ) ) {
    893                                                                         text = choice.text;
    894                                                                         value = choice.value;
    895                                                                         }
    896                                                                         #>
    897                                                                 <option value="{{ value }}" >
    898                                                                         {{ text }}
    899                                                                 </option>
    900                                                                 <# } ); #>
    901                                                 </select>
    902                                         </label>
    903                                         <label class="day-field">
    904                                                 <span class="screen-reader-text">Day</span>
    905                                                 <input type="number" size="2" maxlength="2" autocomplete="off" class="date-input day" data-component="day" min="1" max="31"" />
    906                                         </label>
     889                                        <label for="{{ idPrefix }}date-time-month" class="screen-reader-text">Month</label>
     890                                        <select id="{{ idPrefix }}date-time-month" class="date-input month" data-component="month">
     891                                                <# _.each( data.month_choices, function( choice ) {
     892                                                                if ( _.isObject( choice ) && ! _.isUndefined( choice.text ) && ! _.isUndefined( choice.value ) ) {
     893                                                                text = choice.text;
     894                                                                value = choice.value;
     895                                                                }
     896                                                                #>
     897                                                        <option value="{{ value }}" >
     898                                                                {{ text }}
     899                                                        </option>
     900                                                <# } ); #>
     901                                        </select>
     902                                        <label for="{{ idPrefix }}date-time-day" class="screen-reader-text">Day</label>
     903                                        <input id="{{ idPrefix }}date-time-day" type="number" size="2" autocomplete="off" class="date-input day" data-component="day" min="1" max="31" />
    907904                                        <span class="time-special-char date-time-separator">,</span>
    908                                         <label class="year-field">
    909                                                 <span class="screen-reader-text">Year</span>
    910                                                 <# var maxYearLength = String( data.maxYear ).length; #>
    911                                                         <input type="number" size="4" maxlength="{{ maxYearLength }}" autocomplete="off" class="date-input year" data-component="year" min="{{ data.minYear }}" max="{{ data.maxYear }}" />
    912                                         </label>
     905                                        <label for="{{ idPrefix }}date-time-year" class="screen-reader-text">Year</label>
     906                                        <input id="{{ idPrefix }}date-time-year" type="number" size="4" autocomplete="off" class="date-input year" data-component="year" min="{{ data.minYear }}" max="{{ data.maxYear }}">
    913907                                </div>
    914                         </div>
    915                         <div class="time-row clear">
    916                                 <span class="title-time">Time</span>
     908                        </fieldset>
     909                        <fieldset class="time-row clear">
     910                                <legend class="title-time">Time</legend>
    917911                                <div class="time-fields clear">
    918                                         <label class="hour-field">
    919                                                 <span class="screen-reader-text">Hour</span>
    920                                                 <# var maxHour = data.twelveHourFormat ? 12 : 24; #>
    921                                                         <input type="number" size="2" maxlength="2" autocomplete="off" class="date-input hour" data-component="hour" min="1" max="{{ maxHour }}"" />
    922                                         </label>
     912                                        <label for="{{ idPrefix }}date-time-hour" class="screen-reader-text">Hour</label>
     913                                        <# var maxHour = data.twelveHourFormat ? 12 : 24; #>
     914                                        <input id="{{ idPrefix }}date-time-hour" type="number" size="2" autocomplete="off" class="date-input hour" data-component="hour" min="1" max="{{ maxHour }}">
    923915                                        <span class="time-special-char date-time-separator">:</span>
    924                                         <label class="minute-field">
    925                                                 <span class="screen-reader-text">Minute</span>
    926                                                 <input type="number" size="2" maxlength="2" autocomplete="off" class="date-input minute" data-component="minute" min="0" max="59" />
    927                                         </label>
     916                                        <label for="{{ idPrefix }}date-time-minute" class="screen-reader-text">Minute</label>
     917                                        <input id="{{ idPrefix }}date-time-minute" type="number" size="2" autocomplete="off" class="date-input minute" data-component="minute" min="0" max="59">
    928918                                        <# if ( data.twelveHourFormat ) { #>
    929                                                 <label class="am-pm-field">
    930                                                         <span class="screen-reader-text">AM / PM</span>
    931                                                         <select class="date-input" data-component="ampm">
    932                                                                 <option value="am">AM</option>
    933                                                                 <option value="pm">PM</option>
    934                                                         </select>
    935                                                 </label>
    936                                                 <# } #>
    937                                         <abbr class="date-timezone" aria-label="Timezone" title="Timezone is Asia/Kolkata (IST), currently UTC+5:30.">IST</abbr>
     919                                                <label for="{{ idPrefix }}date-time-meridian" class="screen-reader-text">Meridian</label>
     920                                                <select id="{{ idPrefix }}date-time-meridian" class="date-input meridian" data-component="meridian">
     921                                                        <option value="am">AM</option>
     922                                                        <option value="pm">PM</option>
     923                                                </select>
     924                                        <# } #>
     925                                        <abbr class="date-timezone" aria-label="Timezone" title="Timezone is America/Los Angeles (PDT), currently UTC-7.">PDT</abbr>
    938926                                </div>
    939                         </div>
     927                        </fieldset>
    940928                </div>
    941929        </script>
    942930        <script type="text/html" id="tmpl-customize-preview-link-control" >
    943                 <span class="customize-control-title">
    944                 <label>Share Preview Link</label>
    945         </span>
    946                 <span class="description customize-control-description">See how changes would look live on your website, and share the preview with people who can&#039;t access the Customizer.</span>
     931                <# var elementPrefix = _.uniqueId( 'el' ) + '-' #>
     932                <p class="customize-control-title">
     933                        Share Preview Link                      </p>
     934                <p class="description customize-control-description">See how changes would look live on your website, and share the preview with people who can&#039;t access the Customizer.</p>
    947935                <div class="customize-control-notifications-container"></div>
    948936                <div class="preview-link-wrapper">
    949                         <label>
    950                                 <span class="screen-reader-text">Preview Link</span>
    951                                 <a class="preview-control-element" data-component="link" href="" target=""></a>
    952                                 <input readonly class="preview-control-element" data-component="input" value="test" >
    953                                 <button class="customize-copy-preview-link preview-control-element button button-secondary" data-component="button" data-copy-text="Copy" data-copied-text="Copied" >Copy</button>
    954                         </label>
     937                        <label for="{{ elementPrefix }}customize-preview-link-input" class="screen-reader-text">Preview Link</label>
     938                        <a href="" target="">
     939                                <span class="preview-control-element" data-component="url"></span>
     940                                <span class="screen-reader-text">(opens in a new window)</span>
     941                        </a>
     942                        <input id="{{ elementPrefix }}customize-preview-link-input" readonly class="preview-control-element" data-component="input">
     943                        <button class="customize-copy-preview-link preview-control-element button button-secondary" data-component="button" data-copy-text="Copy" data-copied-text="Copied" >Copy</button>
    955944                </div>
    956945        </script>
    957946        <script type="text/html" id="tmpl-media-modal">
  • tests/qunit/wp-admin/js/customize-controls.js

    diff --git tests/qunit/wp-admin/js/customize-controls.js tests/qunit/wp-admin/js/customize-controls.js
    index aaa8c069cc..fa7888cf70 100644
    jQuery( window ).load( function (){ 
    702702        test( 'Test DateTimeControl creation and its methods', function( assert ) {
    703703                var control, controlId = 'date_time', section, sectionId = 'fixture-section',
    704704                        datetime = '2599-08-06 18:12:13', dateTimeArray, dateTimeArrayInampm, timeString,
    705                         day, year, month, minute, ampm, hour;
     705                        day, year, month, minute, meridian, hour;
    706706
    707707                section = wp.customize.section( sectionId );
    708708
    jQuery( window ).load( function (){ 
    728728                year = control.inputElements.year;
    729729                minute = control.inputElements.minute;
    730730                hour = control.inputElements.hour;
    731                 ampm = control.inputElements.ampm;
     731                meridian = control.inputElements.meridian;
    732732
    733733                year( '23' );
    734734                assert.equal( typeof year(), 'number', 'Should always return integer' );
    735735
     736                month( '8' );
    736737                month( 'test' );
    737                 assert.notOk( month(), 'Should not accept text' );
     738                assert.equal( 8, month(), 'Should not accept text' );
    738739
    739740                // Test control.parseDateTime();
    740741                dateTimeArray = control.parseDateTime( datetime );
    jQuery( window ).load( function (){ 
    753754                        month: '08',
    754755                        hour: '6',
    755756                        minute: '12',
    756                         ampm: 'pm',
     757                        meridian: 'pm',
    757758                        day: '06'
    758759                } );
    759760
    jQuery( window ).load( function (){ 
    762763                day( '18' );
    763764                hour( '3' );
    764765                minute( '44' );
    765                 ampm( 'am' );
     766                meridian( 'am' );
    766767
    767768                // Test control.convertInputDateToString().
    768769                timeString = control.convertInputDateToString();
    769770                assert.equal( timeString, '2010-12-18 03:44:00' );
    770771
    771                 ampm( 'pm' );
     772                meridian( 'pm' );
    772773                timeString = control.convertInputDateToString();
    773774                assert.equal( timeString, '2010-12-18 15:44:00' );
    774775
    jQuery( window ).load( function (){ 
    796797                assert.notOk( control.notifications.has( 'not_future_date' ) );
    797798
    798799                // Test control.populateDateInputs();
     800                control.setting._value = '2000-12-30 12:34:56';
    799801                control.populateDateInputs();
    800                 control.dateInputs.each( function() {
    801                         var node = jQuery( this );
    802                     assert.equal( node.val(), control.inputElements[ node.data( 'component' ) ].get() );
    803                 } );
     802                assert.equal( '2000', control.inputElements.year.get() );
     803                assert.equal( '12', control.inputElements.month.get() );
     804                assert.equal( '30', control.inputElements.day.get() );
     805                assert.equal( '12', control.inputElements.hour.get() );
     806                assert.equal( '34', control.inputElements.minute.get() );
     807                assert.equal( 'pm', control.inputElements.meridian.get() );
    804808
    805809                // Test control.validateInputs();
    806810                hour( 33 );
    jQuery( window ).load( function (){ 
    818822                year( 2018 );
    819823                hour( 4 );
    820824                minute( 20 );
    821                 ampm( 'pm' );
     825                meridian( 'pm' );
    822826                control.populateSetting();
    823827                assert.equal( control.setting(), '2018-11-02 16:20:00' );
    824828
    jQuery( window ).load( function (){ 
    836840                year( 2318 );
    837841                hour( 4 );
    838842                minute( 20 );
    839                 ampm( 'pm' );
     843                meridian( 'pm' );
    840844                assert.ok( control.isFutureDate() );
    841845
    842846                year( 2016 );
    jQuery( window ).load( function (){ 
    848852                 */
    849853                hour( 24 );
    850854                minute( 32 );
    851                 control.inputElements.ampm = false; // Because it works only when the time is twenty four hour format.
     855                control.inputElements.meridian = false; // Because it works only when the time is twenty four hour format.
    852856                control.updateMinutesForHour();
    853857                assert.deepEqual( minute(), 0 );
    854858
    jQuery( window ).load( function (){ 
    910914                                        control.setting.set( newLink );
    911915
    912916                                        assert.equal( control.previewElements.input(), newLink );
    913                                         assert.equal( control.previewElements.link(), newLink );
    914                                         assert.equal( control.previewElements.link.element.attr( 'href' ), newLink );
    915                                         assert.equal( control.previewElements.link.element.attr( 'target' ), wp.customize.settings.changeset.uuid );
     917                                        assert.equal( control.previewElements.url(), newLink );
     918                                        assert.equal( control.previewElements.url.element.parent().attr( 'href' ), newLink );
     919                                        assert.equal( control.previewElements.url.element.parent().attr( 'target' ), wp.customize.settings.changeset.uuid );
    916920
    917921                                        // Test control.toggleSaveNotification().
    918922                                        control.toggleSaveNotification( true );