| [23435]
|
bumpbot
|
Compress scripts/styles: 3.6-alpha-23435.
|
| [23434]
|
SergeyBiryukov
|
Fix typos in phpdoc. props markmcwilliams. fixes #23481.
|
| [23433]
|
SergeyBiryukov
|
Correct return value for comment_exists(). fixes #20494.
|
| [23432]
|
SergeyBiryukov
|
Use wp_get_current_user(). props nacin. see #23192.
|
| [23431]
|
SergeyBiryukov
|
Replace get_user_id_from_string() with get_user_by(). props ocean90, bananastalktome. fixes #23192. see #23190.
|
| [23430]
|
SergeyBiryukov
|
Allow filtering attachments by Author name in Media Library. props greuben. fixes #16044.
|
| [23429]
|
lancewillett
|
Twenty Eleven and Twenty Twelve: use `.text()` instead of `.html()` for `blogname` and `blogdescription` in Theme Customizer JavaScript handlers. Fixes #23435, props mfields.
|
| [23428]
|
lancewillett
|
Twenty Twelve: clear center-aligned images properly. Fixes #23244.
|
| [23427]
|
lancewillett
|
Twenty Twelve: remove unnecessary class values in posts navigation, fixes #23152. Props DrewAPicture.
|
| [23426]
|
lancewillett
|
Twenty Twelve: fix button active state to avoid a 2px shift, fixes #22825. Props ocean90.
|
| [23425]
|
markjaquith
|
"LGPL License" is redundant.
props wonderboymusic, jakub.tyrcha. fixes #15585
|
| [23424]
|
SergeyBiryukov
|
Filter "Powered by WordPress" text in Meta widget. props Viper007Bond, wonderboymusic. fixes #14358.
|
| [23423]
|
nacin
|
jQuery UI 1.10.0.
Some lingering issues with the edit/insert link dialog.
props ocean90.
see #23370.
|
| [23422]
|
markjaquith
|
Update our Windows media file MIME types to the official Microsoft-recommended ones.
props niallkennedy, wonderboymusic. fixes #14253
|
| [23421]
|
nacin
|
jQuery 1.9.1 and jQuery Migrate 1.1.0.
Remains uncompressed for now, until we work out all 1.9.x issues.
Fixes custom fields.
props ocean90, wonderboymusic. see #22975.
|
| [23420]
|
SergeyBiryukov
|
Properly truncate UTF-8 post slugs in wp_unique_post_slug(). fixes #21013.
|
| [23419]
|
nacin
|
Do not unslash variables reset by wp_reset_vars(). Remove variables that have never been used in plugin-editor.php. see #21767.
|
| [23418]
|
bumpbot
|
Compress scripts/styles: 3.6-alpha-23417.
|
| [23417]
|
markjaquith
|
Refactor the Customizer accordion so that it can be used in other locations.
fixes #23449. props lessbloat, aaroncampbell
|
| [23416]
|
ryan
|
Change all core API to expect unslashed rather than slashed arguments.
The exceptions to this are update_post_meta() and add_post_meta() which are often used by plugins in POST handlers and will continue accepting slashed data for now.
Introduce wp_upate_post_meta() and wp_add_post_meta() as unslashed alternatives to update_post_meta() and add_post_meta(). These functions could become methods in WP_Post so don't use them too heavily yet.
Remove all escape() calls from wp_xmlrpc_server. Now that core expects unslashed data this is no longer needed.
Remove addslashes(), addslashes_gpc(), add_magic_quotes() calls on data being prepared for handoff to core functions that until now expected slashed data. Adding slashes in no longer necessary.
Introduce wp_unslash() and use to it remove slashes from GPCS data before using it in core API. Almost every instance of stripslashes() in core should now be wp_unslash(). In the future (a release or three) when GPCS is no longer slashed, wp_unslash() will stop stripping slashes and simply return what is passed. At this point wp_unslash() calls can be removed from core.
Introduce wp_slash() for slashing GPCS data. This will also turn into a noop once GPCS is no longer slashed. wp_slash() should almost never be used. It is mainly of use in unit tests.
Plugins should use wp_unslash() on data being passed to core API.
Plugins should no longer slash data being passed to core. So when you get_post() and then wp_insert_post() the post data from get_post() no longer needs addslashes(). Most plugins were not bothering with this. They will magically start doing the right thing. Unfortunately, those few souls who did it properly will now have to avoid calling addslashes() for 3.6 and newer.
Use wp_kses_post() and wp_kses_data(), which expect unslashed data, instead of wp_filter_post_kses() and wp_filter_kses(), which expect slashed data. Filters are no longer passed slashed data.
Remove many no longer necessary calls to $wpdb->escape() and esc_sql().
In wp_get_referer() and wp_get_original_referer(), return unslashed data.
Remove old stripslashes() calls from WP_Widget::update() handlers. These haven't been necessary since WP_Widget.
Switch several queries over to prepare().
Expect something to break.
Props alexkingorg
see #21767
|
| [23415]
|
westi
|
Revisions: Allow a plugin to force us to skip the don't save this revision because it hasn't changed code if it knows better.
See #7392 and #9843. Also cleans up the whitespace.
|
| [23414]
|
westi
|
Revisions: Before saving a new post revision make sure that something has changed in the fields that we are revisioning.
Fixes: #7392 and #9843 props adamsilverstein.
|
| [23413]
|
SergeyBiryukov
|
Use correct escaping function. fixes #23334.
|
| [23412]
|
SergeyBiryukov
|
Remove unused error string. props pavelevap. fixes #22107.
|
| [23411]
|
SergeyBiryukov
|
Use correct escaping function. props jkudish. fixes #20771.
|
| [23410]
|
SergeyBiryukov
|
Return from image_downsize() earlier if a custom resize function is used. props anatolbroder. fixes #23392.
|
| [23409]
|
helen
|
Restore the following:
* Box shadow for screen options/help tabs focus state.
* Text shadow on the about screen badge to match the text shadow in the graphic itself.
* Border for credits screen gravatars, in place of the previous box shadow.
props nacin. see #23415.
|
| [23408]
|
bumpbot
|
Compress scripts/styles: 3.6-alpha-23408.
|
| [23407]
|
helen
|
Begin simplifying some of the visual elements in the admin, starting with gradients. White space purposefully not currently altered. props lessbloat, melchoyce, aaroncampbell, sabreuse. see #23415.
|
| [23406]
|
potbot
|
POT, generated from r23404
|
| [23405]
|
potbot
|
POT, generated from r23404
|
| [23404]
|
westi
|
Revisions: Pass the whole revision being filtered along with context about which side it is to the _wp_post_revision_field_$field filters.
Fixes #19932 props pollett, ethitter.
|
| [23403]
|
bumpbot
|
Compress scripts/styles: 3.6-alpha-23403. TinyMCE updated.
|
| [23402]
|
azaozz
|
TinyMCE: include https://github.com/tinymce/tinymce/commit/cd84a63d4addf27c60ef32dcbe1a49bbee30150a to fix backspace and line breaks issues in WebKit, see #23337
|
| [23401]
|
ryan
|
Use microtime() instead of incrementors for last_changed to to avoid race conditions with cache evictions.
Props westi
fixes #23448
|
| [23400]
|
bumpbot
|
Compress scripts/styles: 3.6-alpha-23400.
|
| [23399]
|
markjaquith
|
Allow Backround Image's "select a file" link to be activated by pressing return on the keyboard.
props adamsilverstein. fixes #22606
|
| [23398]
|
markjaquith
|
Introduce wp_remove_object_terms() and wp_add_object_terms(). No more fetch-alter-update nonsense. Use wp_remove_object_terms() in a few places internally.
props simonwheatley, scribu, ericmann, maxcutler. fixes #15475
|
| [23397]
|
markjaquith
|
Document the mysterious seventh parameter of add_meta_box().
props wonderboymusic, markjaquith. fixes #17515
|
| [23396]
|
markjaquith
|
Link post formats in posts list table. Use a dash for standard, like we do for absence of tags. see #16047 Next: use icons, not text descriptions.
|
| [23395]
|
markjaquith
|
Fix some tabbing issues on the post editing screen. Add Media no longer skipped when going backwards from content. Save Draft no longer skipped when going forwards from content.
props adamsilverstein. fixes #23195 and #22933
|
| [23394]
|
helen
|
Open external links to plugin homepages, plugin author homepages, and theme author homepages in a new window/tab. props SergeyBiryukov. fixes #20839.
|
| [23393]
|
markjaquith
|
"Lookup" is a noun. "Look up" is the verb form. If you doubt me, you should have lookuped in a dictionary.
props johnbillion, SergeyBiryukov. fixes #22386
|
| [23392]
|
markjaquith
|
Display post formats in the posts list table.
props nacin, garyc40, DrewAPicture, wonderboymusic, aaroncampbell.
fixes #16047
|
| [23391]
|
nacin
|
Add underscore and backbone to the do-not-deregister list of scripts.
props adamsilverstein.
see [23378]. see #22896.
|
| [23390]
|
markjaquith
|
Revert [23375] until we can get Media fixed to work with newer versions of Backbone. see #23262
|
| [23389]
|
azaozz
|
Heartbeat API: fix error in IE < 9, props SergeyBiryukov, don't attempt to bind events to cross-domain iframes, see #23216
|
| [23388]
|
SergeyBiryukov
|
Use a human-readable constant in wp_set_auth_cookie(). fixes #23372.
|
| [23387]
|
SergeyBiryukov
|
Correct the documentation for _publish_post_hook(). Remove unused global declaration. props roulandf. fixes #23376.
|
| [23386]
|
bumpbot
|
Compress scripts/styles: 3.6-alpha-23386.
|
| [23385]
|
ryan
|
In wp_get_archives(), cache queries to individual cache buckets instead of storing them in one cached array. Use incrementor style passive cache invalidation.
fixes #23206
see #23173
|
| [23384]
|
ryan
|
Use incrementors for cache invalidation in get_terms().
fixes #23326
see #23173
|
| [23383]
|
markjaquith
|
Update Underscore to version 1.4.4. see #23262
|
| [23382]
|
azaozz
|
Heartbeat API: throttle down when the window looses focus or when the user is inactive, always send 'screen_id', change the interval settings to 'fast' (5sec), 'standard' (15sec) and 'slow' (60sec), the interval can be changed from PHP, see #23216
|
| [23381]
|
helen
|
Maintain theme screenshot aspect ratio on the update screen. props cochran. fixes #23164.
|
| [23380]
|
nacin
|
Confirm a user exists before deleting them in wp_delete_user() and wpmu_delete_user(). props scribu, fixes #23067.
|
| [23379]
|
SergeyBiryukov
|
Mark the string for translation. see #22896.
|
| [23378]
|
nacin
|
Do not allow accidental or negligent deregistering of critical scripts in the admin. (Defined for now as jQuery and jQuery UI.) Show minimal remorse if the correct hook is used. see #22896.
|
| [23377]
|
nacin
|
Stop recommending the init hook in the _doing_it_wrong() message for too-early scripts and styles. Instead, recommend the three _enqueue_scripts hooks. If they're noticing they are doing it wrong, let's push them to 100% correct, not partly correct.
see #22896.
|
| [23376]
|
nacin
|
Update to Services_JSON 1.0.3. props bpetty. fixes #21568.
|
| [23375]
|
nacin
|
Update Backbone.js to 0.9.10. props aaronholbrook, fixes #23262.
|
| [23374]
|
SergeyBiryukov
|
Return WP_Error from wp_crop_image() if saving has failed. props macbrink. fixes #23325.
|
| [23373]
|
nacin
|
Ensure we have a charset before calling mb_internal_encoding(), avoiding an unnecessary (if suppressed) warning. props dfavor. fixes #23093.
|
| [23372]
|
nacin
|
Clean up rendering of the title column in the posts list table. Simplify branching. Use get_userdata() rather than get_user_by( 'id' ). Change string to '%s is currently editing'. see #23312.
|
| [23371]
|
azaozz
|
Posts screen: show when a post is "locked", hide the checkbox, Quick Edit and Trash links, props dh-shredder, see #23312
|
| [23370]
|
azaozz
|
New icons: make the .icon32 container larger to prevent clipping, see #23333
|
| [23369]
|
azaozz
|
New icons take one, props empireoflight, see #23333
|
| [23368]
|
SergeyBiryukov
|
Correct the documentation for balanceTags(). Remove unnecessary boolean inversion. props TobiasBg. fixes #22537.
|
| [23367]
|
SergeyBiryukov
|
Properly check if the custom header/background has been initialized. fixes #23170. see #22246.
|
| [23366]
|
SergeyBiryukov
|
Select "Attribute all posts to..." radio button automatically when selecting a username from the dropdown. fixes #23224.
|
| [23365]
|
SergeyBiryukov
|
PHPDoc fixes and additions. props bananastalktome, DrewAPicture. fixes #23313.
|
| [23364]
|
SergeyBiryukov
|
Only show "There is a pending change of your e-mail..." message on the current user's profile page. fixes #23146.
|
| [23363]
|
SergeyBiryukov
|
Merge two different descriptions of siteurl and home options. fixes #22771.
|
| [23362]
|
SergeyBiryukov
|
Add inline documentation for wp-signup.php. props DrewAPicture. fixes #22187.
|
| [23361]
|
SergeyBiryukov
|
Use digraphs for German umlauts in remove_accents(). props SergeyBiryukov, ocean90. fixes #3782.
|
| [23360]
|
SergeyBiryukov
|
Display username (user_login) rather than user_nicename in Toolbar. fixes #22121.
|
| [23359]
|
SergeyBiryukov
|
Cast post_author to string in XML-RPC methods. props markoheijnen. fixes #22324.
|
| [23358]
|
SergeyBiryukov
|
Pass old roles to set_user_role action. props awellis13. fixes #19134.
|
| [23357]
|
SergeyBiryukov
|
Avoid 'Only variables should be passed by reference' warning. fixes #23232.
|
| [23356]
|
azaozz
|
Remove BOM from jquery.query.js, fixes #23315
|
| [23355]
|
azaozz
|
Heartbeat API: first run, see #23216
|
| [23354]
|
helen
|
Remove the long-broken and questionably useful [more]/[less] toggle for hierarchical taxonomies in Quick/Bulk Edit. Nobody seems to have noticed in the nearly 3 years it's been broken. fixes #23006
|
| [23353]
|
SergeyBiryukov
|
Sanitize post_author and comment_count as integer fields. props GeertDD. fixes #22324.
|
| [23352]
|
SergeyBiryukov
|
Consistently use a helper function instead of directly printing the disabled attribute.
Remove an erroneous esc_attr() call.
fixes #23194.
|
| [23351]
|
SergeyBiryukov
|
Make sure the post exists before checking its ID. fixes #23026.
|
| [23350]
|
SergeyBiryukov
|
Add missing inline descriptions.
props momo360modena, aaronholbrook.
see #20494, fixes #23304.
|
| [23349]
|
SergeyBiryukov
|
Correct return value for WP_Filesystem_Base::gethchmod(). props bananastalktome. fixes #23121.
|
| [23348]
|
nacin
|
Treat URL schemes as case insensitive when sanitizing them in esc_url().
Merges [23303] to the 3.5 branch.
props mdawaffe.
fixes #23187.
|
| [23347]
|
nacin
|
The 3.5 branch is now 3.5.2-alpha.
|
| [23346]
|
SergeyBiryukov
|
Make sure the array exists before adding an element to it. props rodrigosprimo. fixes #23272.
|
| [23345]
|
nacin
|
Tag 3.5.1
|
| [23344]
|
nacin
|
3.5.1
|
| [23343]
|
nacin
|
3.5.1
|
| [23342]
|
nacin
|
Don't stomp existing sizes inside wp_save_image().
Merges [23246] to the 3.5 branch.
props markoheijnen.
see #22985.
|
| [23341]
|
nacin
|
Use correct cache bucket. Fixes copy-paste error in r23320. props kurtpayne. see #23167.
|
| [23340]
|
azaozz
|
Update Plupload to 1.5.5, fixes #23277 for 3.5
|
| [23339]
|
azaozz
|
Update Plupload to 1.5.5, fixes #23277 for trunk
|
| [23338]
|
SergeyBiryukov
|
Prevent an unintended visibility change from "Password protected" to "Public" when updating the post.
props thomasvanderbeek. fixes #23065.
|
| [23337]
|
SergeyBiryukov
|
Define the variable before using it. fixes #23181.
|
| [23336]
|
SergeyBiryukov
|
Simplify the logic for printing "Lost your password?" link. props ktdreyer. fixes #16498.
|