June 2014 Archives by author
Starting: Sun Jun 1 03:17:17 UTC 2014
Ending: Mon Jun 30 23:49:34 UTC 2014
Messages: 288
- [wp-svn] [28647] trunk/tests/phpunit/tests/term/query.php: Capitalize 'ID' correctly to avoid random failures of Tests_Tax_Query:: test_term_taxonomy_id_field_no_taxonomy().
m at wordpress.org
- [wp-svn] [28648] trunk/src/wp-includes/functions.php: Fix typo in mbstring_binary_safe_encoding() description.
m at wordpress.org
- [wp-svn] [28649] trunk/src/wp-includes/js/mediaelement/wp-playlist.js: In `WPPlaylistView::ended()`, at the end of a playlist, set the index to `0` and call `->setCurrent()` instead of `->loadCurrent( )` so that the first track is properly highlighted.
m at wordpress.org
- [wp-svn] [28650] trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css: In the spirit of [27622], add a few CSS rules to ensure that videos will be responsive, regardless of theme.
m at wordpress.org
- [wp-svn] [28651] trunk/src/wp-includes/class-oembed.php: Add oEmbed support for TED talks.
m at wordpress.org
- [wp-svn] [28652] trunk/src/wp-includes/media.php: Because of YouTube' s overwhelming dominance in the online video space, we should help our users who paste bad URLs when possible.
m at wordpress.org
- [wp-svn] [28653] trunk/src: Make sure `$post` is properly documented as optional where applicable.
m at wordpress.org
- [wp-svn] [28654] trunk/src/wp-includes: Ensure `$post_id` is documented as optional where applicable.
m at wordpress.org
- [wp-svn] [28655] trunk/src/wp-includes/post.php: Be more specific that `$post_id` does not default to the ID of the global `$post` in some cases.
m at wordpress.org
- [wp-svn] [28656] trunk/src/wp-includes/load.php: Improve inline documentation for wp-includes/load.php.
m at wordpress.org
- [wp-svn] [28657] trunk/src/wp-includes/wp-db.php: Mark the `MYSQL_NEW_LINK` constant as deprecated in 3.9+ as no equivalent to the `$new_link` parameter exists in `mysqli_*` functions.
m at wordpress.org
- [wp-svn] [28658] trunk/src/wp-admin/includes: Make sure to use 3-digit x.x.x style for two 3.9.0 `@since` versions.
m at wordpress.org
- [wp-svn] [28659] trunk: Fix SQL generation when `meta_query` has an `'relation' => 'OR'` for its queries and wants to `'orderby' => 'meta_value'`.
m at wordpress.org
- [wp-svn] [28660] trunk/src/wp-includes/class-wp-error.php: Improve inline documentation for the `__construct()` and `add() ` methods in `WP_Error` class.
m at wordpress.org
- [wp-svn] [28661] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: add documentation for global variables used in `twentyfourteen_wp_title() `.
m at wordpress.org
- [wp-svn] [28662] trunk/src/wp-content/themes/twentythirteen/style.css: Twenty Thirteen: fix layout issue with search form in older versions of Safari and Android.
m at wordpress.org
- [wp-svn] [28663] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: apply `.widget` input and textarea styles only if they are inside `.widget-area`.
m at wordpress.org
- [wp-svn] [28664] trunk: After [28613], also kill queries that explicityly pass empty arrays to `category__in`, `tag__in`, `tag_slug__in`, and `author__in` to `WP_Query`.
m at wordpress.org
- [wp-svn] [28665] trunk/src/wp-includes/meta.php: Wrap individual meta query `WHERE` clases in parens, missed in `28659`.
m at wordpress.org
- [wp-svn] [28666] trunk/src/wp-includes/query.php: Prevent admin breakage for `s` in `WP_Query` after [28623].
m at wordpress.org
- [wp-svn] [28667] trunk/src/wp-includes/query.php: Avoid a PHP notice when using WP_Query::get_queried_object() in pre_get_posts action.
m at wordpress.org
- [wp-svn] [28668] trunk/src/wp-includes/query.php: Move is_admin check to a more appropriate place.
m at wordpress.org
- [wp-svn] [28669] trunk/src/wp-includes/general-template.php: Add 'wp_title_parts' filter to wp_title().
m at wordpress.org
- [wp-svn] [28670] trunk/src/wp-includes/formatting.php: Add a filter to human_time_diff().
m at wordpress.org
- [wp-svn] [28671] trunk: Avoid an empty href attribute in paginate_links().
m at wordpress.org
- [wp-svn] [28672] trunk/src: wp_insert_comment() and wp_new_comment() should check if the comment was successfully inserted into the database.
m at wordpress.org
- [wp-svn] [28673] trunk/src: Remove redundant 'Visit author homepage' title attributes for plugins and themes.
m at wordpress.org
- [wp-svn] [28674] trunk/src/wp-includes/default-constants.php: Force SSL admin when siteurl is explicitly configured with HTTPS.
m at wordpress.org
- [wp-svn] [28675] trunk/src/wp-includes/js/media-views.js: Media modal documentation :
m at wordpress.org
- [wp-svn] [28676] trunk/src/wp-includes/option.php: Add a note about return value in case of an expired transient to get_transient () and get_site_transient().
m at wordpress.org
- [wp-svn] [28677] trunk/src/wp-includes/post.php: Correct @return value for get_children().
m at wordpress.org
- [wp-svn] [28678] trunk/src/wp-content: Remove closing PHP tags from the rest of index.php files in wp-content, for consistency with wp-content/index.php.
m at wordpress.org
- [wp-svn] [28679] trunk/src/wp-includes: Deprecate get_all_category_ids().
m at wordpress.org
- [wp-svn] [28680] trunk/src/wp-includes/js/mce-view.js: Simplify the creation of MCE views somewhat:
m at wordpress.org
- [wp-svn] [28681] trunk/src/wp-admin/includes/template.php: Remove one-time variable from add_settings_error().
m at wordpress.org
- [wp-svn] [28682] trunk/src: Grid view for the media library, first pass.
m at wordpress.org
- [wp-svn] [28683] trunk/src/wp-includes/media-template.php: Fix JS error in tmpl-editor-gallery, `'string'.trim() ` is not available in IE < 9.
m at wordpress.org
- [wp-svn] [28684] trunk/src/wp-includes/js/tinymce: wpView: use `data-mce-selected` instead of adding a class to mark a view as selected.
m at wordpress.org
- [wp-svn] [28685] trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js: TinyMCE: remove   from empty paragraphs inside the visual editor, props avryl, fixes #28282
m at wordpress.org
- [wp-svn] [28686] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: wpView: fire a `nodeChanged` event after selecting a view so the editor UI gets updated.
m at wordpress.org
- [wp-svn] [28687] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: wpView: fix deselecting a view when clicking outside the iframe body.
m at wordpress.org
- [wp-svn] [28688] trunk/src/wp-includes/js: Improve inline doc descriptions in `media-views.js`.
m at wordpress.org
- [wp-svn] [28689] trunk/src/wp-includes/js/mce-view.js: As per @gcorne's suggestion, when calling `wp.mce.views.register()`, automatically set `shortcode` equal to the passed `type` in the set of default args instead of introducing a `type` property.
m at wordpress.org
- [wp-svn] [28690] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix playlist track color in content sidebar.
m at wordpress.org
- [wp-svn] [28691] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: Apply `max-width` values to avoid site title breaking the layout in small screens.
m at wordpress.org
- [wp-svn] [28692] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: update to Genericons 3.0.3.
m at wordpress.org
- [wp-svn] [28693] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: update to Genericons 3.0.3.
m at wordpress.org
- [wp-svn] [28694] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: first pass at better Audio/Video player styling with genericons.
m at wordpress.org
- [wp-svn] [28695] trunk/.editorconfig: Include *.yml coding standards in .editorconfig.
m at wordpress.org
- [wp-svn] [28696] trunk/src/wp-includes/post-template.php: Use get_pages() instead of a raw SQL query in get_body_class().
m at wordpress.org
- [wp-svn] [28697] trunk/src/wp-includes/js/media-views.js: Fix JSHint error.
m at wordpress.org
- [wp-svn] [28698] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix menu toggle display on older Android devices.
m at wordpress.org
- [wp-svn] [28699] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: make submenu links work correctly on tablets.
m at wordpress.org
- [wp-svn] [28700] trunk/src/wp-content/themes/twentytwelve/js/navigation.js: Twenty Twelve: make submenu links work correctly on tablets.
m at wordpress.org
- [wp-svn] [28701] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: adjust background size of header image(s) for small devices.
m at wordpress.org
- [wp-svn] [28702] trunk/src/wp-content/themes/twentytwelve/functions.php: Twenty Twelve: bump JS version after r28700 change.
m at wordpress.org
- [wp-svn] [28703] trunk/src/wp-admin/css/edit.css: Properly indicate with the cursor that the editor can be vertically resized using the entire info bar , not just the handle displayed in the corner.
m at wordpress.org
- [wp-svn] [28704] trunk/tests/phpunit/tests/canonical/https.php: Add some basic unit tests for HTTPS canonical redirects.
m at wordpress.org
- [wp-svn] [28705] trunk/src/wp-includes/js/wplink.js: When a plain URL or email address is selected in the editor and "Insert/ edit link" is clicked, pre-populate the URL field with the URL or `mailto: <email-address>`.
m at wordpress.org
- [wp-svn] [28706] trunk/tests/phpunit/tests: Update unit tests to reflect:
m at wordpress.org
- [wp-svn] [28707] trunk/src: Live update the menu item title when the user is editing the " Navigation Label" field.
m at wordpress.org
- [wp-svn] [28708] trunk/src/wp-includes/formatting.php: Add a function: `wp_spaces_regexp()`.
m at wordpress.org
- [wp-svn] [28709] trunk/src/wp-includes: Deprecate `url_is_accessable_via_ssl()`.
m at wordpress.org
- [wp-svn] [28710] trunk/src/wp-includes/deprecated.php: Correct the deprecated function parameter in `url_is_accessable_via_ssl() `.
m at wordpress.org
- [wp-svn] [28711] trunk: `LIKE` escape sanity:
m at wordpress.org
- [wp-svn] [28712] trunk/src: Replace all uses of `like_escape()` with `$wpdb-> esc_like()`.
m at wordpress.org
- [wp-svn] [28713] trunk/tests/phpunit/tests/canonical/https.php: Remove unnecessary `->test() ` method from `Tests_Canonical_HTTPS` to avoid PHP error.
m at wordpress.org
- [wp-svn] [28714] trunk/tests/phpunit/tests/formatting/LikeEscape.php: Fix a unit test for the now deprecated function `like_escape()`.
m at wordpress.org
- [wp-svn] [28715] trunk/src/wp-includes/formatting.php: Add a `$run_texturize` static var to `wptexturize() ` that is filterable via a new run-once filter: `'run_wptexturize'`.
m at wordpress.org
- [wp-svn] [28716] trunk: Ensure that `shortcode_unautop()` treats ` ` like whitespace.
m at wordpress.org
- [wp-svn] [28717] trunk: `smilies_init()`, treat ` ` like whitespace when converting smilies.
m at wordpress.org
- [wp-svn] [28718] trunk: In `wptexturize()`, treat ` ` like whitespace when texturizing hyphens.
m at wordpress.org
- [wp-svn] [28719] trunk: In `wptexturize()`, don' t convert C-style hexadecimals to mathematical `?\195?\151`.
m at wordpress.org
- [wp-svn] [28720] trunk/src/wp-includes/comment.php: In `WP_Comment_Query:: get_search_sql()`, don't double-like-escape.
m at wordpress.org
- [wp-svn] [28721] trunk: Fix curly quotes around numbers when applicable.
m at wordpress.org
- [wp-svn] [28722] trunk/src/wp-includes/user.php: Set a variable for like-escaped string before looping in `WP_User_Query:: get_search_sql()`.
m at wordpress.org
- [wp-svn] [28723] trunk/src/wp-includes/formatting.php: Add inline documentation for the `run_wptexturize` filter.
m at wordpress.org
- [wp-svn] [28724] trunk/src/wp-includes/formatting.php: Improve inline documentation for the `wp_spaces_regexp` filter.
m at wordpress.org
- [wp-svn] [28725] trunk: `wptexturize()` should handle apostrophes before primes.
m at wordpress.org
- [wp-svn] [28726] trunk: In `wptexturize()`, allow dashes before and after curly quotes.
m at wordpress.org
- [wp-svn] [28727] trunk: In `wptexturize()`, ensure that texturization does not corrupt contents of HTML elements, HTML comments, and smartcode attributes.
m at wordpress.org
- [wp-svn] [28728] trunk/src/wp-includes/class-oembed.php: A little more abstraction in the `WP_oEmbed` class.
m at wordpress.org
- [wp-svn] [28729] trunk/src/wp-admin/edit.php: `edit.php?post_type= attachment` should redirect to `upload.php`.
m at wordpress.org
- [wp-svn] [28730] trunk/src/wp-admin/includes/template.php: Add screen reader labels to the date inputs on the post editing screen.
m at wordpress.org
- [wp-svn] [28731] trunk/src/wp-admin/includes/export.php: Only include relevant post authors in WXR exports.
m at wordpress.org
- [wp-svn] [28732] trunk/src/wp-includes/css/media-views.css: Fix the layout of the Image Details modal, props gcorne, see #24716 [ 28682]
m at wordpress.org
- [wp-svn] [28733] trunk: In `wp_insert_term()`, when no slug is provided, check for an existing term by name.
m at wordpress.org
- [wp-svn] [28734] trunk/src/wp-includes/default-widgets.php: Don' t use a variable variable in `wp_widget_rss_form()`.
m at wordpress.org
- [wp-svn] [28735] trunk/src/wp-includes/option.php: Improve inline documention for `set_transient()` and `set_site_transient( ) ` to specify the 45- and 40-character limits for their respective transient name values.
m at wordpress.org
- [wp-svn] [28736] trunk/src/wp-includes/taxonomy.php: Don' t use variable variables in `get_terms()`.
m at wordpress.org
- [wp-svn] [28737] trunk/src/wp-includes/query.php: Don' t use variable variables in `WP_Query::get_posts()`.
m at wordpress.org
- [wp-svn] [28738] trunk/src/wp-includes/comment.php: Don' t use variable variables in `WP_Comment_Query::query()`.
m at wordpress.org
- [wp-svn] [28739] trunk/src/wp-includes/link-template.php: Don' t use variable variables in `plugins_url()`.
m at wordpress.org
- [wp-svn] [28740] trunk/src/wp-includes/user.php: Don' t use variable variables in `wp_insert_user()`.
m at wordpress.org
- [wp-svn] [28741] trunk/src/wp-includes/pluggable.php: Don' t use variable variables in `wp_salt()`.
m at wordpress.org
- [wp-svn] [28742] trunk/src/wp-admin/includes/dashboard.php: Don' t use variable variables in `wp_dashboard_plugins_output()`.
m at wordpress.org
- [wp-svn] [28743] trunk/src/wp-admin/link-parse-opml.php: OPML:
m at wordpress.org
- [wp-svn] [28744] trunk/src/wp-admin/setup-config.php: Don' t use variable variables in `setup-config.php` (Step 2).
m at wordpress.org
- [wp-svn] [28745] trunk/src/wp-admin/user-new.php: Don' t use variable variables in `user-new.php`.
m at wordpress.org
- [wp-svn] [28746] trunk/src/wp-admin/includes/misc.php: Don' t use variable variables in `wp_reset_vars()`.
m at wordpress.org
- [wp-svn] [28747] trunk/src/wp-admin/includes/template.php: Don' t use variable variables in `touch_time()`.
m at wordpress.org
- [wp-svn] [28748] trunk/src/wp-includes: wpView:
m at wordpress.org
- [wp-svn] [28749] trunk/src/wp-admin/includes: Add a new 'Beta Testing' tab on the plugin installer, for features as plugins such as Press This.
m at wordpress.org
- [wp-svn] [28750] trunk/src/wp-includes/js/wplink.js: wpLink: use the proper instance of the editor when looking at the selection.
m at wordpress.org
- [wp-svn] [28751] trunk/src/wp-includes/js/wplink.js: wpLink: use simpler expressions to detect email address or URL.
m at wordpress.org
- [wp-svn] [28752] trunk/src/wp-includes/js: Add "edit" mode for `[embed] ` and URL media previews.
m at wordpress.org
- [wp-svn] [28753] trunk/src/wp-includes/taxonomy.php: Correct @return value for term_exists().
m at wordpress.org
- [wp-svn] [28754] trunk/src: wpView: improve handling of embed errors/error messages , see #28195
m at wordpress.org
- [wp-svn] [28755] trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css: TinyMCE wpView: fix selecting all of view's "text" in Safari, props avryl , fixes #28088
m at wordpress.org
- [wp-svn] [28756] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: Adjust spacing for menu toggle button to avoid overflowing accented characters.
m at wordpress.org
- [wp-svn] [28757] trunk/tests/phpunit/tests: Use the value of `WP_TESTS_DOMAIN` in some unit tests.
m at wordpress.org
- [wp-svn] [28758] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix masthead behavior in IE when a custom header image is present.
m at wordpress.org
- [wp-svn] [28759] trunk/src/wp-admin/install.php: Fix labels on installation screen.
m at wordpress.org
- [wp-svn] [28760] trunk/src/wp-includes/post-template.php: Prevent get_post_class() and get_body_class() from returning duplicate classes.
m at wordpress.org
- [wp-svn] [28761] trunk: `wptexturize()` adjustments:
m at wordpress.org
- [wp-svn] [28762] trunk: Add Unit Tests for i18n and `wptexturize()`.
m at wordpress.org
- [wp-svn] [28763] trunk: Add unit tests to confirm that `---` is properly converted to `— ` by `wptexturize()` where appropriate.
m at wordpress.org
- [wp-svn] [28764] trunk: In `wptexturize()`, adjust for the treatment of abbreviated years at the end of quotations.
m at wordpress.org
- [wp-svn] [28765] trunk: Fix abbreviations mixed with quotes, example: `' 99% of people'`.
m at wordpress.org
- [wp-svn] [28766] trunk/src/wp-admin/includes/class-wp-list-table.php: Prevent bulk actions from being performed when Filter button is clicked.
m at wordpress.org
- [wp-svn] [28767] trunk/src/wp-includes/class-wp-customize-setting.php: Pass WP_Customize_Setting instance to 'customize_preview_*' and ' customize_update_*' actions.
m at wordpress.org
- [wp-svn] [28768] trunk: TinyMCE: update to 4.0.28+.
m at wordpress.org
- [wp-svn] [28769] trunk/src/wp-includes/class-wp-customize-setting.php: Pass WP_Customize_Setting instance to 'customize_save_*' action.
m at wordpress.org
- [wp-svn] [28770] trunk/src/wp-includes/link-template.php: Don' t generate adjacent links in wp_head() for attachments.
m at wordpress.org
- [wp-svn] [28771] trunk/src/wp-admin/js/post.js: Don't add # to URL when clicking ' OK' without changing the permalink.
m at wordpress.org
- [wp-svn] [28772] trunk/src/wp-admin/includes/class-wp-list-table.php: Revert [28766 ].
m at wordpress.org
- [wp-svn] [28773] trunk: In `wptexturize()` + tests:
m at wordpress.org
- [wp-svn] [28774] trunk/src: Allow a language to be chosen before installing WordPress.
m at wordpress.org
- [wp-svn] [28775] trunk/src/wp-includes/js/mce-view.js: Diambiguate `type` and `shortcode` in TinyMCE view classes and their attached `view.View` class.
m at wordpress.org
- [wp-svn] [28776] trunk/src/wp-includes/formatting.php: Move preg_match() that should only run once out of the loop.
m at wordpress.org
- [wp-svn] [28777] trunk/src/wp-admin/js/theme.js: Fix copy/paste error in a comment.
m at wordpress.org
- [wp-svn] [28778] trunk/src/wp-admin/menu-header.php: Restore the ability to pass classes to admin menu submenu items, important for the Customize link.
m at wordpress.org
- [wp-svn] [28779] trunk/src/wp-admin/install.php: Fix variable usage in new language install choices.
m at wordpress.org
- [wp-svn] [28780] trunk/src/wp-admin: Narrower screen when choosing a language.
m at wordpress.org
- [wp-svn] [28781] trunk/src/wp-includes/cron.php: Remove SSL verification by default for requests to wp-cron.php.
m at wordpress.org
- [wp-svn] [28782] trunk/src/wp-includes/update.php: Increase the timeout for plugin and theme update checks based on how many are being checked.
m at wordpress.org
- [wp-svn] [28783] trunk: Revert [28613] and [28664].
m at wordpress.org
- [wp-svn] [28784] trunk/src/wp-includes/js/mce-view.js: Further adjustments after [ 8364], listen to an editor instance event instead of delegating a body click when attempting to pause all players belonging to a particular MCE view.
m at wordpress.org
- [wp-svn] [28785] trunk: Cleanup after [28671]:
m at wordpress.org
- [wp-svn] [28786] trunk/src/wp-admin/link-parse-opml.php: Remove unused globals from `link-parse-opml.php` after [28743].
m at wordpress.org
- [wp-svn] [28787] trunk/src/wp-includes/default-widgets.php: Cleanup `wp_widget_rss_form()` after [28734].
m at wordpress.org
- [wp-svn] [28788] trunk: Reinstate the changes from [28579] with some adjustments:
m at wordpress.org
- [wp-svn] [28789] trunk/src/wp-includes/script-loader.php: Whitespace in `navMenuL10n` after [28707].
m at wordpress.org
- [wp-svn] [28790] trunk/src/wp-includes/class-oembed.php: Add Animoto to the list of oEmbed providers.
m at wordpress.org
- [wp-svn] [28791] trunk/src/wp-includes/post.php: Posts in the Trash should not drag attachment pages down with them.
m at wordpress.org
- [wp-svn] [28792] trunk/src/wp-login.php: Don' t annotate `$wp_error` twice in `login_header()` docs.
m at wordpress.org
- [wp-svn] [28793] trunk/src/wp-includes/pluggable.php: Fix documentation for wp_create_nonce() which wrongly suggests these tokens are actually numbers used once.
m at wordpress.org
- [wp-svn] [28794] trunk/src/wp-includes/functions.php: Stop denying wp-includes/ * in our default robots.txt.
m at wordpress.org
- [wp-svn] [28795] trunk/src/wp-includes: TinyMCE: revert https://github.com/tinymce/ tinymce/commit/158b7424103a02f579bd2bd0cd18f91d1b5e2183 and https:// github.com/tinymce/tinymce/commit/ 576fa77aa20c7e029adb4bce5cab4bf3654cd58a as they may cause selection restore problems in old IE.
m at wordpress.org
- [wp-svn] [28796] trunk: Update `phpunit` `grunt` task to not use deprecated `util` package.
m at wordpress.org
- [wp-svn] [28797] trunk/tests/phpunit/includes: Allow `wp_die() ` to die in plain text when running the test suite.
m at wordpress.org
- [wp-svn] [28798] trunk/Gruntfile.js: Add a `grunt jshint:plugins` task.
m at wordpress.org
- [wp-svn] [28799] trunk: Improve Travis CI configuration for better performance.
m at wordpress.org
- [wp-svn] [28800] trunk/tests/phpunit/tests/query/results.php: Add @ticket references.
m at wordpress.org
- [wp-svn] [28801] trunk/src/wp-includes/script-loader.php: Fix MediaElement i18n.
m at wordpress.org
- [wp-svn] [28802] trunk/src/wp-includes/formatting.php: Revert [28776] and use a correct variable instead.
m at wordpress.org
- [wp-svn] [28803] trunk: Prevent multiple hierarchical posts with the same slug from being displayed in single post template.
m at wordpress.org
- [wp-svn] [28804] trunk/src/wp-includes/query.php: Don't kill an empty search query.
m at wordpress.org
- [wp-svn] [28805] trunk/src/wp-includes/update.php: Simplify the code for calculating plugin API check timeout.
m at wordpress.org
- [wp-svn] [28806] trunk/src: Introduce a binary-safe wrapper for strlen() and use it in seems_utf8(), utf8_uri_encode(), and wp_read_image_metadata ().
m at wordpress.org
- [wp-svn] [28807] trunk/src/wp-includes/media-template.php: Use the proper height property when calculating video size in `wp_underscore_video_template ()`.
m at wordpress.org
- [wp-svn] [28808] trunk/src: Remove mbstring_binary_safe_strlen().
m at wordpress.org
- [wp-svn] [28809] trunk/tests/phpunit/tests/query/results.php: Use assertCount() for consistency with other tests.
m at wordpress.org
- [wp-svn] [28810] trunk/src/wp-admin: Use unobtrusive JS for Comment list table row actions.
m at wordpress.org
- [wp-svn] [28811] trunk/src/wp-admin/css/dashboard.css: Adjust CSS for " Moved to the trash" message for a pingback in the dashboard.
m at wordpress.org
- [wp-svn] [28812] trunk/Gruntfile.js: Use `dir` instead of `folder` in the language for `jshint:plugins`
m at wordpress.org
- [wp-svn] [28813] trunk/src/wp-includes/comment-template.php: In `comment_form()`, allow `name_submit` to be passed to change the `name` attribute of the submit button.
m at wordpress.org
- [wp-svn] [28814] trunk: In `$wpdb->update()`, prevent explosions when `$where` is empty.
m at wordpress.org
- [wp-svn] [28815] trunk/src/wp-includes/class-oembed.php: Add a filter/docs: ' oembed_remote_get_args' to `WP_oEmbed->discover()` and `-> _fetch_with_format()`.
m at wordpress.org
- [wp-svn] [28816] trunk/src/wp-includes/js/media-views.js: `wp.mce.embedView.fetch() ` and `wp.media.view.EmbedLink.fetch()` need to pass the same parameters.
m at wordpress.org
- [wp-svn] [28817] trunk/src: Remove `noscript` from `wpautop()`' s list of block elements.
m at wordpress.org
- [wp-svn] [28818] trunk/tests/phpunit/tests/formatting/Autop.php: Add unit tests for [28817].
m at wordpress.org
- [wp-svn] [28819] trunk/tests/phpunit/tests/formatting/Autop.php: Add @ticket references.
m at wordpress.org
- [wp-svn] [28820] trunk/src/wp-admin/options-general.php: Add ISO date standard YYYY-MM-DD format to general settings.
m at wordpress.org
- [wp-svn] [28821] trunk/.editorconfig: Multiple strings in .editorconfig section names should be wrapped in curly brackets.
m at wordpress.org
- [wp-svn] [28822] trunk/src/wp-includes/class-oembed.php: Merge two Animoto oEmbed patterns.
m at wordpress.org
- [wp-svn] [28823] trunk/src/wp-includes/update.php: Use direct typecasting instead of intval() for better performance.
m at wordpress.org
- [wp-svn] [28824] trunk: Ensure that a `has_children` parameter is given to `Walker: :start_el()`.
m at wordpress.org
- [wp-svn] [28825] trunk/src/wp-includes/nav-menu.php: Simplify the setting of `$args ['include']` in `wp_get_nav_menu_items()`.
m at wordpress.org
- [wp-svn] [28826] trunk/src/wp-includes/nav-menu-template.php: When selecting a fallback menu in `wp_nav_menu()`, the "first" menu is retrieved from an unsorted query.
m at wordpress.org
- [wp-svn] [28827] trunk/src/wp-includes: Allow for easier adding of custom class variables when extending WP_Customize_Section or WP_Customize_Setting.
m at wordpress.org
- [wp-svn] [28828] trunk/src/wp-includes/js/wplink.js: wpLink: support whole URLs including query/ fragment when pre-filling the URL field.
m at wordpress.org
- [wp-svn] [28829] trunk/src/wp-admin/css/deprecated-media.css: Make the list of gallery attachments in the "old iframe media modal" break less.
m at wordpress.org
- [wp-svn] [28830] trunk/src/wp-admin: The "old iframe media modal" has some pretty busted styles.
m at wordpress.org
- [wp-svn] [28831] trunk: Optimize the `wptexturize()` loop:
m at wordpress.org
- [wp-svn] [28832] trunk/src/wp-admin/includes/schema.php: Bring the list of `upload_filetypes` for multisite into modernity based on .com upgrades and supported extensions for audio and video.
m at wordpress.org
- [wp-svn] [28833] trunk/src/wp-admin/options.php: Add braces missed while adding docs for the `option_page_capability_{$option_page}` hook.
m at wordpress.org
- [wp-svn] [28834] trunk/src/wp-includes/class-oembed.php: Switch to SSL for the Flickr and Slideshare oEmbed endpoints.
m at wordpress.org
- [wp-svn] [28835] trunk: `get_blog_details()-> post_count` should update on more actions than just `publish_post`.
m at wordpress.org
- [wp-svn] [28836] trunk/src/wp-includes/nav-menu.php: `return false` in `has_nav_menu() ` if the `$location` does not exist in the `$_wp_registered_nav_menus` global.
m at wordpress.org
- [wp-svn] [28837] trunk/src/wp-admin: In `media_buttons()`, add a static var `$instance` to increment the `id` attribute of `insert-media-button-%d` on each call.
m at wordpress.org
- [wp-svn] [28838] trunk/src/wp-includes/js/media-views.js: Race conditions can cause `.uploader-window` to be visible with opacity of `0`.
m at wordpress.org
- [wp-svn] [28839] trunk/src/wp-includes/js/media-views.js: Dynamically prepend screen reader text to the attachment filters dropdown and the search box in the media modal.
m at wordpress.org
- [wp-svn] [28840] trunk/src/wp-includes/functions.wp-scripts.php: In `wp_localize_script()`, instantiate the `$wp_scripts` global instead of bailing when it is called before `wp_enqueue_scripts`.
m at wordpress.org
- [wp-svn] [28841] trunk/src/wp-includes/functions.php: Add mime support for 3gp, 3g2 and 3gpp video formats.
m at wordpress.org
- [wp-svn] [28842] trunk/src/wp-admin/css/common.css: Apply a subtle semi-transparent border to images in the media list table to avoid the "white on white (like a polar bear in Antarctica)" problem.
m at wordpress.org
- [wp-svn] [28843] trunk/src/wp-admin: Only apply a subtle semi-transparent border to attachments that are images in the media list table.
m at wordpress.org
- [wp-svn] [28844] trunk/src/wp-includes/post-template.php: Check for the existence of `$post` before using it in `get_the_ID()`.
m at wordpress.org
- [wp-svn] [28845] trunk/src/wp-includes/kses.php: In `kses.php`, ensure that `$allowedposttags`, `$allowedtags`, and `$allowedentitynames` are added to the global namespace.
m at wordpress.org
- [wp-svn] [28846] trunk/src/wp-includes: When `wp_oembed_add_provider() ` or `wp_oembed_remove_provider() ` is called before the `plugins_loaded` hook has, store the values statically on the `WP_oEmbed` object and add them just-in-time when the object is instantiated.
m at wordpress.org
- [wp-svn] [28847] trunk/src: Uploader: enable selecting multiple files on mobile devices (still doesn' t work on Android).
m at wordpress.org
- [wp-svn] [28848] trunk/src/wp-admin/options-general.php: Replace Y/m/ d date format in general settings with a more popular one, Y-m-d.
m at wordpress.org
- [wp-svn] [28849] trunk/src/wp-includes/class-wp-xmlrpc-server.php: XML-RPC: Add wp.deleteMediaItem as an alias to wp_deletePost.
m at wordpress.org
- [wp-svn] [28850] trunk/src/wp-admin/css: Slightly bump up the login logo size to avoid getting chopped off by Firefox 's rounding problems.
m at wordpress.org
- [wp-svn] [28851] trunk/src: Fix unexpected replacement of a previous tag when selecting a tag from autosuggest results.
m at wordpress.org
- [wp-svn] [28852] trunk: Use less greedy regex in `wptexturize()`.
m at wordpress.org
- [wp-svn] [28853] trunk/tests/phpunit/tests/formatting/Autop.php: Fix `wpautop() ` unit tests.
m at wordpress.org
- [wp-svn] [28854] trunk: XML-RPC: Make sure wp.newPost does not produce a fatal error when a post_date field is included in the data.
m at wordpress.org
- [wp-svn] [28855] trunk/src/wp-includes/functions.php: Add a second optional parameter to `absint() ` to limit the result to `PHP_INT_MAX`.
m at wordpress.org
- [wp-svn] [28856] trunk/src/wp-includes/functions.php: `absint() ` should always return `PHP_INT_MAX` if the resulting value exceeds it.
m at wordpress.org
- [wp-svn] [28857] trunk/src/wp-includes/functions.php: Revert [28856] at nacin' s behest.
m at wordpress.org
- [wp-svn] [28858] trunk/src/wp-includes/functions.php: Do not touch `absint()`.
m at wordpress.org
- [wp-svn] [28859] trunk/tests/phpunit/tests/formatting/WPTexturize.php: Use correct data provider.
m at wordpress.org
- [wp-svn] [28860] trunk/tests/phpunit/tests/formatting/WPTexturize.php: Use correct data providers.
m at wordpress.org
- [wp-svn] [28861] trunk/src: Customizer: Introduce a "panel" API to organize multiple sections into a one section.
m at wordpress.org
- [wp-svn] [28862] trunk/src/: Revert property change in [28861].
m at wordpress.org
- [wp-svn] [28863] trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css: Make sure the audio player' s time tooltip is visible in the media modal for Audio Details.
m at wordpress.org
- [wp-svn] [28864] trunk/src/wp-includes/query.php: Make sure the first number in LIMIT clause in WP_Query::get_posts() is always an integer.
m at wordpress.org
- [wp-svn] [28865] trunk/src/wp-includes/class-http.php: Avoid a PHP notice and warning on language selection screen.
m at wordpress.org
- [wp-svn] [28866] trunk/src/wp-includes/js/tinymce: TinyMCE: force 'font-weight: bold` for <strong> and <b> inside the editor or Chrome and Safari may replace them with spans on pasting.
m at wordpress.org
- [wp-svn] [28867] trunk/src/wp-includes/nav-menu-template.php: Correct filter documentation in wp_nav_menu().
m at wordpress.org
- [wp-svn] [28868] trunk/src/wp-admin/js/theme.js: Avoid duplication of callbacks in theme browser sidebar each time the Next or Previous button is clicked.
m at wordpress.org
- [wp-svn] [28869] trunk/src/wp-admin/js/common.js: Don' t switch contextual help tabs when tabbing around.
m at wordpress.org
- [wp-svn] [28870] trunk/src/wp-includes/user.php: Remove title attributes in `wp_authenticate_username_password()`.
m at wordpress.org
- [wp-svn] [28871] trunk/src/wp-admin/includes/media.php: In deprecated media iframe code, `attachment_fields_to_save` filter should not be called twice after initial image upload in post.
m at wordpress.org
- [wp-svn] [28872] trunk/src/wp-admin/includes/ajax-actions.php: Remove remaining Heartbeat API experimental notices
m at wordpress.org
- [wp-svn] [28873] trunk/Gruntfile.js: Exclude `jshint: plugins` from both `grunt precommit` and `grunt travis:js`.
m at wordpress.org
- [wp-svn] [28874] trunk/src/wp-includes/canonical.php: Perform a canonical redirect for posts that are published but are visited at a ` ?p=123&preview=true` URL.
m at wordpress.org
- [wp-svn] [28875] trunk/src/wp-includes/post.php: Remove obsolete `wp_cache_delete(' get_pages', 'posts')` from `clean_post_cache()`.
m at wordpress.org
- [wp-svn] [28876] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Make the posts list table mode a sticky user setting.
m at wordpress.org
- [wp-svn] [28877] trunk/src/wp-includes/css/wp-pointer.css: Fix the spacing between the wp-pointer arrow and bubble in LTR and RTL.
m at wordpress.org
- [wp-svn] [28878] trunk/src/wp-includes/canonical.php: Fix typo in a comment.
m at wordpress.org
- [wp-svn] [28879] trunk: Add `->get_quality()` method to `WP_Image_Editor` class.
m at wordpress.org
- [wp-svn] [28880] trunk/src/wp-includes/post-template.php: If the `get_the_excerpt() ` is called out of bounds of a global `$post`, return ''.
m at wordpress.org
- [wp-svn] [28881] trunk: In multisite, on the `updated_option` action, if the option name is one of: 'blogname', 'siteurl', 'post_count' - refresh the blog details cache for the current blog id.
m at wordpress.org
- [wp-svn] [28882] trunk: `wp_extract_urls()` should not match dates.
m at wordpress.org
- [wp-svn] [28883] trunk/src/wp-includes/plugin.php: `remove_all_filters() ` should set to `array()`, not call `unset()`.
m at wordpress.org
- [wp-svn] [28884] trunk/src/wp-includes/plugin.php: After [28883], `remove_filter() ` should set `$GLOBALS['wp_filter'][ $tag ]` to `array()` when empty.
m at wordpress.org
- [wp-svn] [28885] trunk/src/wp-admin: Add new action 'delete_user_form' in `wp-admin /users.php` and `wp-admin/network/users.php`.
m at wordpress.org
- [wp-svn] [28886] trunk/src/wp-includes/plugin.php: Update `@param` docs in `plugin.php`
m at wordpress.org
- [wp-svn] [28887] trunk/src/wp-includes/query.php: First-run documention of `WP_Query` argument defaults.
m at wordpress.org
- [wp-svn] [28888] trunk/src/wp-includes/plugin.php: More tweaks to @param docs in wp-includes/plugin.php.
m at wordpress.org
- [wp-svn] [28889] trunk/src/wp-includes/plugin.php: List the expected @param type first.
m at wordpress.org
- [wp-svn] [28890] trunk/src/wp-admin: Show a "No themes found" message if the search for an installed theme doesn't produce any results.
m at wordpress.org
- [wp-svn] [28891] trunk/src/wp-includes/plugin.php: General phpDoc fixes in wp-includes/plugin.php.
m at wordpress.org
- [wp-svn] [28892] trunk/src/wp-admin/includes/ajax-actions.php: Introduce a filter to control the minimum characters required for an AJAX term search.
m at wordpress.org
- [wp-svn] [28893] trunk/src/wp-admin/includes/file.php: Normalise the schemes used in `get_home_path() ` so it returns the correct path for sites using SSL in the admin area but not the front end.
m at wordpress.org
- [wp-svn] [28894] trunk: Introduce `is_https_url() ` for testing whether the scheme for a given URL is `https`.
m at wordpress.org
- [wp-svn] [28895] trunk/src: Conditionally set the the `secure` flag on the test cookie, post password cookie, settings cookies, and comment author cookies depending on whether the front end and/ or admin area are served over `https`.
m at wordpress.org
- [wp-svn] [28896] trunk/src: Remove the WordPress logo from the focusable elements on the install/ update screens.
m at wordpress.org
- [wp-svn] [28897] trunk/src: Fix feature pointer positioning issues for both LTR and RTL.
m at wordpress.org
- [wp-svn] [28898] trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php: Set date format before going into the loop to avoid a PHP notice if ' lastupdated' column is filtered out.
m at wordpress.org
- [wp-svn] [28899] trunk/src/wp-includes/post-template.php: Re-document default arguments in `wp_link_pages() ` using the hash-notation style.
m at wordpress.org
- [wp-svn] [28900] trunk: Add index key support for wp_list_pluck(), ?\195? \160 la array_column().
m at wordpress.org
- [wp-svn] [28901] trunk/src/wp-includes/media.php: Add documentation for the default playlist shortcode attributes in `wp_playlist_shortcode ()`.
m at wordpress.org
- [wp-svn] [28902] trunk/src/wp-includes: Notify developers when register_post_type() or register_taxonomy() fails because of post type or taxonomy key length.
m at wordpress.org
- [wp-svn] [28903] trunk/src: Use the `WPINC` constant when loading `class-phpass.php`
m at wordpress.org
- [wp-svn] [28904] trunk/src/wp-admin/includes/class-wp-filesystem-base.php: `WP_Filesystem_Base->abspath()` should use the `WPINC` constant
m at wordpress.org
- [wp-svn] [28905] trunk/src/wp-includes/general-template.php: `wlwmanifest_link() ` should use the `WPINC` constant
m at wordpress.org
- [wp-svn] [28906] trunk/src/wp-admin: Admin screens should use the `WPINC` constant
m at wordpress.org
- [wp-svn] [28907] trunk/src/wp-includes/class.wp-scripts.php: `WP_Scripts-> in_default_dir()` should use the `WPINC` constant
m at wordpress.org
- [wp-svn] [28908] trunk/src/wp-includes/general-template.php: Use `includes_url() ` in `wlwmanifest_link()`.
m at wordpress.org
- [wp-svn] [28909] trunk/src/wp-includes/author-template.php: Convert documentation of default arguments in `wp_list_authors() ` to the hash-notation style.
m at wordpress.org
- [wp-svn] [28910] trunk: Add initial unit tests for multisite's bootstrap.
m at wordpress.org
- [wp-svn] [28911] trunk/src/wp-includes/script-loader.php: Use `includes_url( ..., ' relative' )` in `script-loader.php` in lieu of hard-coding `/wp-includes/ ....` everywhere.
m at wordpress.org
- [wp-svn] [28912] trunk/src/wp-includes/comment-template.php: Add a function, `get_comments_number_text()`, that returns instead of echoing.
m at wordpress.org
- [wp-svn] [28913] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Allow comments in the trash to marked as spam.
m at wordpress.org
- [wp-svn] [28914] trunk/src/wp-includes/script-loader.php: Revert [28911] for performance concerns.
m at wordpress.org
- [wp-svn] [28915] trunk/src/wp-includes/comment.php: Normalize 'user_id' and ' user_ID' values in wp_new_comment() before passing the comment data to ' preprocess_comment' filter.
m at wordpress.org
- [wp-svn] [28916] trunk/src/wp-admin/includes: Prevent bulk actions from being performed when Filter button is clicked.
m at wordpress.org
- [wp-svn] [28917] trunk/src/wp-includes/functions.php: Improve inline documentation for `date_i18n()`, `_http_build_query()`, `wp_checkdate()`, and `wp_auth_check()`.
m at wordpress.org
- [wp-svn] [28918] trunk/src/wp-includes/functions.php: General inline documentation improvements in wp-includes/functions.php.
m at wordpress.org
- [wp-svn] [28919] trunk/src: Secure embeds in the editor (first run):
m at wordpress.org
- [wp-svn] [28920] trunk/src: Display consistent preview links for drafts.
m at wordpress.org
- [wp-svn] [28921] trunk/src/wp-includes/feed.php: Force a separator in get_wp_title_rss() if it was inadvertently filtered out by the theme.
m at wordpress.org
- [wp-svn] [28922] trunk/src/wp-includes/comment.php: Avoid a PHP notice in wp_new_comment() if user ID is not passed.
m at wordpress.org
- [wp-svn] [28923] trunk/src/wp-includes: Pass $url parameter to wp_embed_defaults() and 'embed_defaults' filter.
m at wordpress.org
- [wp-svn] [28924] trunk/src/wp-includes/l10n.php: Document @return value for load_plugin_textdomain().
m at wordpress.org
- [wp-svn] [28925] trunk/src/wp-login.php: Avoid overwriting $error global with an interim variable.
m at wordpress.org
- [wp-svn] [28926] trunk/tests/phpunit/tests/taxonomy.php: Add @expectedIncorrectUsage to Tests_Taxonomy:: test_register_long_taxonomy().
m at wordpress.org
- [wp-svn] [28927] trunk/src: Support descriptions for individual customizer controls.
m at wordpress.org
- [wp-svn] [28928] trunk/src/wp-includes/canonical.php: Replace a redundant ! is_preview() check with a more appropriate one.
m at wordpress.org
- [wp-svn] [28929] trunk/src/wp-includes/formatting.php: Remove obsolete comment in `wptexturize()`.
m at wordpress.org
- [wp-svn] [28930] trunk/src: Customizer: Support `textarea` and commonly-used input types as control type in `WP_Customize_Control`.
m at wordpress.org
- [wp-svn] [28931] trunk/src/wp-admin/css/customize-controls.css: Customizer: Reverse arrows in RTL.
m at wordpress.org
- [wp-svn] [28932] trunk/src/wp-includes: TinyMCE:
m at wordpress.org
- [wp-svn] [28933] trunk/src/wp-includes/functions.php: Remove free-spacing modifier and extra spaces from wp_extract_urls() pattern.
m at wordpress.org
- [wp-svn] [28934] trunk/src: Move ms-load.php and ms-default-constants.php inclusion back to ms-settings.php to avoid breaking WP-CLI.
m at wordpress.org
Last message date:
Mon Jun 30 23:49:34 UTC 2014
Archived on: Mon Jun 30 23:49:35 UTC 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).