<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[51105] trunk: Block Editor: Include the page list block server-side code.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/51105">51105</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/51105","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>youknowriad</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2021-06-08 18:11:31 +0000 (Tue, 08 Jun 2021)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Block Editor: Include the page list block server-side code.

On a previous package update, this block's server-side code has been missed.
This was causing the block to not render properly.

Props Chouby, desrosj, mcsf.
Fixes <a href="https://core.trac.wordpress.org/ticket/53309">#53309</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpincludesblocksindexphp">trunk/src/wp-includes/blocks/index.php</a></li>
<li><a href="#trunktestsphpunitincludesfunctionsphp">trunk/tests/phpunit/includes/functions.php</a></li>
<li><a href="#trunktoolswebpackpackagesjs">trunk/tools/webpack/packages.js</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/src/wp-includes/blocks/page-list/</li>
<li><a href="#trunksrcwpincludesblockspagelistblockjson">trunk/src/wp-includes/blocks/page-list/block.json</a></li>
<li><a href="#trunksrcwpincludesblockspagelistphp">trunk/src/wp-includes/blocks/page-list.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpincludesblocksindexphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-includes/blocks/index.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/blocks/index.php    2021-06-08 18:05:35 UTC (rev 51104)
+++ trunk/src/wp-includes/blocks/index.php      2021-06-08 18:11:31 UTC (rev 51105)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -15,6 +15,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> require ABSPATH . WPINC . '/blocks/latest-posts.php';
</span><span class="cx" style="display: block; padding: 0 10px"> require ABSPATH . WPINC . '/blocks/legacy-widget.php';
</span><span class="cx" style="display: block; padding: 0 10px"> require ABSPATH . WPINC . '/blocks/loginout.php';
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+require ABSPATH . WPINC . '/blocks/page-list.php';
</ins><span class="cx" style="display: block; padding: 0 10px"> require ABSPATH . WPINC . '/blocks/post-content.php';
</span><span class="cx" style="display: block; padding: 0 10px"> require ABSPATH . WPINC . '/blocks/post-date.php';
</span><span class="cx" style="display: block; padding: 0 10px"> require ABSPATH . WPINC . '/blocks/post-excerpt.php';
</span></span></pre></div>
<a id="trunksrcwpincludesblockspagelistblockjson"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-includes/blocks/page-list/block.json</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/blocks/page-list/block.json                         (rev 0)
+++ trunk/src/wp-includes/blocks/page-list/block.json   2021-06-08 18:11:31 UTC (rev 51105)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,25 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+{
+       "apiVersion": 2,
+       "name": "core/page-list",
+       "title": "Page List",
+       "category": "widgets",
+       "description": "Display a list of all pages.",
+       "keywords": [ "menu", "navigation" ],
+       "textdomain": "default",
+       "usesContext": [
+               "textColor",
+               "customTextColor",
+               "backgroundColor",
+               "customBackgroundColor",
+               "fontSize",
+               "customFontSize",
+               "showSubmenuIcon",
+               "style"
+       ],
+       "supports": {
+               "reusable": false,
+               "html": false
+       },
+       "editorStyle": "wp-block-page-list-editor",
+       "style": "wp-block-page-list"
+}
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-includes/blocks/page-list/block.json
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpincludesblockspagelistphp"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-includes/blocks/page-list.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/blocks/page-list.php                                (rev 0)
+++ trunk/src/wp-includes/blocks/page-list.php  2021-06-08 18:11:31 UTC (rev 51105)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,227 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php
+/**
+ * Server-side rendering of the `core/pages` block.
+ *
+ * @package WordPress
+ */
+
+/**
+ * Build an array with CSS classes and inline styles defining the colors
+ * which will be applied to the pages markup in the front-end when it is a descendant of navigation.
+ *
+ * @param  array $context Navigation block context.
+ * @return array Colors CSS classes and inline styles.
+ */
+function block_core_page_list_build_css_colors( $context ) {
+       $colors = array(
+               'css_classes'   => array(),
+               'inline_styles' => '',
+       );
+
+       // Text color.
+       $has_named_text_color  = array_key_exists( 'textColor', $context );
+       $has_custom_text_color = isset( $context['style']['color']['text'] );
+
+       // If has text color.
+       if ( $has_custom_text_color || $has_named_text_color ) {
+               // Add has-text-color class.
+               $colors['css_classes'][] = 'has-text-color';
+       }
+
+       if ( $has_named_text_color ) {
+               // Add the color class.
+               $colors['css_classes'][] = sprintf( 'has-%s-color', $context['textColor'] );
+       } elseif ( $has_custom_text_color ) {
+               // Add the custom color inline style.
+               $colors['inline_styles'] .= sprintf( 'color: %s;', $context['style']['color']['text'] );
+       }
+
+       // Background color.
+       $has_named_background_color  = array_key_exists( 'backgroundColor', $context );
+       $has_custom_background_color = isset( $context['style']['color']['background'] );
+
+       // If has background color.
+       if ( $has_custom_background_color || $has_named_background_color ) {
+               // Add has-background class.
+               $colors['css_classes'][] = 'has-background';
+       }
+
+       if ( $has_named_background_color ) {
+               // Add the background-color class.
+               $colors['css_classes'][] = sprintf( 'has-%s-background-color', $context['backgroundColor'] );
+       } elseif ( $has_custom_background_color ) {
+               // Add the custom background-color inline style.
+               $colors['inline_styles'] .= sprintf( 'background-color: %s;', $context['style']['color']['background'] );
+       }
+
+       return $colors;
+}
+
+/**
+ * Build an array with CSS classes and inline styles defining the font sizes
+ * which will be applied to the pages markup in the front-end when it is a descendant of navigation.
+ *
+ * @param  array $context Navigation block context.
+ * @return array Font size CSS classes and inline styles.
+ */
+function block_core_page_list_build_css_font_sizes( $context ) {
+       // CSS classes.
+       $font_sizes = array(
+               'css_classes'   => array(),
+               'inline_styles' => '',
+       );
+
+       $has_named_font_size  = array_key_exists( 'fontSize', $context );
+       $has_custom_font_size = isset( $context['style']['typography']['fontSize'] );
+
+       if ( $has_named_font_size ) {
+               // Add the font size class.
+               $font_sizes['css_classes'][] = sprintf( 'has-%s-font-size', $context['fontSize'] );
+       } elseif ( $has_custom_font_size ) {
+               // Add the custom font size inline style.
+               $font_sizes['inline_styles'] = sprintf( 'font-size: %spx;', $context['style']['typography']['fontSize'] );
+       }
+
+       return $font_sizes;
+}
+
+/**
+ * Outputs Page list markup from an array of pages with nested children.
+ *
+ * @param array $nested_pages The array of nested pages.
+ *
+ * @return string List markup.
+ */
+function render_nested_page_list( $nested_pages ) {
+       if ( empty( $nested_pages ) ) {
+               return;
+       }
+       $markup = '';
+       foreach ( (array) $nested_pages as $page ) {
+               $css_class = 'wp-block-pages-list__item';
+               if ( isset( $page['children'] ) ) {
+                       $css_class .= ' has-child';
+               }
+               $markup .= '<li class="' . $css_class . '">';
+               $markup .= '<a class="wp-block-pages-list__item__link" href="' . esc_url( $page['link'] ) . '">' . wp_kses(
+                       $page['title'],
+                       wp_kses_allowed_html( 'post' )
+               ) . '</a>';
+               if ( isset( $page['children'] ) ) {
+                       $markup .= '<span class="wp-block-page-list__submenu-icon"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none" role="img" aria-hidden="true" focusable="false"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5"></path></svg></span>';
+                       $markup .= '<ul class="submenu-container">' . render_nested_page_list( $page['children'] ) . '</ul>';
+               }
+               $markup .= '</li>';
+       }
+       return $markup;
+}
+
+/**
+ * Outputs nested array of pages
+ *
+ * @param array $current_level The level being iterated through.
+ * @param array $children The children grouped by parent post ID.
+ *
+ * @return array The nested array of pages.
+ */
+function nest_pages( $current_level, $children ) {
+       if ( empty( $current_level ) ) {
+               return;
+       }
+       foreach ( (array) $current_level as $key => $current ) {
+               if ( isset( $children[ $key ] ) ) {
+                       $current_level[ $key ]['children'] = nest_pages( $children[ $key ], $children );
+               }
+       }
+       return $current_level;
+}
+
+/**
+ * Renders the `core/page-list` block on server.
+ *
+ * @param array $attributes The block attributes.
+ * @param array $content The saved content.
+ * @param array $block The parsed block.
+ *
+ * @return string Returns the page list markup.
+ */
+function render_block_core_page_list( $attributes, $content, $block ) {
+       static $block_id = 0;
+       $block_id++;
+
+       // TODO: When https://core.trac.wordpress.org/ticket/39037 REST API support for multiple orderby values is resolved,
+       // update 'sort_column' to 'menu_order, post_title'. Sorting by both menu_order and post_title ensures a stable sort.
+       // Otherwise with pages that have the same menu_order value, we can see different ordering depending on how DB
+       // queries are constructed internally. For example we might see a different order when a limit is set to <499
+       // versus >= 500.
+       $all_pages = get_pages(
+               array(
+                       'sort_column' => 'menu_order',
+                       'order'       => 'asc',
+               )
+       );
+
+       $top_level_pages = array();
+
+       $pages_with_children = array();
+
+       foreach ( (array) $all_pages as $page ) {
+               if ( $page->post_parent ) {
+                       $pages_with_children[ $page->post_parent ][ $page->ID ] = array(
+                               'title' => $page->post_title,
+                               'link'  => get_permalink( $page->ID ),
+                       );
+               } else {
+                       $top_level_pages[ $page->ID ] = array(
+                               'title' => $page->post_title,
+                               'link'  => get_permalink( $page->ID ),
+                       );
+
+               }
+       }
+
+       $nested_pages = nest_pages( $top_level_pages, $pages_with_children );
+
+       $wrapper_markup = '<ul %1$s>%2$s</ul>';
+
+       $items_markup = render_nested_page_list( $nested_pages );
+
+       $colors          = block_core_page_list_build_css_colors( $block->context );
+       $font_sizes      = block_core_page_list_build_css_font_sizes( $block->context );
+       $classes         = array_merge(
+               $colors['css_classes'],
+               $font_sizes['css_classes']
+       );
+       $style_attribute = ( $colors['inline_styles'] . $font_sizes['inline_styles'] );
+       $css_classes     = trim( implode( ' ', $classes ) );
+
+       if ( $block->context && $block->context['showSubmenuIcon'] ) {
+               $css_classes .= ' show-submenu-icons';
+       }
+
+       $wrapper_attributes = get_block_wrapper_attributes(
+               array(
+                       'class' => $css_classes,
+                       'style' => $style_attribute,
+               )
+       );
+
+       return sprintf(
+               $wrapper_markup,
+               $wrapper_attributes,
+               $items_markup
+       );
+}
+
+       /**
+        * Registers the `core/pages` block on server.
+        */
+function register_block_core_page_list() {
+       register_block_type_from_metadata(
+               __DIR__ . '/page-list',
+               array(
+                       'render_callback' => 'render_block_core_page_list',
+               )
+       );
+}
+       add_action( 'init', 'register_block_core_page_list' );
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-includes/blocks/page-list.php
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunktestsphpunitincludesfunctionsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/tests/phpunit/includes/functions.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/tests/phpunit/includes/functions.php        2021-06-08 18:05:35 UTC (rev 51104)
+++ trunk/tests/phpunit/includes/functions.php  2021-06-08 18:11:31 UTC (rev 51105)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -310,6 +310,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">        remove_action( 'init', 'register_block_core_loginout' );
</span><span class="cx" style="display: block; padding: 0 10px">        remove_action( 'init', 'register_block_core_latest_comments' );
</span><span class="cx" style="display: block; padding: 0 10px">        remove_action( 'init', 'register_block_core_latest_posts' );
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        remove_action( 'init', 'register_block_core_page_list' );
</ins><span class="cx" style="display: block; padding: 0 10px">         remove_action( 'init', 'register_block_core_post_author' );
</span><span class="cx" style="display: block; padding: 0 10px">        remove_action( 'init', 'register_block_core_post_content' );
</span><span class="cx" style="display: block; padding: 0 10px">        remove_action( 'init', 'register_block_core_post_date' );
</span></span></pre></div>
<a id="trunktoolswebpackpackagesjs"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/tools/webpack/packages.js</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/tools/webpack/packages.js   2021-06-08 18:05:35 UTC (rev 51104)
+++ trunk/tools/webpack/packages.js     2021-06-08 18:11:31 UTC (rev 51105)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -114,6 +114,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                'latest-posts',
</span><span class="cx" style="display: block; padding: 0 10px">                'legacy-widget',
</span><span class="cx" style="display: block; padding: 0 10px">                'loginout',
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                'page-list',
</ins><span class="cx" style="display: block; padding: 0 10px">                 'post-content',
</span><span class="cx" style="display: block; padding: 0 10px">                'post-date',
</span><span class="cx" style="display: block; padding: 0 10px">                'post-excerpt',
</span></span></pre>
</div>
</div>

</body>
</html>