| [12128]
|
ryan
|
Introduce get/set/delete_site_transient(). Make theme_roots a site transient.
|
| [12129]
|
ryan
|
get_themes() and theme root fixes. see #10467
|
| [1212]
|
saxmatt
|
Fixing menu error.
|
| [1212]
|
westi
|
Revisions: Test the capability checks used in wp-admin/revision.php against how we expect them to behave both with a built-in and a custom post type
See #16847 - Trying to explore CPTs and Custom Capabilities with revisions edit/view/restore
|
| [12130]
|
azaozz
|
Trash undo for the uploader, props caesarsgrunt, see #4529
|
| [12131]
|
ryan
|
Add scribd to oembed provider whitelist. see #10337
|
| [12132]
|
markjaquith
|
Introducing add_theme_support(feature) and current_theme_supports(feature) for announcing and checking theme support for various features. Implement it for post/page thumbanils, hiding UI if not supported.
|
| [12133]
|
markjaquith
|
Add basic post thumbnail support to Default theme.
|
| [12134]
|
westi
|
Introduce require_if_theme_supports(), move post thumbnails functions to there own include and only included them if the theme supports them. See #10928 and [12132]
|
| [12135]
|
westi
|
Improve get_page_template() to search based on slug and id as well. Fixes #11055 props aaroncampbell.
|
| [12136]
|
ryan
|
Switch oEmbed option to control discovery. Tweak whitelist and settings page. Props Viper007Bond. see #10337
|
| [12137]
|
ryan
|
Call get_post_image_id() only if current_theme_supports( 'post-thumbnails' ).
|
| [12138]
|
ryan
|
Fix regex. Props Viper007Bond. see #10337
|
| [12139]
|
azaozz
|
Fix IE8 reply to comments from admin fade in/out, decrease comment undo timeout, hide comment reply when moving to trash, fixes #9896
|
| [1213]
|
saxmatt
|
i29n
|
| [1213]
|
nacin
|
Add a revisions capability test for when the post cannot be edited once published because the edit_published_posts cap is denied. See [1212/tests]. See #16847. Trims westi's whitespace.
|
| [12140]
|
ryan
|
Show oEmbed discovery option only if the current user has the unfiltered_html cap. see #10337
|
| [12141]
|
ryan
|
Fix comment and postmeta delete queries when deleting a post. see #11073
|
| [12142]
|
ryan
|
Bring in wp_handle_upload_prefilter from MU
|
| [12143]
|
ryan
|
Honor Post Type for Sticky Posts. Props chrisscott. fixes #11072
|
| [12144]
|
ryan
|
Allow querying multiple post types. Props prettyboymp. fixes #10791
|
| [12145]
|
ryan
|
Disable error reporting in setup-config.php. It doesn't load wp-settings.php so error reporting is not properly setup. fixes #11084
|
| [12146]
|
markjaquith
|
Add missing break. props nickohrn. fixes #11037
|
| [12147]
|
westi
|
Remove unecessary reference to wpdb global. Fixes 11087 props aaroncampbell.
|
| [12148]
|
ryan
|
Trash comments when trashing a post. see #11073
|
| [12149]
|
ryan
|
Propagate walker arg down the stack. Props scribu. fixes #10921
|
| [1214]
|
saxmatt
|
Typo.
|
| [1214]
|
westi
|
Revisions: Add a new test for a force save filter in wp_save_post_revision
Also Update the tests to have correct ordering, be less complex and use things like assertCount.
See #7392 and #9843
|
| [12150]
|
ryan
|
Remove ints from switch. see #11073
|
| [12151]
|
azaozz
|
Add phpdoc and extra filter to file.php, props dd32, fixes #11002
|
| [12152]
|
azaozz
|
Fix typo, props Harald Nesland, fixes #11002
|
| [12153]
|
ryan
|
Add a bunch of new filters. Use one of them to remove new lines from Scribd embeds. Invalid oEmbed post meta cache without using JS. Props Viper007Bond. see #10337
|
| [12154]
|
azaozz
|
Fix Undo row timeout on Edit Comments screen, props caesarsgrunt, see #4529
|
| [12155]
|
azaozz
|
Add 'IMAGE_EDIT_OVERWRITE' constant to control edited image save or replace, most useful for setups that have dynamic image resizing, see #10528
|
| [12156]
|
westi
|
Fix delete_post_meta_by_key() so that you can delete postmeta items by key again. Fixes #11100.
|
| [12157]
|
ryan
|
Put site into maintenance mode during bulk plugin upgrade. Skip plugin deactivate/activate. Add compatibility info. see #10973
|
| [12158]
|
ryan
|
Add force delete option.
|
| [12159]
|
azaozz
|
Fix hiding of "Add new tag" tip in IE6/7, props yoavf, fixes #11107
|
| [1215]
|
saxmatt
|
Fixes for post screen.
|
| [1215]
|
ryan
|
Update for [WP23416]
|
| [12160]
|
westi
|
Better documentation on the format of the capabilities when adding a role. Fixes #11106 props simonwheatley.
|
| [12161]
|
azaozz
|
Don't pre-fill empty image alt when inserting into a post.
|
| [12162]
|
azaozz
|
Remove all instances of "Trash" from the UI when Trash is disabled, replace trash actions with "Delete permanently", props caesarsgrunt, see #4529
|
| [12163]
|
azaozz
|
Fix image meta after editing image, disable the Save button when no changes, fixes #11115
|
| [12164]
|
ryan
|
Add actions for option writes. Props apokalyptik
|
| [12165]
|
ryan
|
Sanitize filenames with multiple extensions. see #11122
|
| [12166]
|
ryan
|
Sanitize filenames with multiple extensions. see #11122
|
| [12167]
|
ryan
|
Version bumps.
|
| [12168]
|
markjaquith
|
Prevent XSS in press-this.php. props Benjamin Flesch. fixes #11119
|
| [12169]
|
markjaquith
|
Some extra XSS protection. Redundant, but we should always escape late! see #11119
|
| [1216]
|
saxmatt
|
Remove language elements from RSS files.
|
| [1216]
|
SergeyBiryukov
|
Test that is_user_spammy() properly recognizes a numeric username. props bananastalktome. see #23192. see #23190.
|
| [12170]
|
markjaquith
|
Prevent XSS in press-this.php. props Benjamin Flesch. fixes #11119 for 2.8.x
|
| [12171]
|
ryan
|
Fix mimes empty check
|
| [12172]
|
ryan
|
Fix mimes empty check
|
| [12173]
|
ryan
|
Fix argument order. Props mdawaffe. fixes #11125
|
| [12174]
|
ryan
|
pomo performance improvements. Props nbachiyski. fixes #10165
|
| [12175]
|
ryan
|
2.8 beta1
|
| [12176]
|
ryan
|
2.8.6
|
| [12177]
|
ryan
|
2.8.6
|
| [12178]
|
westi
|
Remove the extra screen icons from the WordPress importer. Fixes #8720 props MattyRob.
|
| [12179]
|
westi
|
Add load_child_theme_textdomain() to allow child themes to have there own translation files. Fixes #11033 props load_child_theme_textdomain.
|
| [1217]
|
emc3
|
Added 'exclude' parameter to wp_list_cats()
|
| [1217]
|
nacin
|
Tests for `post_parent__in` and `post_parent__not_in`. props kovshenin. see #11056.
|
| [12180]
|
markjaquith
|
Revert [12133] — remove post image support from Default theme. Too hokey.
|
| [12181]
|
ryan
|
Add wordpress.tv to oEmbed provider whitelist. Props Viper007Bond. see #10337
|
| [12182]
|
azaozz
|
Fix warning when trashing a post from the write screen, fixes #11131
|
| [12183]
|
azaozz
|
Always show "Configure" links on dashboard widgets in IE6, fix "Right Now" comments counts, fixes #11129
|
| [12184]
|
azaozz
|
Fix notice in post.php, props sirzooro, fixes #11132
|
| [12185]
|
westi
|
Fix the editing of stylesheet files in the theme editor.
|
| [12186]
|
ryan
|
bulk should default to false. fixes #11130
|
| [12187]
|
westi
|
Ensure that page templates in a subdir of a theme work correctly. Fixes #10959 based on patch from scribu.
|
| [12188]
|
azaozz
|
Fix improper selection of radio buttons, improve JS for storing image settings, fixes #11021
|
| [12189]
|
azaozz
|
Fix style of text fields in IE6 in the uploader, better regex for Link URL presets buttons
|
| [1218]
|
saxmatt
|
No trace is being used.
|
| [1218]
|
SergeyBiryukov
|
Test for wp_convert_bytes_to_hr(). see #19067.
|
| [12190]
|
azaozz
|
Don't show trashed attachments in gallery tab count, props aldenta, fixes #11147
|
| [12191]
|
ryan
|
Bump
|
| [12192]
|
ryan
|
Make sure WP_CACHE is true. Props nacin. fixes #10602
|
| [12193]
|
ryan
|
Force destruction of SimplePie objects for versions of PHP that don't release memory properly. Props arena, scribu. fixes #11074
|
| [12194]
|
ryan
|
Remove unnecessary variable initialization. Props nbachiyski. fixes #10736
|
| [12195]
|
azaozz
|
Add labels to image info in the media library, fixes #8886
|
| [12196]
|
azaozz
|
Fix pagination on the Unattached tab in the media library, show Attach in the "Attached to" column for orphan attachments
|
| [12197]
|
ryan
|
Ue get_default_feed() for *_the_category_rss(). Props filosofo, peaceablewhale. fixes #5802
|
| [12198]
|
ryan
|
Use preg_replace_callback to eliminate eval. Props BenBE1987. fixes #10896
|
| [12199]
|
ryan
|
Allow 0xAD in URI attributes. Props nbachiyski. fixes #9823 #10859
|
| [1219]
|
saxmatt
|
Use PATH_INFO instead of REQUEST_URI for better windows compatibility.
|
| [1219]
|
nbachiyski
|
Test case for #23506
|
| [121]
|
saxmatt
|
Login form is centered.
|
| [121]
|
tellyworth
|
trial import of formatting tests from jacob's repo
|
| [12200]
|
ryan
|
Return null if no term queried. fixes #11112
|
| [12201]
|
ryan
|
Add translator comment. Props nbachiyski. fixes #10737
|
| [12202]
|
ryan
|
Fix undefined index notice in canonical. Props dd32. fixes #11057
|
| [12203]
|
ryan
|
Deprecate make_url_footnote(). fixes #4968
|
| [12204]
|
ryan
|
Add core_upgrade_preamble action. Props Denis-de-Bernardy. see #10973
|
| [12205]
|
azaozz
|
Let plugins predefine thickbox image vars, props aaroncampbell, fixes #6453
|
| [12206]
|
markjaquith
|
Do not destroy characters surrounding shortcodes in strip_shortcodes(). fixes #10326
|
| [12207]
|
westi
|
Ensure WP_DEBUG is always defined and simplify the checks on it. Fixes #11090 props nacin.
|
| [12208]
|
ryan
|
Return if no post to avoid warnings
|
| [12209]
|
ryan
|
Don't destruct if WP_Error. Props scribu. fixes #11168
|