February 2018 Archives by date
Starting: Thu Feb 1 00:42:57 UTC 2018
Ending: Wed Feb 28 22:36:00 UTC 2018
Messages: 140
- [wp-svn] [42628] branches/4.9/src/wp-includes/version.php: WordPress 4.9.3 RC 1.
noreply at wordpress.org
- [wp-svn] [42629] branches/4.9/src/wp-includes/version.php: Post WordPress 4.9.3 RC 1 version bump.
noreply at wordpress.org
- [wp-svn] [42630] trunk/src/wp-includes: Docs: Correct erroneous class references in `@see` tags.
noreply at wordpress.org
- [wp-svn] [42631] trunk/src/wp-admin: Plugins: Use `api.wordpress.org/plugins/info/ 1.2/` for querying plugins & plugin information.
noreply at wordpress.org
- [wp-svn] [42632] trunk/src: Themes: Use `api.wordpress.org/themes/info/1.2/ ` to query theme information.
noreply at wordpress.org
- [wp-svn] [42633] trunk: Canonical: Add `$x_redirect_by` parameter to `wp_redirect() ` that allows applications doing the redirect to identify themselves.
noreply at wordpress.org
- [wp-svn] [42634] trunk/src/wp-includes/nav-menu.php: Menus: Remove `$_menu_item_sort_prop` global reference from `wp_get_nav_menu_items ()`, unused since [38928].
noreply at wordpress.org
- [wp-svn] [42635] trunk/tests/phpunit/tests/post/wpGetPostParentId.php: Tests: Improve tests for `wp_get_post_parent_id()` added in [42397].
noreply at wordpress.org
- [wp-svn] [42636] trunk/tests/phpunit/tests: Tests: Correct erroneous `@covers` and `@use` tags.
noreply at wordpress.org
- [wp-svn] [42637] trunk/package.json: Build Tools: Update SPDX License in `package.json` to adhere to SPDX v3.0 specification.
noreply at wordpress.org
- [wp-svn] [42638] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Posts, Post Types: Don't count pending comments in `WP_Posts_List_Table:: _display_rows()` if the post type does not support comments.
noreply at wordpress.org
- [wp-svn] [42639] trunk/src/wp-includes/media.php: Media: Avoid a PHP warning in `wp_calculate_image_srcset() ` if a plugin returns a non-array value via `wp_calculate_image_srcset` filter.
noreply at wordpress.org
- [wp-svn] [42640] trunk/src/wp-includes/theme.php: Docs: Convert `$args` array description for `wp_get_themes() ` to a hash notation.
noreply at wordpress.org
- [wp-svn] [42641] trunk/src: Administration: CSS coding standards: use double quotes for values that require quotes.
noreply at wordpress.org
- [wp-svn] [42642] trunk/src/wp-admin/css/media.css: Media: Remove checkered background for icons in Attachment Details.
noreply at wordpress.org
- [wp-svn] [42643] trunk/src/wp-admin/edit-form-advanced.php: Help/About: Correct outdated media icons reference in help text on Edit Post screen.
noreply at wordpress.org
- [wp-svn] [42644] trunk/src/wp-admin/css/common.css: Administration: Make the Screen Options available on small screens.
noreply at wordpress.org
- [wp-svn] [42645] trunk/tests/phpunit/tests/term/getTermField.php: Tests: Fix two typos introduced for a get_term_field() test in [35270].
noreply at wordpress.org
- [wp-svn] [42646] trunk/tests/phpunit/tests/general/wpError.php: Tests: Simplify `@covers` annotations for `WP_Error` test coverage.
noreply at wordpress.org
- [wp-svn] [42647] trunk: Canonical: Add `$x_redirect_by` parameter to `wp_safe_redirect()`.
noreply at wordpress.org
- [wp-svn] [42648] trunk/src: General: Replace `Cheatin?\226?\128?\153 uh? ` with friendlier error messages.
noreply at wordpress.org
- [wp-svn] [42649] trunk/src/wp-includes/taxonomy.php: Taxonomy: Stop warming term meta cache unnecessarily.
noreply at wordpress.org
- [wp-svn] [42650] branches/4.9/src: Bump the 4.9 branch to version 4.9.3.
noreply at wordpress.org
- [wp-svn] [42651] tags/4.9.3/: Tag 4.9.3
noreply at wordpress.org
- [wp-svn] [42652] trunk/src/wp-includes/IXR/class-IXR-message.php: XML-RPC: Add default values to IXR_Message for PHP 7.2 compatibility to avoid PHP Warnings.
noreply at wordpress.org
- [wp-svn] [42653] trunk/src/wp-includes/update.php: Updates: Partially revert [42584 ], as this branch of code should always be run after a core update check.
noreply at wordpress.org
- [wp-svn] [42654] branches/4.9: Updates: Partially revert [42584], as this branch of code should always be run after a core update check.
noreply at wordpress.org
- [wp-svn] [42655] trunk: Options: Unhook default option filter when setting is unregistered.
noreply at wordpress.org
- [wp-svn] [42656] branches/4.9: Bump the 4.9 branch to version 4.9.4.
noreply at wordpress.org
- [wp-svn] [42657] tags/4.9.4/: Tag 4.9.4
noreply at wordpress.org
- [wp-svn] [42658] trunk/src/wp-includes/category-template.php: Docs: Document default arguments for `wp_tag_cloud()` in a hash notation, noting that full lists of additionally-supported arguments are already documented in `get_terms ()` and `wp_generate_tag_cloud()`.
noreply at wordpress.org
- [wp-svn] [42659] trunk/tests/phpunit/tests/option/registration.php: Options: Use more appropriate language in the test suite.
noreply at wordpress.org
- [wp-svn] [42660] trunk/src/wp-includes/general-template.php: Docs: Fix a typo in the DocBlock description for `get_bloginfo() ` illustrating the URL structure for RDF feeds.
noreply at wordpress.org
- [wp-svn] [42661] trunk/src/wp-includes/comment.php: Comments: Introduce ' allow_empty_comment' filter.
noreply at wordpress.org
- [wp-svn] [42662] trunk/src/wp-includes/comment.php: Improve parameter description for 'allow_empty_comments'.
noreply at wordpress.org
- [wp-svn] [42663] trunk/tests/phpunit/tests/option/registration.php: Options: Use most appropriate language in the test suite.
noreply at wordpress.org
- [wp-svn] [42664] trunk/src/wp-includes/post.php: Docs: Copy a helpful inline doc into the function header for visibility.
noreply at wordpress.org
- [wp-svn] [42665] trunk/phpunit.xml.dist: Build/Test Tools: Allow code coverage reports to be generated.
noreply at wordpress.org
- [wp-svn] [42666] branches/4.9: Build/Test Tools: Allow code coverage reports to be generated.
noreply at wordpress.org
- [wp-svn] [42667] trunk/tests/phpunit/tests/option/registration.php: Options: Use strings in the test suite that follow community guidelines.
noreply at wordpress.org
- [wp-svn] [42668] branches/4.9: Post 4.9.4 version bump for 4.9 branch
noreply at wordpress.org
- [wp-svn] [42669] branches/4.9: Media: Avoid a PHP warning in `wp_calculate_image_srcset() ` if a plugin returns a non-array value via `wp_calculate_image_srcset` filter.
noreply at wordpress.org
- [wp-svn] [42670] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Comments: Avoid extra tabs in a textarea in `WP_Comments_List_Table:: column_comment()`.
noreply at wordpress.org
- [wp-svn] [42671] trunk/src/wp-admin/options.php: Options: Avoid extra tabs in a textarea in `wp-admin/options.php`.
noreply at wordpress.org
- [wp-svn] [42672] trunk/src/wp-admin/setup-config.php: Upgrade/Install: Avoid extra line breaks in a textarea in `wp-admin/setup-config.php`.
noreply at wordpress.org
- [wp-svn] [42673] trunk/src/wp-includes/class-wp-customize-control.php: Customize: Avoid extra tabs in a textarea in `WP_Customize_Control::render_content() `.
noreply at wordpress.org
- [wp-svn] [42674] trunk/src/wp-admin/includes/meta-boxes.php: Posts, Post Types: Remove extra tabs around `page_attributes_meta_box_template` action in `page_attributes_meta_box ()`.
noreply at wordpress.org
- [wp-svn] [42675] trunk/src/wp-includes/js/media/views/spinner.js: Docs: Improve JSDoc for `media/views/spinner.js`.
noreply at wordpress.org
- [wp-svn] [42676] trunk/src/wp-admin/includes/template.php: Posts, Post Types: Add a new `add_inline_data` action which allows extra fields to be added to the inline editing fields.
noreply at wordpress.org
- [wp-svn] [42677] trunk/src/wp-admin/includes/class-bulk-theme-upgrader-skin.php: Docs: Update the hook docs for `update_bulk_theme_complete_actions`.
noreply at wordpress.org
- [wp-svn] [42678] trunk/src: Docs: Add missing code formatting to various `@since` entries.
noreply at wordpress.org
- [wp-svn] [42679] trunk/src/wp-admin/includes: Docs: First pass at switching some array parameter documentation to typed notation.
noreply at wordpress.org
- [wp-svn] [42680] trunk/src/wp-includes: Docs: Correct some secondary documentation for the `https_local_ssl_verify` and `https_ssl_verify` filters.
noreply at wordpress.org
- [wp-svn] [42681] trunk/src/wp-includes: Docs: Un-correct an incorrection correction.
noreply at wordpress.org
- [wp-svn] [42682] trunk/src/wp-includes: HTTP API: Add the URL as a paramter to various HTTP related filters.
noreply at wordpress.org
- [wp-svn] [42683] trunk/src/wp-includes/default-constants.php: Docs: Fix a copy paste error in the DocBlock summary for `wp_ssl_constants()`, see [13062].
noreply at wordpress.org
- [wp-svn] [42684] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Comments: Add a "Mine" link to the list of filters on the comment listing screen.
noreply at wordpress.org
- [wp-svn] [42685] trunk/src/wp-admin: Administration: Rename Appearance ?\226?\134? \146?\194?\160Editor menu item to Theme Editor and Plugins ?\226?\134? \146 Editor to Plugin Editor for clarity.
noreply at wordpress.org
- [wp-svn] [42686] trunk/src/wp-admin/includes/plugin-install.php: Plugins: Use correct variable name in `install_plugin_information()`.
noreply at wordpress.org
- [wp-svn] [42687] trunk/src/wp-admin/css/about.css: Build/Test Tools: Update prefixed CSS properties in `about.css`.
noreply at wordpress.org
- [wp-svn] [42688] trunk/src/wp-admin/user-edit.php: Users: After [41163], add a notice for Email field on Profile screen that the new address will not become active until confirmed.
noreply at wordpress.org
- [wp-svn] [42689] trunk/src: Administration: Remove erroneous `transition-delay` values from CSS files.
noreply at wordpress.org
- [wp-svn] [42690] trunk/src/wp-includes/media.php: Media: Convert concatenation in `img_caption_shortcode()` to `sprintf() ` for clarity.
noreply at wordpress.org
- [wp-svn] [42691] trunk/src/wp-includes/media.php: Media: Add `aria-describedby` to `img_caption_shortcode() ` output to improve image/caption relationship.
noreply at wordpress.org
- [wp-svn] [42692] trunk/src/wp-includes/media.php: Media: Make sure `$caption_id` does not depend on an undefined variable.
noreply at wordpress.org
- [wp-svn] [42693] trunk/src/wp-includes/media.php: Media: Only add `aria-describedby` in `img_caption_shortcode() ` if a non-empty attachment ID attribute was provided.
noreply at wordpress.org
- [wp-svn] [42694] trunk: Media: After [42693], update HTML4 markup in `img_caption_shortcode() ` to avoid an empty ID attribute as well.
noreply at wordpress.org
- [wp-svn] [42695] trunk/src/wp-includes/class-wp-image-editor.php: Media: In `WP_Image_Editor::make_image()`, close previously opened output buffer if the file could not be created.
noreply at wordpress.org
- [wp-svn] [42696] trunk/src/wp-includes/media.php: Docs: Fix typo in `wp_audio_extensions` and `wp_video_extensions` filter descriptions.
noreply at wordpress.org
- [wp-svn] [42697] trunk/src/wp-includes: Media: Add `aac` to the list of allowed file types.
noreply at wordpress.org
- [wp-svn] [42698] trunk/src/wp-includes/ms-load.php: Networks and Sites: In `get_site_by_path()`, use single `domain` and `path` parameters if there' s only one item to look for.
noreply at wordpress.org
- [wp-svn] [42699] trunk/src/wp-includes/taxonomy.php: Docs: Fix typo in `term_exists ()` DocBlock.
noreply at wordpress.org
- [wp-svn] [42700] trunk/src/wp-admin/js/updates.js: Administration: Make sure `wp.updates.addAdminNotice` is displayed after the page header and does not unexpectedly push down "Add New" and other buttons.
noreply at wordpress.org
- [wp-svn] [42701] trunk/src/wp-includes/load.php: Database: In `require_wp_db()`, check if database constants are defined before using them.
noreply at wordpress.org
- [wp-svn] [42702] trunk/src/wp-includes/class-wp-image-editor.php: Media: After [ 42695], remove redundant check that is already performed a few lines above.
noreply at wordpress.org
- [wp-svn] [42703] trunk/src/wp-includes: Comments: Avoid a PHP notice in `paginate_comments_links() ` if `type` argument is set to array.
noreply at wordpress.org
- [wp-svn] [42704] trunk/src/wp-includes/media.php: Media: Pass original attribute values to `img_caption_shortcode_width` filter instead of markup pieces.
noreply at wordpress.org
- [wp-svn] [42705] trunk/src/wp-includes/media.php: Docs: Use code formatting for tags in `img_caption_shortcode()` DocBlock.
noreply at wordpress.org
- [wp-svn] [42706] trunk/src/wp-includes/media.php: Media: In `img_caption_shortcode( )`, make sure `$id` and `$caption_id` are always defined.
noreply at wordpress.org
- [wp-svn] [42707] trunk/src/wp-includes/theme.php: Docs: Add documentation for `header_video_settings` filter.
noreply at wordpress.org
- [wp-svn] [42708] trunk/src/wp-admin/js/user-suggest.js: Docs: Improve JSDoc for `wp-admin/js/user-suggest.js`.
noreply at wordpress.org
- [wp-svn] [42709] trunk/src/wp-includes/js/media-views.js: Docs: Improve JSDoc for `media/views/spinner.js`.
noreply at wordpress.org
- [wp-svn] [42710] trunk/src: Docs: Link to the "Conditional Tags" article in the Theme Developer Handbook from the descriptions for a variety of core conditional tag functions.
noreply at wordpress.org
- [wp-svn] [42711] trunk/src/wp-admin/includes/theme.php: Customize: Correct closing tags in `customize_themes_print_templates()`.
noreply at wordpress.org
- [wp-svn] [42712] trunk/src/wp-includes/kses.php: Docs: Move inline comments in `wp_kses_split2() ` before the blocks they apply to.
noreply at wordpress.org
- [wp-svn] [42713] trunk/src/wp-content/themes/twentyseventeen: Twenty Seventeen: Underline links in comments.
noreply at wordpress.org
- [wp-svn] [42714] trunk/src/wp-admin/js/user-suggest.js: Docs: Improve JSDoc for `wp-admin/js/user-suggest.js`.
noreply at wordpress.org
- [wp-svn] [42715] trunk/src/wp-admin/js/xfn.js: Docs: Improve JSDoc for for `wp-admin/js/xfn.js`.
noreply at wordpress.org
- [wp-svn] [42716] trunk/src/wp-includes/wp-db.php: Database: If both `WP_DEBUG` and `WP_DEBUG_DISPLAY` are true, display a more specific error message in `wpdb::bail()`.
noreply at wordpress.org
- [wp-svn] [42717] trunk/src/wp-admin/includes/ajax-actions.php: Docs: Add filter docs for wp_refresh_nonces
noreply at wordpress.org
- [wp-svn] [42718] trunk/src/wp-includes/class-wp-locale.php: I18N: Remove unused `$start_of_week` property from `WP_Locale`.
noreply at wordpress.org
- [wp-svn] [42719] trunk/src: General: Further improve error messages following [ 42648].
noreply at wordpress.org
- [wp-svn] [42720] trunk/src/wp-admin/includes/ajax-actions.php: Docs: Correct documentation for Heartbeat filters.
noreply at wordpress.org
- [wp-svn] [42721] trunk/src/wp-includes/post-template.php: Docs: Add a reference to `get_pages()` arguments in `wp_dropdown_pages() ` and `wp_list_pages()`, as they both use the function internally.
noreply at wordpress.org
- [wp-svn] [42722] trunk/src/wp-includes/query.php: Docs: Correct `$id` parameter type for `old_slug_redirect_post_id` filter.
noreply at wordpress.org
- [wp-svn] [42723] trunk/src/wp-includes/load.php: Cache API: Allow external object caches to gracefully degrade to the default object cache.
noreply at wordpress.org
- [wp-svn] [42724] trunk/tests/phpunit: Tests: Replace use of `$this-> server` with `rest_get_server()` for better memory recycling.
noreply at wordpress.org
- [wp-svn] [42725] trunk/src/wp-admin: Accessibility: Change the posts "Quick Edit" link to a button.
noreply at wordpress.org
- [wp-svn] [42726] trunk: Community Events Dashboard: Always show a WordCamp if one is coming up
noreply at wordpress.org
- [wp-svn] [42727] trunk/src/wp-admin: Accessibility: Change the terms "Quick Edit" link to a button.
noreply at wordpress.org
- [wp-svn] [42728] trunk/src/wp-admin/includes/class-wp-community-events.php: Community Events Dashboard: Use wp_list_pluck rather than array_columns
noreply at wordpress.org
- [wp-svn] [42729] trunk: REST API: Show taxonomy visibility settings.
noreply at wordpress.org
- [wp-svn] [42730] trunk/src/wp-includes/rest-api/endpoints/ class-wp-rest-taxonomies-controller.php: REST API: Translate the taxonomy visibility description strings.
noreply at wordpress.org
- [wp-svn] [42731] trunk/src/wp-admin/includes/dashboard.php: Administration: Use HTTPS for `dashboard_primary_feed` URL.
noreply at wordpress.org
- [wp-svn] [42732] trunk: Menus: When checking if a Custom Link matches the current URL to add the `current-menu-item` class , check for decoded URL as well.
noreply at wordpress.org
- [wp-svn] [42733] trunk/.gitignore: Build/Test Tools: Remove `vendor` file name entry from `.gitignore`.
noreply at wordpress.org
- [wp-svn] [42734] trunk/src/wp-includes/class-wp-theme.php: Themes: Pre-translate theme names on Themes screen before sorting the array, to improve performance and avoid a warning in PHP 5.x.
noreply at wordpress.org
- [wp-svn] [42735] trunk/src/wp-includes/class-wp-user.php: Docs: Correct description for `WP_User::get_role_caps()`.
noreply at wordpress.org
- [wp-svn] [42736] trunk/src/wp-includes/link-template.php: Comments: After [42703], make sure `$args['type']` in `paginate_comments_links() ` is always defined.
noreply at wordpress.org
- [wp-svn] [42737] trunk: Taxonomy: restore TagSearch unit tests and correct deprecated version string.
noreply at wordpress.org
- [wp-svn] [42738] trunk/src/wp-includes/shortcodes.php: Coding Standards: Fix code indent in `unescape_invalid_shortcodes()`.
noreply at wordpress.org
- [wp-svn] [42739] trunk/src/wp-includes/js: Media: grid view - correct placeholder positioning during uploads.
noreply at wordpress.org
- [wp-svn] [42740] trunk/src/wp-includes/js: Fix eshint error since r42739.
noreply at wordpress.org
- [wp-svn] [42741] trunk/tests/phpunit: Unit Tests: add a DIR_TESTROOT constant to avoid relative paths.
noreply at wordpress.org
- [wp-svn] [42742] trunk/tests/phpunit/tests/media.php: Tests: Avoid hardcoded domain name in `test_media_handle_upload_uses_post_parent_for_directory_date ()`.
noreply at wordpress.org
- [wp-svn] [42743] trunk/tests/phpunit/tests/media.php: Tests: Correct a " false positive" assertion in `test_media_handle_upload_ignores_page_parent_for_directory_date ()`.
noreply at wordpress.org
- [wp-svn] [42744] trunk/src/wp-admin/js/customize-nav-menus.js: Customizer: in menus , reset results when closing the 'add items' panel.
noreply at wordpress.org
- [wp-svn] [42745] trunk/src/wp-admin/includes: Docs: Remove `@static` notations from method DocBlocks in `wp-admin/*` classes.
noreply at wordpress.org
- [wp-svn] [42746] trunk/src/wp-includes: Docs: Remove `@static` notations from method DocBlocks in `wp-includes/ *` classes.
noreply at wordpress.org
- [wp-svn] [42747] trunk/src: Docs: Remove `@static` notations from property DocBlocks in `wp-admin/ *` and `wp-includes/*` classes.
noreply at wordpress.org
- [wp-svn] [42748] trunk/src/wp-includes/class-wp-taxonomy.php: Docs: Remove `@access` notation from `WP_Taxonomy::$meta_box_sanitize_cb`.
noreply at wordpress.org
- [wp-svn] [42749] trunk/src/wp-content/themes/twentyfourteen/inc: Twenty Fourteen: Remove redundant `@access` and `@static` notations from classes.
noreply at wordpress.org
- [wp-svn] [42750] trunk/src/wp-includes/class-http.php: Docs: Remove duplicated DocBlock for `http_response` hook in `WP_Http:: _dispatch_request()`.
noreply at wordpress.org
- [wp-svn] [42751] trunk/src/wp-includes/class-http.php: Docs: Remove erroneous `@static` notation from `WP_Http::_dispatch_request()`, added in [32650].
noreply at wordpress.org
- [wp-svn] [42752] trunk/src/wp-includes/class-wp-tax-query.php: Docs: Remove erroneous `@static` notation from `WP_Tax_Query::get_sql()`, added in [32627].
noreply at wordpress.org
- [wp-svn] [42753] trunk/src/wp-includes/l10n.php: Docs: Remove erroneous period in the description for `esc_html__()`.
noreply at wordpress.org
- [wp-svn] [42754] trunk/src/wp-includes/js/customize-selective-refresh.js: Docs: Fix typo in `wp.customize.selectiveRefresh.placements()` description.
noreply at wordpress.org
- [wp-svn] [42755] trunk/src/wp-includes/taxonomy.php: Taxonomy: Make the "Format" taxonomy name plural, for consistency with other taxonomies.
noreply at wordpress.org
- [wp-svn] [42756] trunk/src/wp-admin/includes/image-edit.php: Docs: Add missing `@since` entries for functions in `wp-admin/image-edit.php`.
noreply at wordpress.org
- [wp-svn] [42757] trunk/src/wp-admin: Administration: Remove unnecessary capitalization when referencing to plugin/ theme editors.
noreply at wordpress.org
- [wp-svn] [42758] trunk/src/wp-includes/comment-template.php: Comments: Remove unnecessary `aria-required` attribute from `comment_form()`, added with the function in [12810].
noreply at wordpress.org
- [wp-svn] [42759] trunk/src/wp-admin/includes/media.php: Media: Remove unnecessary `aria-required` attribute from legacy (pre-3.5.0) media functions, added in [7888].
noreply at wordpress.org
- [wp-svn] [42760] trunk/Gruntfile.js: Build/Test Tools: Add `watch:phpunit` task.
noreply at wordpress.org
- [wp-svn] [42761] trunk: General: Introduce `WP_Error::has_errors() ` method and use it where appropriate.
noreply at wordpress.org
- [wp-svn] [42762] trunk/tests/phpunit/tests/dependencies/mediaelementjs.php: External Libraries: Test that MediaElement SWF files remain deleted.
noreply at wordpress.org
- [wp-svn] [42763] trunk/tests/phpunit/tests/dependencies/mediaelementjs.php: External Libraries: Test for MEjs files in `src` instead of `build`.
noreply at wordpress.org
- [wp-svn] [42764] trunk/src/wp-includes/class-wp-xmlrpc-server.php: XML-RPC: Unify permission error messages in `wp_xmlrpc_server`.
noreply at wordpress.org
- [wp-svn] [42765] trunk/src/wp-includes/general-template.php: Docs: Add description for `register_admin_color_schemes()`.
noreply at wordpress.org
- [wp-svn] [42766] trunk/src/wp-includes/class-http.php: Docs: Mark `WP_Http:: _dispatch_request()` as deprecated.
noreply at wordpress.org
- [wp-svn] [42767] trunk/src/wp-admin: Accessibility: Change the comments "Quick Edit " and "Reply" links to buttons.
noreply at wordpress.org
Last message date:
Wed Feb 28 22:36:00 UTC 2018
Archived on: Wed Feb 28 22:36:02 UTC 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).