tree checksum vpatch file split hunks

all signers: hanbot billymg diana_coman jfw

antecedents: mp-wp_remove-tinymce-and-other-crud mp-wp_genesis mp-wp_remove-textselectionjs-pop3-etc-r2

press order:

mp-wp_genesishanbot
mp-wp_add-footnotes-and-textselectionjsbillymg hanbot
mp-wp_update-image-references-to-svgbillymg hanbot
mp-wp_html-comments-regrindhanbot
mp-wp_remove-tinymce-and-other-crudbillymg
mp-wp_apply-htmlspecialchars-to-post-edit-contentbillymg
mp-wp_comments_filteringdiana_coman
mp-wp_remove-textselectionjs-pop3-etc-r2jfw
mp-wp_svg-screenshots-and-errorreporting-r2jfw

patch:

- 69B0EFA256E0F4DE208AB3C73A6DEC8882BD60F194A330BDB67F300B73F4CD12F2A57CCDED30B236F9D6831263184EAC2C4A3FA23C9FD30391D67C2F092BAA5E
+ 14D47D8EB66FD8266C00A6911255BBF873AA47DD418BF20975C6432F3190EC9914708760FE5D327C693A579B193B1C808698CBBA3BE3A2138D3B62257AD77F13
mp-wp/manifest
(6 . 3)(6 . 4)
5 602064 mp-wp_apply-htmlspecialchars-to-post-edit-content billymg Run post content through htmlspecialchars() before loading into the post edit UI
6 605926 mp-wp_comments_filtering diana_coman Recent comments widget should show only people's comments (no track/pingbacks); theme default changed to show trackbacks/pingbacks as last/at the bottom in an article's comments list.
7 629903 mp-wp_remove-textselectionjs-pop3-etc-r2 jfw Remove the unreliable JS-based selection (reground: including wrapper spans), posting by POP3 login, and a stray .php.orig file. Neutralize and comment the example pingback updater.
8 629903 mp-wp_svg-screenshots-and-errorreporting-r2 jfw Allow .svg extensions in theme screenshot search. Don't clobber the user's errorreporting level without WP_DEBUG. (Reground following antecedent.)
- FB6D4F7601223DC083B39A0865987827E5D806DEA9C8FFC330C2382FAEBD3E2C870C9E8236FD3B7750821231AF289A4ADB3B005AB722B845541EE17645193284
+ BCB7B01F1CD40807E89B56F51C67AF3033F96861A3AD803172F770CFB3F6162FC9380E0A76AB401D97EA593238D09ABCC1184890256AD64107A1D0F21158ADD4
mp-wp/wp-includes/theme.php
(321 . 7)(321 . 7)
13 $stylesheet = dirname($theme_file);
14
15 $screenshot = false;
16 foreach ( array('png', 'gif', 'jpg', 'jpeg') as $ext ) {
17 foreach ( array('svg', 'png', 'gif', 'jpg', 'jpeg') as $ext ) {
18 if (file_exists("$theme_root/$stylesheet/screenshot.$ext")) {
19 $screenshot = "screenshot.$ext";
20 break;
- 2232F426ED39364953DE230C32E386EE848DD7D48B58C673E11B79FF7A49C9A6B7B5911D1C98021B51D8274CD8FE1601F079FC1A703ED3B8FCE01E61CD42EF81
+ 6C0283D1D79FE9821427E177C78CE5557E185D10FC13EEA045BD1B6E19829785DCB4999C03B8BE1F607606D8BD8E486C9B099E7C37C5415D38D6D5EB26B13820
mp-wp/wp-settings.php
(198 . 8)(198 . 6)
25 // Add define('WP_DEBUG',true); to wp-config.php to enable display of notices during development.
26 if (defined('WP_DEBUG') and WP_DEBUG == true) {
27 error_reporting(E_ALL);
28 } else {
29 error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE);
30 }
31
32 // For an advanced caching plugin to use, static because you would only want one