﻿_relm,_id,Changeset,author,message
changeset,15006,[15006],westi,↑↑↓↓←→←→BA
changeset,21775,[21775],nacin,"~20 bugs fixed

"
changeset,933,[933],michelvaldrighi,"zeroise() is our friend -- calendar fixed for GMT
"
changeset,4717,[4717],ryan,Zend hash del key or index fix.  PRops MarkJaquith.
changeset,33,[33],saxmatt,"Zapping tables.
"
changeset,16941,[16941],westi,Zap the extra * props duck_
changeset,1037,[1037],michelvaldrighi,"your aggregator will love you, part 2: fixing support for 304 :P
"
changeset,1036,[1036],michelvaldrighi,"your aggregator will love you, feeds now support sending a 304 Not Modified header when needed
"
changeset,2753,[2753],matt,You should be able to change the defaults
changeset,1294,[1294],michelvaldrighi,"you pesky little browser you
"
changeset,4430,[4430],markjaquith,You have rah-ceived a bimp.  One could get a concussion from such a bimp.
changeset,2503,[2503],ryan,You can't index an array with an object ref.  Silly Ryan.
changeset,120,[120],saxmatt,"You can now press ESC to close the popup window.
"
changeset,6566,[6566],westi,You are now logged out. Fixes #4754 props spencerp.
changeset,16947,[16947],nacin,"You are doing it wrong in query.php. see #15824, see #14729."
changeset,12344,[12344],markjaquith,Yet more standardization around Post/Page Image instead of Post/Page Thumbnail
changeset,12331,[12331],markjaquith,"Yes, I did mean original... props coffee2code. fixes #10057"
changeset,16532,[16532],nacin,"Yeah, about that comma... Fix internal linking for both IE6 and IE7. props koopersmith, fixes #15485."
changeset,2202,[2202],saxmatt,"Yay for IE
"
changeset,19140,[19140],nacin,"Yank version numbers out of translated strings. TODO decide whether this should be major version only, which probably means about.php should also contain text about x.y vs x.y.z. see #18742."
changeset,1011,[1011],ryan,xssAttacks from http://ha.ckers.org/xssAttacks.xml
changeset,605,[605],markoheijnen,XMLRPC: XMLRPC: First pass test cases for mw_getRecentPost
changeset,639,[639],markoheijnen,XMLRPC: wp_newTerm: defined the parent_term id in setUp
changeset,22584,[22584],westi,"XMLRPC: When Editing an existing post make sure to use wp_update_post instead of wp_insert_post so as to not perform destructive actions on the content.

The wp.EditPost() API will accept very limited data to only edit specific attributes of a post, if you didn't supply a category change then we would previously
overwrite the original categories with the default cat.

Fixes #22220 props nacin.
"
changeset,533,[533],westi,"XMLRPC: Use randomised names for the default terms we create so that the tests can be independant of each other.
"
changeset,826,[826],maxcutler,"XMLRPC: Unregister custom post types in teardown.

See #99."
changeset,532,[532],westi,"XMLRPC: The Error code for this in the latest patch is 403.
"
changeset,21936,[21936],westi,"XMLRPC: Support searching via wp.getPosts() fixes #21623 props ericmann.
"
changeset,20159,[20159],westi,"XMLRPC: Start casting datatypes in _prepare_term so as to ensure consistent datatypes in our responses. See #18438. 
"
changeset,540,[540],markoheijnen,XMLRPC: Remove unused variable
changeset,911,[911],markoheijnen,XMLRPC: Remove unneeded group for wp.uploadFile tests
changeset,772,[772],maxcutler,XMLRPC: Remove unnecessary post thumbnail includes.
changeset,20154,[20154],westi,"XMLRPC: Remove the ""Backward Compatibility"" code from the new api as we don't need to support this older format and it keeps the new api cleaner.

The new Posts API is designed so that you can fetch a post with get, update the data structure returned and submit that with edit and so we need to ensure to only include in get data in a single form - tags and categories are returned as terms.
See #18429
"
changeset,534,[534],westi,"XMLRPC: Randomise the name in the wp.newTerm() tests too.
"
changeset,603,[603],markoheijnen,XMLRPC: modified all the date tests to work for the new date patch. See #WP19733
changeset,606,[606],westi,"XMLRPC: Mark this test against the trac ticket that maxcutler kindly raised for the bug.
"
changeset,20353,[20353],westi,"XMLRPC: Make sure that we always return valid dates when no date is currently set - for example if the post is pending. Fixes #19733 props markoheijnen and koke. 
"
changeset,19848,[19848],westi,"XMLRPC: Introduce new create,read,update and delete XMLRPC apis for Posts, Pages and all Custom Post Types.
Introduces: wp.newPost, wp.editPost, wp.deletePost, wp.getPost, and wp.getPosts
See #18429, #18430, #18431, #18432, and #18433 props maxcutler and markoheijnen.
"
changeset,20153,[20153],westi,"XMLRPC: Intoduce a date generation helper method to improve the dates returned over XMLRPC when we have a 0 date stored for drafts.

This improves the ability of clients to work with the new wp Post APIs. See #18429 and #19733 props maxcutler. 
"
changeset,738,[738],maxcutler,"XMLRPC: Initial tests for wp.getPosts.

Includes case for WP#20991."
changeset,20323,[20323],westi,"XMLRPC: In mw_newPost check to see if the post_status has been supplied before trying to use it to avoid undefined array access notices. Fixes #19774 props maxcutler. 
"
changeset,566,[566],westi,"XMLRPC: Have an administrator level user available by default for the tests too.
"
changeset,607,[607],maxcutler,XMLRPC: Fixed typo in wp.getPageList test.
changeset,638,[638],markoheijnen,XMLRPC: Fixed issues with wp_newTerm where wp_insert_term returned an array with the term_id
changeset,637,[637],markoheijnen,XMLRPC: Fixed issues with mt_getRecentPostTitles when running the entire test suite
changeset,1022,[1022],maxcutler,"XMLRPC: Fixed broken 'wp.getUser' tests in multisite mode.

Some user cap behaviors change when in multisite mode, so tests were
changed to create super-admin user when necessary."
changeset,907,[907],maxcutler,XMLRPC: Fixed a wp.deletePost test to use a truly invalid ID.
changeset,928,[928],markoheijnen,XMLRPC: Fix wp.uploadFile->test_network_limit() so it also runs for single site
changeset,1137,[1137],westi,"XMLRPC: Fix up the new test from [1133] so that it correctly tests the bug.

Previously the test created a post that the test user couldn't edit and so the Post Editing failed.

See #WP22220
"
changeset,604,[604],markoheijnen,XMLRPC: Fix two errors in the test cases
changeset,20321,[20321],westi,"XMLRPC: Fix the featured image support in mw_newPost to use the correct variable names. See #18429 and [UT592].
"
changeset,808,[808],maxcutler,XMLRPC: Fix test for mt.getRecentPostTitles broken by [807].
changeset,716,[716],maxcutler,XMLRPC: Fix remove_filter call in [715].
changeset,20322,[20322],westi,"XMLRPC: Fix bugs in mw_editPost hilighted by tests in [UT593]

 * Feature image code did not actually set the feature image - See #18429
 * This api call could trash post data - Fixes #20321.
"
changeset,529,[529],westi,"XMLRPC: First pass test cases for wp.newTerm(). See #WP18438 props markoheijnen. 
"
changeset,537,[537],markoheijnen,XMLRPC: First pass test cases for wp.getTerms. See #18438
changeset,536,[536],markoheijnen,XMLRPC: First pass test cases for wp.getTerm. See #18438
changeset,538,[538],markoheijnen,XMLRPC: First pass test cases for wp.getTaxonomy. See #18438
changeset,539,[539],markoheijnen,XMLRPC: First pass test cases for wp.getTaxonomies. See #18438
changeset,554,[554],maxcutler,XMLRPC: First pass test cases for wp.getPost
changeset,602,[602],markoheijnen,XMLRPC: First pass test cases for wp.getPageList
changeset,601,[601],markoheijnen,XMLRPC: First pass test cases for wp.getPage
changeset,530,[530],westi,"XMLRPC: First pass test cases for wp.editTerm. See #18438 props markoheijnen.
"
changeset,535,[535],markoheijnen,XMLRPC: First pass test cases for wp.deleteTerm. See #18438
changeset,599,[599],markoheijnen,XMLRPC: First pass test cases for mw.getPost. See #WP19733 and #WP20336
changeset,600,[600],markoheijnen,XMLRPC: First pass test cases for mt.getRecentPostTitles
changeset,565,[565],westi,"XMLRPC: Extend the wp.getOptions tests to cover all the options we support and to check readonly status.
"
changeset,20155,[20155],westi,"XMLRPC: Expose the fact that the current theme supports featured images to XMLRPC clients so they can make intelligent UI decisions. 
"
changeset,20156,[20156],westi,"XMLRPC: Expose the extended more text to XMLRPC clients from metaWeblog.getPost(). Fixes #10933 props koke, ericmann.
"
changeset,597,[597],markoheijnen,XMLRPC: Expanded the date test case of wp_getPost to also check the non GMT date's
changeset,531,[531],westi,"XMLRPC: Current patch returns a different string when the Parent Term doesn't exist.
"
changeset,1051,[1051],markoheijnen,XMLRPC: Change argument 'website' to 'url' in wp.editProfile test. See #WP18428
changeset,701,[701],maxcutler,"XMLRPC: Always pass the required number of arguments to XML-RPC methods, even if they won't be used. 

Related to #WP20394."
changeset,910,[910],markoheijnen,"XMLRPC: Added test to check limit for wp.uploadFile, see WP#21292"
changeset,908,[908],maxcutler,"XMLRPC: Added test for missing post fields, see WP#21308."
changeset,739,[739],maxcutler,XMLRPC: Added more comprehensive tests for all the 3.4 post methods and wp.getTerms.
changeset,715,[715],maxcutler,XMLRPC: Added basic tests for wp.getPages and cover WP#20629.
changeset,693,[693],maxcutler,XMLRPC: Added basic tests for wp.getMediaItem.
changeset,720,[720],maxcutler,XMLRPC: Added basic tests for wp.getComment and wp.getComments.
changeset,588,[588],maxcutler,XMLRPC: Added a test for wp.uploadFile. See WP#15098.
changeset,545,[545],markoheijnen,XMLRPC: Added a boolean check when the output should be a boolean
changeset,567,[567],westi,"XMLRPC: Add to and adapt the wp.getOptions test cases to take into account the readonly status bug highlighted in #WP20201

wp.getOptions currently returns readonly as false even when the user cannot update the options because they don't have the manage_options cap. 
"
changeset,556,[556],markoheijnen,XMLRPC: Add theme support post-thumbnails when it get used in the post methods
changeset,20305,[20305],westi,"XMLRPC: Add the object ID to the return data of wp.uploadFile/metaWeblog.newMediaObject so that it can be used in other api calls e.g. setting featured image see #15098 props maxcutler
"
changeset,587,[587],maxcutler,XMLRPC: Add tests for wp.getPostType and wp.getPostTypes. See #WP18436.
changeset,555,[555],maxcutler,"XMLRPC: Add tests for 'featured_image' field support in wp.getPost, wp.newPost and wp.editPost. See #18429"
changeset,528,[528],westi,"XMLRPC: Add test cases for wp.editPost(). See #WP18429 props maxcutler.
"
changeset,592,[592],westi,"XMLRPC: Add test cases for mw_newPost based on the wp_newPost ones.

Bugs Found:
 * New featured image code doesn't work.
 * You can set the post_author to an invalid value.
"
changeset,593,[593],westi,"XMLRPC: Add test cases for mw_editPost based on the wp_editPost ones.

Bugs found:
 * Feature image setting doesn't work
 * mw_editPost eats content if you don't set all the fields or rejects the edit with a 500 error.
"
changeset,20270,[20270],westi,"XMLRPC: Add support for Feature Images to the new wp.xxxPost apis. See #18429 props maxcutler and markoheijen.
"
changeset,20158,[20158],westi,"XMLRPC: Add some xmlrpc_call_success_* actions to some of the post creation/deletion calls. Fixes #14283 props ericmann, simonwheatley.
"
changeset,20157,[20157],westi,"XMLRPC: Add some xmlrpc_call_success_* actions to some of the credit/edit/delete calls. Fixes #17109 props ericmann. 
"
changeset,1033,[1033],westi,"XMLRPC: Add some simple test cases for supporting searching in wp.getPosts. See #WP21623
"
changeset,564,[564],westi,"XMLRPC: Add some content and type checks to test_valid_term() for getTerm.
"
changeset,563,[563],westi,"XMLRPC: Add some content and data type checking to the empty author test for wp.newPost().
"
changeset,20271,[20271],westi,"XMLRPC: Add new wp.getPostType and wp.getPostTypes apis. See #18436 props maxcutler, markoheijnen and nprasath002.
"
changeset,595,[595],westi,"XMLRPC: Add mw_newPost test for creating pages.
"
changeset,527,[527],westi,"XMLRPC: Add more test cases for wp.newPost() See #WP18429 props maxcutler.
"
changeset,568,[568],westi,"XMLRPC: Add getOptions test case for feature image support in current theme.
"
changeset,596,[596],markoheijnen,XMLRPC: Add basic test case for wp_getPost to check for correct date
changeset,1098,[1098],westi,"XMLRPC: Add a test case for #WP22320 to check the metaweblog.getRecentPosts return when the user has no posts. Props redsweater.
"
changeset,594,[594],westi,"XMLRPC: Add a mw_editPost test case for the inability to change post_type using this api.
"
changeset,20351,[20351],westi,"XMLRPC: Add a check in mw.newPost to stop the authorID being changed to an invalid value. Fixes #20356 props maxcutler.
"
changeset,10380,[10380],ryan,XMLRPC wp_newComment() fixes. Props josephscott. fixes #8672 for trunk
changeset,10381,[10381],ryan,XMLRPC wp_newComment() fixes. Props josephscott. fixes #8672 for 2.7
changeset,544,[544],markoheijnen,XMLRPC wp.getTerms(): Add some datatype checks on the returned data.
changeset,542,[542],westi,"XMLRPC wp.getTerm(): Switch to assertStringMatchesFormat so that we check both the datatype and that it looks like an integer.
"
changeset,543,[543],markoheijnen,XMLRPC wp.getTerm(): Check if all fields are there.
changeset,541,[541],westi,"XMLRPC wp.getTerm(): Add some datatype checks on the returned data and use the api to array casting.
"
changeset,4961,[4961],ryan,xmlrpc updates from Joseph Scott.
changeset,4908,[4908],ryan,xmlrpc updates from Joseph Scott.
changeset,5098,[5098],ryan,XMLRPC fixes from Joseph Scott.  404 for invalid post ids. Return empty array if no pages are present.
changeset,4537,[4537],ryan,xmlrpc filename sanitation. Props donncha. fixes #3395
changeset,4870,[4870],ryan,XMLRPC changes from Joseph.
changeset,2693,[2693],ryan,XMLRPC category fixes
changeset,4851,[4851],ryan,XMLRPC API updates.
changeset,1109,[1109],markoheijnen,XML-RPC: Updated tests for wp.editPost when user tries to modify an attachment
changeset,23636,[23636],nacin,"XML-RPC: Return an error for getRecentPosts (mw and blogger) if the user does not have edit_posts.

props redsweater.
fixes #22320.

"
changeset,21824,[21824],nacin,"XML-RPC: Introduce wp.getUsers, wp.getUser, wp.getProfile, wp.editProfile.

props maxcutler.
props nprasath002 for earlier patches.

see #18428.

"
changeset,22037,[22037],nacin,"XML-RPC: Introduce wp.getRevisions and wp.restoreRevision.

props brandondove, koke, markoheijnen, JustinSainton, maxcutler.

fixes #21397.

"
changeset,20137,[20137],westi,"XML-RPC: Initial implementation of Taxonomy and Term APIs.

Implements: wp.newTerm, wp.editTerm, wp.deleteTerm, wp.getTerm, wp.getTerms, wp.getTaxonomy and wp.getTaxonomies

See: #18438, #18439, #18440, #18441, #18442, #18443, and #18444 props maxcutler, markoheijnen and nprasath002.
"
changeset,21910,[21910],nacin,"XML-RPC: Have the deprecated login_pass_ok() method wrap login(). Move it below login() so the proper method is found first. see #21907.

"
changeset,938,[938],markoheijnen,XML-RPC: Added mime test to wp.uploadFile. Also removed base64_encode() since it breaks the image
changeset,1064,[1064],markoheijnen,XML-RPC: Added data type checking to wp.getUsers
changeset,21805,[21805],nacin,"XML-RPC: Add the 'home' option to wp.getOptons. props mrroundhill. fixes #21822.

"
changeset,22034,[22034],nacin,"XML-RPC: Add an if_not_modified_since argument to wp.editPost.

Accepts a GMT date, which is used to compare to the current post_modified_gmt
value for the post being edited. If the post has since been edited (as in, too
old of a date was passed), the edit is rejected as overwriting a newer version.

It is rejected with a HTTP 409 Conflict status code. (Fancy.)

props koke, markoheinjen.
Tests: [UT1049]

see #21397.

"
changeset,21959,[21959],nacin,"XML-RPC: Accept 'url', not 'website' in wp.editProfile. props maxcutler. see #18428.

"
changeset,9313,[9313],azaozz,"XML-RPC wp.getPages Fix: don't restrict to just published pages, props josephscott, fixes #7954"
changeset,522,[522],westi,"XML-RPC tests split off the function tests into file per api for easier navigation to test cases.
"
changeset,700,[700],nacin,"XML-RPC test updates for [WP20632], #WP20566.

"
changeset,5281,[5281],ryan,XML-RPC fixes to allow for empty/zero settings in various fields. Props Joseph Scott. fixes #4156
changeset,20608,[20608],ryan,"XML-RPC featured image and media preparation cleanup.

* Introduce _prepare_media_item().
* Use it to prepare post_thumbnail info in _prepare_post().
* Also use _prepare_media_item() in wp_getMediaLibrary() and wp_getMediaItem() so that all media is prepared consistently and uses the same filters.

Props maxcutler
Fixes #20409
"
changeset,1118,[1118],nacin,"XML-RPC editTerm/newTerm parent empty tests. props markoheijnen, see #WP21977.

"
changeset,8543,[8543],ryan,XML-RPC comments API. see #7446
changeset,1052,[1052],markoheijnen,XML-RPC added the image that was forgotten in changset [938]
changeset,4829,[4829],markjaquith,XHTML validation fixes and <!--more--> typo correction for Reading Options page.  Props JeremyVisser.  fixes #3709
changeset,4828,[4828],markjaquith,XHTML validation fixes and <!--more--> typo correction for Reading Options page.  Props JeremyVisser.  fixes #3709
changeset,4837,[4837],markjaquith,XHTML validation fix in link-categories.php by foolswisdom.  fixes #3573
changeset,4844,[4844],markjaquith,XHTML validation fix by nickshanks.  fixes #3582
changeset,1581,[1581],saxmatt,"XHTML error.
"
changeset,550,[550],emc3,"XHTML compliance changes in doGeoUrlHeader() as suggested by Xial http://pxnet.pixelechoes.net/
"
changeset,205,[205],saxmatt,"XHTML 1.1 compliant permalink
"
changeset,971,[971],saxmatt,"XFN profile.
"
changeset,745,[745],saxmatt,"XFN fixes.
"
changeset,1559,[1559],saxmatt,"XFN 1.1 profile
"
changeset,8799,[8799],ryan,WXR Importer fix to resolve absolute urls without protocol and domain.  fixes #7595
changeset,323,[323],duck_,WXR import tests round 1
changeset,4361,[4361],markjaquith,WXR export shouldn't sell itself short!
changeset,1666,[1666],michelvaldrighi,"wtf was I thinking? here comes a bunch of fixes
"
changeset,9406,[9406],ryan,Wrong view ryan
changeset,2221,[2221],saxmatt,"Wrong variable - http://mosquito.wordpress.org/view.php?id=786
"
changeset,3177,[3177],ryan,Wrong var name.
changeset,2845,[2845],matt,Wrong var
changeset,2689,[2689],matt,"Wrong translation and indentation fix, fixes #1373"
changeset,1124,[1124],saxmatt,"Wrong time in time format examples and posts_per_rss not updating.
"
changeset,3162,[3162],ryan,Wrong PCRE flag break TinyMCE on lower PHP versions. fixes #1913
changeset,2368,[2368],matt,Wrong order - http://mosquito.wordpress.org/view.php?id=928
changeset,2344,[2344],saxmatt,"Wrong line
"
changeset,1193,[1193],saxmatt,"Wrong highlighting.
"
changeset,168,[168],saxmatt,"Wrong filename and typo in title. Thanks Mike :).
"
changeset,2298,[2298],rboren,"Wrong arguments for user_can_edit_user() in wp-admin/edit.php. http://mosquito.wordpress.org/view.php?id=865  Hat tip:  Agent Orange
"
changeset,1489,[1489],rboren,"Write rewrite rules to .htacces if .htaccess is writable.  Create .htaccess if it does not exist and the directory is writable.  Props to Owen Winkler.
"
changeset,8015,[8015],ryan,Write Post h2 positioning fix from azaozz. fixes #7063
changeset,9384,[9384],azaozz,Write page styling
changeset,439,[439],mikelittle,"Wrapped text
"
changeset,4901,[4901],ryan,Wrapped allowed html in code tags.  Props rob1n.  fixes #998
changeset,13797,[13797],nbachiyski,"Wrap transtable strings used in Network install in WP_I18N_SOMETHING, because translations still aren't loaded. Fixes #12357
"
changeset,21803,[21803],nacin,"Wrap the unused options line in populate_options().

"
changeset,16285,[16285],westi,Wrap the reset link in <> so as to protect it when it goes over multiple lines in an email client. Fixes #14140 props demetris.
changeset,12506,[12506],westi,Wrap the content of <wp:meta_value></wp:meta_value> in CDATA for WXR exports. Fixes #9633 props hakre.
changeset,10626,[10626],westi,Wrap the apply_filters call in a function_exists check as this can be called before it is defined. See #9205.
changeset,20616,[20616],nacin,"Wrap text in the theme filter, rather than using a min-width. Makes things look a little better in languages with long words and phrases. props SergeyBirukov, fixes #18131."
changeset,11199,[11199],azaozz,"Wrap tag cloud in a block element, props hudatoriq, fixes #7905"
changeset,23703,[23703],markjaquith,"Wrap self.run in an anonymous function wrapper so self always gets the same scope.

props azaozz. fixes #23780"
changeset,1721,[1721],rboren,"Wrap rewrite rules in IfModule.  Bug 318.
"
changeset,2640,[2640],ryan,Wrap metavalue loop in is_array to check to avoid invalid argument warning.
changeset,19694,[19694],azaozz,"Wrap long titles in dashboard recent drafts, props Lardjo SergeyBiryukov, fixes #17424"
changeset,11033,[11033],ryan,Wrap get_user_by() in function_exists check. Props alexrabe. fixes #9617
changeset,7427,[7427],ryan,Wrap comment bubbles in minimum width div to avoid chopping. Props mt. fixes #6207
changeset,4454,[4454],ryan,Wrap cat name in CDATA. props alexkingorg.  fixes #3252
changeset,20309,[20309],markjaquith,"Wrap attachment delete link in <p> for semantics and alignment. props aaroncampbell, lancewillett. fixes #19785"
changeset,14669,[14669],nacin,Wrap a label around an inline input. Same tactic we use in options-discussion. see [14668].
changeset,4085,[4085],ryan,wpTriggerSave for autosave. does not move cursor.
changeset,1185,[1185],SergeyBiryukov,wptexturize() test for non-breaking spaces around hyphens. props redsweater. see #23185.
changeset,1168,[1168],nacin,"wptexturize() test for formatting apostrophes in words before primes. see #WP22823.

"
changeset,19796,[19796],nacin,wptexturize() does not need to staticize variables it only uses to set up variables it needs statically. see #19602.
changeset,20952,[20952],duck_,"wpmu_delete_user() should actually delete the user. Fixes #20792.

User meta is removed by delete_metadata_by_mid() already.
"
changeset,15330,[15330],nacin,"WPMU->Network Codex link updates. props wpmuguru, see #14014 for trunk."
changeset,16490,[16490],ryan,wplink IE fixes. Props koopersmith. see #15485
changeset,7164,[7164],ryan,wpfs fixes from DD32. see #5586
changeset,7415,[7415],ryan,wpfs direct fixes from DD32. see #5586
changeset,10919,[10919],ryan,WPFS cleanups. Props DD32. fixes #9525
changeset,6300,[6300],ryan,wpdb::set_prefix(). fixes #5287
changeset,8740,[8740],ryan,wpdb::has_cap() from mdawaffe. fixes #7609
changeset,971,[971],nacin,"wpdb tests for [WP21512] and #WP18510.

"
changeset,10781,[10781],azaozz,"WP_Widgets: make save_settings() and get_settings() separate methods, convert defined single widgets settings to multi-widget format, small fixes for the Links widget, see #8441"
changeset,3864,[3864],ryan,WP_User_Search from Mark Jaquith. #2793
changeset,15543,[15543],scribu,WP_User_Query constructor improvements. Props filosofo. Fixes #14709
changeset,654,[654],ryan,WP_User::exists() tests.
changeset,414,[414],ryan,WP_User constructor tests
changeset,23912,[23912],nacin,"WP_Upgrader: Add upgrader_process_complete hooks and add a abort_if_destination_exists flag (default is true). props dd32. see #18200.

"
changeset,11089,[11089],ryan,WP_Upgrader updates from DD32. see #7875
changeset,5866,[5866],ryan,wp_update_term_count fixes from cavemonkey50.  fixes #4500
changeset,3888,[3888],ryan,wp_update_comment_count() from MarkJaquith. fixes #2836
changeset,3887,[3887],ryan,wp_update_comment_count() from MarkJaquith. fixes #2836
changeset,5869,[5869],ryan,wp_update_comment_count hook from mdawaffe.  fixes #4740
changeset,740,[740],SergeyBiryukov,wp_unique_post_slug() test for non-Latin slugs. see #WP21013.
changeset,11467,[11467],ryan,wp_unique_post_slug() fixes. Props Denis-de-Bernardy. fixes #9726
changeset,176,[176],tellyworth,"wp_unique_filename() tests, thanks Mark Jaquith"
changeset,5035,[5035],ryan,wp_title() fixes from dwc.  fixes #3967
changeset,4976,[4976],ryan,wp_title shouldn't use category_name if cat is also specified. Props majelbstoat. fixes #3902
changeset,20238,[20238],nacin,"WP_Theme::get_allowed_on_network() doesn't take a blog_id argument. props duck_. Restore static declaration accidentally removed in [20193]. see #20103.

"
changeset,22862,[22862],nacin,"WP_Theme: If the parent theme is missing, instantiate a WP_Theme object anyway, so it can hold errors.

Fixes the installation of parent themes when installing a child theme from WordPress.org.

see #22515.
for the 3.4 branch.

"
changeset,22784,[22784],nacin,"WP_Theme: If the parent theme is missing, instantiate a WP_Theme object anyway, so it can hold errors.

Fixes the installation of parent themes when installing a child theme from WordPress.org.

see #22515.

"
changeset,20945,[20945],nacin,"WP_Theme: If no 'Domain Path' header is specified, default to looking in the /languages directory. see #20103, see #20448."
changeset,15632,[15632],scribu,"WP_Terms_Table cleanup:
	* use column_*() methods
	* remove $taxonomy argument from single_row()
	* don't calculate tag full name in admin-ajax.php
See #14579

"
changeset,18742,[18742],duck_,"wp_strip_all_tags() in wp_trim_words() to remove CSS and JS within tags. Props evansolomon. Fixes #18726.
"
changeset,3974,[3974],ryan,wp_specialchars() within wp_nonce_url().  Props Nazgul. fixes #2857
changeset,3973,[3973],ryan,wp_specialchars() within wp_nonce_url().  Props Nazgul. fixes #2857
changeset,4666,[4666],markjaquith,wp_specialchars() treatment for recent file list
changeset,4665,[4665],markjaquith,wp_specialchars() treatment for recent file list
changeset,3440,[3440],ryan,wp_specialchars the request uri when contructing paging links.  fixes #1686
changeset,3757,[3757],ryan,wp_specialchars comment author name.
changeset,3755,[3755],ryan,wp_specialchars comment author name.
changeset,2107,[2107],rboren,"wp_setcookie() and wp_clearcookie().  Set cookies for both siteurl and home if they are not the same.  Update cookies whenever home or siteurl change.
"
changeset,18790,[18790],nacin,wp_set_post_lock() only takes one argument. see #18515.
changeset,6396,[6396],ryan,wp_set_password(). see #2394
changeset,20402,[20402],nacin,wp_set_current_user(0) for XMLRPC_REQUEST in get_currentuserinfo(). Ensures that wp_get_current_user() always returns a WP_User object. see #20372.
changeset,19471,[19471],nacin,"WP_Screen: Whitelist -new and -add screens, and prevent edit-comments and edit-tags from being mashed on. fixes #19353."
changeset,19324,[19324],nacin,WP_Screen->post_type is always set. see #19131.
changeset,3811,[3811],ryan,wp_salt() and more hash work.
changeset,6751,[6751],ryan,wp_safe_redirect() for 2.0.  Props markjaquith and snakefoot. fixes #4606 for 2.0
changeset,5698,[5698],rob1n,"wp_rss() updates. fixes #3834
"
changeset,3452,[3452],ryan,wp_roles cleanup.
changeset,3453,[3453],ryan,wp_roles cleanup
changeset,3956,[3956],ryan,wp_reset_vars(). Props Sewar.  fixes #2888
changeset,3946,[3946],ryan,wp_reset_vars() from Sewar.  fixes #2888
changeset,5907,[5907],ryan,wp_reset_query() from mdawaffe. fixes #4741
changeset,583,[583],kurtpayne,wp_read_image_metadata should return false if the image file doesn't exist
changeset,8749,[8749],ryan,wp_rand() - more randy rands for 2.6
changeset,8728,[8728],ryan,wp_rand() - more randy rands
changeset,15691,[15691],nacin,"wp_quickpress_form, first pass. props jorbin. see #14966."
changeset,24115,[24115],nacin,"WP_Query: If the post_type QV is an array with only one element, don't treat it as a multiple post type query.

If there is only one post type used by all taxonomies for a tax query, set the post type to the string.

fixes #24204.

"
changeset,23436,[23436],nacin,"WP_Query: `post_parent__in` and `post_parent__not_in`. props wonderboymusic. fixes #11056.

"
changeset,14401,[14401],dd32,"WP_Query whitespace cleanup, some loop cleanup as well"
changeset,1032,[1032],SergeyBiryukov,WP_Query test for tags with Hebrew letter Nun. see #WP21779.
changeset,22884,[22884],nacin,"wp_print_media_templates() does not take an argument.

"
changeset,1156,[1156],ryan,wp_prepare_attachment_for_js() tests
changeset,5713,[5713],ryan,wp_parse_str() from mdawaffe. fixes #4467
changeset,5709,[5709],ryan,wp_parse_str() from mdawaffe.  see #4467
changeset,8848,[8848],ryan,wp_page_menu(). see #7698
changeset,9246,[9246],ryan,wp_page_menu() echo fixes. see #7914
changeset,20562,[20562],duck_,"wp_oembed_get() returns false on failure. Props SergeyBiryukov. Fixes #20355.
"
changeset,946,[946],ryan,WP_Object_Cache::switch_to_blog() tests. see #WP21434
changeset,7395,[7395],markjaquith,wp_nonce_ays() HTML fixes from DD32. fixes #6270
changeset,22675,[22675],nacin,"wp_mime_type_icon() is faster when given a mime type, rather than a post ID. see #21390.

"
changeset,16227,[16227],scribu,WP_Media_List_Table: Use class property instead of $detached global. See #14579
changeset,16228,[16228],scribu,WP_Media_List_Table: remove code for displaying old 'actions' column. See #14579
changeset,16229,[16229],scribu,WP_Media_List_Table: merge display_rows() and display_orphans(). See #14579
changeset,5639,[5639],rob1n,"wp_mail() rewrite that handles HTML mail. fixes #4296
"
changeset,12696,[12696],ryan,wp_login_form(). Props beaulebens. see #11172
changeset,3676,[3676],ryan,WP_Locale. Props Sewar. fixes #2568
changeset,16109,[16109],scribu,WP_List_Table::no_items() consistency fixes. See #14579
changeset,18602,[18602],ryan,wp_list_pluck() performance improvement. Props Otto42. fixes #18230
changeset,431,[431],ryan,wp_list_pluck tests
changeset,1766,[1766],rboren,"wp_list_pages(), first draft
"
changeset,2092,[2092],rboren,"wp_list_pages() using wrong time/date fields.  Bug 680.
"
changeset,6399,[6399],ryan,wp_list_pages() no longer requires get_pages() to do a hierarchical sort.  Set hierarchical to false.  see #5458
changeset,9667,[9667],ryan,wp_list_comments() fixes when passing type. Props Viper007Bond. fixes #8168
changeset,8869,[8869],ryan,wp_list_comments() and threaded comment support. First cut. see #7635
changeset,3582,[3582],ryan,wp_list_cats() rework. Add walk_tree() and walk_category_tree(). Use get_categories() for query.
changeset,4263,[4263],ryan,wp_list_bookmarks() enhanccements from westi.  #2587
changeset,9366,[9366],ryan,wp_list_bookmarks should always show name if there is no image to show. Props mtdewvirus. fixes #7981
changeset,10644,[10644],ryan,wp_list_authors fixes. Props hailin. fixes #9229
changeset,19824,[19824],nacin,"WP_LANG_DIR is trusted, just need to check $locale. props SergeyBiryukov, fixes #19924."
changeset,3992,[3992],ryan,wp_kses_no_null() redirect location for extra protection.
changeset,1012,[1012],ryan,wp_kses_allowed_html() tests. see #WP20210
changeset,5522,[5522],ryan,wp_insert_term() and wp_update_term(). see #4189
changeset,2878,[2878],ryan,wp_insert_post() return value fix from skeltoac.  fixes #1678
changeset,7920,[7920],ryan,"wp_insert_post() -- Validate page template, check return of insert and update queries, add option to return WP_Error. fixes #6227 see #6098. for 2.5"
changeset,7900,[7900],ryan,"wp_insert_post() -- Validate page template, check return of insert and update queries, add option to return WP_Error.  fixes #6227 see #6098"
changeset,2894,[2894],ryan,"wp_insert_comment(), wp_update_comment(), wp_allow_comment(), and wp_filter_comment() from skeltoac.  fixes #1683"
changeset,10465,[10465],ryan,wp_insert_comment action
changeset,2695,[2695],ryan,"wp_insert_category(), wp_update_category(), wp_delete_category()."
changeset,5528,[5528],ryan,"wp_insert_category(), cat_rows(), and others using taxonomy.  see #4189"
changeset,14760,[14760],ryan,WP_Importer class. Props briancolinger. see #13034
changeset,22817,[22817],nacin,"WP_Image_Editor: the last stand.
 * Have wp_get_image_editor() rather than WP_Image_Editor::get_instance(). Having static factory methods would be less confusing if there weren't also static methods tied to individual editor implementations.
 * Lazy-load the WP_Image_Editor base class and editor implementations.
 * Have WP_Image_Editor_GD::supports_mime_type() actually check which types it supports.
 * Deprecate gd_edit_image_support() in favor of wp_image_editor_supports().

props DH-Shredder, scribu, markoheijnen. fixes #22356. see #6821.

"
changeset,22510,[22510],ryan,"WP_Image_Editor improvements.

* Make test() and supports_mime_type() static.
* Add required_methods argument to get_instance(). Allows requesting an implementation that has certain methods/capabilities.
* Whitespace cleanup

Props markoheijnen
see #6821
"
changeset,13822,[13822],nacin,WP_I18N_* for .maintenance strings. fixes #12485
changeset,16450,[16450],nacin,"WP_Http_ExtHTTP variable fix. Don't pass an empty array to http_request, props mdawaffe, fixes #13730."
changeset,713,[713],ryan,WP_Http::make_absolute_url() tests. Props dd32. see #WP20434
changeset,23602,[23602],dd32,"WP_HTTP: Specifically mark a static function as being static

"
changeset,20183,[20183],dd32,WP_HTTP: Send the body with custom method requests when using cURL. Fixes #18589
changeset,23607,[23607],dd32,"WP_HTTP: Return error responses from cURL for non-blocking requests. Contrary to popular belief, cURL's non-blocking requests are not exact non-blocking, we still wait for cURL to make the request before returning, so making this change aids in development debugging. Props SergeyBiryukov Fixes #23310
"
changeset,21226,[21226],dd32,"WP_HTTP: Respect that some cookies do not have an expiration time, this is a valid use-case that WP_HTTP_Cookie::test() should not discard, a non-existant expiration date simply means to let it expire at the end of the session. Props mailnew2ster. Fixes #14191
"
changeset,21230,[21230],dd32,"WP_HTTP: Remove a empty() check that would never be empty due to the format of HTTP Headers, value would always contain at least a space followed by the value. See #14184
"
changeset,23609,[23609],dd32,"WP_HTTP: Prevent the 'max_body_length' and 'stream_handle' properties of the curl class from leaking between requests by specifically initializing them in every case. See #23472 & r23605
"
changeset,23603,[23603],dd32,"WP_HTTP: Funnel all redirect requests through WP_HTTP::request() via wp_remote_request() to ensure that the proper transport is chosen for redirects. 
This change also moves PHP Streams from redirecting internally, to us handling the redirections in PHP, which brings a more consistent behaviour between transports.
Fixes #23682

"
changeset,23608,[23608],dd32,"WP_HTTP: Fix returning WP_Error's on too-many-redirects after r23603 See #23682
"
changeset,23605,[23605],dd32,"WP_HTTP: Enable developers to request the first x bytes of a document using the 'limit-response-size' parameter.
The connection to the remote server will be disconnected after x number of bytes has been received.
See #23472
"
changeset,23601,[23601],dd32,"WP_HTTP: Do not send a Accept-Encoding header when we're streaming to file, or decompression has been disabled by the caller, See #22913
"
changeset,20207,[20207],dd32,"WP_Http: cURL: Use the parsed args $r, rather than the raw $args. Mentioned in #20219
"
changeset,20208,[20208],dd32,"WP_HTTP: Curl: Handle Redirections in PHP rather than internally in Curl, Simplifies code flow between safe_mode On and Off, and works around certain bugs. Props simonwheatley for initial patch. Fixes #20219, Fixes #17490

"
changeset,20370,[20370],dd32,WP_HTTP: Curl: Correct a typo in [20208] causing failed curl requests not to return a WP_Error under certain situations. Props SergeyBiryukov. Fixes #20219
changeset,20399,[20399],dd32,"WP_HTTP: Curl: $theHeaders is an array, not an object, introduced in [20370]. Props kurtpayne. Fixes #20389 See #20219"
changeset,21227,[21227],dd32,"WP_HTTP: Allow for cookies with ""empty"" values be sent, this affects sending cookies such as test=0, which would previously fail. Props mailnew2ster for initial patch. See #14184 
"
changeset,23600,[23600],dd32,"WP_HTTP: Allow developers to specify a Accept-Encoding header. Fixes #20142
"
changeset,21225,[21225],dd32,"WP_HTTP: Add a filter to WP_HTTP_Proxy::send_through_proxy() to allow for plugins to modify which requests are sent to a proxy dynamically. Fixes #20222
"
changeset,21231,[21231],dd32,"WP_HTTP: Add a @link to the Chunked Decode RFC for documentation of how to decode the data correctly. Props mailnew2ster. Fixes #14184
"
changeset,580,[580],dd32,"WP_HTTP Tests: Remove ternary operators and assert that it's not a WP_Error directly.
"
changeset,1205,[1205],dd32,"WP_HTTP Api tests: Ensure that the result is not a WP_Error, skipping this test can cause an uncaught fatal. It looks like the other test cases all catch this.
"
changeset,1204,[1204],dd32,"WP_HTTP Api tests: Ensure that fsockopen isn't disabled via the 'disable_fsockopen' option, can result in confusing test results
"
changeset,15965,[15965],nacin,wp_htmledit_pre for salts in wp-admin/network. fixes #15092.
changeset,165,[165],nbachiyski,"wp_html_excerpt tests
"
changeset,3813,[3813],ryan,"wp_hash(), wp_salt(), and server secret."
changeset,3810,[3810],ryan,wp_hash() and server secret.
changeset,2979,[2979],ryan,wp_handle_upload() and image upload improvements from Andy.  fixes #1806
changeset,8182,[8182],ryan,wp_guess_url() and install styling fixes from sambauers. fixes #7129 see #4732
changeset,9798,[9798],ryan,wp_getUsersBlogs() fix from josephscott. fixes #8255
changeset,13635,[13635],ryan,wp_get_shortlink() and pluggable shortlink generation. fixes #10640
changeset,4254,[4254],ryan,wp_get_schedule() from masquerade.
changeset,3909,[3909],ryan,wp_get_referer() and friends from robmiller and markjaquith. fixes #2800
changeset,3908,[3908],ryan,wp_get_referer() and friends from robmiller and markjaquith. fixes #2800
changeset,15112,[15112],ryan,wp_get_nav_menus filter. Props filosofo. fixes #13702
changeset,9301,[9301],ryan,wp_get_http() fixes. see #7944
changeset,3903,[3903],ryan,wp_get_current_commenter()
changeset,3902,[3902],ryan,wp_get_current_commenter()
changeset,4682,[4682],ryan,wp_get_attachment_thumb_url() fix from mdawaffe. fixes #3520
changeset,4675,[4675],ryan,wp_get_attachment_thumb_url() fix from mdawaffe. fixes #3520
changeset,10495,[10495],azaozz,"wp_get_attachment_link() variable upgrade, props noel, fixes #9036"
changeset,9205,[9205],ryan,wp_get_attachment_link filter. Props Viper007Bond. fixes #7448
changeset,3878,[3878],ryan,wp_get_archives() cleanup.
changeset,6296,[6296],ryan,wp_get_archives caching. fixes #5275
changeset,22571,[22571],nacin,"wp_generate_attachment_metadata() should not call WP_Image_Editor if there's nothing to resize. props mdawaffe. fixes #22438.

"
changeset,410,[410],ryan,wp_filter_object_list() tests
changeset,18964,[18964],dd32,"WP_Filesystem_*::mkdir() untrailingslash path consistently, don't waste time attempting to create an ""empty"" path. See #15575. Props lordandrei and SergeyBiryukov for initial patches."
changeset,21222,[21222],dd32,"WP_Filesystem: When recursivly searching for a directory path, only search for unfound directory entries. This solves a case where the same directory may be entered twice inadvertantly when nested directories using the same name exist. Fixes #20652
"
changeset,21223,[21223],dd32,"WP_Filesystem: Return symlinked directory names correctly, previously the FTP extensions would return it as 'source -> dest' instead of simply 'source'. Props kurtpayne. Fixes #17846
"
changeset,20311,[20311],dd32,"WP_Filesystem: PemFTP: Detect dl() being disabled in order to avoid any fatals which may be produced when the Sockets extension is not available. Props to kurtpayne for initial patch, Fixes #20187
"
changeset,21221,[21221],dd32,"WP_Filesystem: Correct a rare case where the FTP directory will be detected incorrectly when the final path token exists higher in the chain, for example /x/x/Z/x/Z/ would be detected as /x/x/Z/. Fixes #20934
"
changeset,8018,[8018],ryan,WP_Filesystem updates from DD32. See #7059
changeset,11831,[11831],azaozz,"WP_Filesystem fixes and phpdoc, props hakre dd32, see #10304"
changeset,3936,[3936],ryan,wp_explain_nonce() and wp_nonce_ays().  Props mdawaffe. #2734
changeset,3934,[3934],ryan,wp_explain_nonce() and wp_nonce_ays().  Props mdawaffe. #2734
changeset,3667,[3667],ryan,WP_Error. fixes #2600
changeset,18519,[18519],azaozz,"WP_Editor: don't show empty div if no editor-buttons and media-buttons are shown, props ocean90, see #17144"
changeset,3573,[3573],ryan,wp_dropdown_pages() and walk_page_tree()
changeset,4006,[4006],ryan,wp_die() improvements from Sewar.  fixes #2902
changeset,3984,[3984],ryan,wp_die() for comment errors.  Props filosofo. fixes #1786
changeset,4379,[4379],markjaquith,wp_die() fix for 5 minute install from alanjcastonguay.  fixes #3231
changeset,15601,[15601],markjaquith,wp_dequeue_script() and wp_dequeue_style(). fixes #14815. props scribu
changeset,12558,[12558],azaozz,"WP_Dependencies: pass NULL to disable script and style version query strings, props scribu amattie, fixes #11315"
changeset,729,[729],ryan,wp_delete_user() doesn't delete for multisite.
changeset,2698,[2698],ryan,wp_delete_user()
changeset,5533,[5533],ryan,wp_delete_term().  see #4189
changeset,2929,[2929],ryan,wp_delete_object() and image popup from skeltoac.  fixes #1731
changeset,4639,[4639],markjaquith,wp_delete_category() tweaks and code consolidation.  fixes #3463
changeset,9014,[9014],westi,WP_DEBUG enabled notice fixes.
changeset,1126,[1126],ryan,wp_crop_image() tests. see #WP6821
changeset,1201,[1201],SergeyBiryukov,wp_crop_image() test for error on saving. see #23325.
changeset,3522,[3522],ryan,wp_cron() array warning fix ups from Owen.  fixes #2436
changeset,15502,[15502],scribu,WP_Comments_Table::extra_tablenav() - move the closing div back to it's original position. Fixes #14612. Props josephscott
changeset,15630,[15630],scribu,"WP_Comments_Table cleanup:
	* use column_*() methods
	* remove extra arguments from single_row()
	* introduce derived class WP_Post_Comments_Table for handling the post metabox comments
	* use $pending_count property instead of $_comment_pending_count global
See #14579

"
changeset,1056,[1056],ryan,WP_Comment_Query tests. see #WP21101
changeset,18374,[18374],nacin,wp_check_php_mysql_versions() during setup and install. see #17934.
changeset,3895,[3895],ryan,wp_check_filetype() from skeltoac.
changeset,3894,[3894],ryan,wp_check_filetype() from skeltoac.
changeset,7777,[7777],ryan,wp_category_checklist() fixes from mdawaffe. fixes #6810 for trunk
changeset,7778,[7778],ryan,wp_category_checklist() fixes from mdawaffe. fixes #6810 for 2.5
changeset,7737,[7737],ryan,wp_category_checklist() and wp_link_category_checklist() to replace the nested cats code. see #2621
changeset,933,[933],nacin,"wp_cache_delete() does not have a $force method. see #110.

"
changeset,7986,[7986],ryan,wp_cache_add_global_groups() and wp_cache_add_non_persistent_groups(). fixes #6740
changeset,2949,[2949],ryan,wp_attach_object threading fix ups.  fixes #1760 #1758
changeset,7979,[7979],ryan,wp_admin_css() improvements. Props mdawaffe. see #7011
changeset,9,[9],nacin,"WP.org P2 child theme: Enqueue CSS on our own so we can bump CSS versions.

"
changeset,7,[7],nacin,"WP.org P2 child theme: Add templates and styles for handbooks.

"
changeset,8,[8],nacin,"WP.org P2 child theme: Add a navigation menu to the <h2 id=""headline""> (like ""Make WordPress Core""). 

"
changeset,21160,[21160],nacin,WP.org no longer returns this old structure. The title of the item is the plugin name in full. fixes #21012.
changeset,8075,[8075],ryan,wp.getUsersBlogs from josephscott. fixes #7130
changeset,717,[717],duck_,"wp.getTerms returns 'count' as an integer, see [WP20159].

Checking that the type is 'string' is unnecessary when we're also checking the
string format.
"
changeset,6534,[6534],ryan,wp.getCommentCount from josephscott. fixes #5463
changeset,6417,[6417],ryan,wp.deleteCategory xmlrpc method from josephscott. fixes #4599
changeset,889,[889],markjaquith,wp-tests-config-sample.php should be wp-test-config-sample.php
changeset,775,[775],nacin,"wp-testbin is now bin. see r774.

"
changeset,3475,[3475],ryan,wp-mail quote escaping fix from majelbstoat. fixes #2209
changeset,10057,[10057],ryan,"wp-lists: catch the whole class, pending comments: silently accept approval of already approved comment. Props mdawaffe"
changeset,7155,[7155],ryan,wp-fs fixes from DD32. see #5586
changeset,8655,[8655],azaozz,"wp-config-sample.php inline documentation. Props santosj, fixes #7526"
changeset,16864,[16864],nacin,"wp-caption-text class for the gallery shortcode caption. props chipbennett, fixes #14411."
changeset,20062,[20062],ryan,"wp-app.php cleanup:

* Put the atom server class in class-wp-atom-server.php
* Remove log_api calls
* Update the query filter
* Replace exit calls with wp_die() for unit test compat
* Add override handler for wp_die()
* Allow plugins to replace the atom class
* Whitespace cleanup

Props kurtpayne. fixes #20042
"
changeset,7975,[7975],ryan,wp-ajax.js is no longer used
changeset,4786,[4786],markjaquith,wp-admin.css cleanup.  fixes #3641
changeset,8723,[8723],azaozz,"wp-admin.css cleanup, props Simek fixes #7584"
changeset,8618,[8618],ryan,WP-Admin File Level Inline Documentation from santosj. see #7496
changeset,17210,[17210],ryan,wp-admin css bump
changeset,4787,[4787],markjaquith,wp-admin colonectomy by foolswisdom.  fixes #3630
changeset,4814,[4814],ryan,WP XML-RPC API enhancements.
changeset,4793,[4793],ryan,WP XML-RPC API
changeset,11525,[11525],azaozz,"WP Upgrader improvements, props DD32, fixes #9836"
changeset,24047,[24047],nacin,"WP Styles: Correctly print 'after' data when scripts are concatenated. props stephenh1988. fixes #20836.

"
changeset,1516,[1516],rboren,"WP Query class.
"
changeset,13735,[13735],ryan,WP importer fixes. Props briancolinger. fixes #12619
changeset,3776,[3776],ryan,WP importer fixes from mdawaffe. fixes #2727
changeset,9224,[9224],markjaquith,Working on the header
changeset,4992,[4992],markjaquith,Working on 2.1.3
changeset,4792,[4792],markjaquith,"working on 2.0.8 now, for eventual release"
changeset,4685,[4685],markjaquith,Working on 2.0.7 now
changeset,7025,[7025],ryan,Workaround Safari crasher. Props azaozz. fixes #5945
changeset,7683,[7683],ryan,Workaround response truncation by reducing size of response after uploading with flash uploader. Props tellyworth. fixes #6713 for 2.5
changeset,7682,[7682],ryan,Workaround response truncation by reducing size of response after uploading with flash uploader. Props tellyworth. fixes #6713
changeset,8324,[8324],ryan,Workaround PHP parse_url() bug. Props azaozz. fixes #7288
changeset,621,[621],emc3,"Workaround IE peekaboo bug
"
changeset,19299,[19299],azaozz,"Workaround for WebKit bug when previewing posts, props SergeyBiryukov, fixes #18341"
changeset,18170,[18170],azaozz,"Workaround for removeAttr('style') in Chromium, props duck_, fixes #17706"
changeset,3324,[3324],ryan,Workaround browser bug. fixes #2090
changeset,1348,[1348],michelvaldrighi,"work in progress: replacement for xmlrpc.php, using IXR
"
changeset,7183,[7183],westi,Work harder to create the correct links for new top level menus. Fixes #4907 props DD32.
changeset,33,[33],tellyworth,work around wp/mu incompatibility in future post arg types
changeset,124,[124],tellyworth,work around the GLOBALS bug in phpunit 3.2
changeset,16824,[16824],markjaquith,Work around some unset variable notices in xmlrpc.php. props redsweater. props sorich87. fixes #10665
changeset,858,[858],saxmatt,"Work around IIS' lack of REQUEST_URI
"
changeset,8420,[8420],ryan,Work around fatal error caused by mbstring.func_overload = 2. Props codestyling . fixes #5599 for trunk
changeset,8421,[8421],ryan,Work around fatal error caused by mbstring.func_overload = 2. Props codestyling . fixes #5599 for 2.6
changeset,5316,[5316],rob1n,"WordPress.com -> .org and change widgetize link to Automattic's site for now. We still need to make a Codex page, just to make it more ""WordPressy.""

Props foolswisdom. fixes #4200
"
changeset,324,[324],duck_,wordpress-importer external
changeset,22514,[22514],nacin,"WordPress dialog jQuery UI widget:
 * Link to the upstream bug report.
 * No need to specify the default value for an option.
 * Use the new _super() UI method to open the dialog, avoiding a direct reference to the parent.
 * Fix typo in comment.
 * Use public isOpen() method rather than a private property.

props scott.gonzalez.
fixes #22399.

"
changeset,17301,[17301],markjaquith,WordPress contains libraries only available under the GPL v2 or later. No one cares about the GPL v1 anymore. We are now specifically saying that WordPress is available under the GPL version 2 or (at your option) any later version. This was discussed with the entire core team.
changeset,10,[10],saxmatt,"WordPress branding.
"
changeset,5480,[5480],ryan,WordPress 2.2 Getz
changeset,3503,[3503],ryan,WordPress 2.0.1
changeset,3363,[3363],ryan,"WordPress 2.0
"
changeset,2799,[2799],ryan,WordPress 1.5.2
changeset,2675,[2675],ryan,WordPress 1.5.1.3
changeset,1548,[1548],saxmatt,"Wording clarification.
"
changeset,11050,[11050],azaozz,"wordcount.js fix for nbsp passed as #160 char, props Denis-de-Bernardy, fixes #9597"
changeset,7854,[7854],ryan,Word count from azaozz. see #4807
changeset,8035,[8035],ryan,Word count fix from azaozz. fixes #6991
changeset,7929,[7929],ryan,Word count detection fix from ramenboy. fixes #6967
changeset,6192,[6192],ryan,WLW manifest from josephscott. fixes #5023 for trunk
changeset,6211,[6211],ryan,wlw manifest from josephscott. fixes #5023 for 2.3
changeset,492,[492],westi,"With PHPMailer 5.2 the hacks are no longer needed to make it testable as equivalent changes have been includes upstream.
"
changeset,12529,[12529],ryan,"windows-1252 is canonical, not Windows-1252.  Props Denis-de-Bernardy. fixes #11219 for 2.9"
changeset,12528,[12528],ryan,"windows-1252 is canonical, not Windows-1252.  Props Denis-de-Bernardy. fixes #11219"
changeset,15037,[15037],wpmuguru,"will the real host please step forward, fixes #13594"
changeset,6846,[6846],ryan,Width of 100% for settings tables
changeset,20628,[20628],azaozz,"Widgets: remove the widget title shown in the widget header when empty or doesn't exist, part props kawauso, fixes #19925"
changeset,10922,[10922],azaozz,"Widgets: open when adding, clean-up AJAX calls, slower animation/less jumping in IE, see #9511"
changeset,17869,[17869],koopersmith,Widgets: nibble the corners and use new arrows. Props chexee. see #17324.
changeset,21270,[21270],azaozz,"Widgets: ensure the ""drop zone"" matches the height of the Inactive Widgets container, fixes #21250"
changeset,21355,[21355],azaozz,"Widgets: Add the name of the widget to the Add and Edit buttons on the Accessible Widget Management Screen, props cannona, fixes #21338"
changeset,21935,[21935],westi,"Widgets: Add support for display the post date in the Recent Posts widget. Fixes #21064 props lancewillett and SergeyBiryukov.
"
changeset,21356,[21356],azaozz,"Widgets: add localization context for 'Add' and 'Edit', props nacin, fixes #21338"
changeset,5300,[5300],ryan,widgets.php be doubling down.  Once is enough.
changeset,21281,[21281],azaozz,"Widgets UI: make the whole ""header"" clickable to open/close the widget (same as postboxes), remove deprecated jQuery .live(), part props lessbloat, fixes #21247"
changeset,11160,[11160],azaozz,"Widgets UI styling, see #9511"
changeset,11166,[11166],azaozz,"Widgets UI improvements: arrows, some more help"
changeset,5294,[5294],rob1n,"Widgets support. fixes #4169 for 2.2
"
changeset,17882,[17882],koopersmith,Widgets style refresh. see #17324.
changeset,18095,[18095],azaozz,"Widgets RTL fixes, props yoavf, fixes #16082"
changeset,5324,[5324],rob1n,"Widgets RTL CSS, and a few little widget bugfixes. Props Sewar. fixes #4185
"
changeset,10912,[10912],azaozz,"Widgets page, first run, see #9511"
changeset,9004,[9004],ryan,Widgets page updates
changeset,5297,[5297],rob1n,"Widgets for 2.3. fixes #4186
"
changeset,9944,[9944],azaozz,Widgets background and new style buttons
changeset,7850,[7850],ryan,widget_title filters from jhodgdon. fixes #6684
changeset,8171,[8171],ryan,widget_links_args filter from ionfish. fixes #7024
changeset,5358,[5358],ryan,Widget registration fixes from Andy. For 2.3. see #4169
changeset,5359,[5359],ryan,Widget registration fixes from Andy. For 2.2. see #4169
changeset,6754,[6754],ryan,Widget interface updates from mdawaffe. see #5583
changeset,6692,[6692],ryan,Widget i18n from nbachiyski. see #5583
changeset,6679,[6679],ryan,Widget i18n from nbachiyski.  see #5583
changeset,7964,[7964],ryan,Widget edit link layout fixes from mdawaffe. fixes #6371
changeset,7881,[7881],ryan,Widget arrangement fix from azaozz. fixes #6876 for trunk
changeset,7882,[7882],ryan,Widget arrangement fix from azaozz. fixes #6876 for 2.5
changeset,7141,[7141],ryan,Widget admin styling from my. fixes #6078
changeset,6557,[6557],ryan,Widget admin redesign from mdawaffe. see #5583
changeset,6556,[6556],ryan,Widget admin redesign from mdawaffe. see #5583
changeset,7086,[7086],ryan,Widget admin layout fixes from mdawaffe. fixes #5997
changeset,285,[285],mikelittle,"Widened password filed, added blog name to page title.
http://wordpress.org/support/4/391
"
changeset,3325,[3325],ryan,Widen those buttons. fixes #2091
changeset,9260,[9260],markjaquith,Widen the post screen sidebars
changeset,20692,[20692],nacin,"Widen fields for QuickPress and Quick Edit for the lt_LT locale. props settle. see #19603.

"
changeset,1208,[1208],saxmatt,"Whoops.
"
changeset,1716,[1716],michelvaldrighi,"whoops, we forgot to store the comment_type
"
changeset,1560,[1560],michelvaldrighi,"whoops, typo in trackback_url_list
"
changeset,2360,[2360],michelvaldrighi,"whoops, make wp_list_pages not spew a warning when there are no pages
"
changeset,5327,[5327],rob1n,"Whoops, forgot widgets-rtl.css.
"
changeset,889,[889],michelvaldrighi,"whoops, forgot two globals
"
changeset,5632,[5632],rob1n,"Whoops, forgot about wp-login.php. see #4334
"
changeset,1692,[1692],michelvaldrighi,"whoops, a dot that was removed yesterday came back when restoring the file
"
changeset,1480,[1480],saxmatt,"Whoops!
"
changeset,9797,[9797],markjaquith,Whole bunch of font/color/shadow updates from Matt Thomas. fixes #8157
changeset,3144,[3144],ryan,Who's got big toggle?  fixes #1904
changeset,3227,[3227],matt,Who did the goo-id? Fixes #1089
changeset,8575,[8575],markjaquith,Whitespacing/coding standards cleanup for category.php
changeset,8574,[8574],markjaquith,Whitespacing/coding standards cleanup for category-template.php
changeset,8573,[8573],markjaquith,Whitespacing/coding standards cleanup for capabilities.php
changeset,13139,[13139],nacin,"Whitespace, phpdoc, standard variable names, better return values for options and transients APIs. See #10788"
changeset,4529,[4529],markjaquith,whitespace tidying by Viper007Bond.  fixes #3385
changeset,18539,[18539],markjaquith,Whitespace oops
changeset,13887,[13887],dd32,Whitespace only Cookie pairs are not permitted; Skip them. Props josephscott. Fixes #12761
changeset,18144,[18144],westi,Whitespace fixes
changeset,15115,[15115],ryan,Whitespace cleanup. Props zeo. fixes #13678
changeset,16306,[16306],ryan,Whitespace cleanup. Props sorich87. see #14147
changeset,5115,[5115],ryan,Whitespace cleanup.  Props donncha. fixes #4034
changeset,23308,[23308],ryan,"Whitespace cleanup.

Props dimadin
fixes #23126
"
changeset,13112,[13112],dd32,"Whitespace cleanup, TwentyTen <title> standardisation & gettext. See #9015"
changeset,16333,[16333],ryan,Whitespace cleanup in contextual help. Props markmcwilliams. see #15346
changeset,9057,[9057],markjaquith,Whitespace cleanup for wp-admin.css
changeset,4657,[4657],markjaquith,Whitespace cleanup for [4656]
changeset,12865,[12865],ryan,Whitespace cleanup and inline docs. Props nacin. see #12027
changeset,13316,[13316],markjaquith,Whitespace cleanup
changeset,14579,[14579],nacin,Whitespace and standards in get_userdata. fixes #13317.
changeset,13914,[13914],dd32,Whitespace and coding standards cleanup for balanceTags(). See #11968
changeset,18593,[18593],westi,Whitespace and code layout tidyup.
changeset,13689,[13689],dd32,Whitespace additions to WP_Rewrite. A few coding standards too.
changeset,517,[517],mikelittle,"whitespace
"
changeset,218,[218],mikelittle,"whitespace
"
changeset,2077,[2077],saxmatt,"Whitelist trackbacks and pingbacks from domains in blogroll.
"
changeset,2562,[2562],matt,Whitelist from own domain. http://mosquito.wordpress.org/view.php?id=999
changeset,13358,[13358],ryan,Whitelist entities. Props miqrogroove. see #12284
changeset,12773,[12773],dd32,White space clean-up. See #11644
changeset,14419,[14419],ryan,White list instead of black list post types when searching.  Props sivel. fixes #13183
changeset,2222,[2222],saxmatt,"Where did those spaces go?
"
changeset,23290,[23290],nacin,"Whenever we have compat fields to render, send a dummy menu_order field (which was always sent in 3.4) to ensure an unchecked checkbox can still be processed by attachment_fields_to_save. fixes #22868.

"
changeset,23291,[23291],nacin,"Whenever we have compat fields to render, send a dummy menu_order field (which was always sent in 3.4) to ensure an unchecked checkbox can still be processed by attachment_fields_to_save.

Merges [23290] to the 3.5 branch.
fixes #22868.

"
changeset,21481,[21481],azaozz,"When WP_Dependencies accept a string for a single dependency, make sure the string is not empty, see #20683"
changeset,24288,[24288],nacin,"When WP_DEBUG, set PHP error_reporting level to E_ALL. This will include E_DEPRECATED in PHP 5.3, and E_STRICT in PHP 5.4.

fixes #24357.

"
changeset,19875,[19875],nacin,"When WordPress is in a subdirectory (home URL != site URL), let home/wp-admin and home/wp-login.php redirect to their proper locations. props greuben for initial patch, fixes #19607."
changeset,17974,[17974],azaozz,"When viewing Help in DFW, show only the shortcuts tab, see #17136"
changeset,13787,[13787],dd32,"When viewing a Parent term in a hierarchical taxonomy, display objects contained within children too. Props scribu. Fixes #12533"
changeset,22418,[22418],ryan,"When using WP_User::set_role() to set the role, don't unset all caps when the requested role matches the current role.

Props scribu, jammitch
fixes #18932
"
changeset,5357,[5357],ryan,"When using the traditional list view of the categories,
make sure the wp_list_categories() doesn't add in another title. This
was causing a second Categories to show up on the category widget.  Props Jospeh Scott"
changeset,5356,[5356],ryan,"When using the traditional list view of the categories,
make sure the wp_list_categories() doesn't add in another title. This
was causing a second Categories to show up on the category widget.  Props Jospeh Scott"
changeset,21042,[21042],azaozz,"When using the max-width: 100% fix for <select> tags that exceed the width of parent elements, add it only on affected tags. IE8 doesn't like it everywhere, props SergeyBiryukov, fixes #19613"
changeset,13493,[13493],dd32,"When using Page on front, Do not jump back to Blog listing when per-page query vars are set. Fixes #12047"
changeset,22041,[22041],koopersmith,"When uploading files through the Plupload bridge, attempt to detect images on upload. see #21390.
"
changeset,17590,[17590],dd32,"When upgrading plugins|themes, if the new destination folder is different from the previous folder, delete the old folder upon upgrade. Fixes #14182"
changeset,22226,[22226],dd32,"When upgrading a site to/from a  Beta, alpha, or non-stable release, overwrite any existing bundled themes & plugins with the version from the release zip. See #21789
"
changeset,1680,[1680],donncha,"When there's only one user on a blog edit.php displays an error. Fixed.
http://wordpress.org/support/6/12915
"
changeset,19487,[19487],azaozz,"When the submenu is too long to fit on the screen, place the top if it under the admin bar (the rest is scrollable with a wheel mouse), fixes #19323"
changeset,20966,[20966],nacin,"When the current image is the default image, don't show buttons to restore to that image, for both custom headers and backgrounds. props mfields, SergeyBiryukov. fixes #20763."
changeset,21380,[21380],koopersmith,"When the browser property is not provided to wp.Uploader, hide Plupload's auto-created file input and call Plupload's disableBrowse. see #21437, [21379].
"
changeset,19505,[19505],azaozz,"When tabbing: on Enter open the current submenu and close other submenus if open, see #19394"
changeset,22298,[22298],nacin,"When stripping off a pathinfo home root (/index.php/) do it with case insensitivity. props SergeyBiryukov. fixes #13164. see #8847.

"
changeset,14307,[14307],ryan,"When storing and retrieving meta data to user object, replace dashes with underscores to get a valid php var name."
changeset,20751,[20751],ryan,"When showing already installed themes in the theme installer list, indicate in the row actions that the theme is installed and offer an update link if updates are available.

Props SergeyBiryukov
Fixes #20618
"
changeset,22993,[22993],ryan,"When settting a featured image, move the currently selected image to the beginning of the library if it doesn't exist within the attachments loaded so far.

Props koopersmith
fixes #22494
"
changeset,23069,[23069],markjaquith,"When setting the featured image from the dedicated meta box, only show the featured image section in the media chooser. props koopersmith. fixes #22731

* Less distracting
* Some of these sections won't apply for CPTs without an editor"
changeset,19332,[19332],azaozz,"When restoring sidebars after switching back to an old theme, make sure the saved data matches the theme's current sidebars, fixes #19092"
changeset,22304,[22304],nacin,"When replacing floats in wpdb::prepare(), avoid escaped placeholders (%%f). props SergeyBiryukov. fixes #19861.
"
changeset,22347,[22347],markjaquith,"When receiving a HEAD request, die() right before we start outputting content.

* Content doesn't make sense for HEAD requests
* Saves wear and tear on the server
* Introduces a filter: exit_on_http_head (we send TRUE through it)

fixes #14348. props mbijon, mitchoyoshitaka."
changeset,21798,[21798],ryan,"When reassigning posts and links during user deletion, clear the post and link caches. Props kurtpayne. fixes #20447
"
changeset,22330,[22330],dd32,"When reading local feeds from disk, check that the file exists first to avoid a PHP Warning in WP_SimplePie_File. Props SergeyBiryukov. Fixes #17756
"
changeset,19329,[19329],azaozz,"When queueing too large files in the multi-file uploader in IE or Opera, show error message and remove the file from the queue, fixes #19228"
changeset,14295,[14295],nacin,"When posts/terms are deleted/trashed, update associated menu items. Deleted post = deleted menu item, trashed post = menu item becomes a draft. props filosofo, see #13174"
changeset,6349,[6349],ryan,"When posting by email, publish only if user has publish caps, otherwise set status to pending. Props Bobcat.  fixes #4642"
changeset,11043,[11043],ryan,"When on manage page, default favorite actions to the correspoding create page."
changeset,11044,[11044],ryan,"When on create page, default favorite actions to the correspoding manage page."
changeset,8517,[8517],azaozz,"When not using image captions, IE may add caption null, for 2.7"
changeset,8515,[8515],azaozz,"When not using image captions, IE may add caption null, for 2.6"
changeset,14362,[14362],nacin,"When no pages are present add a hidden input field so that the show_on_front option is not blanked. Fixes is_front_page return value in an edge case. props sivel, fixes #12737, fixes #9105."
changeset,21126,[21126],nacin,"When looking in a sub-directory of wp-content/themes for more themes, check
if that specific directory exists before looking inside of it for style.css.

This avoids warnings when open_basedir restrictions are in effect.

props goldenapples. see #20985 for trunk.

"
changeset,21127,[21127],nacin,"When looking in a sub-directory of wp-content/themes for more themes, check
if that specific directory exists before looking inside of it for style.css.

This avoids warnings when open_basedir restrictions are in effect.

props goldenapples. fixes #20985 for 3.4.

"
changeset,12098,[12098],azaozz,"When inserting the embed shortcode in TinyMCE replace it with a placeholder image, update the 'wordpress', 'wpeditimage' and 'wpgallery' TinyMCE plugins, fix the audio and video ""From URL"" tabs in the uploader popup to accept only URLs for embedding, see #10337"
changeset,10390,[10390],azaozz,"When inserting orphaned attachment in a post, set post_parent only for this attachment, see #8721"
changeset,10435,[10435],azaozz,"When inserting orphaned attachment in a post, set post_parent only for this attachment, fixes #8721"
changeset,23110,[23110],ryan,"When inserting from URL in the media modal, retain query params and properly insert the caption code.

Props koopersmith
fixes #22796
"
changeset,16444,[16444],nacin,"When inserting an image via oEmbed, wrap it in a link. props MarkJaquith, fixes #14945."
changeset,23048,[23048],ryan,"When inserting an image From URL, show the fields only if it looks like we have a valid image.

Props koopersmith
fixes #22740
"
changeset,18596,[18596],westi,When inserting a Gallery to be ordered by Date/Time use the post_date field for ordering rather than ID so that if the user/plugin has updated this to reflect the date/time when an image was captured we order correctly. Fixes #17485 props SergeyBiryukov.
changeset,2290,[2290],saxmatt,"When in advanced view it means the boxes are unchecked
"
changeset,1070,[1070],saxmatt,"When I say delete, I really mean it.
"
changeset,2246,[2246],saxmatt,"When good regex goes bad - http://mosquito.wordpress.org/view.php?id=851
"
changeset,20410,[20410],ryan,"When fetching the user in get_currentuserinfo(), make sure it is a valid WP_User object. If it is stdClass, upgrade it to WP_User. If it is WP_Error, an int, or anything else, set the current user to ID 0.

In wp_set_current_user(), return the current user global only if it is a WP_User object. If it is not, fall through and go about setting it up properly.

Formatting cleanups for both functions.

see #20372
"
changeset,2528,[2528],ryan,"When editing posts, don't automatically change the post author to the current user. http://mosquito.wordpress.org/view.php?id=911 Props: dwc"
changeset,22882,[22882],nacin,"When editing a plain, legacy [gallery] shortcode, ensure we are sorting its contents using menu_order.

When attachments are sorted, we convert the shortcode to [gallery ids=""""], as before.

props koopersmith.
fixes #22608.

"
changeset,22157,[22157],koopersmith,"When editing a gallery, images can now be added from the media library.

Enables the ""Add images from media library"" button when editing. The UX has room for improvement, but it's a start.

see #21390, #21809.
"
changeset,15584,[15584],markjaquith,"When doing current page highlighting logic, apply untrailingslashit() to everything so that slash additions or omissions still match. fixes #14208. props filosofo"
changeset,21855,[21855],nacin,"When doing a taxonomy query, search against the currently registered post types of the queried taxonomies.

Prevents posts of a type no longer assigned to a queried taxonomy from being returned.

props jondavidjohn. fixes #21290.

"
changeset,13470,[13470],nacin,"When deleting plugins, check for uninstall hooks and warn of data deletion. Props cyberhobo. Pluralize some string(s). fixes #11850"
changeset,23046,[23046],ryan,"When deleting an image in the editor with the delete or backspace keys, hide the edit and delete popup buttons.

Props azaozz, lessbloat
fixes #22717
"
changeset,2030,[2030],saxmatt,"When deleting a page level up all children.
"
changeset,12644,[12644],azaozz,"When decompressing try to raw-inflate first, props dd32, fixes #11600 for 2.9"
changeset,12642,[12642],azaozz,"When decompressing try to raw-inflate first, props dd32, fixes #11600"
changeset,22982,[22982],nacin,"When creating a network, use get_home_path() to calculate where .htaccess (or web.config) lives. fixes #22639.

"
changeset,23251,[23251],dd32,"When copying new bundled themes & plugins, bail early if the distro doesn't include the bundled item. This prevents us from creating an empty directory in the destination when the source doesn't exist. See #22856. Merges [23179] to the 3.5 branch
"
changeset,23179,[23179],dd32,"When copying new bundled themes & plugins, bail early if the distro doesn't include the bundled item. This prevents us from creating an empty directory in the destination when the source doesn't exist. See #22856
"
changeset,21571,[21571],westi,"When comment paging is enabled make sure to have canonical links for each of the comment pages so that all the comments are indexed instead of just the ones that are displayed on the permalink itself.
Fixes #21579 props jkudish.
"
changeset,3311,[3311],ryan,"When changing a post's categories, redo category counts for both old and new cats.  Props ringmaster.  fixes #2085"
changeset,918,[918],nacin,"When calling phpunit with a --group of a @ticket annotation (--group 12345, --group UT123), force the tests associated with them, rather than skipping them.

Minimizes the need to use WP_TESTS_FORCE_KNOWN_BUGS and makes it easier to run tests for a specific ticket.

see #49.

"
changeset,21828,[21828],nacin,"When balancing tags, properly close tags that shouldn't be self-closed but are. Support all self-closing tags.

props coffee2code.
fixes #1597.

"
changeset,20887,[20887],nacin,"When auth_redirect() detects a logged out user and the target
page was about.php?updated, then issue a message welcoming them.

This is to prevent it from being so jolting if you are taken to
the login screen after an update.

In WordPress 3.4, the changes to wp_salt() provide for extra
security, but will cause a log-out for any installs without 8
unique keys and salts in wp-config.php (with some exceptions).
Properly re-issuing cookies, even for the logged in user, is
not easily doable via admin/includes/update-core.php, as that
file is included long after the headers are sent.

see #19599.

"
changeset,22370,[22370],nacin,"When approving and then replying to a comment, approve the parent comment before inserting the reply. props trepmal, fixes #22000.

"
changeset,23041,[23041],nacin,"When adding images to a gallery, use ""Images"" as the filter name, rather than ""All media items"". props koopersmith. fixes #22722.

"
changeset,16178,[16178],westi,When adding a user to the blog pass in the current blog id. See #15316.
changeset,23634,[23634],SergeyBiryukov,"When adding a new user in the admin, strip slashes from the password sent to the user by email. props hakre for initial patch. fixes #17018."
changeset,1321,[1321],michelvaldrighi,"what's with me committing parse errors lately, damn it
"
changeset,3581,[3581],ryan,What's up front?  #2515
changeset,16445,[16445],nacin,"What you don't know can hurt you. Don't show 'You cannot modify this taxonomy.' props johnjamesjacoby, fixes #14197."
changeset,3719,[3719],matt,What an oogly importer.
changeset,941,[941],michelvaldrighi,"what an idiot, I had broken ?m=
"
changeset,1255,[1255],saxmatt,"wfw:commentRSS and E_ALL fix to blog-header.
"
changeset,15058,[15058],nacin,"Welcome to Dashboard help line. see #13467. props jane, her first patch (!)"
changeset,19341,[19341],azaozz,"Welcome Screen: update column widths to show 3-col view on 1280 wide screens. Props helenyhou chexee, see #11651"
changeset,19345,[19345],azaozz,"Welcome Screen: remove white space, make the second dismiss link work, see #11651"
changeset,22638,[22638],azaozz,"Welcome screen: clean up the css, improve the html, add RTL styles, props helenyhou TobiasBg ocean90, fixes #21368, see #22453"
changeset,19339,[19339],ryan,Welcome Screen styling. Props chexee. see #11651
changeset,22379,[22379],ryan,"Welcome screen refresh. Now with icons. Props lessbloat, empireoflight. fixes #21368"
changeset,19336,[19336],ryan,Welcome Panel: Consult current theme capabilities. Remove trailing punc from list items. see #11651
changeset,19337,[19337],ryan,Welcome Panel: Add 'First Steps With WordPress' link. see #11651
changeset,22696,[22696],nacin,"Welcome panel IE fixes. props SergeyBiryukov, see #19687.

"
changeset,19007,[19007],koopersmith,Welcome panel contents and functionality. see #11651.
changeset,3645,[3645],matt,Weird IE fix.
changeset,2526,[2526],ryan,Weekly archives fixes.  http://mosquito.wordpress.org/view.php?id=1217
changeset,15239,[15239],markjaquith,WEAPON LOCKED. http://txfx.net/s/34 props Left Bank Pictures (Strike Back).
changeset,6177,[6177],westi,"We're working on bleeding edge 2.4 stuff now
"
changeset,7457,[7457],markjaquith,"We're not reactivating ALL plugins, just the ones that were previously active"
changeset,13990,[13990],nacin,"We're not lame if they don't have the PHP 5 DateTime library. Change the message when there is no timezone support. props neoxx, fixes #12580."
changeset,14776,[14776],dd32,We're not as bold as some people make us out to be. Move the maximum upload size from a Heading to a paragraph text. Fix screen formatting on Multisite when over quota. see #12853
changeset,1591,[1591],saxmatt,"We're going to refer them to the heavy version instead.
"
changeset,445,[445],saxmatt,"We're going to need it anyway. :)
"
changeset,17164,[17164],nacin,We'll release Twenty Ten 1.2 with 3.1. fixes #15990.
changeset,2188,[2188],saxmatt,"We weren't getting [...] in front of pingbacks.
"
changeset,2058,[2058],saxmatt,"We weren' processing pingbacks right. http://mosquito.wordpress.org/view.php?id=630
"
changeset,1077,[1077],saxmatt,"We use generic ping functions now.
"
changeset,20235,[20235],duck_,"We use colon as the case separator.
"
changeset,7447,[7447],westi,"We use ""do not"" not ""don't"". Fixes #6328 props rnt. 
"
changeset,3949,[3949],matt,We talk good. Fixes #2632
changeset,21106,[21106],nacin,We still need thickbox on themes.php for update overlays. props duck_. see #20960 for trunk.
changeset,845,[845],michelvaldrighi,"we should never use $RESUEST_URI, but access it with $_SERVER
"
changeset,1346,[1346],michelvaldrighi,"we shall use IXR instead of phpxmlrpc in the future -- so long, and thanks for all the xmlrpcval headaches
"
changeset,843,[843],michelvaldrighi,"we set a background color for input tags, but no text color :(
"
changeset,2277,[2277],saxmatt,"We send the charset so we shouldn't need to do character conversion
"
changeset,5662,[5662],matt,We prefer our own API. (Which MT/Typepad have cloned already.)
changeset,16762,[16762],nacin,"We only need strpos here. Ensures PHP4 compat. props mailnew2ster, fixes #14187."
changeset,1252,[1252],kurtpayne,"We now store a revision for the current version, so these counts must be bumped. see #16215.

This brings the XMLRPC revisions tests in line with the posts revisions tests in [UT1251]."
changeset,1251,[1251],markjaquith,"We now store a revision for the current version, so these counts must be bumped. see #16215"
changeset,8820,[8820],westi,We now have Widgitization documentation on the codex so link to it.
changeset,21544,[21544],nacin,"We no longer need to check function_exists() for date_default_timezone_set(). props Gary-J, j-idris. fixes #20501.

"
changeset,4178,[4178],ryan,We no longer need the outer array.
changeset,23170,[23170],nacin,"We no longer care if wp-admin/index.php is parseable by PHP 4. (And it's not, anyway.) If a user hits the root or wp-admin/install.php, they do get a proper warning.

"
changeset,16072,[16072],westi,We never want an admin bar on an APP request either. See #14772.
changeset,8320,[8320],matt,We need to clear floats so images don't run into the next post.
changeset,177,[177],saxmatt,"We need the ampersand fixer in the loop too.
"
changeset,2838,[2838],matt,We lost the option fade.
changeset,6548,[6548],matt,"We log out, not sign out."
changeset,3709,[3709],ryan,We like big inputs.  fixes #2662
changeset,19017,[19017],nacin,"We know that pagename is being assigned to $matches-something, so skip the variable variable. props duck_. see #18991."
changeset,16725,[16725],markjaquith,"We know approximately how tall the QuickPress box will be. Let's reduce the amount of UI twitchiness as it async loads!
"
changeset,20074,[20074],nacin,"We indent with tabs, but align with spaces."
changeset,20703,[20703],nacin,"We indent with spaces, not tabs. props sivel. fixes #20394.

"
changeset,614,[614],markjaquith,"We have never handled these sorts of rewrites, so there should not be tests for them."
changeset,7844,[7844],westi,"We have moved on now.
"
changeset,635,[635],markjaquith,We have a ticket for these combo URLs
changeset,2919,[2919],matt,We had reverted this fix from [1253]
changeset,16443,[16443],nacin,We don't want a populated WP_User object here. see #14642.
changeset,2671,[2671],matt,We don't think these are needed...
changeset,651,[651],saxmatt,"We don't need to numeric amp.
"
changeset,18688,[18688],westi,We don't need to do this if the user isn't logged in.
changeset,7733,[7733],ryan,We don't need get_categories() to do a hierarchical sort anymore. The walker takes care of it. For 2.5
changeset,7729,[7729],ryan,We don't need get_categories() to do a hierarchical sort anymore. The walker takes care of it.
changeset,253,[253],saxmatt,"We don't need decade old JS hacks.
"
changeset,16988,[16988],nacin,We don't apply markup here. see #15742.
changeset,11500,[11500],markjaquith,"We do not use plugin, we use file"
changeset,620,[620],markjaquith,"We do not create ?tag_ID=123 URLs, so we should not have a unit test against them."
changeset,2200,[2200],saxmatt,"We didn't know how big it'd get :)
"
changeset,629,[629],markjaquith,"We cannot trim trailing junk AND add appropriate slashing in one request, because we don't know what type of request it is — the junk prevents us from knowing. Different request types could have trailing slashing or not. Our best bet is to trim the junk, redirect, and let the next request redirect (or not).
"
changeset,15533,[15533],markjaquith,"We cannot say that WordPress as a whole is GPLv2 (i.e. ""GPLv2 only""). Go back to saying just ""GPL."" Reverts [13516] for trunk. props hakre."
changeset,15534,[15534],markjaquith,"We cannot say that WordPress as a whole is GPLv2 (i.e. ""GPLv2 only""). Go back to saying just ""GPL."" Reverts [13516] for 3.0. props hakre. fixes #14685"
changeset,878,[878],nacin,"We are now 100% ported to the new test runner. Port over test_query_results.php.

"
changeset,15997,[15997],nacin,Wasn't me.
changeset,13392,[13392],wpmuguru,"Warnings, code & UI/UX cleanup, See #11644"
changeset,13460,[13460],wpmuguru,"warnings cleanup, dont show removed user in edit site, fixes #12409"
changeset,13461,[13461],wpmuguru,"warnings cleanup on archived/suspended sites, fixes #12396"
changeset,13463,[13463],wpmuguru,"warnings cleanup edit user, props dd32, see #12387"
changeset,17887,[17887],azaozz,"Warning for out of date and insecure browsers, props aaroncampbell, fixes #17323"
changeset,9332,[9332],ryan,Warning fixes from DD32. see #7509
changeset,9490,[9490],ryan,Warning fixes
changeset,9489,[9489],ryan,Warning fixes
changeset,9482,[9482],ryan,Warning fixes
changeset,9481,[9481],ryan,Warning fixes
changeset,9477,[9477],ryan,Warning fixes
changeset,9475,[9475],ryan,Warning fixes
changeset,9488,[9488],ryan,Warning fix
changeset,15179,[15179],ryan,Warning and styling fixes. Props ocean90. fixes #13775
changeset,4198,[4198],ryan,Warning and notice fixes from Alex King.  fixes #3148
changeset,10561,[10561],ryan,Warn if upload dir not writable when importing. Props filosofo. fixes #8048
changeset,9348,[9348],westi,Warn if the core updater failed to complete. See #7819.
changeset,6858,[6858],ryan,Walker markup fixes from hailin. fixes #5844
changeset,6835,[6835],ryan,Walker markup fixes from hailin. fixes #5844
changeset,8494,[8494],ryan,Walker improvements from hailin. fixes #7353
changeset,4779,[4779],ryan,Walker fix ups.  fixes #3080
changeset,9685,[9685],ryan,Walker fix for when non elements are top-level.  Props hailin. fixes #8150
changeset,3701,[3701],matt,"walk_tree broken, fixes #2608"
changeset,3579,[3579],ryan,walk_page_tree() fix from Mark J. fixes #2516
changeset,24059,[24059],nacin,"Wait until keyup to set the slug input on the post page, otherwise the final character is not stored. props SergeyBiryukov, fixes #23613.

"
changeset,19865,[19865],nacin,Wait until init to fire wp_default_scripts. Fixes localization issues when a plugin calls wp_enqueue_script() too early (in spite of the _doing_it_wrong warning signs added in #11526). fixes #19959.
changeset,7450,[7450],ryan,W-P! rocks the CamelCase. Props lloydbudd. fixes #6335
changeset,20236,[20236],nacin,"Visually merge a plugin with its update notice. Same applies to themes in the network admin. Move from 'update automatically' to 'update now'. fixes #20273.

"
changeset,9918,[9918],azaozz,"Visual UI fixes from iammattthomas, fixes #8387"
changeset,9842,[9842],azaozz,"Visual design fixes from iammattthomas, fixes #8313"
changeset,7230,[7230],matt,Visual and English tweaks throughout.
changeset,4476,[4476],ryan,Visual and Code. Props foolswisdom. fixes #3233
changeset,9639,[9639],markjaquith,Visibility section of Publish Module for Posts. Pages later.
changeset,9641,[9641],markjaquith,Visibility section for the Publish Module for Pages
changeset,7090,[7090],ryan,View switcher styling from mt. fixes #6031
changeset,1647,[1647],saxmatt,"View other's drafts. Still need author editing on the advanced edit form.
"
changeset,8863,[8863],ryan,View links for posts and pages. see #7552
changeset,5510,[5510],ryan,Very rough initial commit of taxonomy for everyone's hacking pleasure.  There be dragons.  see #4189
changeset,4781,[4781],matt,Very minor update to styling of page navigation.
changeset,1832,[1832],donncha,"Very minor typo.
"
changeset,1749,[1749],donncha,"Very minor bugfix - extra "",""
"
changeset,793,[793],saxmatt,"Version update.
"
changeset,163,[163],saxmatt,"Version up.
"
changeset,1104,[1104],saxmatt,"Version numbers.
"
changeset,1169,[1169],kurtpayne,"Version numbers like ""1.1.1"" aren't numeric.  Instead, use version_compare to make sure they're greater than version 0."
changeset,2585,[2585],matt,Version numbers are always irrational anyway
changeset,566,[566],saxmatt,"Version number change.
"
changeset,161,[161],saxmatt,"Version change.
"
changeset,12167,[12167],ryan,Version bumps.
changeset,5849,[5849],matt,Version bumps.
changeset,21710,[21710],nacin,"Version bumps for the 3.4 branch, including a DB version bump for [21709] (see [21707]).

"
changeset,20550,[20550],nacin,"Version bumps

"
changeset,16626,[16626],ryan,Version bumps
changeset,1600,[1600],saxmatt,"Version bump.
"
changeset,1092,[1092],saxmatt,"Version bump.
"
changeset,951,[951],saxmatt,"Version bump.
"
changeset,803,[803],saxmatt,"Version bump.
"
changeset,764,[764],saxmatt,"Version bump.
"
changeset,648,[648],saxmatt,"Version bump.
"
changeset,485,[485],saxmatt,"Version bump.
"
changeset,339,[339],saxmatt,"Version bump.
"
changeset,2371,[2371],matt,"Version bump, testing new list"
changeset,7982,[7982],ryan,"Version bump, still bleeding."
changeset,2209,[2209],saxmatt,"Version bump
"
changeset,684,[684],saxmatt,"Version bump
"
changeset,9494,[9494],ryan,Version bump
changeset,3628,[3628],ryan,Version bump
changeset,7721,[7721],ryan,Verify widget option sanity. Props Viper007Bond.  fixes #6578 for trunk
changeset,7722,[7722],ryan,Verify widget option sanity. Props Viper007Bond.  fixes #6578 for 2.5
changeset,15738,[15738],nacin,"Verify that a widget is draggable before stripping its draggability. props filosofo, see #12863. Fixes widget creation for jQUI 1.8.5; should be fixed in jQUI 1.8.6."
changeset,23318,[23318],nacin,"Verify tags used in the gallery shortcode.

"
changeset,23317,[23317],nacin,"Verify tags used in the gallery shortcode.

"
changeset,23316,[23316],nacin,"Verify tags used in the gallery shortcode.

"
changeset,14263,[14263],nacin,"Verify nav menu items. props filosofo, fixes #13154."
changeset,17616,[17616],dd32,Verify certificate matches both the common name and the provided hostname. WP_HTTP_Curl requires CURLOPT_SSL_VERIFYHOST be either 2 or false. Props sivel. Fixes #16904
changeset,22935,[22935],nacin,"Verify attachment parent during upload.

"
changeset,22915,[22915],nacin,"Verify attachment parent during upload.

"
changeset,9502,[9502],ryan,Verbump
changeset,9478,[9478],ryan,Verbump
changeset,5649,[5649],ryan,Verbump
changeset,3825,[3825],ryan,Verbump
changeset,9034,[9034],ryan,Verbage tweak
changeset,4740,[4740],ryan,Verbage change. Props foolswisdom. fixes #3521
changeset,3184,[3184],ryan,Verbage change.
changeset,16896,[16896],ryan,Ver bump
changeset,13120,[13120],ryan,Ver bump
changeset,13119,[13119],ryan,Ver bump
changeset,11575,[11575],ryan,Ver bump
changeset,11346,[11346],ryan,Ver bump
changeset,9417,[9417],ryan,Ver bump
changeset,9400,[9400],ryan,Ver bump
changeset,9387,[9387],ryan,Ver bump
changeset,8846,[8846],ryan,Ver bump
changeset,8775,[8775],ryan,Ver bump
changeset,6957,[6957],ryan,Ver bump
changeset,5172,[5172],ryan,Ver bump
changeset,3796,[3796],ryan,Ver bump
changeset,5024,[5024],ryan,vars.php cleanups and speedups from rob1n. fixes #3956
changeset,14544,[14544],nbachiyski,"Various twentyten i18n fixes. Props zeo, dimadin. Fixes #13198 
"
changeset,14707,[14707],nacin,Various minor tweaks to file-level phpdoc in Twentyten. props dremeda. see #12695.
changeset,8522,[8522],ryan,Various http fixes from santosj. see #4779
changeset,1658,[1658],michelvaldrighi,"various fixes, and started MT API support
"
changeset,725,[725],saxmatt,"Various fixes from forums and such.
"
changeset,1245,[1245],saxmatt,"Various fixes and cleanups, inspired and pointed out by Joseph Scott.
"
changeset,14795,[14795],nacin,"Various CSS fixes for nav menus and RTL. props duck_, fixes #13441."
changeset,1128,[1128],saxmatt,"Various cleanups.
"
changeset,13802,[13802],nacin,"Various bug fixes and improvements to menu management. props ptahdunbar, see #11817."
changeset,24129,[24129],nacin,"Variables passed by reference do not need to be set first.

props kovshenin.
see #24222.

"
changeset,751,[751],saxmatt,"Variable typo.
"
changeset,5310,[5310],rob1n,"Variable name fix. Props filosofo. see #4169
"
changeset,5311,[5311],rob1n,"Variable name fix. Props filosofo. For 2.2. see #4169
"
changeset,13242,[13242],dd32,"Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299"
changeset,5427,[5427],ryan,Var is an object var.  Add missing this.
changeset,5426,[5426],ryan,Var is an object var.  Add missing this.
changeset,1575,[1575],saxmatt,"Vanquishing the terror of iso-8859-1.
"
changeset,3329,[3329],ryan,Validation tweaks. fixes #2097
changeset,14931,[14931],nacin,"Validation in wp_dropdown_users and the non-hierarchical taxonomy meta box. props ocean90, see #13383."
changeset,14659,[14659],nacin,"Validation for network.php. props dremeda, see #13383."
changeset,14672,[14672],nacin,"Validation for ms-sites.php. props Utkarsh, see #13383."
changeset,10832,[10832],ryan,Validation fixes. Props Viper007Bond. fixes #9387
changeset,18115,[18115],ryan,"Validation fixes. Props ocean90, xknown. fixes #17364"
changeset,18114,[18114],ryan,"Validation fixes. Props ocean90, xknown. fixes #17364"
changeset,18010,[18010],ryan,"Validation fixes. Props ocean90, peaceablewhale. see #17364"
changeset,17129,[17129],nacin,"Validation fixes. props ocean90, fixes #15287."
changeset,2796,[2796],ryan,Validation fixes. Props idansof. fixes #1590
changeset,1496,[1496],rboren,"Validation fixes.  Bug 0000170.
"
changeset,3151,[3151],matt,Validation fixes.
changeset,9456,[9456],ryan,Validation fixes from Viper007Bond. fixes #8026
changeset,9592,[9592],ryan,Validation fixes from Simek. fixes #8139
changeset,6980,[6980],ryan,Validation fixes from nbachiyski. fixes #5962
changeset,3998,[3998],ryan,Validation fixes from leftjustified. fixes #2909
changeset,3997,[3997],ryan,Validation fixes from leftjustified. fixes #2909
changeset,3983,[3983],ryan,Validation fixes from leftjustified.  fixes #2907
changeset,3982,[3982],ryan,Validation fixes from leftjustified.  fixes #2907
changeset,7654,[7654],ryan,Validation fixes for uploader. Props sambauers. fixes #6659 for trunk
changeset,7653,[7653],ryan,Validation fixes for uploader. Props sambauers. fixes #6659 for 2.5
changeset,9372,[9372],westi,"validation fixes for the WordPress importer. Fixes #7982 props sivel.
"
changeset,8012,[8012],ryan,Validation fixes for post revisions. Props mdawaffe. see #6775
changeset,6963,[6963],ryan,Validation fixes
changeset,6962,[6962],ryan,Validation fixes
changeset,6961,[6961],ryan,Validation fixes
changeset,4223,[4223],ryan,Validation fixes
changeset,4083,[4083],ryan,Validation fixes
changeset,12497,[12497],ryan,Validation fix. Props Simek. fixes #11560 for trunk
changeset,12498,[12498],ryan,Validation fix. Props Simek. fixes #11560 for 2.9
changeset,11527,[11527],ryan,Validation fix. Props Harish. fixes #10049
changeset,1986,[1986],saxmatt,"Validation fix in retrospam
"
changeset,4193,[4193],ryan,Validation fix from Viper007Bond. fixes #3140
changeset,3316,[3316],ryan,Validation fix from philor. fixes #1958
changeset,7144,[7144],ryan,Validation fix from nbachiyski. fixes #5962
changeset,18953,[18953],ryan,Validation fix for user-edit.php. Props sorich87. fixes #18921
changeset,606,[606],saxmatt,"Validation errors.
"
changeset,60,[60],saxmatt,"Validation errors fixed. Markup cleaned up.
"
changeset,2732,[2732],matt,"Validation error, fixes #1462"
changeset,7235,[7235],westi,"Validation and Translation fixes for the Profile page. Fixes #6152 and #6153 props johnbillion. 
"
changeset,14655,[14655],nacin,"Validation and some textarea escaping for ms-options. props Utkarsh, see #13383."
changeset,14670,[14670],nacin,"Validation and nonce improvements to custom background UI. props ocean90, see #12186."
changeset,2920,[2920],matt,Validate!
changeset,13853,[13853],dd32,Validate Table Prefix in wp-config.php generator. Props johnl1479. Fixes #12622
changeset,17709,[17709],ryan,Validate post status against capabilities in press this. Props nacin. for trunk
changeset,17710,[17710],ryan,Validate post status against capabilities in press this. Props nacin. for 3.1
changeset,17711,[17711],ryan,Validate post status against capabilities in press this. Props nacin. for 3.0
changeset,23331,[23331],nacin,"Validate pingback source URIs. Less verbose errors.

"
changeset,23330,[23330],nacin,"Validate pingback source URIs. Less verbose errors.

"
changeset,23329,[23329],nacin,"Validate pingback source URIs. Less verbose errors.

"
changeset,16644,[16644],scribu,Validate pagination input. Props batmoo. See #15580
changeset,4242,[4242],ryan,"Validate good times, come on. Props Viper007Bond. fixes #3113"
changeset,4169,[4169],ryan,"Validate good times, come on.  Props Viper007Bond.  fixes #3113"
changeset,12318,[12318],azaozz,"Validate date/time fields for posts and comments, fixes #10309"
changeset,2464,[2464],ryan,Validate comment author email.  http://mosquito.wordpress.org/view.php?id=982 Props: MtDewVirus
changeset,4226,[4226],ryan,Validate backup and fragment files. Don't allow traversal.
changeset,4095,[4095],ryan,Validate backup and fragment files. Don't allow traversal.
changeset,21759,[21759],nacin,"Validate $order in wp_get_object_terms(). props duck_. for 3.4.

"
changeset,21758,[21758],nacin,"Validate $order in wp_get_object_terms(). props duck_.

"
changeset,13347,[13347],nacin,Validate $object_id in *_metadata() functions. Props scribu fixes #11841
changeset,4461,[4461],markjaquith,valid XHTML for uploader.  props tassoman and mdawaffe.  fixes #3340
changeset,14632,[14632],nacin,"Valid HTML in ms-users and ms-sites. props Utkarsh, see #13383."
changeset,15199,[15199],nacin,"Valid HTML for wp-signup. fixes #13369, props ocean90, snumb130."
changeset,16869,[16869],nacin,"Utilize gallery-columns-# classes in Twenty Ten. props ianstewart, lancewillett. fixes #15103."
changeset,15680,[15680],dd32,utilise wp_guess_url() in installation redirection to provide an Absolute URL. See #14062. See #14904
changeset,8744,[8744],westi,"utf8 encode data from IPTC tags. Fixes #7495 for trunk props Txanny.
"
changeset,8745,[8745],westi,"utf8 encode data from IPTC tags. Fixes #7495 for 2.6 branch props Txanny.
"
changeset,1946,[1946],saxmatt,"UTC is GMT updated for leap seconds. :)
"
changeset,720,[720],alex_t_king,"using the comments_link_rss function
"
changeset,577,[577],kurtpayne,Using static class var to keep cache.
changeset,796,[796],emc3,"Using require_once will make it easier to incorporate WP functionality into custom templates.
"
changeset,1948,[1948],saxmatt,"Using modern variables.
"
changeset,944,[944],michelvaldrighi,"using gmt_offset option instead of time_difference from now on
"
changeset,11516,[11516],azaozz,"Using css to hide the Save button in widgets without settings, props Denis-de-Bernardy, fixes #10020"
changeset,1299,[1299],michelvaldrighi,"using check_admin_referer for plugin (de)activation
"
changeset,1300,[1300],michelvaldrighi,"using check_admin_referer for moves/deletions
"
changeset,1298,[1298],michelvaldrighi,"using check_admin_referer for deletions
"
changeset,1049,[1049],michelvaldrighi,"using blog_charset for this feed too
"
changeset,1280,[1280],markjaquith,Using &hellip; here now.
changeset,1132,[1132],kurtpayne,Using $this->assertEqualSets() instead of array_diff().  See #130 for more details.
changeset,893,[893],michelvaldrighi,"using """" for html attributes in some functions
"
changeset,128,[128],saxmatt,"Uses ezSQL, added ""status"", tested. Works great!
"
changeset,538,[538],mikelittle,"uses bloginfo as appropriate.
$smarty changed to $wpsmarty
"
changeset,539,[539],mikelittle,"uses bloginfo as appropriate.
"
changeset,537,[537],mikelittle,"uses bloginfo as appropriate
"
changeset,6875,[6875],ryan,users.php redesign. WIP
changeset,591,[591],saxmatt,"Users tweaks. Still need to add admin user registration.
"
changeset,15011,[15011],nacin,Users help. props dragoonis. see #13467.
changeset,3481,[3481],ryan,Username sanitization cleanups.
changeset,1915,[1915],saxmatt,"Userlevel 6 on options page
"
changeset,5019,[5019],markjaquith,user_trailingslashit filter for users who sometimes want trailing slashes only on certain URL types.  fixes #3899
changeset,892,[892],michelvaldrighi,"user_pass_ok now uses md5()
"
changeset,1380,[1380],rboren,"user_nicename fixes from JackSim. http://wordpress.org/support/4/6708
"
changeset,10267,[10267],ryan,user_can_access_admin_page() fix. Props arena. see #8535
changeset,10413,[10413],ryan,user_can_access_admin_page() fix. Props arena. fixes #8535 for 2.7
changeset,10072,[10072],ryan,"user_agent, not user-agent, for Streams transport. Props alexrabe. fixes #8500"
changeset,16294,[16294],ryan,user-new.php revamp.  Separate caps for adding users vs. creating users.  Allow supes to add via email or username.  Split adding existing users and creating new users into separate forms.  see #15357
changeset,2116,[2116],saxmatt,"User-generated rel attributes shouldn't be allowed in comments (doesn't make sense for any current uses of rel.)
"
changeset,3861,[3861],ryan,User UI tweaks from Mark Jaquith.  #2793
changeset,10055,[10055],ryan,User term IDs returned from wp_update_term() in case a plugin that remaps IDs is in use
changeset,3519,[3519],ryan,User ref instead of copying.  Props m4ttias. fixes #2256
changeset,390,[390],ryan,User property tests
changeset,18364,[18364],azaozz,"User Profile JS cleanup, props dd32, fixes #17910 for 3.2"
changeset,18363,[18363],azaozz,"User Profile JS cleanup, props dd32, fixes #17910 for 3.1"
changeset,413,[413],ryan,User meta isset tests
changeset,3857,[3857],ryan,User management improvements from Mark Jaquith and David House.  #2793
changeset,19687,[19687],ryan,"User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302"
changeset,14032,[14032],ryan,User is_super_admin(). Props ocean90. fixes #12888
changeset,12646,[12646],ryan,User is_super_admin(). Props GIGALinux. see #11644
changeset,994,[994],scribu,"user factory: there is no get_user() function, as of WP 3.4"
changeset,7254,[7254],ryan,user edit form validation fixes
changeset,14422,[14422],ryan,User deletion fixes. Props yoavf. fixes #13242
changeset,2636,[2636],matt,User data migration should be complete
changeset,2872,[2872],ryan,"User create/update rework.  Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification()."
changeset,12889,[12889],ryan,User correct var. Props nacin. fixes #12066
changeset,2334,[2334],saxmatt,"User agent in trackbacks, good idea - http://mosquito.wordpress.org/view.php?id=873
"
changeset,4069,[4069],matt,Useless notice
changeset,2112,[2112],rboren,"Used the filtered vars, not the unfiltered ones.  Bug 641.
"
changeset,1088,[1088],bpetty,Used the correct ticket numbers for new wp_basename tests in last commit.
changeset,17658,[17658],ryan,Used passed admin bar object instead of global. Props solarissmoke. fixes #16540
changeset,19255,[19255],ryan,Used numbered format specifiers. Add translator note. Props SergeyBiryukov. fixes #19090
changeset,776,[776],alex_t_king,"used 2 digit month for example
"
changeset,10842,[10842],ryan,"use_ssl is a user option, not a blog option"
changeset,16865,[16865],nacin,use_default_gallery_style boolean filter and new gallery-columns-* class. see #15103.
changeset,21378,[21378],ryan,Use Yoda conditions. Props evansolomon. see #21270
changeset,6723,[6723],ryan,"Use wpurl, not home, for constructing paging links. see #5684"
changeset,17687,[17687],azaozz,"Use wpLink in the HTML editor too, props koopersmith, fixes #16631"
changeset,10731,[10731],ryan,Use wpdb::insert() and update(). see #6836
changeset,10730,[10730],ryan,Use wpdb::insert() and update(). Props DD32. see #6836
changeset,13947,[13947],ryan,Use wpdb->prefix instead of wpdb->base_prefix(). base_prefix() does not return the correct prefix when a blog ID is not passed.
changeset,2699,[2699],ryan,Use wpdb->escape instead of addslashes to prepare DB bound data.
changeset,22189,[22189],nacin,"Use wp_update_post() rather than wp_insert_post() in wp_publish_post() to avoid stomping of values like categories. props ericmann, fixes #22167. see #21963.

"
changeset,23591,[23591],ryan,"Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().

see #WP21767
"
changeset,23594,[23594],ryan,"Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().

see #21767
"
changeset,23563,[23563],ryan,"Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().

see #21767
"
changeset,23567,[23567],ryan,"Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().
"
changeset,11202,[11202],ryan,Use wp_unique_slug() in wp_insert_attachment(). Props Denis-de-Bernardy. fixes #9726
changeset,24212,[24212],SergeyBiryukov,Use wp_trim_words() in Recent Drafts widget. fixes #24292.
changeset,15195,[15195],nacin,"Use wp_title() proper in Twenty Ten, and move the janky stuff to a filter. see #13751."
changeset,20379,[20379],nacin,"Use WP_Theme::exists(). see #20361.

"
changeset,21139,[21139],nacin,Use WP_Theme when switching themes. see #21075 for 3.4.
changeset,16359,[16359],scribu,Use wp_start_object_cache() in switch_to_blog(). Props prettyboymp. Fixes #15361
changeset,3544,[3544],ryan,Use wp_specialchars() to avoid double encoding. Props zonble. fixes #2446
changeset,19514,[19514],ryan,Use WP_Screen::add_help_tab(). see #19020
changeset,20425,[20425],ryan,"Use wp_safe_redirect(). No need to allow offsite redirects.
"
changeset,20486,[20486],nacin,Use wp_safe_redirect(). No need to allow offsite redirects.
changeset,20117,[20117],duck_,"Use WP_Rewrite::set_permalink_structure instead of plain update_option() in populate_network(). Fixes #20174.

This has the benefit of calling WP_Rewrite::init() which correctly resets the permalink_structure
property of the $wp_rewrite global so that the rewrite rules generated on the next flush are correct.
"
changeset,17928,[17928],nacin,"Use wp_remote_retrieve_* helper functions instead of the raw HTTP response array. props aaroncampbell, fixes #17416."
changeset,2854,[2854],ryan,"Use wp_remote_fopen to fetch remote OPML.  Props Cypher, davidhouse.  fixes #1491"
changeset,3937,[3937],ryan,Use wp_redirect().
changeset,3928,[3928],ryan,Use wp_redirect().
changeset,2440,[2440],ryan,Use wp_redirect() when logging out.  http://mosquito.wordpress.org/view.php?id=592 Props: toby
changeset,7880,[7880],ryan,Use WP_query in get_posts(). Props filosofo. fixes #6772
changeset,18544,[18544],nacin,"Use wp_print_scripts() in install.php. Fixes issues with SCRIPT_DEBUG, removes l10n.js reference. fixes #18394."
changeset,15346,[15346],ryan,"Use WP_PLUGIN_DIR. Props bigsmoke, wojtek.szkutnik. fixes #14070 for 3.1"
changeset,15347,[15347],ryan,"Use WP_PLUGIN_DIR. Props bigsmoke, wojtek.szkutnik. fixes #14070 for 3.0.1"
changeset,18775,[18775],nacin,"Use WP_PLUGIN_DIR, not PLUGINDIR. props ocean90, fixes #18772."
changeset,5444,[5444],rob1n,"Use wp_parse_args(). fixes #4237
"
changeset,14154,[14154],nacin,"Use wp_parse_args in register_sidebar. fixes #11836, props scribu."
changeset,7159,[7159],ryan,Use wp_mkdir_p() to create js cache dir.  Props DD32. see #6097
changeset,2835,[2835],ryan,Use wp_mail instead of mail.  Props to tliebig.  fixes #1642
changeset,19027,[19027],nacin,"Use wp_lostpassword_url() instead of site_url(wp-login...). Update wp_lostpassword_url() to use network_site_url(). props markoheijnen, fixes #18808."
changeset,19281,[19281],nacin,Use wp_login_url() where possible in wp-login.php. props ramiy for initial patch. Escape with a tin foil hat. fixes #19199.
changeset,2571,[2571],ryan,Use wp_list_cats() instead of list_cats()
changeset,3881,[3881],ryan,Use wp_list_categories() in templates.
changeset,6673,[6673],ryan,Use wp_list_bookmarks() in default theme. Props MichaelH. fixes #5724
changeset,8404,[8404],ryan,Use WP_LANG_DIR. fixes #7378 for trunk
changeset,8405,[8405],ryan,Use WP_LANG_DIR. fixes #7378 for 2.6
changeset,17422,[17422],nacin,Use wp_kses_post instead of wp_kses_data for a better balance between security and flexibility. fixes #16489 for trunk.
changeset,17423,[17423],nacin,Use wp_kses_post instead of wp_kses_data for a better balance between security and flexibility. fixes #16489 for the 3.1 branch.
changeset,9791,[9791],ryan,Use wp_html_excerpt() instead of substr in rss widget. Props nbachiyski. fixes #8278
changeset,5394,[5394],rob1n,"Use WP_HOME and WP_SITEURL in upgrading. Props filosofo. fixes #4211
"
changeset,5274,[5274],ryan,Use wp_hash to create cron's check hash.
changeset,3360,[3360],ryan,Use wp_handle_upload().
changeset,8529,[8529],ryan,Use wp_guess_url() for determining the cron URL.  Props jacobsantos. see #4779
changeset,21847,[21847],nacin,"Use wp_get_theme()->get_page_templates() rather than get_page_templates() in wp_insert_post(),
to allow page template setting on the frontend without a fatal error. fixes #21755.

"
changeset,20037,[20037],nacin,Use wp_get_theme() rather than get_theme_data() in the verify theme deletion (multisite network) screen. see #20103.
changeset,3923,[3923],ryan,Use wp_get_referer(). fixes #2800 #2855
changeset,3921,[3921],ryan,Use wp_get_referer().  Props robmiller. fixes #2855
changeset,3918,[3918],ryan,Use wp_get_referer().  fixes #2800
changeset,1155,[1155],ryan,Use wp_get_image_editor()
changeset,23432,[23432],SergeyBiryukov,Use wp_get_current_user(). props nacin. see #23192.
changeset,13736,[13736],ryan,Use WP_FALLBACK_THEME when creating default stylesheet and template options.
changeset,14080,[14080],ryan,Use WP_FALLBACK_THEME instead of default. Props MichaelH. see #12846
changeset,18803,[18803],azaozz,"Use WP_Editor when editing or replying to comments, props ocean90, remove vendor specific selectors from editor-buttons.css, fixes #18348, see #17144"
changeset,17010,[17010],scribu,Use wp_dropdown_users() in the delete confirmation screen. Props duck_. See #15854
changeset,16975,[16975],scribu,"Use wp_dropdown_users() in export.php again, due to [16974]. See #15786"
changeset,10319,[10319],ryan,use wp_dropdown_roles(). Props jeremyclarke. fixes #8764
changeset,8757,[8757],ryan,Use wp_dropdown_pages() insead of parent_dropdown()
changeset,10069,[10069],ryan,Use wp_dropdown_page()
changeset,9550,[9550],ryan,Use wp_dropdown_categories(). Props DD32. fixes #8075
changeset,4156,[4156],ryan,Use wp_dropdown_categories().  Fix padding.  Don't allow a cat to be it's own parent.  Props westi.  fixes #3088
changeset,3985,[3985],ryan,Use wp_die(). Props filosofo.  fixes #2914
changeset,4010,[4010],ryan,Use wp_die() in wp_nonce_ays(). fixes #2929
changeset,4009,[4009],ryan,Use wp_die() in wp_nonce_ays(). fixes #2929
changeset,19802,[19802],nacin,"Use wp_die() in ajax-actions. props kurtpayne. see [19801], fixes #15327."
changeset,6110,[6110],markjaquith,Use wp_die() for WPDB bails.  Send 500 response and no-cache headers so wp_die()s are not cached.  props DD32.  fixes #3471
changeset,3622,[3622],ryan,Use wp_delete_link()
changeset,7638,[7638],ryan,Use wp_count_posts() to determine availabel statuses for get_available_post_statuses(). fixes #6654 for trunk
changeset,7637,[7637],ryan,Use wp_count_posts() to determine availabel statuses for get_available_post_statuses(). fixes #6654 for 2.5
changeset,7853,[7853],ryan,Use wp_count_comments() instead of direct query.
changeset,7851,[7851],ryan,Use wp_count_comments() instead of direct query.
changeset,7914,[7914],ryan,Use wp_count_comments() in wp.getCommentCount. Props josephscott. fixes #6941
changeset,10076,[10076],ryan,Use wp_count_comments() for Right Now. Eliminated a query.
changeset,8216,[8216],ryan,Use WP_CONTENT_URL in wp_upload_dir(). Props sambauers. fixes #7206
changeset,8716,[8716],ryan,Use WP_CONTENT_PATH to find find files. Props Terragg. fixes #7575 for trunk
changeset,8053,[8053],ryan,Use WP_CONTENT_DIR to fix theme editor file loading. Props ionfish. fixes #7097
changeset,8051,[8051],ryan,Use WP_CONTENT_DIR in get_page_templates(). Props ionfish. see #7059
changeset,8040,[8040],ryan,Use WP_CONTENT_DIR and URL when linking to theme screenshots. Props sambauers. see #6938
changeset,737,[737],nacin,Use wp_clean_themes_cache() to clear WP_Theme and theme root caches before/after running relevant tests. Fixes two broken tests; all now pass. see #WP20954.
changeset,14486,[14486],nacin,"Use wp_cache_set instead of wp_cache_add in recent posts and archives widgets. props Denis-de-Bernardy, fixes #11580."
changeset,19729,[19729],ryan,Use wp_cache_add() instead of wp_cache_set() when priming the object term cache in update_object_term_cache(). Pass the real post_type to clean_object_term_cache() instead of hard-coding post. Call clean_object_term_cache() from clean_bookmark_cache(). Props leewillis77. fixes #19690
changeset,16437,[16437],ryan,Use wp_cache_add() instead of wp_cache_set() in update_meta_cache(). fixes #15452
changeset,21783,[21783],nacin,"Use wp_cache_add() in wp_mime_type_icon(). fixes #21835.

"
changeset,22367,[22367],ryan,Use wp_basename() instead of basename() so that multibyte characters are not stomped. Props SergeyBiryukov. fixes #21217
changeset,16155,[16155],scribu,Use wp_basename() in WP_Query too. See #11887
changeset,22972,[22972],nacin,"Use wp.media, not media, in media-editor.js. see #22676.

"
changeset,18089,[18089],ryan,Use wp-menu-separator after Settings and before the first plugin top-level.  Remove trailing separators. fixes #17629
changeset,10687,[10687],ryan,Use WordPress HTTP class for SimplePie requests. Props DD32. fixes #9247
changeset,14990,[14990],nacin,"Use word-wrap:break-word in the nav menus. props ocean90, fixes #13574."
changeset,1118,[1118],saxmatt,"Use word fixes all the time.
"
changeset,17514,[17514],markjaquith,Use with_front properly when creating rules for CPT archive pages. props scribu. fixes #16626 for trunk
changeset,17515,[17515],markjaquith,Use with_front properly when creating rules for CPT archive pages. props scribu. fixes #16626 for 3.1
changeset,1882,[1882],rboren,"Use weekday locale data in mysql2date. Bug 492.  Patch by nbachiyski.
"
changeset,9880,[9880],ryan,Use view link not edit link. see #8344
changeset,19979,[19979],nacin,Use version_compare() when checking installed themes in the theme installer. fixes #20097.
changeset,6686,[6686],ryan,Use var_export instead of printr. fixes #5732
changeset,14625,[14625],nacin,"Use valid HTML in the theme editor. span instead of div inside an anchor. props Utkarsh, see #13383."
changeset,13249,[13249],nacin,"Use utf8_encode() consistently in wp_read_image_metadata(). Also add some whitespace. props miqrogroove, see #11417, see #12095"
changeset,2388,[2388],ryan,Use UTC times in atom feed.  http://mosquito.wordpress.org/view.php?id=983 Hat tip: darkcanuck
changeset,2543,[2543],ryan,Use UTC in comments rss feed. http://mosquito.wordpress.org/view.php?id=1256 Props: nbachiyski
changeset,7955,[7955],ryan,Use user_trailingslashit. Props Sam_a. fixes #6996 for trunk
changeset,7954,[7954],ryan,Use user_trailingslashit. Props Sam_a. fixes #6996 for 2.5
changeset,16401,[16401],nacin,Use user_trailingslashit in get_author_posts_url(). fixes #15441.
changeset,11331,[11331],ryan,Use user_login instead of ID to check if user exists when creating unique nicenames. ID isn't available when inserting new users. Props sivel. see #9393
changeset,10456,[10456],ryan,Use user returned from auth for XML-RPC logins.  Props wnorris. fixes #8941
changeset,1520,[1520],rboren,"Use user ID for author permalink if sanitize_title returns an empty string. Bug 0000116.
"
changeset,14678,[14678],nacin,"Use upgrade_db instead of step=1 in ms-upgrade-network. Also, no need to check spam/deleted/archived as that is in the query. see #11869."
changeset,18601,[18601],ryan,Use update_blog_details() in wpmu_update_blogs_date(). Props jakub.tyrcha. fixes #18122
changeset,12774,[12774],ryan,Use update. see #11644
changeset,12652,[12652],ryan,Use update and insert. Props DD32. fixes #6836
changeset,18637,[18637],nacin,Use untrailingslashit in url_shorten() and recurse_dirsize(). Remove unnecessary camelCase variables. see #18592.
changeset,11017,[11017],ryan,Use unlocalized hook name. Props hakre. fixes #9438
changeset,7421,[7421],ryan,Use uniqid if getmypid is disabled. Props Solar Designer. fixes #6293
changeset,15916,[15916],ryan,Use underscore separator
changeset,15535,[15535],scribu,use unaltered  in the get_list_table_* filter
changeset,12562,[12562],ryan,Use umeta_id for user meta. Props wnorris. fixes #11627 for trunk
changeset,12563,[12563],ryan,Use umeta_id for user meta. Props wnorris. fixes #11627 for 2.9
changeset,6207,[6207],markjaquith,"use type=""text/javascript"", not lang=""javascript"".  Props dsiemon.  fixes #5168"
changeset,10766,[10766],ryan,Use two queries to populate all options during install/upgrade instead of 2 times the number of options.
changeset,7939,[7939],matt,"Use TT ids instead of term ids. Hat tip: andy.

"
changeset,8243,[8243],ryan,Use true swfupload version
changeset,10126,[10126],azaozz,"Use transparent GIFs for IE6's sake (hopefully for the last time), props vladimir_kolesnikov, fixes #8447"
changeset,18883,[18883],dd32,Use transparent delete icon. Props Caspie. Fixes #17991
changeset,19829,[19829],nacin,"Use translate, not translate with context. props azaozz. see #19603."
changeset,10515,[10515],ryan,"Use transient for update_core, update_plugins, update_themes. see #9048"
changeset,10519,[10519],ryan,Use transient for doing_cron. see #9048
changeset,16533,[16533],PeteMall,"Use tools screen_icon for udpate-core. Props ocean90, fixes #15531."
changeset,18533,[18533],ryan,Use title case.  Props trepmal. fixes #17773
changeset,18654,[18654],azaozz,"Use theme mods instead of transients for storing the previous theme's widgets config, props aaroncampbell, see #17979"
changeset,21235,[21235],markjaquith,Use the_content_feed() when looking for zero-length post content for RSS2 feeds. Now you can have blank posts with content generated by the_content filters. props SergeyBiryukov. fixes #15604
changeset,11322,[11322],ryan,Use the_author_meta(). Props sivel. see #9393
changeset,619,[619],markjaquith,Use the WP_User::exists() method to check for a valid WP_User object.
changeset,23842,[23842],markjaquith,"Use the wp_insert_post hook to save revisions, so we save revisions for
an initial wp_insert_post() run, not just updates.

see #16215"
changeset,15022,[15022],nacin,Use the variable set up for when the function doesn't exist.
changeset,17048,[17048],nacin,"Use the update_core, update_plugins and update_themes caps in update-core.php. fixes #15866."
changeset,13924,[13924],dd32,"Use the taxonomy show_ui flag to control if all WordPress generated UI is exposed (Menu previously, This affects metaboxes). See #10437"
changeset,21062,[21062],ryan,"Use the stylesheet rather than the template to create the network enable theme nonce. Fix network enable redirect following theme installation. Props duck_, nacin. fixes #20916"
changeset,19784,[19784],nacin,"Use the site's locale for the feed language. Provides the same result as language_attributes(). Removes the rss_language option. fixes #13440. see #5517.

"
changeset,18455,[18455],nacin,Use the Settings fields/sections API in Twenty Eleven. props chipbennett for initial patch. see #18045. for 3.3.
changeset,5329,[5329],ryan,Use the right field name ya idjit.
changeset,23862,[23862],markjaquith,"Use the revisioned post format metadata when previewing.

fixes #23539. props kovshenin."
changeset,14664,[14664],ryan,Use the remove_user cap instead of delete_user. fixes #13325
changeset,21948,[21948],nacin,"Use the regular post type UI for editing single media items (attachments).
 * Attachments now go through post.php, edit_post(), the like, and have show_ui set to true.
 * Taxonomies attached to the media library now appear in the admin menu (if show_ui).
 * Editing, cropping, uploading, etc. is still very rough, but mostly functional.

API-wise:
 * New function: get_taxonomies_for_attachments(). Like get_taxonomies(), for taxonomies specifically registered against attachments.
 * Brings taxonomy support from the posts list table to the media list table. Expect them to converge soon.
 * wp_insert_attachment() now handles taxonomies like wp_insert_post(). Also expect them to converge soon.
 * New edit_form_after_title hook.

props helenyhou, ocean90. see #21391.

"
changeset,13215,[13215],dd32,Use the public query param instead of show_ui to determine if the Post Type is displayable. Props jfarthing84. See #9674
changeset,21061,[21061],nacin,"Use the proper value for the switch-theme nonce in the upgrader. Fixes child theme activation after install. props duck_. fixes #20914.

"
changeset,17789,[17789],markjaquith,"Use the presence of manually set tax_base, not category_base, to determine whether tags use with_front to craft URLs. fixes #17308"
changeset,17742,[17742],nacin,Use the post type object in get_posts_by_author_sql() and add a post type parameter to count_many_users_posts(). The formerly somewhat useless and now totally useless pub_priv_sql_capability filter is considered deprecated. fixes #17220.
changeset,11925,[11925],westi,Use the old strings which are more translator friendly and add a generic default string to aid re-use by plugins adding post_types. See #10729.
changeset,2300,[2300],rboren,"Use the object's is_* vars instead of the global is_* functions.
"
changeset,21850,[21850],nacin,"Use the non-slashing variants of kses functions in sanitize_option() to avoid slash ping pong. fixes #21892.

"
changeset,22120,[22120],koopersmith,"Use the new media modal to insert galleries into TinyMCE and the text editor.

'''Galleries'''

* Gallery insertion from the new media modal (into TinyMCE, the text editor, etc).
* Gallery previews in TinyMCE now use the `wp.mce.views` API.
* Disables the TinyMCE `wpgallery` plugin.
* Gallery previews consist of the first image of the gallery and the appearance of a stack. This will later be fleshed out to include more images/functionality (including editing the gallery, gallery properties, and showing the number of images in the gallery).
* Multiple galleries can be added to a single post.
* The gallery MCE view provides a bridge between the `wp.shortcode` and `Attachments` representation of a gallery, which allows the existing collection to persist when a gallery is initially created (preventing a request to the server for the query).


'''Shortcodes'''

* Renames `wp.shortcode.Match` to `wp.shortcode` to better expose the shortcode constructor.
* The `wp.shortcode` constructor now accepts an object of options instead of a `wp.shortcode.regexp()` match.
* A `wp.shortcode` instance can be created from a `wp.shortcode.regexp()` match by calling `wp.shortcode.fromMatch( match )`.
* Adds `wp.shortcode.string()`, which takes a set of shortcode parameters and converts them into a string.* Renames `wp.shortcode.prototype.text()` to `wp.shortcode.prototype.string()`.
* Adds an additional capture group to `wp.shortcode.regexp()` that records whether or not the shortcode has a closing tag. This allows us to improve the accuracy of the syntax used when transforming a shortcode object back into a string.

'''Media Models'''

* Prevents media `Query` models from observing the central `Attachments.all` object when query args without corresponding filters are set (otherwise, queries quickly amass false positives).
* Adds `post__in`, `post__not_in`, and `post_parent` as acceptable JS attachment `Query` args.
* `Attachments.more()` always returns a `$.promise` object.

see #21390, #21809, #21812, #21815, #21817.
"
changeset,7185,[7185],westi,Use the new colours stylesheet for the media library. See #5911 props andy.
changeset,16249,[16249],nacin,"Use the name of the corresponding post type in the edit-tags column. TODO, typenow should be accessible from the current_screen object on edit-tags. see #14886 for current_screen, [15664] for previous TODO note."
changeset,20435,[20435],nacin,Use the metadata API rather than raw queries and direct do_action calls. see #20417.
changeset,16325,[16325],westi,Use the l10n helper js file in the installer. See #15124.
changeset,21812,[21812],nacin,"Use the key we found using array_search() to unset it from the array. props hakre. fixes #16562.

"
changeset,10657,[10657],westi,Use the html entity for the smart quote. Fixes #9058 props rmccue.
changeset,23938,[23938],SergeyBiryukov,Use the function argument instead of the $post global in get_the_post_format_image(). props kovshenin. fixes #24003.
changeset,3229,[3229],ryan,Use the full page hierarchy when matching page URIs.  Props David House.  fixes #1964
changeset,14581,[14581],nacin,Use the edit_theme_options capability. fixes #13290.
changeset,8577,[8577],markjaquith,Use the edit_others_posts capability for controlling sticky checkbox display and usage. see #7457
changeset,11840,[11840],azaozz,"Use the current user as author for autosave, fixes #10004"
changeset,22908,[22908],nacin,"Use the create_posts post type cap in more places. Remove the janky create_posts meta cap. see #16714.

"
changeset,22291,[22291],ryan,"Use the create_posts capability in more places.

In get_post_type_capabilities(), make sure create_posts reflects customizations to the edit_posts capability when create_posts is not specifically set.
"
changeset,15666,[15666],dd32,"Use the correct variable names, Fixes ""Empty Spam"" comments & ""Approve"" link. Add a clear to push ""No comments found."" into place. Fixes #14964"
changeset,17566,[17566],dd32,Use the correct variable name; Simpler static initialisation. Props hakre. See #11613 & #16978
changeset,15167,[15167],dd32,Use the correct variable name. See #13778
changeset,15166,[15166],dd32,Use the correct variable name. Props ScottMac. Fixes #13778
changeset,15651,[15651],dd32,Use the correct term_id field in get_body_class().
changeset,13909,[13909],dd32,Use the correct slug value for reverting post slug inline editing. Props mitchoyoshitaka. Fixes #12788
changeset,10434,[10434],westi,Use the correct PHP6 check. See #8701 for 2.7.x
changeset,10433,[10433],westi,"Use the correct PHP6 check.
"
changeset,3863,[3863],ryan,Use the correct filename.  Props Mark Jaquith. fixes #2815
changeset,14146,[14146],dd32,Use the correct field when determining if the parent can support the Post Editor. See #12792
changeset,14329,[14329],nacin,Use the correct defines in secret_salt_warning.
changeset,19010,[19010],markjaquith,Use the correct capability check for taxonomies in Quick Edit. props lancewillett. fixes #18551
changeset,17937,[17937],westi,"Use the correct cap for the export menu item. Fixes #17452
"
changeset,14979,[14979],markjaquith,Use the correct array members of image_resize_dimensions() result when calculating best match for dynamic HTML image resize. fixes #13556
changeset,9027,[9027],westi,Use the correct (no-title) string. Fixes #7801 props Speedboxer.
changeset,16876,[16876],nacin,"Use the blue background in the HTML editor, same as the visual editor. see #15207."
changeset,17190,[17190],nacin,Use the blue background color around the blue gradient. see #15993.
changeset,14700,[14700],westi,Use the attachment metadata to get the size infomation rather than making an HTTP request for the image in the attachment template.
changeset,22043,[22043],koopersmith,"Use the attachment id to look up the mime type icon instead of the raw mime type string, as wp_mime_type_icon() runs a broader search when using an id. see #21390.
"
changeset,3850,[3850],ryan,Use the API.
changeset,13997,[13997],nacin,"Use the API to remove comments when deleting a post. Cleans up comment meta in the process. fixes #12766, props briancolinger"
changeset,16007,[16007],westi,Use the api to build site urls. Props nacin.
changeset,19788,[19788],nacin,Use the _x context function. props Mamaduka. see #19601.
changeset,17947,[17947],azaozz,"Use the ""media"" admin menu icon for the add media button in DFW, move the tagline, see #17136"
changeset,11334,[11334],ryan,Use text/xml for rss feeds for best browser compat. Props Denis-de-Bernardy. fixes #9810
changeset,19586,[19586],ryan,Use text/html to appease IE < 9. Props azaozz. fixes #19494
changeset,17108,[17108],ryan,"Use term_taxonomy_id instead of term_id. Props duck_, nootron. fixes #15941"
changeset,16319,[16319],nacin,Use term cache in get_post_format() to save a boatload of queries. see #15396.
changeset,4570,[4570],ryan,Use temporary title when creating empty posts. Props mdawaffe. fixes #3097
changeset,5592,[5592],ryan,Use taxonomy instead of post2cat. see #4189
changeset,19253,[19253],ryan,Use taxnow to determine the taxonomy for GET and POST requests in edit-tags.php. Props nacin. fixes #19131
changeset,20093,[20093],duck_,"Use tabs for indentation.
"
changeset,3603,[3603],ryan,Use table prefix from wpdb. Props Mark J. #2524
changeset,21628,[21628],ryan,Use switch_to_blog()/restore_current_blog() in get_blog_post() and get_blog_permalink(). Eliminate the duplicate caching in these functions. Return WP_Post from get_blog_post(). Update phpdoc. Remove global-posts cache invalidation. Props jondavidjohn fixes #21595
changeset,13043,[13043],ryan,Use switch_themes instead of edit_themes so that non super admins on multisite installs can customize headers and backgrounds. Add CYA cap checks.
changeset,1720,[1720],rboren,"Use superglobals for m and s.  Bug 321.  Hat tip: christoph.
"
changeset,14808,[14808],ryan,Use subquery when finding detached objects. Props filosofo. fixes #13496
changeset,16240,[16240],ryan,Use submt_button(). see #14435
changeset,15830,[15830],scribu,Use submit_button() in more places. See #15064
changeset,1722,[1722],rboren,"Use stylesheet_url.
"
changeset,1640,[1640],rboren,"Use stylesheet_url from bloginfo().
"
changeset,1639,[1639],rboren,"Use stylesheet_url from bloginfo().
"
changeset,21147,[21147],nacin,"Use stylesheet to identify themes, not template. Sanity check values before switching."
changeset,11424,[11424],ryan,Use Stylesheet instead of Template to key theme data when doing theme update check. Props josephscott. fixes #9897
changeset,10915,[10915],ryan,Use stylesheet directory when deleting a theme so we don't accidentally delete a parent theme. Props ionfish. fixes #9519
changeset,7981,[7981],ryan,Use style loader for gears manifest. Props azaozz. fixes #7015
changeset,975,[975],rboren,"Use strpos() instead of preg_match() when searching for $req_uri at the head of the rewrite rule $match.  This avoids regex compilation errors when $req_uri contains characters will special regex meaning.  strpos() is also faster than preg_match().
"
changeset,4990,[4990],markjaquith,"Use strpos instead of strstr where ever possible, for speed.  Props rob1n.  fixes #3920"
changeset,12336,[12336],ryan,"Use stripslashes_deep to strip meta values. Props JonathanRogers, Sewar. fixes #10656"
changeset,24305,[24305],nacin,"Use stripslashes() instead of wp_unslash() in ms-files.php to avoid formatting.php dependency. props devesine, fixes #24374.

"
changeset,13132,[13132],nacin,Use stripos() instead of strpos() with strtolower(). For PHP < 5 we have stripos() in compat.php. Fixes #11176
changeset,17630,[17630],ryan,Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920
changeset,2098,[2098],rboren,"Use str_repeat instead of array_fill.  Bug 695.  Patch from gbhugo.
"
changeset,576,[576],nacin,Use static variable for isTracTicketClosed cached. see [572].
changeset,17823,[17823],ryan,Use static strings. Props niallkennedy. fixes #17169
changeset,17644,[17644],westi,"Use static strings and respect coding standards in wp-activate.php. Fixes #17158 props niallkennedy.
"
changeset,20763,[20763],ryan,"Use stars-rtl.png for RTL start support in the theme installer. Props helenyhou, ocean90. fixes #20583"
changeset,13393,[13393],wpmuguru,"Use standard WP UI markup in menu admin, props ptahdunbar, See #11817"
changeset,22727,[22727],nacin,"Use standard link colors with the skip links. see #21310.

"
changeset,11679,[11679],ryan,Use SSL links to xmlrpc and app when admin ssl is forced.
changeset,16340,[16340],nacin,"Use square brackets instead of braces for string access. props hakre, fixes #13900."
changeset,13327,[13327],nacin,Use sprintf() in hard-coded string. Use same comment and error code as other identical message. See #11644 props hakre
changeset,14492,[14492],nbachiyski,"Use sprintf instead of interpolation in translatable strings. Props demetris, fixes #13286
"
changeset,16245,[16245],nacin,Use spaces for alignment. see #15343 [16236]
changeset,13966,[13966],nacin,"Use solid color in new footer, to allow for expansion. props JohnONolan. fixes #12810"
changeset,6721,[6721],ryan,"Use siteurl, not home, for constructing paging links. see #5684"
changeset,8006,[8006],ryan,Use siteurl instead of home. Props msi08. fixes #7050
changeset,19677,[19677],ryan,Use site_url() to link to wp-pass.php. Props dd32. fixes #14748
changeset,19922,[19922],ryan,Use site_url() to construct the cron url. Props SergeyBiryukov. see #13449
changeset,21810,[21810],nacin,"Use site_url() in WP_Rewrite::mod_rewrite_rules(), rather than get_option(). props JustinSainton. fixes #21186.

"
changeset,15245,[15245],wpmuguru,"use site details on confirm delete site, props sivel, fixes #13873.diff"
changeset,5996,[5996],markjaquith,Use single_tag_title() on tag pages in the Default theme.  Props Andy.  fixes #4876
changeset,3948,[3948],matt,"Use single quotes to be nice to ANSI mode, fixes #1498"
changeset,12767,[12767],ryan,Use SimplePie in admin_notice_feed(). Props garyc40. fixes #11765
changeset,10666,[10666],ryan,Use SimplePie for widget and dashboard feeds. First cut. see #9198
changeset,14674,[14674],nacin,Use show_ui instead of public flag to check whether the post type uses post-new and edit.php. see #13403.
changeset,13046,[13046],ryan,Use show_ui instead of _show. see #9674
changeset,15056,[15056],nacin,"Use show_in_nav_menus for attachments. Also add it to register_taxonomy for consistency and have it default to public, not show_ui, like post types. see #13621."
changeset,14847,[14847],nacin,"Use shorthand. props hakre, fixes #13512."
changeset,6077,[6077],ryan,Use setup_postdata instead of deprecated start_wp. fixes #3188
changeset,9954,[9954],ryan,Use settings_fields()
changeset,21664,[21664],ryan,"Use set_url_scheme(). Props johnbillion, MarcusPope. see #19037 #20759"
changeset,21734,[21734],ryan,Use set_url_scheme() in the *_url() functions to keep things DRY. Props johnbillion. fixes #20759
changeset,21629,[21629],ryan,Use set_url_scheme() in _custom_background_cb() to properly set the scheme for the background image when is_ssl(). Props jkudish. fixes #18005
changeset,13807,[13807],nacin,Use set_time_limit(0) in import/mt.php. see #12595
changeset,9164,[9164],ryan,Use set_time_limit() to buy some time during upgrade. see #5560
changeset,21145,[21145],nacin,"Use set_post_format(), not wp_set_post_terms(), in XML-RPC mw_newPost and mw_editPost. props koke. see #20697."
changeset,15722,[15722],nacin,Use separate ajax spinners for the Save Draft and Publish buttons on the post form. fixes #14582 with initial patch from wojtek.szkutnik.
changeset,16015,[16015],ryan,Use self_admin_url(). Props PeteMall. see #14062
changeset,5535,[5535],rob1n,"Use selected() to clean that up. Thanks Mark. fixes #4291
"
changeset,21867,[21867],nacin,"Use selected() in default widgets. props SergeyBiryukov, iamfriendly. fixes #21451.

"
changeset,10461,[10461],ryan,Use secure.gravatar.com for SSL avatar requests. fixes #8988 for trunk
changeset,10462,[10462],ryan,Use secure.gravatar.com for SSL avatar requests. fixes #8988 for 2.7
changeset,8250,[8250],ryan,"Use searchform.php for search widget, if available. Props ionfish. fixes #5567"
changeset,1995,[1995],rboren,"Use SCRIPT_FILENAME instead of PATH_TRANSLATED since PATH_TRANSLATED is not always set.  Consolidate home path logic into get_home_path().
"
changeset,16226,[16226],scribu,"Use screen id instead of base, to be consistent with older filters. See #14579"
changeset,16822,[16822],ryan,Use santize_key() in more places. Props WraithKenny. fixes #14910
changeset,1533,[1533],rboren,"Use sanitize_title() to process post, page, author, and category names in the query.
"
changeset,20098,[20098],nacin,"Use sanitize_key(). sanitize_title_with_dashes() is more than we need. see #19815. see [20096], [20097]."
changeset,20096,[20096],nacin,Use sanitize_key() for theme search tags/features. sanitize_title_with_dashes() is overkill. see #19815.
changeset,14458,[14458],wpmuguru,"use same salts/keys across network, see #12142"
changeset,14197,[14197],ryan,Use rtrim() instead of untrailingslashit to avoid formatting.php dependency.  Relying on formatting.php breaks SHORTINIT.
changeset,15924,[15924],scribu,Use row_actions() in WP_Plugins_Table. See #14579
changeset,10543,[10543],ryan,Use right variable name. Props stringfold. fixes #9090 for trunk
changeset,10544,[10544],ryan,Use right variable name. Props stringfold. fixes #9090 for 2.7
changeset,15546,[15546],nacin,Use return_empty_array instead of create_function. see #14579.
changeset,20172,[20172],duck_,"Use return value of update_post_meta() in set_post_thumbnail() instead of always returning true. Props webord. Fixes #20218.
"
changeset,22419,[22419],ryan,"Use retina logo in install, upgrade, setup-config, repair, and confirmation screens.

Props kopepasah, SergeyBiryukov
fixes #22375
"
changeset,14447,[14447],wpmuguru,"use reset vs offset 0, props scribu, see #13246"
changeset,1232,[1232],scribu,"Use require_once to load includes/functions.php

fixes #23690"
changeset,19295,[19295],nacin,Use REQUEST rather than GET to check the current post status page in _post_states(). Addresses a Quick Edit display issue. fixes #18611.
changeset,3035,[3035],matt,Use reply-to instead of from to stop acting spammy - fixes #1593
changeset,13001,[13001],dd32,Use rename() if possible in WP_Filesystem_Direct::move(). Props reaperhulk. Fixes #12150
changeset,14139,[14139],nacin,"Use relative paths when including files, avoiding include_path. fixes #12594, props sorich87."
changeset,19871,[19871],nacin,"Use relative paths for admin-ajax.php to avoid cross-domain issues with IDN domains in IE and Opera. props SergeyBiryukov, fixes #18952."
changeset,9146,[9146],ryan,Use relative path for install css. Props DD32. see #7509
changeset,19701,[19701],nacin,Use regex to fill in config-sample. Prevents translators from needing to manually translate 'database_name_here' (and friends). see #18180.
changeset,7530,[7530],markjaquith,Use red background delete style for Delete Comment link on Edit Comment screen. fixes #6396
changeset,10597,[10597],ryan,Use real escape in environments that support it. see #5455
changeset,4979,[4979],ryan,Use rawurldecode. fixes #3727
changeset,17634,[17634],ryan,"Use proper prefix in query.  Fixes user queries ordered by post count.  Props ziofix, ericmann. fixes #17123 for trunk"
changeset,17635,[17635],ryan,"Use proper prefix in query.  Fixes user queries ordered by post count.  Props ziofix, ericmann. fixes #17123 for 3.1"
changeset,17763,[17763],nacin,Use proper placeholders. No need to exit after wp_die(). fixes #17121.
changeset,20038,[20038],nacin,Use proper object. see #20103.
changeset,11501,[11501],ryan,Use proper field for category intersection queries. fixes #9985
changeset,662,[662],SergeyBiryukov,Use proper encoding for utf-8.txt. fixes #9.
changeset,2487,[2487],ryan,"Use private, install/upgrade safe version of get_option() in upgrade-functions.php. Fixes http://mosquito.wordpress.org/view.php?id=1165"
changeset,15341,[15341],ryan,Use prepare(). Props Ben Ward.
changeset,15340,[15340],ryan,Use prepare(). Props Ben Ward.
changeset,16643,[16643],markjaquith,Use prepare() instead of addslashes(). props wpmuguru.
changeset,9259,[9259],ryan,Use prepare() in wp_insert_attachment(). Props dwc. fixes #7933
changeset,9601,[9601],markjaquith,Use prepare() in get_comments()
changeset,23973,[23973],ryan,"Use prepare() for the duplicate comment query in wp_allow_comment().

see #21767
"
changeset,23564,[23564],ryan,"Use prepare instead of escape.

see #21767
"
changeset,7068,[7068],ryan,Use preg_replace_callback() instead of using the 'e' modifier.
changeset,7056,[7056],ryan,Use preg_replace_callback() instead of using the 'e' modifier.
changeset,12198,[12198],ryan,Use preg_replace_callback to eliminate eval. Props BenBE1987. fixes #10896
changeset,10392,[10392],ryan,Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689 for 2.7
changeset,10339,[10339],ryan,Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689
changeset,7107,[7107],ryan,Use preg_replace_callback instead of 'e' modifier. see #5644
changeset,7106,[7106],ryan,Use preg_replace_callback instead of 'e' modifier. see #5644
changeset,1896,[1896],rboren,"Use preg_quote() to make spam words regex safe.
"
changeset,18524,[18524],nacin,"Use preg_match more efficiently. props solarissmoke, fixes #17287."
changeset,16196,[16196],markjaquith,Use post_type_supports() to check for whether a post type supports post formats. Only posts support it by default. props mikeschinkel. see #14746
changeset,3535,[3535],ryan,Use post_type not post_status.
changeset,686,[686],saxmatt,"Use post_status in get_lastpostdate
"
changeset,13027,[13027],ryan,Use post_password_required(). see #9015
changeset,9819,[9819],ryan,Use post_password_required()
changeset,6041,[6041],markjaquith,Use post_date (not post_modified) to check for unpublished posts when showing post listings in admin. fixes #4914
changeset,3969,[3969],ryan,Use POST and GET instead of REQUEST since they are sanitized.  fixes #2888
changeset,4972,[4972],ryan,Use PLUGINDIR. Props z720 and Nazgul. fixes #3909
changeset,6629,[6629],ryan,Use PLUGINDIR in plugin_basename().  Props hansengel. fixes #5665
changeset,10654,[10654],ryan,Use plain link style instead of button. See #8652
changeset,23761,[23761],SergeyBiryukov,Use placeholders in menu strings instead of manual concatenation. fixes #14045.
changeset,9696,[9696],ryan,Use pings_open() to check ping status
changeset,1219,[1219],saxmatt,"Use PATH_INFO instead of REQUEST_URI for better windows compatibility.
"
changeset,2187,[2187],rboren,"Use parse_url instead of regex wackiness.
"
changeset,16787,[16787],nacin,"Use pagination base for CPT archives. props scribu, fixes #15728."
changeset,15373,[15373],nacin,Use page_rows() for quick edit for all hierarchical post types. fixes #14194 for trunk
changeset,15372,[15372],nacin,Use page_rows() for quick edit for all hierarchical post types. fixes #14194 for trunk
changeset,1759,[1759],rboren,"Use page_id=xx instead of p=xx&static=1
"
changeset,13659,[13659],ryan,Use page icon for page menus. fixes #12583
changeset,15121,[15121],nacin,"Use p.nopassword instead of div.nopassword in Twenty Ten. props zeo, fixes #13692."
changeset,14689,[14689],nacin,Use p instead of definition list for allowed tags in comment_form(). props demetris. Style the new markup in Twenty Ten. see #10910.
changeset,5229,[5229],rob1n,"Use own category_exists() function, and only list categories to convert. fixes #4107
"
changeset,8031,[8031],ryan,"Use ORIG_PATH_INFO, if available. Props singpolyma. fixes #6995"
changeset,8470,[8470],ryan,Use ORIG_PATH_INFO if PATH_INFO is not available. fixes #7058 for trunk
changeset,8471,[8471],ryan,Use ORIG_PATH_INFO if PATH_INFO is not available. fixes #7058 for 2.6
changeset,14980,[14980],nacin,"Use orange for the plugin install thickbox button, not the new gray for update notification bubbles. fixes #13474."
changeset,1811,[1811],rboren,"Use options-head
"
changeset,5867,[5867],ryan,Use opendir instead of dir.  Props nbachiyski. fixes #4450
changeset,9501,[9501],ryan,Use only one enclosure type. Props hailin. fixes #8017
changeset,17349,[17349],nacin,"Use only an ID, no name, on the 'Filter' buttons on list screens. see #16345."
changeset,19599,[19599],ryan,"Use one space, not two, after trailing punctuation. Prop Zeo. fixes #19537"
changeset,19593,[19593],ryan,"Use one space, not two, after trailing punctuation. fixes #19537"
changeset,12403,[12403],ryan,Use ON DUPLICATE KEY UPDATE when inserting options to avoid duplicate entry errors. fixes #11437
changeset,5664,[5664],rob1n,"Use Older/Newer rather than Previous/Next for sake of clarity. fixes #4397
"
changeset,12027,[12027],ryan,Use oEmbed for youtube. Props Viper007Bond. see #10337
changeset,13021,[13021],ryan,Use oEmbed for PollDaddy. Props Viper007Bond. fixes #12174
changeset,12325,[12325],ryan,Use oEmbed for dailymotion. Props Viper007Bond. see #10337
changeset,14856,[14856],nacin,"Use object names instead of 'Edit' in submenus. props jane, fixes #11274."
changeset,13116,[13116],wpmuguru,"use object cache on get_blog_option on current blog, props sivel, See #11644"
changeset,24327,[24327],SergeyBiryukov,Use numbered placeholders. see #24389.
changeset,7857,[7857],ryan,Use number_format_i18n on Awaiting Moderation count. fixes #6700 for trunk
changeset,7855,[7855],ryan,Use number_format_i18n on Awaiting Moderation count. fixes #6700 for trunk
changeset,7858,[7858],ryan,Use number_format_i18n on Awaiting Moderation count. fixes #6700 for 2.5
changeset,7856,[7856],ryan,Use number_format_i18n on Awaiting Moderation count. fixes #6700 for 2.5
changeset,8198,[8198],ryan,Use number_format and change language.  see #6471
changeset,11932,[11932],ryan,Use null instead of 0 when setting content length. Props noel. fixes #10783
changeset,5326,[5326],rob1n,"Use non-GMT date. fixes #3034
"
changeset,18239,[18239],ryan,Use no_found_rows for some queries. Props pavelevap. fixes #17745
changeset,9114,[9114],azaozz,"Use no-js reply on error in comment-reply.js, see #7635"
changeset,6845,[6845],ryan,Use niceblue table format for some edit forms
changeset,2423,[2423],ryan,Use next_posts_link() and previous_posts_link() instead of posts_nav_link() in default theme. http://mosquito.wordpress.org/view.php?id=1064
changeset,7306,[7306],markjaquith,Use newer Gravatar URL style. props link2caro. fixes #6229
changeset,20113,[20113],nacin,Use new WP_Theme API in list_theme_updates(). fixes #20173. see #20103.
changeset,1875,[1875],emc3,"Use new user_can_foo() functions, clean up comment editing
"
changeset,2267,[2267],saxmatt,"Use new user_can_edit_user function.
"
changeset,5621,[5621],ryan,"Use new term tables in wp_install_defaults().  see #4380, #4189"
changeset,20317,[20317],nacin,"Use new scandir() return value (key is path relative to theme, value is absolute path) in WP_Theme->get_page_templates(). Use parent()->get_page_templates() and merge in a parent's page templates, rather than extra logic. see [20312], see #20103."
changeset,3133,[3133],ryan,Use new logo.  Props nbachiyski. fixes #1896
changeset,11676,[11676],azaozz,"Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239"
changeset,15,[15],saxmatt,"Use new features (texturize etc.) by default.
"
changeset,2033,[2033],rboren,"Use new default theme path.
"
changeset,12480,[12480],westi,Use new $required_mysql_version global in wp-db.php when checking if the mysql version is new enough. Fixes #11478 props nacin.
changeset,19779,[19779],duck_,"Use new $args parameter for (WP_Rewrite::)add_permastruct(). Fixes #16092.

Use array_intersect_key() to keep WP_Rewrite::$extra_permastructs free of unnecessary/unknown keys + values.
"
changeset,21813,[21813],nacin,"Use network_site_url() for wp-signup.php. props markjaquith. see #19796.

"
changeset,14703,[14703],wpmuguru,"use network_home_url in get_blogaddress_by_name, see #12735"
changeset,13884,[13884],ryan,Use network_*_url(). see #12736
changeset,12934,[12934],ryan,Use Network and Site for labels. see #11644
changeset,16976,[16976],PeteMall,Use net admin plugin-install in site admin tools. Fixes #15839
changeset,9565,[9565],azaozz,"Use ndash for number range, props demetris, fixes #8088"
changeset,13284,[13284],ryan,Use nav_menu as the taxonomy name and nav_menu_item as the post type. Set object_id in postmeta. see #11817
changeset,19977,[19977],azaozz,"Use native TinyMCE popup for the image properties dialog, fixes #20096, see #20094"
changeset,10604,[10604],ryan,"Use mysql_real_escape_string() only in prepare(), insert(), and update().  escape() uses addslashes only.  Add array support to escape(). see #9189"
changeset,1903,[1903],rboren,"Use mysl2date() to create the date format example so that months and days are localized.  Bug 504.  Patch from nbachiyski.
"
changeset,22415,[22415],koopersmith,"Use Mustache-insipired template tags.

Underscore's default ERB-style templates are incompatible with PHP when asp_tags is enabled. As a result, we've settled on an alternative syntax that should be familiar to devs: Mustache-inspired for interpolating and escaping content, and ERB-inspired for execution.

	`{{{a}}}` - interpolating
	`{{ a }}` - escaping
	`<# a #>` - execution

props rmccue. fixes #22344, see #21390.
"
changeset,15580,[15580],scribu,Use multiple JOINs instead of CASE in _wp_meta_sql(). See #14572
changeset,16710,[16710],scribu,Use more specific view classes in plugin & theme install screens. Props batmoo. Fixes #15658
changeset,15248,[15248],nacin,"Use more specific selector. props CAMWebDesign, fixes #13880."
changeset,940,[940],nacin,"Use more specific assertions when possible.

"
changeset,19108,[19108],nacin,Use more obvious variables in WP_Screen. see #18785.
changeset,119,[119],mikelittle,"Use more faded image. Still looks ugly!
"
changeset,18102,[18102],markjaquith,Use monospaced font for HTML editor. props iammattthomas. fixes #17640
changeset,678,[678],saxmatt,"Use modified get_links_list
"
changeset,23401,[23401],ryan,"Use microtime() instead of incrementors for last_changed to to avoid race conditions with cache evictions.

Props westi
fixes #23448
"
changeset,19722,[19722],ryan,Use microtime() for cron locks. fixes #19700
changeset,18855,[18855],duck_,"Use metadata API in do_all_pings() to delete post meta (cleaner, plays better with cache). Remove redundant query to retrieve meta_id. See #18196.
"
changeset,14033,[14033],wpmuguru,"use meta caps in [14032], see #12109"
changeset,14481,[14481],nacin,"Use menu-bits-rtl image for RTL nav menu UI. props RanYanivHartstein, see #13166."
changeset,20848,[20848],nacin,"Use mdash. see #20423.

"
changeset,10702,[10702],ryan,Use mb_substr instead of mb_strcut in wp_html_excerpt. Props demetris. fixes #9055
changeset,3107,[3107],ryan,Use mb_substr for trackback titles.  Props zet.  fixes #1474
changeset,3369,[3369],ryan,Use mb_strcut instead of mb_substr.  fixes #2163
changeset,1733,[1733],saxmatt,"Use mb_mail_send if available.
"
changeset,9986,[9986],ryan,Use mb_* to create permalink excerpt. Props janbrasna. fixes #8419
changeset,12495,[12495],westi,Use maybe_unserialized on all post_meta values on import to ensure we don't end up with double serialized data in the database. Fixes #10619 props znarfor.
changeset,19707,[19707],dd32,"use maybe_unserialize() in update and API checks, Tighten up the checks on expected return data to avoid processing invalid responses after change. See #19617"
changeset,6124,[6124],markjaquith,Use maybe_unserialize() in get_usermeta().  Props filosofo.  fixes #4993
changeset,20612,[20612],nacin,"Use maybe_serialize() where appropriate. fixes #19617.

"
changeset,16978,[16978],nacin,Use maybe_network_admin_url. see #15840.
changeset,21971,[21971],nacin,"Use max-height rather than height for the hierarchical taxonomy admin metabox. props SergeyBiryukov, husobj. fixes #15925.

"
changeset,13270,[13270],wpmuguru,"use map_meta_cap for multisite superadmins, props dd32, fixes #12109"
changeset,15812,[15812],nacin,"Use map_meta_cap for multisite super admins in current_user_can_for_blog. props jamescollins, see #15122."
changeset,16631,[16631],nacin,"Use map_meta_cap for multisite super admins in current_user_can_for_blog. props jamescollins, fixes #15122 for 3.0."
changeset,18444,[18444],nacin,"Use login_post context for wp_login_form action. props mdawaffe, see #18137 for trunk."
changeset,18463,[18463],nacin,"Use login_post context for wp_login_form action. props mdawaffe, fixes #18137. for the 3.2 branch."
changeset,9616,[9616],ryan,Use localized dates on General Options page. Props nbachiyski. fixes #8153
changeset,9676,[9676],azaozz,"Use local time when determining uploads directory, props DD32, see #8205"
changeset,18915,[18915],nacin,Use local method when handling back compat screen layout column filter. The function serves as a wrapper for but one object. see #18785.
changeset,852,[852],saxmatt,"Use local image file.
"
changeset,129,[129],saxmatt,"Use local header graphic.
"
changeset,2023,[2023],rboren,"Use load_template().
"
changeset,3256,[3256],ryan,Use link_rel id.  Props filosofo. fixes #2017
changeset,12640,[12640],westi,Use like_escape to make safe search string for like queries.
changeset,11206,[11206],ryan,Use lastBuildDate. Props peaceablewhale. fixes #9566
changeset,16719,[16719],scribu,Use large spinner instead of 'Loading...' text. Props batmoo. See #15580
changeset,4775,[4775],markjaquith,use lang for text/html and xml:lang for all others.  Props nickshanks.  fixes #3608
changeset,621,[621],nacin,Use knownWPBug for the test for #WP20374.
changeset,655,[655],aaroncampbell,Use knownWPBug for the test for  #WP14050.
changeset,19095,[19095],ryan,Use key(). Props scribu. fixes #18975
changeset,18464,[18464],azaozz,Use json_encode() for adding script data (formerly l10n). Add the same functionality to WP_Styles for adding inline css after a stylesheet has been outputted. See #11520
changeset,19993,[19993],azaozz,"Use json_encode when outputting translated strings for use in TinyMCE, fixes #20119"
changeset,4535,[4535],ryan,Use js_escape.  Props nbachiyski.  fixes #3399
changeset,21814,[21814],koopersmith,"Use JS Attachment models in wp.Uploader. fixes #21868.

Moves the uploading Attachments queue from the media workspace view to the uploader itself. This ensures that all attachments are added to the central attachmnet store.

Updates wp.Uploader to pass Attachment models to callbacks instead of Plupload file objects. Attachments in the process of uploading have a reference to the file object (which can be fetched by calling `attachment.get('file');`).

Also updates the customizer to be compatible with the API changes.
"
changeset,23853,[23853],markjaquith,Use jQuery.on() properly. Add some slideUp()/slideDown() transitions to ease post format switches. see #19570
changeset,23856,[23856],markjaquith,"Use jQuery.on() properly in accordion code. Some other cleanup.

see #23890."
changeset,8159,[8159],hansengel,"Use jQuery() instead of $() to avoid conflict with prototype JS
"
changeset,7226,[7226],matt,Use jQuery load function when available. Fixes #6112; Hat tip: azaozz.
changeset,22934,[22934],nacin,"Use jQuery .html() when processing HTML.

"
changeset,22916,[22916],nacin,"Use jQuery .html() when processing HTML.

"
changeset,10846,[10846],ryan,Use Jcrop for cropping. see #9375
changeset,15893,[15893],scribu,Use isset() instead of '@'. Props Utkarsh. See #14579
changeset,11067,[11067],ryan,"Use is_user_logged_in(), have_comments in bundled themes. Props zeo. fixes #9626"
changeset,12672,[12672],ryan,Use is_super_admin() instead of is_site_admin(). Props GIGALinux see #11644
changeset,19598,[19598],dd32,Use is_ssl() in self_link(). Fixes #19563
changeset,13427,[13427],nacin,Use is_ssl() in place of manual SERVER['HTTPS'] == 'on' checks. fixes #11885
changeset,16877,[16877],scribu,Use is_singular in url_to_postid(). See #15771
changeset,1770,[1770],rboren,"Use is_single().  Bug 350.
"
changeset,1537,[1537],rboren,"Use is_single().
"
changeset,2378,[2378],ryan,Use is_single() and is_page() to determine if single and more should be set.  http://mosquito.wordpress.org/view.php?id=969 Props: coffee2code
changeset,19862,[19862],nacin,"Use is_rtl() for html direction when possible. In sites.php, language_attributes() will always exist (MU vestige). When the DB is dead, language_attributes() is worse than a simple is_rtl() check. is_rtl() exists here due to wp_load_translations_early(). see #18180."
changeset,17278,[17278],nacin,Use is_post_type_hierarchical() instead of hierarchical_display. fixes #16213.
changeset,14155,[14155],nacin,Use is_post_type_hierarchical and is_taxonomy_hierarchical when we're fetching a post/tax object only to check the hierarchical flag. fixes #12950.
changeset,7488,[7488],ryan,Use is_plugin_active() and remove double searching. Props DD32. fixes #6332
changeset,16819,[16819],markjaquith,Use is_page_type_hierarchical(). props nacin. see #15140
changeset,9795,[9795],ryan,Use is_numeric instead of is_integer. Props johnconners. fixes #8284
changeset,7549,[7549],ryan,Use is_numeric instead of ctype_digit. Props josephscott. fixes #5481
changeset,21248,[21248],nacin,"Use is_main_query() method, rather than the function. Only decode the search query variable if we are executing the main query and it came from the /search/ base, rather than the query string. fixes #13961.

"
changeset,6510,[6510],ryan,Use is_admin.  Props markjaquith. see #5487
changeset,6509,[6509],ryan,Use is_admin.  Props markjaquith. see #5487
changeset,19932,[19932],nacin,"Use is_admin WP_Query propery, not is_admin(), when adding protected post statuses to the query. Allows for overriding on the parse_query hook. fixes #20049."
changeset,15518,[15518],scribu,use is_a() instead of is_object() in screen_meta(). See #14579
changeset,11181,[11181],ryan,Use invisible for hiding labels
changeset,11180,[11180],ryan,Use invisible class for hiding labels and legends.
changeset,17810,[17810],nacin,"Use int for redirect code. props niallkennedy, fixes #17321."
changeset,2455,[2455],matt,Use installing variable (from Donncha)
changeset,16327,[16327],ryan,Use install_themes cap
changeset,18763,[18763],nacin,"Use input type=email on wp-login registration. props scottconnerly, fixes #18761."
changeset,7655,[7655],ryan,Use input instead of button to work around IE6 bug. Props tellyworth. fixes #6660 for trunk
changeset,7656,[7656],ryan,Use input instead of button to work around IE6 bug. Props tellyworth. fixes #6660 for 2.5
changeset,6253,[6253],ryan,Use inner joins instead of left joins for taxonomy. Inner is faster. fixes #5179 for 2.3
changeset,6224,[6224],ryan,Use inner joins instead of left joins for taxonomy.  Inner is faster.  fixes #5179
changeset,22404,[22404],nacin,"Use inline-block for wrapping filter links. props ocean90, SergeyBiryukov. fixes #21985.

"
changeset,14624,[14624],nacin,"Use inline styles in custom background admin, and prepopulate background options. props jshreve, see #12186."
changeset,18549,[18549],nacin,Use ini_set instead of set_magic_quotes_runtime() to prevent silenced E_DEPRECATED notice. props wonderboymusic.
changeset,2384,[2384],ryan,Use index.php for feed links instead of wp-*.php http://mosquito.wordpress.org/view.php?id=915
changeset,23384,[23384],ryan,"Use incrementors for cache invalidation in get_terms().

fixes #23326
see #23173
"
changeset,15097,[15097],ryan,Use import cap. Add old edit_files cap to list of caps to shutdown if DISALLOW_FILE_EDIT. see #13681
changeset,22425,[22425],markjaquith,Use ImageOptim to losslessly smush our images. About half a MB in savings! fixes #22381. props waldojaquith
changeset,18982,[18982],azaozz,"Use IE conditionals when adding the ie8 class, introduce _wp_admin_html_begin(), props scribu, fixes #18966"
changeset,11306,[11306],ryan,Use IDs instead of slugs in CSS classes ro avoid invalid class names. Props hakre. fixes #8446
changeset,790,[790],saxmatt,"Use IDs instead of classes.
"
changeset,23979,[23979],markjaquith,"Use ID3 data for audio and video

fixes #23926. props wonderboymusic, SergeyBiryukov, johnbillion."
changeset,11990,[11990],ryan,"Use ID, not user_id.  Props filosofo. fixes #10709"
changeset,21784,[21784],koopersmith,"Use icons for non-image attachments in the new media modal. see #21836, #21390, #21808.
"
changeset,16903,[16903],ryan,"Use https for preview links if is_ssl(). Props nacin, filosofo. fixes #13328"
changeset,3991,[3991],ryan,Use HTTP_USER_AGENT from _SERVER.
changeset,12358,[12358],markjaquith,"Use http_response_code for wp_redirect(), so that fastcgi hosts always get 301 redirect love. props error. fixes #6779"
changeset,4724,[4724],markjaquith,Use http_response_code for in status_header() on PHP >= 4.3.0 per Ryan's suggestion.  relates to #3528
changeset,18697,[18697],dd32,Use http_build_query in the Core Update check to encode version numbers. Props kurtpayne. Fixes #18051
changeset,21289,[21289],nacin,"Use html_type for alternate link elements in atom feeds, as done in atom comment feeds. props niallkennedy. fixes #21305.

"
changeset,14429,[14429],wpmuguru,"use homeurl(), props PeteMall, see #9008"
changeset,19811,[19811],nacin,"Use home_url() rather than get_option() + is_ssl(). props ocean90, fixes #19942."
changeset,19676,[19676],ryan,Use home_url() instead of site_url(). Props johnbillion. fixes #18293
changeset,19674,[19674],ryan,Use home_url() instead of site_url(). Props johnbillion. fixes #18293
changeset,20439,[20439],nacin,"Use home_url() instead of get_bloginfo('url'). props Mamaduka, fixes #20371."
changeset,19705,[19705],nacin,"Use home URL, not siteurl, in the password reset email. fixes #19767."
changeset,9770,[9770],ryan,Use home to determine self link host
changeset,9769,[9769],ryan,Use home to determine self link host
changeset,1418,[1418],rboren,"Use home instead of siteurl. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000021
"
changeset,2149,[2149],saxmatt,"Use home instead of siteurl.
"
changeset,4238,[4238],ryan,Use home instead of PHP_SELF. Props mdawaffe. fixes #895
changeset,4152,[4152],ryan,Use home instead of PHP_SELF. Props mdawaffe. fixes #895
changeset,22284,[22284],ryan,Use HiDPI image for nav menu item disclosure arrow. Props dd32. fixes #22240
changeset,19282,[19282],nacin,"Use hellip instead of poor man's elipsis in pagination links. props georgestephanis, fixes #19182."
changeset,16789,[16789],scribu,Use has_archive in get_post_type_archive_link(). See #13818
changeset,11964,[11964],ryan,Use hard-coded functions instead of create_function() in importers. Props mdawaffe. fixes #10836
changeset,13751,[13751],nacin,"Use h3 (not h2) to break up sections on custom header/bg screens. Move div.updated message to right after the h2, as JS will move it there anyway."
changeset,10372,[10372],azaozz,"Use gzip instead of deflate as more servers seem to understand it, add separate switch for disabling CSS compression"
changeset,10385,[10385],ryan,Use guid instead of link for atom comment IDs. fixes #8708 for trunk
changeset,10387,[10387],ryan,Use guid instead of link for atom comment IDs. fixes #8708 for 2.7
changeset,10598,[10598],ryan,Use group by for meta key queries. Props filosofo. fixes #9167 for trunk
changeset,10599,[10599],ryan,Use group by for meta key queries. Props filosofo. fixes #9167 for 2.7
changeset,5305,[5305],ryan,Use GMT in XML-RPC dateCreated fields. Props Joseph Scott. fixes #4158 for 2.2
changeset,5292,[5292],ryan,Use GMT in XML-RPC dateCreated fields.  Props Joseph Scott. fixes #4158 for 2.3
changeset,929,[929],michelvaldrighi,"use GMT as reference in the options screen
"
changeset,19527,[19527],nacin,Use GLOBALS. see #18467.
changeset,15524,[15524],scribu,Use global_terms_enabled() instead of is_multisite() for term quick-editing
changeset,14736,[14736],markjaquith,Use global_terms_enabled() api function. props nacin.
changeset,5247,[5247],rob1n,"Use get_var and only select cat_ID. see #4040
"
changeset,4854,[4854],ryan,Use get_users_of_blog() for wp_getAuthors
changeset,14570,[14570],nacin,"Use get_users_of_blog in MT importer to be MS and shared user table friendly. props lloydbudd, fixes #13356."
changeset,15882,[15882],ryan,Use get_users() instead of get_users_of_blog(). Props scribu. see #15053
changeset,15572,[15572],scribu,Use get_users() in WP_MS_User_Table. See #14579
changeset,15574,[15574],scribu,Use get_users() in wp_dropdown_users(). See #14572
changeset,15575,[15575],scribu,Use get_users() in users.php. See #14572
changeset,15539,[15539],scribu,use get_users() in get_editable_user_ids() and cache result. See #14572
changeset,4055,[4055],ryan,Use get_userdata(). fixes #2976
changeset,4054,[4054],ryan,Use get_userdata(). fixes #2976
changeset,21377,[21377],nacin,"Use get_userdata() rather than new WP_User in is_super_admin(), to take advantage of the performance improvements in [21376]. see #21120.

"
changeset,16574,[16574],PeteMall,Use get_user_count() in network admin users. Fixes #15567
changeset,15621,[15621],scribu,use get_user_count() in get_sitestats()
changeset,16604,[16604],nacin,"Use get_user_count() if multisite in wp_version_check. props PeteMall, fixes #15599."
changeset,10649,[10649],ryan,Use get_transient() for update_themes.
changeset,10648,[10648],ryan,Use get_transient() for update_themes.
changeset,4606,[4606],ryan,Use get_the_category() within wp_get_post_categories() so that the cache is used. Props markjaquith. fixes #3430
changeset,11416,[11416],ryan,Use get_the_author_meta(). Props sivel. see #9393
changeset,13491,[13491],dd32,Use get_terms() in wp_count_terms(). Props scribu. Fixes #10746
changeset,5660,[5660],ryan,Use get_term_children() and get_term_field(). see #4189
changeset,8555,[8555],ryan,Use get_term_by() instead of is_term() to query slug. see #6593
changeset,18665,[18665],nacin,"Use get_template_part() in get_header(), get_sidebar(), get_footer(). props scribu, see #18331."
changeset,15762,[15762],nacin,"Use get_template_part() for single.php, attachment.php, page.php, and our page template in Twenty Ten. Introduces loop-page/single/attachment.php. props koopersmith, fixes #15078."
changeset,15787,[15787],nacin,"Use get_template_part() for single.php, attachment.php, page.php, and our page template in Twenty Ten. Introduces loop-page/single/attachment.php. props koopersmith, fixes #15078 for 3.0."
changeset,19058,[19058],nacin,"Use get_template_directory() instead of TEMPLATEPATH in Twentys Ten and Eleven. props solarisssmoke, fixes #18071."
changeset,19289,[19289],nacin,"Use get_template_directory() for include paths in Twenty Eleven, rather than FILE magic constant. Won't go stale when twentyeleven_setup() is overridden. props TomAuger, fixes #18985."
changeset,16695,[16695],markjaquith,Use get_taxonomies() when iterating taxonomies for menus. props wojtek.szkutnik. fixes #13936
changeset,20285,[20285],nacin,"Use get_taxonomies() instead of get_object_taxonomies() in the tag cloud widget. props GautamGupta, scribu. see #20238, see #16125.

"
changeset,19211,[19211],ryan,"Use get_site_url() instead of hard-coding the protocol. Props SergeyBiryukov, exell.christopher. fixes #17466"
changeset,18588,[18588],duck_,"Use get_site_option in add/update_site_option for caching and filtering benefits. fixes #18478
"
changeset,14388,[14388],ryan,Use get_search_query(). Props zeo. see #13198
changeset,21332,[21332],ryan,Use get_search_query() in feed-rss2-comments.php. Props SergeyBiryukov. fixes #21365
changeset,14410,[14410],nacin,"Use get_row instead of get_var in get_site_option, aligning it with get_option, due to funkiness with 0/false/null. fixes #13043. props laceous."
changeset,1629,[1629],rboren,"Use get_query_var() to get cat and name so that we pick up any processing done on them by the query.
"
changeset,5009,[5009],ryan,Use get_query_var() in wp_title() and single_month_title().
changeset,5003,[5003],ryan,Use get_query_var() in wp_title() and single_month_title().
changeset,5010,[5010],ryan,Use get_query_var()
changeset,1714,[1714],rboren,"Use get_query_var to get the search terms.
"
changeset,16114,[16114],scribu,use get_queried_object() wrappers throughout. See #14015
changeset,16115,[16115],scribu,Use get_queried_object() in more get_*_template() functions. Fixes #15263
changeset,21585,[21585],ryan,Use get_posts() to fetch stickies rather than custom bare SQL. Props scribu. see #21309
changeset,15348,[15348],ryan,Use get_post_types() to create list of hierarchical post types. fixes #14079 for 3.1
changeset,15349,[15349],ryan,Use get_post_types() to create list of hierarchical post types. fixes #14079 for 3.0.1
changeset,2373,[2373],ryan,Use get_post_time() in rss2 feed.  Use UTC time.  http://mosquito.wordpress.org/view.php?id=891  Props: jesse
changeset,11347,[11347],ryan,Use get_post_modified_time filter in get_post_modified_time(). Props Denis-de-Bernardy. fixes #9734
changeset,24015,[24015],markjaquith,"Use get_post_format() instead of assuming we already have it.

* Fixes an issue where image posts without a title could not be deleted

fixes #23887. see #24046. props WraithKenny, SergeyBiryukov."
changeset,18706,[18706],nacin,"Use get_post_class() in the posts list table. props brandondove, fixes #18516."
changeset,21735,[21735],ryan,"Use get_post() instead of global $post.
Make the $post argument to get_post() optional, defaulting to the current post in The Loop.

Props nacin
see #21309
"
changeset,21599,[21599],ryan,"Use get_post() instead of bare SQL in do_trackbacks(). see #21309
"
changeset,23907,[23907],nacin,"Use get_post() in lieu of direct query in wp_ajax_replyto_comment(). fixes #23940.

"
changeset,12976,[12976],ryan,Use get_plugin_data() to fetch Network header for is_network_only_plugin(). Props nacin. fixes #12139
changeset,13714,[13714],ryan,Use get_permalink() instead of get_post_permalink().  Limit to published post types.  see #11817 #12566
changeset,4144,[4144],ryan,Use get_option instead of get_settings. Just 'cause.
changeset,9485,[9485],ryan,Use get_option instead of get_settings
changeset,4107,[4107],ryan,Use get_option instead of get_bloginfo to retrieve siteurl cause the two aren't the same for some mystical reason.
changeset,18996,[18996],nacin,"Use get_intermediate_image_sizes() in image edit functions. props mau, fixes #17475."
changeset,13896,[13896],ryan,Use get_home_url() and get_admin_url(). Props andreasnrb. see #12736
changeset,16085,[16085],ryan,Use get_edit_profile_url(). see #14772
changeset,13230,[13230],nacin,"Use get_edit_post_link(). Props jfarthing84, fixes #12288"
changeset,8484,[8484],ryan,Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425
changeset,17367,[17367],ryan,Use get_dashboard_url() to redirect to the active blog if the user doesn't have access to the current blog. fixes #16297
changeset,15452,[15452],ryan,Use get_current_user() and get_current_user_id() instead of global current_user object. Props filofo. fixes #13934 for 3.0.1
changeset,15315,[15315],ryan,Use get_current_user() and get_current_user_id() instead of global . Props filofo. see #13934 for trunk
changeset,19047,[19047],nacin,Use get_current_screen() rather than a $current_screen global reference. Remove unused global reference. see #14886.
changeset,16235,[16235],scribu,Use get_current_screen() in list table classes. Fixes #15338
changeset,17475,[17475],nacin,Use get_comments_number() in comments_bubble() method. Removes chance of sprintf arguments error due to percent encoding in URLs and kills unnecessary translations. Escape translations into attributes. esc_url on admin_url. fixes #16611 for trunk.
changeset,17476,[17476],nacin,Use get_comments_number() in comments_bubble() method. Removes chance of sprintf arguments error due to percent encoding in URLs and kills unnecessary translations. Escape translations into attributes. esc_url on admin_url. fixes #16611 for the 3.1 branch.
changeset,17342,[17342],nacin,"Use get_column_count() instead of manual logic. props scribu, fixes #16279."
changeset,21986,[21986],nacin,"Use get_bloginfo('version', 'display') for displaying the WP version number in the admin. Can allow for filtering -- for example, showing the SVN revision. props SergeyBiryukov, see #18629.

"
changeset,4982,[4982],ryan,Use get_bloginfo to get the blog name.  Props jhodgdon.  fixes #3903
changeset,14704,[14704],wpmuguru,"use get_blogaddress_by_name in wp-signup, see #12735"
changeset,19748,[19748],nacin,Use get_blog_prefix() in get_most_recent_post_of_user(). see #19891.
changeset,19749,[19749],nacin,Use get_blog_prefix() in another MU function. see #19891.
changeset,16935,[16935],PeteMall,Use get_blog_option() isntead of raw SQL in site-users. See #14756
changeset,14416,[14416],nbachiyski,"Use get_available_languages() in options-general.php instead of manually looping on the language dir. Props sivel. Fixes #13023
"
changeset,3013,[3013],ryan,Use get_*() API instead of SELECTs so that we hit the cache.
changeset,18991,[18991],ryan,Use get method for plugin search form.  Avoid lingering notices. Props garyc40. fixes #16549
changeset,23807,[23807],markjaquith,"Use GET for nav menu selection, and default action.

fixes #23813. props helen."
changeset,6398,[6398],ryan,Use generic page rewrite rules for compatible permalink strucures. see #3614
changeset,10770,[10770],ryan,Use full strings for i18n friendliness. Props nbachiyski. see #3962
changeset,6794,[6794],ryan,"Use full slug, not abbreviated slug, when editing. Props nbachiyski. fixes #5816"
changeset,7895,[7895],ryan,Use full path to fs abstraction class. Props DD32. fixes #6912
changeset,2968,[2968],ryan,Use full hierarchy when resolving category URIs.  fixes #1787 Props: ringmaster Owen
changeset,4455,[4455],ryan,Use FOUND_ROWS to calculate the max number of pages.  Need to cleanup/eliminate _max_num_pages().
changeset,5185,[5185],rob1n,"Use fixed widths instead of pixels, so it stays the same at all resolutions. see #4068
"
changeset,16530,[16530],PeteMall,Use first and last name in network admin users. Fixes #15528.
changeset,14804,[14804],ryan,Use filters instead of action in wp_login_form(). see #11172
changeset,11396,[11396],ryan,"Use filtered post data. Props Denis-de-Bernardy, sirzooro. fixes #9084"
changeset,14421,[14421],wpmuguru,"use filter vs action in 14420, see #12853"
changeset,6235,[6235],ryan,Use filename if no title.  Props tellyworth. fixes #5080 for trunk
changeset,6234,[6234],ryan,Use filename if no title.  Props tellyworth. fixes #5080 for 2.3
changeset,6702,[6702],ryan,Use feed_link instead of rss_link functions. Props nazgul. fixes #5743
changeset,8760,[8760],ryan,Use farbtastic for custom header color picker. Props rmmccue. see #5591
changeset,5378,[5378],rob1n,"Use fancy quotes instead of raw quotes (which should have been &quot; anyways).
"
changeset,5705,[5705],markjaquith,use FALSE to designate lack of user-supplied URL in *_query_arg() funcs.  fixes #4465 for 2.3 (trunk)
changeset,5706,[5706],markjaquith,use FALSE to designate lack of user-supplied URL in *_query_arg() funcs.  fixes #4465 for 2.2.x
changeset,5708,[5708],ryan,Use EXTR_SKIP when extracting. see #4468
changeset,5714,[5714],ryan,Use EXTR_SKIP when extracting.  For 2.2. See #4468
changeset,7437,[7437],ryan,use explicit attachment permalink marker for int names. Props andy. fixes #6280
changeset,19819,[19819],nacin,Use existing string to properly translate month + year combo. see #19598.
changeset,11746,[11746],azaozz,"Use exif rotation data when creating sub-sizes of uploaded jpeg images, see #7042"
changeset,17753,[17753],ryan,Use exceptions with phpmailer to avoid headers already sent errors. fixes #17228
changeset,16486,[16486],scribu,Use event delegation in wp-lists.js. Fixes #15488
changeset,16516,[16516],scribu,Use event delegation in edit-comments.js. Fixes #15504
changeset,22518,[22518],nacin,"Use event delegation for Add Media, allowing the event to bubble up to #wpbody. Keeps the Add Media button functional on a second use of QuickPress. fixes #22255.

"
changeset,12359,[12359],markjaquith,Use esc_url_raw() on wp:comment_author_url in exports. fixes #9524
changeset,19033,[19033],nacin,Use esc_url() rather than esc_attr() on a redirect-to URL. fixes #17243.
changeset,18017,[18017],ryan,Use esc_url() once again.
changeset,17993,[17993],ryan,Use esc_url() once again.
changeset,13297,[13297],nacin,Use esc_url() instead of clean_url(). See #12309
changeset,24230,[24230],SergeyBiryukov,"Use esc_textarea(), not esc_html(), for escaping textarea content. props johnbillion. fixes #24300."
changeset,13371,[13371],markjaquith,Use esc_js() so pages with quotes can be added to custom menu. see #11817
changeset,16031,[16031],nacin,"Use esc_html. Ancient, deprecated functions, but a valid fix nonetheless. fixes #14199."
changeset,13169,[13169],nacin,Use esc_attr. Fixes #12211
changeset,22373,[22373],ryan,Use esc_attr() for attributes. Props johnjamesjacoby. fixes #22327
changeset,19081,[19081],nacin,Use esc_attr() consistently in wp_dropdown_pages().
changeset,7644,[7644],ryan,Use error handler instead of die when moving files to upload dir fails.  Props simonwheatley.  fixes #6450 for trunk
changeset,7643,[7643],ryan,Use error handler instead of die when moving files to upload dir fails.  Props simonwheatley.  fixes #6450 for 2.5
changeset,15185,[15185],nacin,"Use entity. props zeo, see #13720."
changeset,16993,[16993],markjaquith,"Use ENT_QUOTES in esc_textarea() in case someone uses it in a value='' situation by accident. see #15454
"
changeset,545,[545],saxmatt,"Use ems where possible for more flexble layout.
"
changeset,1888,[1888],rboren,"Use empty() to check if $feed is set at the beginning of the feed files.  Bug 495.
"
changeset,15725,[15725],scribu,Use elseif in get_meta_sql(). Props Viper007Bond. See #9124
changeset,24207,[24207],SergeyBiryukov,"Use ellipsis instead of three dots. props tjsingleton, jordie23, wojtek.szkutnik, DrewAPicture, SergeyBiryukov. see #8714."
changeset,18435,[18435],nacin,"Use edit_comment rather than edit_post in admin-ajax. props ejdanderson, see #17909. for trunk."
changeset,17232,[17232],ryan,Use edit_comment cap. Props casben79. fixes #16129
changeset,14720,[14720],nacin,"Use echo esc_html, not esc_html_e, which also translates."
changeset,5773,[5773],markjaquith,Use doublequotes so line break works.  Props Lloyd.  fixes #4557
changeset,3487,[3487],ryan,Use double quotes.  fixes #2332
changeset,839,[839],alex_t_king,"use double == in expressions
"
changeset,1445,[1445],saxmatt,"Use DOM to focus from Idan Sofer
"
changeset,16504,[16504],westi,Use do_items rather than do_item so the output of the l10n script is recorded. Fixes #15124.
changeset,18178,[18178],ryan,"Use DISTINCT to eliminate duplicates when using an OR meta query relation.  Props scribu, greuben. fixes #17582"
changeset,23579,[23579],SergeyBiryukov,Use distinct error code in wp_authenticate_username_password() when user is a spammer. props sirzooro. fixes #19445.
changeset,11038,[11038],ryan,Use dist pczlip.  see #9615 #9464
changeset,5701,[5701],rob1n,"Use display_name instead. Props Pal Gronas Drange. fixes #4459
"
changeset,20241,[20241],nacin,"Use display_header_text() in custom-header.php. Rework the UI to be a 'Show header text' checkbox (rather than radio buttons). Remove lame 'blank' hack for no-JS -- checkboxes work without JS. Move 'Select a Color' to a link like it is for custom background. Nearby code cleanup. see #18887.

"
changeset,13661,[13661],nacin,Use disabled() form helper. fixes #12581
changeset,16278,[16278],nacin,"Use direct post_title instead of get_the_title() in get_inline_data(). reverts [13079] but adds trim() to solve original bug. fixes #14323, props filosofo."
changeset,1170,[1170],SergeyBiryukov,Use DIR_TESTDATA in pomo tests. props mbijon. see #22989.
changeset,9688,[9688],ryan,Use dir not url. Props DD32. fixes #8207
changeset,23361,[23361],SergeyBiryukov,"Use digraphs for German umlauts in remove_accents(). props SergeyBiryukov, ocean90. fixes #3782."
changeset,1181,[1181],saxmatt,"Use different query number syntax and hide time and queries by default.
"
changeset,4464,[4464],ryan,Use die() not wp_die().  Props AlanJCastonguay. fixes #3357
changeset,4220,[4220],ryan,Use delete_page cap. Props activeingredient. fixes #3162
changeset,13511,[13511],wpmuguru,"use delete_option vs update_option, see #12383"
changeset,217,[217],mikelittle,"Use defined beginning of week.
"
changeset,3700,[3700],ryan,Use default_link_category.
changeset,1371,[1371],rboren,"Use default_email_category.  Credit: Kitten.
"
changeset,2681,[2681],ryan,Use default_category option instead of now defunct post_default_category.
changeset,2648,[2648],ryan,Use default_category option if not cat specified.
changeset,15082,[15082],nacin,"Use default wp_nav_menu sorting in Twenty Ten. props iandstewart, fixes #13660."
changeset,9816,[9816],ryan,Use default text only if === null. Props DD32. fixes #8156
changeset,7204,[7204],ryan,Use default category when getting permalink if the post has no categories assigned. Props nbachiyski. see #6083
changeset,696,[696],saxmatt,"Use default category if none specified.
"
changeset,18152,[18152],nacin,"Use default argument for get_option(). props dcowgill, westi. fixes #17686."
changeset,5881,[5881],ryan,"Use dc:creator instead of author for rss2 comment feeds. Props lexhair, Otto42. fixes #4704 for 2.3"
changeset,5882,[5882],ryan,"Use dc:creator instead of author for rss2 comment feeds. Props lexhair, Otto42. fixes #4704 for 2.2"
changeset,187,[187],saxmatt,"use DB_NAME instead of $dbname
"
changeset,7633,[7633],ryan,Use DB prepare on login queries. Props filosofo. fixes #6640 for trunk
changeset,7632,[7632],ryan,Use DB prepare on login queries. Props filosofo. fixes #6640 for 2.5
changeset,23067,[23067],markjaquith,Use data on the ui.item to transport the original Sortable index for the update() function. This way extensions can set/access this info in their own custom Sortable functions. see #22696
changeset,8289,[8289],ryan,Use dash instead of underscore for CSS names. Props azaozz. see #6812
changeset,13397,[13397],markjaquith,Use custom fields for custom URL and new window data. Links no longer automatically open in a new window. see #11817
changeset,3552,[3552],ryan,Use current_user_can. fixes #2441
changeset,3505,[3505],ryan,Use current_user_can
changeset,12590,[12590],ryan,Use current_time() to calculate current time. Props filosofo. fixes #10915
changeset,3559,[3559],ryan,Use current_time() instead of time(). fixes #2489
changeset,13127,[13127],wpmuguru,"use current site domain for cookie domain when cookie domain not set, See #12142"
changeset,2581,[2581],matt,"Use CURL if available, possible fix for http://mosquito.wordpress.org/view.php?id=1166"
changeset,14383,[14383],nacin,"Use CSS3 gradients for the admin header and footer. Fall back to a solid color for IE. Props JohnONolan, fixes #12586."
changeset,11649,[11649],azaozz,"Use CSS instead of nbsp, props demetris, fixes #10206 for trunk"
changeset,11648,[11648],azaozz,"Use CSS instead of nbsp, props demetris, fixes #10206 for 2.8"
changeset,9823,[9823],azaozz,"Use css class instead of id to prevent validation errors with multiple instances, fixes #8192"
changeset,22900,[22900],nacin,"Use create_posts whenever linking to post-new.php. props johnbillion. fixes #16714.

"
changeset,16132,[16132],ryan,Use CPTs in admin bar menus. Props duck_. see #14772
changeset,17206,[17206],nacin,"Use correct variables. props garyc40, see #15503."
changeset,20665,[20665],nacin,"Use correct variables. props batmoo. fixes #20566.

"
changeset,20664,[20664],nacin,"Use correct variables. props batmoo. fixes #20566.

"
changeset,20045,[20045],nacin,Use correct variable; return correct value for get_screenshot() when value is uncached. see #20103.
changeset,19280,[19280],duck_,"Use correct variable. We preg_match() against $request_match, so that's what should be checked with empty() too. Fixes #17177.
"
changeset,23595,[23595],SergeyBiryukov,Use correct variable. see [23592]. see #21767.
changeset,23584,[23584],SergeyBiryukov,Use correct variable. see [23575]. see #21767.
changeset,20161,[20161],nacin,Use correct variable. see #20103.
changeset,19877,[19877],nacin,Use correct variable. see #19607.
changeset,18780,[18780],nacin,Use correct variable. see #18690.
changeset,22689,[22689],nacin,"Use correct variable. see #17860.

"
changeset,15804,[15804],nacin,Use correct variable. see #13818.
changeset,17219,[17219],nacin,"Use correct variable. props SergeyBiryukov, TobiasBg, fixes #16063."
changeset,22476,[22476],nacin,"Use correct variable. props picklewagon. fixes #22394.

"
changeset,16748,[16748],nacin,"Use correct variable. props ocean90, fixes #15693."
changeset,16030,[16030],nacin,"Use correct variable. props linguasite, fixes #14141."
changeset,23941,[23941],SergeyBiryukov,Use correct variable. fixes #24014. see #23119.
changeset,20635,[20635],nacin,Use correct variable. Caught by unit tests. see #20566.
changeset,17911,[17911],nacin,"Use correct variable, see #17384."
changeset,13580,[13580],wpmuguru,"use correct variable, see #11817"
changeset,20894,[20894],nacin,Use correct variable when redirecting to about.php from update-core.php. fixes #19599.
changeset,12247,[12247],ryan,Use correct variable name. Props sirzooro. fixes #11204
changeset,22416,[22416],nacin,"Use correct variable name in code comment. props SergeyBiryukov, fixes #21962.

"
changeset,22834,[22834],nacin,"Use correct variable in wp_ajax_save_attachment(). see #21390.

"
changeset,15238,[15238],nacin,"Use correct variable in populate_network(). props wpmuguru, fixes #13859."
changeset,15367,[15367],nacin,Use correct variable in export. fixes #14213 for trunk.
changeset,15368,[15368],nacin,Use correct variable in export. fixes #14213 for 3.01.
changeset,24190,[24190],nacin,"Use correct variable in atomlib library, inside an error message. props rlerdorf, see #24110.
"
changeset,11142,[11142],ryan,"Use correct var. Update phpdoc. Props MichaelH, coffee2code. fixes #8776"
changeset,17243,[17243],ryan,Use correct var. Props westi. fixes #16145
changeset,19267,[19267],ryan,Use correct var. Props ocean90. fixes #18176
changeset,6353,[6353],ryan,Use correct var. Props DD32. fixes #5419
changeset,5435,[5435],ryan,Use correct var. Props charismabiz. fixes #4246 for 2.3
changeset,5434,[5434],ryan,Use correct var. Props charismabiz. fixes #4246 for 2.2
changeset,4266,[4266],ryan,Use correct var.  Props Nazgul.  fixes #3182
changeset,12668,[12668],ryan,Use correct var name. see #11644
changeset,12307,[12307],ryan,Use correct var name. Props miqrogroove. fixes #10821
changeset,20454,[20454],ryan,"Use correct var name. Props mattonomics. fixes #20432
"
changeset,13075,[13075],nacin,Use correct var name. Props firebird75. Whitespace cleanup in wp_unique_post_slug(). Fixes #12078.
changeset,12243,[12243],ryan,Use correct var name
changeset,14343,[14343],wpmuguru,"use correct var in r14342, see #13104"
changeset,13835,[13835],nacin,"Use correct var in MS dashboard_quota(). props ocean90, see #12710. also fixes sprintf string."
changeset,14026,[14026],nacin,Use correct var in inline_edit_row(). fixes #12887.
changeset,20757,[20757],ryan,"Use correct translation function. Props kobenland, SergeyBiryukov. fixes #20646"
changeset,18174,[18174],nacin,"Use correct textdomain. props knutsp, fixes #17712."
changeset,19907,[19907],nacin,"Use correct reference in regex. props danielbachhuber, fixes #20018."
changeset,16837,[16837],nacin,Use correct query var. see #15378.
changeset,18771,[18771],duck_,"Use correct post_type in HTML returned by inline-save-tax AJAX. Fixes #18038.
"
changeset,13916,[13916],markjaquith,Use correct post type label in a few key places.
changeset,1283,[1283],SergeyBiryukov,Use correct order of arguments. see [1275/tests].
changeset,23902,[23902],nacin,"Use correct option name when deleting embed_autourls. props SergeyBiryukov. see #23715.

"
changeset,19066,[19066],nacin,Use correct object. props adambackstrom. fixes #19045.
changeset,15907,[15907],nacin,"Use correct network admin icon. props PeteMall, see #15174."
changeset,16524,[16524],nacin,Use correct name in script loader. see #14936.
changeset,20069,[20069],nacin,"Use correct name for feature filter REQUEST data to ensure that the search/filter form is present when a filter is active. see #20147.

"
changeset,13285,[13285],markjaquith,"Use correct labels for additional hierarchical taxonomies instead of reusing ""Categories"" text."
changeset,15055,[15055],nacin,"Use correct label for a 'Select All' checkbox. props MichaelH. If we're going to have a label, it might as well actually work as well. fixes #13614."
changeset,18020,[18020],ryan,Use correct keys
changeset,17996,[17996],ryan,Use correct keys
changeset,3257,[3257],ryan,Use correct ids.  Props filosofo. fixes #2016
changeset,23909,[23909],SergeyBiryukov,Use correct id attribute. props ocean90. fixes #23937.
changeset,23911,[23911],SergeyBiryukov,Use correct function name. props ocean90. fixes #23942. see #23927.
changeset,15297,[15297],nacin,"Use correct function name. props briancolinger, fixes #14021 for trunk."
changeset,15298,[15298],nacin,"Use correct function name. props briancolinger, fixes #14021 for 3.0."
changeset,20286,[20286],duck_,"Use correct filter name in wp_update_themes(): s/load-plugins/load-themes/. See r19683, #18876.
"
changeset,14454,[14454],nacin,"Use correct field name. fixes menu ordering issues. props filosofo, fixes #13256."
changeset,14539,[14539],nacin,"Use correct field name in a query in do_enclose(). fixes #12074, mtdewvirus."
changeset,23878,[23878],SergeyBiryukov,Use correct escaping function. see #23900.
changeset,24228,[24228],SergeyBiryukov,Use correct escaping function. props tollmanz. fixes #24300.
changeset,23411,[23411],SergeyBiryukov,Use correct escaping function. props jkudish. fixes #20771.
changeset,23323,[23323],nacin,"Use correct escaping function. props duck_.

"
changeset,23322,[23322],nacin,"Use correct escaping function. props duck_.

"
changeset,23321,[23321],nacin,"Use correct escaping function. props duck_.

"
changeset,23413,[23413],SergeyBiryukov,Use correct escaping function. fixes #23334.
changeset,15079,[15079],nacin,"Use correct element in jQuery selector. props ocean90, see #12186."
changeset,14147,[14147],dd32,Use correct custom post_type token in get_sample_permalink()
changeset,18492,[18492],nacin,Use correct closing tag. props pagesimplify. (wp-hackers)
changeset,23915,[23915],SergeyBiryukov,Use correct class. see #23933.
changeset,15889,[15889],nacin,Use correct class.
changeset,2589,[2589],matt,Use correct category ID variable - http://mosquito.wordpress.org/view.php?id=1319
changeset,19018,[19018],nacin,"Use correct capture group in IIS7 multisite subdirectory rewrite rules. props carlospaulino, eduplessis, ruslany. fixes #17708."
changeset,4971,[4971],ryan,Use correct capabilities checks when determining whether to show private posts. Props molecularbear. fixes #3827
changeset,4940,[4940],markjaquith,Use correct capabilities checks when determining whether to show private posts.  Props molecularbear.  fixes #3827
changeset,13955,[13955],nacin,"Use correct cap in get_editable_user_ids(). edit_cap is the meta cap (edit_post) and needs a post id passed, edit_type_cap is the primitive edit_posts cap."
changeset,13786,[13786],dd32,Use correct cap checks and nonces for custom post_type's
changeset,14584,[14584],nacin,Use correct cap check. see #13358.
changeset,23341,[23341],nacin,"Use correct cache bucket. Fixes copy-paste error in r23320. props kurtpayne. see #23167.

"
changeset,23044,[23044],nacin,"Use correct button class hierarchy to ensure the 'Update' button is button-large. see #21598.

"
changeset,5392,[5392],rob1n,"Use correct border order in classic theme's CSS. fixes #4225
"
changeset,13269,[13269],ryan,Use core jQuery UI. see #11817
changeset,18005,[18005],westi,"Use context to tell the translators what to do and thereby remove a unused string.
Add a comment as to why we have translations after a return.
See #17532"
changeset,7165,[7165],ryan,Use constant instead of DB option for setting autosave_interval.  Props mdawaffe. fixes #6075
changeset,8419,[8419],azaozz,Use conditional for whole sentence. Fixes #7385 for 2.7
changeset,8418,[8418],azaozz,Use conditional for whole sentence. Fixes #7385 for 2.6.1
changeset,3941,[3941],ryan,Use compact instead of long query string.
changeset,10982,[10982],ryan,Use comments_open() and pings_open(). Props coffee2code. fixes #9557
changeset,10978,[10978],ryan,Use comments_open() and pings_open() in packaged themes. Props coffee2code. fixes #9556
changeset,13031,[13031],ryan,Use comment_form(). Props beaulebens. see #9015
changeset,13028,[13028],ryan,Use comment_form instead of comments_form as the name of the hook. Props greenshady. see #10910
changeset,9881,[9881],ryan,Use comment link. see #8344
changeset,9884,[9884],ryan,Use comment ID. see #8344
changeset,2522,[2522],ryan,Use comment count cache.
changeset,9740,[9740],ryan,Use clone to break object refs when setting and getting cache. see #8146 #8191
changeset,5588,[5588],markjaquith,"use clean_url().  Nice catch, g30rg3x.  see #4333 for trunk"
changeset,5056,[5056],markjaquith,use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS.  props xknown.  fixes #3986 for trunk.
changeset,5057,[5057],markjaquith,use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS.  props xknown.  fixes #3986 for 2.1.
changeset,5058,[5058],markjaquith,use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS.  props xknown.  fixes #3986 for 2.0.
changeset,9753,[9753],markjaquith,"Use clean_url() in self_link(), for trunk"
changeset,9754,[9754],markjaquith,"Use clean_url() in self_link(), for 2.6.x"
changeset,5068,[5068],ryan,Use clean_url instead of inline preg.  Props rob1n. fixes #3983 for trunk
changeset,5069,[5069],ryan,Use clean_url instead of inline preg.  Props rob1n. fixes #3983 for 2.1
changeset,5070,[5070],ryan,Use clean_url instead of inline preg.  Props rob1n. fixes #3983 for 2.0
changeset,10114,[10114],westi,"Use classes instead of ids to allow the wp_page_menu() to be used more than once per-page. Fixes #8439 props corischlegel.
"
changeset,19450,[19450],nacin,Use class_exists() rather than is_admin() as otherwise the unit tests won't work without a WP_ADMIN hack. see #19342.
changeset,19942,[19942],nacin,"Use class name for @return. props markuak, fixes #20063."
changeset,450,[450],saxmatt,"Use class instead of ID.
"
changeset,448,[448],saxmatt,"Use class instead of ID.
"
changeset,2588,[2588],matt,Use class instead of ID - http://mosquito.wordpress.org/view.php?id=1320
changeset,14722,[14722],ryan,Use check_ajax_referer()
changeset,4691,[4691],matt,"Use CDATA to avoid validation errors, fixes #3496. Hat tip: JeremyVisser"
changeset,5822,[5822],markjaquith,Use CDATA escaping/unescaping for comment_author.  props tellyworth.  fixes #4452 for 2.2.x
changeset,5711,[5711],ryan,Use CDATA escaping on fields.  Props tellyworth. fixes #4452
changeset,5162,[5162],matt,Use category_exists instead of a direct query.
changeset,5246,[5246],rob1n,"Use cat_name instead of cat_nicename when creating categories from import. Props takayukister. fixes #4040
"
changeset,16337,[16337],nacin,Use cap->edit_post in WP_Posts_List_Table. see #14122.
changeset,2914,[2914],ryan,Use cap instead of level.
changeset,12753,[12753],ryan,Use cap checks instead of multisite and super admin checks.  Add some new caps. Merge cleanup. see #11644.
changeset,12995,[12995],ryan,Use canonical status list. see #9674
changeset,19155,[19155],nacin,Use call_user_func_array() as call_user_func() cannot pass by reference. see #18785.
changeset,1713,[1713],rboren,"Use call_user_func() when applying filter.  Bug 63.  Patch from Bill Zeller.
"
changeset,16025,[16025],nacin,Use call_user_func for wpnique_filename callback. fixes #14627.
changeset,10901,[10901],azaozz,"Use cached feed data on the Dashboard, props DD32, #9483"
changeset,13114,[13114],wpmuguru,"use cached data in ms-admin.php stats, props ddebernardy, fixes #11772"
changeset,4722,[4722],ryan,Use cache sets instead of adds. Props andy. fixes #3562
changeset,18406,[18406],ryan,Use browser default sans-serif instead of Arial or Helvetica. Props iammattthomas. fixes #18020 for trunk
changeset,18407,[18407],ryan,Use browser default sans-serif instead of Arial or Helvetica. Props iammattthomas. fixes #18020 for 3.2
changeset,16181,[16181],ryan,Use bool not string. Props TobiasBg. see #15170
changeset,16241,[16241],ryan,Use bool for allowed themes. Props PeteMall. see #14897
changeset,20082,[20082],nacin,"Use blue arrows for blue admin's screen options and help tabs. Adjust baseline to be more compatible with Firefox. props helenyhou. fixes #16114.

"
changeset,7301,[7301],westi,"Use blog name in atom service document. Fixes #5667 props tvachon.
"
changeset,10048,[10048],ryan,Use binary mode for fopen in download_url()
changeset,13188,[13188],ryan,Use background-position-x. Props iammattthomas. see #12186
changeset,13190,[13190],nacin,"Use background-position, as background-position-x has incomplete browser support (Webkit and IE6+ only, no Firefox or Opera). See #12186"
changeset,62,[62],saxmatt,"Use b2 upgrade script instead.
"
changeset,13144,[13144],nacin,"Use automatic_feed_links() in twentyten, see #9015"
changeset,23631,[23631],nacin,"Use auto-draft rather than post_ID = 0 to detect whether we are adding a new post. see #23665.

"
changeset,24017,[24017],markjaquith,"Use attachment.url only if it is available, else fall back to props.url.

see #24046. see [24009]."
changeset,7533,[7533],markjaquith,"Use attachment title instead of filename, unless it is empty"
changeset,16771,[16771],nacin,Use assign_terms cap for tag search and tag cloud in admin ajax. fixes #15437.
changeset,392,[392],ryan,Use assertInstanceOf instead of deprecated assertType
changeset,18109,[18109],ryan,"Use array_pop( array_keys() ) instead of end() to find the end of the array. end() finds that last item added, which is not reliable with plugins that add items to the end and then sort them up with custom_menu_order. see #17629"
changeset,3595,[3595],ryan,Use array_merge() to set defaults.
changeset,12047,[12047],ryan,Use array_intersect_assoc()
changeset,17369,[17369],nacin,"Use array_intersec_assoc. props duck_, fixes #16378."
changeset,19691,[19691],nacin,"Use array_filter() to remove empty values from an array, not jankiness."
changeset,18083,[18083],ryan,Use array_combine() to avoid a hard-coded copy of the post format slugs. Props mfields. fixes #17576
changeset,20088,[20088],nacin,Use array_combine() in get_file_data() and avoid variable variables when an array is just fine. fixes #20126.
changeset,3472,[3472],ryan,Use array_append() instead of unions.  Props majelbstoat. fixes #2321
changeset,1522,[1522],saxmatt,"Use array storage for plugins list.
"
changeset,6803,[6803],ryan,Use array keys instead of hard coded list when traversing post fields to sanitize. Props andy. fixes #5836
changeset,11528,[11528],ryan,"Use array instead of query string notation. Prop dd32, kamiyeye. fixes #10047"
changeset,7911,[7911],ryan,Use array calling style. see #6647
changeset,12515,[12515],ryan,Use array calling style. Props Denis-de-Bernardy. see #6647
changeset,7894,[7894],ryan,Use array calling style. Props DD32. see #6647
changeset,7872,[7872],ryan,Use array calling style.  Props guillep2k for the find.  fixes #6637 for trunk
changeset,7873,[7873],ryan,Use array calling style.  Props guillep2k for the find.  fixes #6637 for 2.5
changeset,3350,[3350],ryan,Use API.
changeset,12770,[12770],ryan,Use API to set the user's role. see #11781
changeset,12935,[12935],ryan,Use API to retrieve user. fixes #11776
changeset,10975,[10975],ryan,"Use API to delete links when deleting a user. Props TimButterfield, scohoust. fixes #7774"
changeset,3366,[3366],ryan,Use API to delete comment so that counts are kept in sync.  Props Mike Little. fixes #2159
changeset,5586,[5586],ryan,Use API instead of SELECT. see #4189
changeset,23974,[23974],ryan,"Use API instead of bare SQL queries in site-users.php.

see #21767
"
changeset,8831,[8831],westi,"Use API for setting checked attribute fixes #7689 props matthewh84.
"
changeset,4039,[4039],ryan,Use AND instead of HAVING. #2604
changeset,13137,[13137],nacin,"Use an expanded special character set when generating auth keys and salts via wp_generate_password(). Props sivel, see #12159"
changeset,9514,[9514],ryan,Use an array for query parameters
changeset,19434,[19434],nacin,Use an 'appearance' group in the admin bar. fixes #19245.
changeset,14145,[14145],dd32,"Use Alt Text for Image alt caption (Falling back to Caption, and finally title)  in wp_get_attachment_image() and subsequently, WordPress Galleries. Props kallewangstedt for initial patch. Fixes #11846"
changeset,20191,[20191],nacin,"Use ajaxurl rather than direct references to admin-ajax.php. see #18952.

"
changeset,18937,[18937],nacin,Use AJAX request and usermeta rather than user settings for dismissing admin bar pointers. see #18693.
changeset,15509,[15509],scribu,Use adminTable to refill #the-extra-comment-list. See #14637
changeset,21507,[21507],ryan,Use admin_url() instead of get_edit_user_link() in wp-login.php since cookies are not yet set. Props SergeyBiryukov. fixes #14787
changeset,15171,[15171],ryan,Use admin_url() for the media-upload.php url.  see #13685
changeset,13256,[13256],nacin,"Use admin_url() for images in wp-admin, to allow for filtering. Props mdawaffe, see #12300"
changeset,18761,[18761],koopersmith,Use admin menu API when responsively collapsing the menu. CSS fixes. see #18382.
changeset,12961,[12961],markjaquith,Use addslashes() instead of esc_sql() in add_magic_quotes() to avoid the pretense of DB association. props miqrogroove
changeset,15268,[15268],nacin,Use add_query_arg() in menu_page_url(). fixes #13923.
changeset,18867,[18867],azaozz,"Use add_option() method, introduce add_option_context() method for adding specific text above the screen options, see #18690"
changeset,19114,[19114],ryan,Use add_help_sidebar(). see #19020
changeset,19111,[19111],ryan,Use add_help_sidebar(). see #19020
changeset,13811,[13811],nacin,"Use actual hostname instead of example.com in subdirectory/subdomain examples. fixes #12679, props johnbillion."
changeset,9315,[9315],ryan,"use activate_plugin for error scraping, pass full WP_Error object to wp_die(), whitespace cleanups. Props DD32. fixes #7671"
changeset,10378,[10378],ryan,Use ABSPATH when including footer. Props vladimir_kolesnikov. fixes #8848 for trunk
changeset,10379,[10379],ryan,Use ABSPATH when including footer. Props vladimir_kolesnikov. fixes #8848 for 2.7
changeset,13459,[13459],nacin,Use ABSPATH because we can. props miqrogroove see #12411
changeset,13458,[13458],nacin,Use ABSPATH because we can. props miqrogroove see #12411
changeset,21645,[21645],nacin,"Use ABSPATH . WPINC rather than dynamically building the include path. see #21183.

"
changeset,16006,[16006],dd32,Use Absolute URL's in header redirects in wp-admin/plugin.php. See #14062
changeset,16008,[16008],dd32,Use Absolute URL's & API's in header redirects in more locations. See #14062
changeset,2491,[2491],ryan,USe absolute paths in require to avoid problems with wonky include paths.  http://mosquito.wordpress.org/view.php?id=1169 Props: roxeteer
changeset,11301,[11301],ryan,Use absolute paths for includes. Props hakre. fixes #9750
changeset,6784,[6784],ryan,Use absint
changeset,22742,[22742],nacin,"Use a variable that is set a few lines up. $post_id is set only in post.php, not post-new.php. fixes #21092.

"
changeset,15212,[15212],nacin,"Use a switch. props jdub, see #13812."
changeset,8738,[8738],ryan,Use a subquery in category__not_in query if the DB version supports it.  Props pedrop. fixes #7599
changeset,16081,[16081],ryan,Use a sprite for screen options toggle. Props TECannon PeteMall. see #15163
changeset,16765,[16765],westi,Use a span so we mark up the all the info about the site. See #15716 - allows for css targetting based on site.
changeset,13565,[13565],iammattthomas,"Use a short HTML5-style charset declaration in twentyten, props demetris. See #12483"
changeset,17106,[17106],nacin,"Use a separate variable to fix plugin deletion. props phill_brown, fixes #15940."
changeset,105,[105],tellyworth,use a separate dir for object cache tests to stop other files from clashing
changeset,11312,[11312],markjaquith,Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
changeset,19468,[19468],nacin,"Use a scalpel to dissect names passed to convert_to_screen(). Carefully watch for post type names, suffixes we need to detect and remove, and when we need to remove 'edit-' from the start of a hookname. see #19353."
changeset,11969,[11969],ryan,Use a post_parent of 0 instead of -1 to indicate unattached posts. Props c0nstruct. see #10521
changeset,14901,[14901],nacin,Use a post type object label for edit_post_link's title attribute. props sc0ttkclark.
changeset,12583,[12583],westi,Use a more reliable method of locating wp-load.php in the admin bootstrap. Fixes #11120.
changeset,14496,[14496],nacin,"Use a more generic string for GUU plugins and themes, as inactive items aren't 'running.' fixes #12517."
changeset,14932,[14932],nacin,"Use a more generic HTML comment. props zeo, fixes #12695."
changeset,23388,[23388],SergeyBiryukov,Use a human-readable constant in wp_set_auth_cookie(). fixes #23372.
changeset,13820,[13820],nacin,"Use a generic string instead of ""Your username"" in user-edit.php to account for non-profile edits. props caesarsgrunt, fixes #11353"
changeset,6275,[6275],westi,"Use a for loop where it's more appropriate. Fixes #5234 props darkdragon and DD32.
"
changeset,23798,[23798],SergeyBiryukov,Use a filter instead of recently added $format argument in get_search_form(). props WraithKenny. fixes #23850. see #15081.
changeset,14899,[14899],nacin,Use a filter instead of a new NO404REDIRECT constant. see #12758.
changeset,7091,[7091],westi,Use a default size that gravatar supports rather than one it doesn't. Fixes #6033 props josephscott.
changeset,20577,[20577],koopersmith,"Use a deep extend in wp.Uploader to ensure that the multipart_params object (and others) are cloned instead of referenced. fixes #20532.
"
changeset,16103,[16103],nacin,Use a create_users cap for Sites > Add New. fixes #14621.
changeset,15933,[15933],nacin,Use a consistent variable.
changeset,14319,[14319],nacin,"Use a class for update-nag, as especially in MS we're sometimes hooking in more than one per page."
changeset,21238,[21238],markjaquith,"Use a CDATA section for RSS2 comments feeds, so HTML in comments doesn't kill XML validation. props bazza. fixes #16466"
changeset,19134,[19134],nacin,Use a better method for [19133]. see #11651.
changeset,1198,[1198],nbachiyski,"Use `__CLASS__` instead of `self`

Before it worked, because `WP_DEBUG` was off and the test magically
passed.

Props scribu, see #UT101.
"
changeset,12259,[12259],westi,Use _x() not _c(). See #6362 fixes #11228 props filosofo.
changeset,12256,[12256],westi,Use _x() not _c() as we want to use the gettext contexts.
changeset,10680,[10680],ryan,Use _x() and extracted comments. Props nbachiyski. see #9112
changeset,18814,[18814],ryan,Use _wp_tag_cloud_count_sort_cb instead of an anonymous function. Props ocean90. see #14424
changeset,11488,[11488],ryan,Use _wp_specialchars to get NOQUOTES. see #9934
changeset,15581,[15581],scribu,Use _wp_meta_sql() in WP_Query. See #14572. See #14645
changeset,10606,[10606],ryan,Use _n(). Props nbachiyski. fixes #9111
changeset,10605,[10605],ryan,Use _n(). Props mrmist. fixes #9190
changeset,14358,[14358],nbachiyski,"Use _n() instead of comments_number() in twentyten, because it doesn't handle plurals properly. Props zeo and dimadin. Fixes #13187
"
changeset,11143,[11143],ryan,Use _http_build_query() if PHP version < 5.1.2. Props hakre. fixes #9044
changeset,12587,[12587],westi,Use _deprecated_argument() in get_bloginfo() and then don't pass deprecated argument to get_bloginfo(). Fixes #11652 props nacin.
changeset,20382,[20382],nacin,"Use _callback, rather than an unhelpful 2, for a preg_replace callback function name. Add proper phpdoc. see #20369."
changeset,13546,[13546],dd32,use __return_false in preference to create_function(..return true..). Props TobiasBg. See #12435
changeset,6430,[6430],ryan,Use __ngettext() for plurals. Props darkdragon. see #4865
changeset,19866,[19866],nacin,"Use [\r\n\t ], not [\s], to prevent issues with some UTF-8 characters. props SergeyBiryukov, fixes #19033.

"
changeset,984,[984],SergeyBiryukov,Use @ticket annotation in comment.php. see [979]. see #102.
changeset,893,[893],nacin,"Use @ticket annotation for tracking related tickets, largely replacing knownWPBug() and friends.

The existing methods should remain, for use in dynamic or conditional contexts, like the canonical tests or an is_multisite() check.

props duck_. see #102.

"
changeset,4920,[4920],ryan,Use === to compare option values.  Props roscohead and Viper007Bond.  fixes #3394
changeset,1787,[1787],rboren,"Use == instead of =
"
changeset,19474,[19474],koopersmith,"Use 3.3 help API on edit tags page. props Ipstenu, see #19020."
changeset,23175,[23175],nacin,"Use 3 * HOUR_IN_SECONDS rather than 10800.

"
changeset,13809,[13809],ryan,Use 2.2 branch for akismet
changeset,13808,[13808],ryan,Use 2.2 branch for akismet
changeset,22121,[22121],nacin,"Use 2 * DAY_IN_SECONDS rather than 172800. props pavelevap. fixes #20987.

"
changeset,421,[421],ryan,Use -m to turn on multisite testing
changeset,17455,[17455],ryan,Use ->query instead of . Always kick off the parse_query action. fixes #16545 for trunk
changeset,17456,[17456],ryan,Use ->query instead of . Always kick off the parse_query action. fixes #16545 for 3.1
changeset,3442,[3442],ryan,Use ->comments instead of . fixes #2294
changeset,3443,[3443],ryan,Use ->comments instead of . fixes #2293
changeset,18502,[18502],ryan,Use *_metadata_by_mid() API when updating post meta in admin ajax. Fix slashing.  see #18195
changeset,18501,[18501],ryan,Use *_metadata_by_mid() API in set_custom_fields(). Handle slashing when checking caps for key.  see #18195
changeset,15027,[15027],nacin,Use 'WordPress Blog' in the initial blogroll. see [14324].
changeset,3294,[3294],ryan,Use 'were' for past subjunctive.  fixes #2000
changeset,15992,[15992],nacin,"Use 'Visit Site' in header if blog has no name. props blepoxp, fixes #13978."
changeset,18868,[18868],ryan,Use 'View Post' instead of '#' for view post links in comment rows. Props SergeyBiryukov. fixes #18846
changeset,16510,[16510],nacin,"Use 'Update' and 'Save Link' for internal linking submit button. props koopersmith, see #11420."
changeset,10727,[10727],ryan,"Use 'the_category_rss' template function in Atompub backend. Props znarfor, josephscott. fixes #8829"
changeset,14616,[14616],nacin,"Use 'Posts', 'Pages', and corresponding custom post type names as the edit.php title. fixes #12968, fixes #11274."
changeset,13340,[13340],ryan,Use 'Menus'. see #11817
changeset,6343,[6343],ryan,Use 'Log in' instead of 'Login' for verb form.  Props doug. see #5296
changeset,20333,[20333],nacin,"Use 'Keyword' instead of 'Term' in the search type selector in the plugin and theme installers. see #19619.

"
changeset,21778,[21778],markjaquith,use 'ids' parameter for explicit attachment ordering in [gallery] shortcodes. fixes #21816
changeset,7878,[7878],ryan,Use 'counts' cache group. see #6884
changeset,14652,[14652],nacin,Use 'Comments' and 'Links' as page title instead of Edit %s. fixes #11274.
changeset,6522,[6522],westi,"Use ' not "" so we don't expand. Fixes #5546 props takayukister."
changeset,10409,[10409],westi,Use & not ^ for E_STRICT on PHP 5
changeset,10407,[10407],westi,Use & not ^ for E_STRICT on PHP 5
changeset,9591,[9591],ryan,"Use %s, not %d, for number format output. Props nbachiyski. fixes #8136"
changeset,19103,[19103],markjaquith,"Use %s, not %d, for comment numbers in admin bar sprintf(). fixes #19104"
changeset,6766,[6766],ryan,Use %s instead of %d so number_format_i18n() strings don't get cast to 1.
changeset,19109,[19109],markjaquith,Use %s instead of %d in plugin install notice strings. props johnbillion. fixes #19106
changeset,15832,[15832],dd32,Use $wpdb->prepare in wp_old_slug_redirect(). See #15140
changeset,4648,[4648],markjaquith,Use $wpdb->prefix when defining table names
changeset,1848,[1848],rboren,"Use $wpdb->post2cat instead of wp_main_post2cat.  Bug 442.  Hat tip:  ludoo.
"
changeset,13152,[13152],nacin,"Use $wp_query->get_queried_object(). Also move wp_head() to end of <head>, see #9015."
changeset,13502,[13502],dd32,Use $wp_query->get_queried_object() in single_post_title(). Fixes #11731
changeset,12939,[12939],markjaquith,"Use $required_php_version. Props nacin. fixes #11637
"
changeset,13841,[13841],dd32,Use $ptype_obj->edit_type_cap instead of 'edit_posts' for custom post_type menu's & edit.php access. Allows for a user to have the capability to edit a post_type irrespective of their Posts access. Props rovo89. Fixes #12691
changeset,13889,[13889],nacin,Use $paged global instead of get_query_var('paged') in Twenty Ten. see #12748
changeset,21954,[21954],nacin,"Use $gmt_time rather than $local_time in cron, since it uses GMT/UTC and not a local timestamp. see #14391.

"
changeset,23107,[23107],nacin,"Use $current_site->path instead of $base in wpmu_validate_blog_signup(), as $base is now dead. props MarkJaquith. fixes #22787. see #19796.

"
changeset,10573,[10573],westi,Use # as the delimiter for preg_match in rewrite rules to allow them to contain !. Fixes #7486 props jacobsantos.
changeset,5985,[5985],markjaquith,"Use ""update"" language to refer to new versions.  Props johnbillion.  fixes #4868"
changeset,5823,[5823],markjaquith,"Use ""home,"" not ""siteurl"" for widget dropdown category URLs.  Props Pastinakel.  fixes #4683 for trunk"
changeset,5824,[5824],markjaquith,"Use ""home,"" not ""siteurl"" for widget dropdown category URLs.  Props Pastinakel.  fixes #4683 for 2.2.x"
changeset,16477,[16477],markjaquith,"Use ""default"" as the key (not ""0"") for the default post format string in the translation array. props josephscott"
changeset,9110,[9110],azaozz,"Use ""Date"" instead of ""Modified"" when listing drafts and pending posts, since now they have a proper date."
changeset,10623,[10623],ryan,"Use ""Custom Header"" for menu text.  see #9178"
changeset,581,[581],kurtpayne,"Use ""\n"" explicitly."
changeset,12895,[12895],dd32,Use !empty() for Link searching title.
changeset,2649,[2649],ryan,Use  instead of hardcoding 1.  Do we really need a separate default category for XMLRPC posting?
changeset,2594,[2594],matt,Usability hooks into wp.org
changeset,1702,[1702],saxmatt,"Usability enhancements.
"
changeset,1701,[1701],saxmatt,"Usability enhancements.
"
changeset,19610,[19610],nacin,URLs should be trailing-slashed. fixes #19427.
changeset,22520,[22520],nacin,"URLs should be esc_url(), not esc_attr().

"
changeset,17177,[17177],markjaquith,urlencode() theme name when creating theme edit link. props tomthewebmaster. fixes #16028
changeset,6006,[6006],markjaquith,urlencode() redirect_to param in login links for both themes.  fixes #4873 for trunk
changeset,6016,[6016],westi,"urlencode the theme name and stylesheet name in the activate links so as to support directories with + in the name. Fixes #3279.
"
changeset,12395,[12395],azaozz,"Urlencode the search query in get_search_feed_link() and get_search_comments_feed_link(), props tenpura, fixes #11153"
changeset,12340,[12340],westi,Urlencode the redirect url for the logout links as well as login in links. Fixes #10991 props Utkarsh.
changeset,7095,[7095],westi,urlencode the goback url to preserve any parameters. Fixes #5753 props DD32.
changeset,11120,[11120],ryan,urlencode referrer. Props hakre. fixes #8587
changeset,11328,[11328],ryan,urlencode login redirect. Props Viper007Bond. fixes #9817
changeset,11802,[11802],ryan,urlencode login
changeset,7096,[7096],ryan,urlencode  only when needed.  Props spikeyslam.  see #5775
changeset,20314,[20314],nacin,urldecode() the incoming $file in the theme editor. see [20313] when the encode was added. see #2994 for the original bug report. see #20103.
changeset,21187,[21187],markjaquith,urldecode() search strings that come in from /search/foo. props SergeyBiryukov. fixes #13961
changeset,10108,[10108],markjaquith,urldecode slugs in the Edit Post screen permalink. props janbrasna. fixes #8418
changeset,1841,[1841],rboren,"urldecode page URI so that it will work for multibyte languages.
"
changeset,2822,[2822],ryan,url_to_postid() typo fix.  Props markjaquith.  fixes #1612
changeset,2665,[2665],ryan,url_to_postid() fixes from Mark Jaquith.
changeset,18094,[18094],ryan,url_encode file names in theme and plugin editor urls.  Props kawauso. fixes #17038
changeset,20188,[20188],nacin,URL to admin-ajax.php should be relative. see #19910. see #18952.
changeset,730,[730],saxmatt,"URL fix.
"
changeset,21753,[21753],nacin,"URL encode the theme stylesheet passed into wp_customize_url(). see #21749. Merges [21713] to the 3.4 branch.

"
changeset,21713,[21713],nacin,"URL encode the theme stylesheet passed into wp_customize_url(). see #21749.

"
changeset,21714,[21714],nacin,"URL encode the stylesheet directory values passed to WP_Theme's get_stylesheet_directory_uri() and get_template_directory_uri(). props SergeyBiryukov, see #21749. for the 3.4 branch.

"
changeset,21712,[21712],nacin,"URL encode the stylesheet directory values passed to WP_Theme's get_stylesheet_directory_uri() and get_template_directory_uri(). props SergeyBiryukov, see #21749.

"
changeset,2903,[2903],matt,"Uppercase, please.
"
changeset,19194,[19194],azaozz,"Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187"
changeset,19177,[19177],azaozz,"Uploader: split ""Drop files here -or-..."" on two lines, see #18206"
changeset,19346,[19346],azaozz,"Uploader: show the progress bars as soon as files are queued, attempt to make the progress bar more precise, see #19228"
changeset,22789,[22789],koopersmith,"Uploader: Route plupload errors to the correct handler and prevent naming conflicts. see #21390.
"
changeset,19247,[19247],azaozz,"Uploader: fix progress bar JS and update the style (light blue bars), see #18206"
changeset,19262,[19262],azaozz,"Uploader: fix file-size-exceeded error handling, see #18206"
changeset,20580,[20580],azaozz,"Uploader: fix check for error message send from async-upload on failed uploads, improve styling it a bit, props trepmal, SergeyBiryukov, fixes #20445"
changeset,22822,[22822],koopersmith,"Uploader: Display a more specific error message when a file exceeds the file size limit. see #21390.
"
changeset,22788,[22788],koopersmith,"Uploader: Correctly trigger error callback. see #21390.
"
changeset,4340,[4340],ryan,Uploader improvements from mdawaffe. fixes #3191
changeset,4312,[4312],ryan,Uploader improvements from mdawaffe. fixes #3191
changeset,4274,[4274],ryan,Uploader improvements from mdawaffe. fixes #3191
changeset,7495,[7495],ryan,Uploader CSS tweaks from tellyworth. fixes #6367
changeset,20758,[20758],koopersmith,"Uploader & Theme Customizer: Refresh uploader flash/silverlight shims when the mouse enters the browse button. Add class to body based on uploader's drag/drop support. Properly assign customize image uploader containers (so flash shims are positioned correctly when scrolled). see #19910, #20452, #20582.
"
changeset,20204,[20204],nacin,"upload_url_path is a relative URL path, not an absolute URL. Remove type='url' as that enforces absoluteness. see #17863."
changeset,7611,[7611],ryan,upload_file_glob filter from tellyworth. fixes #6628 for trunk
changeset,7612,[7612],ryan,upload_file_glob filter from tellyworth. fixes #6628 for 2.5
changeset,8599,[8599],ryan,upload.php is not a retired file. see #5560
changeset,4605,[4605],ryan,upload-js gettext.  Props nbachiyski.  fixes #3224
changeset,4611,[4611],ryan,upload-js gettext fixes from mdawaffe. fixes #3224
changeset,10650,[10650],ryan,Upload theme from zip fixes. see #8652
changeset,6984,[6984],ryan,Upload path fixes from tellyworth. see #5953
changeset,1262,[1262],saxmatt,"Upload menu item should respect minimum user setting.
"
changeset,8998,[8998],azaozz,Upload media from the Media Library page.
changeset,4767,[4767],ryan,Upload manager image viewer fixes from mdawaffe. fixes #3596
changeset,3480,[3480],ryan,Upload links fix.  fixes #2337
changeset,4510,[4510],ryan,Upload JS fixes from mdawaffe. fixes #3378
changeset,160,[160],tellyworth,upload function tests
changeset,4526,[4526],ryan,Upload filters in xmlrpc. fixes #3388
changeset,3389,[3389],ryan,Upload dir cleanups.  Honor old fileupload_path settings if present.
changeset,1229,[1229],saxmatt,"Upgrades should run faster now.
"
changeset,14173,[14173],nbachiyski,"Upgrader i18n fixes: add translator messages, take tags out of a message and use the correct error text when including both the title and the error message
"
changeset,1048,[1048],michelvaldrighi,"upgraded requirements to PHP 4.1.0, added comment_date_gmt field
"
changeset,23253,[23253],dd32,"Upgrade: When upgrading from WordPress 3.5, if an empty twentytwelve theme directory exists, remove it to allow the installation of Twenty Twelve. See #22856. For trunk
"
changeset,23252,[23252],dd32,"Upgrade: When upgrading from WordPress 3.5, if an empty twentytwelve theme directory exists, remove it and install Twenty Twelve. See #22856. For the 3.5 branch
"
changeset,11074,[11074],azaozz,"Upgrade widget options only from admin, props ryan, fixes #9629"
changeset,23090,[23090],azaozz,"Upgrade to TinyMCE 3.5.8, fixes #22755"
changeset,3191,[3191],ryan,Upgrade to Snoopy 1.2.3
changeset,5743,[5743],markjaquith,Upgrade to Prototype 1.5.1.1 (bugfix release).  Props Nazgul.  fixes #4502
changeset,24076,[24076],azaozz,"Upgrade to Plupload 1.5.7, fixes #24163"
changeset,5775,[5775],matt,"Upgrade to jQuery 1.1.3, fixes #4576"
changeset,5256,[5256],rob1n,"Upgrade TinyMCE to 2.1.0. Props andy. fixes #3788
"
changeset,5601,[5601],rob1n,"Upgrade TinyMCE spell checker to 1.0.5. fixes #4368
"
changeset,6053,[6053],markjaquith,Upgrade the options table before calling populate_options() to avoid errors.  Props Nazgul.  fixes #4921
changeset,7499,[7499],westi,Upgrade the database so we get all the new options for thumbnail size etc in all blogs.
changeset,12522,[12522],ryan,Upgrade SWFobject JS to 2.2. Props niallkennedy. fixes #11109
changeset,19890,[19890],ryan,Upgrade SimplePie to 1.2.1. Props nacin. fixes #18309
changeset,167,[167],saxmatt,"Upgrade script.
"
changeset,19849,[19849],ryan,Upgrade PHPMailer to 5.2.1. Props MattyRob. fixes #19887
changeset,3182,[3182],ryan,Upgrade or die.
changeset,632,[632],mikelittle,"Upgrade of option values for link images after directory move
"
changeset,7237,[7237],ryan,Upgrade message in dash. Props mdawaffe. fixes #6060
changeset,9908,[9908],ryan,Upgrade instead of Update
changeset,700,[700],saxmatt,"Upgrade global bug.
"
changeset,5643,[5643],ryan,Upgrade fixes. see #4189
changeset,4957,[4957],markjaquith,Upgrade DBX to version 2.0.5 to fix occasional cookie error.  fixes #3397
changeset,8759,[8759],ryan,Upgrade db with remote post during core update. see #5560
changeset,911,[911],michelvaldrighi,"upgrade code to use GMT dates, commented until we support GMT everywhere in WP
"
changeset,5717,[5717],ryan,Upgrade code for multiple category widgets. Props Andy. see #4285
changeset,4945,[4945],ryan,Upgrade class-pop3.  Props Nazgul.  fixes #3864
changeset,762,[762],saxmatt,"Upgrade and import fixes.
"
changeset,19743,[19743],duck_,"Upgrade add_permastruct() to allow more control over WP_Rewrite::generate_rewrite_rules(). See #16092.

The third argument is now a configuration array that mirrors the parameters of generate_rewrite_rules()
and allows for add_permastruct() specific args (i.e. with_front). The full configuration is stored in
WP_Rewrite::$extra_permastructs to be used by WP_Rewrite::rewrite_rules().
"
changeset,18052,[18052],nacin,"Upddate FSF address in kses. props mcepl, fixes #14967."
changeset,15207,[15207],iammattthomas,Updating Twenty Ten's screenshot to not show the search form label
changeset,3342,[3342],matt,Updating to stable version.
changeset,2916,[2916],matt,Updating to latest TinyMCE
changeset,2369,[2369],matt,Updating readme.html
changeset,2182,[2182],saxmatt,"Updating OPML feed.
"
changeset,2128,[2128],saxmatt,"Updating Markdown to 1.0.1 - http://mosquito.wordpress.org/view.php?id=730
"
changeset,2622,[2622],matt,"Updating IXR to latest, fixes #1400"
changeset,10085,[10085],matt,Updating FSF address at their request.
changeset,3730,[3730],matt,Updating eol-style native. We must remember to do this when adding new files.
changeset,20193,[20193],nacin,"Updates to WP_Theme, wp_get_themes(), and related deprecated functions, after [UT570] [UT578] [UT579]. see #20103.
 * ['Template Files'] and ['Stylesheet Files'] need to return files from the parent theme as well.
 * Don't strip links from the Author header. Some themes rely on the previous behavior, such as to link multiple authors (Sandbox, for example.) Don't restore links to the Name, that's just a bad idea.
 * Ensure we are always passing around arrays in get_files/scandir.
 * Better inline doc for wp_get_themes() arguments.
 * Introduce a 'force' flag for search_theme_directories() to re-scan, rather than return the cache. We will use this to re-build the theme_roots transient in get_theme_roots(), but it is more helpful for unit tests. Since search_theme_directories() is cached, don't cache again in wp_get_themes(). (Again benefits testing.)
 * Handle duplicate theme names in the old get_themes() when two themes match (and neither are a default theme, which is already handled). wp_get_themes() will consider both names to be the same; this is just for back compat since get_themes() is keyed by name.
 * Include an old array key in wp_broken_themes().

"
changeset,10931,[10931],ryan,Updates to wp_login_url() and wp_logout_url(). Use them in more places. Props wnorris. fixes #9536
changeset,22813,[22813],nacin,"Updates to post.php help text for posts and pages, including a new section on inserting media. props DrewAPicture, Ipstenu. see #22451.

"
changeset,11222,[11222],westi,Updates phpDoc for the post functions. See #8805 props CharlesClarkson.
changeset,758,[758],saxmatt,"Updates from Ryan to check for errors earlier in script and test DB connection.
"
changeset,12584,[12584],westi,Updates and improvements to _depreceated_argument. See #11386 props nacin.
changeset,21944,[21944],nacin,"Updates and fixes to the new button styles. By default, buttons are now the same size as they were in 3.4. Then there is a smaller button (designed for minor elements) and a larger button (designed for things like Publish and Save Changes). Better focus styles. props lessbloat. see #21598.

"
changeset,335,[335],duck_,Updates and docs for _import_wp
changeset,3469,[3469],ryan,updateOtherIcon. fixes #2315
changeset,15127,[15127],iammattthomas,Updated WP logo for admin header. Props Ben Dunkle.
changeset,16564,[16564],westi,Updated WebPI parameters.xml file. Props  	Chris Sfanos.
changeset,562,[562],kurtpayne,"Updated unit test for #19855.  Code is now run through htmlentities() and ""\r"" characters are removed."
changeset,1180,[1180],saxmatt,"Updated to use the latest and greatest.
"
changeset,1105,[1105],saxmatt,"Updated to use proper mime type.
"
changeset,1736,[1736],saxmatt,"Updated to reflect new features a bit.
"
changeset,20854,[20854],ryan,Updated text for Customize pointer. Props jane. see #20554
changeset,575,[575],kurtpayne,Updated test to more closely match real world usage.  See http://core.trac.wordpress.org/ticket/19855#comment:12
changeset,17768,[17768],azaozz,"Updated styles for the Visual editor buttons, props chexee, see #15986"
changeset,2755,[2755],matt,Updated style
changeset,7553,[7553],ryan,Updated RTL for default theme from mani_monaj.  see #6296
changeset,6146,[6146],ryan,Updated RTL CSS from mani_monaj. fixes #5025
changeset,671,[671],saxmatt,"Updated readme from the lovely Cena.
"
changeset,1682,[1682],michelvaldrighi,"updated pingback() to use IXR -- now we aren't using phpxmlrpc anywhere anymore
"
changeset,12483,[12483],westi,Updated phpDoc for wp-admin/includes/post.php . Fixes #11198 based on a patch from Simek.
changeset,11959,[11959],westi,Updated phpdoc for the theme preview code.
changeset,8082,[8082],westi,"Updated phpdoc for external libs. See #7038 props jacobsantos.
"
changeset,10163,[10163],azaozz,"Updated menu icons from Ben, minor a.button tweaks"
changeset,23010,[23010],nacin,"Updated media screenshot for the about page. props lessbloat. fixes #22455.

"
changeset,17817,[17817],koopersmith,"Updated list table styles. First pass, see #17324."
changeset,10740,[10740],azaozz,"Updated List of HTTP status codes, props Askapache, fixes #9297"
changeset,513,[513],saxmatt,"Updated links.
"
changeset,596,[596],mikelittle,"Updated links import. Now should be able to tackle any OPML
"
changeset,58,[58],saxmatt,"Updated instructions.
"
changeset,1031,[1031],michelvaldrighi,"updated install.php to keep up with changes in wp_posts
"
changeset,2351,[2351],saxmatt,"Updated images from Michael
"
changeset,10134,[10134],azaozz,Updated icons for excerpt/list view from Ben
changeset,1340,[1340],saxmatt,"Updated hooks and a new Dolly plugin.
"
changeset,660,[660],mikelittle,"Updated greymatter import. Patch provided by
Ryan Boren (ryan@boren.nu)
"
changeset,484,[484],saxmatt,"Updated get_permalink to take ID argument.
"
changeset,459,[459],mikelittle,"Updated for new format thanks to Rantor http://wordpress.org/support/2/769
"
changeset,461,[461],emc3,"Updated docs for dropdown_cats(), list_cats(), and get_archives()
"
changeset,137,[137],saxmatt,"Updated author functions.
"
changeset,191,[191],mikelittle,"Updated archive mode. Default is now admin setting.
"
changeset,305,[305],westi,Updated and extra tests for WP#12860.
changeset,27,[27],saxmatt,"Updated allowed HTML to pull tags from config.
"
changeset,150,[150],mikelittle,"Updated admin levels to match page requirements.
"
changeset,3485,[3485],ryan,update_option_* actions.  fixes #2332
changeset,3744,[3744],ryan,update_option() action fix. fixes #2553
changeset,3659,[3659],ryan,update_option() action fix. fixes #2553
changeset,18494,[18494],ryan,update_metadata_by_mid() and delete_metadata_by_mid(). Props kovshenin. see #18195
changeset,389,[389],ryan,update_meta() tests
changeset,388,[388],ryan,update_meta() tests
changeset,732,[732],ryan,Update xmlrpc tests to accommodate #WP20809
changeset,13241,[13241],dd32,"Update wpmu_delete_user() to use wp_delete_user()'s Link Deletion API, ensures that all actions and cleanups are run. See #12298"
changeset,15369,[15369],nacin,"Update WPMU Codex links and remove todos. props wpmuguru, fixes #14014 for 3.0"
changeset,13386,[13386],wpmuguru,"update wpdb blogid using setter, See #12362"
changeset,21509,[21509],ryan,Update wp_update_user() phpdoc to reflect a possible return of WP_Error. Props SergeyBiryukov. fixes #21439
changeset,19725,[19725],ryan,Update wp_salt() phpdoc. fixes #18696
changeset,15547,[15547],scribu,update WP_Query docs. See #14600
changeset,12966,[12966],dd32,update wp_popular_terms_checklist() to handle custom taxonomies. See #10122
changeset,18006,[18006],westi,"Update wp_mail to correctly call the Address adding functions on PHPMailer for To, CC, BCC in a way which preserves our support for full RFC2822 address specifications.
Older versions of PHPMailer were not too careful about validating what we passed in to them as a plain email address - the new version expects we pass in the Name and Email address seperately.
Fixes #17305 based on a patch from dllh."
changeset,13854,[13854],dd32,Update wp_list_categories() to be custom taxonomy aware. Props jfarthing84. See #11838
changeset,1282,[1282],SergeyBiryukov,Update wp_html_excerpt() test to reflect the change in [WP24214]. fixes #24311.
changeset,168,[168],nbachiyski,"Update wp_html_excerpt test to reflect the new behaviour
"
changeset,13151,[13151],dd32,Update wp_get_http() to handle redirections on HEAD requests. Un-deprecate $red header to track total redirections. See #10624
changeset,12538,[12538],westi,Update wp_clear_scheduled_hook calls to use array when passing args. Fixes #11590 props nacin.
changeset,19150,[19150],duck_,"Update wp_admin_bar_appearance_menu docs to reflect changes made by r18683 and r19006. See #18197.
"
changeset,16060,[16060],ryan,Update wp-tinymce.js.gz. see #11420
changeset,19953,[19953],nacin,"Update wp-tinymce.js.gz.
 * Plugins are now sorted alphabetically during concatenation, to ensure consistent generation.
 * Key tinymce/wp-tinymce.js.gz off the revision number, rather than the date.
see #19592.
"
changeset,17690,[17690],nacin,Update wp-tinymce.js.gz and bump. see #16631.
changeset,17905,[17905],nacin,"Update wp-logo.png version number. props zekeweeks, fixes #17402."
changeset,5273,[5273],rob1n,"Update wp-config.php to reference wp-contents/languages instead of wp-includes/languages. Props Nazgul. fixes #4150
"
changeset,5777,[5777],markjaquith,Update wp-comments-post.php to WP coding conventions.  props JeremyVisser.  fixes #4573
changeset,5937,[5937],ryan,Update WP importer to use taxonomy and query cat based on slug. see #4613
changeset,15458,[15458],ryan,Update wordpress.org blog url
changeset,15457,[15457],ryan,Update wordpress.org blog url
changeset,9218,[9218],ryan,Update wlw manifest for get tags support. Props josephscott. fixes #7744
changeset,5306,[5306],ryan,Update widgets to latet bits.  For 2.2.  see #4169
changeset,5301,[5301],ryan,Update widgets to latest bits.  see #4169
changeset,18973,[18973],ryan,"Update vimeo oembed api url.  Props l3rady, justindgivens. fixes #18928"
changeset,15757,[15757],nacin,Update via ajax the sample output of custom date/times on options-general. fixes #12636.
changeset,12069,[12069],westi,Update version info in phpDoc for _admin_notice_post_locked() see #10729.
changeset,4765,[4765],ryan,Update version in readme. fixes #3542
changeset,12566,[12566],ryan,Update version in readme
changeset,6176,[6176],westi,"Update version for branches 2.3 fixes #5099
"
changeset,15459,[15459],ryan,Update version
changeset,4703,[4703],ryan,Update ver in readme.  Props spencerp.  fixes #3542
changeset,18963,[18963],azaozz,"Update user_can_richedit to allow TinyMCE in iOS5, props markoheijnen, fixes #18626"
changeset,16615,[16615],scribu,Update URL when performing ajaxified action. See #15580
changeset,20735,[20735],ryan,Update upload-html-bypass string to reflect that the uploader is no longer new. Props Ipstenu. fixes #20627
changeset,14897,[14897],markjaquith,Update upload quota filled message to mention the limit and not suggest file deletion. fixes #13479
changeset,11304,[11304],ryan,Update upload error strings. Props Askapache. fixes #9625
changeset,9743,[9743],markjaquith,Update update_post_meta() and delete_post_meta() to work with post revisions. Props misterbisson. fixes #7925 for 2.6.x
changeset,9252,[9252],markjaquith,Update update_post_meta() and delete_post_meta() to work with post revisions. Props misterbisson. fixes #7925
changeset,22100,[22100],koopersmith,"Update underscore.js to version 1.4.1. fixes #22081, see #22026.
"
changeset,22076,[22076],koopersmith,"Update underscore.js to version 1.4.0. fixes #22026.
"
changeset,23383,[23383],markjaquith,Update Underscore to version 1.4.4. see #23262
changeset,22033,[22033],nacin,"Update underlying color picker library. props mattwiebe. see #21206.

"
changeset,20222,[20222],nacin,"Update twentyeleven/functions.php to use the new add_theme_support() calls for backgrounds and headers. props sabreuse for initial patch. see #20265. see #20249.

"
changeset,12783,[12783],ryan,Update trash and right now links for pages. fixes #11958
changeset,23028,[23028],markjaquith,Update toolbars for Embed screen. Fixes JS error. props koopersmith. fixes #22714
changeset,14,[14],saxmatt,"Update to use real lists.
"
changeset,966,[966],emc3,"Update to use get_settings (via Otsukare in http://wordpress.org/support/6/3213#post-3)
"
changeset,3095,[3095],ryan,Update to use cap API.
changeset,15392,[15392],nacin,Update to Twenty Ten 1.0.3 from theme dir. see #14284.
changeset,15391,[15391],nacin,Update to Twenty Ten 1.0.3 from theme dir. see #14284.
changeset,4985,[4985],ryan,Update to tinyMCE spellchecker 1.0.3.1
changeset,7147,[7147],ryan,Update to TinyMCE 3.03.  Define shortcuts. Relocate cached TMCE file. Props azaozz. fixes #6084
changeset,8056,[8056],ryan,Update to swfupload 2.1.0
changeset,1125,[1125],ryan,Update to support changes made in [WP22510]
changeset,21644,[21644],nacin,"Update to SimplePie 1.3. props rmccue.

Uses individual files for each class. We now conditionally load only the pieces
we need, resulting in less memory usage. Also easier to maintain now that it is
not a single 387KB file.

fixes #21183.

"
changeset,23376,[23376],nacin,"Update to Services_JSON 1.0.3. props bpetty. fixes #21568.

"
changeset,5792,[5792],ryan,Update to scriptaculous 1.7.1_beta3.  Props Nazgul. fixes #4512
changeset,9491,[9491],markjaquith,"Update to publish box styles. More horizontal room, consistent button placement, better for i18n, better wording."
changeset,4813,[4813],ryan,Update to prototype 1.5.0 and scriptaculous 1.7.0.  Fix some AJAXy bits.  Props mdawaffe. fixes #3645 #3676 #3519
changeset,23522,[23522],nacin,"Update to PHPMailer 5.2.4. props bpetty. fixes #21074.

"
changeset,4004,[4004],ryan,Update to php-gettext 1.0.7+. fixes #1727
changeset,4003,[4003],ryan,Update to php-gettext 1.0.7+. fixes #1727
changeset,5108,[5108],ryan,Update to latest tinyMCE compressor.  Simplify MCE language loading.  see #3882
changeset,23180,[23180],nacin,"Update to jQuery 1.9 Beta 1 in trunk (3.6-alpha).

Temporarily includes jQuery in original, unminified form, for ease of testing and bug reporting.

jQuery 1.9 introduces a ""migrate"" script for deprecated and removed behavior. Warnings are issued for methods we should not be using, and should be fixed in core. These warnings are sent to the JavaScript console and are collected in `jQuery.migrateWarnings`.

See http://blog.jquery.com/2012/12/17/jquery-1-9-beta-1-released/ for more.

props ocean90, see #22975.

"
changeset,5939,[5939],ryan,Update to jquery 1.1.4. Props mdawaffe. fixes #4810
changeset,4963,[4963],ryan,Update to jQuery 1.1.2. #3824
changeset,273,[273],mikelittle,"Update to get_archives()
Now can produce site navigation links
Hack by  Orien (http://icecode.com/)
"
changeset,21545,[21545],azaozz,"Update TinyMCE to 3.5.6, see #21173"
changeset,21228,[21228],azaozz,"Update TinyMCE to 3.5.4.1, fixes #21173"
changeset,20177,[20177],azaozz,"Update TinyMCE to 3.4.9, fixes #20239, fixes #19717"
changeset,19830,[19830],azaozz,"Update TinyMCE to 3.4.8, fixes #19969, fixes #19936, fixes #19741"
changeset,17625,[17625],azaozz,"Update TinyMCE to 3.4.2, includes native <iframe>, <audio>, <video> support and stops removing HTML 5.0 tags, fixes #17086"
changeset,9064,[9064],azaozz,"Update TinyMCE to 3.2.0 and remove compression, fixes #7827"
changeset,5577,[5577],rob1n,"Update TinyMCE to 2.1.1.1 (look at all those 1's...). fixes #4262
"
changeset,4080,[4080],ryan,Update tinyMCE to 2.0.6.1.  fixes #3003
changeset,22933,[22933],nacin,"Update TinyMCE Spellchecker plugin to 2.0.6.1.

"
changeset,22917,[22917],nacin,"Update TinyMCE Spellchecker plugin to 2.0.6.1.

"
changeset,19952,[19952],nacin,Update TinyMCE mark loaded src. see #19592.
changeset,7570,[7570],markjaquith,Update timestamp when only the minute value is changed. props johnconners. fixes #6456 for trunk
changeset,7571,[7571],markjaquith,Update timestamp when only the minute value is changed. props johnconners. fixes #6456 for 2.5.1
changeset,7614,[7614],ryan,Update timestamp when only the minute value is changed. fixes #6456 for trunk
changeset,7609,[7609],ryan,Update timestamp when only the minute value is changed. fixes #6456 for trunk
changeset,7613,[7613],ryan,Update timestamp when only the minute value is changed. fixes #6456 for 2.5
changeset,7610,[7610],ryan,Update timestamp when only the minute value is changed. fixes #6456 for 2.5
changeset,22378,[22378],nacin,"Update Thickbox images for HiDPI. props lessbloat. see #21019.

"
changeset,2041,[2041],rboren,"Update theme header.
"
changeset,1814,[1814],michelvaldrighi,"update the XMLRPC part
"
changeset,21146,[21146],nacin,"Update the version numbers for wp_explain_nonce() deprecation. see #21076.

"
changeset,11710,[11710],westi,Update the version number in the 2.8 branch.
changeset,12458,[12458],westi,Update the version number in readme.html
changeset,8344,[8344],westi,"Update the version number for trunk
"
changeset,8343,[8343],westi,"Update the version number for branches/2.6
"
changeset,18400,[18400],westi,Update the version in trunk. Props MarkJaquith.
changeset,18401,[18401],westi,Update the version in the 3.2 branch to alpha status.
changeset,19037,[19037],nacin,Update the update_count_callback docs. see #18986.
changeset,17954,[17954],nacin,"Update the Twenty Eleven footer. Remove 'Theme:', translate 'powered by' and add a title per Twenty Ten, add twentyeleven_credits action. props zeo for initial patch. fixes #17493."
changeset,14046,[14046],dd32,Update the text on the Manage Themes page for when there is only 1 theme available. Props jane & IRC people for strings. Fixes #12916
changeset,19453,[19453],azaozz,"Update the text for inactive sidebars, props chrisbliss18 SergeyBiryukov, fixes #19350"
changeset,1150,[1150],westi,"Update the tests in [1147] to include real post_IDs for the cases where we are updating an existing post. See #WP22417.
"
changeset,1268,[1268],ryan,Update the tests for #WP21767 to expect slashed data. Round 5.
changeset,1267,[1267],ryan,Update the tests for #WP21767 to expect slashed data. Round 4.
changeset,1266,[1266],ryan,Update the tests for #WP21767 to expect slashed data. Round 3.
changeset,1265,[1265],ryan,Update the tests for #WP21767 to expect slashed data. Round 2.
changeset,1264,[1264],ryan,Update the tests for #WP21767 to expect slashed data. Round 1.
changeset,12255,[12255],westi,Update the test case for #11008 - original pre paragraphed text was relying on autop to insert <br /> for the line breaks so make it explicit in the expected result.
changeset,271,[271],westi,Update the test case for #11008 - original pre paragraphed text was relying on autop to insert <br /> for the line breaks so make it explicit in the expected result.
changeset,20951,[20951],nacin,"Update the tbex.xml file, from Microsoft."
changeset,19178,[19178],azaozz,"Update the spellchecker plugin for TinyMCE to 2.0.6, fixes #19105"
changeset,17765,[17765],nacin,Update the self-referential destruction sequence in WP_Widget_RSS to account for trailing slashes. TODO: Strengthen our validation here.
changeset,23220,[23220],nacin,"Update the script loader to reflect the actual version of Underscore.js in trunk. props markoheijnen.

"
changeset,6667,[6667],westi,Update the required version in the readme too. Fixes #5416 props Nazgul.
changeset,12419,[12419],westi,Update the readme to include new mysql minimum version.
changeset,12418,[12418],westi,Update the readme to include new mysql minimum version.
changeset,22936,[22936],nacin,"Update the readme to 3.5. props xibe, fixes #22647.

"
changeset,11697,[11697],westi,Update the readme in trunk early for once.
changeset,21677,[21677],azaozz,"Update the query strings to refresh the toolbar sprites, props ocean90, see #20033"
changeset,5140,[5140],rob1n,"Update the PHP version and the Codex link for importing in readme.html. Props MichaelH. fixes #3998
"
changeset,22441,[22441],nacin,"Update the old wp-app.php rule to allow for a trailing slash followed by endpoint data. props wonderboymusic. fixes #22035.

"
changeset,5746,[5746],rob1n,"Update the message too. Thanks, Lloyd. fixes #4510"
changeset,130,[130],tellyworth,update the main import test to include comments
changeset,9666,[9666],markjaquith,"Update the login logo. Higher quality resize, correct background color"
changeset,22522,[22522],nacin,"Update the JS version of the shortcode regex to match [22382]. props SergeyBiryukov. fixes #17657.

"
changeset,23443,[23443],nacin,"Update the Iris color picker to version 1.0.3, which stops using the deprecated jQuery.browser property. 

props mattwiebe.
fixes #23484.

"
changeset,24185,[24185],SergeyBiryukov,Update the instructions on Edit Menus screen. props DrewAPicture. fixes #24261.
changeset,12785,[12785],markjaquith,Update the inline documentation for HTTP to reflect the true order of HTTP transports
changeset,14092,[14092],nacin,"Update the html comments in comment_form(). props iandstewart, fixes #13016."
changeset,8823,[8823],westi,Update the General Template phpdoc see #5640.
changeset,8947,[8947],westi,Update the file level phpdoc for the media options page.
changeset,19751,[19751],westi,"Update the documentation of wp_set_comment_status to match current functionality props solarissmoke.
The 'delete' status was removed in [11749] when the concept of a trash status was introduced for #4529."
changeset,18001,[18001],nacin,Update the Credits page for changes in the API. see #17532.
changeset,23306,[23306],markjaquith,"Update the copyright notice to 2013. Yes — WordPress turns *10* this year.

props kraftbj. fixes #22987"
changeset,19129,[19129],ryan,Update the blog date whenever a pubic post type is published or changed after being published.  fixes #18624
changeset,17978,[17978],nacin,"Update the blip.tv regex. props blepoxp, fixes #17495."
changeset,19564,[19564],nacin,"Update the bigger comments icon to reflect earlier 3.3 changes for the 16x16 icon. props empireoflight.

"
changeset,7337,[7337],westi,"Update the allowed attributes for html list elements. Fixes #6253 props andy and lloydbudd.
"
changeset,20879,[20879],westi,"Update the About page description of the improvements to the translations loading to more user facing language. Fixes #20742 props vanillalounge.
"
changeset,23022,[23022],nacin,"Update the 'Retina Ready' screenshot on the about page to reflect version 3.5, Twenty Twelve, and such. It's the little things. props lessbloat. fixes #22455.

"
changeset,22951,[22951],ryan,"Update the ""Uploaded to this post"" filter view when uploading new files.

* Add an Attachments collection filter for uploadedTo (post_parent).
* Correct an erroneous map from the non-existent parent prop to post_parent.
* Define default menuOrder and uploadedTo props for uploading attachments.
* Unify filterable props into a single method (improving validation performance for calls to set with multiple properties).

Props koopersmith
fixes #22654
"
changeset,3326,[3326],matt,Update that readme.
changeset,13211,[13211],nacin,Update Text_Diff. Props simek. Fixes #9467
changeset,696,[696],ryan,Update tests to reflect that get_blogs_of_user() always returns an empty array for fail cases.
changeset,224,[224],westi,Update Test_WP_Specialchars tests to match current wp_specialchars desired behaviour with respect to ampersand entity.
changeset,672,[672],nacin,"Update test_upload_is_user_over_quota() to reflect that get_space_allowed() should be returning the default (50) when the user has unlimited space. See #WP18199. Fixes an -m test failure.

Don't have upload_is_user_over_quota() issue echoed warnings when the user is over their quota.

"
changeset,753,[753],kurtpayne,"Update test_file_stream().  This broke when paths changed in r751.

"
changeset,1108,[1108],nacin,"Update test_double_escaped_placeholders() to actually pass additional arguments to prepare().

"
changeset,243,[243],westi,Update test case for correct result. Ref WP#10803.
changeset,6425,[6425],ryan,Update term counts when future posts are published. fixes #4913 #5488
changeset,2682,[2682],ryan,Update tag.
changeset,3657,[3657],ryan,Update table list in backup plugin. Props abhay and westi. fixes #2589
changeset,20033,[20033],nacin,"Update switch_theme() to use wp_get_theme(). see #20103, #20138.

"
changeset,20503,[20503],nacin,"Update swfupload. see [20501], [20502]"
changeset,11372,[11372],azaozz,"Update SWFUpload to 2.2.0.1, see #9413"
changeset,20499,[20499],ryan,"Update swfobject
"
changeset,20498,[20498],ryan,"Update swfobject
"
changeset,20502,[20502],nacin,Update swfobject
changeset,20501,[20501],nacin,Update swfobject
changeset,9703,[9703],azaozz,"Update styling on link pages, fix state saving for link cats, no green bg after quick editing a post fixes #8143"
changeset,2049,[2049],rboren,"Update stylesheet and comments references when upgrading old templates.
"
changeset,13834,[13834],nacin,Update string to better reflect the times. see #11301
changeset,14010,[14010],josephscott,"Update stats provided to api.wordpress.org see #12672
"
changeset,19690,[19690],nacin,Update some old upgrade functions to use untrailingslashit().
changeset,21182,[21182],markjaquith,Update some of the TinyMCE help text to be more accurate. Props SergeyBiryukov. fixes #21108
changeset,17921,[17921],ryan,Update some network admin help text. Props dougwrites. fixes #16988
changeset,393,[393],ryan,Update some image tests
changeset,394,[394],ryan,Update some file tests
changeset,24184,[24184],ryan,"Update some copy in the Post Formats UI.

see #24227
"
changeset,21659,[21659],nacin,"Update some code comments from .dev.js to .js. props georgestephanis. see #21633.

"
changeset,19673,[19673],ryan,Update some @since. Props dgwyer. fixes #19638
changeset,16400,[16400],scribu,Update some @since tags. Props demetris. Fixes #15438
changeset,44,[44],tellyworth,update siteurl also
changeset,19608,[19608],nacin,Update since. see #18845.
changeset,8587,[8587],ryan,Update since tags. Props santosj. fixes #5625
changeset,16660,[16660],ryan,Update since phpdoc. Props demetris. fixes #15445
changeset,22366,[22366],ryan,"Update SimplePie to 1.3.1. Props rmccue, ocean90. fixes #22321"
changeset,11938,[11938],ryan,Update SimplePie to 1.2. fixes #10392
changeset,16816,[16816],nacin,"Update show_on_front to posts if there are no pages, just in case. see #14403."
changeset,22401,[22401],duck_,"Update shortcode regular expression commentary. See #17657.
"
changeset,638,[638],saxmatt,"Update sending pingbacks to use new URL structure. Need to update to receive like that.
"
changeset,10241,[10241],ryan,Update secret-key url. Props sivel. fixes #8687 for trunk
changeset,10242,[10242],ryan,Update secret-key url. Props sivel. fixes #8687 for 2.7
changeset,19525,[19525],koopersmith,"Update search icon in toolbar to match other icons. props chexee, fixes #19404."
changeset,13767,[13767],markjaquith,Update search engines blocked text so that we do not imply that the blog is actually private.
changeset,4356,[4356],ryan,Update script version.
changeset,17902,[17902],westi,Update script loader version for quicktags to match when it last changed. Props mdawaffe
changeset,19560,[19560],ryan,"Update screenshot for feature pointer. Props EmpireofLight, chexee. fixes #19422"
changeset,671,[671],nacin,"Update sanitize user tests to account for the strtolower() that occurs in multisite. Fixes two failing -m tests.

"
changeset,8251,[8251],ryan,Update sample config to use new cookie keys
changeset,841,[841],nacin,"Update sample config - you must use this new config for multisite testing. see #100, see #82.

"
changeset,6806,[6806],ryan,Update salutation menu
changeset,23784,[23784],SergeyBiryukov,Update RTL styles for Customizer. see #23449.
changeset,19351,[19351],azaozz,"Update RTL bullet alignment on New Install Dashboard Welcome Area, props chexee, see #19271"
changeset,18154,[18154],koopersmith,Update RTL blue admin theme. Props saracannon. fixes #17696.
changeset,2219,[2219],saxmatt,"Update rewrite rules on delete - http://wordpress.org/support/topic.php?id=22562
"
changeset,14871,[14871],wpmuguru,"update rewrite rules for IIS, props Frumph, see #12758"
changeset,10464,[10464],ryan,Update rewrite phpdoc. Props filosofo. fixes #8998
changeset,1131,[1131],nbachiyski,"Update renamed method name
"
changeset,19730,[19730],ryan,"Update register_taxonomy_for_object_type() phpdoc to reflect that the post_type must be a string only, no arrays allowed. Props transom. fixes #19795"
changeset,12960,[12960],ryan,Update real parent file back compat for pages menus. see #9674
changeset,5957,[5957],ryan,Update readme version to 2.3. Props Nazgul. fixes #4840
changeset,11696,[11696],westi,Update readme version for 2.8.1. Fixes #10356 props nanochrome and dcole07.
changeset,8325,[8325],westi,"Update readme to 2.6
"
changeset,391,[391],ryan,Update README
changeset,3960,[3960],ryan,Update RBL site and turn open proxy check off by default.  Props Nazgul.  fixes #2821
changeset,3959,[3959],ryan,Update RBL site and turn open proxy check off by default.  Props Nazgul.  fixes #2821
changeset,12557,[12557],azaozz,"Update Prototype.js to 1.6.1 and remove the second copy of it from wp-includes/js/scriptaculous, update Scriptaculous.js to 1.8.3, props Simek, fixes #11041"
changeset,5482,[5482],rob1n,"Update Prototype to 1.5.1 and script.aculo.us to 1.7.1-b2. Props zamoose. fixes #4265
"
changeset,14069,[14069],dd32,Update Press This category styling & html to match 3.0 management screens. Props noel. See #12809
changeset,19901,[19901],nacin,"Update POT files. Reflects a change in the makepot script to ensure consistency when files are generated. Remove duplicate header comments.

"
changeset,3357,[3357],ryan,Update post_modified when the post is changed. fixes #1837
changeset,8921,[8921],ryan,Update post_date for old drafts during upgrade.  see #5698
changeset,699,[699],ryan,Update post thumbnail tests to reflects changes made for #WP20409. Props maxcutler.
changeset,6807,[6807],ryan,Update post save notifications and redirects
changeset,3300,[3300],ryan,"Update post cache before running the_posts filter.  Since we already retrieved them, might as well cache them even if they are filtered out by plugins later."
changeset,17677,[17677],ryan,Update pop3 class. Props aaroncampbell. fixes #17064
changeset,6044,[6044],ryan,Update pop3 class to latest from squirrelmail.  Props westi. see #4337
changeset,19274,[19274],koopersmith,Update pointer arrow sprite. props georgestephanis. see #18693.
changeset,18701,[18701],azaozz,"Update plupload to 1.5b and add ""drop area"" for drag and drop uploading, see #18206"
changeset,23339,[23339],azaozz,"Update Plupload to 1.5.5, fixes #23277 for trunk"
changeset,23340,[23340],azaozz,"Update Plupload to 1.5.5, fixes #23277 for 3.5"
changeset,20463,[20463],azaozz,"Update Plupload to 1.5.4, props SergeyBiryukov, fixes #20422"
changeset,20487,[20487],ryan,Update Plupload to 1.5.4
changeset,11042,[11042],ryan,Update plugins leader text
changeset,20754,[20754],ryan,"Update plugin install screens to use the new stars. Add stars-rtl.png. Remove star.png and gray-star.png and add to old files list.

Props helenyhou
Fixes #20626

"
changeset,19632,[19632],westi,"Update PHPMailer to version 5.2. See #19677
"
changeset,11341,[11341],ryan,Update PHPMailer to 2.0.4. Props hakre. fixes #9697
changeset,8762,[8762],ryan,Update phpMailer to 2.0.2. Props mattyrob. fixes #7474
changeset,17676,[17676],ryan,Update phpmailer and smtp to 5.1. Props MattyRob cnorris23. fixes #15912
changeset,12898,[12898],ryan,Update phpdoc to note that the default for public is false. see #9674
changeset,10359,[10359],westi,update phpdoc to hilight return of WP_Error objects on failures. See #8620.
changeset,20683,[20683],nacin,"Update phpdoc for WP_User::has_cap(). props nunomorgadinho. see #19756.

"
changeset,19924,[19924],ryan,"Update phpdoc for wp_mime_type_icon(). Props SergeyBiryukov, mitchoyoshitaka. fixes #16604"
changeset,16269,[16269],nacin,Update phpdoc for wp_list_widgets(). fixes #15373.
changeset,18600,[18600],ryan,Update phpdoc for WP_List_Table::views(). Props Viper007Bond. fixes #18358
changeset,14785,[14785],ryan,Update phpdoc for wp_insert_term(). Props prettyboymp. fixes #12482
changeset,11221,[11221],westi,Update phpDoc for update_option. See #8805 props rmccue.
changeset,11252,[11252],westi,Update phpdoc for get_pages() and fix bugs in previous commit.
changeset,10370,[10370],westi,Update phpdoc for get_gmt_from_date(). Fixes #8869 for trunk
changeset,10371,[10371],westi,Update phpdoc for get_gmt_from_date(). Fixes #8869 for 2.7.x
changeset,21598,[21598],ryan,"Update phpdoc for functions that return WP_Post. Soft deprecate get_page(). see #21309
"
changeset,21747,[21747],ryan,Update phpdoc for count_many_users_posts(). Props willmot. fixes #21640
changeset,8076,[8076],ryan,Update phpdoc comment for wp-load.php. Props sambauers and hansengel. fixes #7127
changeset,22111,[22111],ryan,Update phpdoc and deprecation for wp_cache_reset(). see #21434
changeset,17678,[17678],ryan,Update phpass. Props duck_. fixes #16072
changeset,12521,[12521],ryan,Update phpass to 0.2. Props hakre. fixes #10727
changeset,22931,[22931],ryan,"Update permalink structure input when selecting a structure with the radio buttons.

Props nacin
fixes #22645
"
changeset,11993,[11993],westi,"Update pclzip to 2.8.2 - Fixes #10650 and #10777.
Includes:
 * Removal of eval()s
 * Merge WordPress 64 bit fix upstream"
changeset,11056,[11056],ryan,Update pclzip to 2.8 and apply x64 patch. Props demetris.  fixes #9615
changeset,11025,[11025],ryan,Update pclzip to 2.7. Props simek. fixes #9464
changeset,13265,[13265],ryan,Update paths in custom nav css. see #11817
changeset,2849,[2849],ryan,Update path to images.  Props jaseone. fixes #1646
changeset,11266,[11266],ryan,Update password nage text. Props  Denis-de-Bernardy. fixes #9710
changeset,18645,[18645],nacin,"Update parameters.xml, removing secret keys. These are now generated via WebPI without user intervention. props Chris Sfanos."
changeset,10204,[10204],matt,Update pagination links on edit-comments when approving/deleting/etc. Hat tip: mdawaffe. Fixes #8584.
changeset,6337,[6337],ryan,Update page on front settings when deleting the page on front. Props hailin. fixes #5361
changeset,23422,[23422],markjaquith,"Update our Windows media file MIME types to the official Microsoft-recommended ones.

props niallkennedy, wonderboymusic. fixes #14253"
changeset,3875,[3875],ryan,Update opml.
changeset,20850,[20850],ryan,Update old_files. fixes #20727
changeset,9985,[9985],ryan,Update old files list
changeset,9982,[9982],ryan,Update old files list
changeset,21660,[21660],nacin,"Update old files array:
 * Remove old names for jQuery UI Effects files. see #21736.
 * Remove un-minified version of Jcrop and jQuery Color. see #21692, #20728.
 * Remove .dev.css and .dev.js. see #21633.

"
changeset,13936,[13936],nacin,Update obsolete docs in Twentyten.
changeset,9885,[9885],ryan,Update object term cache from get_the_category()
changeset,14310,[14310],nacin,"Update object term cache for custom post types. props scribu, fixes #12989."
changeset,3805,[3805],ryan,Update nonce action strings. Props mdawaffe.
changeset,3804,[3804],ryan,Update nonce action strings. Props mdawaffe.
changeset,8135,[8135],westi,"Update nickname in display name dropdown dynamically. Fixes #5691 props hansengel.
"
changeset,12809,[12809],ryan,Update new page link. fixes #11958
changeset,15875,[15875],ryan,Update network-wide active user and blog counts via a cron job to avoid costly count queries. see #15170
changeset,15484,[15484],ryan,Update network upgrade links. see #14435
changeset,23657,[23657],SergeyBiryukov,"Update Network Dashboard help text. props DrewAPicture, raggedrobins. see #23163."
changeset,13609,[13609],ryan,Update ms-sites UI. Props ocean90. see #12460
changeset,728,[728],nacin,"Update MS tests.
 * Ensure the is_user_member_of_blog() test runs.
 * Assert that after deletion, the user no longer exists. see #WP20792
 * Update expected return value for get_blogs_of_user() to always be an array. see #WP19500
 * Two failures on the exists() checks, without the patch on #WP20792.

"
changeset,7036,[7036],ryan,update mime-to-icon matching and get filename from function instead of guid. Props andy. see #5911
changeset,376,[376],ryan,Update meta tests
changeset,19013,[19013],ryan,Update meta box functions to handle WP_Screen objects and pass objects instead of IDs to them in core files.  Allow passing emptiness to get the current screen.  see #18958
changeset,3190,[3190],ryan,Update meta before updating the post so that page_template is not stomped.  fixes #1933
changeset,23977,[23977],markjaquith,"Update MediaElement.js to 2.11.3

props wonderboymusic, John Dyer. see #23831."
changeset,23968,[23968],markjaquith,"Update MediaElement.js to 2.11.1

Also get rid of its non-minified JS/CSS files.

props wonderboymusic, ocean90. fixes #24015."
changeset,23958,[23958],ryan,"Update MediaElement.js to 2.11.0.

Props wonderboymusic
see #24015
"
changeset,14661,[14661],markjaquith,Update media upload window tabs CSS to support wrapping of tabs when they exceed the available width. props edward mindreantre. fixes #10242
changeset,11156,[11156],ryan,Update manifest to reflect removed files. fixes #9700
changeset,2860,[2860],ryan,Update loop in rdf.  Props Leffe.  fixes #1542
changeset,14356,[14356],dd32,Update logo image URL in Gears manifest. Props ocean90. Fixes #13177
changeset,19937,[19937],nacin,"Update login-logo.png to use proper color. Copy it over wordpress-logo.png. Make that one canonical, and stop using login-logo.png. Leave it for plugins. props iammattthomas. see #19955.

"
changeset,11680,[11680],ryan,Update load_textdomain() phpdoc. Props nbachiyski. fixes #10286 for trunk
changeset,11681,[11681],ryan,Update load_textdomain() phpdoc. Props nbachiyski. fixes #10286 for 2.8.1
changeset,16239,[16239],ryan,Update links. see #14435
changeset,20729,[20729],nacin,"Update license.txt to include 'How to Apply These Terms to Your New Programs' at the request of the FSF.

http://www.gnu.org/licenses/gpl-2.0.txt

"
changeset,15550,[15550],ryan,Update last_changed when cleaning comment cache. fixes #14713
changeset,773,[773],nacin,Update kses tests. fixes #48.
changeset,686,[686],SergeyBiryukov,Update knownUTBug() inline description. see [660].
changeset,13026,[13026],ryan,Update keys and salts with random values from api.wordpress.org. Props nacin. see #12159
changeset,17679,[17679],azaozz,"Update json2.js, props niallkennedy, fixes #16669"
changeset,12491,[12491],ryan,Update json lib.  Use encodeUnsafe in our json wrapper. Props nacin. fixes #11537 for trunk
changeset,12492,[12492],ryan,Update json lib.  Use encodeUnsafe in our json wrapper. Props nacin. fixes #11537 for 2.9
changeset,6569,[6569],ryan,Update jquery.form to 2.02. Props filosofo. fixes #5048
changeset,19437,[19437],nacin,"Update jQuery version on about.php. Force ltr for 'is_main_query()'. see #18742.
"
changeset,20721,[20721],azaozz,"Update jQuery UI version strings in script-loader, props niallkennedy, fixes #20611"
changeset,15243,[15243],markjaquith,Update jQuery UI to 1.7.3 (small maintenance update with three little changes). props aaroncampbell. fixes #13868
changeset,18757,[18757],azaozz,"Update jQuery to 1.6.4, update jQuery UI to 1.8.16, add the rest of UI, add workaround for a regression in UI Draggable, see #17952"
changeset,5790,[5790],ryan,Update jquery to 1.1.3.1.  Fixes http://bugs.kde.org/show_bug.cgi?id=147661
changeset,23182,[23182],nacin,"Update jQuery Migrate plugin to latest, fixing .toggle(boolean) usage. see #22975.

"
changeset,20602,[20602],nacin,"Update jQuery imgAreaSelect plugin to 0.9.8. props ocean90. fixes #19881.

"
changeset,17944,[17944],azaozz,"Update jQuery Form plugin, props duck_, fixes #15909"
changeset,21632,[21632],nacin,"Update jQuery Color Animations plugin to 2.1.0. Props gnarf. fixes #21692.

"
changeset,11015,[11015],ryan,Update Jcrop to 0.9.8. Props nbachiyski. fixes #9545
changeset,21633,[21633],nacin,"Update Jcrop to 0.9.10. Includes touch support. fixes #20728.

"
changeset,2842,[2842],matt,Update jabber
changeset,17217,[17217],nacin,Update indicator for the Network Admin link. fixes #16063.
changeset,15612,[15612],scribu,Update Incutio XML-RPC Library to latest version (1.7.4). Props hakre. Fixes #14703
changeset,2687,[2687],matt,"Update includes in import files, fixes #1427"
changeset,5868,[5868],ryan,Update in_category() to use object term cache API.  Props technosailor. fixes #4442
changeset,5693,[5693],matt,"Update in_category to use the new object_term_cache, it wasn't so much with the working before."
changeset,10045,[10045],westi,Update importing instructions in the WXR export file. Fixes #8483 props yoavf.
changeset,134,[134],tellyworth,update import tests to reproduce a problem with parent ordering
changeset,137,[137],tellyworth,update import tests for attachment loader
changeset,21347,[21347],azaozz,"Update ImgAreaSelect to 0.9.9 that fixes IE7 stack overflow error, props c3mdigital, fixes #21363, fixes #21348 for trunk"
changeset,21346,[21346],azaozz,"Update ImgAreaSelect to 0.9.9 that fixes IE7 stack overflow error, props c3mdigital, fixes #21363, fixes #21348 for 3.4"
changeset,17934,[17934],azaozz,"Update imgareaselect Jquery plugin, props duck_, fixes #17446"
changeset,13596,[13596],wpmuguru,"update iis rewrite rules for MS, see #11644"
changeset,14542,[14542],nacin,Update IIS parameters.xml to reflect new config-sample values. also add salts. see #11523.
changeset,19516,[19516],koopersmith,"Update icons in toolbar: WP logo, comments, update, add new. props empireoflight, JohnONolan, fixes #19404."
changeset,19734,[19734],duck_,"Update hierarchy for all hierarchical post types when deleting a parent post, not just for pages. Fixes #19637.
"
changeset,20954,[20954],ryan,Update help text to reflect new location of the customizer save buttons. Props tai. fixes #20775
changeset,19473,[19473],koopersmith,"Update help text on themes page. props Ipstenu, see #19020."
changeset,19472,[19472],koopersmith,"Update help text on settings pages. props Ipstenu, see #19020."
changeset,22470,[22470],ryan,"Update help text for color picker in custom header and background screens.

Props DrewAPicture
fixes #22393
"
changeset,3165,[3165],ryan,Update help icon.
changeset,14956,[14956],ryan,Update help for plugins.php. Props jane. see #13467
changeset,19459,[19459],koopersmith,"Update help content for user edit page. props Ipstenu, see #19020."
changeset,19464,[19464],koopersmith,"Update help content for tools page. props Ipstenu, see #19020."
changeset,19461,[19461],koopersmith,"Update help content for import page. props Ipstenu, see #19020."
changeset,19462,[19462],koopersmith,"Update help content for export page. props Ipstenu, see #19020."
changeset,6871,[6871],westi,Update Hello Dolly for the new admin ui. Fixes #5657 props hansengel.
changeset,2564,[2564],ryan,"Update greymatter importer to use wpdb.  Needs testing, but it can't be more broken than before. :-)"
changeset,13220,[13220],dd32,Update get_user_option()'s PHPDoc Comment to remove mentions of blog options. See #11615
changeset,16523,[16523],scribu,Update get_tax_sql() docblock. See #14579
changeset,3290,[3290],ryan,Update get_queried_object() to use get_userdata() when retrieving authors.  fixes #2044
changeset,14071,[14071],dd32,Update get_post_type() to perform on the current global post if none specified. Update PHPDoc to reflect changes. Props rmccue. Fixes #12827
changeset,269,[269],westi,Update get_page_templates() test cases for WP#10959 and add some for WP#11216.
changeset,1244,[1244],SergeyBiryukov,Update get_home_path() test to reflect the change in [WP23669]. see #23175.
changeset,15174,[15174],ryan,Update get_current_user_id() and move to user.php. Props filosofo. fixes #13785
changeset,7158,[7158],ryan,Update get_avatar() phpdoc
changeset,16594,[16594],scribu,Update get_*_columns() method docs. See #15580
changeset,22984,[22984],ryan,"Update gallery editing to work with the modal changes. Add nice handling for default states.

Props koopersmith
see #21776
"
changeset,14062,[14062],dd32,Update Future Scheduled posts publish status to Published upon updating the date to a past date. Props bumbu. Fixes #12751
changeset,10180,[10180],ryan,Update func name. see #8550
changeset,23122,[23122],nacin,"Update fullscreen/DFW's ""Text"" tab to match the string context used for the editor Text tab. Not a string change. props pavelevap, fixes #22808.

"
changeset,15668,[15668],scribu,Update FSF Address in license.txt. Props niallkennedy. Fixes #14967
changeset,10174,[10174],ryan,Update form action
changeset,8913,[8913],azaozz,Update for the Save box in edit comment form.
changeset,10127,[10127],azaozz,"Update for Press This from noel, see #7949"
changeset,1215,[1215],ryan,"Update for [WP23416]
"
changeset,303,[303],westi,Update following deprecation of get_profile();
changeset,20990,[20990],ryan,"Update Fire browser detection. Handle silke mode. Props azaozz, nacin, georgestephanis. fixes #20014"
changeset,78,[78],tellyworth,update filter/action tests for wporg r6324
changeset,395,[395],duck_,"Update file test comments too, see r394"
changeset,18830,[18830],nacin,Update Feedback support URL.
changeset,18769,[18769],nacin,"Update esc_url() phpdoc. props sirzooro, fixes #18766."
changeset,10405,[10405],westi,Update error_reporting configuration for newer version of PHP. Fixes #8701 props jacobsantos
changeset,10406,[10406],westi,Update error_reporting configuration for newer version of PHP. Fixes #8701 for 2.7.x props jacobsantos
changeset,6665,[6665],ryan,Update edit page form.  Post boxes need fixin'
changeset,6695,[6695],ryan,Update edit link pages.  Link categories need work.
changeset,6923,[6923],ryan,Update edit comment form.  WIP
changeset,22626,[22626],nacin,"Update down_arrow-2x.gif to have a transparent background. props lessbloat. fixes #22481.

"
changeset,5953,[5953],ryan,Update dotclear and textpattern importers to use taxonomy
changeset,3876,[3876],ryan,Update Donncha's link.
changeset,21843,[21843],nacin,"Update docs to reflect that wp_count_terms() can return WP_Error when the taxonomy does not exist. props SergeyBiryukov, fixes #21888.

"
changeset,16360,[16360],scribu,Update doc for WP_Query::post. Fixes #15105
changeset,6562,[6562],ryan,Update dimension to 1.2
changeset,7104,[7104],ryan,Update deprecated attributes. Props hansengel. fixes #6037
changeset,6933,[6933],ryan,Update date display in Manage Posts
changeset,133,[133],tellyworth,update dataset1
changeset,20873,[20873],nacin,"Update dailymotion's oEmbed endpoint. props arena. fixes #20324.

"
changeset,20030,[20030],koopersmith,"Update customize-controls.php to use new WP_Theme API. see #19910, [20029]."
changeset,20981,[20981],ryan,"Update custom header help text to reflect recent UI changes. Props SergeyBiryukov, rasheed. fixes #20827"
changeset,5665,[5665],rob1n,"Update CSS paths. see #4334
"
changeset,14029,[14029],ryan,Update css minifications.
changeset,17354,[17354],ryan,"Update counts and pagination when trashing and moderating comments. Props garyc40, koopersmith, mdawaffe, nacin. fixes #15530"
changeset,18224,[18224],nacin,"Update Core UI changes:
 * Update Now instead of Update Automatically.
 * The first core update is now a primary button.
 * Hide the version number from the 'You are about to install WP in English' warning for development versions, as it lies and suggests you will be downgraded.
see #10611.
"
changeset,20727,[20727],ryan,"Update contextual help for Tools screen. Props SergeyBiryukov, ajacommerce, DrewAPicture. fixes #19523"
changeset,22388,[22388],ryan,Update contextual help for 'Search Engine Visibility' to reflect UI changes. Props DrewAPicture. see #16416
changeset,19463,[19463],nacin,Update comments icon in the menu sprite to match the rounded admin bar icon. props empireoflight. fixes #19379.
changeset,9720,[9720],azaozz,"Update comments count for Pending and Spam on edit-comments.php and the dashboard, fixes #8227"
changeset,21938,[21938],ryan,Update comment_parent in wp_update_comment(). Props JustinSainton. fixes #21706
changeset,4705,[4705],ryan,Update comment date gmt when updating comment date.  Props mm6. fixes #3503
changeset,6550,[6550],matt,"Update comment count in single post row on post comment screen, edit.php?p=1&c=1."
changeset,19176,[19176],azaozz,"Update Comment -> Update, props ocean90, fixes #19166"
changeset,19851,[19851],ryan,Update color scheme definition for Gray Theme. Props chexee. fixes #17818
changeset,2072,[2072],rboren,"Update codex link.  Patch from 2fargon for bug 646.
"
changeset,905,[905],nacin,"Update closures tests. Tests_Actions_Closures, don't use rand_str() for tag names, and remove when done so PHPUnit backing up globals doesn't try to serialize a closure.

"
changeset,6288,[6288],ryan,Update clean_object_term_cache() to clear for each taxonomy
changeset,3091,[3091],ryan,Update category counts. Props donncha.  fixes #1886
changeset,4104,[4104],ryan,Update category counts to include children. Don't hide empty parent cats that have non-empty children. Props skeltoac.
changeset,5553,[5553],ryan,Update cat2tag converter.  Some term API tweaks. see #4189
changeset,1159,[1159],nacin,"Update capabilities test to reflect that create_posts is not a real cap, but rather an alias on the post type object. see #WP16714.

"
changeset,13780,[13780],dd32,Update Canonical paging to reconise /page(\d+)/? as a valid paging path. See #8948
changeset,18653,[18653],ryan,Update cache.php phpdoc. Props SergeyBiryukov. fixes #18607
changeset,3341,[3341],ryan,Update cache when editing categories. fixes #2127
changeset,1139,[1139],ryan,Update cache tests to work with external cache backends.
changeset,1209,[1209],ryan,"Update cache tests to reflect new last_changed value. See #WP23448
"
changeset,1206,[1206],ryan,"Update cache tests to reflect new last_changed value. See #WP23448
"
changeset,1208,[1208],ryan,"Update cache tests for new last_changed value. See #WP23448
"
changeset,14007,[14007],dd32,Update broken translation. S/post thumbnail/featured image/
changeset,6545,[6545],matt,Update both of the comment counts when something changes.
changeset,3596,[3596],ryan,Update bookmarks include.
changeset,8137,[8137],ryan,Update blogsearch URL when home changes. Props andy. fixes #7159
changeset,4896,[4896],ryan,Update blogger importer.
changeset,18657,[18657],nacin,"Update blog last_updated time only on publish_post. Both private_to_published and publish_phone are overly broad and otherwise redundant. props mdawaffe, fixes #18624."
changeset,9279,[9279],ryan,Update backup link. Props MichaelH . fixes #7899
changeset,7471,[7471],ryan,Update background color of insert link dialog. Props azaozz. fixes #6304
changeset,23375,[23375],nacin,"Update Backbone.js to 0.9.10. props aaronholbrook, fixes #23262.

"
changeset,23589,[23589],koopersmith,"Update Backbone to 0.9.10. Update media to handle breaking changes.

* When overriding `Backbone.sync()`, ensure the `sync` and `error` events fire consistently.

* `Model#make()` has been removed. Use `$` instead, and be sure to grab the DOM node where necessary (using `[0]`).

* `Collection#get()` now accepts `cid`s. `Collection#getByCid()` has been removed.

* When overriding the `State` constructor, bind `change` callbacks after the default `Model` constructor is called, because the `Model` constructor no longer passes the `silent` flag when calling `set()` for the default attributes.

* In 'change' events, `options.changes` was removed. It can now be accessed through `model.changed`. Check if any attributes have changed by calling `model.hasChanged()`. Also, don't mess with `model.changed`; it persists beyond the scope of a single event.

* `options.index` is no longer be set in the `add` event callback. Use `collection.indexOf(model)` can be used to retrieve the index of a model instead.

props gcorne. fixes #23262.
"
changeset,6312,[6312],ryan,Update awaiting moderation count when comments are moderated through AJAX.  Props mdawaffe. fixes #5315
changeset,609,[609],saxmatt,"Update autop to include th and divs.
"
changeset,22285,[22285],ryan,Update autocomplete CSS to make nice with jQuery UI 1.9. Give ui-helper-hidden-accessible the same treatment as screen-reader-text. Props helenyhou. fixes #22166
changeset,8110,[8110],ryan,Update author link. Props JohnLamansky. fixes #7142
changeset,8399,[8399],ryan,Update AtomPub? auth to use latest API  for 2.6
changeset,8390,[8390],ryan,Update AtomPub auth to use latest API
changeset,16582,[16582],PeteMall,Update and error messages for site-users. See #15558.
changeset,16606,[16606],PeteMall,Update and error messages for site-themes. See #14897
changeset,384,[384],ryan,Update and delete by mid tests. Props kovshenin. fixes #21
changeset,4550,[4550],ryan,Update allowed protocols.  fixes #2726
changeset,3061,[3061],matt,"Update all to eol-style: native, also fixes #1645"
changeset,23195,[23195],nacin,"Update Akismet external to 2.5.7.

"
changeset,23194,[23194],nacin,"Update Akismet external to 2.5.7.

"
changeset,721,[721],ryan,Update ajax tests to sync with #WP20-699. Props kurtpayne.
changeset,1253,[1253],kurtpayne,"Update ajax autosave unit tests for 3.6

See #23928"
changeset,13917,[13917],markjaquith,Update admin-header-footer.png. see #12586. props johnonolan
changeset,19354,[19354],azaozz,"Update admin-bar-sprite, refresh admin-bar-rtl.css, props ocean90, fixes #19289, fixes #19293"
changeset,4098,[4098],ryan,Update action after generating a new nonce to reduce race condition window.
changeset,454,[454],duck_,"Update a number of deprecated functions with their replacements.

is_taxonomy -> taxonomy_exists, is_term -> term_exists, get_userdatabylogin -> get_user_by
"
changeset,14130,[14130],dd32,Update _wp_translate_postdata() capability checks to use Post Type API capability fields. Props duck_. Fixes #12987
changeset,10207,[10207],ryan,Update _walk_bookmarks phpdoc. Props brh and sivel. fixes #8607 for trunk
changeset,10208,[10208],ryan,Update _walk_bookmarks phpdoc. Props brh and sivel. fixes #8607 for 2.7
changeset,24233,[24233],SergeyBiryukov,"Update _post_formats_fix_empty_title() description. Make it clear that 'wp_insert_post_data' is a filter, not an action. props DrewAPicture. fixes #24303."
changeset,19588,[19588],ryan,Update _old_files for 3.3. fixes #19517
changeset,18256,[18256],ryan,Update _old_files for 3.2. see #17759
changeset,14712,[14712],ryan,Update _fill_many_users() phpdoc. Props miqrogroove. see #13319
changeset,12811,[12811],ryan,Update @since. see #10910
changeset,6479,[6479],westi,Update @since information. Fixes #4393 props darkdragon
changeset,21521,[21521],ryan,Update @since for various wpdb properties. Props SergeyBiryukov. fixes #21582
changeset,18032,[18032],ryan,Update @since
changeset,18031,[18031],ryan,Update @since
changeset,18514,[18514],ryan,Update @deprecated. Props scribu. see #18333
changeset,17186,[17186],ryan,Update @author tag contact info. Props hakre. see #16039
changeset,17185,[17185],ryan,Update @author tag contact info. Props hakre. see #16039
changeset,689,[689],saxmatt,"Update 2 from Cena
"
changeset,5809,[5809],westi,"Update .htaccess file when rewrite rules are deleted if it exists.
Fixes #4018
"
changeset,20947,[20947],nacin,"Update 'Under the Hood' on about.php. Add XML-RPC. Add more about i18n work. Rearrange to even out the columns and to create logical groups (performance x 2, themes x 2, external x 2). fixes #20766."
changeset,7085,[7085],ryan,Update 'See Comments on this Page' link
changeset,13626,[13626],dd32,Update 'edited_term_taxonomy' to pass the same args in all locations called. See #12348
changeset,1092,[1092],ryan,Update #WP20210 tests to strip trailing semicolons from style attributes when comparing to kses filtered strings.
changeset,19396,[19396],duck_,"Update ""What's New"" content and layout. Re-add i18n. Props chexee. See #18742.
"
changeset,9716,[9716],ryan,Unused var fixes. Props DD32. see #8220
changeset,6551,[6551],ryan,Unused var cleanup.  Props DD32. see #5418
changeset,1790,[1790],saxmatt,"Unused link images
"
changeset,8841,[8841],westi,Untrailingslash link. Fixes #7700 props Viper007Bond.
changeset,9150,[9150],matt,Unsquish text so it doesn't run into each other.
changeset,23576,[23576],nacin,"Unslash early, directly on the superglobal. see #21767.

"
changeset,12846,[12846],ryan,unset temp vars so they don't pollute the global namespace. Formatting cleanups
changeset,12847,[12847],ryan,unset temp vars so they don't pollute the global namespace.
changeset,12845,[12845],ryan,unset temp vars in menu.php so they don't pollute the global namespace.
changeset,14559,[14559],ryan,Unset some vars when done with them to reduce peak memory usage. see #12734
changeset,6018,[6018],ryan,Unset no_filter. Props xknown. fixes #4720
changeset,12844,[12844],ryan,Unset menu_perms once we're done with it. see #11644
changeset,15747,[15747],ryan,Unset global variables when they are no longer needed.
changeset,11386,[11386],ryan,Unset from GLOBALS. see #9854
changeset,18367,[18367],ryan,Unset filter when inserting/updating posts. For trunk
changeset,18368,[18368],ryan,Unset filter when inserting/updating posts. For 3.1
changeset,14589,[14589],nacin,Unset capabilities property when we're done. see #13358.
changeset,821,[821],nacin,"Unset $wp_themes whenever we call wp_clean_themes_cache(). see #92.

"
changeset,10624,[10624],westi,Unset  once we have included all the plugins to keep things tidy. Fixes #6308 props DD32.
changeset,4418,[4418],markjaquith,unserialize serialized strings for ajax custom field addition.  fixes #2591
changeset,3239,[3239],ryan,Unserialize fix.  fixes #1988
changeset,1900,[1900],rboren,"Unserialize empty arrays.
"
changeset,10979,[10979],ryan,unregister_widget(). see #8441
changeset,1232,[1232],saxmatt,"Unquoted SQL.
"
changeset,116,[116],saxmatt,"Unnecessary code cleanup.
"
changeset,3879,[3879],ryan,Unlink TinySpell? tmp files
changeset,8241,[8241],ryan,Unlink temporary file if sideload fails. see #7220
changeset,13727,[13727],markjaquith,"Unlimited number of pages and custom links for nav-menu. Todo: AJAX-based autocomplete, so this scales better. see #11817"
changeset,1174,[1174],nacin,"Unit tests for wp_publish_post(). Ensure that:
 * A future-dated post is forcibly moved to publish when wp_publish_post() is called.
 * A post should not get filtered by kses when wp_publish_post() is called.
see #22944.

"
changeset,493,[493],ryan,"Unit tests for wp_delete_category(), wp_insert_category(), term_is_ancestor_of(), and cat_is_ancestor_of()"
changeset,719,[719],ryan,Unit tests for set_url_scheme(). See #WP18017
changeset,479,[479],nacin,Unit tests for post type and taxonomy names with pseudo-reserved prefixes and suffixes. see #WP19353.
changeset,1146,[1146],nacin,"Unit tests for get_home_path() when home != siteurl. props ryan. see #WP20449.

"
changeset,723,[723],kurtpayne,"Unit tests for ajax ""ajax-tag-search"" action (wp_ajax_ajax_tag_search function)"
changeset,1061,[1061],kurtpayne,Unit tests for #WP6821
changeset,757,[757],nacin,"Unit tests coverage for #WP8912, #WP8775, others. props jakub.tyrcha, fixes #20."
changeset,1120,[1120],nacin,"Unit test for wp_load_image() / WP_Image_Editor trying to load a directory. props DH-Shredder. see #WP17814.

"
changeset,618,[618],kurtpayne,Unit test for core trac 20043 - WP_User->__unset
changeset,9341,[9341],westi,unique search input ids.
changeset,15034,[15034],ryan,Unique menu container ids. Props filosofo. fixes #13597
changeset,6401,[6401],ryan,unique filename fixes from tellyworth. fixes #5482
changeset,1186,[1186],rboren,"Unify user and author queries on cache_userdata
"
changeset,8066,[8066],ryan,Unify TinyMCE image popup and insert image popup. Props azaozz. see #6811
changeset,7082,[7082],ryan,Unify comment display. Props mdawaffe. fixes #6025
changeset,2353,[2353],michelvaldrighi,"unified cache_userdata indexes by referencing user_login to ID, got rid of the useless, and broken, get_userid (get_userdatabylogin provides the same functionnality anyway)
"
changeset,3722,[3722],matt,Unification of how we display comments in various parts of the admin section
changeset,23625,[23625],markjaquith,"Unhyphenate ""log-in"". see #23295"
changeset,20081,[20081],duck_,"Unhide the Select Link Category label. Fixes #20158.
"
changeset,9551,[9551],azaozz,"Unhide the Quick Edit link when adding new category by AJAX, fixes #8077"
changeset,5353,[5353],ryan,unfiltered_upload fix from Nazgul. fixes #4136
changeset,21774,[21774],nacin,"Unfiltered HTML is only valid for super admins in multisite.

"
changeset,921,[921],saxmatt,"Unescaped quotes.
"
changeset,6656,[6656],ryan,"Unescape user data before sending to wpdb::update() and wpdb::insert(), which expect unescaped data."
changeset,16728,[16728],nacin,"Unescape ampersands before making an oEmbed request. props Viper007Bond, fixes #14514, see #11311."
changeset,2688,[2688],matt,"Unecessary query, fixes #1456"
changeset,169,[169],saxmatt,"Unecessary queries.
"
changeset,5791,[5791],markjaquith,Undo pre-doublequoting in prepare().  Props JeremyVisser.  see #4553
changeset,21817,[21817],nacin,"Undo nested paragraphs added in [21816]. see #17944.

"
changeset,12286,[12286],azaozz,"Undo for setting a comment as spam, props caesarsgrunt, fixes #11260, see #4529"
changeset,12121,[12121],azaozz,"Undo for posts, pages and media, props caesarsgrunt, see #4529"
changeset,19366,[19366],nacin,"Undo clever gradient backgrounds for the WP welcome badge. Doesn't degrade well in Android and possibly other browsers. props Chexee, see #11651."
changeset,7428,[7428],ryan,Underline links and tweak colors in user_info menu.  Props mt. fixes #6314
changeset,7167,[7167],matt,"Underline all links in body, none in header."
changeset,20642,[20642],nacin,"Undeprecate require_if_theme_supports() for themes using it for legitimate reasons. see [20610]. props scribu, jkudish. fixes #20556.

"
changeset,21480,[21480],ryan,"Undeprecate *_blog_option() by popular demand. Put them back in ms-blogs.php since direct inclusion of ms-blogs.php/ms-functions.php is unforntunately common.

see #21432
"
changeset,19041,[19041],nacin,Undent (by two tabs) a whole lot of code in dbDelta(). Thx. see #17998.
changeset,910,[910],saxmatt,"Undefined function typo.
"
changeset,3842,[3842],ryan,Undef var fix from Denis-de-Bernardy.  fixes #2780
changeset,3841,[3841],ryan,Undef var fix from Denis-de-Bernardy.  fixes #2780
changeset,1339,[1339],rboren,"Uncomment $doing_rss
"
changeset,21209,[21209],markjaquith,"Uncheck the ""select all"" checkbox when one of the child checkboxes is manually unchecked. props SergeyBiryukov. fixes #20261"
changeset,14143,[14143],dd32,Uncheck rows on comments page when hiding rows so as to not affect it by Bulk edits. Fixes #12365
changeset,16218,[16218],scribu,Uncheck mass select checkbox when updating rows via ajax. See #14579
changeset,2736,[2736],matt,"Uncheck by default, fixes #1537"
changeset,5027,[5027],markjaquith,unchain.  props Alex King.  fixes #3959
changeset,5005,[5005],ryan,Unchain
changeset,14081,[14081],nacin,Unbreak setup-config.php. see #12990
changeset,1791,[1791],michelvaldrighi,"unb0rked the pagination links
"
changeset,14165,[14165],nbachiyski,"Un-www wordpress.org links in two importers
"
changeset,21200,[21200],nacin,Un-indent after [21198]. see #19824.
changeset,16948,[16948],westi,Ultimate make_clickable. Fixes #14993 props filosofo
changeset,3479,[3479],ryan,uksort() not usort()
changeset,13590,[13590],wpmuguru,"UI upgrade -> update, see #12517"
changeset,10567,[10567],ryan,UI tweaks to theme installer. see #8652
changeset,18890,[18890],nacin,UI touches for the single media button. see #17578.
changeset,18279,[18279],nacin,"UI refresh for Press This. props koopersmith, see #17757."
changeset,18453,[18453],azaozz,"UI fix for select form elements, props ptahdunbar, fixes #17043"
changeset,3617,[3617],matt,"UI cleanup, todo: i18n"
changeset,2692,[2692],matt,Ugly escaping
changeset,1410,[1410],saxmatt,"Ugly but works. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000014
"
changeset,5635,[5635],rob1n,"Ugh. We need to consolidate these headers. see #4334
"
changeset,5450,[5450],rob1n,"Ugh. I thought I had fixed all of these.
"
changeset,1630,[1630],michelvaldrighi,"ugh, no wonder the new xmlrpc wouldn't post anything
"
changeset,12197,[12197],ryan,"Ue get_default_feed() for *_the_category_rss(). Props filosofo, peaceablewhale. fixes #5802"
changeset,1152,[1152],saxmatt,"Typos.
"
changeset,1117,[1117],saxmatt,"Typos.
"
changeset,77,[77],saxmatt,"Typos.
"
changeset,207,[207],mikelittle,"Typos corrected
"
changeset,2784,[2784],matt,Typos and more secure unsetting. Hat tip: Stefen Esser
changeset,2783,[2783],matt,Typos and more secure unsetting.
changeset,2905,[2905],ryan,Typos
changeset,950,[950],nbachiyski,"Typo: missed a paren when defining the methods
"
changeset,954,[954],nbachiyski,"Typo: get the arguments of get_term right
"
changeset,1724,[1724],michelvaldrighi,"typo/confusion, earlier patch committed in haste
"
changeset,1710,[1710],saxmatt,"Typo. Hat tip: Marc van Veen
"
changeset,4527,[4527],ryan,Typo. fixes #3389
changeset,3099,[3099],ryan,Typo.  fixes #1805
changeset,5362,[5362],rob1n,"Typo.
"
changeset,1544,[1544],saxmatt,"Typo.
"
changeset,1332,[1332],saxmatt,"Typo.
"
changeset,1214,[1214],saxmatt,"Typo.
"
changeset,419,[419],saxmatt,"Typo.
"
changeset,369,[369],saxmatt,"Typo.
"
changeset,4727,[4727],ryan,Typo.
changeset,4358,[4358],ryan,Typo.
changeset,4191,[4191],ryan,Typo.
changeset,3346,[3346],ryan,Typo.
changeset,2696,[2696],ryan,Typo.
changeset,64,[64],saxmatt,"Typo, b2 upgrade instructions.
"
changeset,194,[194],saxmatt,"Typo! Whoops.
"
changeset,2734,[2734],matt,Typo was making everyone admins.
changeset,2010,[2010],saxmatt,"Typo typo
"
changeset,3376,[3376],ryan,Typo in wp_upload_bits()
changeset,74,[74],mikelittle,"Typo in var name
"
changeset,158,[158],saxmatt,"Typo in title. Speling rox.
"
changeset,17577,[17577],dd32,"Typo in r17576, Twentyten isn't new to 3.2. See #14484 See #11495
"
changeset,886,[886],saxmatt,"Typo in previous commit.
"
changeset,4518,[4518],matt,Typo in logic was causing extra page queries.
changeset,4523,[4523],matt,Typo in get_calendar
changeset,2150,[2150],saxmatt,"Typo in filter
"
changeset,4995,[4995],markjaquith,Typo in [4990] caught by johnbillion.  fixes #3920
changeset,4795,[4795],markjaquith,Typo in [4790] caught by Znuff.  fixes #3644
changeset,1992,[1992],michelvaldrighi,"typo id -> comment_id made WP make one extra query per post
"
changeset,7658,[7658],ryan,Typo fixes. see #6644
changeset,4933,[4933],ryan,Typo fixes. Props Znuff. fixes #3859
changeset,14389,[14389],ryan,Typo fixes. Props zeo. see #13198
changeset,7257,[7257],ryan,Typo fixes. fixes #6155
changeset,12104,[12104],azaozz,"Typo fixes, props dd32, fixes #11030"
changeset,1007,[1007],saxmatt,"Typo fixes to do_action and generic_ping
"
changeset,1113,[1113],saxmatt,"Typo fixes sent in by Nick Romney.
"
changeset,4664,[4664],ryan,Typo fixes from mdawaffe. fixes #3474
changeset,8187,[8187],ryan,Typo fixes from mark8barnes and AndrewFrazier. fixes #7174
changeset,7785,[7785],ryan,Typo fixes from DD32. fixes #6818 for trunk
changeset,7784,[7784],ryan,Typo fixes from DD32. fixes #6818 for 2.5
changeset,964,[964],saxmatt,"Typo fixes from Cena.
"
changeset,8010,[8010],ryan,Typo fixes from azaozz. see #7059
changeset,10468,[10468],azaozz,"Typo fix: occured/occurred, props demetris, fixes #8950"
changeset,7731,[7731],ryan,Typo fix. see #6578
changeset,7730,[7730],ryan,Typo fix. see #6578
changeset,7407,[7407],ryan,Typo fix. see #6243
changeset,16317,[16317],nacin,Typo fix. see #14424.
changeset,13308,[13308],ryan,Typo fix. see #12186
changeset,15159,[15159],ryan,"Typo fix. Props zeo, dougwrites. fixes #13734"
changeset,9860,[9860],ryan,Typo fix. Props ydekproductions. fixes #8330
changeset,15036,[15036],ryan,"Typo fix. Props vanillalounge, markmcwilliams. fixes #13593"
changeset,15160,[15160],ryan,Typo fix. Props tai. fixes #13735
changeset,7024,[7024],ryan,Typo fix. Props Stevie212. fixes #6001
changeset,19031,[19031],ryan,Typo fix. Props SergeyBiryukov. see #18986
changeset,15149,[15149],ryan,"Typo fix. Props pedger, mattsains. fixes #13740"
changeset,8345,[8345],ryan,Typo fix. Props paul@byte. fixes #7323 for trunk
changeset,8346,[8346],ryan,Typo fix. Props paul@byte. fixes #7323 for 2.6
changeset,17698,[17698],ryan,"Typo fix. Props ocean90, guyn. fixes #17234"
changeset,12718,[12718],ryan,Typo fix. Props nacin. see #11644
changeset,12788,[12788],ryan,Typo fix. Props nacin. fixes #11715
changeset,12763,[12763],ryan,Typo fix. Props mentel_br. fixes #11921
changeset,16054,[16054],ryan,Typo fix. Props markmcwilliams. see #14772
changeset,18447,[18447],ryan,Typo fix. Props kawauso. fixes #18177
changeset,17188,[17188],nacin,Typo fix. props Kawauso.
changeset,10736,[10736],ryan,Typo fix. Props josephscott. fixes #9294
changeset,8698,[8698],ryan,Typo fix. Props josephscott.  see #7446
changeset,8210,[8210],ryan,Typo fix. Props JeremyVisser. fixes #7196
changeset,8919,[8919],ryan,Typo fix. Props jdevalk.
changeset,11311,[11311],ryan,Typo fix. Props Denis-de-Bernardy. fixes #9801
changeset,10889,[10889],ryan,Typo fix. Props demetris. fixes #9479
changeset,11036,[11036],ryan,Typo fix. Props DD32. fixes #9609
changeset,8055,[8055],ryan,Typo fix. fixes #7104
changeset,7383,[7383],ryan,Typo fix. fixes #6230
changeset,4613,[4613],ryan,Typo fix. fixes #3224
changeset,3661,[3661],ryan,Typo fix. fixes #2575
changeset,4145,[4145],ryan,Typo fix.  Props schulte.  fixes #3087
changeset,1843,[1843],rboren,"Typo fix.  Bug 423.
"
changeset,920,[920],saxmatt,"Typo fix.
"
changeset,723,[723],saxmatt,"Typo fix.
"
changeset,3817,[3817],ryan,Typo fix.
changeset,3816,[3816],ryan,Typo fix.
changeset,17915,[17915],westi,"Typo fix props duck_
"
changeset,12772,[12772],dd32,Typo fix in Network Plugins. Props nacin. See #11881
changeset,9111,[9111],azaozz,"Typo fix in dashboard.php, props rnt, fixes #7854"
changeset,12666,[12666],ryan,Typo fix in comment. see #11643
changeset,7487,[7487],ryan,Typo fix from Viper007Bond. fixes #6358
changeset,4598,[4598],markjaquith,Typo fix from tacker.  fixes #3431
changeset,8341,[8341],ryan,Typo fix from robertdimarco. fixes #7297 for trunk
changeset,8342,[8342],ryan,Typo fix from robertdimarco. fixes #7297 for 2.6
changeset,6895,[6895],ryan,Typo fix from rnt. fixes #5894
changeset,6642,[6642],ryan,Typo fix from rnt. fixes #5700
changeset,2927,[2927],ryan,Typo fix from ringmaster. fixes #1717
changeset,7772,[7772],ryan,Typo fix from peaceablewhale.  fixes #6579 for trunk
changeset,7771,[7771],ryan,Typo fix from peaceablewhale.  fixes #6579 for 2.5
changeset,1369,[1369],saxmatt,"Typo fix from Patrick Marie.
"
changeset,7277,[7277],ryan,Typo fix from nerrad. fixes #6216
changeset,9950,[9950],ryan,Typo fix from nbachiyski. fixes #8412
changeset,8675,[8675],ryan,Typo fix from mdawaffe. fixes #7551 for trunk
changeset,8676,[8676],ryan,Typo fix from mdawaffe. fixes #7551 for 2.6
changeset,4720,[4720],ryan,Typo fix from mdawaffe. fixes #3559
changeset,7309,[7309],westi,"Typo fix from johnbillion.
"
changeset,6628,[6628],ryan,Typo fix from hansengel. fixes #5676
changeset,5561,[5561],ryan,Typo fix from flinkflonk. fixes #4347 see #4189
changeset,8416,[8416],ryan,Typo fix from filosofo. fixes #7389 for trunk
changeset,8417,[8417],ryan,Typo fix from filosofo. fixes #7389 for 2.6
changeset,6304,[6304],ryan,Typo fix from DD32. Fixes uploads. fixes #5302
changeset,4865,[4865],ryan,Typo fix from charleshooper.  fixes #3743
changeset,2207,[2207],emc3,"Typo fix
"
changeset,15012,[15012],ryan,Typo fix
changeset,11384,[11384],ryan,Typo fix
changeset,11262,[11262],ryan,Typo fix
changeset,11242,[11242],ryan,Typo fix
changeset,11177,[11177],ryan,Typo fix
changeset,11174,[11174],ryan,Typo fix
changeset,10934,[10934],ryan,Typo fix
changeset,9442,[9442],ryan,Typo fix
changeset,8890,[8890],azaozz,Typo fix
changeset,8050,[8050],ryan,Typo fix
changeset,7852,[7852],ryan,Typo fix
changeset,7810,[7810],ryan,Typo fix
changeset,7809,[7809],ryan,Typo fix
changeset,7208,[7208],ryan,Typo fix
changeset,6657,[6657],ryan,Typo fix
changeset,6317,[6317],ryan,Typo fix
changeset,5872,[5872],ryan,Typo fix
changeset,4697,[4697],markjaquith,Typo correction from flinkflonk.  fixes #3538
changeset,15005,[15005],nacin,"Typo (fix, not add). props duck_. see #13467."
changeset,1943,[1943],saxmatt,"Typo
"
changeset,1771,[1771],saxmatt,"Typo
"
changeset,1018,[1018],michelvaldrighi,"typo
"
changeset,916,[916],michelvaldrighi,"typo
"
changeset,742,[742],saxmatt,"Typo
"
changeset,706,[706],saxmatt,"Typo
"
changeset,5196,[5196],ryan,Typo
changeset,4439,[4439],ryan,Typo
changeset,2765,[2765],matt,Typo
changeset,2637,[2637],matt,Typo
changeset,8715,[8715],azaozz,"Typecast to prevent errors when option is not set, see #7552"
changeset,12381,[12381],azaozz,"Typecast to int the return of image_resize_dimensions(), fixes #7748"
changeset,18894,[18894],nacin,"type_url_form_image() becomes wp_media_insert_url_form(), media_upload_image() becomes wp_media_upload_handler(). type_url_form_* and media_upload_* are restored as wrappers. Don't deprecate yet. see #17578."
changeset,1525,[1525],saxmatt,"Type.
"
changeset,342,[342],saxmatt,"Type that eliminated all content, fixed.
"
changeset,341,[341],saxmatt,"Type that eliminated all content, fixed.
"
changeset,8530,[8530],azaozz,"Type error when redirecting after post save, url_to_postid() may return the id as int or str, for 2.7"
changeset,8531,[8531],azaozz,"Type error when redirecting after post save, url_to_postid() may return the id as int or str, for 2.6"
changeset,19139,[19139],nacin,"Two style tweaks to the update nag so it blends well with help/option panels and the admin bar.
 * Add a top border to it, but hide it under the admin bar. Helps appearance as the page is rendered (as admin bar is last).
 * Bring the update nag slightly off center again (see [19130]) to ensure it lines up with help/options panels.
see #18197.
"
changeset,2346,[2346],saxmatt,"Two small tweaks before release
"
changeset,1602,[1602],saxmatt,"Two new fields.
"
changeset,23138,[23138],nacin,"Two media gallery string changes, for clarity:
 * 'Random' to 'Random Order', to be clear what it controls.
 * 'Describe this image...' to 'Caption this image...', to be clear it links to the Caption field and not the revived Description field, see [23083].

props johnbillion, pavelevap.
fixes #22821.

Merges [23135] to the 3.5 branch.

"
changeset,23135,[23135],nacin,"Two media gallery string changes, for clarity:
 * 'Random' to 'Random Order', to be clear what it controls.
 * 'Describe this image...' to 'Caption this image...', to be clear it links to the Caption field and not the revived Description field, see [23083].

props johnbillion, pavelevap.
fixes #22821.

"
changeset,22815,[22815],nacin,"Two initial feature pointers for WordPress 3.5: plugin favorites and the media dialog. One offered for translation. props nacin, lessbloat, DrewAPicture. see #22454.

"
changeset,1235,[1235],nacin,"Two dots are no longer invalid in URLs.

"
changeset,1114,[1114],saxmatt,"Two bug fixes from Josh - elsewhere.org.
"
changeset,15264,[15264],nacin,"Two birds with one stone. fixes #13902, props ocean90, wahgnube. fixes #13555, props hakre."
changeset,24319,[24319],azaozz,TwentyTwelve: in editor-style.css change .mceWPnextpage to .mce-wp-nextpage to match the core fix for Chrome. See #24177.
changeset,14115,[14115],nacin,Twentyten: Prevent right edge of the comment textarea from being hidden from view in Firefox. see #12994
changeset,13157,[13157],dd32,"Twentyten whitespace cleanup, Wrap functions in function_exists() call to allow child themes to override them. Props sivel. See #9015"
changeset,14532,[14532],nbachiyski,"Twentyten attachment.php copy and i18n fixes. Props dimadin and zeo. See #13198
 * Removed the Post a comment link, since it's not present on any other single post page
 * The text and link to the full-size image weren't clear and hard to i18n. Changed to Full size is 3872 × 2592 pixel, where the size is the link
 * Whitespace fixes
"
changeset,19375,[19375],westi,"TwentyEleven: Standardise on ""Leave a reply"". Fixes #18156 props SergeyBiryukov and pavelevap.
"
changeset,19369,[19369],azaozz,"TwentyEleven: prevent #nav-single from blocking clicks, props SergeyBiryukov, fixes #18884"
changeset,19377,[19377],westi,"TwentyEleven: Improve RTL css to better match LTR experience. Fixes #18911 props SergeyBiryukov.
"
changeset,19379,[19379],westi,"TwentyEleven: Always call the loop properly in all template files rather than just calling the_post(). Fixes #18794 props mfields.
"
changeset,18335,[18335],azaozz,"TwentyEleven Theme H1 Priority, props iandstewart, fixes #17611"
changeset,18385,[18385],ryan,"twentyeleven code tidy up. Props dd32, lancewillett. fixes #17748"
changeset,22576,[22576],lancewillett,"Twenty Twelve: wrap long text and URLs in entries. Props philiparthurmoore, fixes #22359. (Also clean up property order a bit.)
"
changeset,21447,[21447],lancewillett,"Twenty Twelve: widget style fikes, align the "".timesince"" class in the Twitter widget to the right like Twenty Eleven does. Props chellycat, see #21477.
"
changeset,20003,[20003],lancewillett,"Twenty Twelve: use the time element for image attachment views, and `esc_html()` for `get_the_date()` in the element's output. Props iandstewart, see #19978.
"
changeset,21643,[21643],lancewillett,"Twenty Twelve: use sidebar ID string value for sidebar checks instead of hard-coded integer, props nacin. See #21685.
"
changeset,22295,[22295],lancewillett,"Twenty Twelve: use plain text apostrophe in PHP template file comment text. Props zeo, fixes #22276.
"
changeset,21391,[21391],lancewillett,"Twenty Twelve: use is_ssl() to load the correct protocol for Google font CSS file. Fixes #21399, props obenland.
"
changeset,21440,[21440],lancewillett,"Twenty Twelve: use inline-block for clickable titles, props klagraff and iandstewart.
"
changeset,21670,[21670],lancewillett,"Twenty Twelve: use `get_the_date()` rather than `the_date()` in content templates to ensure a date is always output and a post permalink is visible to site visitors. Props obenland and ocean90, fixes #21721.
"
changeset,21280,[21280],lancewillett,"Twenty Twelve: update theme options file to use PHP5 constructor and visibility keywords, and also minor DocBlock cleanup. Props Mamaduka and obenland, closes #21297.
"
changeset,21397,[21397],lancewillett,"Twenty Twelve: update styles for tag/category descriptions on archive pages, props drewstrojny. Closes #21255.
"
changeset,21932,[21932],lancewillett,"Twenty Twelve: update status post format styles and markup, props drewstrojny. See #21743.
"
changeset,21265,[21265],lancewillett,"Twenty Twelve: update search title styling to be consistent with archive title styling. Fixes #21239, props saltcod.
"
changeset,21884,[21884],lancewillett,"Twenty Twelve: update screenshot with double-sized version at 600x450, props drewstrojny. See #21388 and #21227.
"
changeset,21565,[21565],lancewillett,"Twenty Twelve: update RTL stylsheet based on recent layout changes, see #21441.
"
changeset,21410,[21410],lancewillett,"Twenty Twelve: update print styles to merge similar rules, props SergeyBiryukov, see #21377.
"
changeset,21340,[21340],lancewillett,"Twenty Twelve: update pre element styles, props senzza and drewstrojny. Fixes #21263.
"
changeset,23716,[23716],lancewillett,"Twenty Twelve: update post author comment markup and styles, improving hCard data parsing and simplifying styles. Fixes #23128. "
changeset,21929,[21929],lancewillett,"Twenty Twelve: update navigation script to check for missing button and menu children earlier; allows an empty menu to be set without showing the button. See #21678.
"
changeset,21279,[21279],lancewillett,"Twenty Twelve: Update full-width handling with a missing CSS selector, and add case of no sidebar to the content_width calculation. Props obenland, fixes #21254.
"
changeset,21409,[21409],lancewillett,"Twenty Twelve: update editor stylesheet, props obenland. See #21376.
"
changeset,21388,[21388],lancewillett,"Twenty Twelve: update comment header in html5 JS file.

Related to #20640.
"
changeset,22002,[22002],lancewillett,"Twenty Twelve: update comment blocks at top of each page template with a better explanation of use and purpose.
"
changeset,21897,[21897],lancewillett,"Twenty Twelve: update base style for comment textarea and input elements to avoid clipping off the edges. Props emiluzelac and obenland, fixes #21916.
"
changeset,21464,[21464],lancewillett,"Twenty Twelve: update author archive markup and styles, props klagraff. Fixes #21494.
"
changeset,21623,[21623],lancewillett,"Twenty Twelve: theme-options.php fixes from obenland, see #21685.

 * Capability is already set to 'edit_theme_options' by default
 * Simplify logic for form input validation
"
changeset,21331,[21331],lancewillett,"Twenty Twelve: tag and category descriptions should not be part of h1 element. Props obenland, see #21255.
"
changeset,21436,[21436],lancewillett,"Twenty Twelve: style up the RSS widget output to match Recent Posts better. Props SergeyBiryukov and obenland, see #21476.
"
changeset,22579,[22579],lancewillett,"Twenty Twelve: style Multisite messages and forms to match the theme styles. Props DrewAPicture and obenland, fixes #22179.
"
changeset,21406,[21406],lancewillett,"Twenty Twelve: style hr, big, del, ins in editor stylesheet (and add all except big to style.css also). Fixes #21376.
"
changeset,21626,[21626],lancewillett,"Twenty Twelve: style email and url input types, and minor stylesheet cleanup.
"
changeset,21990,[21990],lancewillett,"Twenty Twelve: style basic HTML elements in text widgets, props DrewAPicture. Fixes #21932.
"
changeset,21445,[21445],lancewillett,"Twenty Twelve: style acronym element same as dfn and abbr, props DrewAPicture. Fixes #21484.
"
changeset,21519,[21519],lancewillett,"Twenty Twelve: stop nav slide animation when clicking the button multiple times in a row. Props Jayjdk, fixes #21531.
"
changeset,21448,[21448],lancewillett,"Twenty Twelve: standardize label used for Web Fonts option. Props jkudish, fixes #21487.
"
changeset,21370,[21370],lancewillett,"Twenty Twelve: squeeze 1.47% more size savings by compressing screenshot again.
"
changeset,21616,[21616],lancewillett,"Twenty Twelve: spaces to tabs in navigation.js, props obenland. See #21685.
"
changeset,21639,[21639],lancewillett,"Twenty Twelve: simplify custom font loading behavior, see #21694.

 * Remove theme options code and support from theme.
 * Keep Open Sans font first in the stack and make it always loaded.
 * Move Customizer pieces from Theme Options out of class structure and into functions.php.
"
changeset,21263,[21263],lancewillett,"Twenty Twelve: show sticky badge only on non-paged home view. Fixes #21238, props DrewAPicture and obenland.
"
changeset,23471,[23471],lancewillett,"Twenty Twelve: show featured image in single page views. Fixes #22943, props MikeHansenMe."
changeset,22191,[22191],lancewillett,"Twenty Twelve: set width for search input in widget context, to avoid dropping the submit button to a new line. Occurs in cases of localized installs where the submit text is wider than English, and seen in various Windows browsers. Fixes #22054.
"
changeset,21428,[21428],lancewillett,"Twenty Twelve: set version to null to force no stylesheet version number when loading third-party CSS for Google Fonts. Props drewstrojny and obenland.
"
changeset,21325,[21325],lancewillett,"Twenty Twelve: set gray background as default, handling empty and white as fallback cases. See #21226.

Also fix incorrect logic for full-width-page.php page template check in `twentytwelve_body_class` function.
"
changeset,23116,[23116],lancewillett,"Twenty Twelve: set `color` values to black to ensure full text color contrast in print styles. Props miqrogroove, fixes #22797.
"
changeset,21520,[21520],lancewillett,"Twenty Twelve: selector for navigation menu should style the menu list element, props obenland, see #21562.

Also remove duplicate line-height rule, props bradthomas127. See #21577.
"
changeset,21573,[21573],lancewillett,"Twenty Twelve: s/Show navigation/Show menu/ in small menu button text, props nacin. See #21562.
"
changeset,21730,[21730],lancewillett,"Twenty Twelve: s/Show Menu/Menu/ for clarity and simplicity, and maybe more semantic and accessible. Fixes #21783, props iandstewart.
"
changeset,21524,[21524],lancewillett,"Twenty Twelve: s/""/'/ in array notation, props JarretC. Fixes #21587.
"
changeset,22575,[22575],lancewillett,"Twenty Twelve: RTL update for text widget layout, props DrewAPicture and georgestephanis. Fixes #22390.
"
changeset,21611,[21611],lancewillett,"Twenty Twelve: rework navigation to remove need for jQuery and support wp_page_menu markup better. Fixes #21562.
"
changeset,21933,[21933],lancewillett,"Twenty Twelve: rework markup and styles for status post format after discussion with drewstrojny and testing for float clearing. Closes #21743.
"
changeset,21725,[21725],lancewillett,"Twenty Twelve: review and remove unneeded overflow rules, and remove duplicate style block. Props obenland, fixes #21740.
"
changeset,21618,[21618],lancewillett,Twenty Twelve: review and clean up end-of-element HTML comments. Props obenland for starter patch. Closes #21675.
changeset,21617,[21617],lancewillett,Twenty Twelve: review and clarify code commenting and documentation. Props jorbin and obenland. See #21675.
changeset,22577,[22577],lancewillett,"Twenty Twelve: revert accidental paste in r22576, see #22359.
"
changeset,21886,[21886],lancewillett,"Twenty Twelve: rename homepage template to front-page; including s/home/front-page/ in many places -- see notes in ticket. See #21909.
"
changeset,21642,[21642],lancewillett,"Twenty Twelve: rename custom page templates and place in sub-directory. Closes #21715.
"
changeset,24013,[24013],lancewillett,"Twenty Twelve: remove zero-width spaces in CSS value, props SergeyBiryukov. Closes #23790."
changeset,21665,[21665],lancewillett,"Twenty Twelve: remove unneeded float rule from nav list items, there is nothing to override here.

Also allows authors to assign CSS classes and float menu items with something like `alignright`.
"
changeset,21329,[21329],lancewillett,"Twenty Twelve: remove unneeded filter (props nacin) and fix up PHP comment blocks in custom-header.php file for s/@package/@since/ on individual functions. See #21231.
"
changeset,23427,[23427],lancewillett,"Twenty Twelve: remove unnecessary class values in posts navigation, fixes #23152. Props DrewAPicture.
"
changeset,21612,[21612],lancewillett,"Twenty Twelve: remove typo in r21611. No 13 fo' you.
"
changeset,21543,[21543],lancewillett,"Twenty Twelve: remove twentytwelve_is_categorized_site() in favor of a theme-agnostic future core fix for this issue, see #21479.

Also simplify the logic for checking tag and categories, props SergeyBiryukov and obenland.
"
changeset,21976,[21976],lancewillett,"Twenty Twelve: remove the word ""Blog"" from archive title, see #21951. Also remove from two comments in functions.php.
"
changeset,20004,[20004],lancewillett,"Twenty Twelve: remove test lines from r20003
"
changeset,21268,[21268],lancewillett,"Twenty Twelve: remove tag_description and category_description filters from archive template in favor of core filters. Fixes #21230.
"
changeset,21918,[21918],lancewillett,"Twenty Twelve: remove overflow rule from wrapper element to allow image styles to spill out into margins. Fixes #21926. See also #21381.
"
changeset,21603,[21603],lancewillett,"Twenty Twelve: remove matchMedia JS polyfill now that older browsers are getting mobile-first navigation styles. Props Jayjdk, see #21562.
"
changeset,21721,[21721],lancewillett,"Twenty Twelve: remove justified text alignment rules for small screens. Closes #21385.
"
changeset,22207,[22207],lancewillett,"Twenty Twelve: remove invalid rel attribute `generator` from footer markup, see #22095.
"
changeset,22206,[22206],lancewillett,"Twenty Twelve: remove invalid `pubdate` value from time elements. See #22095.
"
changeset,22620,[22620],lancewillett,"Twenty Twelve: remove extraneous comment. See #20469.
"
changeset,21977,[21977],lancewillett,"Twenty Twelve: remove extra space left from r21976 change.
"
changeset,21732,[21732],lancewillett,"Twenty Twelve: remove executable bit from content-status.php, see r21726.
"
changeset,21327,[21327],lancewillett,"Twenty Twelve: remove duplicate RSS feed title from wp_title output, props SergeyBiryukov. Closes #21233.
"
changeset,21930,[21930],lancewillett,"Twenty Twelve: remove duplicate font-size rules, defined already for list items in this context.
"
changeset,21328,[21328],lancewillett,"Twenty Twelve: remove back compat for custom header image, installs prior to 3.4 will not see it as an option. Props obenland, closes #21231. 
"
changeset,20011,[20011],lancewillett,"Twenty Twelve: remove an unneeded, presentational class value, see #19978.
"
changeset,21667,[21667],lancewillett,"Twenty Twelve: remove aggressive text-align rule, set to inherit instead to allow editor-added styles to justify per author's desire. Props obenland, fixes #21739.
"
changeset,22168,[22168],lancewillett,"Twenty Twelve: remove a duplicate/misplaced condition in theme-customizer.js, props DrewAPicture. Closes #21685.
"
changeset,21975,[21975],lancewillett,"Twenty Twelve: remove `twentytwelve_frontpage_sidebar_class()` and make front page sidebar number filterable via `body_class`. Fixes #21942.
"
changeset,21525,[21525],lancewillett,"Twenty Twelve: remove `initial-scale` value from viewport meta element to avoid iOS zoom bug. Props bradthomas127, see #21577.
"
changeset,21557,[21557],lancewillett,"Twenty Twelve: re-implement the hiding of toggle element when empty menu is present, see #21562 and r21520 props cfinke.
"
changeset,22188,[22188],lancewillett,"Twenty Twelve: put back screen-reader-text selector, but just for site content (allows toolbar text to work correctly). See r22186 and #22025.
"
changeset,23562,[23562],lancewillett,"Twenty Twelve: properly style visited links in entries, widgets, and comment text. Props DrewAPicture, fixes #23200."
changeset,21275,[21275],lancewillett,"Twenty Twelve: proper namespace for two script/style handles in functions.php, props obenland. Fixes #21230.
"
changeset,21427,[21427],lancewillett,"Twenty Twelve: print style tweaks for footer meta and link underlines. See #21377.
"
changeset,21446,[21446],lancewillett,"Twenty Twelve: Position the stats smiley in a happy place, and add Plugins rule block. See #21477, props iandstewart.
"
changeset,21624,[21624],lancewillett,"Twenty Twelve: pinking your trailing spaces, see #21675.
"
changeset,21492,[21492],lancewillett,"Twenty Twelve: pinking shears for header.php
"
changeset,21556,[21556],lancewillett,"Twenty Twelve: patch IE7 for clip styles (hidden elements were displaying incorrectly).
"
changeset,21542,[21542],lancewillett,"Twenty Twelve: output dynamic end comment ID value for navigation container (above|below).
"
changeset,22896,[22896],lancewillett,"Twenty Twelve: only use comment thread indentation when above the first breakpoint, to avoid super-narrow indented comments in small screens. Closes #21405.
"
changeset,21437,[21437],lancewillett,"Twenty Twelve: only show excerpt on search view, not full content.

Props bradthomas127 and obenland. See #21462.
"
changeset,19959,[19959],lancewillett,"Twenty Twelve: no need to translate the footer generator URL. See #19978.
"
changeset,19961,[19961],lancewillett,"Twenty Twelve: no need for threaded comment reply JS to load if comments are closed. Props iandstewart, see #19978.
"
changeset,21341,[21341],lancewillett,"Twenty Twelve: new screenshot, props drewstrojny. Fixes #21227.
"
changeset,21666,[21666],lancewillett,"Twenty Twelve: move text treatment for footer anchor element up to its parent container, to allow styling any text in the footer.
"
changeset,21668,[21668],lancewillett,"Twenty Twelve: move Open Sans custom font loading to a body class to allow easier overriding, fixes #21694.

 * Use wp_style_is() to check for the enqueued CSS file before adding the body class value.
 * Add a sample dequeue method in the comments as documentation for child themers and their ilk.

Props viniciusmassuchetto, nacin, and obenland.
"
changeset,21516,[21516],lancewillett,"Twenty Twelve: move IE8 styles to specific IE selector, props obenland. Closes #21440.
"
changeset,21562,[21562],lancewillett,"Twenty Twelve: minor style fixes for small navigation menu (line-height) -- see #21562; featured image on homepage timeplate (space below image in small layouts). 
"
changeset,21540,[21540],lancewillett,"Twenty Twelve: minor CSS cleanup for extra trailing selector comma, spacing, and too-specific class selector.
"
changeset,21278,[21278],lancewillett,"Twenty Twelve: minor comment text fix, props griffinjt. Closes #21291.
"
changeset,21489,[21489],lancewillett,"Twenty Twelve: make twentytwelve_is_categorized_site() pluggable, see #21479.
"
changeset,21276,[21276],lancewillett,"Twenty Twelve: make title truly pluggable by moving output from header.php to a function. Props obenland, fixes #21233.
"
changeset,21408,[21408],lancewillett,"Twenty Twelve: make sure embeds and videos don't overflow their containers, and add iframe styles to all embeds, videos, and objects. Fixes #21382.

Props chriswallace and obenland for troubleshooting.
"
changeset,21991,[21991],lancewillett,"Twenty Twelve: make submenu a bit wider to support longer words in menu item link text. Matches Twenty Ten and Eleven. See #21964.
"
changeset,20017,[20017],lancewillett,"Twenty Twelve: make proper use of the cached jQuery collection in navigation.js, props mattwiebe. Fixes #20131.
"
changeset,21476,[21476],lancewillett,"Twenty Twelve: make nav toggle button same height as other buttons.
"
changeset,23713,[23713],lancewillett,"Twenty Twelve: load our special Google Font in the visual editor to improve user experience. Props to the Konstanthemes: kovshenin and obenland.

Closes #22499. See also r23672."
changeset,21728,[21728],lancewillett,"Twenty Twelve: list items need larger left margins to avoid cutting off the left-side (digit in the case of ordered lists). Props sixhours and obenland, fixes #21750.
"
changeset,21462,[21462],lancewillett,"Twenty Twelve: line-height style fixes, props chellycat. See #21486.

 * For entry titles match larger screen style with the base styles to add a bit more line-height.
 * Add line-height to entry-content and entry-summary, so that elements appearing outside of paragraph tags inside these containers will still have the appropriate line-heights.
 * Add line-height for pingbacks, which looks a bit too tight when pingbacks span multiple lines.
"
changeset,21426,[21426],lancewillett,"Twenty Twelve: justify text in smaller views, props chriswallace. Fixes #21385.
"
changeset,21622,[21622],lancewillett,"Twenty Twelve: JavaScript fix props obenland; no need to put the selector in a variable as it will be called only once anyway. See #21685.
"
changeset,21600,[21600],lancewillett,"Twenty Twelve: include links to source code for html5 shiv and matchmedia polyfil, props jorbin. Fixes #21671.
"
changeset,21992,[21992],lancewillett,"Twenty Twelve: include a more verbose comment to educate themers on how to create specific template files for archive views, like tag.php and author.php. See #21951.
"
changeset,21564,[21564],lancewillett,"Twenty Twelve: in small menu give sub-menu items a bit of indentation to denote the hierarchy of items. See #21562.
"
changeset,21342,[21342],lancewillett,"Twenty Twelve: improve table styles, props sennza and drewstrojny. Fixes #21261.
"
changeset,22186,[22186],lancewillett,"Twenty Twelve: improve skip link visibility, mimicing the core toolbar skiplink. Closes #22025, see #22087.
"
changeset,21264,[21264],lancewillett,"Twenty Twelve: improve screen-reader-text handling (aka assistive-text) to use text hiding technique more friendly for RTL.

Also remove a duplicate CSS declaration as the same selector exists below in the file.
"
changeset,21554,[21554],lancewillett,"Twenty Twelve: improve navigation to be mobile-first and not rely on JS for hiding and showing, props obenland for patches. See #21562.
"
changeset,21636,[21636],lancewillett,"Twenty Twelve: improve line-height and font-size for text widget output without added paragraph wrappers. Props leogermani, fixes #21693.
"
changeset,21372,[21372],lancewillett,"Twenty Twelve: improve definition term layout a bit, use line-height instead of bottom margin. Fixes #21259.
"
changeset,22614,[22614],lancewillett,"Twenty Twelve: improve arrow display in comment reply text, props miqrogroove. Also consistent styles for edit link to match reply link in color and size. Closes #22468.
"
changeset,23717,[23717],lancewillett,"Twenty Twelve: improve Appearance > Header styles to match front end view better -- including loading special Google Font there. Props obenland, fixes #23790."
changeset,22201,[22201],lancewillett,"Twenty Twelve: implement better support for IE7 and IE8 (don't use mobile menu). See #22044.
"
changeset,21398,[21398],lancewillett,"Twenty Twelve: Homepage page template logic cleanup and style updates, props obenland. Fixes #21245.
"
changeset,21444,[21444],lancewillett,"Twenty Twelve: hide category and tag output in post meta if only 1 term. Props ryanimel, jkudish and fixes #21479.
"
changeset,21761,[21761],lancewillett,"Twenty Twelve: hide author name on single author blogs, using `is_multi_author()` -- fixes #21759, props iamtakashi.
"
changeset,22014,[22014],lancewillett,"Twenty Twelve: header image should be wrapped in a link to home. Fixes #22004.
"
changeset,22358,[22358],lancewillett,"Twenty Twelve: handle a long site title a bit better in mobile view, don't use line-height to add space between the h1 and h2 elements in this case.
"
changeset,21675,[21675],lancewillett,"Twenty Twelve: go with `echo get_the_date()` here, added in r21670 but reverted accidentally in r21674. Props obenland.
"
changeset,21338,[21338],lancewillett,"Twenty Twelve: give address element a little more line-height, props sennza and drewstrojny. Fixes #21262.
"
changeset,21450,[21450],lancewillett,"Twenty Twelve: generalize form styles so plugins that insert things like contact forms will fit in. Props ryanimel, see #21477.
"
changeset,21369,[21369],lancewillett,"Twenty Twelve: fix typo, s/#entry-meta/.entry-meta/ props zeo. Closes #21418.
"
changeset,22096,[22096],lancewillett,"Twenty Twelve: fix typo in theme description, props obenland. Fixes #22066.
"
changeset,21893,[21893],lancewillett,"Twenty Twelve: fix typo in stylesheet description, props nacin. See #21909.
"
changeset,21371,[21371],lancewillett,"Twenty Twelve: fix typo for comment-content container showing incorrect class value, props obenland. Closes #21242.
"
changeset,22573,[22573],lancewillett,"Twenty Twelve: fix text color contrast, props jorbin. See #22087.
"
changeset,22318,[22318],lancewillett,Twenty Twelve: fix SVN properties
changeset,22294,[22294],lancewillett,"Twenty Twelve: fix style for links in gallery captions wrapping to next line, props DrewAPicture. Fixes #22227.
"
changeset,24016,[24016],lancewillett,"Twenty Twelve: fix style element ID attribute value, props SergeyBiryukov. Closes #24033."
changeset,23102,[23102],lancewillett,Twenty Twelve: fix skewed gallery thumbnail images in IE8 by adding selectors to match attachment thumbnails and any mix-and-match of full-size and large-size image that may occur in content. Fixes #22782.
changeset,21451,[21451],lancewillett,"Twenty Twelve: fix searchform styling issues and simplify selectors even more. Fixes #21478, props hd-J and jkudish.
"
changeset,23711,[23711],lancewillett,"Twenty Twelve: fix regression introduced in r23572, allow hide/show of Header Text in Customizer. Fixes #23600.

Also remove another `!important` -- and there was much rejoicing.

Props SergeyBiryukov and obenland."
changeset,21405,[21405],lancewillett,"Twenty Twelve: fix navigation selectors as the change in r21404 broke the small navigation menu behavior.
"
changeset,22296,[22296],lancewillett,"Twenty Twelve: fix navigation menu behavior when a space and one single character causes newline in navigation anchor element display. Fixes #22088.
"
changeset,21720,[21720],lancewillett,"Twenty Twelve: fix long word overflow in IE9 and FF15 by using `word-wrap` instead of `word-break`, fixes #21503.
"
changeset,22069,[22069],lancewillett,"Twenty Twelve: fix incorrect math in style.css rem example calculation, props TomasM. Closes #22019.
"
changeset,21477,[21477],lancewillett,"Twenty Twelve: fix for long words getting hidden in widgets. Props DrewAPicture, closes #21503.
"
changeset,21723,[21723],lancewillett,"Twenty Twelve: fix edit_post_link() inconsistencies, props obenland. Fixes #21722.
"
changeset,22187,[22187],lancewillett,"Twenty Twelve: fix duplicate print CSS rules, props obenland. Fixes #22108.
"
changeset,23561,[23561],lancewillett,"Twenty Twelve: fix double featured images in Front Page Template, closes #22943."
changeset,22059,[22059],lancewillett,"Twenty Twelve: fix comments in two files, for accuracy.
"
changeset,21518,[21518],lancewillett,"Twenty Twelve: fix centering of image captions on image attachment view. Fixes #21530.
"
changeset,21483,[21483],lancewillett,"Twenty Twelve: fix bypostauthor styling, probs obenland and SergeyBiryukov (also improves the RTL layout, see #21441).
"
changeset,23426,[23426],lancewillett,"Twenty Twelve: fix button active state to avoid a 2px shift, fixes #22825. Props ocean90.
"
changeset,21262,[21262],lancewillett,"Twenty Twelve: fix @package documentation, props obenland. Fixes #21232.
"
changeset,22999,[22999],lancewillett,"Twenty Twelve: escape navigation ID output, props nacin. See #22690."
changeset,23572,[23572],lancewillett,"Twenty Twelve: enable live preview for Header Text Color in Theme Customizer. Change also removes an `!important` declaration (yay) in Custom Header CSS rules.

Props SriniG, fixes #23600."
changeset,21343,[21343],lancewillett,"Twenty Twelve: enable async body class value changes for custom background color changes in Theme Customizer. See #21226.
"
changeset,21515,[21515],lancewillett,"Twenty Twelve: editor RTL style fixes props yoavf, see #21441.
"
changeset,21334,[21334],lancewillett,"Twenty Twelve: CSS cleanup for old prefixes. See #21381.
"
changeset,21336,[21336],lancewillett,"Twenty Twelve: CSS cleanup for clearing float method. Use `overflow: hidden;` and leave the other method intact in `.clear` rule so child themes can use it if needed. See #21381.
"
changeset,21404,[21404],lancewillett,"Twenty Twelve: CSS and markup improvements for better child theme support, part 3. See #21379.

 * Add classes like `.site` and `.site-content` in addition to the set of IDs already present, making things much better for child themes to have more than one generic element like `nav` inside the content container.
 * Bump JS version after selector change.
 * Move `image-attachment` to `post_class()` output

More exhaustive notes in the ticket on each id and class change.
"
changeset,21402,[21402],lancewillett,"Twenty Twelve: CSS and markup improvements for better child theme support, part 2. See #21379.

 * Allow image alignment to apply anywhere, not just entry content area
 * Remove unneeded `hgroup` `header` and `nav` selectors
"
changeset,21401,[21401],lancewillett,"Twenty Twelve: CSS and markup improvements for better child theme support, part 1.

Move all media queries to bottom of document.
"
changeset,20009,[20009],lancewillett,"Twenty Twelve: correctly enqueue the fonts CSS file, see #19978.
"
changeset,22061,[22061],lancewillett,"Twenty Twelve: consolidate ""Apologies"" strings, see #22016.
"
changeset,21620,[21620],lancewillett,"Twenty Twelve: consistently call sidebar areas with just the ID value, props obenland. See #21685."
changeset,22058,[22058],lancewillett,"Twenty Twelve: consistent indentation for content-* template files.
"
changeset,21887,[21887],lancewillett,"Twenty Twelve: compress new screenshot.png down a bit, 0.78% savings. See r21884.
"
changeset,21621,[21621],lancewillett,"Twenty Twelve: comments.php, cleanup and better indentation. Props obenland, see #21685.
"
changeset,21763,[21763],lancewillett,"Twenty Twelve: combine two ""Nothing Found"" strings for consistency and simpler translation, props SergeyBiryukov. Fixes #21802.
"
changeset,23428,[23428],lancewillett,"Twenty Twelve: clear center-aligned images properly. Fixes #23244.
"
changeset,21479,[21479],lancewillett,"Twenty Twelve: cleanup up extra space in functions.php
"
changeset,22057,[22057],lancewillett,"Twenty Twelve: clean up tag.php extra newline, see r22048 and #21951.
"
changeset,21449,[21449],lancewillett,"Twenty Twelve: check for empty variable for simpler logic, props jkudish. See #21479.
"
changeset,21555,[21555],lancewillett,"Twenty Twelve: change homepage widget areas to use columns or multiple areas instead of one big area. Fixes #21619, props obenland.
"
changeset,22899,[22899],lancewillett,"Twenty Twelve: change form input selectors to only reset non-textual input types, allowing for broader support for newer HTML5 input types. Also add better {{{button}}} support. Fixes #20579.
"
changeset,21396,[21396],lancewillett,"Twenty Twelve: change featured post banner and comment author callout to look less like buttons. Props chriswallace and drewstrojny, fixes #21384.
"
changeset,21267,[21267],lancewillett,"Twenty Twelve: change content_width variable to the correct value, matching the width of the main content container. Fixes #21248.
"
changeset,21941,[21941],lancewillett,"Twenty Twelve: change author template markup to use classes instead of IDs, fixes #21937.
"
changeset,21412,[21412],lancewillett,"Twenty Twelve: bump theme-customizer JS version. See #21443.
"
changeset,21613,[21613],lancewillett,"Twenty Twelve: bump theme version to .9
"
changeset,21558,[21558],lancewillett,"Twenty Twelve: better naming for the homepage widget areas, props nacin. See #21619.
"
changeset,22066,[22066],lancewillett,"Twenty Twelve: better logic for on/off setting to be translated to turn off the font if translators explicitly say so. Also minor fixes to spelling and to use yoda comparison. Fixes #21751.
"
changeset,23472,[23472],lancewillett,Twenty Twelve: better layout for floated image captions. Fixes #23147.
changeset,22035,[22035],lancewillett,"Twenty Twelve: better i18n for next and previous post arrow entities in single.php, props SergeyBiryukov. Fixes #22008.
"
changeset,23568,[23568],lancewillett,"Twenty Twelve: better handling for cases where a background color is set to white or an empty value (like first run with no `theme_mods` set) and a background image is enabled, which resulted previously in a broken layout. Fixes #23586, props obenland."
changeset,21478,[21478],lancewillett,"Twenty Twelve: better gallery columns support, and CSS cleanup. Closes #21475, props philiparthurmoore and pdclark.
"
changeset,21517,[21517],lancewillett,"Twenty Twelve: better fix for long words getting hidden in widgets, putting the rules in the correct selector, props obenland. Closes #21503.
"
changeset,22615,[22615],lancewillett,"Twenty Twelve: better fix for #20469 and comments closed messages, also load the comments template in single.php template regardless of whether comments are open or closed (consistent with page.php). Both props kovshenin. 
"
changeset,20010,[20010],lancewillett,"Twenty Twelve: better comment markup and styles, props drewstrojny. See #19978.
"
changeset,21394,[21394],lancewillett,"Twenty Twelve: better comment block for twentytwelve_wp_title() and set passed arguments to empty strings for compatibility with plugins or child themes that might override wp_title() before this filter runs.

See #21264.
"
changeset,22587,[22587],lancewillett,"Twenty Twelve: better closed comments notes. Check only for ""comment"" type comments when deciding whether to show the message.
"
changeset,21438,[21438],lancewillett,"Twenty Twelve: better button styles for consistent look across browsers. Props obenland, fixes #21473.
"
changeset,21729,[21729],lancewillett,"Twenty Twelve: better bottom spacing for blockquotes, making it easier for child themes to style blockquotes followed by paragraphs. Props markjaquith and obenland, fixes #21764.
"
changeset,20006,[20006],lancewillett,"Twenty Twelve: better ""no posts found"" message and action for index view. If a logged-in user can edit posts, show an appropriate message. Otherwise, show the normal ""no posts found"" message. See #19978.
"
changeset,22574,[22574],lancewillett,"Twenty Twelve: avoid JavaScript errors if navigation wrapper markup is removed from header. Fixes #22307.
"
changeset,22020,[22020],lancewillett,"Twenty Twelve: allow translators to load extra character subsets for Open Sans font, props obenland. See #21751.
"
changeset,21882,[21882],lancewillett,"Twenty Twelve: allow Open Sans to be disabled per language, since it does not support all languages, and some odd combinations of OS and browser versions don't support any non-Latin language very well.

Props obenland and SergeyBiryukov for patches, fixes #21751.
"
changeset,21337,[21337],lancewillett,"Twenty Twelve: adjust styles for definition lists, props sennza and drewstrojny. Fixes #21259.
"
changeset,22297,[22297],lancewillett,"Twenty Twelve: additional rule needed for nav menu style change in r22296, to allow long words to break in submenus. Props SergeyBiryukov, closes #22088.
"
changeset,20007,[20007],lancewillett,"Twenty Twelve: add support for toggling the navigation menu in small screens. See #19978.

Triggered when a viewport is under 600 pixels wide. This functionality depends on JS being enabled, and will naturally fall back to a normal, expanded menu for a client without JS.

Props iandstewart for the original JS file and concept.
"
changeset,21726,[21726],lancewillett,"Twenty Twelve: add support for Status post format. See #21743.
"
changeset,21277,[21277],lancewillett,"Twenty Twelve: add styles for common HTML elements in comment content, and also style up password protected form. Props drewstrojny, fixes #21242.
"
changeset,21637,[21637],lancewillett,"Twenty Twelve: add rule to force override the fixed width for Twitter embeds. Props kovshenin, see #21680.
"
changeset,22688,[22688],lancewillett,"Twenty Twelve: add RTL overrides for IE7 and IE8, props DrewAPicture. Closes #22044.
"
changeset,21392,[21392],lancewillett,"Twenty Twelve: add print styles to stylesheet, first pass props obenland. See #21377.
"
changeset,21411,[21411],lancewillett,"Twenty Twelve: Add postMessage support in Customizer for fonts, site title and description, and background color body_class value updates.

Props obenland for first patch and testing. Fixes #21443.
"
changeset,21475,[21475],lancewillett,"Twenty Twelve: add polyfill JS for matchMedia rules, avoids JS error in older IE versions. See #21440.
"
changeset,22203,[22203],lancewillett,"Twenty Twelve: add missing reply link to post format templates, props obenland. Fixes #22169.
"
changeset,21634,[21634],lancewillett,"Twenty Twelve: add missing period in meta section of the 'image.php' template. Props viniciusmassuchetto, fixes #21695.
"
changeset,21407,[21407],lancewillett,"Twenty Twelve: add max-width rule to help captions not overflow their container at small window sizes. Props chriswallace and obenland, fixes #21383.
"
changeset,21566,[21566],lancewillett,"Twenty Twelve: add in missing style.css tag for 'editor-style', see #21376.
"
changeset,21533,[21533],lancewillett,"Twenty Twelve: add flexible-header tag back into style.css, in anticipation of it being a core-allowed tag, see #21065.

Remove responsive-width since it's not decided yet, see #21065.
"
changeset,21326,[21326],lancewillett,"Twenty Twelve: add explanatory notes to top of style.css for the use of rem and pixel units for font-size and line-height values, props drewstrojny. See #21379.
"
changeset,21389,[21389],lancewillett,"Twenty Twelve: add editor stylesheet, first pass props obenland. See #21376.

RTL version and tweaks to come after more testing.
"
changeset,21393,[21393],lancewillett,"Twenty Twelve: add CSS rule for threaded comments. Fixes #21405.
"
changeset,21482,[21482],lancewillett,"Twenty Twelve: add basic styles for IE7 and IE8, supports basic layout now with the small-nav styles. Props obenland, closes #21440.
"
changeset,21635,[21635],lancewillett,"Twenty Twelve: add back more specific selector to wp-smiley class, forces removing image shadows from smileys. Props obenland, fixes #21696.
"
changeset,24014,[24014],lancewillett,"Twenty Twelve: add back missing space in CSS value, removed in r24013. See #23790."
changeset,19960,[19960],lancewillett,"Twenty Twelve: add ARIA role of ""navigation"" to the all nav elements. Props iandstewart, see #19978.
"
changeset,21674,[21674],lancewillett,"Twenty Twelve: add a better permalink markup structure to content-image.php template, for usability when image posts have no title. Props obenland, fixes #21723.
"
changeset,21441,[21441],lancewillett,"Twenty Twelve, RTL: per azaozz, center the editor body in RTL to stop messing with calculating height/width in JS. Props obenland, see #21441.
"
changeset,21442,[21442],lancewillett,"Twenty Twelve, apply RSS styles from r21436 to RTL stylesheet, props SergeyBiryukov. Fixes #21476.
"
changeset,19915,[19915],lancewillett,"Twenty Twelve template changes and fixes ... see #19978.

 * Add custom header support
 * header.php: use `get_stylesheet_uri()` to load stylesheet, props Mamaduka
 * Add full-width template, including adding relevant body_class value as a CSS hook
 * Hide sidebar on all views if no active widgets exist
 * Fix site title output (was missing site title)
 * Remove ""featured"" title for sticky posts
 * Add content template files for aside, image, link, and quote post formats
 * Indent content-single.php to match content.php
 * Remove sample JPG since Twenty Twelve ships with no default header images

... and style updates, props drewstrojny

 * Better footer styles
 * Styling for full-width layouts
 * Add basic styles for archive views
 * Refine post header/footer styles a bit
"
changeset,19958,[19958],lancewillett,"Twenty Twelve style updates, props drewstrojny. See #19978.

And, use a simpler and more consistent `site-header` class value. Props iandstewart.
"
changeset,21431,[21431],lancewillett,"Twenty Twelve RTL: We ought not to RTL image alignment since the editor adds the class and the button is always the same. See #21441 props iandstewart.
"
changeset,21434,[21434],lancewillett,"Twenty Twelve RTL: more fixes props obenland. See #21441.
"
changeset,21432,[21432],lancewillett,"Twenty Twelve RTL: Adds the visual of comment threading back to RTL, props iandstewart. See #21441.
"
changeset,21430,[21430],lancewillett,"Twenty Twelve RTL: adds missing margin for lists in comments, props iandstewart. See #21441.
"
changeset,21433,[21433],lancewillett,"Twenty Twelve RTL: add editor-style-rtl stylesheet, props SergeyBiryukov and obenland. See #21441.
"
changeset,19969,[19969],nacin,Twenty Twelve always trumps its pretenders. see #19978.
changeset,22050,[22050],nacin,"Twenty Twelve 1.0, barring any last-minute tweaks. see #21789.

"
changeset,23532,[23532],lancewillett,"Twenty Thirteen: wrap up vendor prefix cleanup with final Opera removals. Fixes #23582, props Jayjdk.
"
changeset,23786,[23786],lancewillett,"Twenty Thirteen: we loves us some structured post formats. See #23619 #23620 #23621.
"
changeset,24030,[24030],nacin,"Twenty Thirteen: Use WP_Theme's methods, rather than legacy properties.

"
changeset,24029,[24029],nacin,"Twenty Thirteen: Use the_post_format_gallery(). props obenland, fixes #24126.

"
changeset,24032,[24032],nacin,"Twenty Thirteen: Use the newer 'enqueued' argument for wp_style_is(). (This is, incidentally, the default.)

"
changeset,23690,[23690],lancewillett,"Twenty Thirteen: use new HTML5 comment form argument, and adjust CSS selectors a bit. Closes #23702, see #15080."
changeset,23787,[23787],lancewillett,"Twenty Thirteen: use new `get_the_url()` function to find  first link in a ""Link"" post format post. See #23619, props Frank Klein for the original patch."
changeset,23782,[23782],lancewillett,"Twenty Thirteen: use gallery shortcode filter for featured galleries, props obenland. Closes #23823."
changeset,23525,[23525],lancewillett,"Twenty Thirteen: usability improvement for calendar widget links. Props MikeHansenMe, fixes #23606."
changeset,23523,[23523],lancewillett,"Twenty Thirteen: usability improvement for better viewing of images on attachment pages. Props DrewAPicture and obenland, fixes #23543. "
changeset,24278,[24278],lancewillett,"Twenty Thirteen: updated screenshot, smaller (82 to 55 KB) and a bit less cow."
changeset,24279,[24279],lancewillett,Twenty Thirteen: update Quote styles so that fancy display only affects the actual quote content. Fixes #24332.
changeset,23469,[23469],lancewillett,"Twenty Thirteen: update post formats for consistent post meta display, fixes #23553.

Fix a few typos for ""tags-links"" selectors and remove extraneous newlines."
changeset,24070,[24070],lancewillett,"Twenty Thirteen: update JavaScript-based accessibility function hooked to `hashchange` event to verify user input correctly. Props mfields for the original patch.

Also add textarea to list of elements. See #23875."
changeset,24234,[24234],lancewillett,"Twenty Thirteen: update Genericons font files to version 2.05, props Joen."
changeset,23877,[23877],lancewillett,Twenty Thirteen: update Chat post format styles to match markup changes in r23876. See #23869.
changeset,24159,[24159],lancewillett,Twenty Thirteen: update `entry-media` selector to be much more selective. Props obenland for beginning patch. See #24198.
changeset,23546,[23546],lancewillett,"Twenty Thirteen: trim down font properties, props obenland. Fixes #23546."
changeset,23820,[23820],lancewillett,"Twenty Thirteen: take full advantage of new structured post format template functions, see r23819.

Extract first video or image from Video and Image post format posts, and place the item above the title within its own HTML wrapper with `the_video()` and `the_image()'. Also, remove the item from the post content with `the_extra_content()`.

This allows us to meet the design requirements for Twenty Thirteen with minimal changes to the theme template files. Fixes #23620."
changeset,23781,[23781],lancewillett,"Twenty Thirteen: style up the new `mediaelement` audio and video players. Props obenland, fixes #23821."
changeset,23920,[23920],lancewillett,"Twenty Thirteen: style the the ""Login to Reply"" link correctly, props obenland. Fixes #23943."
changeset,23513,[23513],lancewillett,"Twenty Thirteen: style the multisite registration form, props kwight. Fixes #23631."
changeset,23465,[23465],lancewillett,"Twenty Thirteen: style the `hr` element. Fixes #23529.
"
changeset,23835,[23835],lancewillett,"Twenty Thirteen: style native `mediaelement` video player with a black background color. Props obenland, closes #23821."
changeset,23498,[23498],lancewillett,"Twenty Thirteen: style comments correctly when `show_avatars` option is turned off in Discussion settings. Props SriniG, fixes #23558."
changeset,24224,[24224],lancewillett,Twenty Thirteen: smarter margins for comment block-level elements that need to be centered. Use margin just for left and right; don't change top and bottom.
changeset,23848,[23848],lancewillett,"Twenty Thirteen: simpler name for custom image size for image post formats, see #23620."
changeset,23645,[23645],lancewillett,"Twenty Thirteen: simpler isRTL check for masonry, props obenland. See #23550."
changeset,23652,[23652],lancewillett,"Twenty Thirteen: show portrait images correctly in gallery post formats. Props obenland, fixes #23649."
changeset,23463,[23463],lancewillett,"Twenty Thirteen: show featured image on single posts, fixes #23528. Props kwight.
"
changeset,23544,[23544],lancewillett,"Twenty Thirteen: second pass at styles for attachment pages that are not images: hide sidebar and navigation link, better alignment of Edit link.

Closes #23632."
changeset,23674,[23674],lancewillett,"Twenty Thirteen: second pass at RTL support and minor style.css fixes, props obenland. See #23550."
changeset,24035,[24035],lancewillett,"Twenty Thirteen: search form fixes for IE7, and add fallback search type selector to RTL stylesheet, see r23961. Closes #23997."
changeset,23644,[23644],lancewillett,"Twenty Thirteen: RTL JS support, fix class selector, see #23550."
changeset,24287,[24287],lancewillett,Twenty Thirteen: revert unintended space change from r24239.
changeset,23687,[23687],lancewillett,"Twenty Thirteen: revert three changes to content attributes, props obenland. See #23550."
changeset,23677,[23677],lancewillett,"Twenty Thirteen: revert addition of `twentythirteen_attachment_link()` in r23523 -- as discussed in the following ticket comments, the tradeoff means simpler code instead of a minor UX enhancement. Closes #23543 and #23719."
changeset,23538,[23538],lancewillett,Twenty Thirteen: remove unused selector.
changeset,24151,[24151],lancewillett,"Twenty Thirteen: remove unneeded ""structured"" post formats `add_theme_support()` declaration. Fixes #24109."
changeset,24036,[24036],lancewillett,"Twenty Thirteen: remove toolbar callback in functions.php -- and add an `!important` in its place in the stylesheet. Props obenland, fixes #24129."
changeset,23698,[23698],lancewillett,Twenty Thirteen: remove several more `px` unit values.
changeset,23673,[23673],lancewillett,"Twenty Thirteen: remove searchform.php template once core search form accepts HTML5 argument. Props obenland, fixes #23701."
changeset,23642,[23642],lancewillett,"Twenty Thirteen: remove redundant `esc_url()` calls, props SergeyBiryukov, fixes #23663."
changeset,23944,[23944],lancewillett,"Twenty Thirteen: remove overly-specific post meta styles, props ziegenberg and obenland. Fixes #23962."
changeset,23757,[23757],lancewillett,"Twenty Thirteen: remove logging code, accidentally added in r23676."
changeset,23799,[23799],lancewillett,"Twenty Thirteen: remove HTML5 argument for search form, using a filter instead. See #23850, closes #23701."
changeset,24169,[24169],lancewillett,Twenty Thirteen: remove fixed navbar. Closes #24184.
changeset,23621,[23621],lancewillett,"Twenty Thirteen: remove extraneous comment link on single post views, props markmcwilliams. Fixes #23657."
changeset,23696,[23696],lancewillett,"Twenty Thirteen: remove custom comment callback in favor of core `comment_form()` defaults. Props obenland, closes #22005. See #20088."
changeset,24167,[24167],lancewillett,"Twenty Thirteen: remove Author Bio from post formats that are essentially quotes from other people, like Quote and Chat. Props obenland and markjaquith -- see #24176."
changeset,23783,[23783],lancewillett,Twenty Thirteen: remove `hover` styles for screen reader text.
changeset,24072,[24072],lancewillett,Twenty Thirteen: remove `hgroup` from the theme markup structure since it's been dropped from HTML5 spec. Props obenland for the starter patch. Fixes #24114.
changeset,23971,[23971],lancewillett,"Twenty Thirteen: reinstate Audio post format max-width layout handling, lost in r23964. See #23955, props obenland."
changeset,23829,[23829],lancewillett,"Twenty Thirteen: refresh Quote post format styles based on new default markup, see r23822. Props obenland, fixes #23852."
changeset,23547,[23547],lancewillett,Twenty Thirteen: reduce font-size a bit for comment content areas. See #23651.
changeset,23771,[23771],lancewillett,"Twenty Thirteen: quote post format color fix for paging links, props Joen. Closes #23784."
changeset,23759,[23759],lancewillett,"Twenty Thirteen: provide max-width override for gallery thumbnails to collapse to two columns in small screens. Props kwight, fixes #23762."
changeset,23460,[23460],lancewillett,"Twenty Thirteen: proper alignment for featured images on pages with a sidebar. Props kwight, fixes #23527.
"
changeset,23756,[23756],lancewillett,"Twenty Thirteen: post format and link color tweaks for consistency, props joen. Fixes #23784."
changeset,23679,[23679],lancewillett,Twenty Thirteen: pinking shears.
changeset,23780,[23780],lancewillett,Twenty Thirteen: pinking shears
changeset,24307,[24307],lancewillett,"Twenty Thirteen: PHPDoc improvements for back-compat file, props DrewAPicture. Fixes #24363."
changeset,24031,[24031],nacin,"Twenty Thirteen: Move no-avatars class to the existing body class modification function.

 * Move includes to the top of the file.
 * Make search_form two words in twentythirteen_search_form_format().

fixes #24127.

"
changeset,23611,[23611],lancewillett,"Twenty Thirteen: move IE-specific properties out of main stylesheet. Props obenland, see #23507."
changeset,24193,[24193],lancewillett,"Twenty Thirteen: more specificity for `.reply` selectors, props johnjamesjacoby for starter patch. Fixes #24268."
changeset,23549,[23549],lancewillett,"Twenty Thirteen: more CSS cleanup, props SergeyBiryukov. See #23652."
changeset,23629,[23629],lancewillett,"Twenty Thirteen: minor tweaks and fixes, props obenland. Fixes #23698.

 * Add 1px to top margin for second level menus to align child menus with parent height
 * Remove text-decoration on hover for cancel-comment-reply-link
 * Pull floated images only in post content
 * Close edit link span element correctly"
changeset,23962,[23962],lancewillett,"Twenty Thirteen: minor design tweaks and fixes:

 * Link color should be the same on all links that are on white or tan backgrounds, see #23784
 * Better color value for active menu item (red instead of tan)
 * Improved styles for quote citations that are wrapped in links
 * Better layout for single post navigation links when post titles are '''really''' long
 * Fix navbar border style for viewports at 1600 pixels wide and above

Props Joen and obenland."
changeset,24239,[24239],lancewillett,Twenty Thirteen: minor CSS fixes for comment spacing and property ordering.
changeset,23489,[23489],lancewillett,"Twenty Thirteen: minor adjustments to bundled ""star"" header image. Props joen."
changeset,23539,[23539],lancewillett,"Twenty Thirteen: make footer widget area the primary sidebar, acting as ""secondary"" content. Move optional sidebar widget area to ""tertiary"" content. Props obenland, fixes #23644."
changeset,23650,[23650],lancewillett,"Twenty Thirteen: lighten orange color for link text in footer widgets, props sabreuse. See #23513.

Also use same shade for paging links, to be consistent and not have thousands of small color variations in the the theme."
changeset,23493,[23493],lancewillett,"Twenty Thirteen: instantly preview header text color changes in the Theme Customizer. Fixes #23585, props SriniG."
changeset,23839,[23839],lancewillett,"Twenty Thirteen: improvements to Image post format handling to use a custom image size instead of filtering a `$content_width` variable.

Includes CSS cleanup and markup improvements to both video and image templates, moving the media HTML piece out of the `header` element.

Props obenland, closes #23620."
changeset,24004,[24004],lancewillett,Twenty Thirteen: improvements to functions.js to add namespacing to events and simplify repeatable functions. See #23875.
changeset,23491,[23491],lancewillett,"Twenty Thirteen: improve styling for RSS widget title, fixes #23571."
changeset,23785,[23785],lancewillett,"Twenty Thirteen: improve separation between Link and Aside posts, props Joen for starter CSS rules. Fixes #23818 and closes #23707 as related."
changeset,24172,[24172],lancewillett,Twenty Thirteen: improve Quote post format styles to look more like quotes. Fixes #24176.
changeset,23678,[23678],lancewillett,"Twenty Thirteen: improve header area padding to ensure stable layout at any size screen. Props jvisick77, fixes #23732. (Small props also to Google TV for revealing the bug.)"
changeset,23963,[23963],lancewillett,"Twenty Thirteen: improve gallery styles for IE7 and IE8, props kovshenin and obenland. Fixes #23996."
changeset,23651,[23651],lancewillett,"Twenty Thirteen: improve contrast for quote post format links, props sabreuse. See #23513."
changeset,23967,[23967],lancewillett,"Twenty Thirteen: improve comment label selectors and nudge up their width a bit to account for non-English installs. Props obenland for initial patch, fixes #24039."
changeset,23700,[23700],lancewillett,"Twenty Thirteen: hide gallery captions from small screens and when a gallery has 7 columns or more. Props kwight, fixes #23769."
changeset,23492,[23492],lancewillett,"Twenty Thirteen: header area with no site title or tagline should still be clickable to home. Fixes #23549.

Fix also removes several `!important` flags that aren't necessary, relating to header text color."
changeset,23675,[23675],lancewillett,"Twenty Thirteen: gallery styles fixed to allow image thumbnails larger than 150 to align properly. Props obenland, fixes #23742."
changeset,24005,[24005],lancewillett,"Twenty Thirteen: further performance for functions.js scroll event callback, props obenland. See #23875."
changeset,24281,[24281],lancewillett,"Twenty Thirteen: fixes to remove invalid CSS rules, including unneeded  IE-specific filters and `calc()` values."
changeset,23620,[23620],lancewillett,"Twenty Thirteen: fixed layout for search inputs, props kwight. Fixes #23679."
changeset,23464,[23464],lancewillett,"Twenty Thirteen: fix typo in browser transition prefix. Fixes #23568, props Jayjdk.
"
changeset,23758,[23758],lancewillett,"Twenty Thirteen: fix translation string in image template, fixes #23799."
changeset,23670,[23670],lancewillett,"Twenty Thirteen: fix toggling header text display in Customizer. Props obenland, fixes #23722."
changeset,23610,[23610],lancewillett,"Twenty Thirteen: fix text overflow with sidebar in IE8, props obenland. Fixes #23579."
changeset,23680,[23680],lancewillett,Twenty Thirteen: fix SVN properties.
changeset,24202,[24202],lancewillett,"Twenty Thirteen: fix styling for comment moderation notice. Props SergeyBiryukov, fixes #24286."
changeset,24286,[24286],lancewillett,"Twenty Thirteen: fix pixel shift that can occur on gallery non-single views in latest Chrome. Props jeremyfelt, fixes #24310."
changeset,23545,[23545],lancewillett,"Twenty Thirteen: fix missing space in selector! Props markmcwilliams, fixes #23652."
changeset,23459,[23459],lancewillett,"Twenty Thirteen: fix incorrect CSS selector in ie.css, props FStop. Fixes #23548.
"
changeset,23945,[23945],lancewillett,"Twenty Thirteen: fix for right-aligned images breaking the main column layout in small screen sizes. Props obenland, fixes #23994."
changeset,23462,[23462],lancewillett,"Twenty Thirteen: fix comment form layout for inline replies in wide viewports. Fixes #23524, props SriniG and obenland.

(Also fix an extra space that crept into r23461, see #23511.)
"
changeset,24197,[24197],lancewillett,Twenty Thirteen: fix comment author styles to only add star icon to the post author's comment(s). Fixes #24281.
changeset,24073,[24073],lancewillett,"Twenty Thirteen: fix case where title in author bio was indented when avatars were disabled in Discussion settings. Props obenland, fixes #24167."
changeset,23755,[23755],lancewillett,Twenty Thirteen: fix a few closing container comments. Props to DrewAPicture for the initial patch. Fixes #23802.
changeset,23827,[23827],lancewillett,"Twenty Thirteen: fix ""Must log in to post comment"" message misalignment. Props beaulebens and obenland, fixes #23872."
changeset,24309,[24309],lancewillett,"Twenty Thirteen: first pass to add RTL for editor styles, see #24298. Props obenland for starter patch. Adds table of contents to this file and fixes spelling in style.css ToC."
changeset,24308,[24308],lancewillett,"Twenty Thirteen: first pass to add post format visual styles to visual editor. Props celloexpressions and obenland, see #24308 and #24298."
changeset,23643,[23643],lancewillett,"Twenty Thirteen: first pass at RTL CSS and JS support. Props DrewAPicture and maor, see #23550."
changeset,23648,[23648],lancewillett,"Twenty Thirteen: first pass at print styles, see #23552."
changeset,23672,[23672],lancewillett,Twenty Thirteen: first pass at editor styles. Props Frank Klein and obenland. See #23551.
changeset,23494,[23494],lancewillett,"Twenty Thirteen: first pass at cleaning up unneeded browser prefixes, props Jayjdk. See #23582."
changeset,23514,[23514],lancewillett,Twenty Thirteen: first pass at better color contrast for links. Also fixes very poor contrast for h3-h6 headings in footer widget area. Props jorbin and sabreuse. See #23513
changeset,23803,[23803],lancewillett,Twenty Thirteen: explicitly declare 'link' and 'video' as the only (current) structured post formats in Twenty Thirteen. See #23852 #23619 #23864 and #23620.
changeset,24285,[24285],lancewillett,"Twenty Thirteen: ensure galleries are displayed correctly (centered) on both single and indexed views, props obenland. See #24307."
changeset,23702,[23702],lancewillett,"Twenty Thirteen: ensure footer position if Masonry unavailable for changing the layout. Props obenland, fixes #23771."
changeset,23676,[23676],lancewillett,"Twenty Thirteen: enable a JavaScript-based fix for long sidebar areas that overflow the footer. Props obenland, fixes #23557."
changeset,24033,[24033],nacin,"Twenty Thirteen: Don't use the_post_format_gallery() as it does not exist (yet). see #24126.

"
changeset,23959,[23959],lancewillett,"Twenty Thirteen: display gallery captions correctly in IE7 and IE8. Props celloexpressions and kovshenin, fixes #23996."
changeset,23559,[23559],lancewillett,Twenty Thirteen: display caption in galleries. Fixes #23584.
changeset,23533,[23533],lancewillett,"Twenty Thirteen: disable fixed navbar on small screens. Props obenland, fixes #23647.

Also closes #23526, #23535, and #23566"
changeset,23557,[23557],lancewillett,"Twenty Thirteen: CSS fixes to change single to double quotes, proper quoting around font-family names, and add a missing escape to a background image in custom-header.php. Props markmcwilliams, fixes #23653."
changeset,23496,[23496],lancewillett,"Twenty Thirteen: consistent link color for video post format, see #23545. Props taupecat."
changeset,24223,[24223],lancewillett,"Twenty Thirteen: clean up RTL and Genericons styles. Props SergeyBiryukov for the comment moderation bits, fixes #24287."
changeset,23825,[23825],lancewillett,"Twenty Thirteen: change version compare string to ""3.6-alpha"" to avoid an error for alpha and beta testers during development. See #23819, props kovshenin."
changeset,23795,[23795],lancewillett,"Twenty Thirteen: change link URL function name to `twentythirteen_get_link_url()`, props obenland. Also remove `function_exists()` check since this function should not be pluggable, by design. Closes #23619."
changeset,23966,[23966],lancewillett,"Twenty Thirteen: change Genericon element display to `inline-block` to avoid underlining the icon when its related element wrapped in a link. Props obenland, fixes #24045."
changeset,24012,[24012],lancewillett,"Twenty Thirteen: center footer text in RTL, props yoavf. Fixes #24110."
changeset,23461,[23461],lancewillett,"Twenty Thirteen: bump priority for `twentythirteen_aside_date()` to add date output after embeds. Fixes #23511, props obenland.
"
changeset,23628,[23628],lancewillett,"Twenty Thirteen: better styling for text input elements in small viewports. Props obenland and karmatosed, fixes #23629."
changeset,23574,[23574],lancewillett,"Twenty Thirteen: better styles for no-results views (empty search, empty archives) for small screens. Props johnbillion, fixes #23544."
changeset,23671,[23671],lancewillett,"Twenty Thirteen: better styles for gallery captions. Props obenland, see #23584."
changeset,23817,[23817],lancewillett,"Twenty Thirteen: better styles for Chat structured post format output. Props Joen for starter CSS, closes #23869."
changeset,23490,[23490],lancewillett,Twenty Thirteen: better selector for widget titles. Fixes #23580.
changeset,23942,[23942],lancewillett,"Twenty Thirteen: better representative theme screenshot, props Joen. (Also shaves a few KB off previous file.)"
changeset,23964,[23964],lancewillett,"Twenty Thirteen: better handling of media in main content area, accounting for a sidebar and all viewport width possibilities. Props sabreuse and obenland, see #23955."
changeset,23548,[23548],lancewillett,"Twenty Thirteen: better font-size rules all blockquotes, setting a smaller base rule and overriding the large only for entry content. Also fix too-wide comment iframes.

Props Viper007Bond for the nudge. Fixes #23651."
changeset,23614,[23614],lancewillett,"Twenty Thirteen: better contrast for page links, props sabreuse. See #23513."
changeset,23613,[23613],lancewillett,"Twenty Thirteen: better contrast for footer text and form ""allowed tags"" text, props sabreuse. See #23513."
changeset,23701,[23701],lancewillett,"Twenty Thirteen: better caption styles for short words and sentences. Props kwight, fixes #23773."
changeset,23837,[23837],lancewillett,"Twenty Thirteen: better back compat handling by moving version compare before the include to avoid loading the file altogether. Also prevent Customizer views. Props obenland, closes #23819."
changeset,23838,[23838],lancewillett,"Twenty Thirteen: back compat file PHPDoc updates, thanks DrewAPicture for the nudge. See #23819."
changeset,24074,[24074],lancewillett,"Twenty Thirteen: avoid setting absolute positioning and a magic height number for child comments. This allows for a more flexible layout. Props obenland, fixes #24172."
changeset,23526,[23526],lancewillett,"Twenty Thirteen: avoid padding bug with Masonry, props obenland, fixes #23646."
changeset,24071,[24071],lancewillett,"Twenty Thirteen: avoid orphans in Aside date post meta. Props obenland, fixes #24166."
changeset,24153,[24153],lancewillett,Twenty Thirteen: avoid hyphenating post and page titles (and other unintended consequences) by moving word-breaking and hyphenation rules to only apply specifically to post/page content and widgets. Fixes #24231.
changeset,23943,[23943],lancewillett,"Twenty Thirteen: avoid galleries not being displayed on single in IE8, props obenland. See #23996."
changeset,23520,[23520],lancewillett,"Twenty Thirteen: apply `box-sizing: border-box` as a universal selector. Props Jayjdk, see #23582."
changeset,23630,[23630],lancewillett,"Twenty Thirteen: align comment ""bypostauthor"" star correctly, props taupecat. Fixes #23696."
changeset,23497,[23497],lancewillett,"Twenty Thirteen: adjust line-height to be consistently applied across elements, props chriswallace and obenland. Fixes #23514."
changeset,23965,[23965],lancewillett,"Twenty Thirteen: adjust JavaScript handling for scrolling and finding viewport heigh/width to better support various IE versions. Also consolidate variables at the top of the file per best practices. Fixes #23841, props obenland."
changeset,23688,[23688],lancewillett,"Twenty Thirteen: adjust header max-width value for older IE browsers. Props jvisick77, see #23732."
changeset,23612,[23612],lancewillett,"Twenty Thirteen: adjust caption color in footer widgets, props obenland. Fixes #23660."
changeset,23972,[23972],lancewillett,"Twenty Thirteen: adjust `content_width` value for video shortcodes in video post formats and on attachment templates. See #23955, props obenland."
changeset,23828,[23828],lancewillett,"Twenty Thirteen: add support and styling for Audio structured post format. Moves audio content out from the main post content, using `the_audio()` and `the_extra_content()`. Props obenland, fixes #23871."
changeset,23802,[23802],lancewillett,"Twenty Thirteen: add styles for default core output for structured quote post format. Depends on #23347 for the improved markup for quote post formats. Props obenland, see #23852."
changeset,23541,[23541],lancewillett,"Twenty Thirteen: add styles for attachment pages that are not images, fixes #23632."
changeset,23957,[23957],lancewillett,"Twenty Thirteen: add missing ""yellow"" color tag."
changeset,23470,[23470],lancewillett,"Twenty Thirteen: add hover/focus style for buttons and organize button and input selectors a bit for a better cascade. Fixes #23536, props obenland."
changeset,23961,[23961],lancewillett,"Twenty Thirteen: add fallback selectors for older browsers that don't understand `search` input elements. Fixes #23997, props obenland."
changeset,23816,[23816],lancewillett,"Twenty Thirteen: add back-compat function to avoid activation with older WordPress installs. Props kovshenin,  see #23819 and #13780."
changeset,24152,[24152],lancewillett,Twenty Thirteen: account for `alignnone` images that are inserted into a post on the same line. Give 'em a bit of space. Closes #24238.
changeset,23697,[23697],lancewillett,"Twenty Thirteen: a bit wider search input in main content area. Props obenland, fixes #23765.

Also clean out one case of unneeded ""px"" value unit."
changeset,23721,[23721],lancewillett,"Twenty Ten: use callback in functions.php to enqueue scripts and styles rather than putting them directly in header.php template file. Props obenland, fixes #23772."
changeset,23719,[23719],lancewillett,"Twenty Ten: use a filter to modify the output of `wp_title()`. Props obenland, closes #23774."
changeset,22897,[22897],lancewillett,"Twenty Ten: style a few more input types, and fix missing quotes around types in selectors. See #20579.
"
changeset,15413,[15413],nacin,"Twenty Ten: Rename to appease the theme directory gods, version bump, and new description from lancewillett and iandstewart. fixes #14298."
changeset,20473,[20473],nacin,Twenty Ten: Remove $locale.php file support. see #20448.
changeset,23478,[23478],lancewillett,"Twenty Ten: prevent overflow for large, captioned images. Fixes #22820, props obenland."
changeset,22617,[22617],lancewillett,"Twenty Ten: move the ""Comments closed"" text outside the `have_comments()` conditional, props kovshenin. Closes #20469.
"
changeset,23826,[23826],lancewillett,"Twenty Ten: improve how gallery image IDs are retrieved for use in the Gallery post format template. Props to obenland for original patch, fixes #23617."
changeset,22317,[22317],lancewillett,Twenty Ten: fix SVN properties
changeset,24145,[24145],lancewillett,"Twenty Ten: fix style element ID attribute value, see #24033."
changeset,22197,[22197],lancewillett,"Twenty Ten: escape i18n attributes as late as possible, fixes cases in loop.php -- props mfields. See #21756.
"
changeset,13836,[13836],iammattthomas,Twenty Ten: Don't use post thumbnail as the custom header if it's smaller than the header size. See #12661. Props iandstewart
changeset,21486,[21486],lancewillett,"Twenty Ten: code readability in twentyten_comment, props kovshenin, fixes #21474. (And minor pinking shears.)
"
changeset,22621,[22621],lancewillett,"Twenty Ten: clean up r22617, remove extra end comment and indent code. See #20469.
"
changeset,23793,[23793],lancewillett,"Twenty Ten: change gallery category post meta output to check for a ""gallery"" category using `get_term_by()` to avoid a possible WP_Error for an empty result by getting a false (boolean) return value instead.

And, change link output to use `get_category_link()` instead of `get_term_link()`.

Props SergeyBiryukov and keoshi, fixes #23837."
changeset,24195,[24195],lancewillett,"Twenty Ten: call `get_post_galleries()` correctly now that it has new arguments, and use a more accurate `function_exists` call. Props kovshenin, closes #23617."
changeset,22216,[22216],lancewillett,"Twenty Ten: better spacing for rows of in-content page links. Props iandstewart, fixes #16570.
"
changeset,23475,[23475],lancewillett,"Twenty Ten: better color contrast for links and text, props elfin. Fixes #14794."
changeset,22194,[22194],lancewillett,"Twenty Ten: allow page ancestors to have a visual ""on"" state, props mfields. Fixes #21647.
"
changeset,23477,[23477],lancewillett,Twenty Ten: add helpful descriptions to sidebars. Fixes #15401.
changeset,14433,[14433],nacin,"Twenty Ten spacing and string cleanups. props zeo, markmcwilliams. see #13198. Add a twentyten_credits filter, props nathanrice, fixes #12804. Also clean up the generator/credits string."
changeset,14385,[14385],nacin,Twenty Ten RTL fixes. props yoavf. fixes #13121.
changeset,15421,[15421],nacin,"Twenty Ten minor image style edits. props iandstewart, fixes #14303 for trunk."
changeset,13012,[13012],ryan,"Twenty Ten initial import. Props Ian Stewart, Matt Thomas, and others. see #9015"
changeset,22215,[22215],lancewillett,"Twenty Ten image optimization, compress JPG and PNG files a bit more.
"
changeset,14863,[14863],iammattthomas,Twenty Ten editor-style CSS cleanup
changeset,14698,[14698],nacin,Twenty Ten documentation and functions.php improvements. see #12695.
changeset,15163,[15163],iammattthomas,"Twenty Ten CSS cleanup, margin fix. Props zeo."
changeset,16480,[16480],nacin,"Twenty Ten code cleanups. props lancewillett, fixes #15476."
changeset,16216,[16216],nacin,Twenty Ten bump to 1.3-alpha in trunk.
changeset,16217,[16217],nacin,Twenty Ten bump to 1.2-RC1 in the branch.
changeset,24196,[24196],lancewillett,Twenty Ten and Twenty Twelve: fix minor indentation issues in CSS files (spaces to tabs).
changeset,23778,[23778],lancewillett,"Twenty Ten and Twenty Eleven: revert r23720 and r23721 (closes #23772) and r23718 and r23719 (closes #23774).

Unfortunately, it's too late for these improvements in older themes since it's very likely they'll adversely affect child themes."
changeset,22112,[22112],lancewillett,"Twenty Ten and Eleven: update screenshot.png files in both themes to double-sized versions for HiDPI support. Fixes #21388.
"
changeset,22214,[22214],lancewillett,"Twenty Ten and Eleven: remove invalid rel attribute generator from footer markup, see #22095.
"
changeset,22195,[22195],lancewillett,"Twenty Ten and Eleven: more elegant fix for long word overflow in sidebars. Also improves image resizing for images in widgets in Twenty Ten. Props obenland, fixes #21151; see #21503 also.
"
changeset,21490,[21490],lancewillett,"Twenty Ten and Eleven: *_continue_reading_link() should be pluggable, fixes #16500. Props nacin and SergeyBiryukov.
"
changeset,15414,[15414],nacin,Twenty Ten 1.0.4. This is [15413] for 3.0. see #14298.
changeset,18175,[18175],iandstewart,Twenty Eleven: we need to be really specific about resetting the layout for smaller screen sizes
changeset,18171,[18171],iandstewart,"Twenty Eleven: visual fixes
* Prevent the sidebar-content layout from breaking singular post and page views
* Prevent smileys from inheriting borders and padding
"
changeset,18317,[18317],iandstewart,"Twenty Eleven: Visual bug fixes
* Better targeting of fluid images and image hover/focus/active styles
* Less fragile comment list structure; Props mdawaffe
"
changeset,18030,[18030],iandstewart,"Twenty Eleven: using the cite element to markup a name doesn't conform to the HTML spec; Props holizz and aaroncampbell; See #17520
"
changeset,23792,[23792],lancewillett,"Twenty Eleven: use new URL extraction function, `get_the_url()` for link post formats in the Ephemera widget. Props obenland, fixes #23618."
changeset,23720,[23720],lancewillett,"Twenty Eleven: use callback in functions.php to enqueue scripts and styles rather than putting them directly in header.php template file. Props obenland, see #23772."
changeset,23718,[23718],lancewillett,"Twenty Eleven: use a filter to modify the output of `wp_title()`. Props obenland, see #23774."
changeset,18182,[18182],iandstewart,Twenty Eleven: updating editor styles to match main stylesheet
changeset,17906,[17906],lancewillett,"Twenty Eleven: updated screenshot, props matveb"
changeset,18204,[18204],iandstewart,Twenty Eleven: updated featured slider border color for the dark color scheme
changeset,17787,[17787],iandstewart,"Twenty Eleven: updated DocBlock comments following Twenty Ten's example; See #17198
"
changeset,18418,[18418],nacin,"Twenty Eleven: Update screenshot, use png. props iandstewart, fixes #18054 for trunk."
changeset,18419,[18419],nacin,"Twenty Eleven: Update screenshot, use png. props iandstewart, fixes #18054 for 3.2."
changeset,21390,[21390],lancewillett,"Twenty Eleven: update html5 shiv to 3.6 stable version. Props ocean90, fixes #20640.
"
changeset,18410,[18410],nacin,"Twenty Eleven: Update editor style for blockquotes and images. props iandstewart, fixes #18008 for trunk."
changeset,18411,[18411],nacin,"Twenty Eleven: Update editor style for blockquotes and images. props iandstewart, fixes #18008 for 3.2."
changeset,17803,[17803],lancewillett,Twenty Eleven: update description and tag list - see #17198
changeset,17760,[17760],lancewillett,"Twenty Eleven: update background color of comment arrows so they're visible, props iandstewart - see #17198"
changeset,18336,[18336],azaozz,"Twenty Eleven: Tweaking the tiny bubbles, again. fixes #17741"
changeset,17754,[17754],lancewillett,"Twenty Eleven: theme options - see #17198

 * Make color swatch clickable to open palette
 * Change color picker link to a submit button to match existing UI"
changeset,17732,[17732],lancewillett,"Twenty Eleven: theme options - see #17198

 * First pass at Link Color CSS rules
 * Add new function to return default values
 * Implement better validation for hex color value
 * Fix missing esc_attr()"
changeset,18188,[18188],iandstewart,Twenty Eleven: submenu line-height was too cramped; Props mitchoyoshitaka; Fixes #17695
changeset,17761,[17761],lancewillett,"Twenty Eleven: style.css cleanup and Showcase template improvements, props matveb - see #17198

 * Add full support for the featured slider powered by JS (except auto-slide)
 * Change the title hover state of large stickies to white
 * Prevent plain text posts from being displayed transparently over images
 * Update slider featured image size to 500x300
 * Add comment blocks to showcase.php"
changeset,20906,[20906],nacin,"Twenty Eleven: Style the samp and var elements the same way we style the code and kbd elements. props mfields, fixes #17842."
changeset,18099,[18099],iandstewart,"Twenty Eleven: Style the comments off message in the Ephemera widget; Props knutsp; Fixes #17583
"
changeset,17790,[17790],lancewillett,"Twenty Eleven: style improvements, RTL, and more header images - see #17198

* Add two more default header images (see r17729)
* Change the featured posts limit from 4 to ten in front page slider
* First pass at robust RTL styles
* Pingback style fixes
* Wider comment form for the one column layout
* Add CSS comment with instructions on how to remove the post format headings
"
changeset,18050,[18050],iandstewart,"Twenty Eleven: Style fixes and showcase improvements; Props matveb
* Remove bottom border from last post
* Improve featured posts on the showcase: move slider navigation to the top right; make sure the bottom border shows; make the reading more link thicker
* Positioning fix for image post format meta
* Dark stylesheet improvements
* Ensure search input text is centred vertically
"
changeset,22898,[22898],lancewillett,"Twenty Eleven: style a few more common input types. See #20579 and #21757.
"
changeset,18134,[18134],iandstewart,"Twenty Eleven: style 4-column galleries -- Props mfields -- and remove unneeded !important rules; Fixes #17564
"
changeset,17714,[17714],lancewillett,"Twenty Eleven: strip trailing spaces, props kawauso - see #17198
"
changeset,17772,[17772],iandstewart,"Twenty Eleven: Simplified post author highlighting and comment arrow images for the dark color scheme comments; See #17198
"
changeset,17846,[17846],lancewillett,"Twenty Eleven: showcase template improvements - see #17198 (props kawauso for patches)

 * Only show ""featured-posts"" area if there are published sticky posts.
 * If there is only one sticky, hide the slider and just display the single featured post."
changeset,18058,[18058],iandstewart,"Twenty Eleven: Show tag descriptions on tag archive pages if they exist; Props zeo; Fixes #17438
"
changeset,18127,[18127],iandstewart,"Twenty Eleven: show expected formatting for em, strong, and a in editor styles; Props greuben; Fixes #17417
"
changeset,22193,[22193],lancewillett,"Twenty Eleven: show categories and tags only when supported by post type, using `is_object_in_taxonomy()` instead of only checking for 'post' post types. Props obenland, fixes #20922.
"
changeset,23654,[23654],lancewillett,"Twenty Eleven: set images without WordPress-generated class to 100% maximum width, and fix spacing of images within caption containers. Props obenland, fixes #22366."
changeset,17722,[17722],lancewillett,"Twenty Eleven: set default case for switch statement in the twentyeleven_comment(), props greenshady - see #17198
"
changeset,17917,[17917],lancewillett,"Twenty Eleven: run twentyeleven_url_grabber once in widgets.php, props duck_ -- closes #17279"
changeset,18183,[18183],iandstewart,Twenty Eleven: restore max-width for full-size images
changeset,18139,[18139],iandstewart,Twenty Eleven: restore Image Post margin resetting
changeset,18190,[18190],iandstewart,Twenty Eleven: reset content margins for 404
changeset,20907,[20907],nacin,Twenty Eleven: Remove unused CSS. props SergeyBiryukov. fixes #20470.
changeset,22213,[22213],lancewillett,"Twenty Eleven: remove invalid pubdate value from time elements. See #22095.
"
changeset,23060,[23060],lancewillett,"Twenty Eleven: remove buggy `word-break` property, use `word-wrap` instead, for better hyphenation and word breaking in nested comments. Fixes #22751.
"
changeset,20904,[20904],nacin,"Twenty Eleven: Remove border and padding from images in the image widget. props lancewillett, fixes #20482."
changeset,20471,[20471],nacin,Twenty Eleven: Remove $locale.php file support. see #20448.
changeset,18215,[18215],iandstewart,Twenty Eleven: reduce image sizes; Props demetris; Fixes #17641
changeset,20881,[20881],nacin,Twenty Eleven: pull classes shouldn't force a width on all elements (like images). props matveb. fixes #20485.
changeset,18198,[18198],nacin,Twenty Eleven: Properly handle the default link color for the dark theme. props dcowgill for the patch refresh. fixes #17351.
changeset,18165,[18165],iandstewart,Twenty Eleven: prevent stretching of full-size images reduced in size with CSS in IE8; Props rosshanney and nickbohle; Fixes #17650
changeset,18042,[18042],iandstewart,"Twenty Eleven: prevent overflow on the pre element; Props devinreams; Fixes #17432
"
changeset,18186,[18186],iandstewart,Twenty Eleven: prevent notices in taxonomy archives using custom post types; Props mfields; Fixes #17566
changeset,18430,[18430],nacin,"Twenty Eleven: Prefix theme_options_render_page(). props chipbennett, see #18045. for trunk."
changeset,18431,[18431],nacin,"Twenty Eleven: Prefix theme_options_render_page(). props chipbennett, see #18045. for 3.2."
changeset,17788,[17788],iandstewart,"Twenty Eleven: Post Format headings and CSS cleanup; See #17198 props matveb
"
changeset,17720,[17720],lancewillett,"Twenty Eleven: move widgets.php into /inc - see #17198
"
changeset,18181,[18181],iandstewart,"Twenty Eleven: miscellaneous bug fixes and improvements
* Only style images uploaded to the WordPress media library with border styles (and not placeholder images for content added by plugins)
* Prevent content added by plugins and long custom excerpts from overflowing the featured post slider
* Make sure small thumbnails will never appear in the Custom Header area
* Better indicate the current featured post with custom link color and cursor
* Add a class for text-only featured posts
* Style improvements for small screens
"
changeset,17719,[17719],lancewillett,"Twenty Eleven: minor style fixes (overflow) for international blogs and replacing em dash with the proper CSS value for the entity. Props matveb, see #17198"
changeset,18216,[18216],iandstewart,Twenty Eleven: make sure we're checking for sticky posts at the correct time in showcase.php
changeset,18048,[18048],iandstewart,"Twenty Eleven: make sure title-less widgets don't float into content for small screens; Props devinreams; Fixes #17423
"
changeset,18172,[18172],iandstewart,Twenty Eleven: make sure the featured post title link is visible in the dark color scheme
changeset,17755,[17755],iandstewart,"Twenty Eleven: make sure that link color options set in theme-options.php will override showcase.php recent posts and ephemera widget link colors; See #17198
"
changeset,18184,[18184],iandstewart,Twenty Eleven: make sure all user-added images are fluid with auto height correction only on images that WordPress adds attributes to
changeset,18029,[18029],iandstewart,"Twenty Eleven: make categories and tags i18n friendly; Props dimadin; Fixes #17531
"
changeset,18382,[18382],azaozz,"Twenty Eleven: limit textarea resizing to vertical only, props iandstewart, fixes #17947"
changeset,17776,[17776],lancewillett,"Twenty Eleven: introduce image post format and miscellaneous style fixes, props matveb and iandstewart - see #17198"
changeset,22616,[22616],lancewillett,"Twenty Eleven: in comments template check `get_comments_number()` instead of using `$comments_by_type` for showing a comments closed message. Props kovshenin, see #20469.
"
changeset,18060,[18060],iandstewart,"Twenty Eleven: Improvements to the responsive layout
"
changeset,23824,[23824],lancewillett,"Twenty Eleven: improve how gallery image IDs are retrieved for use in the Gallery post format template. Props to obenland for original patch, fixes #22907."
changeset,17775,[17775],lancewillett,Twenty Eleven: improve calls to get_header_image() - see #17240 and #17198
changeset,17721,[17721],iandstewart,"Twenty Eleven: functions.php cleanup and introduction of theme options; see #17198

* Cleanup functions.php, adding comments and function_exists() checks following Twenty Ten's example
* Theme option for choosing an alternate (dark) color scheme. It currently only loads a placeholder CSS file with dark styles to follow.
* Theme option for selecting a link color that loads an internal style block for resetting link colors. An updated style.css will follow to take advantage of this.
* Theme options for selecting an alternate layout. Adds a class to the body element. An updated style.css will follow to take advantage of this.
"
changeset,19348,[19348],azaozz,"Twenty Eleven: footer widgets shouldn't appear on the 404 page, props iandstewart, fixes #18933"
changeset,18167,[18167],iandstewart,Twenty Eleven: focus styles for sidebar links; Fixes #17410
changeset,18057,[18057],iandstewart,"Twenty Eleven: focus styles for all links; Fixes #17410
"
changeset,17737,[17737],nacin,"Twenty Eleven: Fix up the color picker JS. Use a separate color swatch rather than the input background. While cool, it doesn't have suffficient contrast. Also set farbtastic as a JS dependency. see #17198."
changeset,21368,[21368],lancewillett,"Twenty Eleven: fix typo, s/#entry-meta/.entry-meta/ props zeo. See #21418.
"
changeset,22316,[22316],lancewillett,Twenty Eleven: fix SVN properties
changeset,17723,[17723],lancewillett,"Twenty Eleven: fix spacing and add a few missing esc_attr() calls in widgets.php - see #17198
"
changeset,23647,[23647],lancewillett,"Twenty Eleven: fix showcase template display in IE7 and IE8, props obenland. Fixes #18024."
changeset,18408,[18408],nacin,"Twenty Eleven: Fix search form width in IE7. props iandstewart, fixes #18004 for trunk."
changeset,18409,[18409],nacin,"Twenty Eleven: Fix search form width in IE7. props iandstewart, fixes #18004 for 3.2."
changeset,18389,[18389],azaozz,"Twenty Eleven: Fix missing comma in transition-property (accidentally reverted), props Jayjdk, fixes #17426"
changeset,21487,[21487],lancewillett,"Twenty Eleven: fix long URLs in comments overflow content area, fixes #21491. Props SergeyBiryukov jkudish andrewspittle.

Also minor pinking shears in stylesheet and functions file.
"
changeset,21488,[21488],lancewillett,"Twenty Eleven: fix gallery thumbnail image overflow, props chellycat. Fixes #20478.
"
changeset,17847,[17847],lancewillett,"Twenty Eleven: fix changes in r17846, props nacin - see #17198

 * Simplify WP_Query call to pass args directly
 * Don't use Yoda Conditions for <, >, <=, >= as they can be hard to read (ref: http://codex.wordpress.org/WordPress_Coding_Standards#Yoda_Conditions)
 * Fix typo in query args"
changeset,18040,[18040],iandstewart,"Twenty Eleven: Fix a typo in PHPdoc; Props tenpura; Fixes #17434
"
changeset,17816,[17816],iandstewart,"Twenty Eleven: first pass at visual editor styles with RTL editor styles to come; See #17198
"
changeset,17752,[17752],iandstewart,"Twenty Eleven: First pass at styles to support the theme option for alternate layouts; See #17198
"
changeset,17726,[17726],iandstewart,"Twenty Eleven: first pass at print styles; See ##17198
"
changeset,17756,[17756],iandstewart,"Twenty Eleven: First pass at dark color scheme w/ simplification of borders above and below the menu; See #17198
"
changeset,18244,[18244],nacin,"Twenty Eleven: escaping frenzy, hide authors if a single author blog. props DH-Shredder, props iandstewart, see #17385, fixes #17563."
changeset,23000,[23000],lancewillett,"Twenty Eleven: escape navigation ID output, closes #22690."
changeset,22199,[22199],lancewillett,"Twenty Eleven: escape i18n attributes as late as possible, props mfields. See #21756.
"
changeset,23474,[23474],lancewillett,Twenty Eleven: ensure `twentyeleven_url_grabber()` is pluggable by wrapping in a `function_exists` check.
changeset,18121,[18121],iandstewart,"Twenty Eleven: editor-style should have max-width; Props bi0xid; Fixes #17393 #17649; See #17644
"
changeset,18433,[18433],nacin,"Twenty Eleven: Don't set color in the * selector in editor styles. props MattyRob, fixes #18011 for trunk."
changeset,18434,[18434],nacin,"Twenty Eleven: Don't set color in the * selector in editor styles. props MattyRob, fixes #18011 for 3.2."
changeset,18422,[18422],nacin,"Twenty Eleven: Don't call comments_popup_link() if post_password_required(). That'll result in double password messages. props helenyhou, fixes #17962 for trunk."
changeset,18423,[18423],nacin,"Twenty Eleven: Don't call comments_popup_link() if post_password_required(). That'll result in double password messages. props helenyhou, fixes #17962 for 3.2."
changeset,19347,[19347],azaozz,"Twenty Eleven: Custom shadows for comment avatars in the dark color scheme, props iandstewart, fixes #18930"
changeset,18033,[18033],iandstewart,"Twenty Eleven: correcting mis-floated sidebar in IE9 on the showcase page; Props rosshanney; Fixes #17486
"
changeset,18140,[18140],iandstewart,Twenty Eleven: correct typos in PHP comments
changeset,17819,[17819],iandstewart,Twenty Eleven: correct typo in inline documentation props markmcwilliams; See #17198
changeset,20903,[20903],nacin,Twenty Eleven: Correct the display of featured images in the showcase template for IE8. props chellycat. fixes #20479.
changeset,18077,[18077],iandstewart,"Twenty Eleven: Correct the broken 404 layout; Fixes #17606
"
changeset,18046,[18046],iandstewart,"Twenty Eleven: correct syntax for CSS transition property; Props Jayjdk; Fixes #17426
"
changeset,18168,[18168],iandstewart,Twenty Eleven: correct layout bug with showcase template and alt layout option; Props ocean90; Fixes #17415
changeset,18039,[18039],iandstewart,"Twenty Eleven: consistent styles for .nopassword and .nocomments; Props zeo; Fixes #17437
"
changeset,18245,[18245],iandstewart,Twenty Eleven: compressed header thumbnails and theme screenshot; Props demetris; Fixes #17641
changeset,18218,[18218],iandstewart,Twenty Eleven: check for published posts on the showcase page to prevent trashed sticky posts from appearing in the featured post loop; Props kawauso
changeset,24194,[24194],lancewillett,"Twenty Eleven: call `get_post_galleries()` correctly now that it has new arguments, and use a more accurate `function_exists` call. Props kovshenin, closes #22907."
changeset,18072,[18072],iandstewart,"Twenty Eleven: bug fixes and enhancements ...
* Improvements to the dark color scheme; Props matveb
* Remove link colors from the dark color scheme and let the default link color cascade
* Check for multiple authors before showing author information on single posts
* Remove the span before the edit link on the image template
* Add a comment icon; Props hugobaeta
* Replace the default reply text with an icon to prevent i18n issues with the design; Props matveb
* Don't output sidebar on the no sidebar layout
* Use the search form styling from the header for all search forms
* Style fixes for no search results page
* Fixes for fancy blockquote styles
* Style fixes for the showcase slider
* Margin for galleries
* Only showing the top post navigation on paged results
* Remove floats from images for the smallest screen sizes
"
changeset,18037,[18037],iandstewart,"Twenty Eleven: better visibility for comment form text in the dark color scheme; Props greuben; Fixes #17468
"
changeset,22588,[22588],lancewillett,"Twenty Eleven: better closed comments notes. Check only for ""comment"" type comments when deciding whether to show the message. Props iandstewart and obenland, closes #20469.
"
changeset,21491,[21491],lancewillett,"Twenty Eleven: allow content-single.php to be overridden for post formats, props murky. Closes #17996.
"
changeset,17830,[17830],lancewillett,Twenty Eleven: adding RTL editor styles and tighter header height - see #17198
changeset,20905,[20905],nacin,"Twenty Eleven: Add whitespace to paragraphs in the image post format. props mfields, fixes #20471."
changeset,18059,[18059],iandstewart,"Twenty Eleven: Add the Ephemera title to the theme textdomain; Props knutsp; Fixes #17572
"
changeset,17717,[17717],lancewillett,"Twenty Eleven: add support for Status and Quote formats, props iandstewart - see #17198
"
changeset,22196,[22196],lancewillett,"Twenty Eleven: add rule to force override the fixed width for Twitter embeds. Props kovshenin, fixes #21680; see also r21637.
"
changeset,17729,[17729],lancewillett,"Twenty Eleven: add first batch of new header images, courtesy of the immeasurable photomatt archives - see #17198"
changeset,18132,[18132],iandstewart,"Twenty Eleven: Add border styles to images so we can better style linked images on :focus; includes updates to editor styles and improvements to Image Post styles; See #17524
"
changeset,17718,[17718],lancewillett,"Twenty Eleven: add additional conditional IDs for the html element, props iandstewart - see #17198"
changeset,18166,[18166],iandstewart,Twenty Eleven: Add a hidden label for search forms; See #17524
changeset,18117,[18117],iandstewart,"Twenty Eleven: accessibility improvements and minor style fixes for galleries; See #17524
* Improved color contrast for light and dark color schemes
* Skip link for skipping directly to sidebar content
* Skip links visible on :focus
* Using a more semantic, general class name of .assistive-text instead of .section-heading and .screen-reader-text
* Focus styles for password inputs (and a minor style fix)
"
changeset,17734,[17734],nacin,"Twenty Eleven:
 * Use add_option(), rather than get_option() with defaults, to prevent notoption queries.
 * Add twentyeleven_theme_options_validate filter, that way one doesn't need to add a filter to sanitize_option_\$option to allow more options in.
 * Some inline doc modifications and additions.
see #17198.

"
changeset,24144,[24144],lancewillett,"Twenty Eleven, minor cleanup: remove extra spaces in CSS file and crush a few more kilobytes from a PNG file."
changeset,18383,[18383],nacin,"Twenty Eleven without header text: Prevent the nav from overlapping the search box. props iandstewart, fixes #17949."
changeset,17802,[17802],lancewillett,"Twenty Eleven updates and fixes, see #17198

 * Add explanatory comments in all templates, following Twenty Ten's example
 * Stick with twentyeleven_ for prefixing filter names
 * Use post format content templates in search results
 * First pass at adding a template for adding a sidebar to pages
 * Add a featured post header to standard sticky posts
 * Style fixes: print media, comment styles for pages with sidebars, color of meta links on image post format"
changeset,18322,[18322],dd32,Twenty Eleven trumps it's pretenders. Fixes #17841
changeset,20916,[20916],koopersmith,"Twenty Eleven theme customizer integration. props lancewillett, Otto42. fixes #20448, see #19910.
"
changeset,18342,[18342],azaozz,"Twenty Eleven RTL update, props yoavf, fixes #17882"
changeset,22217,[22217],lancewillett,"Twenty Eleven image optimization, compress PNG files a bit more.
"
changeset,18272,[18272],dd32,"Twenty Eleven Functions.php comments cleanup, merge the 2 body class functions. Props jorbin. See #17748"
changeset,17908,[17908],lancewillett,"Twenty Eleven footer style fixes, props matveb

 * Improve footer credits, add WordPress PNG
 * Add hover color to footer links"
changeset,17845,[17845],lancewillett,"Twenty Eleven fixes, props matveb - see #17198

- Add padding to the menu when the search input is in menu bar
- Improve search input behavior when located in menu bar (also props ocean90)
- i18n for post formats headings (also props nickbohle)
- Small style fix for images"
changeset,17791,[17791],lancewillett,"Twenty Eleven fixes - see #17198

* RTL tweaks and fixes
* Misc style fixes
* Fix tags output, comment links, and remove trailing spaces from translatable strings
"
changeset,18253,[18253],azaozz,"Twenty Eleven code review and cleanup, props dd32, fixes #17748"
changeset,18394,[18394],nacin,Twenty Eleven bump. see #17759.
changeset,23429,[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."
changeset,19957,[19957],lancewillett,"Twenty Eleven and Twenty Twelve: fix incorrect end HTML comment left over from Twenty Ten.

See #19978.
"
changeset,15002,[15002],markjaquith,Tweaks to wp_constrain_dimensions() for better fits and consistency. fixes #13556
changeset,2201,[2201],saxmatt,"Tweaks to the dashboard planet display
"
changeset,14047,[14047],nacin,"Tweaks to the action in get_template_part(). fixes #12248, fixes #12941."
changeset,13881,[13881],wpmuguru,"tweaks to network_*_url(), see #12736"
changeset,13556,[13556],iammattthomas,Tweaks to mobile-webkit styles; see #12303
changeset,2123,[2123],saxmatt,"Tweaks to how pages are displayed
"
changeset,523,[523],saxmatt,"Tweaks to calendar and CSS per Alex's and Dunstan's suggestions.
"
changeset,19156,[19156],azaozz,"Tweaks for the admin bar comment bubble: allow JS updating the count, center the bubble when no pending comments, props duck_, fixes #18809"
changeset,14353,[14353],nacin,"Tweaks for nav menu admin tabs with JS disabled. props koopersmith, see #13215"
changeset,56,[56],saxmatt,"Tweaks for first release.
"
changeset,2756,[2756],matt,Tweaks and catchups
changeset,1271,[1271],saxmatt,"Tweaking what shows by default.
"
changeset,1506,[1506],saxmatt,"Tweaking of time form
"
changeset,43,[43],saxmatt,"Tweaked touch_time as part of Admin update.
"
changeset,948,[948],emc3,"Tweaked test version of the_meta() a little
"
changeset,1042,[1042],michelvaldrighi,"tweaked get_lastpostdate and get_lastpostmodified a bit for consistency
"
changeset,5,[5],helenyhou,"Tweaked 2x TinyMCE icons for better positioning, via lessbloat"
changeset,1650,[1650],saxmatt,"Tweak.
"
changeset,3882,[3882],matt,"Tweak, fixes #2832 "
changeset,9254,[9254],ryan,Tweak wp_page_menu() defaults. Props MichaelH. fixes #7914
changeset,7726,[7726],ryan,Tweak unused widgets interface. Make widget titles less repetitive. fixes #6349 #5823 for trunk
changeset,7725,[7725],ryan,Tweak unused widgets interface. Make widget titles less repetitive. fixes #6349 #5823 for 2.5
changeset,2488,[2488],ryan,Tweak to 2487.
changeset,4017,[4017],ryan,Tweak theme validation.
changeset,23622,[23622],markjaquith,"Tweak the Nav Menu UX, especially around menu creation.

props lessbloat, DrewAPicture, jkudish. fixes #23641"
changeset,19440,[19440],azaozz,"Tweak the active help tab padding to line it up, see #19020"
changeset,19541,[19541],nacin,Tweak strings for point release changelogs. see #19346.
changeset,14920,[14920],dd32,Tweak String language to match language used elsewhere. Props Jane. See #11232
changeset,1364,[1364],rboren,"Tweak some markup.
"
changeset,18971,[18971],koopersmith,Tweak pointer styles. see #18693.
changeset,11337,[11337],azaozz,"Tweak p.help class, props Simek, fixes #9790"
changeset,14070,[14070],dd32,Tweak new strings for better typography. Props demetris. Fixes #12962
changeset,19331,[19331],azaozz,"Tweak install.php CSS to better fit translations, props SergeyBiryukov, fixes #19281"
changeset,588,[588],saxmatt,"Tweak for multiple categories on edit page.
"
changeset,211,[211],tellyworth,tweak expected values
changeset,12076,[12076],ryan,Tweak embed settings. Props Viper007Bond. see #10337
changeset,5238,[5238],rob1n,"Tweak displaying comments awaiting moderation to their authors. Props wnorris. fixes #4108
"
changeset,12291,[12291],azaozz,"Tweak colors for trash, spam and undo of comments, fix IE6/7 background for unapproved comments, fix JS error in IE6/7, props caesarsgrunt, see #4529"
changeset,7518,[7518],ryan,Tweak active plugin highlighting. WIP. see #6275
changeset,2772,[2772],matt,Tweak   
changeset,21804,[21804],nacin,"Turn XML-RPC on and remove the option on the Writing Settings page.
props markoheijnen for the initial patch.

Introduces a new filter, xmlrpc_enabled.

Respects any current callbacks registered to the pre_option_enable_xmlrpc
and option_enable_xmlrpc filters, for anyone forcing it off via code.

fixes #21509.

"
changeset,9072,[9072],markjaquith,"Turn the Visual Editor user preference on its head, to more accurately reflect what it does now. fixes #6403. props MattyRob."
changeset,23707,[23707],markjaquith,"Turn the Nav Menu meta boxes into an accordion. Less sprawling and overwhelming.

* Registration stays the same — they're meta boxes
* Call `do_accordion_sections()` instead of `do_meta_boxes()` and they render as an accordion

props DrewAPicture, lessbloat, jkudish. fixes #23450. see #23449"
changeset,5572,[5572],rob1n,"Turn string to upper. Props Donncha. fixes #4350
"
changeset,2768,[2768],matt,Turn register globals off. Hat tip: Christian Schmidt
changeset,504,[504],convissor,"Turn PHPUnit --verbose into an option (-p), false by default."
changeset,8255,[8255],ryan,Turn off verbose
changeset,7233,[7233],matt,"Turn off the fullsize argument, which was accidentally toggled earlier."
changeset,11158,[11158],ryan,Turn off tag cloud filtering when requesting the cloud via AJAX. Props jhodgdon. fixes ##6593
changeset,931,[931],nacin,"Turn off phpunit's strict mode by default.

The failures for unexpected output and no assertions are both useful,
but we seemed to have solved our previous problems with unexpected
output (see [625] for earlier suppression efforts) and we have identified
tests without assertions.

On the other hand, strict mode's time limits can cause complications.

You can still run the tests with strict mode using --strict.

"
changeset,10286,[10286],ryan,Turn off magic_quotes_sybase. It prevents addslashes from escaping backslashes. fixes #8757 for trunk
changeset,10288,[10288],ryan,Turn off magic_quotes_sybase. It prevents addslashes from escaping backslashes. fixes #8757 for 2.7
changeset,1740,[1740],saxmatt,"Turn off GZIP.
"
changeset,1059,[1059],saxmatt,"Turn magic quotes runtime off, fix english, normalize newlines going in.
"
changeset,19016,[19016],ryan,Turn is_blog_user() into a wrapper around is_user_member_of_blog() and deprecate.  Make user_id optional for is_user_member_of_blog(). Props SergeyBiryukov. fixes #16702
changeset,19004,[19004],ryan,Turn is_blog_user() into a convenience wrapper around get_blogs_of_user(). Fixes is_blog_user() for blog prefixes that do not contain a blog ID. Props SergeyBiryukov. fixes #16702
changeset,4202,[4202],ryan,Turn hard-coded paths to defines. Pull gettext includes int wp-settings.  Props mdawaffe.  fixes #3157
changeset,692,[692],saxmatt,"Turn down error reporting.
"
changeset,18500,[18500],ryan,"Turn delete_meta() , get_post_meta_by_id(), update_meta(), delete_post_meta_by_key() into wrappers around the metadata API. Add back compat *_postmeta actions to metadata API. Props jgadbois. see #18196"
changeset,6005,[6005],markjaquith,Turn &amp; to & in add_query_arg().  fixes #4878
changeset,4514,[4514],markjaquith,trying Ryan's suggestion for #3215
changeset,4513,[4513],markjaquith,trying Ryan's suggestion for #3215
changeset,4946,[4946],ryan,Trying out phpmailer for wp_mail().  fixes #3862
changeset,37,[37],tellyworth,try to stop errors from breaking xml output in rss feed tests
changeset,9100,[9100],ryan,Try to preserve post IDs during import
changeset,2110,[2110],rboren,"Try to fix some of the siteurl stomping.  Bug 678.
"
changeset,22443,[22443],nacin,"Try to avoid overflow of the page template dropdown with long template names. props SergeyBiryukov, ocean90. fixes #21956.

"
changeset,9238,[9238],ryan,Try out stick checkbox in Status section of Quick Edit.  Props ShaneF. fixes #7902
changeset,8798,[8798],ryan,Try out httponly for auth cookies. see #7677
changeset,23267,[23267],ryan,"Try not to send Last-Modified, even with an empty value. Some servers interpret an empty value as the epoch.

Props nacin, slene, SergeyBiryukov, andy
see #23021 for trunk
"
changeset,23281,[23281],ryan,"Try not to send Last-Modified, even with an empty value. Some servers interpret an empty value as the epoch.

Props nacin, slene, SergeyBiryukov, andy
fixes #23021 for 3.5
"
changeset,1883,[1883],saxmatt,"Try not to cache if the page doesn't finish, updated link.
"
changeset,6057,[6057],markjaquith,Try more ways of getting wp-admin URL in wp_die().  props Nazgul.  fixes #4006
changeset,10653,[10653],ryan,Try grid layout for theme browser. see #8652
changeset,14638,[14638],westi,"Try and tidy up the show_screen logic a little.
Implement a better override of the column header.
See #13393."
changeset,14637,[14637],westi,"Try and tidy up the show_screen logic a little.
Implement a better override of the column header.
See #13393."
changeset,6638,[6638],matt,"Try a different comment bubble, fixes #5694. Hat tip: sambauers."
changeset,4785,[4785],ryan,Trunk is now for 2.2 development.
changeset,23168,[23168],nacin,"Trunk is now 3.6-alpha.

"
changeset,23172,[23172],nacin,"Trunk is now 3.6-alpha again.

"
changeset,21079,[21079],nacin,Trunk is now 3.5-alpha.
changeset,23171,[23171],nacin,"Trunk is now 3.5 again. (Translators need an anchor point.)

"
changeset,19594,[19594],ryan,Trunk is now 3.4 alpha
changeset,7569,[7569],westi,"Trunk is for 2.6 development now.
"
changeset,4560,[4560],ryan,Truncate sanitized titles to the size of the post_name field without killing multibye characters.
changeset,14408,[14408],nacin,"Truncate really long menu names. props koopersmith, see #13220."
changeset,14671,[14671],nacin,"Truncate long menu names in the menu locations box. props koopersmith, see #13378."
changeset,11713,[11713],azaozz,"Truncate comment agent when longer than 255 chars, props Denis-de-Bernardy, fixes #10389"
changeset,5267,[5267],rob1n,"trim() question marks *after* concatenating the string. fixes #4134
"
changeset,6020,[6020],markjaquith,trim() plugin URL before deciding whether to show a link.  props Gary King.  fixes #4633
changeset,11463,[11463],azaozz,Trim white space
changeset,1129,[1129],saxmatt,"Trim when updating options.
"
changeset,2449,[2449],ryan,Trim user info when adding new user.  http://mosquito.wordpress.org/view.php?id=1110  Props: gzfelix 
changeset,2067,[2067],saxmatt,"Trim updated options.
"
changeset,15235,[15235],ryan,Trim trailing whitespace.
changeset,13733,[13733],ryan,Trim trailing whitespace
changeset,13025,[13025],ryan,Trim trailing whitespace
changeset,10810,[10810],ryan,Trim trailing whitespace
changeset,14465,[14465],nacin,Trim trailing whites from nav-menu js.
changeset,13268,[13268],ryan,Trim trailing whites
changeset,4036,[4036],ryan,Trim theme and plugin data.  fixes #2943
changeset,4035,[4035],ryan,Trim theme and plugin data.  fixes #2943
changeset,22633,[22633],nacin,"Trim the option name in get_option() before calling the pre_option_$option filter, not after. props evansolomon. fixes #22358.

"
changeset,11151,[11151],ryan,Trim term before checking if it already exists. Props jhodgdon. fixes #9397
changeset,11450,[11450],ryan,Trim tailing whitespace
changeset,3208,[3208],matt,"Trim submitted values, fixes #1954"
changeset,2891,[2891],ryan,Trim spaw words before checking for empty.  Props markjaquith.  fixes #1653
changeset,9007,[9007],ryan,Trim some links
changeset,11582,[11582],ryan,Trim query strings from menu entries before seeing if a corresponding file exists. fixes #10132 for trunk
changeset,11583,[11583],ryan,Trim query strings from menu entries before seeing if a corresponding file exists. fixes #10132 for 2.8.1
changeset,2717,[2717],ryan,Trim option value only if it is a string.  Don't trim objects and arrays.  Props: Jason Bainbridge
changeset,7007,[7007],ryan,Trim long urls.  Hide Approve button when listing already Approved comments.
changeset,11362,[11362],ryan,Trim long descriptions in plugin installer search results. Props DD32. fixes #9576
changeset,4062,[4062],ryan,trim login
changeset,21864,[21864],nacin,"Trim incoming searches on the users list table. props tollmanz. fixes #21318.

"
changeset,5700,[5700],ryan,Trim empty lines.  Nothing but newline.
changeset,2490,[2490],ryan,Trim comment info.  http://mosquito.wordpress.org/view.php?id=1183 Props: ryanduff
changeset,9923,[9923],ryan,Trim comment author urls. see #8386
changeset,2139,[2139],saxmatt,"Trim before decoding - http://mosquito.wordpress.org/view.php?id=654
"
changeset,5948,[5948],ryan,Trim before comparison.  Props foolswisdom and Nazgul. fixes #4815
changeset,19649,[19649],ryan,Trigger the wp_print_syles action from wp_print_styles() only when handles are not passed. Prevents front-end styles from leaking into the admin. Props nacin. see #19510 for trunk
changeset,19650,[19650],ryan,Trigger the wp_print_syles action from wp_print_styles() only when handles are not passed. Prevents front-end styles from leaking into the admin. Props nacin. see #19510 for 3.3
changeset,3427,[3427],ryan,Trigger pre_ping action outside of loop.  Props Mark Jaquith.  fixes #2269
changeset,14019,[14019],ryan,Trigger adjacent_posts_rel_link() from wp_head only for single post pages to avoid unnecessary queries. see #10867
changeset,16021,[16021],scribu,Trigger activation hooks for netork plugins when new site is created. See #14170
changeset,27,[27],tellyworth,trigger a failure if parent::setUp() was not run
changeset,17851,[17851],koopersmith,Trigger 'howdy' dropdown by click instead of hover. see #17324.
changeset,121,[121],tellyworth,trial import of formatting tests from jacob's repo
changeset,23303,[23303],nacin,"Treat URL schemes as case insensitive when sanitizing them in esc_url().

props mdawaffe.
fixes #23187.
tests: [1184/tests]

"
changeset,23348,[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.

"
changeset,15249,[15249],nacin,"Treat trash/untrash of posts associated with media items the same as other stati changes. props koopersmith, see #13822."
changeset,4416,[4416],markjaquith,"Treat those chars specially, and sanitize inline-uploading params"
changeset,4415,[4415],markjaquith,Treat those chars specially
changeset,11848,[11848],westi,"Treat comma, colon and semi-colon the same way."
changeset,22417,[22417],nacin,"Treat a single taxonomy passed as an array the same as when passed as a string in get_terms(). props wonderboymusic, fixes #17955.

"
changeset,12130,[12130],azaozz,"Trash undo for the uploader, props caesarsgrunt, see #4529"
changeset,11749,[11749],azaozz,"Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529"
changeset,11750,[11750],azaozz,"Trash status update, see #4529"
changeset,14167,[14167],nbachiyski,"Trash should always be in titlecase for consistency
"
changeset,12148,[12148],ryan,Trash comments when trashing a post. see #11073
changeset,17102,[17102],ryan,Translations in title attributes require esc_attr().
changeset,1311,[1311],rboren,"Translation update.
"
changeset,9132,[9132],ryan,Translation fixes for the comments table from msi08. fixes #7583
changeset,2821,[2821],ryan,Translation fix.  Props nbachiyski. fixes #1574
changeset,9480,[9480],westi,Translation fix.
changeset,6227,[6227],westi,"Translation fix for wp_tag_cloud(). Fixes #5131 props webrocker
"
changeset,19028,[19028],nacin,Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g
changeset,22486,[22486],nacin,"Translate. see #19956.

"
changeset,15293,[15293],nacin,"Translate, don't echo. props SergeyBiryukov, fixes #14008 for trunk."
changeset,15294,[15294],nacin,"Translate, don't echo. props SergeyBiryukov, fixes #14008 for 3.0."
changeset,7446,[7446],westi,"Translate WordPress. Fixes #6324.
"
changeset,19833,[19833],nacin,"Translate TinyMCE's spellchecker languages. props SergeyBiryukov, fixes #19962."
changeset,5696,[5696],rob1n,"Translate the rest of the &raquo;'s. Props nbachiyski. fixes #3401
"
changeset,19820,[19820],nacin,Translate the monthnum/month abbreviation construct in the Publish box. see #19598.
changeset,20776,[20776],nacin,"Translate the 'http://browsehappy.com/' URL. See http://wp.me/p10SQN-r8.

"
changeset,23082,[23082],nacin,"Translate the 'First Steps with WordPress' Codex link. props SergeyBiryukov, fixes #22767.

"
changeset,10885,[10885],ryan,Translate tag filter keywords. see #8652
changeset,5697,[5697],rob1n,"Translate some strings in the classic theme that were missed. Props nbachiyski. fixes #4451
"
changeset,14719,[14719],nacin,Translate some hard-coded strings. props PeteMall.
changeset,9418,[9418],ryan,Translate sizes. fixes #8012
changeset,21316,[21316],ryan,"Translate role names in the new user notification email. Props obenland. fixes #20764
"
changeset,17092,[17092],markjaquith,Translate post format term names on the fly. props mfields. fixes #15899
changeset,20041,[20041],nacin,"Translate page template names! Have WP_Theme::get_page_templates() return templates keyed by filename, not by template name, as it makes more sense. Flip this in get_page_templates() to be compatible. fixes #6007."
changeset,14322,[14322],nacin,"Translate name of sidebars in twentyten. props zeo, fixes #13189."
changeset,10334,[10334],ryan,Translate lj user= tags. Props novalis_dt. fixes #5840
changeset,19783,[19783],nacin,"Translate http://wordpress.org/ for the wp-login.php header image URL. Clean up. props zeo, fixes #19364."
changeset,10953,[10953],ryan,Translate defaults. Props nbachiyski. fixes #9548
changeset,17728,[17728],ryan,"Translate default link labels for *posts_link(). Props nathanrice, CharlesClarkson. fixes #16998"
changeset,11290,[11290],ryan,Translate continent and city names for timezone picker. see #9794
changeset,5166,[5166],ryan,Translate APP and XMLRPC errors. Props nbachiyski. fixes #3997
changeset,19823,[19823],nacin,Translate another http://wordpress.org/ link. see #19603.
changeset,16191,[16191],markjaquith,"Translate and prettify post formats for display. Also, filterable by themes/plugins to add new ones. see #14746"
changeset,16989,[16989],nacin,Translate and markup plugins in a directory when deleting a plugin. fixes #15742.
changeset,20851,[20851],ryan,Translate and empty header text color into the default text color. Honor blank. Props kovshenin. fixes #20600
changeset,16119,[16119],nacin,Translate a string.
changeset,18249,[18249],nacin,"Translate a missing string. props ldebrouwer, fixes #16861."
changeset,5676,[5676],rob1n,"Translate &raquo;. see #3401
"
changeset,4604,[4604],markjaquith,trailingslashit() fix for paged posts links from activeingredient.  fixes #3163
changeset,4603,[4603],markjaquith,trailingslashit() fix for paged posts links from activeingredient.  fixes #3163
changeset,18642,[18642],nacin,"trailingslashit isn't normally available in ms-files. props davecpage, fixes #18592."
changeset,583,[583],saxmatt,"Trailing whitespace?
"
changeset,7946,[7946],ryan,Trailing whitespace cleanup.
changeset,12733,[12733],ryan,Trailing whitespace cleanup
changeset,11013,[11013],ryan,Trailing whitespace cleanup
changeset,8600,[8600],ryan,Trailing whitespace cleanup
changeset,6726,[6726],ryan,Trailing whitespace cleanup
changeset,4953,[4953],markjaquith,trailing tabs and whitespace cleanup.
changeset,3134,[3134],ryan,Trailing slashes. Propers to Mark Jaquith.  fixes #1893
changeset,2945,[2945],ryan,"Trailing slashes, on the URI, make me happy, make me feel fine.  fixes #1742"
changeset,22190,[22190],nacin,"Trailing slash the URL for the 'Visit' link in network/sites.php.

"
changeset,19405,[19405],nacin,Trailing slash home_url() for the form action for admin bar search. props SergeyBiryukov. Escape too. fixes #18034 for 3.3.
changeset,19373,[19373],ryan,Trailing slash for site url. Props SergeyBiryukov. fixes #19314
changeset,19903,[19903],koopersmith,Trailing commas make JS cry. see #19810.
changeset,23124,[23124],koopersmith,"Trailing commas make IE7 cry. fixes #22819.
"
changeset,3384,[3384],ryan,Trackback tweaks.  Props http://blog.serv.idv.tw/2005/12/29/380/. fixes #2170
changeset,3521,[3521],ryan,Trackback only for published posts.
changeset,636,[636],saxmatt,"Trackback on edit done.
"
changeset,2591,[2591],matt,"Trackback links fixed, also weird constant in template - http://mosquito.wordpress.org/view.php?id=1315"
changeset,5982,[5982],ryan,Trackback fxn cleanup from Otto42. fixes #4800
changeset,1696,[1696],rboren,"Trackback fix ups.
"
changeset,1617,[1617],saxmatt,"Trackback fix from Michael Dale.
"
changeset,2361,[2361],saxmatt,"Trackback ending http://mosquito.wordpress.org/view.php?id=884
"
changeset,1794,[1794],saxmatt,"Trackback and pingback cleanups.
"
changeset,1274,[1274],saxmatt,"Trackback and feed URIs weren't working when there was no trailing slash on the permalink structure. Thanks Kitty.
"
changeset,867,[867],saxmatt,"Track last modified time
"
changeset,1603,[1603],saxmatt,"Track and check user agent for comments.
"
changeset,3236,[3236],ryan,TP importer tweaks.
changeset,2719,[2719],ryan,touch_time() fixes.
changeset,7311,[7311],matt,Tooltips for media buttons. Hat tip: azaozz.
changeset,9040,[9040],ryan,Tools menu
changeset,14966,[14966],ryan,Tools help. Props duck_. see #13467
changeset,22728,[22728],azaozz,"Toolbar: sync jQuery and non-jQuery JS behaviour when there's a hash in the url, props tlovett1, fixes #22520"
changeset,6,[6],helenyhou,Toolbar sprite with flipped magnifying glass (PNG only)
changeset,19566,[19566],azaozz,"Toolbar fix bg color in IE8 & 9 folded search box and IE7 search box size, see #19424"
changeset,611,[611],saxmatt,"Took out some old stuff.
"
changeset,22028,[22028],azaozz,"Too much z-index on the admin submenus, see #21368"
changeset,1552,[1552],saxmatt,"Too much of a mess
"
changeset,12559,[12559],azaozz,"Too many question marks, see #11315"
changeset,1030,[1030],michelvaldrighi,"Tom Jones tunes remain the best weapons against Martians to this day -- big fixes here
"
changeset,18851,[18851],azaozz,"Toggle the pinkynails properly, props goto10, fixes #17212"
changeset,23053,[23053],koopersmith,"Toggle display of plupload overlays when the select files button is hidden. see #22732.
"
changeset,18625,[18625],azaozz,"Toggle class 'responsive' on div.wrap when auto columns is toggled, see #18198"
changeset,14123,[14123],dd32,"Toggle between ""Show Details"" and ""Hide Details"" on GUU; Add no-js CSS class support to generic iframe header. Props ocean90. Fixes #12919"
changeset,4599,[4599],markjaquith,"To beta, or not to beta... this joke sounds best in the U.K. (BEE-tah)"
changeset,6431,[6431],matt,"To avoid monolithic commits I'm going to be bringing this in piece by piece. No need to file bug about lack of styling, it's on purpose right now. Trunk will be hit with the oogly stick for 2-3 days. This brings in structure for new dashboard."
changeset,16474,[16474],ryan,Titles for network admin and global dashboard. see #15477
changeset,3367,[3367],ryan,Title fixes for plugin menu pages.  fixes #1447
changeset,5013,[5013],ryan,Title filtering from jhodgdon.  fixes #3926
changeset,8995,[8995],ryan,Title changes
changeset,1668,[1668],saxmatt,"Title attribute can cause probs with markup.
"
changeset,21254,[21254],azaozz,"TinyMCE: when pressing Enter while an image with caption is selected, fix moving the caret in a new paragraph under it, fix opening the Image Properties popup in IE9, see #21173"
changeset,23144,[23144],nacin,"TinyMCE: Use the correct syntax for allowing an `embed` element to be a valid child of an `object` element.

Fixes a bug in TinyMCE when using its HTML5 schema definition.

props azaozz.
see #22790.
for trunk.
... with the right patch this time. [23142] was done in error.

"
changeset,23142,[23142],nacin,"TinyMCE: Use the correct syntax for allowing an `embed` element to be a valid child of an `object` element.

Fixes a bug in TinyMCE when using its HTML5 schema definition.

props azaozz.
see #22790.
for trunk.

"
changeset,23146,[23146],nacin,"TinyMCE: Use the correct syntax for allowing an `embed` element to be a valid child of an `object` element.

Fixes a bug in TinyMCE when using its HTML5 schema definition.

props azaozz.
fixes #22790.
for the 3.5 branch.

"
changeset,23192,[23192],azaozz,"TinyMCE: update to latest source including the WebKit backspace fix, see #23010"
changeset,23217,[23217],azaozz,"TinyMCE: update to latest source including the WebKit backspace fix, fixes #23010, fixes #22766 for 3.5"
changeset,21266,[21266],azaozz,"TinyMCE: update the keyboard shortcuts: Alt + letter for Firefox and WebKit, Alt + Shift + letter for IE and Opera, add shortcut for DFW (Alt + W), see #21214, fixes #21197, fixes #17992"
changeset,21415,[21415],azaozz,"TinyMCE: revert Firefox shortcuts to match all other browsers (Alt+Shift+letter), fix the labels for the shortcuts, update description in wp-mce-help, fixes #21197"
changeset,24311,[24311],azaozz,TinyMCE: reset line-height for the formats drop-down menu. Fixes a bug where the H1-H6 menu items are overlapping.
changeset,23219,[23219],azaozz,"TinyMCE: prevent <a> from wrapping block elements, fixes #22888 for trunk"
changeset,23218,[23218],azaozz,"TinyMCE: prevent <a> from wrapping block elements, fixes #22888 for 3.5"
changeset,22644,[22644],azaozz,"TinyMCE: place the caret after/under images with captions when inserting content, fixes #19389"
changeset,19990,[19990],azaozz,"TinyMCE: move the WordPress plugins styles to the theme's stylesheet, fixes #20118"
changeset,10337,[10337],azaozz,"TinyMCE: minify the custom plugins, remove unneeded CSS, load in the footer"
changeset,23402,[23402],azaozz,"TinyMCE: include https://github.com/tinymce/tinymce/commit/cd84a63d4addf27c60ef32dcbe1a49bbee30150a to fix backspace and line breaks issues in WebKit, see #23337"
changeset,22857,[22857],azaozz,"TinyMCE: improve hiding of the image/gallery popup buttons, fix selecting a gallery in IE, don't leave empty paragraph after deleting an image with the popup button, fixes #22463, see #21390"
changeset,21468,[21468],azaozz,TinyMCE: fix typo in button tooltips.
changeset,21300,[21300],azaozz,"TinyMCE: fix tabbig in and out of the editor, fixes #20834"
changeset,22586,[22586],azaozz,"TinyMCE: fix styles, add 2x background icons and load buttons.css in the Edit Image modal, remove wp-view styles from content.css, add 2x icons for the popup buttons (for editing image and gallery), fixes #22447, see #21019"
changeset,22246,[22246],azaozz,"TinyMCE: fix showing popup buttons on images in WebKit, fixes #22188"
changeset,24215,[24215],azaozz,"TinyMCE: fix for the disappearing placeholders bug in Chrome, see #24177"
changeset,22602,[22602],azaozz,"TinyMCE: fix and improve the popup buttons for editing images and galleries show/hide for touch devices, fix inconsistency in iOS when ""touching"" an image inside a link, see #21390"
changeset,22600,[22600],azaozz,"TinyMCE: extend the allowed obsolete attributes to include tr, th and td (thead, tfoot and tbody weren't around in HTML 3.2), see #22175"
changeset,21232,[21232],azaozz,"TinyMCE: don't throw fatal errors for malformed/invalid image caption shortcodes, props SergeyBiryukov, see #21145"
changeset,21274,[21274],azaozz,"TinyMCE: don't throw fatal errors for malformed/invalid image caption shortcodes, props SergeyBiryukov, fixes #21145 for 3.4"
changeset,23222,[23222],azaozz,"TinyMCE: don't remove empty <i>, <b>, <em> and <strong> matching the behavior in WordPress 3.4/TinyMCE 3.4.9, see #22477 for trunk"
changeset,23221,[23221],azaozz,"TinyMCE: don't remove empty <i>, <b>, <em> and <strong> matching the behavior in WordPress 3.4/TinyMCE 3.4.9, fixes #22477 for 3.5"
changeset,10338,[10338],azaozz,TinyMCE: don't load unneeded CSS (custom styles have moved to /themes/advanced/skins/wp_theme)
changeset,21361,[21361],azaozz,"TinyMCE: don't load in Opera Mobile as it doesn't support contentEditable yet, fixes #21416"
changeset,21367,[21367],azaozz,"TinyMCE: better exclusion of Opera mobile, fixes #21416"
changeset,9353,[9353],azaozz,"TinyMCE: attempt to load a translation file for external plugins, if not found, try en.js, fixes #7950"
changeset,24211,[24211],azaozz,TinyMCE: attempt a workaround for WebKit bug inserting spans with font styles when creating UL or OL. See #17154
changeset,21272,[21272],azaozz,"TinyMCE: add the Alt + W shortcut only when DFW is loaded and Alt + G only when MCE fullscreen is loaded, fixes #21197"
changeset,19457,[19457],azaozz,"TinyMCE: add class to the editor body for the old fullscreen mode (still can be used by plugins), see #17144"
changeset,3265,[3265],ryan,tinyMCE updates from skeltoac.  fixes #1991
changeset,7464,[7464],ryan,TinyMCE updates from azaozz. fixes #6340
changeset,4704,[4704],ryan,TinyMCE updates from andy.  fixes #3505
changeset,3015,[3015],ryan,TinyMCE tweaks from skeltoac.  fixes #1852
changeset,21359,[21359],azaozz,"TinyMCE shortcuts: revert to Alt + Shift + letter for WebKit and Ctrl + Alt + letter (Command + Option + letter) in Firefox, see #21197"
changeset,7556,[7556],ryan,TinyMCE RTL and paste as plain text fixes from azaozz. fixes #6429
changeset,3172,[3172],ryan,TinyMCE publish fix from skeltoac.  fixes #1921
changeset,12085,[12085],azaozz,"TinyMCE in Firefox: fix crash when dragging images with caption, drag the image together with the caption (only in Firefox 3.5+)"
changeset,21245,[21245],azaozz,"TinyMCE icons sprite with tweaked positions, props lessbloat, see #21019"
changeset,3163,[3163],ryan,TinyMCE help.  fixes #1908
changeset,2964,[2964],ryan,"TinyMCE fixes.  Reinstate ""More..."" button.  Filter trailing br. fixes #1789"
changeset,7378,[7378],ryan,TinyMCE fixes from azaozz. fixes #6272
changeset,3244,[3244],ryan,TinyMCE directionality for RTL support.  Props skeltoac.  fixes #1967
changeset,6894,[6894],ryan,TinyMCE config enhancements from azaozz. fixes #5896 #5888
changeset,6791,[6791],ryan,tinyMCE compressor update from azaozz. see #5807
changeset,6900,[6900],ryan,TinyMCE compressor fixes from azaozz. fixes #5900
changeset,6790,[6790],ryan,tinyMCE compressor additions and deletion of unused lang files. Props azaozz. see #5807
changeset,7402,[7402],ryan,TinyMCE cache fixes from markjaquith and azaozz. fixes #6295
changeset,3020,[3020],ryan,TinyMCE accesskeys from skeltoac.  fixes #1854
changeset,18660,[18660],azaozz,"TinyMCE 3.4.5, fixes #18107"
changeset,16950,[16950],nacin,TinyMCE 3.3.9.3-dev. fixes #15111.
changeset,15683,[15683],azaozz,TinyMCE 3.3 first run
changeset,11974,[11974],azaozz,TinyMCE 3.2.7
changeset,11473,[11473],azaozz,"TinyMCE 3.2.4.1, fixes #9950"
changeset,11437,[11437],azaozz,"TinyMCE 3.2.4, remove the autosave plugin and add the same functionality in autosave.js, fix double warning messages when leaving the page."
changeset,11078,[11078],azaozz,"TinyMCE 3.2.3 final, includes new Paste plugin with auto-cleanup (better paste from MS Word)"
changeset,10994,[10994],azaozz,TinyMCE 3.2.2.3_1087 fixes WebKit bug in Sizzle.js among others
changeset,10845,[10845],azaozz,"TinyMCE 3.2.2.3, has several bugfixes"
changeset,10791,[10791],azaozz,TinyMCE 3.2.2
changeset,9977,[9977],azaozz,"TinyMCE 3.2.1.1, some unused images and gears-manifest cleanup"
changeset,9674,[9674],azaozz,TinyMCE 3.2.1
changeset,8204,[8204],ryan,TinyMCE 3.1.1 from azaozz. fixes #7191
changeset,8127,[8127],ryan,TinyMCE 3.1.0.1 from azaozz.  fixes #7153 #7148 #7128
changeset,7270,[7270],ryan,TinyMCE 3.05 from azaozz. fixes #6195
changeset,7060,[7060],ryan,TinyMCE 3.02 from azaozz. fixes #6012
changeset,6959,[6959],ryan,TinyMCE 3.01.  Props azaozz. fixes #5944
changeset,8047,[8047],ryan,TinyMCE 3.0.9 from azaozz. fixes #7088
changeset,7679,[7679],ryan,TinyMCE 3.0.7 from azaozz. fixes #6726 for trunk
changeset,7678,[7678],ryan,TinyMCE 3.0.7 from azaozz. fixes #6726 for 2.5
changeset,6632,[6632],ryan,"TinyMCE 3.0 RC1. First cut, eexpect regressions.  Props azaozz. see #5674"
changeset,6694,[6694],ryan,TinyMCE 3.0 Final from azaozz. see #5674
changeset,2993,[2993],ryan,TinyMCE 2.0RC4 Props skeltoac.  fixes #1830
changeset,4799,[4799],ryan,TinyMCE 2.0.9. fixes #3564
changeset,4506,[4506],ryan,TinyMCE 2.0.8
changeset,3664,[3664],ryan,tinyMCE 2.0.5 coming at you live. fixes #2598
changeset,7681,[7681],ryan,tiny_mce_gzip.php no longer needed
changeset,7680,[7680],ryan,tiny_mce_gzip.php no longer needed
changeset,750,[750],donncha,"Tiny typo fixed.
"
changeset,15305,[15305],nacin,Tiny code cleanup. intval is used earlier so it is stored properly in the db; we just need true/false.
changeset,22550,[22550],azaozz,"TinuMCE: update to 3.5.7, fixes #21173"
changeset,10753,[10753],ryan,Timezone support. Props Otto42. see #3962
changeset,1150,[1150],saxmatt,"Timezone fixes, I hope.
"
changeset,1313,[1313],saxmatt,"Timezone fix from Kimmo Suominen.
"
changeset,4174,[4174],ryan,timer_stop() wanted to be near timer_start().
changeset,8528,[8528],ryan,Timeout in WP_Http_Streams::request causes Fatal error abort.  Props wet. fixes #7465 see #4779
changeset,1637,[1637],saxmatt,"Timeout changes. Hat tip: Michael Dale.
"
changeset,141,[141],saxmatt,"Time should update when editing a draft.
"
changeset,882,[882],michelvaldrighi,"Time Cube Proves You Stupid & Evil\!
"
changeset,16585,[16585],westi,Tighter match for the ACL.
changeset,18126,[18126],markjaquith,Tighten up the Credits page so it's not so spaced out.
changeset,7287,[7287],matt,"Tighten up buttons a bit, always space out delete from its neighbor."
changeset,9396,[9396],markjaquith,Tighten up admin H2s
changeset,8452,[8452],iammattthomas,tighten subnav items
changeset,23265,[23265],westi,"Tighten our braces. Fixes #23118 props evansolomon.
"
changeset,17874,[17874],koopersmith,Tighten list table styles. see #17324.
changeset,7399,[7399],ryan,Tighten layout. Props mt. see #6292
changeset,19403,[19403],koopersmith,Tighten admin bar submenu shadows. fixes #19186.
changeset,13672,[13672],westi,Tidy up the text which describes pingbacks. Fixes #12504 props scribu.
changeset,5254,[5254],rob1n,"Tidy up the tags interface. Props andy. fixes #4140
"
changeset,12713,[12713],westi,"Tidy up the mu-plugins loading code to make it more readable.
Fix a couple of other tab/whitespace issues."
changeset,20242,[20242],nacin,"Tidy up sanity checks in theme.dev.js. props DH-Shredder, fixes #19815.

"
changeset,12685,[12685],westi,Tidy up logic for defining WP_DEBUG so we only define it if it isn't already. Fixes #11837 props nacin.
changeset,3137,[3137],ryan,Tidy up get_userdatabylogin().
changeset,1166,[1166],scribu,tidy up config sample
changeset,2337,[2337],saxmatt,"Tidy spacing a little
"
changeset,3723,[3723],matt,Tidy comment_author_url_link just like we do on the bookmarks page
changeset,1325,[1325],saxmatt,"Tidier default.
"
changeset,14960,[14960],westi,tick tock
changeset,3703,[3703],ryan,Thwart the browser cache by versioning tinyMCE. Props to that Andy guy.  fixes #2658
changeset,12111,[12111],markjaquith,thumbnail JS fixes. props scribu. see #10928
changeset,4751,[4751],ryan,Thumbnail creation fixes from mdawaffe. fixes #3588
changeset,4759,[4759],ryan,Thumbnail creation fix from mdawaffe.  fixes #3588
changeset,8879,[8879],ryan,Thumbnail and exif fixes from DD32. see #7622
changeset,16670,[16670],markjaquith,Throw WP_Error if post_type passed to register_post_type() is longer than schema allows. props phrostypoison. fixes #13709
changeset,16650,[16650],markjaquith,Throw WP_Error if post_type passed to register_post_type() is longer than schema allows. props phrostypoison. fixes #13709
changeset,6467,[6467],ryan,Throw pages into search queries.  Let's see how they handle.  see #5149
changeset,18195,[18195],markjaquith,Throw _doing_it_wrong() when nonce action not passed to check_admin_referer(). props duck_. see #16449
changeset,11410,[11410],ryan,Throttle generic pings to no more than once per hour. Props Denis-de-Bernardy. fixes #6698
changeset,9206,[9206],ryan,Threaded comments options cleanup. Props Viper007Bond. see #7635
changeset,8876,[8876],ryan,Threaded comments improvements from DD32. see #7635
changeset,9385,[9385],ryan,Threaded comment fixes from filosofo. fixes #7980
changeset,17064,[17064],nacin,"Thorough CSS reset of the admin bar to avoid theme conflicts. props ocean90, JohnONolan, filosofo, duck_. fixes #15851."
changeset,3069,[3069],matt,"This should fix permalinks, but may break the PHP as CGI funkiness again"
changeset,4542,[4542],matt,"This should be an XML representation of all comments on a post, fixes #1570"
changeset,16751,[16751],nacin,This should be a string. fixes #15704.
changeset,22676,[22676],nacin,"This should be a cache add, not a cache set. see #22503.

"
changeset,2357,[2357],emc3,"This really deserves to be in a separate function so that plugins can get at it more easily, don't you think?
"
changeset,15529,[15529],markjaquith,"This readme sentence is talking about the license, not the copyright."
changeset,4517,[4517],matt,This makes things a little more interesting and cacheable (sp?)
changeset,4805,[4805],matt,"This is what I get for commiting remotely, should fix currently known issues with atom 1.0
"
changeset,4397,[4397],matt,This is vestigal
changeset,1305,[1305],saxmatt,"This is used more than I thought in templates.
"
changeset,16968,[16968],PeteMall,This is only for use in the Network admin when it is always multisite.
changeset,16967,[16967],westi,This is only for use in the Network admin when it is always multisite.
changeset,16979,[16979],nacin,This is already cap checked - no need to show outdated message.
changeset,4215,[4215],matt,"This has been a source of security probs, and is mostly replaced by the XML import/export now."
changeset,19688,[19688],nacin,This format isn't that strange.
changeset,17664,[17664],nacin,This folder is back now under new management. Quit killing it on auto updates.
changeset,5226,[5226],matt,"This fixes the broken paginate_links on the comments and users page, however the way this function works is rather awkward and should be redone. There is far too much complexity for what it's trying to do."
changeset,3884,[3884],matt,"This fixes #2832 again! (I hope.) BTW, try the new trac and SVN, it's wicked fast."
changeset,15557,[15557],markjaquith,This file was mistakenly labeled as being GPLv2-only. fixes #14727
changeset,1654,[1654],saxmatt,"This file shouldn't be there.
"
changeset,3124,[3124],matt,This doesn't work with PHP running under suexec.
changeset,6631,[6631],matt,This destroys other shutdown actions.
changeset,1071,[1071],alexkingorg,this completes the initial set of slash tests
changeset,5471,[5471],matt,"This button gets buried, especially when you have a lot of widgets, and it needs to be at the top too."
changeset,16459,[16459],nacin,"Third pass on internal linking preloading. Or, what I left out of the second pass commit. see #11420."
changeset,23921,[23921],nacin,"Third parameter for shortcode_atts() for audio and video shortcodes. props obenland, see #23282.

"
changeset,17315,[17315],westi,Things that go bump in the night
changeset,16723,[16723],nacin,Things that go bump in the night
changeset,1142,[1142],saxmatt,"Things should be as simple as possible, but no more.
"
changeset,16587,[16587],westi,Things go bump in the night.
changeset,19264,[19264],azaozz,"Thickbox: do .triggerHandler() instead of .trigger(), props duck_, fixes #19189"
changeset,21116,[21116],duck_,"Thickbox is still needed on themes.php for update details overlay. Fixes #20960 for 3.4.
"
changeset,19318,[19318],duck_,"Thickbox cache busting. Fixes #19240.
"
changeset,7863,[7863],ryan,thickbox and media upload fixes from azaozz. fixes #6843 for 2.5
changeset,7862,[7862],ryan,thickbox and media upload fixes from azaozz. fixes #6843
changeset,19504,[19504],nacin,"They call me multisite. props ryan, zeo. see #19020."
changeset,4197,[4197],matt,These should say the same things.
changeset,14013,[14013],markjaquith,These nav_menu parameters should not be esc_html()d. fixes #12715. props ptahdunbar
changeset,15473,[15473],markjaquith,These are not verbs. http://notaverb.com/badbad_verbs
changeset,3079,[3079],matt,"These are not the categories you're looking for, fixes #1654"
changeset,6549,[6549],matt,There's a lockup in the tri-menu area. Traffic ahead. Eliminating generic file editor.
changeset,17610,[17610],ryan,There is not a NOT operator. Props scribu. fixes #17054 for trunk
changeset,17611,[17611],ryan,There is not a NOT operator. Props scribu. fixes #17054 for 3.1
changeset,2237,[2237],saxmatt,"There is no spoon, or print.css
"
changeset,23556,[23556],ryan,"There is no need to strip the output of get_site_option().

see #21767
"
changeset,4071,[4071],ryan,"There can be only one, or maybe more.  Props Mark J.  fixes #2991"
changeset,7390,[7390],markjaquith,There ARE 2 posts pending your review. props mdawaffe. see #6290
changeset,3183,[3183],ryan,Therapeutic db version bump.
changeset,598,[598],westi,"Themes: Add some test cases for constucting WP_Theme objects with good and bad information to test the issues in #WP20313.
"
changeset,1638,[1638],rboren,"Themes.
"
changeset,19057,[19057],dd32,Themes not within a subdirectory of the zip need to have the working directory Trailingslashed. See #14999
changeset,8870,[8870],ryan,Themes menu rewording. see #7552
changeset,8891,[8891],ryan,Themes API from josephscott. see #7519
changeset,14425,[14425],wpmuguru,"themes admin pages UI cleanup, props PeteMall, see #13238"
changeset,1858,[1858],rboren,"Theme, plugin, and file editing cleanup.  Work in progress.
"
changeset,8989,[8989],westi,Theme update UI first pass. See #7519 props DD32.
changeset,22346,[22346],dd32,"Theme Translations: Allow for theme pomo files to be loaded from WP_LANG_DIR/themes/{$domain}-{$locale}.(p|m)o.
This directory format is what we have chosen for Language Packs (See #18200), but which is currently delayed.

By making this change, we can ship localised theme files within core for bundled themes, and avoid the issues associated with Theme Updates overwriting/removing the language files.

Fixes #18960

"
changeset,6530,[6530],ryan,Theme tagging from andy. fixes #5545
changeset,12119,[12119],ryan,Theme subdirs that contain themes are not broken if missing a stylesheet. see #10467
changeset,15644,[15644],ryan,Theme searching. First pass. see #14936
changeset,5476,[5476],ryan,Theme screenshot fix from mdawaffe. fixes #4266 for 2.3.
changeset,5475,[5475],ryan,Theme screenshot fix from mdawaffe. fixes #4266 for 2.2.
changeset,12124,[12124],ryan,Theme roots are prefixed with a slash. No need to add another. Props hakre. fixes #11036
changeset,20021,[20021],nacin,"Theme root transient caching is now in search_theme_directories(), not get_themes(). see #20103."
changeset,7961,[7961],ryan,Theme preview and thickbox CSS cleanup. Props azaozz. see #5486
changeset,20455,[20455],koopersmith,Theme list table style improvements. Make 'delete' link red and separate from other actions. New action separators. see #20403.
changeset,20812,[20812],koopersmith,"Theme Installer: Prevent unnecessary admin code from printing and print markup in correct order. Remove dead code. props ocean90, fixes #20695.
"
changeset,20813,[20813],koopersmith,"Theme Installer: IE7 compatibility. props ocean90, fixes #20696.
"
changeset,10883,[10883],azaozz,"Theme install: replace 'popular tags' section with feature filter, props josephscott, see #8652"
changeset,10560,[10560],ryan,Theme install updates from DD32. see #8652
changeset,10559,[10559],ryan,Theme install updates from DD32. see #8652
changeset,10788,[10788],azaozz,"Theme install style tweaks, see #8652"
changeset,10923,[10923],ryan,Theme insall cleanups. Props DD32. fixes #9508
changeset,20967,[20967],ryan,Theme help text updates. Consistently use Live Preview. Props SergeyBiryukov. fixes #20795
changeset,6878,[6878],ryan,Theme editor restyling from hansengel. see #5871
changeset,6908,[6908],ryan,Theme editor layout fixes from ionfish. see #5890
changeset,6881,[6881],ryan,Theme editor gettext from hervada. fixes #5885
changeset,6890,[6890],ryan,Theme editor font sizing and layout fixes from ionfish. see #5890
changeset,21069,[21069],nacin,"Theme Customizer: Validate themes with more than just an existence check.
 * The current theme goes through validate_current_theme().
 * If doing a preview of a different theme, we check theme->errors().

Also:
 * Don't attach previewing hooks when previewing the current theme.
Aside from being unnecessary, this prevents issues with a theme with
the error of theme_parent_invalid.
 * Call send_origin_headers() earlier, to allow wp_die( '0' ) to properly
be returned in a domain mapping situation.
 * Fix the 'Save & Activate' message on themes.php.

fixes #20921.

"
changeset,20058,[20058],koopersmith,Theme Customizer: Use wp_loaded for customize setting registration. see #19910.
changeset,20517,[20517],koopersmith,"Theme Customizer: Use native postMessage for wp.customize.Messenger. see #19910.

* Removes use of jquery.postmessage.js
* Fixes bug where Opera would attempt to use the hash transport and redirect to the dashboard.
* Fixes bug where multiple postMessage connections could not coexist in a single frame.

"
changeset,20057,[20057],koopersmith,"Theme Customizer: Use home_url instead of get_home_url. props nacin, fixes #20137, see #19910."
changeset,20266,[20266],koopersmith,Theme Customizer: Use a more complex name for the save parameter to prevent the customizer from clashing with plugins. see #19910.
changeset,20055,[20055],koopersmith,Theme Customizer: Use a late priority when registering customize settings to ensure we catch any theme settings added earlier on init (such as nav menus). see #19910.
changeset,20737,[20737],koopersmith,"Theme Customizer: Use a internal global _wpCustomizeSettings object for wp.customize.settings to prevent script race conditions in IE (which blocked interaction with the preview). see #20582, #19910.
"
changeset,20184,[20184],koopersmith,Theme Customizer: Tweak radio control padding. see #19910.
changeset,20034,[20034],koopersmith,Theme Customizer: Trigger UI updates only when necessary.
changeset,20028,[20028],koopersmith,Theme Customizer: Strip slashes when sanitizing previewed values. see #19910.
changeset,20392,[20392],koopersmith,Theme Customizer: String change to clarify choosing a static page (remove 'select below'). see #19910.
changeset,20477,[20477],nacin,"Theme Customizer: Stick to wp_customize_url() instead of wp_customize_href(). Switch argument order so it is stylesheet-template. (Template is hypothetically optional, but the function will not support that.) see #19910.

Move to ->display('Name'), as ->get('Name') is a raw, untranslated version of the header.

"
changeset,20572,[20572],koopersmith,"Theme Customizer: Simplify logic when preparing menu controls. Include instructions to edit menu content in section description. Add string for default state. see #19910.
"
changeset,20822,[20822],koopersmith,"Theme Customizer: Sidebar RTL fixes. see #19910.
"
changeset,21033,[21033],koopersmith,"Theme Customizer: Separate message url from preview url in customizer JS Previewer and PreviewFrame objects. fixes #20892.
"
changeset,20912,[20912],koopersmith,"Theme Customizer: Section reorganization. see #19910.

Now that sections are organized in accordions, group items by size and usage.
Move header/background controls into colors, header image, background image, and title/tagline sections.
"
changeset,20299,[20299],koopersmith,"Theme Customizer: Sanitize selectors by transforming square brackets into dashes. see #19910. 

This both better conforms to the CSS spec and prevents bugs from occurring in JavaScript selector engines."
changeset,20456,[20456],koopersmith,Theme Customizer: RTL styles. props ocean90. see #19910.
changeset,20824,[20824],koopersmith,"Theme Customizer: RTL fixes. props ocean90, fixes #20585, see #19910.
"
changeset,20833,[20833],koopersmith,"Theme Customizer: Reset scroll to top when the preview url is changed. props ocean90, fixes #20713, see #19910.
"
changeset,20520,[20520],koopersmith,"Theme Customizer: Remove unused 'template' argument from wp_customize_url. see #19910.

"
changeset,20393,[20393],koopersmith,Theme Customizer: Remove small screenshot from theme title bar. see #19910.
changeset,20507,[20507],koopersmith,Theme Customizer: Remove redundant call to wp_enqueue_script. see #19910.
changeset,21053,[21053],nacin,"Theme Customizer: Remove background_image_thumb when saving settings. fixes #20871.

This prevents the background_image and background_image_thumb settings from getting out of sync.
In 3.5 we can consider using background-size on Appearance > Background, eliminating _thumb.

"
changeset,20759,[20759],koopersmith,"Theme Customizer: Remove !important declarations from hide-if-customize and hide-if-no-customize classes. Use a default no-customize-support class on the body so we can use an element's original display property when visible. fixes #20565, see #19910.
"
changeset,20922,[20922],koopersmith,"Theme Customizer: Reduce size of box shadow to minimize scrollbar overlap in Firefox. props azaozz, fixes #20753, see #19910.
"
changeset,20969,[20969],ryan,"Theme Customizer: Reduce reliance on fixed positioning and make sidebar UI flexible. Props koopersmith, ocean90, helenyhou. fixes #20799"
changeset,20300,[20300],koopersmith,"Theme Customizer: Properly pass arguments by reference to WP_Customize_Setting->multidimensional(). see #19910, [20136], #20163.

This is necessary for WP_Customize_Setting->multidimensional_replace() to work properly on multidimensional arrays (which was, as the name indicates, the point of the function in the first place)."
changeset,20861,[20861],koopersmith,"Theme Customizer: Properly handle redirects in the preview by setting wp_redirect_status to 200. props nacin, see #20507, #19910.
"
changeset,20809,[20809],koopersmith,"Theme Customizer: Properly escape customize settings when sending values to JS. Add WP_Customize_Setting->js_value(). fixes #20687, see #19910.
"
changeset,20802,[20802],koopersmith,"Theme Customizer: Properly change state when theme is switched. fixes #20610, see #19910.

* Causes the Manage Themes page to refresh if the customizer is closed after the active theme is switched.
* Changes the text of the 'Save and Activate' button once the theme has been activated.
* Improves the naming of the customize control settings.
* Add events to customize.Loader and make callbacks more flexible.
* Makes the customize-loader l10n compatible with non-admin settings.
* Adds WP_Customize->is_current_theme_active().
* Minor style corrections, including jQuery.attr/prop changes.

"
changeset,20301,[20301],koopersmith,"Theme Customizer: Properly bind the 'upload new' and 'remove image' actions in the image picker. see #19910.

This occurred because we weren't calling UploadControl.ready (where the actions are declared and the uploader is initialized) in ImageControl.ready."
changeset,20584,[20584],koopersmith,"Theme Customizer: Preview the target theme during save to ensure all settings are properly registered. Temporarily revert to the active theme when running switch_theme. fixes #20508, see #19910.

Introduces WP_Customize->start_previewing_theme() and WP_Customize->stop_previewing_theme() to easily enable/disable the theme filters as needed.
"
changeset,20791,[20791],koopersmith,"Theme Customizer: Prevent sidebar scrollbar from overlapping sidebar header or footer. fixes #20649, #20650, see #19910.
"
changeset,20897,[20897],koopersmith,"Theme Customizer: Prevent messengers from binding to the current window when a parent doesn't exist. see #19910.
"
changeset,20253,[20253],koopersmith,Theme Customizer: Plupload does not support objects in its multipart_params setting (which causes exceptions in Firefox). Use multidimensional keys to circumnavigate this issue. see #19910.
changeset,20649,[20649],koopersmith,"Theme Customizer: Pass the WP_Customize instance to all actions fired inside the class. Plugins/themes should not refer to the $wp_customize global. see #19910, #20448.
"
changeset,20261,[20261],koopersmith,Theme Customizer: Only show uploader 'remove' links when there is an image to remove. see #19910.
changeset,20248,[20248],koopersmith,"Theme Customizer: Numerous API refinements and bugfixes. Add a theme_supports check for header_textcolor. see #19910.

* prepare_controls() now removes any settings and sections that return false for check_capabilities().
* Added maybe_render() methods to both settings and sections that call the protected render() methods.
* Stop firing front-end preview functionality when rendering the controls.
* Merged the WP_Customize_Setting->_render_type() method into WP_Customize_Setting->render().
* Removed the 'customize_render_control-' hook; use 'customize_render_setting' instead.
* Added a  property to sections and settings so they no longer rely on the  global. Hooray for dependency injection.
* Shifted calls to WP_Customize_Setting->enqueue() to the 'customize_controls_enqueue_scripts' action.
* Added a theme_supports check for the header_textcolor setting."
changeset,20319,[20319],koopersmith,"Theme Customizer: Move upload and image controls to subclasses. see #19910.

Instead of grouping together every control parameter into a single  array and passing them all to the JS, use subclasses with custom parameters to implement additional PHP functionality and the  parameter to send only the necessary variables to the JavaScript control.

Replaces WP_Customize_Control->control_params with WP_Customize_Control->json and WP_Customize_Control->to_json(). The to_json() method refreshes the json array passed to the JavaScript control (set to control.param by default).

Creates WP_Customize_Upload_Control and WP_Customize_Image_Control."
changeset,20182,[20182],koopersmith,Theme Customizer: Move section descriptions to the title attribute of the section name. see #19910.
changeset,20133,[20133],koopersmith,Theme Customizer: Move contents of customize.loader.css to wp-admin.css. Make markup/CSS for the full-screen overlay modular. see #19910.
changeset,20303,[20303],koopersmith,Theme Customizer: Move 'Site Title/Tagline' section to the top of the list. Add specific priorities to all sections. see #19910.
changeset,20391,[20391],koopersmith,Theme Customizer: Move 'collapse' button to footer and add a visible text label. see #19910.
changeset,20185,[20185],koopersmith,Theme Customizer: More sidebar CSS tweaks. Padding and margins. see #19910.
changeset,20932,[20932],nacin,Theme Customizer: More RTL. props ocean90. fixes #20585.
changeset,20645,[20645],koopersmith,"Theme Customizer: Migrate to an ajax-based solution for refreshing the preview and saving. see #20507, #19910.

* Use ajax-based saving, add saving indicator.
* Use ajax-based refreshing instead of form targets.
* Instead of using hidden inputs with prefixed names to track the canonical data, use the values stored in wp.customize. Encode the values as JSON before sending to avoid bugs with ids that contain square brackets (PHP mangles POST values with nested brackets).
* Use wp.customize.Previewer solely for the purpose of previewing; move the postMessage connection with the parent frame and other unrelated code snippets into the 'ready' handler.
"
changeset,20797,[20797],koopersmith,"Theme Customizer: Make wp.customize.Values.when return a jQuery.Deferred.promise() object, to add additional flexibility. see #19910.
"
changeset,20140,[20140],koopersmith,Theme Customizer: Make theme installer no-js compatible. Fix JS click handler that caught clicks on the 'Activate' link. Relocate display_theme() to WP_Theme_Install_List_Table->single_row(). see #19910.
changeset,20801,[20801],koopersmith,"Theme Customizer: Make the wp.customize.Events methods chainable. see #19910.
"
changeset,20254,[20254],koopersmith,"Theme Customizer: Make dropdown-pages a native customize control. see #19910.

While the customize_render_control- action has been removed, we could still accomplish this with the customize_render_setting action. That said, in this case, avoiding native integration was a matter of minor semantics that ended in the same result."
changeset,20745,[20745],koopersmith,"Theme Customizer: Maintain scrolled position when preview performs a full refresh. Allow wp.customize.Messenger to send/receive falsy values. see #19910.
"
changeset,20051,[20051],koopersmith,"Theme Customizer: Load the preview iframe with the same scheme as the admin to prevent security warnings. props ocean90. fixes #20137, see #19910."
changeset,20747,[20747],koopersmith,"Theme Customizer: Link the current theme screenshot to the customizer. see #19910.
"
changeset,20926,[20926],nacin,Theme Customizer: Introduce a remove_preview_signature() method that we can employ to ensure we do not think a wp_die() is a customizer-generated preview. see #20507.
changeset,20488,[20488],koopersmith,"Theme Customizer: Integrate with browser history. Use window.history by default, with window.onhashchange as a fallback. fixes #20337, see #19910."
changeset,20257,[20257],koopersmith,"Theme Customizer: In JavaScript, add the ability to execute a callback once a set of values have been initialized. see #19910."
changeset,20210,[20210],nacin,"Theme Customizer: In customize_control_dropdown_pages(), remove bad translation. Replace with proper customize-control- markup. see #19910.

"
changeset,20232,[20232],koopersmith,Theme Customizer: Improve WP_Customize_Setting->check_capabilities(). Add support for arrays in WP_Customize_Setting->capability and WP_Customize_Setting->theme_supports. Don't bail when WP_Customize_Setting->capability is empty. see #19910.
changeset,20352,[20352],koopersmith,"Theme Customizer: Improve the customize loader and themes list table markup. see #19910.

* Use event delegation for triggering the customize loader (so we play nicely with infinite scroll).
* Use data attributes on .load-customize links instead of parsing the href.
* Properly translate the 'Customize' string instead of injecting the replacement with JS."
changeset,20181,[20181],koopersmith,"Theme Customizer: Improve sidebar CSS. Display most elements inline, refine padding/line-heights. see #19910."
changeset,20504,[20504],koopersmith,Theme Customizer: Improve markup/styles for opened color picker. see #19910.
changeset,20110,[20110],koopersmith,Theme Customizer: Improve markup and CSS for the return/collapse actions and the action bars within the customize controls form. see #19910.
changeset,20545,[20545],koopersmith,"Theme Customizer: Improve image picker control. see #19910.

Overhauled image pickers:
* Add support for drag and drop uploads to image controls.
* Improve the 'uploaded' tab in image controls: automatically add images uploaded during the current session, hide the tab when no uploaded images exist.
* Move the header image control to the WP_Customize_Header_Image_Control class. Remove wp_customize_print_uploaded_headers() and wp_customize_print_uploaded_headers() functions.
* Abstract the dropdown functionality from the color picker to the .dropdown class.
* In wp.Uploader, unset element keys if passed an empty jQuery collection.

"
changeset,20910,[20910],koopersmith,"Theme Customizer: Improve hex color sanitization functions. fixes #20600, see #19910.

Instead of fetching default header_textcolor manually, return null to do so automatically.
Improve hex regex.
"
changeset,20106,[20106],koopersmith,Theme Customizer: Improve form markup. Make the theme title/author a section. Prevent section arrows from blocking clicks. see #19910.
changeset,20908,[20908],koopersmith,"Theme Customizer: Improve default background property handling. see #20600, #19910.

If the custom background default wp-head-callback (_custom_background_cb) is used, we use postMessage for all custom background properties. Otherwise, we use full refreshes.

When using postMessage, the preview recalculates the custom background CSS block, allowing it to omit CSS values when they are not present and fall back on the original CSS.
"
changeset,20344,[20344],koopersmith,"Theme Customizer: Improve data binding in wp.customize.Value and wp.customize.Values. see #19910.

* Replace the convoluted wp.customize.Value.link method with a simple shortcut for direct binding.
* Add wp.customize.Value.sync for bidirectional linking.
* Add wp.customize.Value.setter for handling compound values (instead of using wp.customize.Value.link)."
changeset,20497,[20497],koopersmith,Theme Customizer: Improve color picker toggle styles and markup. see #19910.
changeset,20913,[20913],koopersmith,"Theme Customizer: Improve background image control, add correct meta key to custom headers and backgrounds uploaded using the customizer. see #19910.
"
changeset,20899,[20899],koopersmith,"Theme Customizer: Improve activate and publish flow, make customizer states easier to track. fixes #20743, see #19910.
"
changeset,20882,[20882],koopersmith,"Theme Customizer: Improve accuracy of identifying internal urls. see #20507, #19910.

The 'customize_preview_link' filter has been replaced by 'customize_allowed_urls'.
Improved accuracy when checking for wp-admin.
Improved accuracy when attempting to match the schemes of the control and preview frames.
Improved accuracy of internal link whitelist.
"
changeset,20479,[20479],koopersmith,"Theme Customizer: If the customize loader is enqueued, then add the 'customize-support' class early. This prevents a flash of unstyled content. see #19910."
changeset,20251,[20251],koopersmith,"Theme Customizer: If a section has no settings, prevent it from being rendered. see #19910."
changeset,20585,[20585],koopersmith,"Theme Customizer: For clarity, wp.customize.Setting.method to wp.customize.Setting.transport. Add WP_Customize_Setting->transport to allow setting the transport method via PHP. see #19910.
"
changeset,20777,[20777],koopersmith,"Theme Customizer: Flex-width friendly UI, improved typographical hierarchy. see #19910.
"
changeset,20920,[20920],koopersmith,"Theme Customizer: Fix width for image picker thumbnails in IE8. props SergeyBiryukov, see #20582.
"
changeset,21014,[21014],koopersmith,"Theme Customizer: Fix scrolling on iOS and Kindle Fire. props azaozz, helenyhou. fixes #20805.

Also fixes uploader UIs on iOS and Kindle Fire by improving wp.Uploader.
Adds mobile viewport specifications.
Moves scrollbar back to fixed positioning.
"
changeset,20988,[20988],ryan,Theme Customizer: Fix race condition in previewer and use message channels. Props koopersmith. fixes #20811
changeset,20930,[20930],koopersmith,"Theme Customizer: Fix preview background CSS creation to insert/remove style nodes (for IE8 compatibility). fixes #20582, see #19910.
"
changeset,20297,[20297],koopersmith,"Theme Customizer: Fix postMessage for background_color. The method parameter affects settings, not controls. see #19910."
changeset,20789,[20789],koopersmith,"Theme Customizer: Fix Opera bug where, once the sidebar was collapsed, it could not be re-opened. props rosshanney. fixes #20452, see #19910.
"
changeset,20928,[20928],koopersmith,"Theme Customizer: Fix IE8 drag/drop uploader incompatibility. see #20582, #19910.

Bind drag/drop support checks to individual plupload instances.
Add drag-over classes to wp.Uploader and corresponding styles to customize image controls.
"
changeset,20890,[20890],koopersmith,"Theme Customizer: Fix hash-based loader fallbacks. see #20736, #19910, [20886].
"
changeset,20179,[20179],koopersmith,"Theme Customizer: First pass for upload controls, using background image as an example. Add a wrapper for Plupload that allows for custom upload UIs. see #19910.

wp.Uploader is a wrapper that provides a simple way to upload an attachment (using the wp_ajax_upload_attachment handler). It is intentionally decoupled from the UI. When an upload succeeds, it will receive the attachment information (id, url, meta, etc) as a JSON response. If the upload fails, the wrapper handles both WordPress and plupload errors through a single handler.

As todos, we should add drag classes for the uploader dropzone and account for the rough 100mb filesize limit in most browsers. The UI for the customizer upload controls could be improved as well."
changeset,20123,[20123],koopersmith,Theme Customizer: First pass at using postMessage for background color. Fix instance where preview.targetWindow would become inaccurate. Initialize setting values in customize-preview.js. see #19910.
changeset,20278,[20278],koopersmith,Theme Customizer: First pass at image controls. Use header_image as the initial case. Add a 'removed' control param for upload/image controls to map 'removed' to a value other than the empty string. see #19910.
changeset,20547,[20547],koopersmith,"Theme Customizer: Firefox CSS love. props helenyhou, see #19910."
changeset,20306,[20306],koopersmith,"Theme Customizer: Fire WP_Customize->customize_preview_init on wp_loaded instead of template_redirect. props nacin, see #19910.

Certain customize settings (such as show_on_front and other static front page features) need to be overridden before template_redirect."
changeset,20936,[20936],koopersmith,"Theme Customizer: Ensure that JS color controls always use real color values, even if the server-side value is a hex value without a hash. fixes #20448, see #19910.

Adds WP_Customize_Setting->sanitize_js_callback and 'customize_sanitize_js_$settingID' filter, to filter values before they're passed to JS using WP_Customize_Setting->js_value().

Adds support for regular hex colors to the color picker.

Changes color methods:
* sanitize_hex_color() accepts 3 and 6 digit hex colors (with hashes) and the empty string.
* sanitize_hex_color_no_hash() accepts 3 and 6 digit hex colors (without hashes) and the empty string.
* maybe_hash_hex_color() ensures that a hex color has a hash, and otherwise leaves the value untouched.
"
changeset,20820,[20820],koopersmith,"Theme Customizer: Ensure image control tabs are full-width to prevent floating bugs. see #19910.
"
changeset,20121,[20121],koopersmith,Theme Customizer: Ensure color pickers initialize to the correct color. see #19910.
changeset,20259,[20259],koopersmith,Theme Customizer: Ensure background_color and background_image exist instead of blindly attempting to access their controls. see #19910.
changeset,20035,[20035],koopersmith,Theme Customizer: Don't switch themes and update settings when the enter key is pressed. see #19910.
changeset,20940,[20940],koopersmith,"Theme Customizer: Don't expand theme title if there are no details to show. props nacin, fixes #20757, see #19910.
"
changeset,20250,[20250],koopersmith,Theme Customizer: Do not attempt to grab the contents of the preview iframe to populate the window title. Reverts plugins repo revision 508947. see #19910.
changeset,20495,[20495],koopersmith,Theme Customizer: Display 'Save and Activate' when switching themes. Add  and  properties to the WP_Customize class. see #19910.
changeset,20919,[20919],koopersmith,"Theme Customizer: Correctly use custom-background class in theme preview. See #19910.
"
changeset,22131,[22131],duck_,"Theme Customizer: Correctly update background-attachment property in live preview

Props bainternet. Fixes #21732.
"
changeset,20938,[20938],koopersmith,"Theme Customizer: Color picker RTL fixes. props ocean90, see #20448.
"
changeset,20130,[20130],koopersmith,Theme Customizer: Color picker markup/CSS improvements. Part 1. see #19910.
changeset,20510,[20510],koopersmith,Theme Customizer: Color control hover styles. see #19910.
changeset,20798,[20798],koopersmith,"Theme Customizer: Clarify wp.customize.Values API by removing Values.pass and all methods that passed through to the wp.customize.Value objects it contained. see #19910.
"
changeset,20886,[20886],koopersmith,"Theme Customizer: Check for CORS support when the preview and admin urls are cross-domain. Add a fallback to the customize control frame, and check support there as well. see #20582, #19910.
"
changeset,20864,[20864],koopersmith,"Theme Customizer: Change 'Return to...' link to 'Cancel' and move 'Save' button to header. props helenyhou, fixes #20692, see #19910.
"
changeset,20274,[20274],koopersmith,Theme Customizer: Change 'Random Image' control to be a proper 'Header Image' control. First step to integrating header images. see #19910.
changeset,20530,[20530],koopersmith,"Theme Customizer: Box model fixes for image picker thumbnails. see #19910.
"
changeset,21010,[21010],nacin,"Theme Customizer: Block non-existent or non-allowed themes, unless the non-allowed theme is the active theme. Support a user having edit_theme_options xor switch_themes. fixes #20852.

"
changeset,20197,[20197],koopersmith,"Theme Customizer: Bind wp_plupload_default_settings() to the customize_controls_enqueue_scripts hook. Fixes JS errors. see #19910, [20189]."
changeset,20049,[20049],koopersmith,"Theme Customizer: Bind the preview iframe load event when triggering refresh instead of when creating the iframe. see #19910.

The loaded event should only fire when we've actually triggered a refresh. If loaded is bound when the iframe is created, sometimes the blank iframe will fire a 'load' event before a refresh is triggered (this occurred with relative frequency in firefox). By binding the loaded event in the refresh function, we prevent this from occurring."
changeset,20138,[20138],koopersmith,"Theme Customizer: Begin integration into the install process. Combine previews, details, and install into a single workflow. see #19910."
changeset,20527,[20527],koopersmith,Theme Customizer: Begin improving image picker markup/styles. see #19910.
changeset,20934,[20934],nacin,"Theme Customizer: As customize.php without a theme parameter defaults to the current theme, update wp_customize_url() to make $stylesheet optional and update references for the current theme.

see #19910, #20751, #20575.

"
changeset,20476,[20476],koopersmith,"Theme Customizer: Allow the customize iframe to be accessed directly (with full feature support). see #19910.

* Move the 'Return to Manage Themes' and 'Collapse Sidebar' actions from themes.php to customize-controls.php.
* Create a postMessage connection between themes.php and customize-controls.php.
* Allow the theme customizer to be accessed directly (independent of themes.php and the customize loader).
* Add wp_customize_href() and wp_customize_url().
* Remove wp_customize_loader(). To include the loader, use wp_enqueue_script( 'customize-loader' ).
* The theme customizer now requires postMessage browser support.
* Add .hide-if-customize and .hide-if-no-customize CSS classes.
* Clean up customize-preview.js."
changeset,20915,[20915],koopersmith,"Theme Customizer: Allow sanitize_hexcolor to accept the empty string. Fixes default assignment on save and bug where header textcolor would remain hidden if loaded hidden. see #19910.
"
changeset,21022,[21022],koopersmith,"Theme Customizer: Allow color control inputs to change the corresponding setting (use sync instead of link). fixes #20873.
"
changeset,20276,[20276],koopersmith,"Theme Customizer: Add WP_Customizer_Setting->control_params, and wp.customize.Control.params to allow settings to pass arbitrary parameters to controls. Add the 'context' parameter to wp.customize.UploadControl. see #19910."
changeset,20120,[20120],koopersmith,Theme Customizer: Add working color pickers. First pass. see #19910.
changeset,20799,[20799],koopersmith,"Theme Customizer: Add the wp.customize.Events mixin to wp.customize.Values. Provide 'add', 'remove', and 'change' events by default. see #19910.
"
changeset,20955,[20955],nacin,"Theme Customizer: Add the theme name to the 'You are previewing' string in the left pane, using a placeholder. props SergeyBiryukov, xibe. fixes #20782."
changeset,20598,[20598],koopersmith,"Theme Customizer: Add statuses to the color and image controls. see #19910.

Move the color control from the switch statement to WP_Customize_Color_Control.
Markup improvements.
"
changeset,20108,[20108],koopersmith,Theme Customizer: Add mini screenshot and description to theme info section. see #19910.
changeset,20302,[20302],koopersmith,Theme Customizer: Add data binding to page dropdown controls. Add WP_Customize_Control->get_link() to return the data attribute string. see #19910.
changeset,20741,[20741],koopersmith,"Theme Customizer: Add cross-domain handling for when the admin and front-end are different origins. Handles both ajax and postMessage calls. props rboren, mdawaffe, nacin. see #20507, #19910.
"
changeset,20893,[20893],koopersmith,"Theme Customizer: Add CORS checks to the initial check for customize support. Prevents flash of customize links on large pages. see #20582, #19910.

Add wp_customize_support_script(), to quickly alter the body class based on whether customize is supported.
"
changeset,20743,[20743],koopersmith,"Theme Customizer: Add basic loading indicator when loading the customizer inside an iframe. see #19910.
"
changeset,20263,[20263],koopersmith,"Theme Customizer: Add background repeat, position, and attachment settings. Change visibility parameter to accept a string or array( ,  ). see #19910."
changeset,20995,[20995],koopersmith,"Theme Customizer: Add an inline html5 shiv to the preview to ensure html5 elements render properly. props SergeyBiryukov, fixes #20755.
"
changeset,20795,[20795],koopersmith,"Theme Customizer: Add an Events mixin to wp.customize, used by default in wp.customize.Messenger. see #19910.
"
changeset,20260,[20260],koopersmith,Theme Customizer: Add a WP_Customize_Setting->visibility parameter to show/hide a control based upon the value of another control. Also shifts rendering the setting wrapper element into WP_Customize_Setting->render() and adds WP_Customize_Setting->render_content(). see #19910.
changeset,20925,[20925],koopersmith,"Theme Customizer: Add a signature to preview requests to be super-double-ultra-sure that the customizer generated the preview. Redirects can be sneaky. fixes #20507, see #19910.
"
changeset,20354,[20354],koopersmith,Theme Customizer: Add a link to customize the current theme. see #19910.
changeset,20761,[20761],koopersmith,"Theme Customizer: Add a fallback UI for browsers that do not support drag and drop upload. see #19910, #20452, #20582.
"
changeset,20128,[20128],koopersmith,Theme Customizer: Add a Control object to better encapsulate different UI elements and make it easy to switch between hard refreshes and postMessage. see #19910.
changeset,20863,[20863],koopersmith,"Theme Customizer: Add a base element to the preview's head element to allow relative links (root, hash, and query strings). see #20507, #19910.
"
changeset,20404,[20404],koopersmith,"Theme Customizer: Add a 'previewing' notice by the theme name. Reduce padding and size on section titles, add a border between section titles and content to better indicate the title as a click target. see #19910."
changeset,20816,[20816],koopersmith,"Theme Customizer: Add 'ready' event to customize-controls. see #19910.
"
changeset,20290,[20290],koopersmith,"Theme Customizer: Add 'choose image' functionality to image controls. Rough first pass, using header images as an example. see #19910."
changeset,20933,[20933],nacin,"Theme Customizer: 'Header Text Color', not 'Text Color', when referring to the header text in the Colors section. props ocean90. see #19910."
changeset,20414,[20414],koopersmith,"Theme browsing UX improvements. see #20403.

* On manage/install themes pages, moved author under theme name.
* On manage themes page, moved version number to details."
changeset,19087,[19087],azaozz,"Theme and plugin editor textarea direction in RTL, props SergeyBiryukov, fixes #18021"
changeset,7123,[7123],ryan,thead instead of tbody. Props alexrabe. fixes #6057
changeset,6132,[6132],ryan,the_title_attribute(). Props Nazgul. fixes #4731
changeset,13683,[13683],ryan,the_shortlink(). Props miqrogroove. fixes #10640
changeset,5536,[5536],rob1n,"the_search_query() revamp. fixes #4327
"
changeset,4171,[4171],ryan,the_search_query() from mdawaffe.  fixes #914
changeset,24093,[24093],markjaquith,"the_post_format_gallery() (and Twenty Thirteen using it).

fixes #24126. props obenland, wonderboymusic."
changeset,8926,[8926],ryan,the_password_form filter from dancoulter. fixes #7758
changeset,4134,[4134],ryan,the_modified_date().  Props westi.  fixes #2374
changeset,4368,[4368],markjaquith,the_meta() should ignore keys that start with an underscore.  Props Nazgul.  fixes #2478
changeset,17953,[17953],nacin,the_excerpt() doesn't take an argument. props coffee2code. fixes #17489. see #13883.
changeset,841,[841],saxmatt,"the_excerpt should get autop goodness. Excerpt should fake it by default.
"
changeset,6383,[6383],ryan,the_content_export filter from tellyworth. fixes #5465
changeset,1962,[1962],rboren,"the_/get_the_ split.  Patch from Owen Taylor.
"
changeset,20214,[20214],nacin,The word 'support' does not have a overly long 'p'. see #20249.
changeset,7290,[7290],matt,The whole title box should be clickable to expand or contract. Fixes #6217. Hat tip: azaozz. 
changeset,16995,[16995],nacin,The user description field should be esc_textarea when context is edit. see #15454.
changeset,10690,[10690],westi,The url for the time-since plugin has changed. Fixes #7250 props Paveo.
changeset,1681,[1681],donncha,"The two flags ""default_ping_status"" and ""default_comment_status"" weren't being
recorded properly.
"
changeset,21261,[21261],nacin,"The Twenty Twelve for WordPress.

props drewstrojny, lancewillett.

also props corvannoorloos, jeffsebring, kobenland, iandstewart, mfields,
mtdesign, op12no2, philiparthurmoore, sixhours, mamaduka.

see #19978.

"
changeset,8681,[8681],azaozz,The trunk media uploader back in.
changeset,18694,[18694],azaozz,"The rest of add missing var in postbox.js, see #18198"
changeset,14245,[14245],ryan,The read_post cap cannot be checked for sticky posts because not logged in users don't have any caps. see #11197
changeset,16425,[16425],markjaquith,The path goes INSIDE home_url(). fixes #15413
changeset,17293,[17293],westi,The old methods are good enough in alot of cases where plugins want to extend simply. So un deprecate for now.
changeset,4937,[4937],markjaquith,The O.C. Disorder;;  Props Nazgul.  fixes 3853
changeset,16679,[16679],markjaquith,The name of the standard post format is now Standard (might offer ability to change Default). fixes #15582
changeset,926,[926],nacin,"The multisite config file is `multisite`, not .xml.

"
changeset,18236,[18236],koopersmith,"The Lightening, Part One: Lighten tabs UI on new post and menus screens. see #17324."
changeset,18258,[18258],koopersmith,"The Lightening, Part 2: Return of the Luminous Hex Codes. Make the admin styles a bit brighter. see #17324."
changeset,4357,[4357],matt,"The isset broke when we defined the var to fix E_ALL warnings, making the leading raquo appear on homepages."
changeset,17118,[17118],nacin,"The internal linking dialog should be 'Add Link' not 'Save Link'. Not a new string. props jane, see #15739."
changeset,20997,[20997],ryan,The image selector arrows should not do a 4g inverted dive. Props helenyhou. fixes #20843
changeset,15823,[15823],dd32,The Hook that never was. Use correct / Revert back-compat hookname changes in [15820]. See #12285
changeset,602,[602],saxmatt,"The great renaming.
"
changeset,601,[601],saxmatt,"The great renaming.
"
changeset,1074,[1074],saxmatt,"The great option REMIX.
"
changeset,21906,[21906],koopersmith,"The first inklings of a gallery management screen.

* Adds `view.Workspace.Library` and `view.Workspace.Gallery` as extensions of `view.Workspace` to implement the individual screens
* Shifts the toolbar logic that was library-specific from the generic `Workspace` view to `Workspace.Library`.
* Adds a toolbar to the `Gallery` view.
* 'Create a gallery' and 'Return to media library' buttons toggle between the two views.
* 'Insert gallery into post' closes the modal, but does not actually perform its namesake action.
* Note that elements can still be deselected in the gallery view. This will be fixed in a future commit.

Improvements to avoid over-eager event unbinding:
* `Modal` views now properly detach their contents before replacing them with a new element.
* Likewise, `Workspace` views detach their main content blocks when re-rendering the view.

To test the gallery workflow (which is incomplete), run the following in your browser's console:

	`wp.media({ multiple: true });`

see #21809, #21390.
"
changeset,1852,[1852],rboren,"The first category is 1 not 0.
"
changeset,21982,[21982],ryan,The edit-tags screen ID does not contain the post_type. Fallback to post_type in the REQUEST. Fixes AJAX term addtions from edit-tags.php.  fixes #21871
changeset,20173,[20173],nacin,"The default value of a theme's Status header is 'publish', not 'public'. see #20103.

"
changeset,18306,[18306],ryan,The dance is your chance to do the bump
changeset,744,[744],saxmatt,"The cookie monster has been vanquished.
"
changeset,5457,[5457],matt,The config file has been deliberately CRLF since [2370] to recognize that most people will be editing this file in a crappy windows editor.
changeset,5456,[5456],matt,The config file has been deliberately CRLF since [2370] to recognize that most people will be editing this file in a crappy windows editor.
changeset,2539,[2539],matt,The Codex is ready
changeset,7601,[7601],matt,"The child should not have to pay for the sins of his father. Caching for children needs to be cleared when parent is edited; if we check for empty and not isset, it never gets better for empty results."
changeset,4378,[4378],markjaquith,The changing of the pies. Now using SimplePie.  props to gsnedders. fixes #2864
changeset,2043,[2043],rboren,"The case of the disappearing images dir.
"
changeset,21081,[21081],westi,"The branch is ready for 3.4.1 alpha development.
"
changeset,6576,[6576],matt,The bottom of this shouldn't run into the box.
changeset,16128,[16128],westi,"The big renaming of the list-table class files.
See #14579"
changeset,994,[994],michelvaldrighi,"the big GMT/local changes, part 1: adding _gmt fields
"
changeset,454,[454],saxmatt,"The beginning of the comments page.
"
changeset,17646,[17646],westi,The beginings of better phpdoc for XMLRPC functions. See #15238 props koke.
changeset,1356,[1356],michelvaldrighi,"the Atom feed should always provide an excerpt, even in full content mode
"
changeset,20148,[20148],nacin,"The allowed_themes rolling upgrade for individual sites should not add empty allowedthemes arrays. If there are no allowed themes, don't add an empty option. Move the network rolling upgrade to upgrade_network(). see #20146.

"
changeset,19144,[19144],koopersmith,The about pages are lonely orphans. see #18742.
changeset,23347,[23347],nacin,"The 3.5 branch is now 3.5.2-alpha.

"
changeset,23181,[23181],nacin,"The 3.5 branch is now 3.5.1 alpha.

"
changeset,15020,[15020],nacin,"The 'Help' tab on the custom background page should have, you know, custom background help. Oops. see #13467"
changeset,4725,[4725],markjaquith,That'll teach me to trust a code snippet from php.net ... typo fix from last commit.  relates to #3528
changeset,2274,[2274],saxmatt,"That single pixel - http://mosquito.wordpress.org/view.php?id=764
"
changeset,2770,[2770],matt,That last thing didn't work at all.
changeset,691,[691],saxmatt,"Texty edits. Move template stuff to online.
"
changeset,19412,[19412],duck_,"Texturized apostrophes. See #18742.
"
changeset,11208,[11208],ryan,texturize widget titles. Props jtatum. fixes #7084
changeset,2578,[2578],matt,Texturize tweaks
changeset,875,[875],saxmatt,"Texturize tweak.
"
changeset,455,[455],saxmatt,"Texturize preg_split .* should match newlines as well.
"
changeset,972,[972],saxmatt,"Texturize missing some table block level tags.
"
changeset,985,[985],saxmatt,"Texturize kung-foo
"
changeset,1592,[1592],saxmatt,"Texturize fix.
"
changeset,3747,[3747],ryan,texturize fix from that Andy guy. fixes #2634
changeset,3686,[3686],ryan,texturize fix from that Andy guy.  fixes #2634
changeset,1952,[1952],saxmatt,"Texturize bloginfo.
"
changeset,5486,[5486],rob1n,"Texturize and autop the text widgets, and allow pages to be sorted by a specified field. Props Denis de Bernardy. see #4259
"
changeset,11192,[11192],ryan,Textual consistency. Props Denis-de-Bernardy. fixes #9596
changeset,3253,[3253],ryan,Textpattern importer updates from technosailor.  #1944
changeset,3228,[3228],ryan,Textpattern importer from Aaron Brazell.
changeset,3240,[3240],ryan,Textpattern importer changes from Aaron Brazell.  fixes #1944
changeset,1014,[1014],saxmatt,"Textile should be moved to plugin.
"
changeset,1102,[1102],saxmatt,"Textile checkin. Props to Jaykul for prodding me into this.
"
changeset,10667,[10667],ryan,Text tweaks. Props MichaelH. see #8652
changeset,9700,[9700],ryan,Text tweak. Props demetris. fixes #8201
changeset,3281,[3281],ryan,TEXT fields cannot have defaults. #1953
changeset,1082,[1082],ryan,Tests for wp_upload_dir() and blog switching. see #WP19235
changeset,999,[999],ryan,Tests for WP_Screen::in_admin(). see #WP21742
changeset,1222,[1222],nacin,"Tests for wp_protect_special_option(), and for delete_option() trimming the option and checking for emptiness like other functions. see #23289.

"
changeset,995,[995],ryan,Tests for WP_Post->page_template. see #WP21309
changeset,913,[913],nacin,"Tests for WP_Object_Cache::delete(). props tollmanz, fixes #108.

"
changeset,1188,[1188],joehoyle,Tests for WP_Image_Editor_Imagick - skips tests if Imagick is not installed
changeset,1194,[1194],ryan,"Tests for wp_get_archives() caching. see #WP23206
"
changeset,1227,[1227],SergeyBiryukov,Tests for wp_add_object_terms() and wp_remove_object_terms(). props kovshenin. see #15475.
changeset,1050,[1050],nacin,"Tests for wp.RestoreRevision and wp.getRevisions. props koke, markoheijnen. see #21397.

"
changeset,1016,[1016],nacin,"Tests for wp.getProfile, wp.editProfile, wp.getUsers, wp.getUser. props maxcutler. see #WP18428.

"
changeset,1049,[1049],nacin,"Tests for wp.editPost's if_not_modified_since. props koke, markoheijnen. see #WP21397.

"
changeset,8536,[8536],ryan,Tests for whether  is an array or an object before running http_build_query() on . Props santosj. fixes #7460 see #4779
changeset,1078,[1078],ryan,"Tests for update_blog_details() and update_blog_status(). see #WP20305
"
changeset,1287,[1287],ryan,"Tests for the_content, the_remaining_content, wp_parse_post_content. see #WP24330"
changeset,1059,[1059],ryan,Tests for the status arg to get_comments(). see #WP21101
changeset,993,[993],ryan,Tests for tags_input and post_category WP_Post properties. see #WP21309
changeset,1046,[1046],nacin,"Tests for some multisite options being sanitized in sanitize_option(). (illegal_names, limited_email_domains, banned_email_domains). props wonderboymusic. see #WP21552.

"
changeset,1037,[1037],ryan,Tests for removing negative capabilities. see #WP21786
changeset,1085,[1085],ryan,Tests for post tax_query include_children
changeset,495,[495],ryan,Tests for pluggable arg checking in current_theme_supports()
changeset,1000,[1000],ryan,Tests for home_url() and network_home_url() to make sure the is_ssl() state is discarded when in the admin. see #WP20759
changeset,1186,[1186],ryan,Tests for get_pages() caching. see #WP23167
changeset,992,[992],ryan,Tests for get_blog_post(). see #WP21595
changeset,436,[436],nacin,Tests for get_blog_option() and friends. see #WP17883.
changeset,991,[991],ryan,Tests for get_adjacent_post(). see #WP21309
changeset,736,[736],nacin,"Tests for extra theme headers via get_theme_data(), see #20897."
changeset,1055,[1055],ryan,"Tests for domain_exists(). see #WP21142
"
changeset,1167,[1167],ryan,Tests for current_user_can_for_blog()
changeset,1054,[1054],ryan,Tests for create_posts capability. see #WP16714
changeset,467,[467],nacin,"Tests for convert_to_screen(). A hook_suffix used to set the current screen, or the resulting screen->id, should be able to be converted to the same WP_Screen object. Exception is ?taxonomy, ?post_type query strings. Add a edit-tags.php text case."
changeset,1086,[1086],ryan,Tests for cache priming in get_post(). see #WP22223
changeset,1045,[1045],ryan,"Tests for blog-details and blog-lookup cache invalidation. see #WP20950
"
changeset,1093,[1093],nacin,"Tests for an escaped %%f in a query string. props kurtpayne. see #WP19861.

"
changeset,943,[943],ryan,Tests for add_query_arg(). see #WP21332
changeset,1217,[1217],nacin,"Tests for `post_parent__in` and `post_parent__not_in`. props kovshenin. see #11056.

"
changeset,1151,[1151],nacin,"Tests for [WP22817], see #WP22356. props DH-Shredder.

"
changeset,745,[745],nacin,Tests for [WP21152] [WP21153].
changeset,998,[998],nacin,"Tests for #WP21741.

"
changeset,1020,[1020],nacin,"Tests for #WP21586.

"
changeset,1021,[1021],nacin,"Tests for #WP15665 - ""Page name won't work if the parent page has an attachment with the same name""

"
changeset,3,[3],kovshenin,"Testing new svn repo.
"
changeset,24068,[24068],nacin,Testing new repo
changeset,12089,[12089],azaozz,Tested with WordPress 2.8.5
changeset,1141,[1141],ryan,Test_Post_Formats
changeset,488,[488],duck_,"test_action_performance isn't a test, and it messes up the output :'(
"
changeset,11499,[11499],azaozz,"Test writability of ABSPATH when upgrading core or WP_PLUGIN_DIR when installing/updating themes and plugins, fixes #9936"
changeset,429,[429],ryan,Test WP_User::has_prop() and WP_User::get().  Add test for WP_User contruction with null ID.
changeset,1080,[1080],ryan,Test wp_upload_dir() with switch_to_blog().
changeset,665,[665],SergeyBiryukov,Test wp_read_image_metadata() with UTF-8 IPTC tags. see #WP9417.
changeset,30,[30],tellyworth,test wp_get_schedule
changeset,712,[712],ryan,Test wp_delete_user() and make sure it honors the delete_with_user post type flag. see #WP16358
changeset,170,[170],mikelittle,"Test we have some posts to avoid foreach error.
Capitalisation of WordPress
"
changeset,1249,[1249],ryan,Test updating the 'public' site option value via update_blog_status(). see #WP23155
changeset,430,[430],duck_,"Test update_site_option and falsey values, see #WP15497
"
changeset,449,[449],ryan,Test update of additional user keys in wp_update_user()
changeset,456,[456],duck_,"Test to ensure get_site_option doesn't cache the default value for non-existent options. See #WP18955.
"
changeset,1030,[1030],scribu,"test the names of the updated term, not the term ids. see #125
"
changeset,1133,[1133],nacin,"Test the loss of categories when using XML-RPC's wp.editPost. see #WP22220.

"
changeset,40,[40],tellyworth,test the functions that list themes and theme metadata
changeset,557,[557],duck_,"Test the $userdata global for logged out users. See #WP19769.
"
changeset,1015,[1015],nacin,"Test that XML-RPC is enabled, not disabled. see #WP21509.

"
changeset,1176,[1176],nacin,"Test that wp_update_user() does not fatal error when called with a non-existent user ID. It should instead return WP_Error. see #22858.

"
changeset,749,[749],kurtpayne,Test that WP_Scripts and WP_Styles accept URLs with a double slash reference.  See #WP16560
changeset,917,[917],nacin,"Test that WP_Object_Cache::set() can override a cached key, unlike add(). props tollmanz. fixes #109.

"
changeset,1017,[1017],nacin,"Test that jQuery.noConflict() is appended to jquery.js.

"
changeset,1216,[1216],SergeyBiryukov,Test that is_user_spammy() properly recognizes a numeric username. props bananastalktome. see #23192. see #23190.
changeset,1177,[1177],nacin,"Test that get_post_ancestors() returns an empty array when passed a value that evaluates to false. see #22882.

"
changeset,746,[746],kurtpayne,Test that floats are properly localized in wpdb::prepare and helper functions like wpdb::update.  See #WP19861
changeset,1223,[1223],nacin,"Test that certain core scripts cannot be deregistered in the admin. props adamsilverstein. fixes #22896.

"
changeset,744,[744],nacin,Test switch_theme() when using only one argument. see #WP21075.
changeset,1241,[1241],nacin,"Test suite: Add $this->factory->attachment->create( $file, $parent = 0, $args = array() ), which wraps wp_insert_attachment().

In the future, we may want an upload() method that wraps (and fakes) media_handle_upload(), to populate metadata.

"
changeset,149,[149],tellyworth,test some more esoteric capabilities behaviour
changeset,147,[147],tellyworth,test some more capabilities functions
changeset,1005,[1005],nacin,"Test sanitize_trackback_urls() for multiple URLs. see #WP21624.

"
changeset,150,[150],tellyworth,test remove_all_caps
changeset,1095,[1095],ryan,Test registering taxonomy name > 32 characters. see #WP21593
changeset,1067,[1067],ryan,Test post meta BETWEEN and NOT BETWEEN.
changeset,1084,[1084],ryan,Test passing WP_User and stdClass to the WP_User constructor. Assert that WP_User_Query returns WP_User objects when querying 'all' and 'all_with_meta'. see #WP22057
changeset,960,[960],ryan,Test passing stdClass and WP_User to wp_update_user(). see #WP21429
changeset,989,[989],ryan,Test ms_is_switched()
changeset,942,[942],scribu,test isset() and unset() for get_post() result
changeset,1158,[1158],ryan,Test invalidation of object term relationship cache. see #WP22560
changeset,1246,[1246],ryan,"Test invalid ID handling in wp_insert_post() and wp_update_post().

see #WP23474
"
changeset,961,[961],scribu,test if the post is actually filtered
changeset,411,[411],ryan,Test id property back compat
changeset,1034,[1034],ryan,Test https in home option. see #WP20759
changeset,491,[491],ryan,Test global userdata.  See WP #19595
changeset,690,[690],ryan,Test global authordata setup.
changeset,1247,[1247],ryan,"Test get_blog_details() and the blog-details cache before, while, and after a blog exists.

see #WP23405
"
changeset,205,[205],tellyworth,test gallery and shortcode output with the_content filtering
changeset,1288,[1288],ryan,"Test for WP_User::get_data_by( 'id', * ). see #WP23480"
changeset,432,[432],ryan,Test for wp_get_object_terms() where fields = slugs
changeset,997,[997],nacin,"Test for wp_delete_user() not flushing post caches on reassignment. see #WP20447.

"
changeset,1218,[1218],SergeyBiryukov,Test for wp_convert_bytes_to_hr(). see #19067.
changeset,2546,[2546],matt,Test for true.
changeset,1162,[1162],nacin,"Test for the revision count (via XML-RPC) for posts created with an auto-draft. props maxcutler. see #WP22686, #WP22687.

"
changeset,478,[478],duck_,"Test for the presence of the user_level WP_User property. See #WP19265.
"
changeset,1175,[1175],nacin,"Test for get_page_uri() producing PHP warnings on non-WP_Post post objects. see #22883.

"
changeset,718,[718],ryan,Test for get_option() and get_site_option() default filters. see #WP20448
changeset,1060,[1060],ryan,Test for get_blog_id_from_url(). see #WP18387
changeset,1694,[1694],rboren,"Test for feed and trackback at the beginning of the template redirection code.
"
changeset,8194,[8194],ryan,Test for feature instead of browser to fix TB positioning for browsers pretending to be IE6. Props azaozz. fixes #6676
changeset,1066,[1066],ryan,Test for empty tax queries returning all posts instead of none. see #WP20604
changeset,10190,[10190],westi,Test for curl_exec as well to catch hosts that disable it but not curl_init. Fixes #8577 for trunk props sivel.
changeset,10191,[10191],westi,Test for curl_exec as well to catch hosts that disable it but not curl_init. Fixes #8577 for 2.7 branch props sivel.
changeset,9432,[9432],matt,Test for alternative blog-style comment layout.
changeset,1225,[1225],nacin,"Test for allowing .. in paths passed to *_url functions. see #19032.

"
changeset,559,[559],kurtpayne,Test for #19855 - Optimize wpautop by skipping the contents of <pre> blocks
changeset,558,[558],kurtpayne,Test for #19855 - Optimize wpautop by skipping the contents of <pre> blocks
changeset,560,[560],kurtpayne,"Test for #16456 - Input is not a block element.  Also renaming ""test_long_text"" and updating phpdoc comments."
changeset,13053,[13053],ryan,Test explicitly for false from insert()/update(). Fixes early return that preventing link categories from being saved. fixes #12196
changeset,51,[51],tellyworth,test exif code with a Fuji image (thanks Mark)
changeset,194,[194],tellyworth,test double-escaping for shortcodes
changeset,500,[500],kurtpayne,Test deleting comments via AJAX.
changeset,8144,[8144],hansengel,"Test commit
"
changeset,1058,[1058],ryan,Test comment query cache. see #WP22024
changeset,552,[552],kurtpayne,Test cases for wp_ajax_replyto_comment()
changeset,697,[697],nacin,"Test cases for set_custom_fields() in XML-RPC, via wp_editPost. see #WP20543.

"
changeset,689,[689],nacin,"Test cases for #WP20488.

"
changeset,164,[164],tellyworth,test case wher upload_path is empty
changeset,1289,[1289],ryan,Test case to test handling of global post in a loop that passes a post to setup_postdata() without updating global post. see #WP24330
changeset,1117,[1117],ryan,Test case for WP_User::set_role(). see #WP18932
changeset,551,[551],kurtpayne,Test case for wp_ajax_edit_comment()
changeset,755,[755],markjaquith,"Test case for URL encoded search terms. see #WP13961 and [WP21187]
"
changeset,549,[549],kurtpayne,"Test case for ajax ""get-comments"" action"
changeset,742,[742],nacin,Test case for #WP20955. Combine two duplicated tests.
changeset,1219,[1219],nbachiyski,"Test case for #23506
"
changeset,259,[259],westi,test association of page templates within a sub dir with a theme.
changeset,1036,[1036],ryan,Test args of delete_term action. see #WP20645
changeset,645,[645],kurtpayne,Test ajax autosaving of drafts
changeset,1192,[1192],nacin,"Test add_query_arg() when used with only a query string. see #4903. see #23284.

"
changeset,60,[60],tellyworth,test 'all' action
changeset,1272,[1272],westi,"Terms: Add a test case for #24189 which shows the invalid caching in action.
"
changeset,24127,[24127],nacin,"Terms list table:
 * Don't call single_row() with an undeclared and unused $taxonomy argument.
 * Don't define optional parameters before required parameters in the _rows() method. Make them required.
 * Move empty( $terms ) check above other operations. This function was improperly returning an else case until [24123].

props rlerdorf.
see #24210.

"
changeset,19600,[19600],nacin,"term_exists() @return correction. props johnbillion, fixes #19565."
changeset,6157,[6157],ryan,Term with slug that conflicts with existing term with different parent gets a new term entry with a unique slug. see #5034
changeset,5652,[5652],ryan,Term sanitization.  see #4189
changeset,5741,[5741],ryan,Term count fixes
changeset,5555,[5555],ryan,Term cache work. see #4189
changeset,4791,[4791],markjaquith,Tending the graveyard.  Memento mori.
changeset,4427,[4427],markjaquith,Temporary image parsing fix from mdawaffe until a more robust attachment API is ready.  fixes #3287
changeset,930,[930],saxmatt,"Temporary fix for next_post with GMT.
"
changeset,15506,[15506],scribu,Temporary fix for #14637
changeset,321,[321],westi,Temporarily set the SERVER_NAME as wp_mail relies on it.
changeset,188,[188],tellyworth,temporarily remove a broken wp_unique_filename() test; add a test for the case where the filename includes a full path
changeset,16144,[16144],nacin,"Temporarily copy colors-fresh over colors-classic. Gray was used as a base for blue, it will be easier to see changes. see #15207."
changeset,7840,[7840],ryan,tempnam workarounds from DD32. see #6465
changeset,643,[643],saxmatt,"Template tag for category_description and set $cat if you have category_name thing going on. Space out options screen.
"
changeset,1558,[1558],rboren,"Template redirection.
"
changeset,1641,[1641],rboren,"Template redirection fix-up.
"
changeset,4810,[4810],markjaquith,Template Name: regex fixup by gjorgensen.  fixes #3674
changeset,4809,[4809],markjaquith,Template Name: regex fixup by gjorgensen.  fixes #3674
changeset,3030,[3030],ryan,Template functions for getting the post's modified time from error and Mark Jaquith. fixes #1836
changeset,2254,[2254],saxmatt,"Template fixes
"
changeset,2260,[2260],saxmatt,"Template cookie prob - http://mosquito.wordpress.org/view.php?id=805
"
changeset,320,[320],saxmatt,"Temp fix for help links.
"
changeset,15463,[15463],ryan,Temp fix for canonical redirects of taxonomy links containing non-ASCII bases. Props nbachiyski. see #14201 for 3.0.1
changeset,15462,[15462],ryan,Temp fix for canonical redirects of taxonomy links containing non-ASCII bases. Props nbachiyski. see #14201
changeset,6003,[6003],westi,"Tell the user what number comment they are editing. Fixes #4524 props momo360modena and Nazgul.
"
changeset,3406,[3406],matt,Technorati URL change.
changeset,14030,[14030],markjaquith,TB_iframe fixes for stuff that broke in r14015. props scribu. fixes #12878. see #12792
changeset,3492,[3492],ryan,TB fix.  fixes #2197
changeset,19930,[19930],duck_,"Taxonomy rewrite generation when turning on permalinks, r18443 for taxonomies. Props SergeyBiryukov. Fixes #19794.
"
changeset,7491,[7491],ryan,Taxonomy queries and urls. Props andy. see #6357
changeset,23278,[23278],azaozz,"Taxonomy postbox: fix toggling with ""Choose from the most used tags"" when several postboxes are shown, props SergeyBiryukov, fixes #23112 for trunk"
changeset,23277,[23277],azaozz,"Taxonomy postbox: fix toggling with ""Choose from the most used tags"" when several postboxes are shown, props SergeyBiryukov, fixes #23112 for 3.5"
changeset,6282,[6282],ryan,taxonomy phpdoc updates from darkdragon. see #4742
changeset,6378,[6378],ryan,Taxonomy phpdoc from darkdragon. fixes #4742
changeset,7520,[7520],ryan,Taxonomy links and template tags from andy. see #6357
changeset,90,[90],tellyworth,taxonomy api tests
changeset,4714,[4714],markjaquith,"Tastes like FeedBurning... er, bumping."
changeset,817,[817],mikelittle,"Task ID 73
Added htmlspecialchars and stripslashes where appropriate
"
changeset,15135,[15135],nacin,"target=blank help fixes. props zeo, fixes #13467."
changeset,15132,[15132],nacin,"target=blank for help. props jorbin, see #13467"
changeset,11685,[11685],ryan,Tango/GNOME smilies. Props jdub. fixes #10145
changeset,21177,[21177],nacin,Take the original slug passed into wp_unique_post_slug() and pass it to the wp_unique_post_slug filter. props johnbillion. fixes #20480.
changeset,21363,[21363],ryan,"Take the mmm out of comment_ID. Just mm is sufficient.

Props wonderboymusic
fixes #21400
"
changeset,1063,[1063],saxmatt,"Take the add new gmt fields out of the conditional.
"
changeset,18110,[18110],nacin,"Take that, PHP 5.0.5. Good riddens. see #14160."
changeset,23818,[23818],markjaquith,"Take revision control out of the realm of a pure constant. Make it filterable.

* New filter: wp_revisions_to_keep

props ethitter, SergeyBiryukov. fixes #22289."
changeset,676,[676],michelvaldrighi,"take request_uri from http_server_vars, to be safe
"
changeset,5964,[5964],ryan,Take post_max_size into account when determining the upload limit. Props mdawaffe. fixes #4240
changeset,5972,[5972],ryan,Take port into consideration when spawning cron. Props bchecketts. fixes #4782
changeset,5152,[5152],rob1n,"Take out useless preg_match()'s and ignore directories starting with ""."". Props m0n5t3r. fixes #4047
"
changeset,17603,[17603],ryan,"Take out unnecessary compat functions from compat.php. Props hakre, ptahdunbar. see #16918"
changeset,5259,[5259],rob1n,"Take out undefined variable. fixes #2781
"
changeset,14378,[14378],nbachiyski,"Take out the leading space from the translatable string
"
changeset,14161,[14161],nbachiyski,"Take out opening and closing <p> tags from translation strings. Focus on the key input on page load.
"
changeset,5237,[5237],rob1n,"Take out duplicate ID. Props JeremyVisser. fixes #3432
"
changeset,1210,[1210],saxmatt,"Take out allowed users stuff since we're not using it.
"
changeset,15031,[15031],nbachiyski,"Take out <strong> of translatable string For more information:
"
changeset,8384,[8384],azaozz,"Take first attribute and ignore later duplicate attributes. Fixes #6602 for trunk. Props schiller.
"
changeset,8385,[8385],azaozz,"Take first attribute and ignore later duplicate attributes. Fixes #6602 for 2.6.1. Props schiller.
"
changeset,11505,[11505],azaozz,"Take <p> out of translatable string, props nbachiyski, fixes #9995"
changeset,14169,[14169],nbachiyski,"Take <em> tag out of translatable string
"
changeset,7544,[7544],markjaquith,"Tags work without JS, so we should not hide them!"
changeset,2540,[2540],ryan,tags
changeset,2621,[2621],ryan,Tagging WordPress 1.5.1.2
changeset,2614,[2614],ryan,Tagging WordPress 1.5.1.1
changeset,2541,[2541],ryan,Tagging WordPress 1.5 Stryhorn
changeset,7071,[7071],ryan,Tagging terminology cleanup from lloydudd. fixes #6020
changeset,18397,[18397],ryan,Tagging 3.2
changeset,16807,[16807],westi,Tagging 3.0.3 for real
changeset,16805,[16805],westi,Tagging 3.0.2
changeset,6725,[6725],ryan,Tagging 2.3.3
changeset,6528,[6528],ryan,Tagging 2.3.2
changeset,4960,[4960],ryan,Tagging 2.1.2
changeset,4899,[4899],ryan,"Tagging 2.1.1
"
changeset,4898,[4898],ryan,"Tagging 2.0.9
"
changeset,4869,[4869],markjaquith,"Tagging 2.0.8
"
changeset,4731,[4731],ryan,"Tagging 2.0.7
"
changeset,2597,[2597],matt,"Tagging 1.5.1, hope I don't mess this up"
changeset,5851,[5851],matt,"Tagging
"
changeset,5850,[5850],matt,"Tagging
"
changeset,6012,[6012],ryan,tag_id not tag__id. see #4895
changeset,5271,[5271],ryan,"tag_exists(), category_object_exists(), and some tag and cat create fix ups. see #3723"
changeset,9031,[9031],ryan,tag__not_in and category__not_in query fixes. see #7599
changeset,6011,[6011],ryan,"tag__in, tag__not_in, and tag_and queries. fixes #4895"
changeset,6021,[6021],ryan,Tag unions and intersections. fixes #4895
changeset,8077,[8077],ryan,Tag to cat converter improvements from azaozz. see #6909
changeset,17141,[17141],nacin,Tag textareas escaped earlier with textarea_escaped. see #15454.
changeset,6670,[6670],ryan,Tag searching from jhodgdon. see #5684
changeset,13335,[13335],iammattthomas,"Tag editor-style support, adjust site-info font size in twentyten. See #9015"
changeset,10903,[10903],azaozz,"Tag descriptions, props aaroncampbell, fixes #9381"
changeset,5234,[5234],ryan,Tag clouds from mdawaffe. fixes #4129
changeset,8668,[8668],ryan,Tag cloud fixes from DD32. Implements number arg.  see #6015
changeset,767,[767],saxmatt,"Tag cleanup.
"
changeset,23345,[23345],nacin,Tag 3.5.1
changeset,23169,[23169],nacin,Tag 3.5
changeset,21780,[21780],nacin,Tag 3.4.2
changeset,21156,[21156],nacin,Tag 3.4.1
changeset,21078,[21078],nacin,Tag 3.4
changeset,21155,[21155],nacin,Tag 3.3.3
changeset,20554,[20554],nacin,Tag 3.3.2
changeset,19670,[19670],ryan,Tag 3.3.1
changeset,17487,[17487],markjaquith,Tag 3.1
changeset,12600,[12600],azaozz,Tag 2.9.1
changeset,8337,[8337],ryan,Tag 2.6
changeset,3837,[3837],ryan,Tag 2.0.3
changeset,3836,[3836],ryan,Tag 2.0.2
changeset,19874,[19874],nacin,"Tabs, not spaces. Props PeteMall."
changeset,21257,[21257],nacin,"Tabs, not spaces for intendation. Add a docblock to the file/class.

"
changeset,16159,[16159],nacin,"Tabs for internal linking. props koopersmith, see #11420."
changeset,15353,[15353],dd32,Tabs are so much nicer than spaces.. Props jorbin. Fixes #14147
changeset,13777,[13777],dd32,Tabs are better than spaces. Whitespace cleanup.
changeset,19115,[19115],dd32,Tabs > Spaces. Props SergeyBiryukov. See #14999
changeset,229,[229],mikelittle,"tablesettings no longer used
"
changeset,9839,[9839],azaozz,"Table.widefat fixes, props kpdesign, see #8311"
changeset,7151,[7151],matt,"Table styling and ""add media"" label. See #5911. Hat tip: andy."
changeset,235,[235],mikelittle,"table changes.
"
changeset,7480,[7480],westi,Tabindex for the Preview/View links. See #6352.
changeset,9710,[9710],markjaquith,tabindex for QuickPress
changeset,11079,[11079],ryan,Tabify
changeset,13548,[13548],dd32,Tabbing in Editors: Prevent certain browsers from Tabbing out of the field. Props filosofo. Fixes #12424
changeset,15903,[15903],ryan,Tabbed interface for site editing. see #15174
changeset,4206,[4206],ryan,Tabbed editor from skeltoac. fixes #2829
changeset,4210,[4210],ryan,Tabbed editor fixes from skeltoac.  #2829
changeset,4209,[4209],ryan,Tabbed editor and autosave fixes.  Props skeltoac and westi. #2829
changeset,6884,[6884],ryan,Tab styling fixes from Speedboxer. see #5868
changeset,6880,[6880],ryan,Tab styling fixes from hempsworth. fixes #5868
changeset,13534,[13534],ryan,"Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412"
changeset,13533,[13533],ryan,"Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412"
changeset,22250,[22250],azaozz,"Tab indexes: when tabbing out of the editors make sure the next focused element is the expected/default action, fix focusing the next field when picking a date for future post, props lessbloat, fixes #21340"
changeset,7473,[7473],westi,Tab index love for Write>Page.
changeset,3164,[3164],ryan,Tab highlight fix from skeltoac.  fixes #1619
changeset,8943,[8943],azaozz,"Sytling and improvements to inline editing, see #6815"
changeset,13823,[13823],nacin,"Syndication feeds show the (#) most recent 'items', not posts, as it applies to comments as well. See #12556, see #7092"
changeset,18878,[18878],ryan,"Syncronize some strings. Props dcowgill, SergeyBiryukov. fixes #17770"
changeset,10693,[10693],westi,Syncronise the queries used for attachment slug uniqueness checking. Fixes #4396 props futurix and Nazgul.
changeset,9361,[9361],westi,"Syncronise the messages for Import/Export of WXR. Fixes #6557 props mtdewvirus.
"
changeset,625,[625],markjaquith,Synchronized as-needed multi-level kicks to wake people from n-depth ob_dream_state()s. To-do: verify Totem::valid() at level 0. I N C E P T I O N.
changeset,21888,[21888],nacin,"Synchronize block-level elements between the JS and PHP versions of wpautop. props SergeyBiryukov. fixes #18534.

"
changeset,19843,[19843],nacin,Synchronize archive.php docs with Twenty Eleven. Go easy on the PHP/HTML context switching. see #19978.
changeset,8663,[8663],ryan,Sync trunk RTL styles with 2.6 branch. see #7498
changeset,12771,[12771],wpmuguru,"sync single and multisite cookie hash, remove extraneous code, See #11644"
changeset,13228,[13228],ryan,Sync pomo. Props nbachiyski. fixes #11832
changeset,22349,[22349],nbachiyski,"Sync POMO with GlotPress

See http://glotpress.trac.wordpress.org/browser/trunk/pomo/
"
changeset,18528,[18528],nbachiyski,"Sync pomo library with the current GlotPress version
"
changeset,7564,[7564],markjaquith,"Sync page edit and post edit redirect message usage a bit more -- properly exclude the page.php file from the ""go back"" link for page edits."
changeset,1136,[1136],nbachiyski,"Sync naming with latest export API patch
"
changeset,13278,[13278],dd32,Sync Installer/WP_Die background colour with the Fresh colour scheme background
changeset,11165,[11165],azaozz,Sync common.js with common.dev.js
changeset,9721,[9721],ryan,Sync classic with fresh
changeset,13195,[13195],azaozz,"Sync checkboxes only for categories, some white space cleanup, props kevinB, fixes #12244"
changeset,4663,[4663],markjaquith,Sync balanceTags() and force_balance_tags() to trunk.  fixes #2714
changeset,9904,[9904],westi,"Sync arguments to plugin hooks to enable same function to be hooked on to both to enable backward compatible plugins. Fixes #8365 props strider72.
"
changeset,22185,[22185],ryan,"Sync actions between update_blog_details() and update_blog_status(). Add make_delete_blog and make_undelete_blog actions.

Props Kyrylo, wonderboymusic
fixes #20305
"
changeset,7342,[7342],markjaquith,"Sync ""Last edited"" on Edit Page screen to that on Edit Post screen.  see #6250"
changeset,1306,[1306],michelvaldrighi,"switching to htmlspecialchars fixes category description problem with double-bytes encodings ( http://wordpress.org/support/6/5555 )
"
changeset,652,[652],kurtpayne,Switching $expected and $actual with assertEquals().  Fixing a bad test about behavior that appeared when the global $post and $content objects were reset in tearDown().
changeset,651,[651],kurtpayne,Switching $expected and $actual with assertEquals().  Fixing a bad test about behavior that appeared when the global $post and $content objects were reset in tearDown().
changeset,649,[649],kurtpayne,Switching $expected and $actual with assertEquals()
changeset,958,[958],ryan,switch_to_blog() restore_current_blog() tests
changeset,21485,[21485],ryan,"switch_to_blog() and restore_current_blog() housekeeping.

wp-includes/admin-bar.php:

* Replace get_admin_url() and get_home_url() with admin_url() and home_url() and place them inside a switch/restore. Likewise replace current_user_can_for_blog() with current_user_can(). This avoids doing multiple switch restores.

wp-includes/ms-blogs.php:

* Deprecate the $validate argument to switch_to_blog(). This avoids a not very necessary call to get_blog_details(), possibly saving a few queries.
* Use $_wp_switched and $_wp_switched_stack instead of $switched and $switched_stack to make it less likely these globals will be stomped.
* Use GLOBALS to access blog_id and other globals. I've preferred this style lately since it makes it obvious a global is being used and avoids global blog_id being stomped by a local variable.
* Lose some is_object() checks. wp_get_current_user() always returns an object, for example.
* Call the new WP_Roles::reinit() method.

wp-includes/class-wp-xmlrpc-server.php:

* Replace current_user_can_for_blog() with current_user_can() and move it inside the switch/restore pair. This eliminates a switch/restore.

wp-includes/capabilities.php:

* Use array_keys() instead of $role => $data since $data is unused. I *think* this is a bit faster.
* Introduce WP_Roles::reinit(). This reinitializes WP_Roles and is used after switch_to_blog() has already update the blog ID in the wpdb object. If a global roles array is being used instead of the db, reinit is skipped.
* current_user_can_for_blog() now does a switch/restore. It didn't before meaning it could be reinitializing the user with the wrong role information for the current blog.

wp-includes/ms-settings.php:

* Define $_wp_switched_stack and $_wp_switched. This way switch_to_blog() and restore_current_blog() can rely on it being set.

wp-settings.php:

* Instantiate the WP_Roles global. This was it is always defined during init. To remove the WP_Roles checks from WP_Role and WP_User this would probably have to move before plugins are loaded, which might not be a good thing.

wp-includes/functions.php:

* Update wp_upload_dir() to reference _wp_switched.

"
changeset,20733,[20733],ryan,Switch to WP_Theme::display() in theme update message. Props SergeyBiryukov. fixes #20623
changeset,12126,[12126],ryan,Switch to wp_kses_data() for displayed filtering to avoid slashing. fixes #10949
changeset,16065,[16065],westi,Switch to using WP_HTTP_IXR_Client in core. See #10588.
changeset,10445,[10445],westi,Switch to using the ID when calling get_avatar internally to support caching plugins. Fixes #8940.
changeset,12080,[12080],westi,Switch to using NOOP_Translations for untranslated sites. Fixes #10971 props nbachiyski.
changeset,17295,[17295],westi,Switch to using min-width so long titles can be displayed instead of using elipsis. Fixes #15654 props koopersmith.
changeset,14208,[14208],westi,Switch to using esc_url{_raw} for the shortlink output as it is a url not just any attribute. Fixes #10640.
changeset,9197,[9197],markjaquith,Switch to using empty()/!empty() checks in Canonical. see #7537
changeset,13412,[13412],westi,Switch to using a filter for {en|dis}abling update services configuration. Fixes #12229. See #12381.
changeset,316,[316],westi,Switch to the current PHPUnit loading method.
changeset,16786,[16786],nacin,Switch to the Akismet 2.5.0 tag.
changeset,220,[220],westi,Switch to testing _mb_substr instead of _mb_strcut as that is what we have for backwards compatibility now.
changeset,5590,[5590],markjaquith,"switch to term_id and name for category sorting.  see #4189.  sort by term_id for category permalinks, by name for get_the_category().  fixes #4335 for trunk.  Props Erik Barzeski for the find."
changeset,14136,[14136],nacin,Switch to site_url() as wp-app base. fixes #11916
changeset,14132,[14132],nacin,"Switch to simpler language regarding publication of email addresses in comment_form() template. props bumbu, see #13026."
changeset,21834,[21834],nacin,"Switch to sans-serif for the font stack in Thickbox as we have done elsewhere. props wet, fixes #20268.

"
changeset,19444,[19444],dd32,"Switch to sanitize_title_for_query() for Query sanitization (allows for pre-3.3 page slugs to be viewable), Don't update page slugs to new slug-types when the slug is not being changed, Don't issue a XHR if the page slug hasn't changed. Group effort props xknown, markjaquith, nacin. See #19292"
changeset,6017,[6017],westi,"Switch to require_once for wp-includes/db.php when it exists. Fixes #4597 props intoxination.
"
changeset,17311,[17311],westi,Switch to REQUEST so the search always shows up when no-js not just when you have an old GET request in the url too. Fixes #14927 props ocean90
changeset,16314,[16314],markjaquith,Switch to radio boxes for Post Format picking. Saves a click. Maybe we should do this with Post Status as well. see #14746
changeset,10584,[10584],ryan,Switch to pomo lib.  Support gettext contexts. Deprecate long form functions. Props nbachiyski. fixes #9112 #9111
changeset,12657,[12657],westi,Switch to passing arrays instead of query strings to functions. Fixes #6647 props filosofo and hakre.
changeset,20335,[20335],azaozz,"Switch to one column on the edit/write screens at 850px (the editor becomes unusable at narrower screens and two columns), see #20015"
changeset,6113,[6113],westi,"Switch to is_callable instead of function_exists to allow for class based importer plugins. Fixes #4614
"
changeset,5894,[5894],matt,Switch to init action. Hat tip: westi. See #1476
changeset,8498,[8498],westi,"Switch to get_theme_root()
"
changeset,13816,[13816],westi,Switch to get_template_part Fixes #12371. Try on some narrative comments for size see #12695.
changeset,19786,[19786],nacin,"Switch to Feedback, from Suggest Ideas, for a default link, based on 3.3 toolbar. see #19601."
changeset,15193,[15193],nacin,Switch to current_theme_supports(menus) internally. Adding theme support for 'nav-menus' is deprecated in favor of register_nav_menu(s). fixes #13825.
changeset,14696,[14696],westi,Switch to checking on tt_ids for the category lookup to ensure in_array call is PHP4 compatible. See #13410
changeset,17096,[17096],nacin,Switch to Akismet 2.5.1.
changeset,23225,[23225],nacin,"Switch to a string already available in the wordpress.pot, via the XML-RPC server class. The other string is only available in the wordpress-admin.pot.

Prevents any string movements in the 3.5 branch. see #22858.

"
changeset,24329,[24329],SergeyBiryukov,"Switch to a CSS comment in gallery_shortcode() to avoid breaking markup when the shortcode is used inside an HTML comment. props mark-k, aaroncampbell. fixes #23787."
changeset,14461,[14461],westi,Switch to a constant string to make it possible to translate. See #11863.
changeset,13019,[13019],westi,Switch to a constant for the fallback theme. See #9015.
changeset,16940,[16940],westi,Switch to _doing_it_wrong(). See #15824
changeset,21592,[21592],nacin,"Switch to .min for compressed JS and CSS files.
 * This moves our ""development"" versions from .dev.js to .js (same for css).
 * The compressed version then moves from .js to .min.js (same for css).

By switching to the standard .min convention, it sets expectations for developers,
and works nicely with existing tools such as ack.

fixes #21633.

"
changeset,12983,[12983],dd32,Switch to *_user_option() for default password nag to avoid extra DB queries. Fixes #11380
changeset,19502,[19502],nacin,"Switch to 'Overview' for Twenty Eleven. Use the theme's textdomain. props SergeyBiryukov, see [19493], #19020."
changeset,17894,[17894],nacin,Switch to 'Freedoms'. see #17383.
changeset,21875,[21875],azaozz,"Switch TinyMCE's schema to 'html5', add 'autofocus' to the attributes map for <input>, part props SergeyBiryukov, fixes #13314"
changeset,17860,[17860],westi,Switch this to be inside the else to match previous functionality more closely.
changeset,11923,[11923],westi,Switch the post|page being editing message from a create_function call to a normal function and reduce the duplicated code. See #10729.
changeset,13568,[13568],nacin,Switch the multisite constant EDIT_ANY_USER to a filter. Also ensure we're back compat with POST_BY_EMAIL. see #12381
changeset,874,[874],nacin,"Switch the HTTP tests to use a redirection script deployed on wordpress.org.

"
changeset,9833,[9833],westi,Switch the ftpext filesystem to use Passive FTP aswell. Fixes #7940 props mcs_trekkie.
changeset,16256,[16256],westi,"Switch the following XMLRPC api calls to support an optional number of posts.
blogger.getRecentPosts
metaWeblog.getRecentPosts
mt.getRecentPostTitles"
changeset,13442,[13442],wpmuguru,"switch super admin to network admin in multisite UI, See #11644"
changeset,17645,[17645],westi,"Switch some strings to single rather than double quotes in wp-load.php. Fixes #17160 props niallkennedy.
"
changeset,11953,[11953],westi,Switch round some quotes. Fixes #10669 props niallkennedy
changeset,9078,[9078],westi,"Switch Press This to use _draft_or_post_title(). Fixes #7801 props Speedboxer.
"
changeset,19863,[19863],ryan,Switch post_content_filtered from text to longtext so that it matches post_content. Props ejdanderson. fixes #19387
changeset,13329,[13329],nacin,"Switch over to *_user_meta() syntax. The old get_usermeta() would return a string when only one value was found, get_user_meta() requires $single = true. Fixes #10837"
changeset,12136,[12136],ryan,Switch oEmbed option to control discovery. Tweak whitelist and settings page.  Props Viper007Bond. see #10337
changeset,13411,[13411],ryan,Switch live() binding to a single selector. Props mdawaffe. fixes #12369
changeset,13410,[13410],ryan,Switch live() binding to a single selector. Props mdawaffe. fixes #12369
changeset,5893,[5893],matt,"Switch incoming links to use Google, fixes #4577"
changeset,1195,[1195],nbachiyski,"Switch helper function to static

Since `get_term_ids` is static the helper needs to be static, too.

See #UT101.
"
changeset,13929,[13929],nacin,Switch from wp_die() to a nice error message for siteurl!=home for network.php. see #12736
changeset,13418,[13418],westi,Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381.
changeset,13416,[13416],westi,Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381.
changeset,17748,[17748],nacin,"Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265."
changeset,623,[623],nacin,"Switch from opendir/readdir/closedir to scandir. scandir provides sorting for us, which means test ordering is not subject to the whims of individual filesystems and checkouts."
changeset,19891,[19891],ryan,"Switch from Net_IPv6 to SimplePie_Net_IPv6. Props stephdau, rmccue. fixes #19991"
changeset,12636,[12636],westi,Switch from create_function to a fixed function for the plugin page activation admin notice. Fixes #11763 props dd32.
changeset,7325,[7325],westi,"Switch from addLoadEvent to jQuery(document).ready. Fixes #6241 props azaozz.
"
changeset,6682,[6682],westi,Switch from abs(intval()) to absint(). See #4762.
changeset,6371,[6371],matt,"Switch error messages to have a footer instead of use wp_die, so they don't look busted. Use absint where appropiate. Formatting cleanup. Clearer styling and messaging on buttons."
changeset,11278,[11278],westi,Switch dotclear importer to use builtin UTF8 testing functionality. Fixes #9771 props hakre.
changeset,17307,[17307],westi,Switch back to GET from REQUEST for these so the non js searches work again. See #14927
changeset,353,[353],westi,"Switch around the test case listing to be easier to visually parse.
Remove the create_function
Sort alphabetically - probably should rename some of these in a more standard way.
"
changeset,18621,[18621],koopersmith,"Switch admin menus to flyouts from dropdowns. First pass, see #18382."
changeset,17309,[17309],westi,Switch _admin_search_query to use $_REQUEST so as to work for no-js searches sent over POST as well as url based searches over GET. See #14927
changeset,21840,[21840],nacin,"Switch $args and $url for the oembed_fetch_url filter introduced in [21839]. A bit more logical, especially given the order of arguments passed to fetch(). see #16996.

"
changeset,21212,[21212],markjaquith,"Switch ""HTML"" tab to ""Text"" in DFW mode. Update documentation and inline comments to refer to the ""Text"" tab or mode instead of ""HTML"". see #20993"
changeset,9423,[9423],ryan,SWFUpload 2.2.0 beta 2 with Flash 10 support. Props filosofo. see #6979
changeset,9421,[9421],ryan,SWFUpload 2.2.0 beta 2 with Flash 10 support. Props filosofo. see #6979
changeset,22457,[22457],nacin,"Swatches for the color picker. Improves discoverability of colors especially when the picker is opened with a grayscale color. props mattwiebe. FIXES #21206.

"
changeset,12281,[12281],azaozz,"Swap the Flip horizontally and Flip vertically buttons in the image editor so they are more understandable, props scribu, fixes #11171"
changeset,12311,[12311],azaozz,"Swap Spam and Trash in comment action links, fixes #11258"
changeset,9723,[9723],ryan,Swap Save Draft and Preview button locations
changeset,12548,[12548],westi,Swap out ;; for ;. Fixes #11618 props demetris and nacin.
changeset,12549,[12549],westi,"Swap out ;; for ; in js too. See #11618.
No need for a new non .dev. version as YUI stripped them anyway."
changeset,13530,[13530],dd32,svn:eol-style:native props Denis-de-Bernardy
changeset,17340,[17340],nacin,svn:eol-style native on a bunch of files new in 3.0 and 3.1.
changeset,17933,[17933],dd32,svn:eol-stle:native (CRLF for licenses) for new files
changeset,15763,[15763],nacin,"svn add attachment.php. see #15078, r15762."
changeset,9106,[9106],ryan,Suspend cache invalidation while importing posts with WP importer
changeset,11986,[11986],markjaquith,"Surface ""Move to Trash"" link for posts/pages immediately after first autosave fires. Props cross country flight. fixes #10344"
changeset,677,[677],alex_t_king,"suppressing Notice messages and moving the use_cache setting higher in blog-header so that it actually gets used when getting settings
"
changeset,1024,[1024],bpetty,Suppress SQL errors on test queries that are meant to fail when tables don't exist (but are still handled correctly).
changeset,2243,[2243],rboren,"Suppress safe mode restriction warnings.
"
changeset,8766,[8766],ryan,Suppress query filters when called from get_posts(). see #7326 #7547
changeset,8795,[8795],ryan,Suppress query filters when called from get_posts(). fixes #7326 #7457 for 2.6
changeset,13429,[13429],nacin,Suppress potential is_readable() warning. Fixes #12148 props ocean90
changeset,8070,[8070],ryan,Suppress notices while loading config.  fixes #6933 see #7087
changeset,7269,[7269],ryan,Suppress logging of DB errors when checking if blog is installed. see #5771
changeset,13706,[13706],wpmuguru,"suppress htaccess update message in multisite, props ocean90, fixes #12604"
changeset,3170,[3170],ryan,Suppress fopen warnings and check return.
changeset,8545,[8545],ryan,Suppress fopen errors if WP_DEBUG is not enabled. Props jacobsantos.  fixes #7456 see #4779
changeset,7673,[7673],ryan,Suppress exif_read_data() errors.  Props tellyworth. fixes #6571 for trunk
changeset,7674,[7674],ryan,Suppress exif_read_data() errors.  Props tellyworth. fixes #6571 for 2.5
changeset,7405,[7405],ryan,Suppress errors during option retrieval while installing. see #5771
changeset,6391,[6391],ryan,Suppress display of DB error messages by default. Props filosofo. see #5473
changeset,6443,[6443],ryan,Suppress display of DB error messages by default. Props filosofo. fixes #5473 for 2.3
changeset,21924,[21924],ryan,Suppress db errors when checking if the blog is already installed in install_blog(). Use DESCRIBE instead of SELECT. Props bpetty. fixes #21922
changeset,4448,[4448],markjaquith,"Suppress ""Link added"" message when it has not been added.  Props Nazgul. fixes #3200"
changeset,15911,[15911],dd32,Support wildcard domains in WP_PROXY_BYPASS_HOSTS and WP_ACCESSIBLE_HOSTS. Fixes #14636 
changeset,1491,[1491],rboren,"Support timestamp permalinks.  Make wider use of is_single().  Bug 0000194.
"
changeset,24165,[24165],nacin,"Support Spotify web player links. see #24242.

"
changeset,12915,[12915],westi,Support specific author templates by id or user_nicename. Fixes #12064 props nacin.
changeset,11168,[11168],westi,Support single line Template Name comment blocks for theme Templates and apply same cleanup to all header lines. Fixes #8497 props DD32 and Denis-de-Bernardy.
changeset,141,[141],tellyworth,support running tests against an arbitrary branch with -v option
changeset,17065,[17065],nacin,"Support post formats in Press This. fixes #15795, props greuben for initial patch."
changeset,6911,[6911],ryan,Support positional attributes in shortcodes. Props tellyworth. fixes #5914
changeset,881,[881],rboren,"Support PATH_INFO permalinks.  Move rewrite rule generation to rewrite_rules().
"
changeset,20318,[20318],nacin,Support page templates located in a subdirectory of the theme. fixes #11216.
changeset,10466,[10466],azaozz,"Support output_handler = ob_gzhandler in script/style compressor, props DD32, fixes #9000"
changeset,6851,[6851],ryan,Support ordering for term relationships. Props andy. fixes #5857
changeset,13349,[13349],nacin,Support Ogg audio and video file extensions. Fixes #11519 props niallkennedy
changeset,13484,[13484],dd32,"Support non-BASIC Authentication schemes in the HTTP API if server supports them. Props ssandison, See #4011, Fixes #12200"
changeset,14348,[14348],nacin,"Support network-wide plugin re-activation in upgrades and edits. props PeteMall, fixes #13216"
changeset,8673,[8673],ryan,Support named headers and footers in get_footer() and get_header(). Props AaronCampbell.  fixes #7549 for trunk
changeset,13838,[13838],dd32,Support multiple post_type query params/post_type's to be specified in a query. See #12704
changeset,10737,[10737],ryan,Support mu-plugins for 'Must Use' autoload plugins
changeset,11339,[11339],azaozz,"Support more than one gallery on the same page, props jamescollins, fixes #7678"
changeset,22074,[22074],ryan,"Support meta queries in WP_Comment_Query.

Props nikolov.tmw
fixes #21003
"
changeset,8778,[8778],ryan,Support Mac meta key. see #7643
changeset,11814,[11814],westi,Support location of category templates based on category slug as well as id. Fixes #10614 based on patch from scribu.
changeset,9523,[9523],ryan,Support installation of plugins living in a subdir in svn.  Props DD32. fixes #7395
changeset,11350,[11350],ryan,"Support IIS 7.0 URL Rewrite Module. Props ruslany.  Hat tips to peaceablewhale, hakre, Denis-de-Bernardy, sivel. fixes #8974"
changeset,12729,[12729],ryan,Support id=>parent in fields arg of get_terms.  Returns array of parent ids keyed by the id of the child term.
changeset,11351,[11351],ryan,"Support headers split over multiple lines. Props hakre, Denis-de-Bernardy, wnorris. fixes #9395"
changeset,18446,[18446],azaozz,"Support for using wp_enqueue_script() and wp_enqueue_style() in the HTML body. All scripts and styles are added in the footer, fixes #9346"
changeset,299,[299],saxmatt,"Support for titles.
"
changeset,1329,[1329],saxmatt,"Support for MathML, from Jacques Distler.
"
changeset,1935,[1935],saxmatt,"Support for hidden custom fields (custom fields that start with _)
"
changeset,7938,[7938],ryan,Support for Google Gears managed offline storage.  Props azaozz. see #6965
changeset,13577,[13577],nacin,Support for extra POST fields in WP_Filesystem. props dd32. see #12094
changeset,1669,[1669],michelvaldrighi,"support for comment_type, while we move away from <*back /> stuff
"
changeset,2311,[2311],saxmatt,"Support for categories - http://mosquito.wordpress.org/view.php?id=52
"
changeset,19162,[19162],azaozz,"Support for ""tabbing"" through the admin bar and admin menu, fixes #19088"
changeset,18603,[18603],ryan,"Support fields = slugs in wp_get_object_terms(). Props lancewillett, SergeyBiryukov. fixes #15835"
changeset,17778,[17778],dd32,Support Edit link on the Admin Bar for Attachments. Fixes #17273
changeset,15587,[15587],markjaquith,Support custom post type links in wp_list_pages(). fixes #14177. props scribu
changeset,19696,[19696],dd32,Support custom HTTP Methods in WP_Http_Curl. Brings it in line with the other HTTP transports of respecting the requested method. Props zx2c4. Fixes #18589
changeset,18036,[18036],ryan,Support Chrome Frame. fixes #14537
changeset,20267,[20267],nacin,"Support child theme installation in the theme installer. props otto42, dd32. fixes #13774.

"
changeset,7030,[7030],westi,Support category names in in_category(). Fixes #4558 props robmil.
changeset,22783,[22783],nacin,"Support attachment_fields_to_save and attachment_fields_to_edit for attachments going through post.php. see #22186. see #21391.

"
changeset,6369,[6369],ryan,Support atom threading.  Props rubys. fixes #5434
changeset,18477,[18477],ryan,Support an array or comma-seperated list of excluded category IDs in get_adjacent_post(). Props solarissmoke. fixes #17673
changeset,8896,[8896],ryan,Support %date in next post link template. Props noel. fixes #7726
changeset,21239,[21239],markjaquith,Supply the missing @return doc for get_the_content_feed(). props c3mdigital. fixes #21148
changeset,16598,[16598],ryan,Super admin menu hover fix. Props filosofo. fixes #15524
changeset,16277,[16277],nacin,Super Admin filter for network/users.php. fixes #15371.
changeset,2593,[2593],matt,Summary is always text/plain. - http://mosquito.wordpress.org/view.php?id=1314
changeset,4688,[4688],matt,"Summaries in Atom should properly describe their content, fixes #3377. Hat tip: link92."
changeset,5782,[5782],ryan,suggestCategories cleanup
changeset,9033,[9033],ryan,Suggest backing up before proceeding with upgrade
changeset,13239,[13239],nacin,"Suffix and version bump for ie.css, see #12292"
changeset,6970,[6970],ryan,submitbox stylings from mt. fixes #5949
changeset,6977,[6977],ryan,Submitbox styling from mt. fixes #5957
changeset,6969,[6969],ryan,Submitbox style changes from mt. see #5949
changeset,16362,[16362],scribu,submit_button() fixes. Props sbressler. See #15064
changeset,10987,[10987],azaozz,Submit the form when setting items per page option so it's visible straight away
changeset,12240,[12240],azaozz,"Submit the ""Save all changes"" form by pressing Enter, props abackstrom, fixes #8557"
changeset,6901,[6901],ryan,submit box actions hooks from filosofo. fixes #5873
changeset,9693,[9693],ryan,submenu functions for the object top-levels
changeset,1912,[1912],rboren,"Submenu construction improvement.
"
changeset,2029,[2029],saxmatt,"Sub-page hierarchy, show pages on default menu. TODO: Ping Michael about top-level pages in kubrick menu.
"
changeset,800,[800],saxmatt,"Sub-categories interface improvements.
"
changeset,799,[799],saxmatt,"Sub-categories interface improvements.
"
changeset,457,[457],saxmatt,"Stylistic tweak, seperate name and date in comments.
"
changeset,467,[467],saxmatt,"Stylistic fixes.
"
changeset,6484,[6484],matt,"Styling: alerts, updates, top dashboard."
changeset,6978,[6978],westi,Styling updates for the settings pages. Fixes #5959 props iammattthomas.
changeset,6979,[6979],westi,Styling updates for the options.php. Fixes #5958 props fitztrev.
changeset,6841,[6841],ryan,Styling updates for settings. see #5851
changeset,6838,[6838],ryan,Styling updates for settings pages. Props hansengel. see #5851
changeset,6840,[6840],ryan,Styling updates for reading settings. see #5851
changeset,7214,[7214],ryan,Styling update for user edit form. Props mt. fixes #6140
changeset,13594,[13594],dd32,Styling update for RightNow Dashboard widget. See #12202
changeset,9943,[9943],azaozz,Styling for Tools screen
changeset,3349,[3349],ryan,Styling for the theme select button.  fixes #2101
changeset,6976,[6976],ryan,Styling for permalink settings page from mtfrom mt. fixes #5956
changeset,9532,[9532],azaozz,Styling for notices below h2 
changeset,14834,[14834],nacin,Styling for menu locations howto text. see #13378.
changeset,9564,[9564],azaozz,Styling for custom fields
changeset,7372,[7372],ryan,Styling fixes for Options->Misc from mdawaffe. fixes #6202
changeset,6866,[6866],ryan,Styling fix for previewview from hansengel. see #5847
changeset,20705,[20705],ryan,"Styling and RTL style fixes for user/site autocomplete. Props ocean90, helenyhou. fixes #20584
"
changeset,10872,[10872],azaozz,Styling and minor improvements for items per page option
changeset,257,[257],mikelittle,"stylesheet fix
"
changeset,10028,[10028],ryan,Styles version bump
changeset,8008,[8008],ryan,styles should come before scripts should come before head. Props mdawaffe
changeset,9658,[9658],markjaquith,Styles for code and kbd from Matt Thomas. fixes #7339
changeset,2283,[2283],saxmatt,"Styleme - http://mosquito.wordpress.org/view.php?id=856
"
changeset,15397,[15397],nacin,style.css updates for theme repo sync. see #14284.
changeset,15395,[15395],nacin,style.css updates for theme repo sync. see #14284.
changeset,15416,[15416],nacin,"style.css cleanup. props lancewillett, see #14298 for trunk."
changeset,15415,[15415],nacin,"style.css cleanup. props lancewillett, see #14298 for 3.0."
changeset,17885,[17885],koopersmith,Style upload form on custom header/background pages consistently. see #17324.
changeset,19250,[19250],nacin,Style updates to translators list on Credits page. see #18742.
changeset,7066,[7066],ryan,"Style updates to plugins, export, and sidemenu from mt. fixes #6019"
changeset,9677,[9677],azaozz,Style updates for TinyMCE dialogs
changeset,6965,[6965],ryan,Style updates for install from mt. fixes #5946
changeset,17863,[17863],koopersmith,"Style tweaks: remove accidental border, improve metabox arrow."
changeset,3008,[3008],matt,Style tweaks.
changeset,17801,[17801],markjaquith,"Style tweaks for the ""Search Engines Blocked"" notice. see #17324"
changeset,11361,[11361],azaozz,"Style tweaks for plugins delete confirmation page, props Simek, fixes #9799"
changeset,1977,[1977],saxmatt,"Style tweaks
"
changeset,4124,[4124],ryan,style tweakage
changeset,1198,[1198],saxmatt,"Style the submit button on options group and add updated message to permalink page.
"
changeset,16451,[16451],nacin,"Style the on-hover state for collapsed admin menus in the blue theme. props PeteMall, fixes #15462."
changeset,14828,[14828],westi,Style the error messages in the installer.
changeset,7970,[7970],ryan,Style loader from mdawaffe. see #7011
changeset,7194,[7194],ryan,Style fixes from mt. fixes #6124
changeset,6926,[6926],ryan,Style edit link form fields
changeset,14221,[14221],nacin,Style bumps and compressed styles for r14187. see #13083.
changeset,82,[82],mikelittle,"style and layout change
"
changeset,22211,[22211],lancewillett,"Style <small> element in default themes a bit smaller than normal text, props obenland. Fixes #22109.
"
changeset,8186,[8186],ryan,Stub wp_guess_url() for the manifest. Props azaozz. fixes #7015
changeset,8002,[8002],ryan,Stub site_url() and admin_url() for manifest.  Props azaozz. see #6965
changeset,11179,[11179],ryan,Stub attribute_escape()
changeset,9794,[9794],ryan,Stub _c() for gears manifest. fixes #8142
changeset,67,[67],saxmatt,"Structure cleanup, #login stuff added.
"
changeset,2471,[2471],ryan,strtotime needs to now that the time string is in GMT.  http://mosquito.wordpress.org/view.php?id=1075
changeset,7915,[7915],ryan,strtolower widget id. Props filosofo. fixes #6949
changeset,5761,[5761],markjaquith,"strpos() is ""haystack,needle"", not ""needle,haystack""  Props pishmishy. fixes #4520"
changeset,14962,[14962],ryan,strong FMI. see #13467
changeset,14961,[14961],ryan,strong FMI. see #13467
changeset,7803,[7803],ryan,strlen - 1. Props mdawaffe. see #6146
changeset,7802,[7802],ryan,strlen - 1. Props mdawaffe. see #6146
changeset,14845,[14845],markjaquith,"stripslashes() the site name before passing to populate_network(), not in it. We should always expect unslashed data. reverts [14754]. fixes #13448"
changeset,9521,[9521],markjaquith,stripslashes() on plugin-install.php stuff
changeset,3173,[3173],ryan,stripslashes() from admin email and weblog title since update_option() takes care of escaping them. fixes #1919
changeset,1510,[1510],rboren,"stripslashes() from $pwd before performing the md5.  Otherwise, we will not match the database password which had its slashes stripped before the MD5.
"
changeset,1435,[1435],rboren,"stripslashes() elimination. Remove extra slashes during upgrade.  Bugs 0000059 and 0000018
"
changeset,1408,[1408],rboren,"stripslashes() elimination.
"
changeset,6267,[6267],markjaquith,Stripslashes tag names to prevent double slashing in wp_insert_term().  fixes #5202
changeset,5249,[5249],ryan,Stripslashes post meta values before handing off to add_post_meta.  Use wpdb::escape instead of addslashes. Props takayukister. fixes #4028
changeset,275,[275],mikelittle,"Stripslashes on user name
"
changeset,2700,[2700],ryan,Stripslashes doesn't work on arrays.  Add stripslashes_deep().  Props:  Mike Little
changeset,2902,[2902],ryan,stripslashes before running kses.  Props donncha. fixes #1697
changeset,1488,[1488],rboren,"strip_tags from title in sanitize_title().  Patch from Masquerade for bugs 0000181 and 00000107.
"
changeset,14342,[14342],wpmuguru,"strip www from subdomains in blog lookup, see #13104"
changeset,15050,[15050],wpmuguru,strip www before adding subdomain when creating new site
changeset,14924,[14924],ryan,Strip trailing whitespace
changeset,10150,[10150],ryan,Strip trailing whitespace
changeset,14404,[14404],ryan,Strip trailing whites.
changeset,12632,[12632],ryan,Strip trailing whites from ms files. see #11644
changeset,8667,[8667],markjaquith,"Strip trailing spaces in URLs, redirect to canonical URL. fixes #7537"
changeset,18454,[18454],ryan,Strip trailing slashes form WP_HOME and WP_SITEURL. Props xknown. fixes #17898
changeset,9203,[9203],markjaquith,"Strip trailing /index.php in Canonical, fixes #5017. fixes #7173."
changeset,6294,[6294],ryan,Strip term name and description before preparing for DB.
changeset,11352,[11352],ryan,"strip tags on post titles in recent comments dashboard widget. Props Denis-de-Bernardy, mastermind. fixes #9138"
changeset,8567,[8567],ryan,Strip tags from summary. Props dsader.  fixes #7375 for trunk
changeset,8568,[8568],ryan,Strip tags from summary. Props dsader.  fixes #7375 for 2.6
changeset,4939,[4939],markjaquith,strip tags from comment author before determining emptiness status.  props Nazgul.  fixes #3839
changeset,11239,[11239],azaozz,"Strip tags from category description when used as title, props demetris, fixes #9753"
changeset,14104,[14104],nacin,Strip tags before escaping the title element in wp_list_pages(). props scribu. fixes #11040.
changeset,11349,[11349],azaozz,"Strip tags and convert < > to entities when appending widget title, fixes #9830"
changeset,3446,[3446],matt,"Strip some more funny chars, fixes #2093"
changeset,657,[657],saxmatt,"Strip slashes, view post, and improve clarity.
"
changeset,13115,[13115],wpmuguru,"strip slashes, block arrays in ms-edit.php, fixes #11778"
changeset,8605,[8605],azaozz,Strip slashes when inserting media into the editor. Fixes #7488 for 2.7
changeset,8604,[8604],azaozz,Strip slashes when inserting media into the editor. Fixes #7488 for 2.6.1
changeset,198,[198],saxmatt,"Strip slashes of draft titles, XHTML and formatting updates.
"
changeset,11794,[11794],azaozz,"Strip slashes in the text widget for users without the unfiltered_html capability, props jamescollins, fixes #10563"
changeset,2532,[2532],matt,Strip slashes in blog name for email from:
changeset,2385,[2385],ryan,Strip slashes from theme name.  Encode special chars in theme name.  http://mosquito.wordpress.org/view.php?id=978 and http://mosquito.wordpress.org/view.php?id=953
changeset,11153,[11153],ryan,strip slashes from term before prepare(). Props jhodgdon. see #6593
changeset,14754,[14754],wpmuguru,"strip slashes from site name during network install, fixes #13448"
changeset,11808,[11808],azaozz,"Strip slashes from POST data in request_filesystem_credentials(), props dd32, fixes #10567"
changeset,9105,[9105],ryan,strip slashes before preparing to avoid double escaping
changeset,7693,[7693],ryan,Strip slashes before preparing link for insert.  see #6644
changeset,7690,[7690],ryan,Strip slashes before preparing comment insert to avoid double-slashing. Props filosofo. fixes #6738
changeset,8054,[8054],ryan,Strip shortcodes when making excerpts. Props hailin. fixes #7100
changeset,15714,[15714],scribu,Strip redundant 'meta_' from 'meta_query' keys. See #14645
changeset,7631,[7631],ryan,Strip percent signs when sanitizing filenames so the server doesn't try to decode entities. Props filosofo. fixes #5587 for trunk
changeset,7630,[7630],ryan,Strip percent signs when sanitizing filenames so the server doesn't try to decode entities. Props filosofo. fixes #5587 for 2.5
changeset,17031,[17031],markjaquith,Strip partial name= parameters when doing canonical redirection on them with default permalinks. props filosofo. fixes #15775
changeset,20380,[20380],markjaquith,"Strip p, page_id, attachment_id, post_type, pagename, and name from redirect query if we get a hit on a 404-guessed permalink. fixes #20374"
changeset,19015,[19015],nacin,Strip out the show_wp_pointer_admin_bar for now. see #18693.
changeset,16039,[16039],westi,Strip out some junk from trunk. See #14772.
changeset,13072,[13072],dd32,Strip out multiple slashes on non-post URL's. See #8948
changeset,4320,[4320],markjaquith,Strip out British pound sterling (pound) symbol from post slug. fixes #2735
changeset,4319,[4319],markjaquith,Strip out British pound sterling (pound) symbol from post slug. fixes #2735
changeset,12073,[12073],ryan,Strip nulls
changeset,12072,[12072],ryan,Strip nulls
changeset,14109,[14109],nacin,"Strip new lines from Viddler embeds, as we do for Scribd embeds. Avoids conflicts with wpautop. props Viper007Bond. see #12115."
changeset,6025,[6025],ryan,Strip lines that contain only whitespace down to newlines.
changeset,1336,[1336],michelvaldrighi,"strip leading and trailing dashes from post slugs
"
changeset,6068,[6068],markjaquith,Strip index.php/ before adding it in get_pagenum_link().  Insert index.php/ for the first page when blog is on a page.  fixes #4945
changeset,238,[238],saxmatt,"Strip HTML from titles for autodiscovery RDF. From Kelson.
"
changeset,12362,[12362],markjaquith,"Strip HTML from comments_popup_link title attribute. props ewestp, xenlab. fixes #10997"
changeset,3206,[3206],ryan,Strip home path from path info.  This prevents a path info value of '/wp/index.php' from being considered as a permalink request. fixes #1938
changeset,6217,[6217],markjaquith,Strip From/Reply-To from e-mail before sanitizing in wp-mail.php.  Props Bobcat.  fixes #5169
changeset,3834,[3834],ryan,Strip extra slashes from _POST when doing nonce AYS.  Props MarkJaquith and mdawaffe.  fixes #2761
changeset,3833,[3833],ryan,Strip extra slashes from _POST when doing nonce AYS.  Props MarkJaquith and mdawaffe.  fixes #2761
changeset,19739,[19739],nacin,"Strip down admin-ajax.php to be a bare ajax handler. Move core ajax handlers to admin/includes/ajax-actions.php. props kurtpayne, ryan. see #15327. see [19738] for initial commit."
changeset,13547,[13547],dd32,Strip delete_themes from Multisite non-super-admins. Props Denis-de-Bernardy. Fixes #11802
changeset,12057,[12057],ryan,Strip commas and spaces from charset. Props Jose Carlos Norte
changeset,12032,[12032],ryan,Strip commas and spaces from charset. Props Jose Carlos Norte
changeset,4237,[4237],ryan,strip CDATA from title. Props pgarrett and mdawaffe. fixes #879
changeset,4150,[4150],ryan,strip CDATA from title.  Props pgarrett and mdawaffe.  fixes #879
changeset,16288,[16288],westi,Strip back the stats in the memory based object cache to something less verbose and useless.
changeset,3987,[3987],ryan,Strip and texturize importer title.  Props Nazgul. fixes #2897
changeset,3986,[3986],ryan,Strip and texturize importer title.  Props Nazgul. fixes #2897
changeset,17256,[17256],ryan,Strip and prepare ajax tag search string.  Avoids applying slashes toward the character count. Props brianlayman. see #13580
changeset,3574,[3574],ryan,"Strip all html from comment author name, email, and url."
changeset,18705,[18705],nacin,"Strip a number of special characters in sanitize_title_with_dashes on save. Includes quotes (curly, angle), dashes, marks, etc. props SergeyBiryukov. props ampt for the unit tests in [UT438]. see #10797."
changeset,11935,[11935],azaozz,"Strip \r when escaping strings for JS, props nbachiyski, fixes #7041"
changeset,10505,[10505],markjaquith,"Strip /feed/ endings even if they are not at the very end, in canonical. props jhodgdon. fixes #8642 for trunk"
changeset,10506,[10506],markjaquith,"Strip /feed/ endings even if they are not at the very end, in canonical. props jhodgdon. fixes #8642 for 2.7"
changeset,1020,[1020],saxmatt,"Strip ../ in reading.
"
changeset,3394,[3394],ryan,Strip # from filenames.  fixes #2166
changeset,9707,[9707],azaozz,"Strip ""onclick"" when previewing themes, props DD32, fixes #7303"
changeset,1427,[1427],rboren,"String translation fixups.
"
changeset,18007,[18007],nacin,String swap. see #17532.
changeset,2445,[2445],ryan,String localization fixes. http://mosquito.wordpress.org/view.php?id=1112 Props:  SteveAgl 
changeset,1902,[1902],rboren,"String i18n.  Bug 505.  Patch from nbachiyski.
"
changeset,16734,[16734],nacin,String fixes. props demetris. fixes #15688.
changeset,17055,[17055],nacin,"String changes to admin bar preferences. props jane, see #15829."
changeset,20053,[20053],nacin,Strict comparisons for the $allowed arg for wp_get_themes(). Otherwise 'network' does == true. see #20103.
changeset,8548,[8548],ryan,Streams transport fixes from jacobsantos. fixes #7456 see #4779
changeset,22362,[22362],koopersmith,"Streamlining media, part I.

The main goal here is to rearrange the media components in a modularized structure to support more linear workflows. This is that structure using the pre-existing workflows, which will be improved over the course of the next few commits.

This leaves a few pieces a bit rough around the edges: namely gallery editing and selecting a featured image.

The fine print follows.

----

'''Styles'''
* Tightened padding around the modal to optimize for a smaller default screen size.
* Added a light dashed line surrounding the modal to provide a subtle cue for the persistent dropzone (which is evolving into a power user feature since we now have a dedicated `upload` state).
* Add a size for `hero` buttons.
* Remove transitions from frame subviews (e.g. menu, content, sidebar, toolbar).

----

'''Code'''

`wp.media.controller.StateManager`
* Don't fire `activate` and `deactivate` if attempting to switch to the current state.

`wp.media.controller.State`
* Add a base state class to bind default methods (as not all states will inherit from the `Library` state).
* On `activate`, fire `activate()`, `menu()`, `content()`, `sidebar()`, and `toolbar()`.
* The menu view is often a shared object (as its most common use case is switching between states). Assign the view to the state's `menu` attribute.
* `menu()` automatically fetches the state's `menu` attribute, attaches the menu view to the frame, and attempts to select a menu item that matches the state's `id`.

`wp.media.controller.Library`
* Now inherits from `wp.media.controller.State`.

`wp.media.controller.Upload`
* A new state to improve the upload experience.
* Displays a large dropzone when empty (a `UploaderInline` view).
* When attachments are uploaded, displays management interface (a `library` state restricted to attachments uploaded during the current session).

`wp.media.view.Frame`
* In `menu()`, `content()`, `sidebar()`, and `toolbar()`, only change the view if it differs from the current view. Also, ensure `hide-*` classes are properly removed.
*

`wp.media.view.PriorityList`
* A new container view used to sort and render child views by the `priority` property.
* Used by `wp.media.view.Sidebar` and `wp.media.view.Menu`.
* Next step: Use two instances to power `wp.media.view.Toolbar`.

`wp.media.view.Menu` and `wp.media.view.MenuItem`
* A new `PriorityList` view that renders a list of views used to switch between states.
* `MenuItem` instances have `id` attributes that are tied directly to states.
* Separators can be added as plain `Backbone.View` instances with the `separator` class.
* Supports any type of `Backbone.View`.

`media.view.Menu.Landing`
* The landing menu for the 'insert media' workflow.
* Includes an inactive link to an ""Embed from URL"" state.
* Next steps: only use in select cases to allot for other workflows (such as featured images).

`wp.media.view.AttachmentsBrowser`
* A container to render an `Attachments` view with accompanying UI controls (similar to what the `Attachments` view was when it contained the `$list` property).
* Currently only renders a `Search` view as a control.
* Next steps: Add optional view counts (e.g. ""21 images""), upload buttons, and collection filter UI.

`wp.media.view.Attachments`
* If the `Attachments` scroll buffer is not filled with `Attachment` views, continue loading more attachments.
* Use `this.model` instead of `this.controller.state()` to allow `Attachments` views to have differing `edge` and `gutter` properties.
* Add `edge()`, a method used to calculate the optimal dimensions for an attachment based on the current width of the `Attachments` container element.
* `edge()` is currently only enabled on resize, as the relative positioning and CSS transforms used to center thumbnails are suboptimal when coupled with frequent resizing.
* Next steps: For infinite scroll performance improvements, look into absolutely positioning attachment views and paging groups of attachment views.

`wp.media.view.UploaderWindow`
* Now generates a `$browser` element as the browse button (instead of a full `UploaderInline` view). Using a portable browse button prevents us from having to create a new `wp.Uploader` instance every time we want access to a browse button.

`wp.media.view.UploaderInline`
* No longer directly linked to the `UploaderWindow` view or its `wp.Uploader` instance.
* Used as the default `upload` state view.

`wp.media.view.Selection`
* An interactive representation of the selected `Attachments`.
* Based on the improved workflows, this is likely overkill. For simplicity's sake, will probably remove this in favor of `SelectionPreview`.

----

see #21390.

"
changeset,17598,[17598],dd32,"Streamline WP_Http_*::test() methods: Check basic SSL requirements, only allow filters to disable transports, not enable them after ::test() has failed. Props mdawaffe for the initial patch. See #16606"
changeset,15710,[15710],ryan,Streamline password reset process. Allow user to input new password. Props scribu. see #5919
changeset,7943,[7943],ryan,Streamline manifest includes. Props azaozz. see #6965
changeset,7343,[7343],markjaquith,Strange for this to be the only question on the page (and with strange answers at that).  Wash dishes?  Wash dishes.
changeset,784,[784],saxmatt,"Strange fixes for type in require.
"
changeset,2644,[2644],ryan,Straighten out user_id/user_ID conflict.  Don't make user_id global in get_currentuserinfo() because it stomps on the local user_id in user-edit.
changeset,10122,[10122],azaozz,Straighten comment bubbles for FF
changeset,6162,[6162],ryan,STP importer fixes from momo360modena. fixes #5059
changeset,925,[925],michelvaldrighi,"store users' registration time as GMT
"
changeset,9663,[9663],azaozz,Store uploads according to the parent post date when using year/month sub-directories
changeset,13642,[13642],nacin,"Store subdomain/subdirectory choice in sitemeta. For now, only used in case we return to network.php without constants. see #11816"
changeset,20163,[20163],nacin,Store stylesheet rather than theme name in the theme_switched option. see #20103.
changeset,3197,[3197],ryan,Store some values in the class for debug purposes.
changeset,18943,[18943],nacin,Store screen help and options as static data against WP_Screen. Individual screen objects no longer hold data it can't re-generate on construction or otherwise fetch. convert_to_screen() now returns a WP_Screen object. Various globals are gone. Introduces WP_Screen::get_option(). Allows for a formal factory to be introduced later. see #18785.
changeset,20118,[20118],nacin,"Store relative-to-wp-content theme roots, as that is what get_theme_roots() should be receiving. see #20103.

Since search_theme_directories() now generates this and leverages this as a cache, convert absolute to relative on cache storage, and relative to absolute on cache retrieval.

"
changeset,18617,[18617],dd32,Store Plugin/Theme uploads in the Media Library properly. Add Scheduled cleanup +2hrs to clean up any aborted installation attempts. See #18182
changeset,10910,[10910],ryan,Store field types in wpdb object. Props mdawaffe. see #7171
changeset,8480,[8480],ryan,Store current user rather than original post author when saving revisions. Props mdawaffe. fixes #7317 for trunk
changeset,8481,[8481],ryan,Store current user rather than original post author when saving revisions. Props mdawaffe. fixes #7317 for 2.6
changeset,19913,[19913],duck_,"Stop WP_Editor from outputting TinyMCE external plugins/languages multiple times. Props Cyapow. Fixes #19648.
"
changeset,23444,[23444],nacin,"Stop using jQuery.live(). props ocean90. see #22975.

"
changeset,1255,[1255],markoheijnen,Stop using image_resize and using an helper method for it
changeset,23518,[23518],nacin,"Stop using deprecated jQuery API (.browser and .live). Do manual UA sniffing where still necessary. Improve selector performance by using delegated events. props ocean90. see #22975.

"
changeset,647,[647],duck_,"Stop using deprecated argument when calling wp_upload_bits().
"
changeset,18025,[18025],azaozz,"Stop TinyMCE from trying to maintain text formatting when adding new paragraphs in FF and WebKit, see #17549"
changeset,17626,[17626],azaozz,"Stop themes and plugins from overriding the admin bar CSS, props johnjamesjacoby, fixes #17107"
changeset,12278,[12278],azaozz,"Stop the fade-out of the Undo notices on Edit Comments screen, props caesarsgrunt, fixes #11259, see #4529"
changeset,18811,[18811],nacin,Stop remembering the last viewed plugins screen. Always show all plugins when returning to plugins.php. fixes #18810.
changeset,1566,[1566],saxmatt,"Stop recursive stop recursive stop recursive... Hat tip: Dougal
"
changeset,23377,[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.

"
changeset,19692,[19692],duck_,"Stop quotes being incorrectly added to prepare placeholders in wpdb::_insert_replace_helper(). Fixes #19016.
"
changeset,8509,[8509],azaozz,"Stop PHP warnings when $_GET[revision] is not set. Props DD32, see #7437, for 2.6"
changeset,8508,[8508],azaozz,"Stop PHP warnings when $_GET[revision] is not set. Props DD32, see #7437"
changeset,21904,[21904],nacin,"Stop outputting the default dir=""ltr"" in language_attributes(). props bergius. fixes #16852.

"
changeset,10368,[10368],azaozz,Stop notices when outputting concatenated scripts
changeset,19229,[19229],duck_,"Stop multiple loading spinners showing when repeatedly accessing Press This Add Photos box. Fixes #18992.
"
changeset,17313,[17313],nacin,"Stop localizing the admin bar. props ocean90, fixes #16155."
changeset,19975,[19975],duck_,"Stop invalid SQL syntax by bailing from wp_get_object_terms() if $object_ids or $taxonomies is empty. Props batmoo. Fixes #19952.
"
changeset,22747,[22747],nacin,"Stop inserting title attributes for images inserted into the editor by modifying get_image_send_to_editor(), not the generic get_image_tag().

see #18984, [22409].

"
changeset,69,[69],tellyworth,stop globals from polluting wp_query
changeset,199,[199],tellyworth,stop fatal error in user caps test (thanks jacob)
changeset,8562,[8562],azaozz,"Stop fatal error in post revisions when setting the include path is disabled. Props santosj, for 2.7"
changeset,8563,[8563],azaozz,"Stop fatal error in post revisions when setting the include path is disabled. Props santosj, for 2.6"
changeset,945,[945],nacin,"Stop dropping the entire database when running the test suite as it is no longer
necessary to do such heavy-handed cleaning.

When the test suite runs the install script, it will drop all of its own tables.
So, single site plus multisite global tables for whichever prefix is configured.

Change the sample prefix to wptests_ so someone does not accidentally clear out
a wp_ install, and can run them side-by-side.

"
changeset,11768,[11768],azaozz,"Stop direct loading of files in wp-admin that should only be included, for trunk"
changeset,11769,[11769],azaozz,"Stop direct loading of files in wp-admin that should only be included, for 2.8"
changeset,21952,[21952],nacin,"Stop cleaning the cache of a post's children. Ancestors are no longer cached against the post object, which means this kind of walking is unnecessary. It is also prohibitively expensive with large hierarchies.

We need to remove post_ancestors non-persistent caching for this. get_post_ancestors() can simply rely on the caching of get_post() instead. Previously, it was a direct query, hence the extra layers of caching and clearing.

Child cache clearing stays in wp_delete_post() as children get a new parent.

fixes #11399.

"
changeset,21510,[21510],azaozz,"Stop Chrome from applying outline to DIVs that have tabindex=""-1"", see #21324"
changeset,19068,[19068],duck_,"Stop an incorrect comment total being displayed when a trashed/spammed comment is deleted or restored. Fixes #19029.

Also only run getUpdate() when necessary and remove reference to non-existent ""span.total-type-count"".
"
changeset,22409,[22409],nacin,"Stop adding title attributes to images (in the old media uploader). props martythornley. fixes #18984.
"
changeset,21500,[21500],nacin,"Stop adding default links and the 'Blogroll' link category on install. props wonderboymusic. see #21307.

"
changeset,14038,[14038],nacin,Stop a dismissed admin notice feed from appearing on the next page load. see #12912.
changeset,222,[222],mikelittle,"stop 404 on image
"
changeset,14894,[14894],nacin,Stirng capitalization fix. see #12035.
changeset,7824,[7824],markjaquith,"Still polishing 2.5.1, so let's unbump so our ""for reals, this time"" 2.5.1 bump matches the zip
"
changeset,16703,[16703],scribu,Still missed some. See #15656
changeset,8546,[8546],ryan,"Sticky Posts, firct cut.  see #7457"
changeset,15742,[15742],nacin,"Sticky post support for post types, first pass. see #12702, props azizur."
changeset,15015,[15015],nacin,Stick to the existing styles. see #13467.
changeset,8459,[8459],azaozz,Stay on the same page after moderating comments. Fixes #7412 for 2.7
changeset,8460,[8460],azaozz,Stay on the same page after moderating comments. Fixes #7412 for 2.6.1
changeset,1528,[1528],rboren,"Static pages.  Take 1.
"
changeset,1527,[1527],rboren,"Static pages.  Take 1.
"
changeset,520,[520],westi,"Start some simple test cases for wp.newPost.
"
changeset,12066,[12066],ryan,Start roughing in GUU. see #10973
changeset,400,[400],ryan,Start moving tests from TestFormatting.php into test_includes_formatting.php and updating them.
changeset,5523,[5523],ryan,Start moving link categories to taxonomy.  see #4189
changeset,2936,[2936],ryan,Start marking strings for translation.
changeset,2079,[2079],rboren,"Start marking default theme for translation.
"
changeset,3880,[3880],ryan,Start fleshing out wp_list_bookmarks().  #2587
changeset,19349,[19349],markjaquith,Start documenting under the hood features for WordPress 3.3. see #11651
changeset,13332,[13332],ryan,Start consolidatinh menu item outupt into output_menu_item(). DRY. see #11817
changeset,226,[226],westi,Start adding some tests for clean_url()
changeset,12779,[12779],ryan,Start adding gettext to options-network. see #11644
changeset,18644,[18644],ryan,Standardize variable names.  Consistently use  and . fixes #18607
changeset,19263,[19263],azaozz,"Standardize title strings for editor buttons, props pavelevap SergeyBiryukov, fixes #18125"
changeset,23899,[23899],markjaquith,"Standardize the post format theme API functions with the_post_format_THING() and get_the_post_format_THING().

fixes #23927"
changeset,19538,[19538],nacin,"Standardize some final help strings. We're done, aside from typos. props zeo, jane, duck_, fixes #19020."
changeset,12262,[12262],ryan,Standardize RTL admin fonts. Props yoavf. fixes #11239
changeset,14495,[14495],nacin,"Standardize returned array keys when output = 'names'. Return numeric keys. Standardizes get_object_taxonomies with get_taxonomies, get_post_types, and get_post_stati. props scribu. fixes #13109."
changeset,24021,[24021],markjaquith,"Standardize post format postmeta keys around the ones already used by the Crowd Favorite plugin.

props wonderboymusic. fixes #24010."
changeset,21189,[21189],markjaquith,"Standardize our ""View Post"" new-tab/no-new-tab behavior. Committed this thirtieth day of June, Anno Domini MMXII. May peace and good sense forever reign in this realm. Uh... Amen.

props SergeyBiryukov. fixes #11406."
changeset,11434,[11434],ryan,Standardize on UTC. Props Denis-de-Bernardy. fixes #9793
changeset,12267,[12267],ryan,Standardize on user_id instead of user_ID when passing comment data. fixes #11222
changeset,4500,[4500],ryan,Standardize on Links instead of Bookmarks until we change our minds again.
changeset,4499,[4499],ryan,Standardize on Links instead of Bookmarks until we change our minds again.
changeset,4983,[4983],ryan,Standardize on 'url' for fetching the blog's url.  Props rob1n.  fixes #3623
changeset,12308,[12308],ryan,Standardize on 'Undo'. Props caesarsgrunt. fixes #11299
changeset,15993,[15993],nacin,Standardize on 'Display as dropdown' and list those before post counts in default widgets. fixes #15096.
changeset,13467,[13467],nacin,Standardize filters for single_(post|cat|tag|month)_title() on strip_tags() and wptexturize(). fixes #10900 props scribu
changeset,13837,[13837],nacin,Standardize db config-sample values. fixes #11523
changeset,6918,[6918],ryan,Standardize button and select treatments. Props mt. fixes #5925
changeset,16696,[16696],markjaquith,"Standardize around ""Update"" instead of ""Upgrade."" props RanYanivHartstein. props latz. fixes #14107"
changeset,12339,[12339],markjaquith,"Standardize around ""post image"" instead of ""post thumbnail"""
changeset,12723,[12723],dd32,Standardise WP_Filesystem_*::put_contents() arguments to support chmod reliably across all transports. Fixes #10889
changeset,13871,[13871],dd32,Standardise the CSS coding standards in install.dev.css
changeset,12999,[12999],dd32,"Standardise return values in WP_Filesystem::dirlist(), ::chmod() and ::exists()"
changeset,15760,[15760],dd32,Standardise on ->user->domain and ->user->account_domain being trailingslash'd. See #14772
changeset,21652,[21652],nacin,"Stabilize how WordPress hooks into SimplePie to implement transient caching.

Since a plugin can load a previous (< 1.3) version of SimplePie before we do,
we need to be compatible with our old method of overriding SimplePie_Cache::create().

SimplePie_Cache::create() was converted to static in 1.3 (as it was called),
requiring that we create two different definitions of WP_Feed_Cache (extends
SimplePie_Cache). Instead, we can use 1.3's new object registry, and leave
the old WP_Feed_Cache to SimplePie 1.2 versions.

see #21183.

"
changeset,8193,[8193],ryan,SSL touchups for tiny_mce_config. fixes #6759
changeset,8190,[8190],ryan,SSL fixes. see #7001
changeset,8880,[8880],ryan,ssh2 fs fixes from ShaneF and DD32. see #7690
changeset,8812,[8812],ryan,SSH2 filesystem. Props ShaneF. see #7690
changeset,8852,[8852],azaozz,"SSH2 filesystem improvements, props ShaneF, see #7690"
changeset,11063,[11063],ryan,SS2 FS fixes. Props DD32. fixes #8210
changeset,14992,[14992],nacin,Squeeze out some bytes via munging.
changeset,18122,[18122],azaozz,"Squeeze 10 more pixels for longer menu names, fixes #17544"
changeset,22560,[22560],markjaquith,Squash a PHP notice in the XML-RPC server.
changeset,228,[228],mikelittle,"SQL fix
"
changeset,2931,[2931],ryan,SQL error fix from MikeLittle.  fixes #1711
changeset,5374,[5374],rob1n,"Spring cleaning, extreme edition.
"
changeset,13274,[13274],dd32,Split WP_Http classes into separate file. Fixes #11559
changeset,15686,[15686],scribu,Split wp_filter_object_list() into wp_list_filter() and wp_list_pluck(). Fixes #15016
changeset,19726,[19726],duck_,"split was deprecated in PHP 5.3.0, so use explode instead. Props garyc40. Fixes #16325.
"
changeset,479,[479],saxmatt,"Split up post and edit screens.
"
changeset,204,[204],tellyworth,split the utf8 tests; more shortcode cases
changeset,10357,[10357],azaozz,"Split the script queue in head and footer part, concatenate and compress the default js and css, first run, see #8628"
changeset,19918,[19918],ryan,"Split the main WP_Query posts query into two queries to avoid temp tables. Leverage cache to avoid second query in persistent cache environments. Props scribu, cheald, prettyboymp. see #18536"
changeset,14170,[14170],nbachiyski,"Split the default password nag text to several translatable strings
"
changeset,272,[272],westi,"Split the cron tests into two sections - one for the scheduling and one for the running.
Reinstate the tests involving the scheduling code."
changeset,18303,[18303],nbachiyski,"Split the comment date and time string into two and add translator comments. See #17777
"
changeset,21862,[21862],nacin,"Split tag names by [\r\n\t ] rather than \s to avoid that character class from eating characters. props rstern, SergeyBiryukov. fixes #21779. see #13413.

"
changeset,13531,[13531],dd32,Split Right Now widget into Content | Discussion. Props matveb. Fixes #12202
changeset,2479,[2479],ryan,Split post and page caches.
changeset,16127,[16127],westi,"Split out the list table functions into a seperate file from the base class.
See #14579."
changeset,3739,[3739],ryan,Split on '; ' not ';'.
changeset,3702,[3702],ryan,Split on '; ' not ';'.
changeset,22751,[22751],nacin,"Split media-new.php and media-upload.php into distinct files.
 * media-new.php will remain the entry point for uploading isolated files, and for using the browser-based uploader (versus Plupload).
 * media-upload.php is the legacy (pre-3.5) media uploader.
see #22083.

"
changeset,16351,[16351],scribu,Split get_search_sql(). See #15170. See #15032
changeset,19513,[19513],nacin,"Split chunk of help text on edit-tags.php into 'Adding Categories' and 'Adding Tags' tabs, respectively. see #19020."
changeset,22306,[22306],nacin,"Split by [\r\n\t ] rather than \s to avoid UTF-8 issues. props SergeyBiryukov. fixes #21625.

"
changeset,1818,[1818],rboren,"Split admin-header.php into admin.php and admin-header.php.  Split menu.php into menu-header.php and menu.php.  Add plugin admin page support.
"
changeset,10829,[10829],ryan,Split add new plugin dashboard into search and upload.
changeset,2898,[2898],ryan,Spiffier role creation code.
changeset,8431,[8431],iammattthomas,Spiff up dropdown menu
changeset,6174,[6174],ryan,Spelling fix from zamoose. fixes #5095 for trunk
changeset,6175,[6175],ryan,Spelling fix from zamoose. fixes #5095 for 2.3
changeset,3687,[3687],ryan,Spelling fix from nbachiyski. fixes #2632
changeset,13382,[13382],nacin,Spelling and grammar fun. Fixes #11875 props cnorris23
changeset,14034,[14034],nacin,Spell out that _builtin and _edit_link are internal use only. Include some redundancy and repetition for emphasis.
changeset,10355,[10355],azaozz,"Speed up wp_specialchars, props sambauers, see #8767"
changeset,18849,[18849],azaozz,"Speed up the admin bar drop-downs a bit when using hoverIntent, props johnbillion, fixes #18299"
changeset,10079,[10079],ryan,Speed up Recent Comments dash module query
changeset,11837,[11837],azaozz,"Speed up jQuery based scripts, props Denis-de-Bernardy, see #10021"
changeset,15636,[15636],ryan,Speed up is_serialized() with strpbrk().  Props Rasmus. see #14429
changeset,17779,[17779],markjaquith,Speed optimizations for is_serialized_string(). fixes #17129
changeset,5135,[5135],rob1n,"Speed (wp_)list_authors by consolidating some queries. Props graeme. fixes #1659
"
changeset,21531,[21531],ryan,"Specify the encoding in IXR_Server::output(). Props solarissmoke, sergey.s.betke@novgaro.ru, SergeyBiryukov. fixes #4794"
changeset,21528,[21528],ryan,"Specify the charset in WP_Ajax_Response::send(). Props sergey.s.betke@novgaro.ru, SergeyBiryukov. fixes #19448"
changeset,5856,[5856],markjaquith,Specify our serif fonts for h2s.  Props JeremyVisser.  fixes #4713
changeset,4176,[4176],ryan,Specify number of accepted args.
changeset,6996,[6996],ryan,Specify min width on pages that use TinyMCE. Props azaozz. fixes #5975
changeset,15984,[15984],nacin,"Specify feed type in the_category_rss() call. props benward, fixes #14451."
changeset,7579,[7579],westi,Specify collation as well when connecting to the database if it is provided. See #6410 for trunk.
changeset,12234,[12234],azaozz,"Specify background color for input elements, props hakre, fixes #10881"
changeset,15153,[15153],iammattthomas,Specify a line height for entry-title in the Twenty Ten theme
changeset,4462,[4462],markjaquith,"Specify <author /> for comment authors in comment feed.  Props to Erik Barzeski for the report, Nazgul for the patch.  fixes #3303"
changeset,4877,[4877],ryan,specialchars wp_explain_nonce() output.
changeset,4876,[4876],ryan,specialchars wp_explain_nonce() ouput.
changeset,4875,[4875],ryan,specialchars wp_explain_nonce() ouput.
changeset,3874,[3874],ryan,Specialchars title.  Props David House and Mark Jaquith.  fixes #2625
changeset,3873,[3873],ryan,Specialchars title.  Props David House and Mark Jaquith.  fixes #2625
changeset,383,[383],ryan,specialchars tests
changeset,3995,[3995],ryan,specialchars quotes in comment title.  Props deko.  fixes #2915
changeset,3994,[3994],ryan,specialchars quotes in comment title.  Props deko.  fixes #2915
changeset,4046,[4046],ryan,specialchars feed titles.  Props leftjustified.  fixes #1451
changeset,4044,[4044],ryan,specialchars feed titles.  Props leftjustified.  fixes #1451
changeset,4061,[4061],ryan,specialchars DB error.
changeset,4060,[4060],ryan,specialchars DB error.
changeset,3993,[3993],ryan,specialchars comment title.  Props deko.  fixes #2915
changeset,382,[382],ryan,special chars tests
changeset,381,[381],ryan,special chars tests
changeset,11954,[11954],ryan,Special case comment type 'all'. Fixes comment search. fixes #10463
changeset,15594,[15594],nacin,"Speak in full, clear sentences. props mrmist, fixes #14633."
changeset,10474,[10474],azaozz,"Spawn cron with AJAX request, see #9005"
changeset,4553,[4553],ryan,"Spare input, param, and script from autop.  fixes #3054"
changeset,2075,[2075],saxmatt,"Spam tastes great, we should eat more of it. Add 'spam' approval value, and basic blacklist.
"
changeset,12335,[12335],markjaquith,"Spam links are just as destructive as trash (more so, actually, since they deprecate the comment). Now they are also colored red, like trash. props caesarsgrunt. fixes #11304"
changeset,14093,[14093],nacin,Spacing/coding cleanup of comment_form(). see #13016.
changeset,2861,[2861],ryan,Spacing fix from markjaquith.  fixes #1665
changeset,1504,[1504],saxmatt,"Spacing fix and access key for <code>
"
changeset,7484,[7484],matt,Spacing cleanups and fixes. Hat tip: azaozz.
changeset,13694,[13694],ryan,Spacing between attributes. Props momo360modena. see #11817
changeset,427,[427],nacin,Spaces to tabs.
changeset,10973,[10973],azaozz,"Spaced hyphens into spaced dashes, props ionfish, fixes #8161"
changeset,19181,[19181],nacin,"Space out two strings. props ocean90, fixes #19167."
changeset,644,[644],saxmatt,"Space out options screen.
"
changeset,18808,[18808],nacin,Space out and capitalize 'Auto' in screen options.
changeset,712,[712],saxmatt,"Space bug in wp_title.
"
changeset,19864,[19864],ryan,Space between if and open paren
changeset,5870,[5870],ryan,Space before slash to properly close br tag.  Props tmountjr. fixes #4717
changeset,525,[525],mikelittle,"Sorted some geourl issues (see http://wordpress.org/support/6/683)
Added geo.position meta tag
Added settings into wp-settings.php
Added use of default in new post
"
changeset,11643,[11643],ryan,Sort wp_page_menu() by menu_order. Props nathanrice. fixes #10266 for 2.8.1
changeset,11642,[11642],ryan,Sort wp_page_menu() by menu_order. Props nathanrice. fixes #10266
changeset,11247,[11247],azaozz,"Sort widgets by name case insensitive, fixes #9766"
changeset,11332,[11332],ryan,Sort tz continents and cities by translated names.  Load translations from separate mo to avoid cluttering default pot. Props Denis-de-Bernardy. see #9794
changeset,3890,[3890],ryan,Sort those smilies.  Props HenkvandeKamer and robmiller.  fixes #2778
changeset,3889,[3889],ryan,Sort those smilies.  Props HenkvandeKamer and robmiller.  fixes #2778
changeset,9580,[9580],ryan,Sort the menu before adding classes. see #7966
changeset,5206,[5206],rob1n,"Sort the importers by name, instead of filename. Easier to find stuff, no?
"
changeset,1851,[1851],rboren,"Sort the category list so that index associations are made non-sparse.
"
changeset,8717,[8717],westi,"Sort templates alphabetically in the theme editor. See #7576 props Terragg.
"
changeset,3477,[3477],ryan,"Sort plugins by plugin name, not file name."
changeset,4323,[4323],markjaquith,"sort plugins by plugin name, for real.  fixes #2412"
changeset,4322,[4322],markjaquith,"sort plugins by plugin name, for real.  fixes #2412"
changeset,10181,[10181],westi,Sort page_parent dropdown by menu_order. Fixes #8549.
changeset,5380,[5380],rob1n,"Sort page templates by name. Props Arrrr. see #2926
"
changeset,10420,[10420],westi,Sort out the error_reporting for PHP 5.3. See #8701.
changeset,10421,[10421],westi,Sort out the error_reporting for PHP 5.3. See #8701 for 2.7.x.
changeset,15181,[15181],ryan,Sort only when importers exist. Props aaroncampbell. fixes #13806
changeset,4941,[4941],markjaquith,"Sort categories in dropdown by name rather than ID, when choosing a category parent.  Props donncha.  fixes #3823"
changeset,5591,[5591],markjaquith,"sort by cat_ID for category permalinks, by name for get_the_category().  fixes #4335 for 2.2.  Props Erik Barzeski for the find."
changeset,10182,[10182],ryan,"Sort by 'menu_order, post_title'. see #8549"
changeset,11307,[11307],ryan,Sort active plugins before inactive plugins in all plugins list
changeset,5133,[5133],rob1n,"Sorry, a little tester got in there. Didn't expect to be committing ;).
"
changeset,4380,[4380],markjaquith,Somewhat stricter smilies replacements by Nazgul.  fixes #3222
changeset,340,[340],duck_,Sometimes you DO want to run all tests\!
changeset,1377,[1377],saxmatt,"Sometimes we need to keep things around.
"
changeset,6120,[6120],matt,"Sometimes the $page global is set but it's just an integer, like 1, not an object which we should try to address and put in the cache. The page would work but we'd do spurious wp_cache_add"
changeset,7485,[7485],matt,"Sometimes people have huge numbers of posts, let's always number_format them. Also, additional related link."
changeset,2047,[2047],saxmatt,"Sometimes PATH_INFO is in there anyway, so this gives us SCRIPT_NAME without relying on mod_rewrite, should be cross-platform.
"
changeset,704,[704],michelvaldrighi,"sometimes I want to uninstall my text editor
"
changeset,13381,[13381],markjaquith,Some XSS escaping love for nav menus. see #11817
changeset,6504,[6504],ryan,Some xmlrpc cap checks from josephscott.
changeset,6503,[6503],ryan,Some xmlrpc cap checks from josephscott.
changeset,14058,[14058],nacin,Some wpdb cleanups.
changeset,1474,[1474],saxmatt,"Some wording fixes.
"
changeset,5335,[5335],ryan,Some widgets gettext.
changeset,5334,[5334],ryan,Some widgets gettext.
changeset,15309,[15309],nacin,"Some whitespace in WP_HTTP. props hakre, see #13897."
changeset,7962,[7962],ryan,Some URL cleaning
changeset,4349,[4349],matt,"Some UI cleanups, changes, and various miscellany."
changeset,1655,[1655],saxmatt,"Some UI changes to theme manager. Seems to be updating the stylesheet but not the template.
"
changeset,3006,[3006],matt,"Some tweaks to the default theme, fixes #1847 and the custom header validation error."
changeset,1259,[1259],saxmatt,"Some tricks that in some cases speed up perceived posting time.
"
changeset,859,[859],saxmatt,"Some text fixes.
"
changeset,264,[264],westi,Some tests for get_themes() size with a lot of themes.
changeset,5598,[5598],ryan,Some term caching.  see #4189
changeset,5912,[5912],ryan,Some tag api additions from andy.
changeset,6611,[6611],matt,Some styling tweaks to header and submit box.
changeset,12541,[12541],matt,"Some style tweaks to theme editor, fixes #11563. Hat tip: Simek.

I adjusted the padding to be a little heavier and then have a negative margin, so the text stays aligned and the highlight floats around it. As an added tweak I removed the extraneous ""Theme Files"" heading which didn't really convey any useful information.

""Perfection is achieved perfection not when there is nothing left to add, but when there is nothing left to take away"" -- Antoine de Saint-Exupery (and Merry Christmas everybody. :))"
changeset,1227,[1227],saxmatt,"Some style cleanup. Category base and additional URI options from Jay McCarthy.
"
changeset,14995,[14995],nacin,Some string improvements in update-core.php. props jane.
changeset,4608,[4608],ryan,Some string changes.  Props MichaelH.  fixes #2724
changeset,1989,[1989],saxmatt,"Some stlye tweaks from Jesuit
"
changeset,14531,[14531],nacin,"Some sortable improvements in the nav menu UI. props koopersmith, see #13220."
changeset,333,[333],saxmatt,"Some significant fixes to autop.
"
changeset,4,[4],saxmatt,"Some semantic updates
"
changeset,14116,[14116],nacin,"Some sanity checks for parse_url in do_enclose. props miqrogroove, fixes #11029"
changeset,14782,[14782],nacin,Some sanity checks -- make sure we have a valid post author user object before checking if the current user is the author.
changeset,3999,[3999],matt,Some renames
changeset,1309,[1309],saxmatt,"Some registration cleanups.
"
changeset,1543,[1543],saxmatt,"Some profiling info in $wpdb optionally.
"
changeset,15675,[15675],nacin,Some phpdoc for ms-functions.php. props boonebgorges. see #14953.
changeset,13102,[13102],nacin,"Some phpdoc for functions.php. Props miqrogroove, see #12215"
changeset,7016,[7016],ryan,Some password reset filters
changeset,297,[297],westi,Some passing tests for WP#9285.
changeset,7498,[7498],matt,"Some options juggling to put things where they fit a little better, and more exposition around the more obtuse options."
changeset,468,[468],saxmatt,"Some options functions.
"
changeset,2976,[2976],matt,Some optimizations in queries and code.
changeset,3678,[3678],ryan,Some optimization of the post query.  #2604
changeset,2924,[2924],matt,Some of that really shouldn't be in posts.
changeset,6711,[6711],ryan,Some notice fixes from Nazgul. fixes #3155
changeset,949,[949],saxmatt,"Some new options and an option cleanup.
"
changeset,4589,[4589],matt,"Some new hooks on registration, fixes #2541"
changeset,13344,[13344],ryan,Some nav menu API. see #11817
changeset,1623,[1623],saxmatt,"Some named entities have numbers.
"
changeset,15129,[15129],nacin,Some MS help string cleanup and standardization. fixes #13467.
changeset,14950,[14950],westi,Some more url escaping in feeds. See #13555.
changeset,11391,[11391],azaozz,Some more styling for the plugins screen
changeset,24315,[24315],ocean90,Some more RTL improvements for permalink settings. props SergeyBiryukov. fixes #16834.
changeset,13210,[13210],nacin,"Some more phpdoc bits for functions.php. Props miqrogroove, fixes #12215"
changeset,5673,[5673],rob1n,"Some more multiple category widget stuff. see #4285
"
changeset,13965,[13965],nacin,Some more MS cleanups. see #12460
changeset,17835,[17835],markjaquith,Some more mouse-nibbled corners. see #17324
changeset,15758,[15758],ryan,Some more hierarchy loop detection.
changeset,5611,[5611],rob1n,"Some more get_pagenum_link() fixes.
"
changeset,19090,[19090],azaozz,"Some more css cleanup, see #18314"
changeset,18242,[18242],nacin,Some more credits strings.
changeset,7216,[7216],matt,Some more color updates.
changeset,18563,[18563],nacin,"Some more class instantiations. props eko-fr, fixes #18049."
changeset,618,[618],mikelittle,"Some more b2->wp renaming
Plus added back simple unstyled blog output.
"
changeset,617,[617],mikelittle,"Some more b2->wp renaming
"
changeset,48,[48],saxmatt,"Some minor updates.
"
changeset,14993,[14993],nacin,"Some minor IE6/7 tweaks for menus. props ocean90, see #13525."
changeset,1447,[1447],saxmatt,"Some meta changes.
"
changeset,14267,[14267],nacin,"Some menus meta box cleanups. props filosofo, see #13143."
changeset,14832,[14832],nacin,Some menu string improvements. props JohnONolan. see #13378.
changeset,95,[95],saxmatt,"Some markup and grammar cleanups.
"
changeset,1524,[1524],saxmatt,"Some login functions.
"
changeset,6555,[6555],matt,"Some link manager juggling, still need to have submenu highlight when on sub-sub pages."
changeset,2013,[2013],saxmatt,"Some Kubrick cleanups.
"
changeset,2137,[2137],saxmatt,"Some Kubrick cleanups
"
changeset,2135,[2135],saxmatt,"Some Kubrick cleanups
"
changeset,5099,[5099],ryan,Some int casts
changeset,14991,[14991],nacin,"Some inline doc updates for get_post_type_capabilities and get_post_type_labels. props MichaelH, fixes #13573."
changeset,13782,[13782],nacin,Some improvements to the network.php mod_rewrite checks. see #12255
changeset,22894,[22894],nacin,"Some IE7 CSS hacks for media to fix the gallery view. props lessbloat. fixes #22609.

"
changeset,4401,[4401],matt,Some helper functions for themes and images
changeset,12539,[12539],ryan,Some hardening for 2.8
changeset,5141,[5141],rob1n,"Some grammar fixes in options-general.php. Props jonnylamb and foolswisdom. fixes #3749
"
changeset,13295,[13295],ryan,Some gettext and formatting. see #11817
changeset,407,[407],saxmatt,"Some general comment code cleanup.
"
changeset,903,[903],saxmatt,"Some formatting fixes.
"
changeset,6242,[6242],markjaquith,Some foreach array casting
changeset,1273,[1273],saxmatt,"Some fixes.
"
changeset,1379,[1379],saxmatt,"Some fixes from Joeseph Scott.
"
changeset,5449,[5449],rob1n,"Some fixes for the Textpattern importer.
"
changeset,1236,[1236],saxmatt,"Some fixes for E_ALL.
"
changeset,5252,[5252],rob1n,"Some fixes for another fix. Props takayukister. fixes #4040
"
changeset,6755,[6755],matt,Some first pass styling changes for manage pages.
changeset,2240,[2240],saxmatt,"Some filter action and cleanup
"
changeset,6554,[6554],ryan,Some file level phpdoc from darkdragon. fixes #5572
changeset,6493,[6493],ryan,Some file level phpdoc from darkdragon. fixes #5527
changeset,1703,[1703],saxmatt,"Some file editor improvements. New: Recently edited and editor sidebar.
"
changeset,2068,[2068],saxmatt,"Some feed template function cleanup.
"
changeset,12169,[12169],markjaquith,"Some extra XSS protection. Redundant, but we should always escape late! see #11119"
changeset,14767,[14767],ryan,Some explanatory text for the theme locations box. see #13378
changeset,7945,[7945],ryan,Some escaping. see #6813
changeset,16373,[16373],ryan,Some escaping
changeset,16367,[16367],nacin,Some escaping
changeset,16366,[16366],nacin,Some escaping
changeset,15521,[15521],ryan,Some escaping
changeset,380,[380],ryan,Some esc_attr() tests
changeset,6188,[6188],markjaquith,Some error message normalization from Viper007Bond and DD32.  fixes #5139
changeset,1235,[1235],saxmatt,"Some E_ALL fixes.
"
changeset,15617,[15617],nacin,Some docs and corrections to _wp_link_page().
changeset,15739,[15739],nacin,Some doc updates. see #15048.
changeset,477,[477],saxmatt,"Some design tweaks. If anyone can figure out why the spacing to the left and right of the menu links is different in Moz and IE they get a gold star.
"
changeset,14261,[14261],nacin,Some default password nag and user-edit div.error style cleanups.
changeset,9422,[9422],azaozz,Some dashboard and IE layout fixes
changeset,9068,[9068],azaozz,Some CSS for turbo.php and press-this-landing.php
changeset,9370,[9370],azaozz,"Some CSS cleanup, props Simek, see #7967"
changeset,18173,[18173],azaozz,"Some CSS cleanup and tuning, see #17324"
changeset,8697,[8697],azaozz,"Some css cleanup and fixes after the merge, see #7552"
changeset,8696,[8696],ryan,Some cookie validation hooks. fixes #7440
changeset,1233,[1233],saxmatt,"Some consistancy errors.
"
changeset,5600,[5600],rob1n,"Some comment edit form aesthetics. fixes #4367
"
changeset,7245,[7245],matt,Some color tweaks.
changeset,7305,[7305],matt,"Some color changes from JSM.
"
changeset,15285,[15285],dd32,Some coding standards cleanups for WP_HTTP. Props hakre for initial patch. See #13897
changeset,1974,[1974],saxmatt,"Some code cleanups.
"
changeset,1793,[1793],saxmatt,"Some code cleanup. Also double email fix care of Mark Jaquith.
"
changeset,1358,[1358],michelvaldrighi,"some cleanups, and a quick undefined variable fix
"
changeset,2060,[2060],saxmatt,"Some cleanup patches from Scott: http://www.coffee2code.com/archives/2005/01/06/walking-with-15/
"
changeset,11183,[11183],azaozz,"Some cleanup for edit-page-form.php and edit-form-advanced.php, props simek, fixes #9501"
changeset,7922,[7922],ryan,Some cleaning
changeset,3126,[3126],matt,Some changes and tweaks to how the inline image uploading works.
changeset,9635,[9635],ryan,Some cap checks for the Dashboard. Props Viper007Bond. fixes #8175
changeset,6508,[6508],ryan,Some cap checks for app from josephscott.
changeset,6507,[6507],ryan,Some cap checks for app from josephscott.
changeset,4631,[4631],ryan,Some caching cleanups.
changeset,10089,[10089],azaozz,Some basic help for screens that have postboxes 
changeset,11104,[11104],ryan,Some attr escaping. see #9650
changeset,1468,[1468],saxmatt,"Some admin look changes.
"
changeset,12228,[12228],westi,Some admin copy improvements fixes. #6362 props xenlab and ninjaWR.
changeset,4572,[4572],matt,Some additional hooks for extensibility.
changeset,1782,[1782],saxmatt,"Some additional API hooks.
"
changeset,4371,[4371],matt,Some action in get_header and footer
changeset,8726,[8726],azaozz,"Some 'Show on screen' metabox settings styling, see #7552"
changeset,7313,[7313],matt,"So fresh and so clean, clean."
changeset,3230,[3230],matt,So close I can taste it.
changeset,4031,[4031],ryan,Snoopy fread fixes. Props JeremyVisser. fixes #2733
changeset,4030,[4030],ryan,Snoopy fread fixes. Props JeremyVisser. fixes #2733
changeset,9309,[9309],ryan,Snoopy cleanup
changeset,9304,[9304],ryan,Snoopy 1.2.4
changeset,9303,[9303],ryan,Snoopy 1.2.4
changeset,9778,[9778],markjaquith,Sneak in menu-dark-rtl.gif. see #8159
changeset,12050,[12050],azaozz,"Smoooth animations for comment move to trash and undo, see #4529"
changeset,409,[409],ryan,Smilies test. Props jakub.tyrcha. see #17
changeset,4360,[4360],ryan,Smilies optimization from Nazgul.  fixes #3201 #3216
changeset,710,[710],saxmatt,"Smilies fix.
"
changeset,612,[612],saxmatt,"Smilie fix from Jaykul, changed fool's siteurl fix to use faster preg_replace. Now handles *any number* of trailing slashes. :)
"
changeset,4283,[4283],ryan,Smiley parsing fixes from Nazgul.  fixes #2444 #1279
changeset,24155,[24155],nacin,"SMH.

"
changeset,24091,[24091],markjaquith,"Smarter structured post format caching.

fixes #24002. props kovshenin, wonderboymusic."
changeset,7224,[7224],matt,Smaller regex.
changeset,15493,[15493],scribu,"Small, subtle fixes. See #14596"
changeset,17191,[17191],nacin,Small visual improvements to post formats on edit.php. see #16047.
changeset,8406,[8406],azaozz,Small update to Gears info messages and simple Safari detection. Fixes #7380 for 2.7
changeset,8407,[8407],azaozz,Small update to Gears info messages and simple Safari detection. Fixes #7380 for 2.6.1
changeset,9567,[9567],azaozz,Small styling fixes to themes.php
changeset,14314,[14314],nacin,"Small menu CSS tweak for item deletion. props koopersmith, see #13134."
changeset,15066,[15066],nacin,"Small IE fix. props ocean90. Also, remove outdated style. see #13615."
changeset,14288,[14288],nacin,"Small fixes to the initial nav menu message. props koopersmith, see #13134."
changeset,1277,[1277],michelvaldrighi,"small fix to support post-slugs with underscores, required for compatibility with imported MT blogs' older post-slugs
"
changeset,14480,[14480],nacin,Small fix to r14479. see #13109.
changeset,14103,[14103],nacin,Small fix to [14102]. props ocean90. see #12889
changeset,13439,[13439],nacin,"Small fix to [13433], see #10788"
changeset,9378,[9378],azaozz,Small dashboard css fixes
changeset,9713,[9713],azaozz,Small css fixes and cleanup
changeset,13910,[13910],dd32,Small coding standards cleanup of wp_die();
changeset,6986,[6986],ryan,Small code formatting tweak
changeset,4562,[4562],matt,"Small cleanup to autop, fixes #3238"
changeset,3068,[3068],matt,Small cleanup
changeset,6955,[6955],ryan,Slug edit for pages.  Hide advanced slug field if JS enabled.  Trigger first autosave after 15 chars.  Set autosave interval to 60s.  Props filosofo. see #5749
changeset,7139,[7139],ryan,Slug edit fix from nbachiyski. fixes #6072
changeset,1529,[1529],saxmatt,"Slightly nicer upgrade.
"
changeset,13020,[13020],ryan,Slightly more informative error message for themes missing their parent theme. Need to offer to install the parent if it is in the themes directory.
changeset,10985,[10985],markjaquith,slightly more friendly database upgrade message
changeset,1621,[1621],saxmatt,"Slight wording change.
"
changeset,17047,[17047],nacin,"Slight tweak. props andrea_r, #15314."
changeset,19390,[19390],koopersmith,Slight rearrangements in admin bar render logic. see #18197.
changeset,3072,[3072],matt,"Slight pretty-upping, fixes #1798"
changeset,16890,[16890],scribu,Slight logic tweak to [16889]. See #14123
changeset,13866,[13866],dd32,Slight Coding standards update
changeset,1607,[1607],saxmatt,"Slight cleanup
"
changeset,14373,[14373],nacin,"Sliding tabs for the nav menu admin UI. second pass. props koopersmith, see #13215."
changeset,3135,[3135],matt,"Slicker category adding, fixes #1882"
changeset,11210,[11210],ryan,Slashe before query args. Props peaceablewhale. fixes #9515
changeset,585,[585],kurtpayne,Skipping over #16892 until it's been resolved
changeset,685,[685],SergeyBiryukov,Skip wp_read_image_metadata() tests if exif is not installed.
changeset,22730,[22730],azaozz,"Skip To links: visually hide by only setting top: -1000em; (this should make them work well in all screen readers), fixes #21312"
changeset,617,[617],markjaquith,Skip this piece of data until the bug is fixed.
changeset,6325,[6325],ryan,Skip theme validation during normal blog page loads. fixes #3907
changeset,50,[50],tellyworth,skip tests if wp_read_image_metadata is unavailable
changeset,498,[498],convissor,Skip TestImageResize tests if gd extension is not installed.
changeset,6322,[6322],ryan,Skip sanitization altogether for raw context. Props Quandary. fixes #5325 for 2.3
changeset,6321,[6321],ryan,Skip sanitization altogether for raw context. Props Quandary. fixes #5325
changeset,503,[503],convissor,Skip remaining gd functions if gd not installed. Move method callable skips to setUp. Use message parameter when skipping.
changeset,9048,[9048],markjaquith,Skip past tfoot as well as thead when doing comment moderation keyboard shortcut highlighting
changeset,14349,[14349],dd32,Skip over __MACOSX folders during zip extraction. Props chrisbliss18. Fixes #12637
changeset,6940,[6940],ryan,Skip main posts query if 404. Props misterbisson. fixes #5717
changeset,22726,[22726],azaozz,"Skip links: simplified look with more contrast, props sabreuse, fixes #21310"
changeset,13145,[13145],markjaquith,Skip intermediate sizes of a different aspect ratio than the original image when considering which image to use in image_get_intermediate_size(). fixes #12218
changeset,6056,[6056],markjaquith,Skip deprecated option replacement in wp-mail.php.  props Nazgul.  fixes #4924
changeset,16949,[16949],ryan,"Skip confirmation email fixes. Props ocean90, duck_. see #15725"
changeset,16204,[16204],scribu,Skip category/tag queries if post type doesn't support them. Props mfields. Fixes #15322
changeset,20909,[20909],nacin,Skip cached credits if version number doesn't match. props duck_. fixes #20270.
changeset,17416,[17416],markjaquith,Skip authors that no longer exist when doing an export. props nacin. fixes #16479 for 3.1
changeset,17415,[17415],markjaquith,Skip authors that no longer exist when doing an export. props nacin. fixes #16479
changeset,660,[660],nacin,"Skip all of WPTestGalleryPost as it tests against a broken and unused dataset. see #30.

"
changeset,8791,[8791],ryan,Skeleton phpdoc patch for themes.php. Props jacobsantos. see #7657
changeset,8793,[8793],ryan,skeleton phpdoc for rewrite.php. Props jacobsantos. see #7660
changeset,8809,[8809],ryan,Skeleton phpdoc for post-template.php. Props jacobsantos. see #7659
changeset,104,[104],tellyworth,size_format: change KB to kB
changeset,20203,[20203],nacin,Size options on options-media.php are allowed to be 0 or otherwise empty. see #17863.
changeset,12947,[12947],ryan,Sitewide plugins cleanup. Props nacin. see #11644
changeset,2130,[2130],saxmatt,"Siteurl autoupdate now requires RELOCATE flag - http://mosquito.wordpress.org/view.php?id=602
"
changeset,18442,[18442],ryan,Sites search improvements. fixes #18013
changeset,8672,[8672],ryan,site_url filter
changeset,20984,[20984],ryan,"Site/user autocomplete fixes.

* Lengthen the inputs in the Right Now network dashboard widget
* Border around the whole autocomplete widget/list
* Handle long strings
* Remove some CSS color cruft from the main stylesheet and de-dupe the JS closures for open/close callbacks.

Props helenyhou
fixes #20584
"
changeset,16242,[16242],ryan,site-themes.php cleanup. Props PeteMall. see #14897
changeset,16559,[16559],PeteMall,Site Themes cleanup. See #14897.
changeset,16592,[16592],PeteMall,Site themes cleanup. See #14897
changeset,16489,[16489],ryan,Site search performance tweaks.  Use subquery for registration log queries to allow cross DB queries.  Lose order by id by default.  Search only by blog_id for numeric search strings. see #15170
changeset,17673,[17673],ryan,Singular and plural strings for bulk user delete. Props nacin. fixes #16360
changeset,14222,[14222],nacin,Single quotes are way cooler.
changeset,17988,[17988],nacin,"Single quotes and spaces in ms-blogs.php. props niallkennedy, fixes #17522."
changeset,45,[45],tellyworth,single post output test
changeset,1001,[1001],michelvaldrighi,"since time_difference is now relative to GMT, we should use gmdate instead of date when adding time_difference
"
changeset,23874,[23874],helen,"Since post format meta for images now takes an attachment ID only, make sure we label it appropriately and don't do things like esc_url() the value. fixes #23900.
"
changeset,17252,[17252],markjaquith,"Simulate browser behavior for selecting first dropdown element in non-multiselect, if no elements are selected by default. props koopersmith. fixes #16190
"
changeset,14249,[14249],nacin,Simply search for newlines to strip instead of checking the oEmbed provider. fixes #12115.
changeset,179,[179],tellyworth,simplify version selection; remove bogus .. from default
changeset,6603,[6603],westi,Simplify to_ping query. Fixes #5649 props misterbisson. 
changeset,17054,[17054],nacin,"Simplify this string. props jane, see #15346, see #15829."
changeset,22049,[22049],nacin,"Simplify the Open Sans translator voodoo. see #21751.

"
changeset,21854,[21854],nacin,"Simplify the markup and hierarchy of the Add Existing and Add New user forms on site-users.php. props obenland, fixes #21223.

"
changeset,23336,[23336],SergeyBiryukov,"Simplify the logic for printing ""Lost your password?"" link. props ktdreyer. fixes #16498."
changeset,13699,[13699],dd32,Simplify the Id uniqueness loops. Guard against more use-cases which might cause ID conflicts. See #12606
changeset,13785,[13785],nacin,Simplify the deprecated notice for unregistered settings. fixes #11730
changeset,23858,[23858],markjaquith,"Simplify the accordion sibling-section-closing JS.

see #23890"
changeset,1642,[1642],rboren,"Simplify template redirector.  Collapse mutliple guard vars into one.
"
changeset,3005,[3005],matt,Simplify status_header
changeset,18348,[18348],azaozz,"Simplify some Twenty-Eleven strings for i18n, props nbachiyski, fixes #17777"
changeset,15635,[15635],ryan,Simplify sanitize_key() and use it in more places. see #14910
changeset,21655,[21655],ryan,Simplify return from WP_Post::__get() now that references are no longer returned. see #21309
changeset,109,[109],tellyworth,"simplify query tests, add more"
changeset,21865,[21865],nacin,"Simplify protocol stripping in add_query_arg() by avoiding a regular expression. Don't cast a known array to an array. fixes #21332.

"
changeset,1500,[1500],rboren,"Simplify post paging.  Remove ""posts paged"" setting.  We should always page.  Add posts_nav_link() to the default template.
"
changeset,18969,[18969],koopersmith,Simplify pointer API with smarter positioning. see #18693.
changeset,19852,[19852],nacin,Simplify matching code. see #19670.
changeset,23597,[23597],SergeyBiryukov,Simplify logic in WP_Widget_Recent_Posts and WP_Widget_Recent_Comments. fixes #23089.
changeset,19212,[19212],nacin,Simplify logic in wp_get_attachment_link(). see #18491.
changeset,19107,[19107],nacin,Simplify logic in wp-fullscreen-save-post. Most of this came from post.php but that's been cut down as well. see #18785.
changeset,14036,[14036],nacin,Simplify logic in is_multisite().
changeset,14521,[14521],nacin,Simplify is_post_type and is_post_type_hierarchical. Make them work like their taxonomy counterparts. see #12588.
changeset,1157,[1157],scribu,"Simplify image editor tests.

* use WP_Image_Editor_Mock everywhere, instead of getMockForAbstractClass()
* instantiate editors directly, where possible
* only use 'wp_image_editors' hook"
changeset,12964,[12964],dd32,Simplify https:// conversion in plugins_url()/content_url() functions
changeset,842,[842],duck_,"Simplify hashing of the config file with sha1_file()
"
changeset,13663,[13663],nacin,Simplify hackish logic. props miqrogroove. fixes #12581
changeset,15703,[15703],dd32,"Simplify get_user_metavalues() to entirely rely upon the Metadata API, Removes a direct SQL Query. de-serializing is handled by the Metadata API now."
changeset,19736,[19736],duck_,"Simplify code in WP_Rewrite::page_rewrite_rules() and remove out-of-date documenation. Fixes #19875.
"
changeset,20381,[20381],duck_,"Simplify caption cleanup callbacks; if the function was called we know that the 0 index is set. See #20369.
"
changeset,19867,[19867],ryan,Simplify cap checking. Props nprasath002. see #18429
changeset,20840,[20840],azaozz,"Simpler layout for the about screen (still needs text), props chexee, see #20423"
changeset,7298,[7298],matt,Simpler gallery markup in feeds. Fixs #6225. Hat tip: andy.
changeset,22970,[22970],nacin,"SimplePie: Return nothing and throw an error in SimplePie_Sanitize when DOMDocument is disabled.

Note that when SimplePie is used through the WordPress fetch_feed() function, we use kses rather than SimplePie_Sanitize, which removes the dependency on DOMDocument. This change is only for plugins using SimplePie directly.

props rmccue. fixes #21990.

"
changeset,22555,[22555],nacin,"SimplePie: Ensure the DOMNode::getLineNo() method exists. props rmccue. fixes #22425.

"
changeset,4399,[4399],markjaquith,SimplePie patch not ready for prime time. Need it to be a drop-in solution. Reverting to MagpieRSS for now.
changeset,14494,[14494],nacin,"Simple warning text for global terms. Probably not enough considering the sky will fall on your head if you enable them, but it's a start. fixes #12666."
changeset,5977,[5977],ryan,Simple Tagging importer.  Props bloertscher and joostdevalk. fixes #4247
changeset,151,[151],tellyworth,simple meta_cap tests
changeset,10010,[10010],azaozz,"Simple iPhone detection, disable hiding of action links for iPhone"
changeset,1304,[1304],saxmatt,"Simple function to check if a post is in a category.
"
changeset,8953,[8953],azaozz,"Simple ""sticky"" menu, remembers the open parents and the current parent is always open"
changeset,3066,[3066],matt,"Silly thumbnail files
"
changeset,3380,[3380],ryan,Silenzio.
changeset,8213,[8213],markjaquith,Silently add /index.php/ to category_base and tag_base for blogs using PATHINFO permalinks. fixes #4536
changeset,10202,[10202],azaozz,"Silence warnings when looking for translations for external plugins for TinyMCE, for trunk"
changeset,10203,[10203],azaozz,"Silence warnings when looking for translations for external plugins for TinyMCE, for 2.7"
changeset,7037,[7037],ryan,Silence warnings if error_log is disabled. fixes #5771
changeset,4473,[4473],markjaquith,silence the fopen() in wp_remote_fopen()
changeset,4472,[4472],markjaquith,silence the fopen() in wp_remote_fopen()
changeset,7039,[7039],ryan,Silence some exected warnings in ftpext. Props DD32. see #5586
changeset,3917,[3917],ryan,Silence pingomatic fsockopen.  Props Mark Jaquith. fixes #2522
changeset,3916,[3916],ryan,Silence pingomatic fsockopen.  Props Mark Jaquith. fixes #2522
changeset,14427,[14427],dd32,Silence PHP Warnings on is_writable calls. Can trigger open_basedir warnings on certain hosting environments. Props ocean90. Fixes #12866
changeset,455,[455],dd32,Silence PHP Notices (Headers already sent) in Feed include to allow the TestFeedRss2 tests to execute properly.
changeset,3358,[3358],ryan,Silence mkdir().
changeset,3194,[3194],ryan,Silence mkdir().
changeset,9199,[9199],ryan,silence is_writable() warnings. see #7640
changeset,7774,[7774],ryan,Silence ini_get warnings. fixes #6787 for trunk
changeset,7773,[7773],ryan,Silence ini_get warnings. fixes #6787 for 2.5
changeset,11081,[11081],ryan,Silence html_entity_decode warnings. Props Denis-de-Bernardy. fixes #9616
changeset,4288,[4288],ryan,Silence gethostbyaddr().  Props MarkJaquith. fixes #2759
changeset,4287,[4287],ryan,Silence gethostbyaddr().  Props MarkJaquith. fixes #2759
changeset,3171,[3171],ryan,Silence fopen warnings and check return.
changeset,3113,[3113],ryan,Silence file ops.
changeset,12634,[12634],azaozz,"Silence error if TB iframe is loaded from another domain, see #6883"
changeset,10399,[10399],ryan,Silence charset not supported warnings
changeset,10398,[10398],ryan,Silence charset not supported warnings
changeset,22082,[22082],dd32,"Silence a PHP Warning in Safe Mode from get_temp_dir(). Props ocean90. Fixes #20778
"
changeset,15217,[15217],wpmuguru,"signup username length consistent with user_login field, props niallkennedy, fixes #13842"
changeset,14575,[14575],wpmuguru,"signup cleanup, props ocean90, fixes #13087"
changeset,9088,[9088],ryan,sidebars_widgets fiter from gortsleigh. fixes #7818
changeset,697,[697],saxmatt,"Sidebar update
"
changeset,6972,[6972],ryan,Side menu styling from mt. fixes #5948
changeset,9154,[9154],azaozz,"Side folding for the menu, first run, still needs colours, styling and perhaps different icons."
changeset,1097,[1097],saxmatt,"shutdown action hook.
"
changeset,15954,[15954],nacin,Shuffle list-table files. First pass. see #14579.
changeset,20446,[20446],koopersmith,"Shrink theme screenshots for smaller screen resolutions. props helenyhou, see #20403."
changeset,5821,[5821],matt,Shows pending moderation comments in title and bold comment numbers with comments that need attention.
changeset,18269,[18269],dd32,Showcase template cleanup. See #17748
changeset,1291,[1291],rboren,"show_post_count, after, and custom format were not playing nicely in get_archives.
"
changeset,3896,[3896],ryan,show_on_front page preview fix from that Andy guy.
changeset,15863,[15863],ryan,show_admin_bar(). see #14772
changeset,5429,[5429],rob1n,"Show WP-Adv TinyMCE button by default. Props johnbillion. fixes #3171
"
changeset,9529,[9529],azaozz,"Show when future posts miss schedule, props hailin, fixes #8064"
changeset,7897,[7897],ryan,"Show when a term is both a category and a tag, also when a child category is converted to a tag and then converted back, restore the child status, if the parent still exists. Props azaozz. fixes #6909"
changeset,14825,[14825],nacin,Show warning in network.php if using a custom wp-content directory. fixes #11742.
changeset,9216,[9216],azaozz,"Show warning if user is logged out while writing or editing, includes patch by tott, fixes #7630"
changeset,9694,[9694],ryan,Show View All on hover
changeset,1015,[1015],saxmatt,"Show version and header bugfix.
"
changeset,9647,[9647],ryan,"Show user specified offset, not server offset, when displaying time. see #8153"
changeset,1472,[1472],saxmatt,"Show URI even when there's no email (trackbacks and pingbacks)
"
changeset,14682,[14682],wpmuguru,"show upload limit in media upload UI, see #12853"
changeset,5801,[5801],ryan,Show upload file size in upload browser. Props tellyworth. fixes #4561
changeset,12374,[12374],ryan,Show Upgrade Notice for plugins. see #10973
changeset,2291,[2291],saxmatt,"Show updated time, not post time. - http://mosquito.wordpress.org/view.php?id=682
"
changeset,14685,[14685],nacin,Show updated message after resetting or removing the background image. see #12186.
changeset,10403,[10403],ryan,Show Tools menu for all users so they can access turbo. Props Denis-de-Bernardy. fixes #8921 for trunk
changeset,10404,[10404],ryan,Show Tools menu for all users so they can access turbo. Props Denis-de-Bernardy. fixes #8921 for 2.7
changeset,11026,[11026],azaozz,Show thumbnails for comments on attachments on Edit Comments screen
changeset,12614,[12614],ryan,Show theme installer only to super admins. Props Denis-de-Bernardy. see #11763
changeset,11285,[11285],ryan,Show theme install help text only if user has install_themes cap.
changeset,19133,[19133],nacin,"Show the welcome screen when one shows it from Screen Options, advances to a page, then uses the browser's back button to return. see #11651."
changeset,22618,[22618],ryan,"Show the update nag in the network admin.

Props Mamaduka
fixes #20959
"
changeset,20844,[20844],ryan,"Show the template name instead of just the filename. Props arieputranto, SergeyBiryukov. fixes #20718"
changeset,14264,[14264],nacin,Show the sanitized username on install.php completion page. Also add some help text. see #13159.
changeset,5025,[5025],matt,Show the post title.
changeset,10458,[10458],azaozz,"Show the permalink even when not ""pretty"" and add ""View Post"" button if the post is published, see #8976"
changeset,9062,[9062],markjaquith,Show the Page Options on the New Post screen
changeset,13587,[13587],ryan,Show the network enable menu only if config flag is set. Per wordpress-dev meetup. see #11644
changeset,5715,[5715],rob1n,"Show the name, not the slug. fixes #4473
"
changeset,12021,[12021],azaozz,"Show the login form in a popup when autosave hits the login grace period, fixes #10704"
changeset,2462,[2462],ryan,Show the latest 10 comments in the comment feed rather than only the first 10.  http://mosquito.wordpress.org/view.php?id=958  Props: ringmaster
changeset,13591,[13591],dd32,Show the dashboard instead of Update Core page for the dashboard.. Adds a dummy menu in the case of multisite or superadmin. see #12517
changeset,19011,[19011],duck_,"Show the current post format in quick edit even if it's not supported. Props nacin, fixes #18083.
"
changeset,17284,[17284],markjaquith,"Show the author dropdown in quick edit even when there is only one contributor-or-higher user and the post belongs to someone who no longer has contributor-or-higher access. fixes #14420
"
changeset,10835,[10835],ryan,Show template files in subdirs. Props DD32. fixes #4131
changeset,12872,[12872],ryan,Show td attributes for custon coolumns. Props camiloclc. fixes #12050
changeset,14953,[14953],ryan,Show taxonomies registered against the page type in the Pages submenus. Props markauk. fixes #13560
changeset,5147,[5147],matt,Show tags on permalink pages.
changeset,9630,[9630],ryan,Show Submit for Review if user can't publish. fixes #8108
changeset,8847,[8847],ryan,show sticky class only when is_home. Props MtDewVirus. fixes #7712
changeset,19235,[19235],nacin,"Show sites in the 'My Sites' menu as secondary items only when the user is a super admin and therefore has a primary menu item (Network Admin). props wpmuguru, fixes #19221."
changeset,8752,[8752],ryan,Show Settings for edit page form. see #7552
changeset,8753,[8753],ryan,Show Settings for edit link form. see #7552
changeset,6420,[6420],ryan,Show session expired message only when cookie is set.
changeset,22990,[22990],ryan,"Show Select Files button the first time the media modal is opened.

Props koopermsith
fixes #22691
"
changeset,871,[871],saxmatt,"Show RSS URIs in OPML file.
"
changeset,2995,[2995],ryan,"Show Role in profile and user edit.  Don't allow users with edit_users caps to demote themselves. Props: davidhouse, ringmaster.  fixes #1825"
changeset,9907,[9907],ryan,Show red only on hover for delete links in tables. fixes #8358
changeset,9628,[9628],ryan,Show Quick Press only if user can publish posts. fixes #8108
changeset,9167,[9167],ryan,Show Published/Last Modified in date column
changeset,9044,[9044],ryan,Show Publish Immediately instead of dave time for drafts. fixes #7806
changeset,10957,[10957],azaozz,"Show proper error when adding a custom field without a value, props scohoust, fixes #7541"
changeset,2764,[2764],matt,Show profile to the right people
changeset,7424,[7424],markjaquith,Show previous search in comment search box
changeset,8907,[8907],ryan,Show Preview instead of View for unpublished posts and pages
changeset,5472,[5472],matt,Show post name and bring organization in line with the edit comments page.
changeset,6624,[6624],ryan,Show post modification time.  Needs style. Rough.
changeset,18180,[18180],koopersmith,Show post editor inset shadow in visual mode.
changeset,2306,[2306],saxmatt,"Show post count in dropdown - http://mosquito.wordpress.org/view.php?id=596
"
changeset,11225,[11225],azaozz,"Show Plugin Information thickbox title only when installing plugins, restore access to links on install plugins screens, some colors-fresh.css cleanup, fixes #9742"
changeset,12407,[12407],ryan,Show plugin compatibility for available upgrade versions of WP. see #10973
changeset,22918,[22918],nacin,"Show plugin activation message when activating a network only plugin on a single site installation. fixes #22576 for the 3.4 branch.

"
changeset,22871,[22871],ryan,"Show plugin activation message when activating a network only plugin on a single site installation.

Props nacin
fixes #22576
"
changeset,6954,[6954],ryan,Show permalink editor on new posts after autosave.  Props filosofo. see #5749
changeset,7389,[7389],markjaquith,Show Pending Review posts on the dashboard.  props link2caro for the idea. fixes #6290
changeset,9773,[9773],markjaquith,Show pending comments to users with quotes in their name. props regulatethis. fixes #6992
changeset,4914,[4914],ryan,Show pages in ascending order in Edit->Pages.  Props Xander. fixes #3760
changeset,4913,[4913],ryan,Show pages in ascending order in Edit->Pages.  Props Xander. fixes #3760
changeset,14642,[14642],ryan,Show page template dropdown only for pages and not for other post types. Props greenshady. fixes #12759
changeset,7133,[7133],ryan,Show page hierarchy when editing page slugs. fixes #6068
changeset,6882,[6882],ryan,Show only roles that have users
changeset,12140,[12140],ryan,Show oEmbed discovery option only if the current user has the unfiltered_html cap. see #10337
changeset,3652,[3652],ryan,Show number of comments selected for deletion. Props robmiller. fixes #2508
changeset,16709,[16709],PeteMall,Show network only plugins for !is_multisite. Fixes #15666
changeset,11843,[11843],azaozz,Show My Posts as default view on the Edit Posts screen for users without 'edit_others_posts' cap.
changeset,13233,[13233],nacin,Show must-use plugins and drop-ins in the plugins admin panel. First pass. See #11861
changeset,5132,[5132],rob1n,"Show more relevant titles (current category, date, etc.) in feed titles. fixes #1790
"
changeset,4184,[4184],ryan,Show more link in RSS. Don't show more link if more link text empty. Take more into account when creating excerpt.
changeset,14459,[14459],nacin,"Show meta boxes when no JS, as we don't have screen options to turn them on. props filosofo, fixes #13253."
changeset,6987,[6987],ryan,Show messages with message styling instead of error styling. fixes #5929
changeset,9293,[9293],ryan,Show message when there are no drafts. Props jamierumbelow. fixes #7921
changeset,3726,[3726],matt,Show message on publish rather than sitting dumbly. Link to site like we do for posts
changeset,6746,[6746],ryan,Show media upload buttons when RTE is not enabled. Props tellyworth. fixes #5764
changeset,10153,[10153],ryan,Show media buttons for quick press only if user can upload_files. see #8547
changeset,5578,[5578],rob1n,"Show me more!
"
changeset,12981,[12981],dd32,Show login form upon email-sent for recover/reset passwords. Props nacin. Fixes #11141
changeset,211,[211],saxmatt,"Show logged in nickname by logout.
"
changeset,14746,[14746],ryan,Show local time when a UTC offset is selected. Props ktdreyer. fixes #13408
changeset,9936,[9936],azaozz,"Show link to the comment in the dashboard widget, props bobrik, fixes 8399"
changeset,4256,[4256],ryan,"Show link images by default, if they are defined."
changeset,11988,[11988],ryan,Show link back to post for pingbacks in the recent comments dashboard widget. Props scribu. fixes #10622
changeset,16160,[16160],ryan,Show latest x users with no paging if on a large network. see #15170
changeset,23918,[23918],helen,"Show labels and remove improperly-used placeholders for post format fields. props Ipstenu, azaozz. see #23938.
"
changeset,19350,[19350],azaozz,"Show Insert into post button in the media library when the current post supports editor (not the attachment parent), props SergeyBiryukov, fixes #18912"
changeset,4567,[4567],matt,"Show HRs in posts, fixes #3291"
changeset,17796,[17796],ryan,Show hierarchy for pages and taxonomies in nav menus admin. Props greuben. fixes #17029
changeset,6763,[6763],ryan,"Show full content, including content after the more tag, for feeds. fixes #2582"
changeset,22159,[22159],koopersmith,"Show filenames for non-image attachments in the new media modal.

Also passes all attachment model attributes to the attachment view template by default (instead of selecting specific values).

see #21390, #21836.
"
changeset,10696,[10696],azaozz,"Show file url after upload form media library, props yoavf, fixes #9267"
changeset,2050,[2050],saxmatt,"Show feedback that the post was saved.
"
changeset,12238,[12238],azaozz,"Show errors when minimum requirements are not met when installing, props dd32 Denis-de-Bernardy, fixes #9474"
changeset,12677,[12677],azaozz,"Show error message in TB when iframes support is turned off in the browser, props nacin, fixes #10939"
changeset,7206,[7206],ryan,Show error data in message. Props DD32. see #5586
changeset,11778,[11778],azaozz,"Show Empty Trash button only when the user has cap. props mrmist, see #4529"
changeset,10757,[10757],ryan,Show DST info. Map old offest to Etc zones. Props Otto42. see #3962
changeset,15511,[15511],scribu,Show dropdowns filter even when JS is disabled. Props blepoxp. Fixes #14150
changeset,5582,[5582],ryan,Show drafts that have a published parent. Props mdawaffe. fixes #4356
changeset,17910,[17910],nacin,Show display names from wp.org profiles on the credits page. see #17384.
changeset,9670,[9670],ryan,Show dismissed update list only once. Props nbachiyski. fixes #8200
changeset,14988,[14988],nbachiyski,"Show discs as leading list characters in contextual help messages. The global style is list-style-type: none;
"
changeset,12556,[12556],azaozz,"Show disabled image rotation buttons when imagerotate() is missing, props husky and hakre, fixes #11536 for 2.9"
changeset,12555,[12555],azaozz,"Show disabled image rotation buttons when imagerotate() is missing, props husky and hakre, fixes #11536"
changeset,6470,[6470],ryan,Show DB errors if WP_DEBUG and if installing. see #5473
changeset,6469,[6469],ryan,Show DB errors if WP_DEBUG and if installing. see #5473
changeset,12694,[12694],ryan,Show custom hierarchical taxonomies in the menus. Props dd32. see #11838
changeset,7049,[7049],ryan,Show custom header images in the media library. Props spikeyslam. fixes #6008
changeset,19703,[19703],nacin,Show cursor for the search icon. props jaquers. fixes #19594.
changeset,17187,[17187],ryan,"Show correct title for static page home.  Props aaroncampbell, greuben, SergeyBiryukov. fixes #16041"
changeset,14266,[14266],nacin,"Show correct nav menu title on first pageload after change. props filosofo, fixes #13142."
changeset,11863,[11863],azaozz,"Show correct max upload filesize error message, props dd32, fixes #10495"
changeset,19626,[19626],duck_,"Show correct export date range for pages. The query should use provided $post_type instead of always 'post'. Props sorich87. Fixes #19312.
"
changeset,18685,[18685],koopersmith,Show correct blogs in the admin bar sites menu. see #18197.
changeset,16418,[16418],nacin,"Show continous color in admin menu when text wraps. props ocean90, see #15207."
changeset,7078,[7078],ryan,Show comments when viewing a page in Manage Pages. fixes #6022
changeset,10480,[10480],azaozz,Show comments on the Edit Post screen in separate postbox
changeset,3216,[3216],matt,Show comments in moderation even if there are no new ones. Fixes #1473
changeset,7231,[7231],matt,"Show comment time, not post time."
changeset,8133,[8133],westi,"Show comment counts on the dashboard. Fixes #6471 props josephscott.
"
changeset,19711,[19711],dd32,"Show Changelog by default for ""View version x.y.z details"" links for Plugin updates. Props linuxologos. Fixes #19208"
changeset,4712,[4712],ryan,Show cats that have neither links or posts.
changeset,1143,[1143],saxmatt,"Show category ID.
"
changeset,873,[873],saxmatt,"Show categories nested by default. New wp_list_cats function that uses parse_str.
"
changeset,13765,[13765],dd32,"Show Background preview and options when no Image is uploaded. Display ""Updated"" div upon updates. Fix Colour Picker not loading after uploading a background image. See #12186"
changeset,13247,[13247],nacin,Show awareness of comment's current status when moderating via e-mail/AYS. Show message on AYS screen of comment's status if not unapproved. Skip AYS when trying to re-approve (or delete or spam) a comment and show a message. See #11441
changeset,5448,[5448],rob1n,"Show authors' logins in alphabetical order. fixes #4232
"
changeset,9356,[9356],westi,Show and error in the page title for 404 pages. Fixes #6835.
changeset,9389,[9389],azaozz,Show all four Upload Media buttons in TinyMCE's full screen mode
changeset,4272,[4272],ryan,Show all cats when editing link. Order cats by most used.
changeset,7625,[7625],ryan,Show all categories in category filter. Don't show misleading counts. see #6439
changeset,7624,[7624],ryan,Show all categories in category filter. Don't show misleading counts. see #6439
changeset,8805,[8805],ryan,Show all bulk ops on unfiltered comments page
changeset,18451,[18451],ryan,Show admin bar in single site backend by default. Props dimadin. fixes #17899
changeset,16330,[16330],ryan,Show Add New if user can promote.
changeset,7276,[7276],ryan,Show Add Link page when visiting Write from Mange->Links.  Props MtDewVirus. fixes #6204
changeset,10012,[10012],ryan,Show actions on hover for links and media.
changeset,11004,[11004],ryan,Show actions based on plugin active status. see #9527
changeset,10268,[10268],ryan,Show actions and checkbox only if user is editable by current user. Props jeremyclarke. fixes #8760
changeset,17762,[17762],ryan,Show access denied page and list a user's sites if they visit an admin they don't have permissions for rather than redirecting to the users' primary blog.  fixes #17121
changeset,10388,[10388],ryan,Show absolute date instead of relative date for scheduled posts
changeset,10389,[10389],ryan,Show absolute date instead of relative date for scheduled pages
changeset,22991,[22991],ryan,"Show a spinner when attachment details are saved.

Props koopersmith
see #22613
"
changeset,9726,[9726],azaozz,"Show a space as thousands separator for comments count when setting from js, hide ajax throbber when QE returns an error, see#8227 fixes #8225"
changeset,23768,[23768],markjaquith,"Show a playable audio/video preview on the Edit Attachment screen.

props wonderboymusic. fixes #23726"
changeset,13446,[13446],nacin,"Show a notice when changing a multisite's site admin email. props jorbin. Introduce an .inline class that can be used with div.updated and div.error, to prevent the message from being moved to the top of the page. see #12192"
changeset,7220,[7220],matt,Show a message after the upload has finished but before the return HTML is finished.
changeset,22855,[22855],ryan,"Show a better message ondmins on link-manager.php, link-add.php, link.php  when links are disabled.

Props nacin
fixes #22569
"
changeset,14327,[14327],nacin,Show > 100% blog space used in MS Right Now.
changeset,9821,[9821],ryan,Show 24 results per page for plugin searches. fixes #8290
changeset,2567,[2567],matt,Show 0 titles - http://mosquito.wordpress.org/view.php?id=1266 Hat tip: Mark
changeset,6864,[6864],ryan,Show (no title) if the post title is empty
changeset,6865,[6865],ryan,Show (no title) if the page title is empty
changeset,4491,[4491],ryan,Show 'Unpublished' instead of epoch time for drafts.
changeset,19285,[19285],nacin,"Show 'Profile updated' for profile.php. props johnbillion, fixes #19053."
changeset,10154,[10154],ryan,Show 'Post submitted' insted of published when submitting for review from Quick Press. fixes #8547
changeset,14291,[14291],nacin,Show 'no items' message in post/tax meta boxes for nav menu admin instead of empty tabs.
changeset,10263,[10263],ryan,Show 'Delete All Spam' only if can moderate_comments. Props mrmist. fixes #8684 for trunk
changeset,10264,[10264],ryan,Show 'Delete All Spam' only if can moderate_comments. Props mrmist. fixes #8684 for 2.7
changeset,1573,[1573],saxmatt,"Show # of awaiting comments in menu.
"
changeset,10094,[10094],azaozz,"Show ""Post submitted"" message when contributors submit a post for review, props mdawaffe, fixes #8519"
changeset,6037,[6037],markjaquith,"Show ""Post #N"" for posts without a title in the nag.  Props Viper007Bond.  fixes #4849"
changeset,13356,[13356],nacin,"Show ""Log In"" button on install.php when already installed. fixes #10488 props dancole"
changeset,12017,[12017],azaozz,"Show ""Draft updated"" instead of ""Post updated"" when saving drafts."
changeset,12353,[12353],markjaquith,"Show ""Done"" feedback after setting post thumbnail image. see #11140 (partial fix)"
changeset,11421,[11421],azaozz,"Show ""Delete"" in Media -> Add New, props mgriepentrog, fixes #7879"
changeset,1151,[1151],saxmatt,"Shouldn't use relative links for link images.
"
changeset,283,[283],saxmatt,"Shouldn't send emails if there is no email for that author.
"
changeset,3024,[3024],matt,Should fix #1599 for IIS blogs.
changeset,1236,[1236],nacin,"shorten_url() no longer strips slashes.

"
changeset,10172,[10172],ryan,Shorten to 40
changeset,17895,[17895],nacin,"Shorten key used for browse happy site transient so it fits in option_name. fixes #17323, props AaronCampbell."
changeset,3731,[3731],ryan,Shorten key and action name to avoid long links that break in mail clients.
changeset,14912,[14912],wpmuguru,"shorten header in wp-config-sample, props lloydbudd, fixes #13542"
changeset,2262,[2262],saxmatt,"Shorten excerpt
"
changeset,9623,[9623],ryan,Shorten column header to avoid wrap
changeset,9003,[9003],azaozz,Shortcuts drop-down
changeset,6939,[6939],ryan,shortcodes should not require var=val format. Props andy. fixes #5892
changeset,371,[371],aaroncampbell,shortcode_unautop() tests
changeset,7561,[7561],matt,"Shortcode quotes were getting texturized, which can cause a bit of chaos. Fixes #6436."
changeset,6292,[6292],ryan,Ship it
changeset,7745,[7745],ryan,Shift-click to select a range of checkboxes. Props mdawaffe. fixes #6541 for trunk
changeset,19342,[19342],koopersmith,"Shift welcome panel columns below WP badge. Improve column grid. props chexee, see #11651."
changeset,15736,[15736],nacin,Shift theme mods to be reliant on the theme slug instead of name. fixes #15048.
changeset,2918,[2918],matt,Shhhh windows
changeset,2156,[2156],saxmatt,"Shhhh
"
changeset,18415,[18415],nacin,Shears.
changeset,18414,[18414],nacin,Shears.
changeset,20944,[20944],ryan,Shears of vigorous pinking.
changeset,22562,[22562],nacin,"Sharper HiDPI alignment icons for TinyMCE. props lessbloat. fixes #22431.

"
changeset,12817,[12817],markjaquith,Shake the JS weight away!
changeset,14806,[14806],westi,Shake not your iphone for an incorrect password. Fixes #13495
changeset,15030,[15030],nacin,Shake away second copy of prototype.js during an upgrade. see [12557].
changeset,15041,[15041],wpmuguru,shake away out of date support files
changeset,14770,[14770],nacin,Shake away old files during the upgrade process. see #13307.
changeset,15029,[15029],nacin,Shake away MU files which are no longer in core on an upgrade.
changeset,14200,[14200],nacin,Shake away files removed in 3.0.
changeset,9917,[9917],azaozz,"Several TinyMCE fixes and adjustments: Gecko spellchecker, Gallery options, single quote in image captions, see #8021"
changeset,9538,[9538],azaozz,"Several small fixes: edit-category-form, admin-footer, plugins"
changeset,4815,[4815],matt,Several of these projects seem dead. Linking IRC channel. Hat tip: scoop0901
changeset,17326,[17326],markjaquith,"Several list table JS fixes. restores XHR comment status changes. props garyc40. see #16262
"
changeset,1286,[1286],ryan,setup_postdata() tests
changeset,21716,[21716],nacin,"setup-config.php must be parseable by PHP4 so we can show a sane error message. wp-admin/index.php should ideally be as well. props SergeyBiryukov, see #21316.

"
changeset,20661,[20661],ryan,"setup-config.php cleanups

* Don't allow an empty prefix
* Make slashing consistent and sane

Props SergeyBiryukov
Fixes #13839
"
changeset,3643,[3643],ryan,setup-config fix from David House. fixes #2544
changeset,14573,[14573],ryan,Setup user globals for user id 0. Props mdawaffe. fixes #13362
changeset,7493,[7493],westi,"Setup the class variable for when it's not used. Props dickie.
"
changeset,523,[523],westi,"Setup the class attribute not a local variable props duck_
"
changeset,13033,[13033],ryan,Setup some default widgets for the default theme at install. Props azaozz. see #12163
changeset,10436,[10436],westi,Setup an initial value to avoid a Notice. See #8916 props wnorris.
changeset,2707,[2707],ryan,Setup admin's role during install.  Props: Owen Winkler.  fixes #1505
changeset,19822,[19822],ryan,Setup  now that global  is not used. see #15327
changeset,15000,[15000],nacin,"Settings help. props duck_, see #13467."
changeset,2735,[2735],matt,Setting native eol:style
changeset,20830,[20830],ryan,set_url_scheme() for header and background image srcs. see #20702
changeset,6537,[6537],ryan,set_post_type from filosofo. fixes #4844
changeset,16388,[16388],nacin,set_post_thumbnail(). fixes #15192.
changeset,10637,[10637],ryan,set_object_terms action. Props filosofo. fixes #9216
changeset,15252,[15252],ryan,set_current_screen() before calling _tag_row in the inlin-save-tax ajax handler. Props batmoo. fixes #13892
changeset,1002,[1002],ryan,set_current_screen( 'front' ) in Tests_Admin_includesScreen::tearDown() to restore the assumption of most unit tests that the context is non-admin.
changeset,6486,[6486],ryan,set_auth_cookie action. see #5367
changeset,20327,[20327],nacin,"Set WP_Theme::scandir()'s default depth to 0 (flat), as intended. Cache untranslated page template names. Properly merge in a parent theme's templates when dealing with cached values. Always look one level deep for WP_Theme->get_files() regardless of file type. see #20103. see #11216.

"
changeset,6098,[6098],markjaquith,"Set widget classname when passed string, object/method, object-reference/method.  fixes #4910"
changeset,12274,[12274],azaozz,"Set uploaded files extensions to lower case, fixes #11218"
changeset,18716,[18716],westi,"Set up the post global variable in the comment feed loops so that any calls to post related template tags work correctly.
Ensures that atom feeds show threading for top-level comments correctly.
Fixes #14908 props solarissmoke and SergeyBiryukov."
changeset,13490,[13490],dd32,Set up the password nag for newly registered users. Fixes #12143
changeset,2242,[2242],rboren,"Set umask to 0 when creating site theme.
"
changeset,13261,[13261],ryan,Set type in post meta. see #11817
changeset,12526,[12526],ryan,"Set the version of WP a function was deprecated in for all deprecated functions. Props nacin, docwhat. fixes #7493"
changeset,10238,[10238],westi,Set the user-agent like we did before. See #8660
changeset,966,[966],ryan,Set the time limit to unlimited so all tests have time to run. Props davejesch. fixes #117
changeset,10866,[10866],azaozz,"Set the taxonomy/term when using a custom ?tax_slug=term_slug query, props DD32, fixes #9453"
changeset,6265,[6265],westi,"Set the Sender on emails as well as from. Fixes #5007 for trunk props mattyrob
"
changeset,6266,[6266],westi,"Set the Sender on emails as well as from. Fixes #5007 for 2.3.1 props mattyrob
"
changeset,15178,[15178],ryan,Set the screen for add-tag ajax requests. see #13783
changeset,373,[373],ryan,Set the post type for quick posts.
changeset,5199,[5199],rob1n,"Set the post ID when calling wp_get_attachment_url(). Props chess64. fixes #4104
"
changeset,17254,[17254],nacin,"Set the post format before publishing the post in Press This. props Otto42, fixes #16192."
changeset,17592,[17592],dd32,Set the mb_string internal encoding to ISO-8859-1 whilst uncompressing archives using PclZip. Fixes 'PCLZIP_ERR_BAD_FORMAT (-10) : Invalid block size' errors on systems utilising mbstring.func_overload. Fixes #15789
changeset,2161,[2161],rboren,"Set the locale and load the default text domain after plugins are loaded so that plugins can manipulate the locale. Bug 765.
"
changeset,11786,[11786],westi,Set the interval to 5 minutes like I meant. See #7245 props aaroncampbell.
changeset,21324,[21324],ryan,Set the global comment var before invoking callbacks in wp_list_comments(). Props sirzooro. fixes #21184
changeset,17115,[17115],ryan,Set the correct plural. Use plugins class on the table. Props scribu. fixes #15922
changeset,10571,[10571],westi,Set the correct header for non POST request to xmlrpc service. Fixes #9093 props joesphscott.
changeset,11960,[11960],ryan,Set the cap appropriate to the post type. fixes #10807 see #10605
changeset,21794,[21794],ryan,"Set the archived, spam, and deleted properties in the objects returned from get_blogs_of_user(). Props wonderboymusic. fixes #16225"
changeset,876,[876],nacin,"Set tests memory_limit to -1. Any changes by core use these constants. We can consider adding it to tearDown() at some point in the future. fixes #6.

"
changeset,6168,[6168],ryan,Set TEST_COOKIE for SITECOOKIEPATH.  see #5076
changeset,6167,[6167],ryan,Set TEST_COOKIE for SITECOOKIEPATH.  see #5076
changeset,17147,[17147],dd32,Set taxonomy/term back-compat query vars for all views (not just taxonomy indexes). Fixes #15978
changeset,13258,[13258],ryan,Set taxonomy label if none given.
changeset,16843,[16843],scribu,"Set tax query defaults earlier, for notice prevention and convenience. See #15752"
changeset,6074,[6074],ryan,Set tag_id to first tag in multi tag queries.  Have single_cat_title() fallback to single_tag_title() if is_tag so that existing category templates will work with tags. fixes #4506
changeset,17251,[17251],ryan,Set tag_id for tag queries. Add NOT support to wp_list_filter(). Props scribu. fixes #16170
changeset,13449,[13449],dd32,set svn:eol-style:native on remaining Core files. Props Denis-de-Bernardy. Fixes #12403
changeset,22798,[22798],duck_,"Set svn:eol-style to native for all the files

(Except wp-config-sample.php and a couple of license files)
"
changeset,883,[883],nbachiyski,"Set svn:eol-style to native
"
changeset,17670,[17670],westi,"Set svn:eol-style on twentyeleven. See #17198
"
changeset,521,[521],westi,"Set svn:eol-style on newer test cases.
"
changeset,13280,[13280],dd32,"Set svn:eol-style on new navigation file, Temporarily fix Notice in Menu code. See #11817"
changeset,12502,[12502],westi,Set svn:eol-style on new files.
changeset,6118,[6118],westi,"Set svn:eol-style on a few files.
"
changeset,370,[370],westi,"Set svn:eol-style native on testdata files
"
changeset,12910,[12910],dd32,set svn:eol-style native on new files
changeset,366,[366],westi,"Set svn:eol-style native on all but one of the testcases.
"
changeset,369,[369],westi,"Set svn:eol-style native
"
changeset,367,[367],westi,"Set svn:eol-style native
"
changeset,368,[368],westi,"Set svn:eol-style
"
changeset,12605,[12605],westi,Set svn-eolstyle on some files. See #11644.
changeset,13255,[13255],nacin,Set svn eol-style native on new files
changeset,20756,[20756],ryan,Set split_the_query to false if more than 500 rows requested. Props SergeyBiryukov. fixes #20628
changeset,13812,[13812],nbachiyski,"Set some $_SERVER values to empty strings if missing. Fixes notices if WordPress is run from the command-line and is far more pleasant than using isset() all over the place.
"
changeset,14713,[14713],ryan,Set show_ui to true for post and page.  Exclude _builtin = true from areas where we need to special case builtin types. fixes #13403
changeset,22135,[22135],nacin,"Set show_on_front to 'posts' when no value is set. This occurs when the show_on_front checkbox is left unchecked and then sent through options.php. fixes #22131.

"
changeset,9563,[9563],azaozz,Set search button class to .button
changeset,12669,[12669],ryan,Set result of insert
changeset,5889,[5889],markjaquith,Set REQUEST_URI for IIS in more situations.  props snakefoot.  fixes #3514
changeset,11268,[11268],ryan,Set REQUEST to contain GET + POST. No cookies.  fixes #8814
changeset,14012,[14012],wpmuguru,"set registered datestamp to current time during enable network, see #12747"
changeset,16792,[16792],scribu,Set queried object on CPT archives. Fixes #15730
changeset,9900,[9900],ryan,Set proper menu parent for importers
changeset,20168,[20168],azaozz,"Set proper HTML5 input types in the admin, props georgestephanis, fixes #17863"
changeset,12799,[12799],ryan,Set proper class so quick edit works. Props nacin. fixes #11977
changeset,12874,[12874],ryan,Set post_type for QuickPress publishing. Props nacin. fixes #12049
changeset,8920,[8920],ryan,Set post_date for drafts. see #5698
changeset,19925,[19925],ryan,Set post password cookies via an action in wp-login.php. Retire wp-pass.php (one less root file). Obey login ssl preferences for post password form submission. Props SergeyBiryukov. fixes #19798
changeset,9524,[9524],ryan,Set perms when making plugin dirs. see #7395
changeset,9288,[9288],ryan,Set perms on update-core.php after copying
changeset,10235,[10235],azaozz,"Set parseInt() to use base 10 instead of detecting it, props projct, fixes #8659"
changeset,547,[547],emc3,"Set padding:0 on body to improve display in Opera per http://wordpress.org/support/5/831#post-6 suggestion from Ben de Groot
"
changeset,14297,[14297],ryan,Set nopaging for the wp_get_nav_menu_items() get_posts() call to avoid pointless found rows queries. see #13134
changeset,2794,[2794],ryan,Set nickname during install.  Props skippy and markjaquith.  fixes #1568
changeset,17758,[17758],ryan,Set meta when upload matches dimensions. see #17240
changeset,13400,[13400],ryan,Set meta after new menu is inserted. see #11817
changeset,7101,[7101],ryan,Set max width on .wrap. Props mt. fixes #6036
changeset,16338,[16338],nacin,Set map_meta_cap to true when capability_type = post and no custom caps are specified. see #14122.
changeset,1177,[1177],rboren,"Set language with WPLANG.
"
changeset,664,[664],nacin,Set knownUTBug for #32.
changeset,21646,[21646],nacin,"Set jQuery Color to be a dependency for wp-lists, rather than enqueueing it everywhere.

Any plugin wishing to use jQuery color animations must set jquery-color as a dependency
(or enqueue it).

Remove the un-minified version of jQuery Color.

props scribu.
fixes #21692.

"
changeset,16335,[16335],ryan,Set is_site_themes from current screen so the ajax request returns the proper rows for site-themes.php searches. see #14897
changeset,17606,[17606],ryan,Set is_* flags for AND taxonomy queries. fixes #17054 for trunk
changeset,17607,[17607],ryan,Set is_* flags for AND taxonomy queries. fixes #17054 for 3.1
changeset,5879,[5879],ryan,Set instead of add since the cache value has multiple keys that can change.  Props josephscott. fixes #4743
changeset,16658,[16658],PeteMall,"Set IFRAME_REQUEST for theme/plugin information iframe. Props SergeyBiryukov, fixes #15509"
changeset,16654,[16654],ryan,Set IFRAME_REQUEST for theme-information iframe. Props Utkarsh. see #15509
changeset,15785,[15785],nacin,Set IE6 incompatible CSS rule in a different selector. fixes #14688 for 3.0. props iammattthomas
changeset,15532,[15532],nbachiyski,"Set IE6 incompatible CSS rule in a different selector, because it causes all headings to be set in Georgia instead of Helvetica & co. Fixes #14688. Props iammattthomas
"
changeset,42,[42],tellyworth,set home path in default setUp()
changeset,2817,[2817],ryan,Set home during install.  Props Owen and Mark.  fixes #1506
changeset,1604,[1604],saxmatt,"Set GUID when posting.
"
changeset,6052,[6052],markjaquith,Set guid when creating first post during install.  Props Nazgul and rubys.  fixes #4894
changeset,1605,[1605],saxmatt,"Set GUID on upgrade. CURRENTLY NOT WORKING. For some reason the get_settings calls aren't working.
"
changeset,6244,[6244],ryan,Set global is_blog_installed flag so we don't query the DB more than once per load.
changeset,16605,[16605],scribu,Set get_users() as a replacement to get_editable_user_ids() and friends. See #14572
changeset,857,[857],duck_,"Set full date-time when creating posts to prevent notices in get_gmt_from_date()
"
changeset,855,[855],duck_,"Set full date-time when creating posts to prevent notices in get_gmt_from_date()
"
changeset,20659,[20659],ryan,"Set foreground color to #000 for form inputs. Props helenyhou, convissor. fixes #19923"
changeset,7143,[7143],ryan,Set focus for some fields. Props nbachiyski. fixes #6080
changeset,4469,[4469],ryan,Set extract type and rename car to avoid overwrites.
changeset,4471,[4471],markjaquith,Set extract type and rename car to avoid overwrites (backport from trunk [4469])
changeset,6444,[6444],ryan,Set error if there is a problem connecting to the DB. Props skeltoac and Potter_System. fixes #5495 for 2.3
changeset,6426,[6426],ryan,Set error if there is a problem connecting to the DB. Props skeltoac and Potter_System. fixes #5495
changeset,5131,[5131],ryan,Set EP_ALL to 4095. Props jhodgdon. fixes #3963
changeset,9849,[9849],westi,"Set eolstyle on new files
"
changeset,8541,[8541],ryan,Set eol-style. see #6015
changeset,7131,[7131],ryan,Set eol-style. Props nbachiyski. fixes #6065
changeset,10487,[10487],ryan,set eol-style. fixes #9027
changeset,7358,[7358],westi,"Set eol-style.
"
changeset,4747,[4747],ryan,Set eol-style to native.
changeset,6919,[6919],ryan,Set eol-style to native
changeset,5503,[5503],ryan,Set eol-style to CRLF for sample config file.
changeset,5299,[5299],ryan,Set eol-style on new files.
changeset,5298,[5298],ryan,Set eol-style on new files.
changeset,12083,[12083],ryan,Set eol-style
changeset,12082,[12082],ryan,Set eol-style
changeset,10149,[10149],ryan,Set eol-style
changeset,10054,[10054],ryan,Set eol-style
changeset,9391,[9391],ryan,set eol-style
changeset,9375,[9375],ryan,Set eol-style
changeset,8665,[8665],ryan,Set eol-style
changeset,8664,[8664],ryan,Set eol-style
changeset,8349,[8349],ryan,set eol-style
changeset,8340,[8340],ryan,Set eol-style
changeset,7127,[7127],ryan,Set eol-style
changeset,6924,[6924],ryan,Set eol-style
changeset,6879,[6879],ryan,Set eol-style
changeset,5566,[5566],ryan,Set eol-style
changeset,5390,[5390],ryan,Set eol-style
changeset,5389,[5389],ryan,Set eol-style
changeset,5388,[5388],ryan,Set eol-style
changeset,5387,[5387],ryan,Set eol-style
changeset,5365,[5365],ryan,Set eol-style
changeset,5364,[5364],ryan,Set eol-style
changeset,4424,[4424],ryan,Set eol style.  fixes #3264
changeset,4421,[4421],ryan,Set eol style on css files.
changeset,11449,[11449],ryan,Set eol style
changeset,7061,[7061],ryan,set eol style
changeset,5819,[5819],ryan,Set eol style
changeset,11227,[11227],westi,Set empty file type if skipping file type check. Fixes notices when importing. See #9393 props sivel.
changeset,2196,[2196],michelvaldrighi,"set emailed posts to be published. won't do no good moblogging if in the end one has to publish everything later
"
changeset,2643,[2643],ryan,Set display_name only if the user table still containts id_mode.  This prevents multiple upgrades from stomping display_name.
changeset,18108,[18108],azaozz,"Set DFW background color to match the admin theme's background, see #17644"
changeset,13595,[13595],wpmuguru,"set default value for upload_space_check_disabled, see #12463"
changeset,13564,[13564],wpmuguru,"set default value for add_new_users site option, see #12463"
changeset,12315,[12315],ryan,Set default timezone. Props Denis-de-Bernardy. fixes #10940
changeset,3146,[3146],ryan,Set default tab for inline uploader.  Props skeltoac.  fixes #1905
changeset,12775,[12775],wpmuguru,"set default empty message, See #11644"
changeset,10925,[10925],ryan,Set default coords for cropper. Props yoavf. fixes #9526
changeset,9299,[9299],ryan,Set current_page_parent when using page_for_posts. Props betsyk. fixes #7518
changeset,16483,[16483],scribu,Set current screen for comment quick-edit. Props batmoo. See #14579
changeset,17060,[17060],westi,Set correct mime-type
changeset,10212,[10212],ryan,Set Content-Length to 0 for null body requests. Props Jalada. see #8605 for 2.7
changeset,10211,[10211],ryan,Set Content-Length to 0 for null body requests. Props Jalada. see #8605
changeset,8797,[8797],westi,"Set comment and ping status when QuickPressing. Fixes #7672 props ShaneF.
"
changeset,2308,[2308],saxmatt,"Set closed for nonbools when blank - http://mosquito.wordpress.org/view.php?id=550
"
changeset,3439,[3439],ryan,Set charset.  Props ruckus.  fixes #2289
changeset,3609,[3609],ryan,Set charset in blogger importer iframe. Props Sewar. fixes #2404
changeset,4888,[4888],ryan,Set charset for MCE. Props ruckus. fixes #3574
changeset,4846,[4846],ryan,Set charset for MCE.  Props nbachiyski.  fixes #3574
changeset,4845,[4845],ryan,Set charset for MCE.  Props nbachiyski.  fixes #3574
changeset,16887,[16887],scribu,Set both column header sorting arrows. Props batmoo. Fixes #15480
changeset,16556,[16556],ryan,Set blog id for site-themes.php AJAX requests.
changeset,17323,[17323],nacin,"Set base if we return to network step 2. props scribu, fixes #15620."
changeset,540,[540],emc3,"Set background color on body
"
changeset,7148,[7148],ryan,Set autosave_interval for fresh installs.  DEfault to 60 if autosave_interval is not set. see #6075
changeset,10768,[10768],ryan,Set autoload in populate options query
changeset,9347,[9347],westi,Set autocomplete off for password files on the profile pages. Fixes #5006. 
changeset,7318,[7318],westi,Set autocomplete off for password files on the profile pages. Fixes #5006.
changeset,16758,[16758],nacin,Set AuthorName even when no translation or markup is processed. see #15662.
changeset,8209,[8209],ryan,Set auth cookie for plugins directory to support direct load plugin files that call auth_redirect(). see #7001
changeset,5529,[5529],ryan,Set and get post cats to taxonomy. see #4189
changeset,16022,[16022],scribu,Set additional fields when searching. Fixes #15211
changeset,10830,[10830],westi,Set a short timeout for the SSL discovery support so that we don't block requests until the attempt timesout. Fixes #9380 for trunk
changeset,10831,[10831],westi,Set a short timeout for the SSL discovery support so that we don't block requests until the attempt timesout. Fixes #9380 for 2.7.2 props josephscott
changeset,23976,[23976],ocean90,"Set a height for post title input

Firefox ​ignores the line-height because it declares line-height with `normal !important` in one of it's browser stylesheets. This can result in missing dots above umlauts.

props helen, lessbloat.
fixes #23189
"
changeset,986,[986],emc3,"Set a default background color (one of my pet peeves ;) )
"
changeset,18677,[18677],westi,Set a consistent cache key when using the_widget to display the Recent Posts and Recent Comments widgets so that they get cached. See #16761.
changeset,17248,[17248],nacin,"Set a background color for the admin bar css3 gradient. props koopersmith, fixes #16142."
changeset,16381,[16381],scribu,Set 'taxonomy' and 'term' query vars for back-compat. Fixes #12659
changeset,16258,[16258],scribu,Set 'operator' field. Fixes #15350. See #12891
changeset,15685,[15685],scribu,Set 'cat' query var for backwards compatibility. Fixes #15007
changeset,16886,[16886],scribu,Set $wp_query->tax_query earlier. See #15752
changeset,21112,[21112],duck_,"Set $walk_dirs = true for post rewrite rule generation. See #21020 for trunk.

Partial revert of r19737 and r19778 as some users were relying on this behaviour.
"
changeset,21115,[21115],duck_,"Set $walk_dirs = true for post rewrite rule generation. Fixes #21020 for 3.4.

Partial revert of r19737 and r19778 as some users were relying on this behaviour.
Bump database version to force flushing of rewrite rules upon upgrade.
"
changeset,6099,[6099],markjaquith,"Set $theme_loc correctly when ABSPATH is ""/"".  Props arabek.  fixes #4541"
changeset,16253,[16253],nacin,"Set $tax as the taxonomy object, and kill off our colliding global from menu construction. see #15326."
changeset,874,[874],rboren,"Set $standalone to 1 for the update case to avoid headers already sent error.
"
changeset,15649,[15649],scribu,Set $post_type to 'any' when taxonomies are involved (code resqued from r15613). See #12891
changeset,15925,[15925],scribu,Set $plugin_file as plugin row id. See #14579
changeset,19374,[19374],nacin,Set $parent_file for post-new.php when show_in_menu is a file. Provides for correct top-level highlighting. $submenu_file remains set to expect a post-new.php menu. see #19125.
changeset,19737,[19737],duck_,"Set $paged and $walk_dirs to false in calls to WP_Rewrite::generate_rewrite_rules() for posts/pages. See #19876.
"
changeset,16118,[16118],scribu,Set $current_screen before creating list table. Props rovo89. See #14579
changeset,20866,[20866],markjaquith,"Set $action for core ajax callbacks, as it will not be provided by the do_action() call until WordPress 3.5. props kurtpayne. fixes #20699"
changeset,15189,[15189],nacin,"Server-side check for an empty menu name on save. props ocean90, fixes #13703."
changeset,5117,[5117],ryan,Serve robots.txt as text/plain. Props JeremyVisser. fixes #4037
changeset,13315,[13315],markjaquith,"Serve a real 404 for ?p=does-not-exist, ?cat=does-not-exist, etc. fixes #12250. fixes #10930."
changeset,14355,[14355],dd32,"Serve a canonical redirection for ?p=, ?page_id=, ?attachment_id= url's for incorrect post_types (ie. ?p=<page_id> will redirect to that page url). Fixes #13125"
changeset,10840,[10840],ryan,Serialize arrays
changeset,11789,[11789],westi,Seperate out the XML-RPC server active behaviour from object construction so that plugins can use the utility functions when extending the XML-RPC server. Fixes #10513 props davecpage.
changeset,1800,[1800],donncha,"Seperate enclosure URLs by 1 space, not 3.
"
changeset,19775,[19775],westi,"Separating my commits so that my spelling mistakes are plain for everyone to see. Fix another mistake props duck_.
"
changeset,284,[284],mikelittle,"Separated out html sanitise stuff from balance tags.
Also made it slightly more robust.
"
changeset,19776,[19776],duck_,"Separated into 3 commits for good luck. See r19775.
"
changeset,10798,[10798],ryan,Separate widget form and update callbacks.
changeset,14176,[14176],ryan,Separate user deletion and removal. Add promote_users cap so that multisite Admins (not supes) can promote. see #13074
changeset,13732,[13732],markjaquith,Separate update/create menu logic so new menus have name created properly. see #11817
changeset,18861,[18861],azaozz,"Separate the tab title from the help section title, see #18690"
changeset,12302,[12302],azaozz,"Separate the removal of <p> wrapping from shortcodes into another function and apply it with different filter, props miqrogroove, props mdawaffe, see #11257, see #11249"
changeset,24273,[24273],azaozz,"Separate the nonces update from checking the post lock. Fix scheduling the logged out check. See #23697, see #23295."
changeset,192,[192],tellyworth,separate test_post_paged
changeset,6286,[6286],ryan,Separate taxonomy relationships into separate cache buckets.
changeset,14933,[14933],nacin,"Separate out multiple _ajax_nonce fields on post forms. Yay, validation. fixes #13383."
changeset,19035,[19035],nacin,"Separate non-post term counting from _update_post_term_count(). Introduce _update_generic_term_count(). The generic handler will be the default whenever the taxonomy is attached to an object type other than a post type (link, user). Otherwise the _update_post_term_count() handler will be the default. fixes #18986. see #17548."
changeset,6762,[6762],ryan,Separate meta box context into page and context to accommodate postbox API changes. see #5798
changeset,8612,[8612],ryan,Separate Large and Full image sizes. Props tellyworth. fixes #7151
changeset,12055,[12055],azaozz,Separate fields for image alt and image caption in the uploader.
changeset,10795,[10795],ryan,Separate default widgets from widgets API. Always load API.  fixes #9349
changeset,3313,[3313],ryan,Separate dbx managers for post and page forms. Props mdawaffe.  fixes #2035
changeset,6529,[6529],ryan,Separate cookie generation from cookie set.  Introduce wp_generate_auth_cookie().  see #5367
changeset,5637,[5637],ryan,Separate AJAX cat adder into post and link flavors.  see #4189
changeset,6316,[6316],ryan,Separate action and filter arrays.  Get rid of filter merging. fixes #5231
changeset,7860,[7860],ryan,send_to_editor fix for FF. Props azaozz. fixes #6864 for trunk
changeset,7861,[7861],ryan,send_to_editor fix for FF. Props azaozz. fixes #6864 for 2.5
changeset,20288,[20288],nacin,"Send X-Robots-Tag: noindex in admin-ajax. props ryan, joostdevalk. fixes #18465.

"
changeset,18013,[18013],ryan,Send X-Frame-Options: SAMEORIGIN for admin and login pages. see #12293
changeset,17826,[17826],ryan,Send X-Frame-Options: SAMEORIGIN for admin and login pages. see #12293
changeset,11154,[11154],ryan,Send valid host when using WP_Http_Fsockopen over SSL. Props mdawaffe. fixes #9699
changeset,2933,[2933],ryan,Send User-Agent when confirming pingbacks.  Props error.  fixes #1713
changeset,12890,[12890],ryan,Send user back to main custom header page after cropping and setting image. Add support for a custom image div callback for greather theme flexibility. Props dphiffer. see #11855
changeset,9262,[9262],markjaquith,Send togbox to Hades. @ryan: size 8.5 -- something with sapphires.
changeset,4748,[4748],ryan,Send to Editor fixes from mdawaffe. fixes #3594
changeset,3407,[3407],ryan,Send to editor fix ups.  fixes #2199
changeset,4743,[4743],ryan,Send to edit fix for non-image uploads. Props donncha.  fixes #3486
changeset,1425,[1425],michelvaldrighi,"send the blog's charset in trackbacks' Content-type
"
changeset,22927,[22927],nacin,"Send the alt attribute when sending attachments to the editor. fixes #22640.

"
changeset,19258,[19258],azaozz,"Send the 'wp-remove-post-lock' XHR only when the main window is unloaded (unloading the Thickbox iframe triggers it too), see #18515"
changeset,11820,[11820],azaozz,"Send Retry-After header when in maintenance mode, props sirzooro, fixes #10439"
changeset,2320,[2320],saxmatt,"Send proper header to avoid charset mismatch - http://mosquito.wordpress.org/view.php?id=857
"
changeset,7420,[7420],westi,"Send plugins all the replacment strings.
"
changeset,21913,[21913],nacin,"Send nocache_headers() in the admin earlier, on the DB upgrade page. Prevents a potential redirect loop reproduced in Chrome from heavy caching of headers. props mdawaffe. see #21745.

"
changeset,16223,[16223],ryan,Send moderation emails to post author. see #6286
changeset,2336,[2336],saxmatt,"Send headers in a CGI friendly way
"
changeset,1584,[1584],rboren,"Send Geo Url Header only if use_geo_positions is set.  Bug 242. Patch from 2fargon.
"
changeset,5888,[5888],markjaquith,"Send dateCreated as local blog time, add date_created_gmt with GMT value.  Props josephscott.  fixes #4624.  refs #4158, #4314"
changeset,9861,[9861],ryan,Send correct status. Props yonosoytu. see #7361
changeset,21538,[21538],ryan,"Send Content-Type with charset for iframe_header(). Props SergeyBiryukov, sergey.s.betke@novgaro.ru. fixes #19454"
changeset,2335,[2335],saxmatt,"Send content-type header - http://mosquito.wordpress.org/view.php?id=874
"
changeset,3915,[3915],ryan,Send Content-type for 404s. Props Nazgul. fixes #2841
changeset,3914,[3914],ryan,Send Content-type for 404s. Props Nazgul. fixes #2841
changeset,4871,[4871],ryan,Send content type header. Props nbachiyski.  fixes #3754
changeset,17544,[17544],nacin,"Send an associative array to the display_post_states filter. props greenshady, kawauso, fixes #15421."
changeset,3043,[3043],matt,"Send a header as well as a meta, fixes #857"
changeset,9335,[9335],ryan,Send 403 instead of 500 for comment flood protection. Allow specifying response code for wp_die().  Props DD32. fixes #7246
changeset,8267,[8267],ryan,Send 403 if publishing is disabled. Props AlanJCastonguay. see #7157
changeset,2529,[2529],ryan,Send 304 if If-Modified-Since is >= the most rcent post time.  http://mosquito.wordpress.org/view.php?id=582 Props: dougal
changeset,4253,[4253],ryan,Send 302 on redirect.  Props leflo. fixes #3166
changeset,4252,[4252],ryan,Send 302 on redirect.  Props leflo. fixes #3166
changeset,19182,[19182],nacin,Send $user_id to is_super_admin() when checking to set primary_blog for a user in wpmu_create_blog(). see #19127.
changeset,2352,[2352],saxmatt,"Semi-colon semi-bug
"
changeset,16499,[16499],nacin,"self_admin_url in plugin-install. props ocean90, fixes #14062."
changeset,16323,[16323],nacin,"Self-close embed tag for googlevideo embed handler. props pross, fixes #14230."
changeset,17239,[17239],ryan,Selectively reset list-table forms rather than all forms to avoid stompage.  Props koopersmith. fixes #16098
changeset,19425,[19425],nacin,Select the submenu item for post-new.php when using show_in_menu = 'some-parent-file' for post types. Continue to select the post-new.php submenu item if it has been separately added with add_submenu_page(). fixes #19125.
changeset,5490,[5490],rob1n,"Select the option if it's set to that. fixes #4291
"
changeset,7597,[7597],westi,"Select the link in the link popup again. Fixes #6521 for trunk props azaozz.
"
changeset,7598,[7598],westi,"Select the link in the link popup again. Fixes #6521 for 2.5.1 props azaozz.
"
changeset,4642,[4642],ryan,Select http when linking. Props markjaquith. fixes #3462
changeset,23366,[23366],SergeyBiryukov,"Select ""Attribute all posts to..."" radio button automatically when selecting a username from the dropdown. fixes #23224."
changeset,12815,[12815],markjaquith,seismic failures.
changeset,11414,[11414],ryan,seems_utf8() cleanup. Props hakre. fixes #9692
changeset,5459,[5459],rob1n,"Seeing double. Good spot momo360modena. fixes #4251 for 2.1, 2.2 and 2.3
"
changeset,10486,[10486],ryan,Seed cookie hash key with a fragment from the password hash
changeset,7228,[7228],matt,See #5911. Hat tip: andy.
changeset,1727,[1727],emc3,"Security: Clean up user inputs before using.
"
changeset,1055,[1055],saxmatt,"Security fix.
"
changeset,244,[244],mikelittle,"Security fix for comments: Strip out dangerousa tags.
Fix by Michel V.
"
changeset,3627,[3627],ryan,Security back ports from masquerade and MarkJaquith.
changeset,4440,[4440],ryan,Seconds not milliseconds.
changeset,480,[480],nacin,"Second thought, convert_to_screen( $taxonomy ) is a bad idea."
changeset,13572,[13572],nacin,"Second pass, replacing accidental ms-config-sample.php change with wp-config.ms. see #12094"
changeset,18776,[18776],koopersmith,"Second pass, admin bar overhaul. see #18197."
changeset,13886,[13886],nacin,"Second pass on twentyten/functions.php inline documentation. see #12695. Also:

rename twentyten_init() to twentyten_setup(), to reflect the hook it is run on (init would be too late, it must be after_setup_theme). Remove unnecessary twentyten_get_page_number() and transfer functionality to twentyten_the_page_number(). Remove the function_exists() wrappers from functions that are simply tied to a hook, as a better practice would be to remove the hook instead of plugging the function. For architecture changes, see #12748."
changeset,16458,[16458],nacin,"Second pass on internal linking preloading. Adjust styles, svn add the wpdialogs plugin, adjust files and docs. see #11420."
changeset,19971,[19971],koopersmith,"Second pass at infinite scroll for themes, including polling, fixed paging, and fewer ajax calls. props DH-Shredder, helenyhou, garyc40. see #19815."
changeset,9972,[9972],azaozz,"Second icons set and few color changes for the ""Bold"" theme (needs more)"
changeset,19163,[19163],koopersmith,"Second half of new welcome panel formatting. Add .icon16, for menu icon reuse. see #11651."
changeset,16463,[16463],nacin,Second half of [16462]. props duck_. see #15308.
changeset,12639,[12639],westi,Search using blog_id = blog_id not blog_id = search string . Fixes #11787 props Denis-de-Bernardy.
changeset,4788,[4788],markjaquith,Search Users capitalization and redundant space fix by foolswisdom.  fixes #3612
changeset,17038,[17038],ryan,Search query string tweaks for net plugins. Props PeteMall. see #15872
changeset,1540,[1540],rboren,"Search permalinks complete with feed and paging support.
"
changeset,17927,[17927],nacin,"Search Installed Plugins, Search Installed Themes. props garyc40, fixes #16543."
changeset,754,[754],saxmatt,"Search hilite changes from Ryan Boren
"
changeset,1082,[1082],saxmatt,"Search highlighting is probably a better example of the plugin system's power.
"
changeset,16252,[16252],nacin,"Search for site-themes. props PeteMall, see #14897."
changeset,8983,[8983],ryan,Search box in navigation
changeset,695,[695],michelvaldrighi,"scrollbars=yes for bookmarklet, needed for the 20+ categories case
"
changeset,18146,[18146],westi,Scroll up to the top when bulk editing so the form is completely visible. Fixes #17208 props greuben.
changeset,11788,[11788],azaozz,Scroll back to the same location after saving a file in the Plugin and Theme editors
changeset,4701,[4701],ryan,Scriptaculous loader changes from mdawaffe. fixes #3519
changeset,23074,[23074],nacin,"Script loader: Chunk the script names as passed to load-scripts.php into 128-character pieces. Avoids hitting a limit for the length of a single variable, such as suhosin.get.max_value_length which defaults to 512. fixes #22757.

"
changeset,9220,[9220],ryan,script loader updates
changeset,12244,[12244],ryan,script loader phpdoc improvements. Props nacin. fixes #11201
changeset,3788,[3788],ryan,Script loader from mdawaffe. #2701
changeset,3830,[3830],ryan,Script loader fixes from mdawaffe.  fixes #2765
changeset,4105,[4105],ryan,script loader fix from mdawaffe.  fixes #2701
changeset,6133,[6133],ryan,Script loader cleanup from mdawaffe. fixes #5003
changeset,14796,[14796],nacin,"Script loader bump, and revert new orange that snuck in. see #13441."
changeset,17285,[17285],markjaquith,script compress and bump
changeset,15147,[15147],nacin,Script bumps for [15146].
changeset,14061,[14061],nacin,Script bump.
changeset,13540,[13540],nacin,Script bump from [13539]
changeset,15177,[15177],nacin,Script bump for [15176] and use existing naming convention.
changeset,16464,[16464],ryan,Script bump
changeset,15339,[15339],nacin,"screen_options() for 'show on screen' should look for show_ui post types, not public."
changeset,9557,[9557],ryan,screen_meta() fixes. Show Help on more pages.
changeset,9636,[9636],ryan,screen_meta() and contextual help improvements from filosofo. fixes #8172
changeset,9924,[9924],ryan,screen_icon() for Custom Image Header
changeset,11940,[11940],azaozz,"screen_icon() after <div class=""wrap"">, props johnbillion, fixes #10795"
changeset,19051,[19051],nacin,screen.php tidying. Doc fixes and improvements. Improve logic in ::show_screen_options(). Remove regex in ::set_parentage(). Better variable names. Streamline get_screen_icon(). Whitespace. see #18785.
changeset,463,[463],ryan,Screen tests
changeset,9330,[9330],markjaquith,Screen Options tweaks. Uparrow when expanded.
changeset,9319,[9319],markjaquith,"Screen Options tab, rough draft"
changeset,24092,[24092],markjaquith,"Screen option for Post Format UI.

props nacin. see #23930."
changeset,12781,[12781],ryan,Screen icons for site admin pages. Using temp icon until new ones are done. see #11644
changeset,9903,[9903],azaozz,Screen icons
changeset,22886,[22886],ryan,"Scope media views CSS fallbacks.

Props koopersmith
fixes #22616
"
changeset,22948,[22948],ryan,"Scope button classes so they can be used on the frontend without interfering with theme styles.

Props helenyhou, koopersmith
fixes #22644
"
changeset,15872,[15872],ryan,Schedule update checks from an init hook. see #15148
changeset,12120,[12120],ryan,Schedule trash collection from admin page loads. see #4529
changeset,3534,[3534],ryan,schedule future posts with cron when upgrading.
changeset,20453,[20453],ryan,"Schedule auto-draft deletion from post-new.php instead of from admin.php. This provides better throttling for large multisite installs and reduces the risk of a delete avalanche.

fixes #19663
"
changeset,8784,[8784],azaozz,"Saving/restoring the user interface state, see #7654"
changeset,4406,[4406],markjaquith,Saving the default-category behavior change for 2.1
changeset,10941,[10941],azaozz,"Save widget when pressing Enter, see #9511"
changeset,6302,[6302],ryan,Save user registration time. Props mdawaffe. fixes #5300
changeset,1838,[1838],rboren,"Save user profile.  Bug 413.
"
changeset,6584,[6584],ryan,Save toggle box open/closed state. Props nbachiyski. fixes #5610
changeset,6834,[6834],ryan,Save tags lingering in quick add box upon save. Props fitzrev. fixes #5849
changeset,466,[466],nacin,Save some tabs for later.
changeset,12081,[12081],markjaquith,"Save some clicks and optimize for the Upload, Set as thumbnail flow. props scribu. see #10928"
changeset,10743,[10743],azaozz,"Save RSS feed URL in the Incoming Links widget, props johnbillion, fixes #9299"
changeset,12298,[12298],ryan,Save parent temp ID for unattached attachments in postmeta. Props scribu. fixes #9471
changeset,9576,[9576],ryan,Save options. Props josephscott. fixes #8097
changeset,1644,[1644],rboren,"Save meta info to DB before doing the publish_post action.
"
changeset,16659,[16659],ryan,Save meta id before performing actions since the insert_id can change. Props cyberhobo. fixes #15465
changeset,12347,[12347],azaozz,"Save menu sections' opened/closed state separately, fixes #10366"
changeset,14715,[14715],nacin,Save menu locations meta box via ajax. see #13378.
changeset,8711,[8711],ryan,Save large image size options. fixes #7569
changeset,9382,[9382],markjaquith,Save fold state when folding via doubleclick
changeset,8180,[8180],ryan,Save enable_app and enable_xmlrpc settings. see #7157
changeset,9066,[9066],ryan,Save default avatar pref. Props Viper007Bond. fixes #7825
changeset,3411,[3411],ryan,Save cache after the shutdown hook runs.  fixes #2232
changeset,528,[528],saxmatt,"Save as draft and continue editing feature.
"
changeset,639,[639],saxmatt,"Save and edit while... editing.
"
changeset,556,[556],saxmatt,"Save and continue editing.
"
changeset,15342,[15342],nacin,"Save add_new_users ms-option. props wpmuguru, fixes #14119 for trunk."
changeset,15343,[15343],nacin,"Save add_new_users ms-option. props wpmuguru, fixes #14119 for 3.0."
changeset,3724,[3724],matt,"Save a few lines of code, don't show 0 in month list"
changeset,15831,[15831],dd32,"Save _wp_old_slug for all published post_type's, brings old-slug redirection to Posts and CPT's. See #15140"
changeset,9756,[9756],markjaquith,"Save ""Full URL path to files"" option."
changeset,374,[374],ryan,santize_meta testcase
changeset,16712,[16712],nacin,Sanity text in the theme editor when you have a child theme. fixes #15672.
changeset,18298,[18298],nacin,"Sanity int casts in custom header step_3. props xknown, fixes #17779."
changeset,23873,[23873],markjaquith,"Sanity checks on image metadata to avoid warnings, etc.

fixes #23733. props wonderboymusic."
changeset,23159,[23159],nacin,"Sanity checks in oEmbed XML handling.

"
changeset,23158,[23158],nacin,"Sanity checks in oEmbed XML handling.

"
changeset,22451,[22451],nacin,"Sanity checks in get_body_class() to ensure we are operating on the type of queried object that we expect. props wonderboymusic. fixes #17662.

"
changeset,14077,[14077],ryan,Sanity check terms. Skip term IDs that don't exist.
changeset,15405,[15405],ryan,Sanity check properties in wp_get_single_post(). Props filosofo. fixes #13904 for 3.1
changeset,15406,[15406],ryan,Sanity check properties in wp_get_single_post(). Props filosofo. fixes #13904 for 3.0.1
changeset,1955,[1955],saxmatt,"Sanity check mysql.
"
changeset,15049,[15049],nacin,"Sanity check menu item parents and fix HTML issues. props filosofo, fixes #13600."
changeset,18141,[18141],nacin,"Sanity check in twentyeleven_get_theme_options() -- if the option doesn't exist, return the default options instead. We already instantiate the option on admin_init. fixes #17686."
changeset,16389,[16389],nacin,Sanity cast. see #15192.
changeset,3454,[3454],ryan,sanitize_user() fixes.
changeset,3795,[3795],ryan,sanitize_user regex fix from grigs.  fixes #2729
changeset,3794,[3794],ryan,sanitize_user regex fix from grigs.  fixes #2729
changeset,1122,[1122],SergeyBiryukov,sanitize_title_with_dashes() test for acute accents. see #WP22395.
changeset,505,[505],saxmatt,"Sanitize_title shouldn't strip existing hypens.
"
changeset,1193,[1193],SergeyBiryukov,sanitize_post() test for integer fields. props kovshenin. see #22324.
changeset,372,[372],ryan,sanitize_mime_type() tests
changeset,4710,[4710],ryan,sanitize_file_name().  fixes #3382 #3554
changeset,11178,[11178],ryan,sanitize_file_name() improvements. Props sivel. fixes #9416
changeset,11723,[11723],ryan,"sanitize_comment_cookie() handles the attribute escaping, so remove the extra escaping and leave the phpdoc."
changeset,11121,[11121],ryan,Sanitize when querying against category name so that multiple-word subcategories match. props filosofo. fixes #8619
changeset,10956,[10956],markjaquith,Sanitize when querying against category name so that multiple-word subcategories match. props filosofo. fixes #8619
changeset,3630,[3630],ryan,Sanitize user_login in register form
changeset,3629,[3629],ryan,Sanitize user_login in register form
changeset,12784,[12784],ryan,Sanitize translation of default post slug. Props nbachiyski. fixes #11952
changeset,20233,[20233],nacin,Sanitize Theme URI and Author URI in WP_Theme with esc_url_raw. Escape with esc_url on display. see #20103.
changeset,5865,[5865],ryan,"sanitize the value, not the field. Props cavemonkey50. fixes #4651"
changeset,18357,[18357],ryan,Sanitize sort_column and sort_order in get_pages(). Escape search_term in WP_User_Search. Cast blog_id to int in get_blog_prefix(). Props duck_. For 3.1.
changeset,18350,[18350],ryan,Sanitize sort_column and sort_order in get_pages(). Escape search_term in WP_User_Search. Cast blog_id to int in get_blog_prefix(). Props duck_
changeset,4224,[4224],ryan,Sanitize proxy IP check.
changeset,23353,[23353],SergeyBiryukov,Sanitize post_author and comment_count as integer fields. props GeertDD. fixes #22324.
changeset,19020,[19020],nacin,"Sanitize plural and singular args for list tables. props sbressler, fixes #18875."
changeset,11258,[11258],ryan,"Sanitize plugin update information. Props hakre, Viper007Bond. fixes #5422"
changeset,11376,[11376],azaozz,"Sanitize plugin update information, props hakre, fixes #5422"
changeset,12664,[12664],ryan,Sanitize page template class. Props willmot. fixes #11722
changeset,5047,[5047],markjaquith,Sanitize output of previous_posts() and next_posts().  Props Alex Concha for the report.
changeset,5046,[5046],markjaquith,Sanitize output of previous_posts() and next_posts().  Props Alex Concha for the report.
changeset,5045,[5045],markjaquith,Sanitize output of previous_posts() and next_posts().  Props Alex Concha for the report.
changeset,18354,[18354],ryan,Sanitize order and orderby in get_terms(). For 3.1
changeset,18344,[18344],ryan,Sanitize order and orderby in get_terms()
changeset,18355,[18355],ryan,Sanitize order and orderby in get_bookmarks(). For 3.1
changeset,18345,[18345],ryan,Sanitize order and orderby in get_bookmarks()
changeset,19494,[19494],azaozz,"Sanitize options for resizing in the uploader, props mhauan, nacin, fixes #19399"
changeset,5833,[5833],markjaquith,"Sanitize option names in options.php, use current escaping functions.  for 2.2.x"
changeset,5834,[5834],markjaquith,"Sanitize option names in options.php, use current escaping functions.  for 2.0.x"
changeset,5832,[5832],markjaquith,"Sanitize option names in option.php, use current escaping functions.  for trunk"
changeset,12511,[12511],ryan,Sanitize only string and numeric fields in the user object. Props filosofo hakre. fixes #11509 for trunk
changeset,12512,[12512],ryan,Sanitize only string and numeric fields in the user object. Props filosofo hakre. fixes #11509 for 2.9
changeset,15692,[15692],dd32,Sanitize meta keynames used as object properties on retrieval. Fixes #14924
changeset,18018,[18018],ryan,Sanitize guid on save and display. Sanitize mime type on save. Don't allow changing mime type via edit form handlers. Protect hidden meta.
changeset,17994,[17994],ryan,Sanitize guid on save and display. Sanitize mime type on save. Don't allow changing mime type via edit form handlers. Protect hidden meta.
changeset,12166,[12166],ryan,Sanitize filenames with multiple extensions. see #11122
changeset,12165,[12165],ryan,Sanitize filenames with multiple extensions. see #11122
changeset,13447,[13447],wpmuguru,"sanitize domains in ms-options, fixes #11775"
changeset,3584,[3584],ryan,Sanitize comment coookies.
changeset,5840,[5840],markjaquith,"Sanitize cat_id, fixes #4692 for 2.2.x, thanks g30rg3x"
changeset,5841,[5841],markjaquith,"Sanitize cat_id, fixes #4691 for 2.0.x"
changeset,5835,[5835],matt,"Sanitize cat_id, fixes #4691"
changeset,5007,[5007],markjaquith,Sanitize browser-bound add_query_arg() outputs.  fixes #3937
changeset,4540,[4540],markjaquith,"Sanitize all plugin metadata, for consistency.  Props Viper007Bond.  fixes #3396"
changeset,5915,[5915],ryan,Sanitize a few options
changeset,5914,[5914],ryan,Sanitize a few options
changeset,11776,[11776],azaozz,Sanitize $include and $exclude in the gallery shortcode
changeset,7586,[7586],markjaquith,"Sanitize ""cat"" query var and cast to int before looking for a category template"
changeset,9163,[9163],ryan,Sanitation and error handling for plugin install. Props DD32. see #6015
changeset,4251,[4251],ryan,"sandbox branch.  Let's play.
"
changeset,483,[483],saxmatt,"Safer to have slash on the end.
"
changeset,15501,[15501],scribu,Safer hierarchical display check. Fixes #14600; See #14579
changeset,12705,[12705],azaozz,"Safely include class-json.php, class-simplepie.php and class-snoopy.php, props alexkingorg, fixes #11827"
changeset,15795,[15795],scribu,Sacrifice DRY for readability in WP_Query. Props nacin for initial patch. See #14997
changeset,4053,[4053],ryan,Sack encoding fix from hgfischer. fixes #2977
changeset,17878,[17878],nacin,s/Your Rights/Rights/ in the footer. see #17383.
changeset,12622,[12622],ryan,s/wpmu/ms/ in file refs. Props Denis-de-Bernardy. see #11644
changeset,6181,[6181],westi,"s/WPDEBUG/WP_DEBUG/g Fixes #5033
"
changeset,10782,[10782],ryan,s/WP_Widgets/WP_Widget/ and move class to widgets.php
changeset,815,[815],duck_,"s/WP_ImportTestCase/WP_Import_UnitTestCase/

We're standardising the naming of extended base classes as WP_<NAME>_UnitTestCase.
"
changeset,14600,[14600],ryan,s/wp_get_nav_menu_item/walker_nav_menu_start_el/ to be more specific. Pass all start_el() args to the filter. Props tomtomp. fixes #13366
changeset,2069,[2069],rboren,"s/wp_did_template_redirect/wp_template_redirect/
"
changeset,18003,[18003],nacin,"s/WordPress MU/WordPress/ and remove an unused sprintf param. props wpmuguru, fixes #17529."
changeset,15756,[15756],nacin,s/Wether/Whether/
changeset,20442,[20442],nacin,"s/website/network/ on the network settings screen. props Ipstenu, fixes #20314."
changeset,17745,[17745],nacin,"s/Web Path/Filesystem Path/ in inline documentation. props kawauso, fixes #17205."
changeset,3205,[3205],ryan,s/user_description/description/.  Props tinyau.  fixes #1943
changeset,4133,[4133],ryan,s/URI/URL/.  Props Nazgul. fixes #2666
changeset,16702,[16702],scribu,s/upgrade/update in readme.html. Fixes #15656
changeset,13692,[13692],dd32,s/Upgrade WordPress/WordPress Updates/ title for GUU
changeset,16468,[16468],nacin,"s/ui-dialog/wp-dialog/ in our dialog styles. props koopersmith, see #11420."
changeset,17955,[17955],nacin,"s/twentyten/twentyeleven/. props zeo, fixes #17493."
changeset,15428,[15428],nacin,s/TwentyTen/Twenty Ten/ so we don't wipe theme mods and the current theme cache. for trunk
changeset,15427,[15427],nacin,s/TwentyTen/Twenty Ten/ so we don't wipe theme mods and the current theme cache. for 3.0
changeset,15345,[15345],nacin,s/trash/Trash/
changeset,762,[762],maxcutler,"s/TrackTickets/TracTickets

See #43."
changeset,19750,[19750],nacin,"s/thumbnail/post-thumbnail/. props PeteMall, fixes #19804."
changeset,1133,[1133],rboren,"s/this lines/this line/ so as to deny the IRC denizens their idle amusement.
"
changeset,18157,[18157],nacin,s/Themes Updates/Theme Updates/. props mitchoyoshitaka. fixes #17701.
changeset,13111,[13111],dd32,s/the_time()/get_the_date/ for dates. See #9015
changeset,4853,[4853],ryan,s/table_prefix/prefix/
changeset,20896,[20896],nacin,"s/sumbit/submit/. props tollmanz, fixes #20744."
changeset,10259,[10259],ryan,s/sumbit/submit/. Props Malaiac. fixes #8645 for trunk
changeset,10260,[10260],ryan,s/sumbit/submit/. Props Malaiac. fixes #8645 for 2.7
changeset,12346,[12346],westi,s/size/s/ fixes #11370 props nacin.
changeset,16954,[16954],nacin,"s/site/user/ if signup doesn't have a domain attached. props wpmuguru, fixes #15780."
changeset,15310,[15310],nacin,s/site/network/ in user-new.php.
changeset,15788,[15788],nacin,s/showposts/posts_per_page/
changeset,18842,[18842],ryan,s/Settings/Network Settings/. Props wpmuguru. fixes #16027
changeset,459,[459],ryan,s/set_current_user/wp_set_current_user/
changeset,18084,[18084],ryan,s/seperator/separator/. Props brandonburke. fixes #17610
changeset,19503,[19503],nacin,"s/Screen Info/Overview/g, see #19020."
changeset,6650,[6650],ryan,s/Save/Change/
changeset,23189,[23189],helen,"s/Santizes/Sanitizes/ in phpdoc for sanitize_html_class(). props cais. fixes #22890.
"
changeset,18647,[18647],nacin,"s/robot/robots/. props madjax, fixes #18612."
changeset,2465,[2465],ryan,s/retreive/retrieve/ http://mosquito.wordpress.org/view.php?id=1071
changeset,16058,[16058],ryan,s/Read Site/Visit Site/. Props markmcwilliams. see #14772
changeset,336,[336],duck_,s/pubDate/lastBuildDate/. Pass by reference throws errors. Spaces -> tabs.
changeset,7350,[7350],ryan,s/post/page/. Props xibe and ninjaWR.  fixes #6260
changeset,7490,[7490],ryan,s/Post/Page/. Props Denis-de-Bernardy. fixes #6361
changeset,6797,[6797],ryan,s/post/page/
changeset,19809,[19809],nacin,"s/plugin/theme/ in an edge case string in the theme updater. props pavelevap, fixes #19940."
changeset,19744,[19744],nacin,s/parem/param/. props Latz. fixes #19823.
changeset,17448,[17448],nacin,"s/owpbody/wpbody/. props ptahdunbar, fixes #16559 for trunk."
changeset,17447,[17447],nacin,"s/owpbody/wpbody/. props ptahdunbar, fixes #16559 for 3.1."
changeset,18641,[18641],duck_,"s/overridding/overriding/. Props trepmal, see #18560.
"
changeset,13612,[13612],nacin,"s/onClick/onclick/. props TobiasBg, see #12429"
changeset,13510,[13510],nacin,s/onClick/onclick/. props TobiasBg fixes #12429
changeset,14827,[14827],nacin,s/onclick/onClick/. props Gazzer from wp-testers.
changeset,6109,[6109],ryan,"s/onChange/onchange/. Props grubgirl, Nazgul. fixes #4630"
changeset,19917,[19917],duck_,"s/oembed_cache/oembed-cache/ in admin AJAX $core_actions_*. Props jeremyfelt. Fixes #20038.
"
changeset,16699,[16699],nacin,"s/occured/occurred/. props aldenta, fixes #15653."
changeset,21362,[21362],ryan,"s/newuserconfimation/newuserconfirmation/

Props Jayjdk, lesteph
fixes #21415
"
changeset,17178,[17178],markjaquith,"s/Network Options/Settings/. props wpmuguru. Not a string change (already existed). fixes #16027
"
changeset,14849,[14849],nacin,"s/navigation menu/custom menu/. props jane, duck_. fixes #13519."
changeset,14888,[14888],ryan,s/navigation menu/custom menu/ see #13519
changeset,16755,[16755],nacin,"s/ms-options/settings/. props koke, fixes #15708."
changeset,15899,[15899],nacin,"s/ms-options/settings. props PeteMall, fixes #14826."
changeset,16809,[16809],nacin,"s/method_exists/is_callable/. props hakre, fixes #14933."
changeset,1920,[1920],rboren,"s/logio/logIO/.  Remove logio calls from the one function in functions-post.php that uses it.  functions-post.php is not used by xmlrpc.php exclusively.
"
changeset,17918,[17918],ryan,s/login_form/login_init/. Props sorich87. fixes #17411
changeset,16428,[16428],nacin,"s/Login/Username/ to restore 3.0 string. props demetris, fixes #15453."
changeset,18486,[18486],ryan,s/login/log in/. Props johnbillion. fixes #18294
changeset,8963,[8963],ryan,s/list/ul/ see #7635
changeset,3585,[3585],ryan,s/Links/Bookmarks/
changeset,8887,[8887],ryan,s/ISP/Web Host/. Props msw0418. fixes #6831
changeset,21561,[21561],ryan,s/is_ms_switched/ms_is_switched/ see #21459
changeset,19616,[19616],nacin,s/is/if/. props ocean90.
changeset,21168,[21168],nacin,"s/inval/intval/. props PeteMall. see #14889.

"
changeset,17042,[17042],nacin,"s/id/ID/. props ocean90, fixes #15868."
changeset,13915,[13915],nacin,s/hierarachical/hierarchical/g. Props JohnPBloch.
changeset,18629,[18629],nacin,"s/hask/hack/. props scribu, see #16695."
changeset,15301,[15301],nacin,"s/goto/go to/g. props demetris, fixes #13863."
changeset,5231,[5231],ryan,s/get_post_tags/wp_get_post_tags/ to match the rest of the API.
changeset,17325,[17325],nacin,s/get_list_table/_get_list_table/ in admin-ajax. see #16262.
changeset,3597,[3597],ryan,s/get_linkz/get_bookmarks/
changeset,3592,[3592],ryan,s/get_linkz/get_bookmarks/
changeset,16470,[16470],nacin,"s/flush/flush_rules/ in a comment. fixes #15474, props hakre."
changeset,19708,[19708],dd32,"s/Faq/FAQ/ for Plugin Installer tabs, Gains Translation support for Tabs/Titles as well. Fixes #16580"
changeset,13380,[13380],nacin,s/existant/existent/
changeset,16959,[16959],nacin,s/example-about-page/sample-page/. see #14973.
changeset,17601,[17601],nacin,s/esc_url_raw/esc_url/. props duck_. for the 3.0 branch
changeset,17583,[17583],ryan,s/esc_url_raw/esc_url/. Props duck_. For 3.1
changeset,17582,[17582],ryan,s/esc_url_raw/esc_url/. Props duck_.
changeset,16700,[16700],PeteMall,s/Enable/Network Enable for net admin themes. Fixes #14897
changeset,15148,[15148],nacin,"s/echos/echoes/ in phpdoc. props demetris, fixes #13742."
changeset,18096,[18096],nacin,"s/displayied/displayed/. props kawauso, fixes #17633."
changeset,17035,[17035],nacin,"s/Discuusion/Discussion/. props dougwrites, fixes #15870."
changeset,20869,[20869],azaozz,"s/deffer/defer, see #20554"
changeset,16898,[16898],ryan,s/default/standard/ for post format slug.
changeset,13361,[13361],ryan,s/custom_nav()/wp_nav_menu()/. see #11817
changeset,13401,[13401],ryan,s/Custom Menu/Menu/. see #11817
changeset,16930,[16930],PeteMall,s/Creationism/Evolution/ in site-users. See #14756
changeset,17922,[17922],ryan,s/Content-type/Content-Type/. Props dvwallin. fixes #17256
changeset,2224,[2224],rboren,"s/comment_status/comment_approved/.  Bug 807.  Hat tip: gbhugo.
"
changeset,17982,[17982],nacin,s/coma/comma/. props ocean90.
changeset,18070,[18070],azaozz,"s/Colse/Close/, props nacin, fixes #17399"
changeset,5755,[5755],ryan,s/cat_name/name/ see #4537
changeset,5754,[5754],ryan,s/cat_name/name/ see #4537
changeset,5760,[5760],ryan,s/cat_name/name/
changeset,709,[709],duck_,"s/capabilities/cap/ in wp.getPostType $fields array, see [WP20696].
"
changeset,13437,[13437],nacin,s/cancelled/canceled/
changeset,16833,[16833],nacin,s/can_edit_site/can_edit_network/g. see #15720.
changeset,4977,[4977],ryan,s/bookmark/link/. Props MichaelH. fixes #3648
changeset,4978,[4978],ryan,s/bookmark/link/. Props JeremyVisser. fixes #3718
changeset,18243,[18243],nacin,s/Blue/Classic/
changeset,21693,[21693],ryan,s/blog/site/. see #21742
changeset,13755,[13755],nacin,s/blog/site/. props ocean90.
changeset,15769,[15769],nacin,"s/blog/site/ on the admin bar code. props markmcwilliams, see #14772."
changeset,14313,[14313],nacin,"s/blog/site/ in more places. props PeteMall, see #11644."
changeset,14326,[14326],nacin,s/blog/site/ in more places.
changeset,14315,[14315],nacin,"s/blog/site/ in even more places. props PeteMall, see #11644."
changeset,20265,[20265],ryan,s/background/header/ in add_custom_image_header() deprecated function. see #20249
changeset,15759,[15759],nacin,"s/Backend/Dashboard/. props markmcwilliams, fixes #14585."
changeset,15978,[15978],nacin,"s/awhile/a while/. props jane, PeteMall, fixes #15225."
changeset,16049,[16049],scribu,"s/awhile/a while. Props johnbillion, PeteMall. Fixes #14462"
changeset,18076,[18076],azaozz,"s/autosave/autosave-message to show these messages again, fixes #17624"
changeset,11109,[11109],ryan,s/attribute_escape/attr/. see #9650
changeset,19569,[19569],ryan,s/Admin Bar/Toolbar/. Props ocean90. fixes #19461
changeset,19689,[19689],duck_,"s/add_user()/edit_user()/, see r19686 and #18749.
"
changeset,19119,[19119],nacin,"s/add_help_sidebar/set_help_sidebar/g and introduce screen->remove_help_tab($id) and screen->remove_help_tabs(). see #19020, #18785."
changeset,17980,[17980],nacin,"s/add_css/_wp_credits_add_css/. props dimadin, see #17532."
changeset,19873,[19873],ryan,s/_wp_insertPost/_insert_post/. Helper funcs should follow core rather than xmlrpc style. see #18429
changeset,16973,[16973],PeteMall,s/<? /<?php / in [16963].
changeset,6777,[6777],ryan,s/2.4/2.5/. Props ffemtcj. fixes #5810
changeset,5489,[5489],ryan,s/2.1/2.2/
changeset,2235,[2235],rboren,"s///.  http://mosquito.wordpress.org/view.php?id=832
"
changeset,14211,[14211],dd32,s/'%s'/%s/ in prepares. Props jamescollins. See r13673. See #12416
changeset,13099,[13099],dd32,s/$original/$redirect/ in [13091]. Props miqrogroove. See #8948
changeset,13123,[13123],nacin,"s/$blog/$blog_id/ as an argument in wp_dropdown_users(), for consistency, see #11086"
changeset,14402,[14402],dd32,s/#/ \/\/ / - Remove #comment with // comment in WP_Query
changeset,5089,[5089],matt,Ryan slays the dragon. (Some of these return WP_Error objects.)
changeset,3053,[3053],matt,Ryan says it's stable ;)
changeset,10059,[10059],ryan,Run wp_user_settings() from admin-header
changeset,10350,[10350],ryan,Run version_compare only once for wp_clone().  Props sambauers. fixes #8844 for trunk
changeset,10351,[10351],ryan,Run version_compare only once for wp_clone().  Props sambauers. fixes #8844 for 2.7
changeset,18738,[18738],ryan,Run the sanitize_option_* filter for all options in sanitize_option().  Add some sanity checks for the permalink options while in there.  fixes #18737
changeset,5164,[5164],rob1n,"Run the post titles through the the_title filter. fixes #3366
"
changeset,12653,[12653],westi,Run the old WPMU random_password filter in wp_generate_password(). Fixes #11746 props uglyrobot.
changeset,16634,[16634],nbachiyski,"Run the iis7_supports_permalinks() check first

 * It's cheapest, most of the others involve disk operations
 * Doesn't go through win_is_writable(), which can't avoid relying on the @ operator
"
changeset,5520,[5520],rob1n,"Run the i through the parseInt to avoid IE 7 errors. fixes #4268
"
changeset,23094,[23094],markjaquith,Run the attachment_fields_to_save filter even if we don't get the fields we used to get. props nacin. fixes #22774
changeset,17404,[17404],ryan,"Run sanitize_key() on post_status, comment_status, and ping_status on the way into the DB.  Props duck_. For trunk"
changeset,17405,[17405],ryan,"Run sanitize_key() on post_status, comment_status, and ping_status on the way into the DB.  Props duck_. For 3.1"
changeset,17406,[17406],ryan,"Run sanitize_key() on post_status, comment_status, and ping_status on the way into the DB.  Props duck_. For 3.0"
changeset,10918,[10918],ryan,Run RTL CSS urls through the style_loader_src filter. Props nbachiyski. fixes #9528
changeset,20611,[20611],nacin,"Run rawurlencode_deep() through the parsed query in canonical. (Introduces rawurlencode_deep().) props toppa for the initial patch. fixes #20143.

"
changeset,8317,[8317],ryan,Run plugin checks both admin and blog side.  Props DD32 and mdawaffe. fixes #7265
changeset,17451,[17451],ryan,"Run parse_query() in get_posts() so that the query vars are always parsed for set(), get_posts() patterns. fixes #16545 for trunk"
changeset,17452,[17452],ryan,"Run parse_query() in get_posts() so that the query vars are always parsed for set(), get_posts() patterns. fixes #16545 for 3.1"
changeset,16908,[16908],scribu,Run parent title through 'the_title'. Props garyc40. Fixes #13968
changeset,5236,[5236],rob1n,"Run make_clickable before texturize. Props Nazgul. fixes #4116
"
changeset,5519,[5519],rob1n,"Run it through the filter. see #4259
"
changeset,1497,[1497],rboren,"Run htmlspecialchars on title attribute text in get_archives_link().  Bug 0000162.
"
changeset,4849,[4849],markjaquith,run get_categories filter on cached get_categories hits.  fixes #3728
changeset,4848,[4848],markjaquith,run get_categories filter on cached get_categories hits.  fixes #3728
changeset,8249,[8249],ryan,Run display filters for blog title.  Props jhodgdon. fixes #7234
changeset,5646,[5646],ryan,Run comment_text filter before format_to_edit() when getting a comment to edit.  fixes #4403 for 2.3
changeset,5647,[5647],ryan,Run comment_text filter before format_to_edit() when getting a comment to edit.  fixes #4403 for 2.2
changeset,5648,[5648],ryan,Run comment_text filter before format_to_edit() when getting a comment to edit.  fixes #4403 for 2.0
changeset,3174,[3174],ryan,Run attachment filter for themes that don't have single.php or page.php.  Props podz.  fixes #1924
changeset,846,[846],kurtpayne,"Run ajax tests in separate processes so DOING_AJAX doesn't interfere with other tests

"
changeset,20895,[20895],nacin,Run _redirect_to_about_wordpress() in 3.4 due to the change in [20894] and the reliance on ?updated in [20887]. see #19599.
changeset,4270,[4270],markjaquith,run _page_level_out() link text through wp_specialchars().  Props to hughbiquitous. fixes #2507
changeset,854,[854],saxmatt,"Rudimentary post preview functionality.
"
changeset,17207,[17207],ryan,"RTL: Space between texas and avatar. Props SergeyBiryukov, rasheed. fixes #16081"
changeset,17209,[17209],ryan,RTL: Space between buttons. Props SergeyBiryukov. fixes #16084
changeset,22643,[22643],azaozz,"RTL: remove unneeded toolbar border-right, props ocean90, see #22453"
changeset,23039,[23039],azaozz,"RTL: properly align the demo image in the Edit Image popup, props nacin, fixes #22733"
changeset,20961,[20961],nacin,"RTL: For the list table items count, don't italicize the text. Remove a typo that tried to convert the text to bold; normal is the preferred route here so we are not going to set a font-weight. props yoavf, georgestephanis. fixes #20754."
changeset,22641,[22641],azaozz,"RTL: fix styling of Skip To links, see #22453"
changeset,24256,[24256],ocean90,RTL: Fix some issues on nav menu screen. see #24326.
changeset,17208,[17208],ryan,"RTL: Custom background tweak. Props SergeyBiryukov, rasheed"
changeset,18975,[18975],azaozz,"RTL, IE7 and IE7 RTL fixes, add class=""ie8"" to the html tag, see #18314"
changeset,14757,[14757],nacin,RTL updates. props yoavf. see #13233.
changeset,9605,[9605],azaozz,"RTL updates, props kashani, see #8047"
changeset,9687,[9687],ryan,RTL updates from kashani. see #8047
changeset,10147,[10147],ryan,RTL updates from kashani. fixes #8047
changeset,10040,[10040],ryan,RTL updates from kashani.  see #8047
changeset,10027,[10027],ryan,RTL updates from kashani.  see #8047
changeset,9820,[9820],azaozz,"RTL updates from kashani, see #8047"
changeset,14941,[14941],ryan,RTL updates for twentyten. Props yoavf. fixes #13233
changeset,9692,[9692],ryan,RTL tweak for classic theme from RanYanivHartstein. fixes #8009
changeset,4201,[4201],ryan,RTL support.  Props mani_monaj.  #3136
changeset,24258,[24258],ocean90,RTL support for the new post Format UI. see #24326.
changeset,8328,[8328],ryan,RTL support for Press This. Props RanYanivHartstein. see #7289
changeset,23009,[23009],nacin,"RTL support for Masonry on the custom header page. fixes #22709.

"
changeset,4359,[4359],ryan,RTL support for login sand wp_die() from Sewar.  fixes #3136
changeset,5813,[5813],ryan,RTL styling from sewar. fixes #4653
changeset,5812,[5812],ryan,RTL styling from sewar. fixes #4653
changeset,8554,[8554],ryan,RTL styling fixes from RanYanivHartstein. fixes #7461
changeset,17941,[17941],azaozz,"RTL styles, props yoavf, see #17324"
changeset,20514,[20514],koopersmith,"RTL styles for theme browsing. props ocean90, fixes #20391, see #20403."
changeset,19419,[19419],koopersmith,"RTL styles for pointers. props helenyhou, fixes #19335."
changeset,20674,[20674],ryan,"RTL style fixes for the Theme Customizer. Props ocean90, helenyhou."
changeset,20673,[20673],ryan,RTL style fixes for the install theme info sidebar. Props ocean90. fixes #20583
changeset,14994,[14994],nacin,RTL string fix. see #13525.
changeset,19356,[19356],azaozz,"RTL refresh for Welcome panel, fixes #19271"
changeset,17154,[17154],ryan,RTL pagination fixes. Props yoavf. fixes #15974
changeset,17153,[17153],ryan,RTL pagination fixes. Props yoavf. fixes #15974
changeset,17152,[17152],ryan,RTL pagination fixes. Props yoavf. fixes #15974
changeset,14997,[14997],nacin,"RTL menu updates. props yoavf, see #13525."
changeset,22720,[22720],nacin,"RTL media-views fixes. props ocean90. fixes #22453.

"
changeset,3246,[3246],ryan,RTL LTR.  fixes #1995
changeset,8327,[8327],ryan,RTL friendly fonts from RanYanivHartstein. fixes #6616
changeset,17105,[17105],ryan,RTL for wplink. Props ocean90. see #15864
changeset,17149,[17149],nacin,"RTL for theme installer. props yoavf, fixes #15984."
changeset,20347,[20347],azaozz,"RTL for the responsive columns, see #20015"
changeset,17139,[17139],nacin,RTL for the new style pagination links. fixes #15974.
changeset,8326,[8326],ryan,RTL for Press This. Props RanYanivHartstein.  see #7289 #6616
changeset,14279,[14279],nacin,"RTL for nav-menu.php. first pass. props RanYanivHartstein, see #13166"
changeset,23808,[23808],markjaquith,RTL for Nav Menu tweaks. see #23641. see #23645. props lessbloat
changeset,23748,[23748],ryan,"RTL for Nav Menu tweaks. see #23641. see #23645. props DrewAPicture
"
changeset,23623,[23623],markjaquith,RTL for Nav Menu tweaks. see #23641. fixes #23645. props DrewAPicture.
changeset,19146,[19146],nacin,"RTL for credits. props SergeyBiryukov, see #19143."
changeset,18384,[18384],nacin,"RTL for [18383]. props yoavf, fixes #17949."
changeset,19465,[19465],nacin,"RTL for 'Dismiss' on the welcome panel. props rasheed, SergeyBiryukov, fixes #19376."
changeset,20949,[20949],markjaquith,RTL font updates for the Theme Customizer. props yoavf. fixes #20585
changeset,14392,[14392],ryan,RTL fixes. Props yoavf. see #13233
changeset,14376,[14376],ryan,RTL fixes. Props yoavf. see #13233
changeset,11487,[11487],ryan,RTL fixes. Props yoavf. fixes #9975
changeset,11006,[11006],ryan,RTL fixes. Props yoavf. fixes #9521
changeset,14375,[14375],ryan,RTL fixes. Props yoavf.  see #13233
changeset,17247,[17247],nacin,"RTL fixes. props yoavf, SergeyBiryukov, fixes #16160."
changeset,20998,[20998],ryan,"RTL fixes. Props SergeyBiryukov, helenyhou. fixes #20841"
changeset,13346,[13346],nacin,RTL fixes. fixes #12347 props yoavf
changeset,4422,[4422],ryan,RTL fixes from Sewar.  fixes #3217
changeset,4420,[4420],ryan,RTL fixes from Sewar.  #3217
changeset,8591,[8591],ryan,RTL fixes from RanYanivHartstein. see #7482
changeset,8590,[8590],ryan,RTL fixes from RanYanivHartstein. see #7482
changeset,8592,[8592],ryan,RTL fixes from RanYanivHartstein. fixes #7482
changeset,8106,[8106],ryan,RTL fixes from RanYanivHartstein. fixes #6826 for trunk
changeset,8107,[8107],ryan,RTL fixes from RanYanivHartstein. fixes #6826 for 2.5
changeset,7552,[7552],ryan,RTL fixes from mani_monaj. see #6296
changeset,5863,[5863],ryan,RTL fixes from mani_monaj. fixes #4730
changeset,5864,[5864],ryan,RTL fixes from mani_monaj. fixes #4729
changeset,7501,[7501],ryan,RTL fixes from mani_monaj and RanYanivHartstein?. see #6296 #6365
changeset,7494,[7494],ryan,RTL fixes from mani_monaj and RanYanivHartstein. see #6296 #6365
changeset,23004,[23004],nacin,"RTL fixes for the tags meta box and two search inputs. props SergeyBiryukov. fixes #22707.

"
changeset,19575,[19575],ryan,"RTL fixes for the about page. Props helenyhou, SergeyBiryukov. fixes #19477"
changeset,17166,[17166],nacin,"RTL fixes for sortable list headings. props RanYanivHartstein, fixes #16008."
changeset,13090,[13090],nacin,"RTL fixes for new position of QuickPress ajax spinner, also version bumps, see #10680"
changeset,22947,[22947],ryan,"RTL fixes for media and color picker.

Props ocean90
see #22453
"
changeset,23226,[23226],nacin,"RTL fixes for internal linking. props SergeyBiryukov, helen. see #22835, for trunk.

"
changeset,23274,[23274],nacin,"RTL fixes for internal linking. props SergeyBiryukov, helen.

merges [23226] to the 3.5 branch.
fixes #22835.

"
changeset,18113,[18113],ryan,"RTL fixes for dfw tagline, permalink editing, and hscroll. Props yoavf. fixes #17639"
changeset,10914,[10914],ryan,RTL fixes for default theme. Props yoavf. fixes #9520
changeset,17167,[17167],nacin,"RTL fixes for custom header page. props SergeyBiryukov, fixes #16018."
changeset,18116,[18116],ryan,"RTL fixes for credits.php. Props BenChapman, rasheed. fixes #17602"
changeset,18149,[18149],ryan,RTL fixes for credits.php. fixes #17602
changeset,19080,[19080],azaozz,"RTL fixes for 3.3, props yoavf SergeyBiryukov rosshanney, see #19042 fixes #18000, fixes #17988, fixes #19006"
changeset,22640,[22640],azaozz,"RTL fixes and improvements: add-media, image-editor, the spinners, the featured image button, some css cleanup, props ocean90, maor, SergeyBiryukov, ramiy, see #22453"
changeset,12721,[12721],ryan,RTL fix. Props yoavf. fixes #11886
changeset,19404,[19404],azaozz,"RTL fix for Login screen, props SergeyBiryukov, fixes #19316"
changeset,9420,[9420],westi,"RTL fix for avatars in classic theme. Props RanYanivHartstein.
"
changeset,4258,[4258],ryan,RTL enhancements from Sewar. #3136
changeset,8632,[8632],ryan,"RTL CSS updates from Navid Kashani, RanYanivHartstein, mani_monaj, and the WP Persian team.  see #7498. Partial patch for trunk"
changeset,8631,[8631],ryan,"RTL CSS updates from Navid Kashani, RanYanivHartstein, mani_monaj, and the WP Persian team.  see #7498"
changeset,9552,[9552],azaozz,"RTL CSS updates for 2.7-beta2, props kashani, see#8047"
changeset,19008,[19008],azaozz,"RTL CSS tweaks, see #18197"
changeset,7476,[7476],ryan,RTL CSS from mani_monaj. see #6296
changeset,7398,[7398],ryan,RTL CSS from Mani. fixes #6296
changeset,21320,[21320],azaozz,"RTL css for the spinner in internal linking, see #21351"
changeset,9505,[9505],azaozz,"RTL CSS for 2.7, props mani_monaj, see #8047"
changeset,5884,[5884],ryan,RTL CSS fixes from sewar. fixes #4655
changeset,12866,[12866],ryan,RTL CSS fix. Props yoavf. fixes #12053
changeset,19082,[19082],azaozz,"RTL CSS cleanup for credits.php, props SergeyBiryukov, fixes #18420"
changeset,17242,[17242],nacin,"RTL contextual help fix. props rasheed, SergeyBiryukov, fixes #16151."
changeset,11665,[11665],ryan,"RTL admin fixes. Props sambauers, nbachiyski. fixes #10159 for trunk"
changeset,11666,[11666],ryan,"RTL admin fixes. Props sambauers, nbachiyski. fixes #10159 for 2.8.1"
changeset,19149,[19149],azaozz,"RTL adjustments for the About screens, props SergeyBiryukov, fixes #19143"
changeset,4719,[4719],ryan,RTE link behavior fix from andy. fixes #3466
changeset,8747,[8747],ryan,RSS widget shouldn't link if there isn't a link. Props MtDewVirus. fixes #7614 for 2.6
changeset,8746,[8746],ryan,RSS widget shouldn't link if there isn't a link. Props MtDewVirus. fixes #7614
changeset,486,[486],saxmatt,"RSS to use new permalink system. Move non-template functions out of template file.
"
changeset,180,[180],tellyworth,rss tests: better error capturing
changeset,2868,[2868],ryan,RSS importer tweaks.
changeset,183,[183],saxmatt,"RSS didn't work!
"
changeset,5537,[5537],ryan,RSD link fixes from Joseph Scott.  fixes #4329 for 2.3
changeset,5538,[5538],ryan,RSD link fixes from Joseph Scott.  fixes #4329 for 2.2
changeset,22902,[22902],ryan,"Route uploads through async-upload.php instead of admin-ajax.php.

Props nacin, koopersmith
fixes #22622
"
changeset,16261,[16261],ryan,Route submenus added to old super admin menu to tools menu for now. see #14435
changeset,9050,[9050],ryan,Route add_management_page() to Tools menu
changeset,10025,[10025],ryan,Round timeouts less then 1 but greater than 0 to 1 for curl transport. see #8086
changeset,12530,[12530],westi,Round the corners of the Update nag message. Fixes #10431 props Simek.
changeset,15498,[15498],scribu,Round th corners. Based on patch by wedsxcrfv. Fixes #14613
changeset,22592,[22592],nacin,"Round rather than floor values in image editing JS to avoid decrementing values on each run. props SergeyBiryukov. fixes #22011.

"
changeset,17821,[17821],ryan,Round out the objects in the Admin Bar -> Add New list
changeset,15986,[15986],scribu,Round bottom-right corner of the screen options dropdown. Fixes #15226
changeset,12463,[12463],azaozz,"Round back the buttons, see #11502"
changeset,12474,[12474],azaozz,"Round back the buttons, fixes #11502"
changeset,46,[46],saxmatt,"Rough Textile support.
"
changeset,6605,[6605],matt,Rough pass at submit box.
changeset,6829,[6829],ryan,Rough in Related section of preview view.  Needs styling. see #5847
changeset,9008,[9008],ryan,Rough in of header restyling.  Emphasis on rough.
changeset,15890,[15890],nacin,Rough first pass on map_meta_cap for custom post types. see #14122.
changeset,10553,[10553],ryan,Rough first cut of theme browser/installer. Props DD32. see #8652
changeset,13885,[13885],nacin,"Rough cut of Twenty Ten inline documentation. see #12695. props jorbin, demetris."
changeset,20543,[20543],nacin,Rolling upgrade to set the welcome_user_email network-wide option via the welcome_user_msg_filter() callback. Fixes ability to save the welcome user email when no entry exists in the database. see #20116 for the 3.3 branch.
changeset,20697,[20697],ryan,Rolling upgrade to set the welcome_user_email network-wide option via the welcome_user_msg_filter() callback. Fixes ability to save the welcome user email when no entry exists in the database. see #20116
changeset,1426,[1426],michelvaldrighi,"rolling back the ob_gzhandler 'fix' because ob_get_status is php >4.1
"
changeset,2559,[2559],matt,Rolling back auto-save
changeset,3835,[3835],ryan,Rollback. fixes #2764
changeset,5240,[5240],rob1n,"Rollback wonky part of [5193]. see #4084
"
changeset,1795,[1795],saxmatt,"Rollback live preview stuff.
"
changeset,5289,[5289],markjaquith,"Roll tags out of 2.2 -- reverts [5272], [5271], [5257], [5254], [5253], [5251], [5250], [5243], [5235], [5234], [5232], [5231], [5229], [5228], [5217], [5216], [5215], [5213], half of [5210], [5209], [5205], [5203], [5201], [5196], [5184], [5168], [5163], [5162], [5150], [5149], [5148], [5147], [5113], [5112], [5111], and [5110]"
changeset,14822,[14822],westi,roll on tomorrow
changeset,5846,[5846],markjaquith,"Roll back export portion of #4452 for 2.2.x, see #4452, see #4686"
changeset,5993,[5993],markjaquith,"Roll back [5986], [5988], [5989].  We are in a char class, so no escaping needed.  Props mdawaffe.  see #4873"
changeset,2704,[2704],ryan,Roles update + UI from Owen.
changeset,2847,[2847],ryan,Roles display fix from davidhouse.  fixes #1660
changeset,3296,[3296],ryan,role_has_cap and user_has_cap filters from ringmaster.  fixes #2005
changeset,2703,[2703],ryan,Role/capability system.  Round one.  Props: Owen Winkler
changeset,3266,[3266],ryan,Role fixup from David House. fixes #2024
changeset,3483,[3483],ryan,Role display fix from Owen. fixes #2338
changeset,10921,[10921],ryan,robots.txt is not home. Props johnbillion. fixes #9482 for 2.7
changeset,10920,[10920],ryan,robots.txt is not home. Props johnbillion. fixes #9482
changeset,679,[679],nacin,rmdir foo/ which is created in test_upload_dir_relative(). see #33.
changeset,8330,[8330],ryan,rlm entity not so Windows friendly. Use perios instead. see #6813
changeset,23106,[23106],nacin,"Rip keyboard shortcuts out of the image editor help. props helenyhou. fixes #22786.

"
changeset,7422,[7422],ryan,"Right-align actions header, too. Props mt. see #6292"
changeset,9265,[9265],ryan,"Right Now modules. Very rough, needs styling."
changeset,9427,[9427],markjaquith,Right Now (Dashboard) styling. props Malaiac. fixes #8015
changeset,7344,[7344],matt,Right align comment action links.
changeset,7463,[7463],westi,"Right align actions on Plugins page. Fixes #6337 props mt.
"
changeset,21207,[21207],markjaquith,Reënable canonical redirects for IIS. Let's work out any remaining bugs in this cycle. fixes #20484. reverts [17492]. see #16639
changeset,942,[942],michelvaldrighi,"rewrote upgrade for GMT, now checks for the option gmt_offset before changing anything
"
changeset,306,[306],michelvaldrighi,"rewrote convert_chars - hi again guys! :)
"
changeset,963,[963],rboren,"rewrite_rules() tweaks.  Use rewrite_rules() in options-permalink.php.
"
changeset,15579,[15579],scribu,Rewrite WP_User_Query to use JOIN instead of subquery. See #14572
changeset,20313,[20313],nacin,Rewrite theme-editor.php to use the new WP_Theme API. see #20103.
changeset,20020,[20020],nacin,"Rewrite search_theme_directories() -- better performance and allow for caching.

 * Update it to use PHP5 scandir().
 * Don't scan individual theme dirs -- we only need to check for style.css. (Solid performance gains.)
 * Improve and simplify branching.
 * Introduce wp_cache_themes_persistently filter to enable persistent caching of the return value, based on the theme_roots transient.

see #20103.
"
changeset,19727,[19727],duck_,"Rewrite rules don't need to be flushed on every page save/delete as they're no longer verbose. Fixes #19636.
"
changeset,1870,[1870],rboren,"Rewrite rule generation cleanup, including re-indent.
"
changeset,1381,[1381],rboren,"Rewrite rule fixes.
"
changeset,17733,[17733],nacin,"Rewrite of Twenty Eleven theme-options.php. Including:
 * Full inline documentation.
 * Enqueue scripts/styles on admin_enqueue_scripts and use hook_suffix rather than GET[page]
 * Add filters to twentyeleven_color_schemes(), twentyeleven_layouts(), which necessitates adding a thumbnail URL value here, rather than generating them in the form.
 * Add a twentyeleven_default_theme_options filter.
 * Remove manual check for REQUEST[settings-updated], instead using settings_errors(), since we're using options.php.
 * Abstract out the default link color, rather than hardcoding it in certain places.
 * Use checked().
 * Rename some variables and functions for clarity.
 * Remove unnecessary functions twentyeleven_current_layout() and twentyeleven_current_color_scheme(), as we already have twentyeleven_get_theme_options().
 * Add a twentyeleven_color_schemes action to allow for enqueueing custom color schemes.
 * Add a twentyeleven_layout_classes filter, to allow filtering what gets sent back to body_class().
 * Hook into wp_enqueue_scripts rather than wp_print_styles for enqueueing the color stylesheet.
 * Rewrite the register_setting() callback to start from scratch with an empty array. Improve the link_color logic.
 * Use submit_button().
 * Use esc_attr() rather than esc_attr_e() for non-translations.

TODO:
 * Implement settings sections/fields logic to allow extension of the options page.
 * Consider re-doing this in a class. It'll be cleaner.
 * Store a DB version so we can do an add_option(), rather than calling get_option() with defaults.

see #17198.

"
changeset,3638,[3638],ryan,Rewrite API additions and improvements from David House. #2433
changeset,1388,[1388],rboren,"Rewrite and %category% fixes.
"
changeset,5130,[5130],ryan,Rewrit endpoint fixes from westi. see #3964
changeset,4026,[4026],ryan,Rework wp_publish_post().  Should avoid running filters when changing from future to publish.
changeset,4077,[4077],ryan,Rework wp_publish_post() to use wp_update_post() again while turning off filters.  Clear the cron schedule for a post when the post timestamp is updated. #2715 #2737
changeset,16361,[16361],scribu,Rework WP_MS_Themes_List_Table column display. Props ocean90. See #15318
changeset,2609,[2609],ryan,Rework url_to_postid() to handle all supported permalink structs.  Helps resolve pingback URIs to posts.  http://mosquito.wordpress.org/view.php?id=1324
changeset,13925,[13925],wpmuguru,"rework syncing of global terms, see #12663"
changeset,1972,[1972],rboren,"Rework query precedence for bug 541.  Add is_trackback().
"
changeset,19049,[19049],nacin,Rework get_hidden_meta_boxes() to leverage a full WP_Screen object. Prevents custom post types from having their explicity supported meta boxes being hidden by default. see #18958.
changeset,3851,[3851],ryan,Reworg post/page/attachment functions.  #2525
changeset,15748,[15748],scribu,Revive WP_User_Search as deprecated. See #14579
changeset,1211,[1211],westi,"Revisions: When we are trying to save a new revision we shouldn't save one if the previous version was the same.

See #7392 and #9843 props adamsilverstein  
"
changeset,24025,[24025],azaozz,Revisions: when upgrading the revision author don't add a copy of the post as latest revision when some of the revisions are already at v1. See #16215
changeset,1277,[1277],ocean90,"Revisions: Use the correct user ID when checking `_edit_last`.

see [1210/tests], #20982."
changeset,23639,[23639],westi,"Revisions: Updates to the new Revisions UI.

Various Updates including:
 * i18n fixes
 * Added tracking of what revision ID was restored
 * async fetching of diffs so that slider works sooner even with many revisions

See #23497 props adamsilverstein, ethitter
"
changeset,23638,[23638],westi,"Revisions: Update the Styling for the Revisions UI props karmatosed see #23497.
"
changeset,24178,[24178],ocean90,"Revisions: Update `_edit_last` when restoring a post.

props redpixelstudios. fixes #20982."
changeset,23769,[23769],westi,"Revisions: UI Update.

* Refines the UI to make it clearer and easier to use
* Introduces weighted tickmarks
* Fixes comparison bugs.

See #23497 props adamsilverstein
"
changeset,1212,[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
"
changeset,23885,[23885],azaozz,"Revisions: remove the new _wp_last_revision_matches_current_post(), can be replaced by a simple revisions version check. Fixes #23913"
changeset,24156,[24156],ocean90,"Revisions: Remove the ID from the ""restored by"" line. props adamsilverstein. see #18733."
changeset,23404,[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.
"
changeset,23929,[23929],azaozz,"Revisions: move the call to _wp_upgrade_revisions_of_post() to edit-form-advanced.php, in the code block checking whether we should show the revisions postbox. See #16215"
changeset,24175,[24175],ocean90,"Revisions: Mark deprecated arguments in `wp_list_post_revisions()`.

* Second argument is now a string, which controls the revision type
* Back compat for $args['type']
* Remove lines for the old form-table format, since it's now just a list 

props a.hoereth. fixes #24213."
changeset,24026,[24026],azaozz,"Revisions: look at the version of the earliest revision when checking whether to upgrade the revisions authors, see #16215"
changeset,23509,[23509],westi,"Revisions: Fix up some half renamed variables that break the view and display a mismash of split and combined views. See #23497 props adamsilverstein.
"
changeset,23508,[23508],westi,"Revisions: Fix up some bugs I introduced while reviewing the mega revisions patch - when comparing two historical revisions only one half of the diff would load

See #23497 props adamsilverstein.
"
changeset,23506,[23506],westi,"Revisions: First pass an implementing a new UI/UX for reviewing the revisions of posts. See #23497 props adamsilverstein for the initial patch.

This implements a new revisions ui using Backbone and preserves all the old methods of ""integration"" so the change should be transparent to plugins using revisi
ons with CPTs.

This is the first pass and so there are a number of things still to be resolved, more details in the ticket. Feedback welcomed.
"
changeset,23933,[23933],azaozz,"Revisions: don't set revisions post_author with get_post_meta( $ID, '_edit_last' ). Not needed since we create revisions after saving the post and breaks per-user autosaves, see #16215"
changeset,24263,[24263],ocean90,Revisions: Correct check for ensuring comparison always from newer to older revision. props adamsilverstein. fixes #24340.
changeset,23975,[23975],azaozz,"Revisions: compare revisions by date in wp_ajax_revisions_data(), deprecate the $parent arg in wp_list_post_revisions() as now revisions always include a copy of the current post, props adamsilverstein, see #23901"
changeset,24019,[24019],ocean90,"Revisions: Clean up JavaScript variable names, see #23901."
changeset,23414,[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.
"
changeset,23415,[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.
"
changeset,1210,[1210],westi,"Revisions: Add a test case which checks the _edit_last postmeta value after a revision restore 

Also validates some of the things to be fixed for the off-by-one issues with authorship.
See: #20982, #16215
Props adamsilverstein for the original patch.
"
changeset,1214,[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 
"
changeset,23928,[23928],azaozz,"Revisions:
- Store the post format as meta on revisions (including autosaves).
- Add post formats data (post meta) when autosaving.
- Only add non-empty post formats data to revisions.
- Correct the post format when previewing a published post.
Props kovshenin, see #19570, see #20564.
"
changeset,24205,[24205],ocean90,"Revisions UI: RTL support. (And inline docs.)

props DrewAPicture, adamsilverstein. fixes #23897."
changeset,23994,[23994],ocean90,"Revisions UI: Remove the ""To:"" prefix from the header when viewing a single revision. Also prefix a revision field with a label.

props SergeyBiryukov, adamsilverstein, faishal. fixes #23903."
changeset,24254,[24254],ocean90,Revisions UI: Reduce the min width of a tick. props adamsilverstein. see #23901.
changeset,24219,[24219],ocean90,"Revisions UI: Redesigned slider handlers.

Also:
* Fix diff header styling in grey admin theme
* Prevent an overlap of the compare two checkbox on smaller screens

props melchoyce, DrewAPicture, adamsilverstein. fixes #24276."
changeset,24174,[24174],ocean90,"Revisions UI: Just another update - Now with improved tick marks and tooltips.

props adamsilverstein. see #23935."
changeset,23995,[23995],ocean90,Revisions UI: Increase the text contrast/color for the diffs. see #23810.
changeset,24020,[24020],ocean90,"Revisions UI: Disable previous and next buttons when you're on the first, and last node. Put revision ticks above the slider range. props lessbloat for initial patch. see #23899."
changeset,24157,[24157],ocean90,"Revisions UI: Add translation contexts and remove unneeded lines.

props nao. fixes #23917."
changeset,24173,[24173],ocean90,"Revisions UI: Add a help tab. props siobhan, DrewAPicture. see #23899."
changeset,24119,[24119],ocean90,"Revisions UI update:

 * Style status loading as a regular update message like on the other screens
 * Move compare two checkbox to diff header to avoid an overlap on long post titles
 * Restore color shades for the scope of changes visualisation 
 * Show tooltips while moving the slider handle
 * Diff header styling
 * Move color declarations to classic/fresh stylesheets
 * Sync admin color stylesheets

props jrbeilke for initial patch. see #23935."
changeset,24040,[24040],ocean90,Revisions JS: Fix typo. props westi . fixes #24136.
changeset,24253,[24253],ocean90,Revisions JS: Fix inline docs. props a.hoereth. see #23901.
changeset,23901,[23901],markjaquith,"Revisions CSS cleanup.

props ocean90. fixes #23933"
changeset,15909,[15909],nacin,Revisions and attachments should also generate meta capabilities as part of their cap object. see #14122.
changeset,7913,[7913],ryan,Revisioning for pages from mdawaffe. see #6775
changeset,23859,[23859],markjaquith,"Revision our post format postmeta.

props kovshenin, WraithKenny. see #20564."
changeset,12345,[12345],markjaquith,Revision 12345. Nothing but whitespace fixes. That's how I roll.
changeset,22239,[22239],koopersmith,"Revise and combine button selectors.

* Simplifies button selectors. Maintains backwards compatibility for several classes and makes creating new button styles considerably easier.
* Adds buttons documentation.
* Raw input submit/reset/button types now use default browser styles (instead of half-styled borders that did not look like buttons).
* Moves basic button color standardization to the beginning of wp-admin.

see #21598, #22197.

"
changeset,18888,[18888],koopersmith,Revise admin bar items based on user testing. Post at http://wp.me/pbNCB-qz. see #18197.
changeset,1683,[1683],michelvaldrighi,"reverting wp-admin/xmlrpc.php changes
"
changeset,2364,[2364],michelvaldrighi,"reverting the previous patch: it made it impossible to sort the list by category name
"
changeset,4989,[4989],markjaquith,Reverting non-security-related DBX upgrade.
changeset,4709,[4709],markjaquith,Reverting non-essential stuff for a mean-and-lean 2.0.7 release
changeset,7793,[7793],ryan,Reverting [7733].  Breaks listing of categories with posts that have parents with no posts.
changeset,7792,[7792],ryan,Reverting [7729].  Breaks listing of categories with posts that have parents with no posts.
changeset,5279,[5279],ryan,Reverting [5278].  It breaks mw_getRecentPosts.
changeset,12370,[12370],markjaquith,Reverting [12361] due to logic issue. see #10715
changeset,12368,[12368],markjaquith,Reverting [12331]. see #10057
changeset,12328,[12328],markjaquith,Reverting [12324] and [12322] after some discussion.
changeset,11218,[11218],ryan,Revert[11210].  fixes #9738 see #9515
changeset,19663,[19663],nacin,Revert. Wasn't meant for trunk.
changeset,19312,[19312],nacin,"Revert update changes that snuck in with [19311]. see #19255, see #18876."
changeset,17289,[17289],nacin,Revert unrelated cruft in [17288]. see #14647.
changeset,17766,[17766],nacin,Revert unrelated code from [17765].
changeset,20282,[20282],nacin,"Revert UI for caption fields to pre-[19982], keeping textarea for the caption field. No monospaced font, revert label. see #18311.

"
changeset,15307,[15307],nacin,Revert typo. Thanks autocomplete for randomly modifying my file. see #14026.
changeset,20217,[20217],azaozz,"Revert type=""number"" for the date/time fields as it introduces UI/styling issues, fixes #20217, see #17863"
changeset,22413,[22413],nacin,"Revert type=""email"" on the registration form to avoid validation issues. see #22183.

"
changeset,20196,[20196],nacin,"Revert type=""email"" (HTML5) as some browsers that do validation on these fields do not work for IDN domains yet. Core does not support these well either, but server-side validation can at least be dealt with by a plugin. see #17863.

"
changeset,16924,[16924],nacin,Revert to WP_DEFAULT_THEME if a child theme is in use and no style.css is present. fixes #15712.
changeset,16925,[16925],nacin,"Revert to WP_DEFAULT_THEME if a child theme is in use and no style.css is present. fixes #15712, props greuben."
changeset,17494,[17494],markjaquith,Revert to the cat=X permalinks from 3.0 and earlier. props dd32. fixes #16644 for trunk
changeset,17495,[17495],markjaquith,Revert to the cat=X permalinks from 3.0 and earlier. props dd32. fixes #16644 for 3.1
changeset,9433,[9433],markjaquith,Revert to simple Edit Post title for post editing screen. No longer makes sense with lack of breadcrumbs and the actual post title box so high on the screen
changeset,16972,[16972],scribu,Revert to raw SQL query and HTML in export author dropdowns. Fixes #15786
changeset,12061,[12061],markjaquith,Revert to old options table storage of rewrite_rules. Transient object caches would silently regenerate rewrite_rules without giving plugins a chance to readd endpoints. fixes #10981
changeset,10581,[10581],azaozz,"Revert to jQuery 1.2.6 until jQuery UI 1.7 is ready, see #8867"
changeset,17143,[17143],nacin,Revert to esc_html when escaping the textarea for nav menu item description. see #15454.
changeset,23455,[23455],SergeyBiryukov,"Revert to esc_attr_e() in setup-config.php to prevent a fatal error.
kses.php is not loaded at this point, so esc_url() cannot be used.

props csixty4, JustinSainton.
fixes #23516. see #23334."
changeset,1675,[1675],rboren,"Revert to default theme if active theme is broken.
"
changeset,16405,[16405],azaozz,"Revert the TinyMCE spellchecker to its old behaviour, update to tinymce_spellchecker_php_2_0_3, fixes #15268"
changeset,12323,[12323],westi,Revert the string change to the Discussion meta box as this is a generic box for multiple post types. Fixes #11346.
changeset,10501,[10501],ryan,Revert the revert per Matt. see #8999
changeset,11231,[11231],westi,Revert the rememeber last view for comments page code as it is confusing.
changeset,19131,[19131],azaozz,"Revert the look and functionality of Screen Options ans Help links/tabs, see #18197, see #18785
"
changeset,16403,[16403],scribu,Revert taxonomy.php part of [16402]. Not fully backed yet. See #12891
changeset,11736,[11736],ryan,Revert tango smilies back to old school WP smilies due to public hue and cry. see #10145
changeset,8666,[8666],ryan,Revert tag cloud changes in 8540 and 8569. They broke tag sorting. see #6015
changeset,16066,[16066],nacin,"Revert submit_button() for wp-includes, setup-config, install, login, signup. see [16061], see #15064, fixes #15247.
"
changeset,22088,[22088],ryan,Revert stowaway in [22087]
changeset,5634,[5634],rob1n,"Revert some links. see #4334
"
changeset,9308,[9308],ryan,Revert snoopy change that breaks with canonical feeds.
changeset,11899,[11899],azaozz,"Revert rotating images based on EXIF Orientation. Better time for this would be immediately after an image is uploaded, perhaps in media_handle_upload(), see #7042"
changeset,6128,[6128],ryan,Revert rename of more-link class. Props foolswisdom. fixes #4999
changeset,13040,[13040],wpmuguru,"revert remove error_reporting from ms-files.php, remove _deprecated_file call from blogs.php, see #11742"
changeset,18951,[18951],duck_,"Revert r18887 due to back compat issues. Fixes #18914.

For example 'intval' couldn't be used as a sanitisation callback.
"
changeset,19400,[19400],duck_,"Revert r18875. Sorting arrows should be displayed when the screen is too narrow. See #15993.
"
changeset,13140,[13140],markjaquith,Revert r13103 and merely restrict \$content_width obeying to is_admin(). fixes #12146
changeset,12986,[12986],markjaquith,Revert quote swap from [12955]. Fixes media upload links.
changeset,9503,[9503],ryan,Revert POP3 changes. Localization for wp-mail. Props filosofo. see #8051
changeset,7142,[7142],ryan,Revert plugin page styling for now. Props mt. see #6067
changeset,19130,[19130],azaozz,"Revert placement of Help and Screen Options to under the admin bar on the right, see #18197, see #18785"
changeset,12724,[12724],wpmuguru,"revert permission check in [12722], props ddebernardy, See #11894"
changeset,14547,[14547],nacin,Revert patch for expecting unslashed data in the metadata API. Had snuck in with [14546]. see #12416.
changeset,1230,[1230],ryan,"Revert parts of [1215] to reflects changes for #WP21767
"
changeset,6216,[6216],markjaquith,Revert partial prepare() implementation.  Needs to be all or nothing.  Props xknown.  fixes #5145
changeset,14455,[14455],nacin,Revert part of r14429 as it broke HTTP in setup-config. Revisit when we decide to fully deprecate get_bloginfo(url). see #9008.
changeset,13495,[13495],dd32,"Revert part of r13486, is_tax() is false for tags||categories. See #11904"
changeset,934,[934],nacin,"Revert part of [933].

"
changeset,6156,[6156],ryan,Revert part of [5263] to fix downloading in Safari. fixes #5040
changeset,17958,[17958],ryan,Revert part of [17920]. Support for empty tz must remain. Props johnjamesjacoby. fixes #17448
changeset,16158,[16158],westi,Revert part of [16126] and restore the correct behaviour in the ms sites list. Fixes #15297 props ronbme
changeset,15781,[15781],scribu,Revert part of [15780] included by accident. See #5919
changeset,15754,[15754],scribu,Revert part of [15753]. See [12914]. See #14666
changeset,15729,[15729],scribu,Revert part of [15713] to prevent notices. See #14645
changeset,15706,[15706],dd32,Revert part of [15703]. The Metadata API doesnt unserialize everything.
changeset,21395,[21395],nacin,"Revert parameter changes in [21394] as these are unnecessary.

Our plugin API always passes the requested number arguments to a callback,
even if previous callbacks asked for less arguments than later callbacks.

see #21264.

"
changeset,22653,[22653],nacin,"Revert page on front changes. Reverts [22127] [22129] [22135] [22136]. see #16379.

"
changeset,4636,[4636],markjaquith,Revert overzealous i18n from [4545].  Props nbachiyski.  fixes #3438
changeset,18390,[18390],azaozz,"Revert overriding the font color for the editor textarea in [18102], as it is a regression, fixes #17971"
changeset,19376,[19376],nacin,Revert other stuffs from [19374].
changeset,11603,[11603],ryan,Revert oops
changeset,14553,[14553],wpmuguru,"revert non-rewrite permalink settings to be compatible with 2.9, see 13106"
changeset,10500,[10500],ryan,Revert new LJ importer. see #8999
changeset,10499,[10499],ryan,Revert new LJ importer. see #8999
changeset,5675,[5675],rob1n,"Revert multiple category stuff. see #4285
"
changeset,15492,[15492],scribu,Revert MS related stuff in plugins.php from [15491]
changeset,16334,[16334],westi,Revert most of [16332] - renaming and deprecating a commonly used function is silly. Improving it is good. Fixes #15407.
changeset,16352,[16352],scribu,Revert most of [16018]. See #15032
changeset,19226,[19226],azaozz,"Revert media.php too, see #19174"
changeset,4354,[4354],markjaquith,revert login $_POST vars change from [4339].  fixes #3123
changeset,16793,[16793],scribu,Revert logic change made in [16789]. See #13818
changeset,11244,[11244],ryan,Revert line that breaks browser uploader
changeset,12720,[12720],ryan,Revert line accidentally added during merge. Props nacin. see #11644
changeset,20310,[20310],nacin,Revert label change in [20282]. see #18311.
changeset,21947,[21947],nacin,"Revert JS from [21921] as it breaks saving when no post date fields are present. see #17180.

"
changeset,8046,[8046],ryan,Revert jQuery hack. see #7082
changeset,5808,[5808],ryan,Revert jcalendar date picker experiment. Save it for another day. fixes #4641
changeset,19652,[19652],nacin,"Revert half of [19639]. If the blog_upload_space site_option is '0', restore 50 as a default. see #19538."
changeset,19654,[19654],nacin,"Revert half of [19639]. If the blog_upload_space site_option is '0', restore 50 as a default. see #19538 for 3.3."
changeset,17084,[17084],ryan,Revert get_users_of_blog() to 3.0 behavior and deprecate. Use get_users() in core. Props scribu. fixes #15854
changeset,5950,[5950],ryan,Revert get_col behavior. Props mdawaffe. fixes #4826
changeset,10646,[10646],ryan,Revert get_calendar() changes from [10602].  Broke calendar links. see #8351
changeset,13166,[13166],markjaquith,revert function rename from r13129 which broke the comments form. props beaulebens. see #9015
changeset,10930,[10930],ryan,Revert FTP parts of [10919]. fixes #9535 see #9525
changeset,18794,[18794],ryan,Revert fat fingers in [18793].  see #18690
changeset,16456,[16456],nacin,Revert extra stuff from [16455].
changeset,12651,[12651],ryan,Revert extra bits that snuck in with [12650]
changeset,12038,[12038],markjaquith,Revert errant local theme modifications in [12036]. Note to self: svn status is your friend.
changeset,21120,[21120],nacin,"Revert detection of page templates to 3.3 functionality.

WP_Theme in 3.4.0 used get_file_data(), which is far too strict when
compared to the original regular expression in get_page_templates().
This causes missing templates when, for example, the PHP comment
starts on the same line as the header.

see #20955 for 3.4.

"
changeset,21117,[21117],nacin,"Revert detection of page templates to 3.3 functionality.

WP_Theme in 3.4.0 used get_file_data(), which is far too strict when
compared to  the original regular expression in get_page_templates().
This causes missing templates when, for example, the PHP comment
starts on the same line as the header.

see #20955 for trunk.

"
changeset,19619,[19619],nacin,Revert debug in [19618].
changeset,17053,[17053],dd32,Revert debug cruft from r17052. See #15885
changeset,19681,[19681],dd32,"Revert Debug cruft from [19679], See #19249"
changeset,5453,[5453],ryan,Revert debug cruft accidentally committed with [5452].  Bad Ryan
changeset,16514,[16514],ryan,Revert debug
changeset,18910,[18910],nacin,Revert CSS that slipped into [18874]. see #18785.
changeset,18288,[18288],nacin,Revert commit to tag.
changeset,19718,[19718],nacin,Revert character encoding issue in [19716].
changeset,16409,[16409],nacin,"Revert changes to wptexturize() until test cases pass. Reverts [16280], [16378]. see #4539 and #15241."
changeset,14074,[14074],nacin,"Revert changes to maybe_serialize() made in r13673. Do not prevent double-serialization of data. see #12930. see also #12416. xref #7347, r8100, r8372, and others."
changeset,6998,[6998],ryan,Revert changes to canonical that broke redirects.  Props fitztrev. fixes #5961
changeset,20125,[20125],azaozz,"Revert change to the default font in the visual editor, see #20184"
changeset,24242,[24242],markjaquith,"Revert change to get_post_format() introduced in [24226].

see #24291"
changeset,16779,[16779],westi,Revert brokenness. See #15326.
changeset,14919,[14919],dd32,Revert back to spinner on bulk upgrades. See #11232
changeset,6574,[6574],ryan,Revert back to fat for now. see #5369
changeset,24009,[24009],ryan,"Revert attachment.url back to props.url. Fixes error that prevents inserting media into the editor.

see #24046
"
changeset,22563,[22563],nacin,"Revert accordion-delay code from [22400] that was causing problems. props lessbloat. fixes #21283.

"
changeset,10220,[10220],ryan,Revert accidentally committed bits
changeset,1207,[1207],ryan,Revert accidental slashing test updates
changeset,14430,[14430],nacin,"Revert accidental removal of parse_url(). see #9008, props PeteMall."
changeset,13669,[13669],ryan,Revert accidental junk. see #12186
changeset,14735,[14735],markjaquith,Revert accidental inclusion of another patch in [14734]. Doh. Reviewing that one next!
changeset,15741,[15741],markjaquith,Revert accidental inclusion in last commit... [15740]
changeset,11212,[11212],ryan,Revert accidental fxn rename
changeset,5504,[5504],markjaquith,Revert accidental debug commit in [5502]
changeset,15200,[15200],nacin,"Revert accidental commit. see [15199], see #13369"
changeset,5897,[5897],ryan,Revert accidental commit.
changeset,4832,[4832],ryan,Revert accidental commit.
changeset,4163,[4163],ryan,Revert accidental commit.
changeset,15888,[15888],scribu,Revert accidental changes to WP_Query made in [15887]. See #14163
changeset,22759,[22759],nacin,"Revert accidental changes to admin/includes/media.php in [22755]. see #22083.

"
changeset,8657,[8657],westi,"Revert accidental change. See #7509.
"
changeset,12968,[12968],dd32,Revert accidental case changes in [12966]. See #12035
changeset,11265,[11265],ryan,Revert accidental bits. see #9706
changeset,10386,[10386],ryan,Revert accidental bits. see #8708
changeset,6457,[6457],ryan,Revert accidental bits.
changeset,8377,[8377],ryan,Revert accidental bits that snuck in with [8376].  see #7227
changeset,22923,[22923],ryan,Revert accidental bits from r22919. see #22628
changeset,19664,[19664],nacin,"Revert a piece of [19424], go back to cloning a div for adding images in Press This. props azaozz, see #19498 for trunk."
changeset,20542,[20542],nacin,"Revert a piece of [19424], go back to cloning a div for adding images in Press This. props azaozz, fixes #19498 for 3.3."
changeset,17234,[17234],nacin,Revert _admin_bar_preferences() and add a class to the table row to allow it to be hidden. Forcing the use of CSS at least attempts to ensure that the developer will recognize that the saving aspect isn't handled. Handle this in the future across all settings screens. Reverts [17161]. fixes #16004.
changeset,9825,[9825],ryan,Revert [9773]. htmlspecialchars_decode() requires PHP 5.1. see #6992
changeset,9664,[9664],ryan,Revert [9523]. fixes #8195 see #7395
changeset,9414,[9414],ryan,Revert [9413]
changeset,9649,[9649],markjaquith,Revert [9193]. See #6627. Will revisit for 2.8
changeset,8882,[8882],ryan,"Revert [8881], patch wasn't ready. see #7738"
changeset,892,[892],nacin,Revert [886] and [888]. see [891].
changeset,8790,[8790],ryan,Revert [8655]. see #7526
changeset,853,[853],nacin,"Revert [852]. duh.

"
changeset,8649,[8649],ryan,Revert [8409] pending discussion. see #7341
changeset,8057,[8057],ryan,"Revert [8056], didn't quite work"
changeset,7891,[7891],westi,"Revert [7887] see #6915.
"
changeset,7811,[7811],ryan,Revert [770] for 2.5 pending further discussion.  see #6444
changeset,7814,[7814],markjaquith,Revert [7700] from trunk in preparation for a different #6444 solution
changeset,7720,[7720],ryan,"Revert [7689], gonna try another approach. see #6677"
changeset,7623,[7623],ryan,Revert [7606].  It breaks setting posts page.  see #6539
changeset,7622,[7622],ryan,Revert [7605].  It breaks setting posts page.  see #6539
changeset,7094,[7094],ryan,Revert [7093]. Need a different method. see #6032
changeset,7055,[7055],ryan,Revert [7054].  No idea how I managed that.
changeset,6956,[6956],ryan,Revert [6940].  Breaks atompub. see #5717
changeset,6925,[6925],ryan,Revert [6921]. see #5928
changeset,6839,[6839],ryan,Revert [6835] as it breaks the depth arg. see#5844
changeset,6372,[6372],matt,"Revert [6368]. Fixes #5448, fixes #5247 by adding a new filter to hook in specifically to add attributes, rather than filtering the whole thing. Minor formatting cleanup of comments_popup_link."
changeset,6065,[6065],markjaquith,Revert [6047] -- we await a better solution.  see #4858
changeset,6150,[6150],ryan,Revert [5969].  It can break permalinks.  see #4739
changeset,5668,[5668],rob1n,"Revert [5639] for 2.2 branch, it's causing problems. see #4296
"
changeset,5282,[5282],ryan,Revert [5275] - [5277].  Fix it later.  see #4153
changeset,5109,[5109],ryan,Revert [5102]
changeset,4746,[4746],ryan,Revert [4743].  Not needed.
changeset,475,[475],nacin,Revert [473] and [474]. knownWPBug checks if a ticket is closed.
changeset,4742,[4742],ryan,Revert [4735].  Not needed.
changeset,4409,[4409],markjaquith,Revert [3952] because it causes double slashing
changeset,2857,[2857],ryan,Revert [2808].  #1525 is invalid
changeset,24317,[24317],nacin,"Revert [24291] pending further discussion and sleuthing. see #24364.

"
changeset,24117,[24117],azaozz,"Revert [24113], wp-tinymce.js.gz is missing couple of files."
changeset,24048,[24048],nacin,"Revert [23871] - Customize should be added to the menu, but not hacked in as first. see #21413.

"
changeset,23637,[23637],nacin,"Revert [23411] until encoding differences are worked out. see #20771.

"
changeset,23500,[23500],helen,"Revert [23407], thereby restoring gradients and shadows. see #23415.
"
changeset,23390,[23390],markjaquith,"Revert [23375] until we can get Media fixed to work with newer versions of Backbone. see #23262
"
changeset,23501,[23501],helen,"Revert [23369] and [23370]: the icons. see #23333.
"
changeset,23531,[23531],nacin,"Revert [23359]. The post_author and comment_count post object fields will remain numeric strings for back compat. see #22324.

"
changeset,22785,[22785],nacin,"Revert [22767] and fix icon alignment issues in the sprites themselves. props lessbloat. fixes #22527.

"
changeset,22677,[22677],nacin,"Revert [22675]. wp_mime_type_icon() is more accurate when given a post ID, rather than a mime type. The ""speed"" mostly comes down to the ordering of cache hits, rather than any performance issues like #22503. see #21390.

"
changeset,22464,[22464],nacin,"Revert [22445]. see #20376. fixes #22389.

"
changeset,22549,[22549],nacin,"Revert [22421]. see #6821. see #22308. see #22419.

"
changeset,22406,[22406],nacin,"Revert [22387]. see #14466. see #22374.

"
changeset,22374,[22374],nacin,"Revert [22372].

"
changeset,22403,[22403],ryan,Revert [22365]. see #21167
changeset,22312,[22312],nacin,"Revert [22274]. see #22246.

"
changeset,23207,[23207],nacin,"Revert [21942] and have wp_publish_post() deal with the database directly. clean_post_cache() is now also called directly due to [21943].

Ports [23206] to the 3.5 branch.
fixes #22944.

"
changeset,23206,[23206],nacin,"Revert [21942] and have wp_publish_post() deal with the database directly. clean_post_cache() is now also called directly due to [21943].

fixes #22944 for trunk.
Unit tests: [1174/tests].

see #11399. see #21963.

"
changeset,21532,[21532],azaozz,Revert [21495]. Discussed in dev-chat: it's better if the themes implement this or something similar. 
changeset,22286,[22286],ryan,"Revert [21420] and [21481]. Accepting a string caused back compat problems including the possibility of revealing previously hidden circular dependencies resulting in infinite loops.

fixes #20683 #22111
see #21520
"
changeset,21299,[21299],nacin,"Revert [21287] until #21169 goes through. see #21321.

"
changeset,21118,[21118],nacin,Revert [21102] for 3.4. see #21019.
changeset,20781,[20781],nacin,"Revert [20776], and instead pass the current locale to browsehappy.com.

"
changeset,20576,[20576],ryan,Revert [20568] until a publish_post cap is introduced. see #20474
changeset,20097,[20097],nacin,Revert [20096] which was an accidental partial revert of [20094]. see #19815.
changeset,20015,[20015],nacin,"Revert [20001]. Theme roots that are passed around, stored, and cached can be valid as absolute paths or paths relative to wp-content. We'll have to patch this elsewhere. see #17597."
changeset,19963,[19963],nacin,Revert [19959]. The footer generator URL should be translated (think pt.wordpress.org). see #19978.
changeset,19947,[19947],azaozz,"Revert [19946], bumpbot may need to be UTF-8 aware."
changeset,19746,[19746],nacin,Revert [19745].
changeset,19448,[19448],nacin,Revert [19372] for 3.3. see #13473.
changeset,19451,[19451],azaozz,Revert [19264] to keep back-compat. Any improperly fired window.unload will have to be dealt with on a case by case basis.
changeset,19225,[19225],azaozz,"Revert [19223] and only stop showing the checkbox, props nacin, see #19174"
changeset,18911,[18911],nacin,"Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785."
changeset,18897,[18897],nacin,"Revert [18817]. Adding the new HTML to setup-config would make translation files stale, and I'd rather i18n that file first (see #18180). fixes #18865, see #16413."
changeset,18810,[18810],nacin,Revert [18804] until we have a proper solution. see #11520.
changeset,18809,[18809],nacin,"Revert [18783], as it breaks term relationship counts for attachment taxonomies. see #17548."
changeset,18752,[18752],westi,"Revert [18747] until we can discuss it further. See #18453.
"
changeset,19315,[19315],ryan,Revert [18665]. Causes fatal double include in themes that call get_header() twice. see #18331
changeset,18668,[18668],azaozz,"Revert [18664] and handle any similar cases separately, props SergeyBiryukov, fixes #16810, fixes #18656"
changeset,19547,[19547],westi,"Revert [18592] because there are issues to solve with autop/shortcode parsing ordering before we add this. See #10457 and #19411
"
changeset,18246,[18246],nacin,Revert [18243].
changeset,17950,[17950],azaozz,"Revert [17943] as it breaks plugins, props johnjamesjacoby, fixes #17484"
changeset,17836,[17836],markjaquith,"Revert [17835] temporarily, as it accidentally reverted something else."
changeset,18119,[18119],ryan,Revert [17663]. fixes #17131
changeset,17609,[17609],dd32,Revert [17608] adding back [17596] and actually include the dummy function this time. See #17057 Fixes #17050
changeset,17608,[17608],nacin,"Revert [17596] for now. props kawauso, see #17057, see #17050."
changeset,17347,[17347],ryan,"Revert [17327] and [15858]. Props markmcwilliams, JohnONolan, et al. see #16298 #8352"
changeset,17277,[17277],nacin,Revert [17275] and [17276]. The rabbit hole is too deep. see #16166.
changeset,17321,[17321],nacin,"Revert [17270], [17273], see #16166, see #16262."
changeset,17142,[17142],nacin,"Revert [16995] due to the way the data enters the db. props garyc40, see #15454."
changeset,17005,[17005],ryan,Revert [16987]. This pollutes home and siteurl during signup and blog creation. see #14867
changeset,17123,[17123],nacin,"Revert [16915]. Don't honor the page template for the posts page. Deal with this with a better UX in 3.2. see #15513, fixes #15945."
changeset,17357,[17357],markjaquith,Revert [16832]. see #9591. fixes #16282
changeset,16722,[16722],westi,Revert [16719] until it has has UI review. See #15580
changeset,16704,[16704],westi,Revert [16649] - The core output on this is for logged out users only - need to rework this if we want to move the output. See #14510
changeset,16964,[16964],nacin,Revert [16645]. see #15625.
changeset,17111,[17111],nacin,Revert [16614] and [16614]. Deal with plural form issues in early 3.2 and remove the hacks from Twenty Ten. see #13651.
changeset,16404,[16404],scribu,Revert [16402] outright. Causes issues with themes. See #12891
changeset,16385,[16385],scribu,Revert [16384]. See #15433
changeset,16597,[16597],ryan,Revert [16359]. Deal with it in 3.2. see #15361
changeset,16336,[16336],westi,Revert [16320] and [16321] for now. Breaks things
changeset,17016,[17016],nacin,"Revert [16292], admin_notices for non-network non-user only. all_admin_notices for all. fixes #14696."
changeset,16692,[16692],westi,Revert [16279] - the recursive nature of this regex doesn't play well with stack space. See #14993
changeset,16192,[16192],scribu,Revert [16182] for comments table. See#14579
changeset,16175,[16175],westi,Revert [16171] and [16172] - The class names were fine as they were and the MultiSite classes stand out more with the original naming.
changeset,16041,[16041],westi,Revert [16039]. Wasn't as much junk as it looked :-( See #14772.
changeset,16213,[16213],nacin,Revert [16021]. See #14170.
changeset,16521,[16521],nacin,"Revert [15994] for now, as the default widgets then go through an identity crisis. see #14876, #15493."
changeset,17226,[17226],ryan,Revert [15987] [15988] [15989]. Props SergeyBiryukov. see #9824 fixes #16041
changeset,15927,[15927],scribu,Revert [15925]. See #14579
changeset,17145,[17145],nacin,"Revert [15830] for wp-activate.php. see #15064, fixes #15976."
changeset,16575,[16575],markjaquith,"Revert [15829] for now, consider better solution for 3.2. see #13550"
changeset,16680,[16680],nacin,Revert [15742]. Custom post types and sticky posts don't mix. fixes #12702.
changeset,15718,[15718],ryan,Revert [15717]; it had extra bits in it
changeset,16535,[16535],nacin,"Revert [15688], [15689], [15691]. Try again in 3.2. see #14966."
changeset,15639,[15639],ryan,Revert [15637]. Still needed for PHP4.
changeset,17214,[17214],markjaquith,Revert [15611] for 3.1. Needs more time for peer review and iteration. see #14310
changeset,15254,[15254],nacin,"Revert [15219], [15250], some of [15249] for 3.0, revisit in 3.0.1. see #13822."
changeset,14978,[14978],nacin,"Revert [14853], [14778], returning tag/cat converter to tools.php and edit-tags.php. Link to import.php instead of the converter directly as it may not be installed. see #13566."
changeset,14763,[14763],westi,Revert [14755] as this breaks post_meta importing. See #12860.
changeset,14780,[14780],nacin,Revert [14695]. We need to be a bit less strict. see #13317.
changeset,14471,[14471],nacin,"Revert [14434] et al. Going back to checkboxes in the nav menus, holding drag-drop for future release. see #13247."
changeset,14374,[14374],ryan,Revert [14347] and [14372]. It broke more than we expected. Try again in 3.1. see #13051
changeset,14274,[14274],westi,Revert [14268] - It is much better to use JavaScript for this kind of enhancement. Output buffering is too fragile. See #12564.
changeset,14247,[14247],ryan,Revert [14230]. Broke menu save. see #10122
changeset,14040,[14040],nacin,"Revert [14011]. Add some actions. fixes #12109, see #12460."
changeset,13700,[13700],dd32,"Revert [13699], It breaks dynamic_sidebar(<int>) compatibility. Use a safer loop for clashes. See #12606"
changeset,13318,[13318],ryan,Revert [13187] pending further debate. see #12267
changeset,13196,[13196],wpmuguru,"revert [13036], change not consistent with MU, See #11644"
changeset,12916,[12916],dd32,Revert [12908]. Update Users cap to use a capability. See #12098. Props nacin
changeset,1257,[1257],nacin,"Revert [1256/tests] per IRC.

"
changeset,12486,[12486],westi,Revert [12485] as it breaks the functionality of is_serialized() and make more strings appear serialized. See #9930.
changeset,12957,[12957],westi,Revert [12460] for now while we consider a better fix. See #10041
changeset,12225,[12225],westi,Revert [12187] as it didn't fix the issue for all cases. See #10959.
changeset,12180,[12180],markjaquith,Revert [12133] — remove post image support from Default theme. Too hokey.
changeset,11630,[11630],ryan,"Revert [11524].  curl has its problems, but so does everything else. see #9998 fixes #10104 for trunk"
changeset,11631,[11631],ryan,"Revert [11524].  curl has its problems, but so does everything else. see #9998 fixes #10104 for 2.8.1"
changeset,11479,[11479],ryan,Revert [11475]. Keep those strings frozen for 2.8. see #9900
changeset,11420,[11420],ryan,Revert [11392]. It breaks custom taxonomies for attachments. see #8731
changeset,11363,[11363],ryan,Revert [11307]. fixes #9842
changeset,11324,[11324],ryan,Revert [11263]. Busted several themes. see #9323
changeset,12366,[12366],westi,"Revert [11212], [12252], [12255] and [12258]. Stick with Hello World for now and we will look at other solutions. See #110808."
changeset,11461,[11461],azaozz,"Revert [11202], see #9726"
changeset,1119,[1119],westi,"Revert [1118] - I don't think these new tests are for the correct behaviour, we need to discuss and review more

See: http://core.trac.wordpress.org/ticket/21977#comment:6
"
changeset,11085,[11085],ryan,Revert [10956]. fixes #9643 see #8619
changeset,10494,[10494],azaozz,"Revert [10489], it brings non-critical 404 errors"
changeset,8566,[8566],azaozz,Revert 8563
changeset,8565,[8565],azaozz,Revert 8562 (last was incorrect)
changeset,8564,[8564],azaozz,Revert 8562
changeset,23554,[23554],ryan,"Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767
"
changeset,16806,[16806],westi,Revert 16805 that was so not what I meant to do
changeset,16151,[16151],westi,Revert 16150 - breaks things more than it fixes things. See #14993
changeset,10508,[10508],ryan,Revert 10507.  Had extra bits in.  see #8702
changeset,18889,[18889],azaozz,"Revert 'auto' column setting, props markjaquith, see #18863"
changeset,6599,[6599],westi,Revert #5007 as it causes more trouble than it solves. Fixes #5273 for trunk.
changeset,6706,[6706],ryan,Revert #5007 as it causes more trouble than it solves. Fixes #5273 for 2.3
changeset,2808,[2808],matt,"Reversed links, fixes #1525"
changeset,19113,[19113],nacin,Reverse variable assignment order. D'oh. see #19108.
changeset,2348,[2348],saxmatt,"Reverse translation fix
"
changeset,3071,[3071],matt,"Reverse that cleanup, there is reason in the madness ;)"
changeset,4915,[4915],ryan,Reverse logic.
changeset,4654,[4654],markjaquith,Reverse backport (?) from 2.0.x of KSES filters
changeset,1373,[1373],rboren,"Revamp rewrite rule generation.  Add clean page links.  Credit to Jaykul for get_pagenum_link().
"
changeset,1477,[1477],saxmatt,"Rev of installer. Friendlier and better setup. Still needs error checking on admin_email and weblog title, real magic quotes handling, and to use an external DB structure to check everything.
"
changeset,1679,[1679],michelvaldrighi,"returning actual fault codes in pingback.ping
"
changeset,6616,[6616],ryan,"Return, don't echo, array. Props Otto42. fixes #5155"
changeset,22248,[22248],ryan,"Return WP_User objects when querying 'all' fields with WP_User_Query.
Allow passing stdClass or WP_User to the WP_User constructor.

fixes #22057
"
changeset,21627,[21627],ryan,Return WP_Post from get_adjacent_post(). see #21309
changeset,22307,[22307],ryan,"Return WP_Error when registering a taxonomy that exceeds 32 characters.

Props ocean90.
fixes #21593
"
changeset,22243,[22243],ryan,Return WP_Error when no editor is selected. Props markoheijnen. see #6821
changeset,21766,[21766],ryan,Return WP_Error if the db insert in wp_set_object_terms() fails. Props jndetlefsen. fixes #21800
changeset,23210,[23210],nacin,"Return WP_Error from wp_update_user() on a non-existent user, avoiding a fatal error in the process.

props n7studios, SergeyBiryukov.
fixes #22858 for trunk.
Unit tests: [11776/tests].

"
changeset,23211,[23211],nacin,"Return WP_Error from wp_update_user() on a non-existent user, avoiding a fatal error in the process.

Merges [23210] to the 3.5 branch.

props n7studios, SergeyBiryukov.
fixes #22858.

"
changeset,23374,[23374],SergeyBiryukov,Return WP_Error from wp_crop_image() if saving has failed. props macbrink. fixes #23325.
changeset,7547,[7547],ryan,Return WP_Error from download_url() on HTTP Errors.  Fix cases where current plugin filename differs from the WordPress.org slug. Props DD32. see #5586
changeset,3753,[3753],ryan,Return user ID if email exists.
changeset,14199,[14199],ryan,Return true. fixes #13094
changeset,5564,[5564],ryan,Return true when deleting link to satisfy admin-ajax error check.  see #4189
changeset,18510,[18510],ryan,Return true upon success in remove_user_from_blog(). Props eightamrock. fixes #17344
changeset,16677,[16677],nacin,Return true if not is_admin. Tidy. see #14903.
changeset,12612,[12612],ryan,Return true for all admin user is multisite is not enabled. see #11644
changeset,20211,[20211],nacin,Return to step 1 on custom-header.php if not POST data is sent. Good for if step=2 or 3 is in the URL and the page is refreshed (otherwise a nonce check fails). see #20249.
changeset,18984,[18984],ryan,Return to snack menu instead of full menu. Experiment over. see #18197
changeset,20024,[20024],ryan,Return to apply_filters_ref_array() for back compat with callbacks that specify a ref for the args. Props scribu. see #18536
changeset,5006,[5006],ryan,Return theme uri in theme data.  Props nazgul. fixes #3866
changeset,24240,[24240],markjaquith,"Return the requested image size in get_the_post_format_image()

props kovshenin. fixes #24188."
changeset,2657,[2657],ryan,Return the modified query from remove_query_arg().  Props MC_incubus  fixes #1362
changeset,7492,[7492],matt,Return the content so everything doesn't go blank from [7491]. See #6537. Hat tip: robmil.
changeset,15595,[15595],nacin,"Return the character range removed in [15594]. fixes #14633, props demetris."
changeset,21889,[21889],nacin,"Return term slugs rather than term names in attachment_fields_to_edit() as that is what we are dealing with. props eddiemoya, fixes #20765.

"
changeset,4577,[4577],ryan,Return status from save_mod_rewrite_rules().  Props Viper007Bond.  fixes #3409
changeset,3242,[3242],ryan,Return role object after adding.
changeset,8535,[8535],ryan,Return response in foreach loop and remove debugging line. Props santosj. see #4779
changeset,11216,[11216],ryan,Return ref. Props nbachiyski. fixes #9109
changeset,5460,[5460],ryan,Return proper protocol. fixes #3886 for 2.3
changeset,5461,[5461],ryan,Return proper protocol. fixes #3886 for 2.2
changeset,21708,[21708],nacin,"Return post_parent, menu_order, guid, and post_mime_type from wp.getPost(). Props maxcutler. fixes #21308 for the 3.4 branch.

"
changeset,21526,[21526],ryan,"Return post_parent, menu_order, guid, and post_mime_type from wp.getPost(). Props maxcutler. fixes #21308"
changeset,2654,[2654],ryan,Return post_ID from write_post() and pass it along when doing a save and continue redirect.  Props: CŽedric
changeset,1586,[1586],rboren,"Return post ID from generic_ping().  Bug 229.
"
changeset,2655,[2655],ryan,Return output of list_cats() when calling from wp_list_cats().  Props: edavis  fixes #1449
changeset,2656,[2656],ryan,Return output of get_links() when calling from wp_get_links().  Props: Kafkaesqui  fixes #1437
changeset,9859,[9859],ryan,Return null if queried object not found. fixes #8244
changeset,12200,[12200],ryan,Return null if no term queried. fixes #11112
changeset,22472,[22472],nacin,"Return nothing in get_adjacent_post() when $in_same_cat = true but the post doesn't support (or otherwise have) categories. Avoids SQL error. props batmoo, SergeyBiryukov. fixes #15959.
"
changeset,13362,[13362],ryan,Return menu object from wp_create_nav_menu(). Fix trailing separator in menu list. Disable menu delete because it deletes the current menu when a new menu is added. see #11817
changeset,184,[184],mikelittle,"return is not a function!
"
changeset,5104,[5104],ryan,Return instead of exit in template-loader.  Props Otto42 and Nazgul. fixes #3790
changeset,3217,[3217],matt,"Return if not an array, fixes #1940"
changeset,12208,[12208],ryan,Return if no post to avoid warnings
changeset,12223,[12223],ryan,Return if no comment queried
changeset,3351,[3351],ryan,Return ID not user_login.
changeset,5803,[5803],ryan,Return hook as null instead of empty string.  Props DD32. fixes #4639
changeset,19117,[19117],duck_,"Return full WHERE clause from get_posts_by_author_sql() if the post type isn't registerd. Fixes SQL sytax on users list when 'post' is unregistered. Fixes #19116.
"
changeset,23410,[23410],SergeyBiryukov,Return from image_downsize() earlier if a custom resize function is used. props anatolbroder. fixes #23392.
changeset,11194,[11194],ryan,Return fiter result directly. Props Denis-de-Bernardy. fixes #9690
changeset,14120,[14120],dd32,Return false on WP_Filesystem_FTPext::dirlist() for non-existant folders. See #12232. See #12057 
changeset,17526,[17526],ryan,Return false instead of WP_Error from get_term_by() if the term does not exist. Makes fetching a term by id consistent with slug and name. Props hakre. fixes #16464 #16717 for trunk
changeset,17527,[17527],ryan,Return false instead of WP_Error from get_term_by() if the term does not exist. Makes fetching a term by id consistent with slug and name. Props hakre. fixes #16464 #16717 for 3.1
changeset,24057,[24057],nacin,"Return false in get_post_format() if the post does not exist.

props adamsilverstein, ericlewis.
fixes #23255.

"
changeset,20613,[20613],nacin,"Return false in get_attached_file() when the file does not exist, rather than a path to the base uploads directory. props mikeschinkel. fixes #18855."
changeset,3028,[3028],ryan,Return false if we don't find the option.
changeset,16299,[16299],ryan,Return false if upload_space_check_disabled is true in upload_is_user_over_quota(). Props SergeyBiryukov. fixes #14121
changeset,16478,[16478],ryan,Return false if empty cat passed. Restores old behavior.
changeset,12372,[12372],ryan,Return false from is_paged() if on the first page. Props Denis-de-Bernardy. fixes #11389
changeset,18062,[18062],ryan,Return false from is_page_template() if the template is default. Props johnbillion. fixes #17458
changeset,6975,[6975],ryan,Return false from edit timestamp click handler. Props fitztrev. fixes #5954
changeset,10955,[10955],markjaquith,Return false for corrupted serialized strings. props Denis-de-Bernardy. fixes #9549
changeset,7038,[7038],ryan,Return error when requesting invalid feed format. Props pishmishy. fixes #5446
changeset,7430,[7430],ryan,Return error if term DB insert fails
changeset,7205,[7205],ryan,Return error if base dir empty. Props DD32. see #5586
changeset,9089,[9089],ryan,Return enclosure data in mw_getPosts(). Props Otto42. fixes #7772
changeset,17437,[17437],ryan,"Return empty strings instead of WP_Errro from get_category_link(), get_term_link(), and get_tag_link() when passed an invalid term.  Clarify phpdoc.  Props nacin. fixes #16521 for trunk"
changeset,17438,[17438],ryan,"Return empty strings instead of WP_Errro from get_category_link(), get_term_link(), and get_tag_link() when passed an invalid term.  Clarify phpdoc.  Props nacin. fixes #16521 for 3.1"
changeset,9133,[9133],ryan,Return empty post list instead of fault code when there are no posts. Props josephscott. fixes #7287
changeset,11064,[11064],ryan,Return empty list if requests bookmark category does not exist. Props Viper007Bond. fixes #7507
changeset,12571,[12571],ryan,Return empty array instead of null. Props Denis-de-Bernardy. fixes #11661 for trunk
changeset,12572,[12572],ryan,Return empty array instead of null. Props Denis-de-Bernardy. fixes #11661 for 2.9
changeset,11571,[11571],ryan,"Return empty array instead of false from get_editable_user_ids. Props Denis-de-Bernardy, pairg. fixes #10119 for trunk"
changeset,11572,[11572],ryan,"Return empty array instead of false from get_editable_user_ids. Props Denis-de-Bernardy, pairg. fixes #10119 for 2.8.1"
changeset,15994,[15994],nacin,Return empty array in wp_get_sidebars_widgets() if no sidebars are defined. fixes #14876.
changeset,17427,[17427],ryan,Return early if list is not an array. Props nacin. fixes #16499 for trunk
changeset,17428,[17428],ryan,Return early if list is not an array. Props nacin. fixes #16499 for 3.1
changeset,10058,[10058],ryan,Return description not name. Props josephscott. fixes #8494
changeset,11948,[11948],westi,Return correct results for both single and array cases. Fixes #10803.
changeset,10652,[10652],ryan,Return correct edit link. Props josephscott. fixes #9147 for 2.7
changeset,10651,[10651],ryan,Return correct edit link. Props josephscott. fixes #9147
changeset,11624,[11624],ryan,Return correct date in date_created_gmt field. Props josephscott. fixes #10244 for trunk
changeset,11625,[11625],ryan,Return correct date in date_created_gmt field. Props josephscott. fixes #10244 for 2.8.1
changeset,2144,[2144],saxmatt,"Return comment even if blank.
"
changeset,10206,[10206],ryan,Return cat name and description. Props josephscott. fixes #8494 for 2.7
changeset,10205,[10205],ryan,Return cat name and description. Props josephscott. fixes #8494
changeset,5393,[5393],rob1n,"Return based on whether the hook was removed or not. Props mdawaffe. fixes #4223

Note that this will almost definitely *not* affect existing implementations. The way most code is set up now is to just call remove_filter() or remove_action().
"
changeset,8280,[8280],ryan,Return base dir and url from wp_upload_dir(). Props DD32. fixes #6762
changeset,19821,[19821],nacin,Return an empty object properly. see #17242.
changeset,11756,[11756],markjaquith,Return an empty array instead of false for get_children() when no children found. props Denis-de-Bernardy. fixes #10053
changeset,14183,[14183],ryan,Return after echoing cached calendar. Fixes double output. Props mtdewvirus. fixes #13077
changeset,3666,[3666],ryan,Return after delete so we don't re-add an empty field.
changeset,6459,[6459],ryan,Return after bailing since bail doesn't always die now.  Don't do queries if constructor didn't complete. see #5495
changeset,6458,[6458],ryan,Return after bailing since bail doesn't always die now.  Don't do queries if constructor didn't complete. see #5495
changeset,9204,[9204],ryan,Return affected rows for alter queries. Props BjornW. fixes #7215
changeset,21567,[21567],nacin,"Return a variable reference from get_pages(). see [21559], see #21309, fixes #20756.

"
changeset,13408,[13408],westi,Return a 404 error if the request feed type doesn't exist not a 500. Fixes #12341 props aaroncampbell.
changeset,17597,[17597],dd32,"Return 4xx errors as a standard response from WP_HTTP, Brings it in line with the rest of the transports for 4xx error handling.  See #17010"
changeset,7508,[7508],ryan,Reture true from got_mod_rewrite if we can't determine if the module is loaded.  Add got_rewrite filter. Props andy. fixes #6278
changeset,12524,[12524],ryan,Retunr WP_Error from wp_crop_image() and image_resize(). Props mdwaffe. fixes #9922
changeset,1620,[1620],saxmatt,"Retrospam check from Kitten
"
changeset,17100,[17100],ryan,Retrieve only IDs and then do a user fetch loop so that all required user data is present. Props scribu. fixes #15888
changeset,3658,[3658],ryan,Retrieve bookmarks for multiple cats.  Props MichaelH. fixes #2592
changeset,13049,[13049],ryan,Retore p_status. see #9674
changeset,11917,[11917],ryan,Retire Jerome's keywords  importer
changeset,11916,[11916],ryan,Retire Jerome's keywords  importer
changeset,15682,[15682],dd32,"Retire IIS 3,4,5 Set-Cookie redirection workaround. See [2436] for original implementation. See #10187"
changeset,11915,[11915],ryan,Retire BunnyTags importer
changeset,11914,[11914],ryan,Retire BunnyTags importer
changeset,21295,[21295],azaozz,"Retina: fix the icon positions in the original editor buttons sprite, reset the css tweaks and adjust the positions in the 2x sprite, see #21019"
changeset,21399,[21399],azaozz,"Retina: add image editor 2x icons, props empireoflight, see #21019"
changeset,22167,[22167],nacin,"Retina/span spinner cleanup. Restores CSS classes no longer used by core. props lessbloat. fixes #21456.

"
changeset,20814,[20814],azaozz,"Retina display icons: add 2x sprite for the toolbar, props chexee, fixes #20293"
changeset,20818,[20818],azaozz,"Retina display icons: add 2x image for wp-badge.png, props chexee, fixes #20293"
changeset,10,[10],helenyhou,"Retina assets: various arrows, date icon, generic gear icon, image edit, list table view, media button and icons, blue admin menu, xit, pointer arrow and flag, and RSS; from the excellent empireoflight."
changeset,8,[8],helenyhou,"Retina assets: stars, from chexee."
changeset,9,[9],helenyhou,"Retina assets: comment bubble and tails, from saracannon."
changeset,15265,[15265],ryan,Retern variable to avoid notice in PHP 4.
changeset,18123,[18123],ryan,Retain screen-reader-text for pages shown in the admin. see #17524
changeset,6079,[6079],ryan,Retain default category when converting categories to tags. fixes #4845
changeset,16075,[16075],nbachiyski,"Retain backwards compatiblity for the few plugins using _n_noop()
"
changeset,5397,[5397],ryan,Resurrect wp_parse_args() for 2.2.
changeset,9071,[9071],ryan,Resurrect users menu
changeset,21581,[21581],ryan,"Resurrect the switched global. Some are still using it. see #21459
"
changeset,8836,[8836],ryan,Resurrect Search Pages button
changeset,3291,[3291],ryan,Resurrect save_post action for back compat.  fixes #2063
changeset,5784,[5784],ryan,Resurrect noquery
changeset,16243,[16243],ryan,Resurrect nav-tab-wrapper. Lost in [16136]. see #15154
changeset,7027,[7027],ryan,Resurrect moderation.php as a redirect to edit-comments.php.
changeset,4140,[4140],ryan,Resurrect idmode.  Props MichaelH and westi.  fixes #2386
changeset,6048,[6048],ryan,Resurrect hide_empty
changeset,18111,[18111],ryan,Resurrect hash_hmac() compat for hosts that --disable-hash. Props aaroncampbell. fixes #17647
changeset,15170,[15170],ryan,Resurrect get_blog_list() and get_most_active_blogs() but leave deprecated. Props ocean90. fixes #13773
changeset,6087,[6087],ryan,Resurrect count padding.
changeset,7917,[7917],ryan,Resurrect comment approval notification. Props chmac. fixes #6892 for trunk
changeset,7918,[7918],ryan,Resurrect comment approval notification. Props chmac. fixes #6892 for 2.5
changeset,6090,[6090],ryan,Resurrect admin-functions.php and upgrade-functions.php for back compat. fixes #4956
changeset,8378,[8378],ryan,Resurrect 7615. see #7227
changeset,17272,[17272],ryan,Resurrect 'tag' query processing. see #16157
changeset,22414,[22414],nacin,"restrict_manage_users action. props jakemgold, johnjamesjacoby. fixes #19295.

"
changeset,4752,[4752],ryan,Restrict wp_remote_fopen to remote files.
changeset,20753,[20753],ryan,Restrict the media editor to posts with the attachment post type. Props helenyhou. fixes #20625
changeset,13657,[13657],ryan,Restrict schemes allowed in wp_validate_redirect()
changeset,21087,[21087],markjaquith,"Restrict post IDs

Backports [21048] for the 3.3 branch.
"
changeset,21048,[21048],ryan,Restrict post IDs
changeset,17078,[17078],ryan,Restrict meta update/delete to the current post. Props kawauso. fixes #15276
changeset,7111,[7111],ryan,Restrict edit.php searches to posts.  No pages.
changeset,1043,[1043],michelvaldrighi,"restoring Dougal's Conditional GET logic, way better than the poop I had placed there
"
changeset,17380,[17380],markjaquith,"restore_current_blog() in add_user_to_blog() and remove_user_from_blog() before early return, to avoid being stuck in a switched state. props mdawaffe. fixes #16444 for trunk."
changeset,17379,[17379],markjaquith,"restore_current_blog() in add_user_to_blog() and remove_user_from_blog() before early return, to avoid being stuck in a switched state. props mdawaffe. fixes #16444 for trunk."
changeset,15712,[15712],nacin,"Restore wp_delete_category. props blepoxp, fixes #15008."
changeset,7380,[7380],ryan,Restore wp-langs changes. Props azaozz. fixes #6273
changeset,13894,[13894],wpmuguru,"restore user list display in single site, props ocean90, see #12711, #12767"
changeset,7356,[7356],westi,"Restore upload.php as we really need it. See #5911.
"
changeset,15363,[15363],nacin,Restore trackback_rdf(). reverts [13991]. fixes #11139 for trunk.
changeset,15364,[15364],nacin,Restore trackback_rdf(). reverts [13991]. fixes #11139 for 3.0.
changeset,23275,[23275],nacin,"Restore TinyMCE dropdowns to their 3.4 appearance in RTL. props helen. see #23101.

"
changeset,23276,[23276],nacin,"Restore TinyMCE dropdowns to their 3.4 appearance in RTL.

Merges [23275] to the 3.5 branch.
props helen.
fixes #23101.

"
changeset,24085,[24085],markjaquith,"Restore the title visibility for Asides (but keep autogeneration fallback).

see #24011."
changeset,14507,[14507],westi,Restore the strtotime(). See #9285.
changeset,23440,[23440],SergeyBiryukov,Restore the original wp_convert_bytes_to_hr() code. fixes #19067.
changeset,18265,[18265],dd32,"Restore the md5 in the Dash widget cache key, prevents issues with long widget ids. Props nacin. Fixes #16927"
changeset,19358,[19358],azaozz,"Restore the handle arrow in Post publish metabox, props ocean90, fixes #19299"
changeset,20209,[20209],dd32,"Restore the h1 styling for wp_die(), primarily affects database down messages. See #17975
"
changeset,12043,[12043],westi,Restore the functionality of the theme_root filter. See #10467.
changeset,16203,[16203],westi,Restore the functionality of some of the other timezone format modifiers in date_i18n props nbachiyski.
changeset,17841,[17841],westi,Restore the functionality of date_i18n to pre [17747] so that is works without a provided timestamp again. Fixes #17278.
changeset,23409,[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.
"
changeset,16686,[16686],westi,Restore the fix with to the Create New User form fields. Fixes #15642.
changeset,23153,[23153],nacin,"Restore the duck punch of TinyMCE's schema from [23120], along with updated rules for all HTML5 elements, as painstakingly audited against the HTML5 spec.

Remove conflicting and unnecessary code in the WP TinyMCE plugin.

Fixes all known regressions when working with the embed, object, video, audio, source, and param elements in TinyMCE.

props markjaquith, koopersmith.
fixes #22790, #22842.
fixes #22842.

"
changeset,23154,[23154],nacin,"Restore the duck punch of TinyMCE's schema from [23120], along with updated rules for all HTML5 elements, as painstakingly audited against the HTML5 spec.

Remove conflicting and unnecessary code in the WP TinyMCE plugin.

Fixes all known regressions when working with the embed, object, video, audio, source, and param elements in TinyMCE.

props markjaquith, koopersmith.
fixes #22790, #22842.

Merges [23153] to the 3.5 branch.

"
changeset,23083,[23083],nacin,"Restore the Description field to the media UI in 3.5.

We tried in vain -- a noble but ultimately failed effort -- to reduce the number of fields for attachments from four (title, caption, alt, description) to one (caption for images, title otherwise). Alternative text needed to stay for accessibility reasons, of course.

Eventually title returned due to heavy plugin reliance. Description is too used by too many plugins (often times incorrectly -- the caption is more likely the proper field), hence its less-than-triumphant return today.

Version 3.5 has tried to streamline media in a number of ways. Removing fields may have been too much at once, as it forced not only a user interface change, but a paradigm change as well.

Finally, on upload we populate the description field with IPTC/EXIF captions, rather than the caption field. See #22768, this should be fixed. For now, Description stays.

This commit also restores 'Title' attribute editing to the main tab of the Edit Image dialog. The ""Title"" field no longer populates title attributes for <img> tags by design (for accessibility and other purposes, see #18984). So, here is a more obvious 'workaround' for the tooltip community.

Finally, this:
 * Cleans up the post.php attachment editor, including by showing a prettier form of the mime type.
 * Enables plugins to specifically hide attachment_fields_to_edit from either post.php (where you can create meta boxes) or the modal (which you may not want to clutter), for compatibility reasons.
 * Hides the 'Describe this file...' placeholder when a field is read-only in the modal.

props nacin, helenyhou.
fixes #22759.

"
changeset,11832,[11832],westi,Restore the default behaviour on install of blogs appearing in search engines. Fixes #10621 for trunk.
changeset,11833,[11833],westi,Restore the default behaviour on install of blogs appearing in search engines. Fixes #10621 for 2.8 branch.
changeset,14646,[14646],westi,Restore the correct behaviour of bloginfo('text_direction'). Fixes #13360. See #13206.
changeset,12391,[12391],westi,Restore the check for trueness on $user_id so we don't run the queries or create the objects. Fixes #11419 props Denis-de-Bernardy.
changeset,22090,[22090],ryan,Restore the behavior of the 'all' status for comment queries. Props SergeyBiryukov. see #21101
changeset,189,[189],tellyworth,restore the accented character test in test_wp_unique_filename
changeset,16013,[16013],westi,Restore the (at most 15) on the Recent Posts Widgets UI - Accidentally removed as part of [14483].
changeset,21050,[21050],westi,"Restore the 'extra_theme_headers' filter in the deprecated get_theme_data function so that plugins/themes using this function can still access their extra headers.

Fixes #20897 props nacin, georgestephanis, SergeyBiryukov.
"
changeset,21686,[21686],nacin,"Restore the 'allowed_themes' filter.

This filter has wrapped the network-wide themes, outside of the network-wide
allowed function (dating back to MU), hence the unusual placement. This restores
previous behavior; we will introduce new filters to enable greater flexibility.

see #21099.
for trunk.

"
changeset,21699,[21699],nacin,"Restore the 'allowed_themes' filter.

This filter has wrapped the network-wide themes, outside of the network-wide
allowed function (dating back to MU), hence the unusual placement. This restores
previous behavior; we will introduce new filters to enable greater flexibility.

see #21099.
for the 3.4 branch.

"
changeset,14190,[14190],westi,Restore support for floating point numbers in number_format_i18n(). Fixes #10555.
changeset,13927,[13927],wpmuguru,"restore super admin icon pending updated menu sprite, see #12374"
changeset,16067,[16067],nacin,"Restore submit_button() for user-new. props markmcwilliams, see #15064."
changeset,18845,[18845],ryan,Restore sorting by post_name in get_pages(). Props SergeyBiryukov. fixes #18805
changeset,16776,[16776],westi,Restore some more cap checks for clarity. See #15326.
changeset,14768,[14768],westi,"Restore some more ""Show on screen"" headers. See #13393."
changeset,14732,[14732],wpmuguru,"restore single WP permalink settings per 2.9.X, related #13106, see #13303"
changeset,12977,[12977],wpmuguru,"restore shell wp-content/blogs.php & add deprecated warnings, props nacin, see #11742"
changeset,20494,[20494],nacin,"Restore semicolons to the end of jQuery UI files, as they are needed when concatenating the files together. Will be adjusted upstream as well. props ocean90. fixes #20466.

"
changeset,9069,[9069],ryan,Restore search boxes. CSS to-do. Props Viper007Bond. see #7552
changeset,16386,[16386],nacin,"Restore rule for #submitted-on. props JohnONolan, see #15426."
changeset,21793,[21793],ryan,Restore return by ref for make_entry(). Props SergeyBiryukov. fixes #21839
changeset,19364,[19364],nacin,Restore RDF feed. fixes #4967.
changeset,14277,[14277],nacin,"Restore radios for MS site flags, as the schema supports other values. see #12832"
changeset,15791,[15791],scribu,Restore previous filter order in WP_Query. See #14997
changeset,23314,[23314],SergeyBiryukov,Restore Press This context menu in Firefox and Opera. props trepmal. fixes #22614.
changeset,16907,[16907],dd32,"Restore pre-3.1 ""Status:"" header handling for IIS in wp_redirect. Revist in 3.2 to see if it's still required. Fixes #10187"
changeset,13923,[13923],dd32,Restore pluggable for twentyten_setup(). Its impossible for child themes to override without using a callback to remove the filter at a higher priority. Props jorbin. Fixes #12806
changeset,18412,[18412],nacin,"Restore page-template-default body class. props peterwilsoncc, fixes #18018 for trunk."
changeset,18413,[18413],nacin,"Restore page-template-default body class. props peterwilsoncc, fixes #18018 for 3.2."
changeset,17193,[17193],nacin,Restore original argument order for the taxonomy quick_edit_custom_box hook. fixes #15285.
changeset,18950,[18950],nacin,Restore object handling in add_contextual_help(). see #18785.
changeset,13545,[13545],dd32,"Restore MultiSite checks on Upload settings, Add proper whitelisting. Props Denis-de-Bernardy. Fixes #11687"
changeset,13451,[13451],nacin,"Restore manage_pages_columns filter in wp_manage_posts_columns(). Pass post type to manage_posts_columns, and add a manage_{$post_type}_posts_columns filter. fixes #12398"
changeset,6661,[6661],ryan,Restore Link Categories to menu.
changeset,17893,[17893],koopersmith,"Restore lines in publish box, speed up misc-action edit animations. see #17324."
changeset,11452,[11452],ryan,Restore LEFT JOIN for post_status_join. fixes #9851 see #9720
changeset,22385,[22385],ryan,Restore keyboard accessibility to the color picker. Props lessbloat. see #21206
changeset,15840,[15840],nacin,"Restore jQ noConflict. props filosofo, fixes #15147."
changeset,6971,[6971],ryan,Restore JIT script localization.  Props azaozz. fixes #5921
changeset,1149,[1149],ryan,"Restore home, siteurl, and _SERVER after test."
changeset,21736,[21736],nacin,"Restore global references that broke the media and comment list tables. Todo, make list tables rely far less on global state. see #21309.

"
changeset,6653,[6653],ryan,Restore global post when resetting the query. Props ionfish. fixes #5439
changeset,12288,[12288],westi,Restore functionality of setup_userdata() when a user id is supplied. See #11271 and #11222.
changeset,8350,[8350],ryan,Restore fields removed in [7645]. Props rm53. fixes #7320 for trunk
changeset,8351,[8351],ryan,Restore fields removed in [7645]. Props rm53. fixes #7320 for 2.6
changeset,13874,[13874],dd32,Restore Edit link for active plugins. Whitespace & if end markers. Also removed a non-needed bool check. Fixes #12741
changeset,9729,[9729],ryan,Restore do_meta_boxes actions for the dashboard. fixes #8240
changeset,21056,[21056],nacin,"Restore CSS rules for div.inner-sidebar, for backwards compatibility with plugins using these classes manually. props azaozz, fixes #20911.

"
changeset,5485,[5485],ryan,Restore crack-headed arg passing to register_sidebar_widget(). fixes #4275 for 2.3
changeset,5484,[5484],ryan,Restore crack-headed arg passing to register_sidebar_widget(). fixes #4275
changeset,17622,[17622],markjaquith,Restore compat.php includes. see #16918
changeset,18404,[18404],nacin,Restore compat for json_decode and json_encode. fixes #18015 for trunk.
changeset,18405,[18405],nacin,Restore compat for json_decode and json_encode. fixes #18015 for 3.2.
changeset,23087,[23087],nacin,"Restore captions for non-image attachments. see #22759.

"
changeset,16745,[16745],nacin,Restore bottom padding in plugin rows. fixes #15547.
changeset,21595,[21595],ryan,Restore blog_option_* filter. see #21459
changeset,13701,[13701],dd32,"Restore backwards compatibility of integer sidebars(""sidebar-$i""). See #12606"
changeset,13399,[13399],dd32,Restore backwards compatibility in automatic_feed_links() to deregister the extra feeds. Props Viper007Bond. See #12364
changeset,19408,[19408],azaozz,"Restore back-compat with wp_tiny_mce(), see #19320"
changeset,13970,[13970],nacin,Restore arrow used in widgets panel. Doubled as fav-arrow.gif until [13824]. see #12586
changeset,17114,[17114],nacin,"Restore an exit we need. props duck_, fixes #15518."
changeset,3150,[3150],ryan,Restore accidental reversion.
changeset,3149,[3149],ryan,Restore accidental reversion.
changeset,13761,[13761],nacin,Restore accidental removal of get_usernumposts(). This function is now deprecated in favor of count_user_posts() for naming consistency. fixes #12642 props Viper007Bond.
changeset,13791,[13791],nacin,Restore a missing moderate_comments cap check in Right Now dashboard widget. see #12202
changeset,22147,[22147],nacin,"Restore a CSS declaration accidentally changed in [22019]. props ocean90, fixes #22036.

"
changeset,21568,[21568],nacin,"Restore _get_post_ancestors() in deprecated.php to prevent fatal errors. see #21309.

"
changeset,13323,[13323],dd32,Restore [13194] which was accidentally overwritten in [13315]. See #12256
changeset,12601,[12601],ryan,"Restore [10490], part of which was accidentally reverted."
changeset,4447,[4447],markjaquith,Restore 2x missing <br />.  Props Nazgul and Xmion.  fixes #3221
changeset,12248,[12248],ryan,Restore 'Add New Themes' menu name. Props  nacin. fixes #10738
changeset,18945,[18945],nacin,Restore $screen argument for contextual_help* filters. see #18785.
changeset,21767,[21767],ryan,Restore  in get_the_excerpt(). Props c3mdigital. fixes #21797
changeset,19217,[19217],azaozz,"Ressurect WP_Scripts::localize() and fix public function names, fixes #11520"
changeset,18673,[18673],azaozz,"Responsive themes screen, props helenyhou, see #18198"
changeset,18669,[18669],azaozz,"Responsive tag and category pages, props saracannon, see #18189"
changeset,22887,[22887],koopersmith,"Responsive CSS for the media modal. props azaozz. see #22615, #21390.
"
changeset,20272,[20272],azaozz,"Responsive columns on the dashboard and write screens, first run, see #20015"
changeset,22960,[22960],ryan,"Responsive and RTL css improvements or the media modal.

Props ocean90, koopersmith
see #22615
"
changeset,18736,[18736],azaozz,"Responsive admin improvements for the dashboard, new/write screens and links screens, see #18198"
changeset,300,[300],westi,Respect WP_DEBUG flag
changeset,5017,[5017],markjaquith,Respect user trailing slash preference for multipage posts and eliminate redundant /1/.  fixes #3949
changeset,21091,[21091],azaozz,"Respect user settings when auto-switching postbox columns on mobile devices, fixes #21005"
changeset,10490,[10490],ryan,"Respect time zone when displaying autosave and revision time.  Props janbrasna, designsimply. fixes #8750 #6489 for trunk"
changeset,10491,[10491],ryan,"Respect time zone when displaying autosave and revision time.  Props janbrasna, designsimply. fixes #8750 #6489 for 2.7"
changeset,10504,[10504],westi,Respect the translation argument of mysql2date again. Fixes #9035 and #8989.
changeset,14121,[14121],dd32,"Respect the post_type param for Taxonomy Queries, Props Otto & Dougal Campbell. Restrict Attachment post_status joins to queries involving attachment results (""any"" or ""attachment""). See #13020"
changeset,2225,[2225],rboren,"Respect the mode.  Props: ringmaster.  http://mosquito.wordpress.org/view.php?id=804
"
changeset,24162,[24162],ryan,"Respect the link to setting when inserting a gallery.

Props SergeyBiryukov
fixes #23298 for 3.5
"
changeset,24161,[24161],ryan,"Respect the link to setting when inserting a gallery.

Props SergeyBiryukov
fixes #23298
"
changeset,19372,[19372],westi,"Respect the default comment/ping status for new posts even when someone has hidden the meta box which lets you alter them on a per-post basis.
Fixes #13473 props solarissmoke. 
"
changeset,19000,[19000],dd32,Respect the Content-Type header developers pass to WP_HTTP. Fixes #18982
changeset,14128,[14128],dd32,Respect the comment ID parameter in comment_excerpt(). Props tenpura. Fixes #12874 
changeset,22093,[22093],ryan,Respect ssl for the image src link in edit_form_image_editor(). see #21391
changeset,5265,[5265],rob1n,"Respect show_option_all in wp_list_categories(). Props westi. fixes #4145
"
changeset,9416,[9416],ryan,Respect respond_id. props filosofo. fixes #8011
changeset,8178,[8178],ryan,Respect post_ID update when doing multiple add meta AJAX requests.  Props mdawaffe. fixes #7170 see #6457 for 2.5
changeset,8177,[8177],ryan,Respect post_ID update when doing multiple add meta AJAX requests.  Props mdawaffe. fixes #7170 see #6457
changeset,2472,[2472],ryan,Respect post password protection for enclosures.  http://mosquito.wordpress.org/view.php?id=1040
changeset,12875,[12875],ryan,Respect maximum embed height. Props Viper007Bond. fixes #11980
changeset,21165,[21165],nacin,"Respect -1 as a memory limit setting.

Don't override memory_limit = -1 with a fixed value.
Know that WP_MEMORY_LIMIT = -1 can override a fixed value.

props aaroncampbell
fixes #14889

"
changeset,24075,[24075],helen,"Respect $compat values for the link format fallback output. props wonderboymusic. see #23347.
"
changeset,8706,[8706],ryan,Respect  argument in get_author_feed_link().  Props Latz. fixes #7564
changeset,4155,[4155],ryan,Resolve table ambiguity.Props filosofo. fixes #3091
changeset,22956,[22956],ryan,"Resolve race conditions in Attachments.more(). Provides for smoother refreshes when searching and properly cleans out content components.

Props koopersmith
fixes #22656
"
changeset,22957,[22957],ryan,"Resolve race conditions in Attachments.more().

Props koopersmith
fixes #22656
"
changeset,23295,[23295],markjaquith,"Resolve DOCUMENT_ROOT symlinks and standardize Windows slashing for various paths related to Multisite rewrite rule generation. props SergeyBiryukov, nacin, wpewill. fixes #23104 and #23073 for trunk"
changeset,23296,[23296],markjaquith,"Resolve DOCUMENT_ROOT symlinks and standardize Windows slashing for various paths related to Multisite rewrite rule generation. props SergeyBiryukov, nacin, wpewill. fixes #23104 and #23073 for 3.5
"
changeset,10916,[10916],azaozz,"Resizing and animation for widgets, see #9511"
changeset,2787,[2787],matt,Resize the text area on the fly
changeset,15210,[15210],nacin,"Reset variables back to empty arrays instead of unsetting them in dbDelta. prevents a warning. props mitchoyoshitaka, fixes #13715."
changeset,23951,[23951],SergeyBiryukov,Reset transition property in toolbar CSS to avoid conflicts with themes. props kwight. fixes #24031.
changeset,22156,[22156],koopersmith,"Reset the media modal to the library view after inserting a gallery. fixes #22151, see #21390, #21809.
"
changeset,14302,[14302],ryan,Reset the global current_user object when the current user is changed.
changeset,650,[650],kurtpayne,Reset the global $comment object between tests
changeset,21335,[21335],azaozz,"Reset text-indent on the toolbar, props mfields, fixes #21362"
changeset,11400,[11400],ryan,Reset post-related globals in wp_reset_query(). Props Denis-de-Bernardy. fixes #9256
changeset,14817,[14817],dd32,"Reset position after shaking the login screen, Fixes IE6 hiding the Remember Me & Login buttons. Props ocean90. Fixes #13495"
changeset,10198,[10198],ryan,Reset port when saving credntials. Props dwenaus and DD32. fixes #8580 for trunk
changeset,10199,[10199],ryan,Reset port when saving credntials. Props dwenaus and DD32. fixes #8580 for 2.7
changeset,9926,[9926],ryan,Reset parent_file after admin_header include to fix screen icon
changeset,12282,[12282],azaozz,"Reset notice after restoring a comment from the trash, props caesarsgrunt, fixes #11223"
changeset,20387,[20387],azaozz,"Reset negative top margin on submenus when folding/unfolding the admin menu, fixes #20380"
changeset,1001,[1001],ryan,Reset current_screen global.
changeset,22280,[22280],nacin,"Reset box-sizing to toolbar CSS to avoid conflicts with themes. props betzster, fixes #21863.

"
changeset,19486,[19486],azaozz,"Reset aria_arrtibutes when reaching admin submenu, see #19394"
changeset,21945,[21945],nacin,"Reset $taxonomy in single_row's default branch. props tott. fixes #21240.

"
changeset,18734,[18734],duck_,"Rescue those who created menu items before r18733. Trim menu item descriptions. See #16799.
"
changeset,3418,[3418],ryan,Rerun comment text back through kses.
changeset,24126,[24126],nacin,"Required arguments can't follow optional arguments.

Make required arguments optional in confirm_blog_signup().

Mark arguments as required in _future_post_hook(), the walker method display_element(), get_author_link() (deprecated), and the WP_Widget constructor.

props rlerdorf.
see #24210.

"
changeset,7504,[7504],markjaquith,"require_once() the dashboard include, using ABSPATH. props Viper007Bond. fixes #6356"
changeset,15716,[15716],ryan,require_once to avoid error from admin bar snack menu include
changeset,21203,[21203],nacin,require_once dashboard.php in wp_ajax_dashboard_widgets() so it is testable. props kurtpayne. fixes #UT41.
changeset,1837,[1837],rboren,"require_once admin.php from admin-header.php.  This will avoid having to change plugins that use the old style include.  Bug 393.
"
changeset,1331,[1331],rboren,"Require wp-config.php from wp-l10n.php to make sure WPLANG is always set.
"
changeset,10684,[10684],ryan,Require user to be logged in to comment on private posts. Props tott. see #8997
changeset,1578,[1578],rboren,"Require upgrade-functions.php so that call to upgrade_all() does not fail.  Reported by shelleyp, fixed by 2fargon.
"
changeset,20566,[20566],ryan,"Require the edit_posts capability for wp_getPostFormats.

Props maxcutler.
Fixes #20154
"
changeset,10514,[10514],azaozz,"Require smilies to be surrounded by spaces or be at the beginning or end of the line, see #6464"
changeset,19089,[19089],nacin,Require show_ui rather than public for a taxonomy's parent post type. see #19080.
changeset,15811,[15811],ryan,Require plugin.php earlier so all pluggables can get at it. Props skeltoac. fixes #15042
changeset,6662,[6662],ryan,Require PHP 4.3
changeset,5313,[5313],rob1n,"Require once only. Props masquerade. fixes #4192
"
changeset,16548,[16548],westi,"Require nonces for all the confirm links so we know they actually came from us.
Add a nonce check on the confirm links in the Network Admin stage two.
"
changeset,3185,[3185],ryan,Require manage_options cap to access Options menu.
changeset,22581,[22581],nacin,"Require Imagick 2.1.1 or greater, based on whether the queryFormats() method can be called statically.

props markoheijnen, DH-Shredder. fixes #22308.

"
changeset,20684,[20684],nacin,"Require both wp-head-callback and admin-head-callback for custom header theme support. fixes #20603.

"
changeset,4600,[4600],markjaquith,Require an attachment ID for upload.php?action=edit.  fixes #3333
changeset,11596,[11596],ryan,Require all plugin page requests (?page=) to be for registered plugins pages. Provides CYA for plugins that don't do enough cap checking. action requests not bound to a plugin page still go through.
changeset,11595,[11595],ryan,Require all plugin page requests (?page=) to be for registered plugins pages. Provides CYA for plugins that don't do enough cap checking. action requests not bound to a plugin page still go through.
changeset,3423,[3423],ryan,Require admin.php. fixes #2263
changeset,10892,[10892],ryan,Require active plugin files to end in .php. Props hakre. fixes #9406
changeset,6030,[6030],markjaquith,Require a slash AND the absence of an equals sign to designate the passed $uri as a base (without a query string).  fixes #4903 for trunk
changeset,224,[224],mikelittle,"require -> require_once
b2config.php -> wp-config.php
"
changeset,212,[212],mikelittle,"require -> require_once
b2config.php -> wp-config.php
"
changeset,99,[99],mikelittle,"Require -> require_once
"
changeset,5128,[5128],ryan,Requesting wp-comments-post.php with GET should return 405.  Props Mike Little. fixes #3797
changeset,13996,[13996],nacin,"Request XML from an oEmbed provider if the provider returns '501 Not Implemented' for JSON. props nbachiyski, fixes #11964."
changeset,22134,[22134],nacin,"Request WP_User objects when caling get_users() in XML-RPC's wp.getUsers method. see #18428.

"
changeset,12026,[12026],ryan,Request only as many incoming links and we'll display. Props niallkennedy. fixes #10685
changeset,891,[891],nacin,"Request all open tickets from a Trac install at once.

This prevents repeated HTTP requests for individual tickets and
allows us to keep knownWPBug (or @ticket - see #102) in place for
tickets already closed, without any real performance penalty.
This is good for tracking and also in case a bug is reopened.

This shaved 30 seconds off the test suite run time for me.

"
changeset,198,[198],tellyworth,reproduce #6571
changeset,9073,[9073],azaozz,Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.
changeset,9185,[9185],ryan,Report curl errors
changeset,9807,[9807],markjaquith,Repoint and redirect edit.php?p=X to edit-comments.php?p=X
changeset,8767,[8767],azaozz,"Reply to comments from admin, small improvements and fixes, see #7435"
changeset,8720,[8720],azaozz,"Reply to comments from admin, first run, see #7435"
changeset,15176,[15176],iammattthomas,Replacing previous classic theme logo with a new one from Ben Dunkle
changeset,855,[855],michelvaldrighi,"replacing hardcoded wp_users table
"
changeset,6582,[6582],matt,"Replacing FAT with jQuery effects, new styling for alerts. See #5369."
changeset,1674,[1674],michelvaldrighi,"replaced old weblog_ping with new IXR-based weblog_ping
"
changeset,857,[857],jverber,"Replaced hardcoded wp_users table
"
changeset,49,[49],saxmatt,"Replaced by wp-install.php
"
changeset,1087,[1087],rboren,"Replaced by gettext.
"
changeset,1085,[1085],rboren,"Replaced by gettext.
"
changeset,1805,[1805],michelvaldrighi,"replaced  stuff with user_can_*() stuff
"
changeset,14016,[14016],dd32,Replace use of tmpfile() with a safe get_temp_dir(). tmpfile() may use a temporary directly which is not writable. Add static caching to get_temp_dir() & better protect against bad server configs. Fixes #12866
changeset,10160,[10160],azaozz,Replace ui.sortable.js with the minified version
changeset,22238,[22238],ryan,Replace the sanitize loop at the end of WP_Query::get_posts() with an array_map of get_post(). get_post() will ensure each object in the loop is sanitized and is of the type WP_Post. see #22162
changeset,7588,[7588],westi,"Replace the last usage of ctype_digit with is_numeric. Fixes #6534 for trunk props mtekk.
"
changeset,7589,[7589],westi,"Replace the last usage of ctype_digit with is_numeric. Fixes #6534 for 2.5.1 props mtekk.
"
changeset,22227,[22227],dd32,"Replace the hard coded version and PHP/MySQL requirements in update-core.php by pulling in the new version.php file during installation. Fixes #22015 #11639. See #21789
"
changeset,21577,[21577],azaozz,"Replace the dark spinner with the light on the widgets screen and retire wpspin_dark.gif, props helenyhou and lessbloat, fixes #20957"
changeset,11544,[11544],westi,Replace the _ before sorting the timezones. Fixes #10066 props nbachiyski.
changeset,8955,[8955],azaozz,"Replace the ""delete"" icon (current one is too bright)"
changeset,5260,[5260],rob1n,"Replace some stristr's with stripos'.
"
changeset,18551,[18551],duck_,"Replace regex in path_is_absolute() with simpler equality checks. props coffee2code. fixes #17754
"
changeset,8045,[8045],ryan,Replace ref to dimensions with jquery core
changeset,21894,[21894],nacin,"Replace QuickPress labels with gray prompt texts. Stylish, but also done for localization purposes (string lengths). props ocean90. fixes #21754.

"
changeset,13818,[13818],iammattthomas,"Replace query strings with arras in Twenty Ten, see #12698. Props demetris."
changeset,15279,[15279],dd32,Replace Permalink options Javascript with easily understood jQuery version
changeset,21696,[21696],nacin,"Replace multiple wp_enqueue_script() calls in nav-menus.php with dependencies. props SergeyBiryukov. fixes #21777.

"
changeset,1031,[1031],scribu,"Replace literal ellipsis with three dots. fixes #129

"
changeset,834,[834],maxcutler,Replace lingering references to wp-testdata.
changeset,21459,[21459],azaozz,"Replace last remaining gradients with css, standardize the gradient css cascade, props ocean90, fixes #16461"
changeset,15599,[15599],scribu,Replace is_term() with is_tax(). See #14161
changeset,22350,[22350],nbachiyski,"Replace gp_endswith() with working implementation

In [22349] we introduced a call to gp_endswith(),
whcih doesn't exist in WordPress, only in GlotPress.

See #22337
"
changeset,23431,[23431],SergeyBiryukov,"Replace get_user_id_from_string() with get_user_by(). props ocean90, bananastalktome. fixes #23192. see #23190."
changeset,16332,[16332],scribu,Replace get_the_category() with get_the_categories(). Props filosofo. Fixes #15407
changeset,6837,[6837],ryan,Replace fieldset with h3 in settings pages. Props hansengel. see #5851
changeset,6127,[6127],ryan,Replace faulty regex. Props tenpura. fixes #4820
changeset,11853,[11853],westi,Replace eval usage in request processing with new WP_MatchesMapRegex() class usage. See #9602 props hakre.
changeset,11891,[11891],westi,Replace eval usage in request processing with new WP_MatchesMapRegex() class usage. Fixes #9602 for 2.8 branch props hakre.
changeset,23658,[23658],SergeyBiryukov,Replace deprecated WP_Screen::is_network property with WP_Screen::in_admin( 'network' ). props bpetty. fixes #23215.
changeset,5285,[5285],rob1n,"Replace deprecated get_settings() calls with get_option(). Props johnbillion. fixes #4167
"
changeset,2451,[2451],ryan,Replace dateYMDhour with user_registered.  http://mosquito.wordpress.org/view.php?id=1121 Props: Andy Skelton
changeset,14321,[14321],ryan,Replace dashes with empty strings instead of underscores so that keys match keys that might be stored in a persistent cache from 2.9.  Remove current user reset. Kinda buggy.
changeset,12544,[12544],azaozz,"Replace ctype_digit() with is_numeric() for better compatibility, props markup, fixes #11620 for trunk"
changeset,12545,[12545],azaozz,"Replace ctype_digit() with is_numeric() for better compatibility, props markup, fixes #11620 for 2.9"
changeset,20675,[20675],nacin,"Replace commas with periods when converting ratings float values to strings, to avoid issues with localized decimal points.

In these cases, we want a period because it is going to be used by CSS.

props SergeyBiryukov.
fixes #19593.

"
changeset,16992,[16992],nacin,"Replace check_permissions() with ajax_user_can(). New method returns true/false to current_user_can(), which we then handle in admin ajax. see #15326."
changeset,1040,[1040],scribu,"replace calls to deprecated wp_get_single_post() with get_post()

"
changeset,19636,[19636],azaozz,"Replace background image with CSS3 gradient in wp_die(), fixes #19701 for 3.3"
changeset,19635,[19635],azaozz,"Replace background image with CSS3 gradient in wp_die(), fixes #19701"
changeset,20419,[20419],koopersmith,"Replace all instances of thickbox theme preview with the theme customizer. fixes #20404.

* Use theme customizer in theme install/update screens.
* Separate the customize loader from the customizer. Use wp_customize_loader() to include the loader script and markup.
* Deprecated: wp-admin/js/theme-preview.js is now no longer used by core."
changeset,20409,[20409],markjaquith,"Replace <br/> and <br> in addition to <br /> in clean_pre(). fixes #20400
"
changeset,18027,[18027],azaozz,"Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311"
changeset,23890,[23890],nacin,"Replace $user_id removed in [23889] with a direct function call. see #23665.

"
changeset,15519,[15519],scribu,replace $table with $wp_list_table. See #14651
changeset,13147,[13147],dd32,"Replace $authordata usage with API, Restore ""Also posted in..""/""Also tagged..."" on taxonomy archives, Handle Excerpts for Asides correctly on Archives. See #9015"
changeset,5033,[5033],ryan,Rephrase category delete AYS prompt. Props rob1n. fixes #3464
changeset,17489,[17489],markjaquith,Reparse the taxonomy query if query vars change. fixes #16622 for trunk
changeset,17490,[17490],markjaquith,Reparse the taxonomy query if query vars change. fixes #16622 for 3.1
changeset,4623,[4623],ryan,Reparent edit comments tab. Props mdawaffe. fixes #3448
changeset,10763,[10763],ryan,Reparent children when deleting a comment. Props vladimir_kolesnikov. fixes #9003 for 2.7
changeset,10762,[10762],ryan,Reparent children when deleting a comment. Props vladimir_kolesnikov. fixes #9003
changeset,8124,[8124],mdawaffe,"Reorganize menus according to wireframes.

Temporarily put Settings all under one submenu item.

Since there is no longer a Write menu, add big buttons on manage pages for creating new objects.

Fix current menu/submenu.
"
changeset,12921,[12921],wpmuguru,"reorganize code on ms startup. props nacin, see #11644"
changeset,22903,[22903],nacin,"Reorganize and polish the About WordPress 3.5 screen. Offer strings for translation.

props lessbloat, helenyhou, markjaquith, nacin.
fixes #22455.

"
changeset,13366,[13366],ryan,Reorg nav menu files. see #11817
changeset,3714,[3714],ryan,Reorg comment functions. #2525
changeset,3844,[3844],ryan,Reorg category functions.  #2525
changeset,3843,[3843],ryan,Reorg category functions.  #2525
changeset,3845,[3845],ryan,Reorg bookmark functions.  #2525
changeset,18675,[18675],westi,Reorder the titles in the Network Admin and Global Dashboard to put the locations first. Fixes #18304 props duck_
changeset,5963,[5963],ryan,Reorder post/page status dropdowns.  Props mdawaffe. fixes #4848
changeset,9445,[9445],ryan,Reorder dash widgets
changeset,8864,[8864],ryan,Reorder comment actions. see #7552
changeset,12287,[12287],azaozz,"Reorder comment actions, fixes #11258"
changeset,7375,[7375],ryan,Renew autosave nonce. Props andy. fixes #6266
changeset,3092,[3092],ryan,Renaming.  object and subpost are now attachment.  post_type is post_mime_type.
changeset,1247,[1247],michelvaldrighi,"renaming the links update cache file
"
changeset,628,[628],saxmatt,"Renaming Reloaded.
"
changeset,1308,[1308],saxmatt,"Renaming install-config.php to setup-config.php
"
changeset,444,[444],saxmatt,"Renamed.
"
changeset,318,[318],saxmatt,"Renamed.
"
changeset,314,[314],saxmatt,"Renamed to wp-admin.css.
"
changeset,515,[515],kurtpayne,"Renamed this into a separate class dedicated to testing the wp_ajax_delete_comment() function.  Fixed some phpdoc comments and two bugs:

 * The total was being returned inconsistently (based on a random number).  The test now expects either value
 * The test_ajax_trash_comment_no_id() method was being run as a subscriber, not as an administrator"
changeset,383,[383],alex_t_king,"renamed these files to wp-
"
changeset,589,[589],saxmatt,"Renamed template editor and fixed wordings.
"
changeset,315,[315],saxmatt,"Renamed quicktag files.
"
changeset,586,[586],saxmatt,"Renamed b2register -> wp-register
"
changeset,381,[381],alex_t_king,"renamed b2edit.showposts.php and added a title, cleaned up the comments display, and added links to the other sections
"
changeset,380,[380],alex_t_king,"renamed b2edit.form.php and added links to the posts and comments sections
"
changeset,14738,[14738],nacin,"Rename wp_save_nav_menu_item to wp_save_nav_menu_items. Though it could handle one item, it expects a mess of post data containing an array of menu items. see #13447."
changeset,8702,[8702],ryan,Rename wp_insert_post filter to wp_insert_post_data to avoid collision. see #5196
changeset,13634,[13634],nacin,Rename WP_ENABLE_MULTISITE to WP_ALLOW_MULTISITE to minimize confusion. Prevent direct access to network.php without the constant unless the install process was already started. see #11816 for network.php. see #11644
changeset,8313,[8313],ryan,Rename wp_caption shortcode to caption.  Allow themes to disable captioning.  Use dashes instead of underscores in class names. Props azaozz. see #6812
changeset,17296,[17296],nacin,Rename wp_admin_bar_init to _wp_admin_bar_init and add a note that removing this action is the wrong way to do it.
changeset,774,[774],nacin,"Rename wp-testbin to bin.

"
changeset,13159,[13159],nacin,Rename wp-includes/blogs.php to ms-blogs.php. See #11644
changeset,1695,[1695],rboren,"Rename using_mod_rewrite() to using_index_permalinks().  Start removing blogfilename references.
"
changeset,15901,[15901],nacin,Rename Update menu to Updates in network admin. see #14435
changeset,17740,[17740],nacin,"Rename twentyeleven_color_schemes hook to twentyeleven_enqueue_color_scheme, so its purpose is clear. Also rename twentyeleven_color_styles() to twentyeleven_enqueue_color_scheme(), and twentyeleven_link_color() (which sounds like a getter) to twentyeleven_print_link_color_style(). Some tidying in twentyeleven_layout_classes(). see #17198."
changeset,23836,[23836],markjaquith,"Rename the_extra_content() to the_remaining_content().

fixes #23877."
changeset,1231,[1231],dd32,"Rename the WP_HTTP testcase 'test_location_header_on_200' to 'test_location_header_on_201' and modify test / test script accordingly, PHP doesn't allow us to issue a Location with a 200 response, and the ticket it refers to is specifically about 201 responses.
See #16889
"
changeset,875,[875],nacin,"Rename the unit tests wp-config.php to wp-tests-config.php. Also:
 * Rename wp-testdata to data
 * Rename wp-testlib to includes
 * Rename wp-testcase to tests
 * Begin to remove files from the old test suite we no longer need to port code from

fixes #98. see #42.

"
changeset,1135,[1135],nbachiyski,"Rename the test file, too
"
changeset,24063,[24063],nacin,"Rename the show_post_format_ui filter to enable_post_format_ui. 'show' is a different concept - this filter entirely disables the UI. see #23929.

"
changeset,19456,[19456],azaozz,"Rename the problematic ""unload"" event in Thickbox to ""tb_unload"", making it a true custom event, fixes #19189"
changeset,18656,[18656],azaozz,"Rename the newly added action 'after_theme_change' to 'after_switch_theme' so it matches the 'switch_theme' action, props scribu, see #17979"
changeset,13214,[13214],dd32,Rename the new 'themes_loaded' hook to 'after_setup_theme' to prevent confusion as to what it actually does & where its fired from. Fixes #12231
changeset,21909,[21909],koopersmith,"Rename the attachment-thumbnail class in the media modal Attachment view to prevent conflicts with wp_get_attachment_image(). see #21390.
"
changeset,16623,[16623],nbachiyski,"Rename the $rm variable so that the logic in win_is_writable() makes more sense
"
changeset,21211,[21211],markjaquith,"Rename the ""HTML"" editor tab to ""Text"" (as it has never been a pure HTML editor, but a text editor that supports HTML and also does some HTML transformations automatically). fixes #20993"
changeset,904,[904],nacin,"Rename tests to conform to this standard: the class Tests_A_B_C.php should be found in Tests/A/B/C.php.

One class per file. Tests are now organized by general component, rather than by the core file they are found in.

Work in progress. Some classes need to be renamed, and some files still need to be moved (and split up).

"
changeset,727,[727],westi,"Rename TestCleanUrl class to TestEscUrl class to reflect the newer name for this function.
"
changeset,4,[4],tellyworth,rename test_capabilities to test_user_capabilities
changeset,17864,[17864],markjaquith,"Rename submenus to not clash with top level menus. Introduce all_items CPT string, defaulting to menu_name. fixes #17378"
changeset,24024,[24024],SergeyBiryukov,Rename some variables for consistency. Remove redundant absint() call. see #24010.
changeset,8893,[8893],ryan,Rename some media text. see #7552
changeset,10747,[10747],ryan,rename simplepie.inc to class-simplepie.php. fixes #9295
changeset,4390,[4390],markjaquith,Rename SimplePie name to follow standard
changeset,15,[15],tellyworth,rename rss item test
changeset,16195,[16195],scribu,Rename property _screen to screen. See #14579
changeset,1171,[1171],SergeyBiryukov,Rename pomo tests to conform to the standard introduced in [904]. see [1106].
changeset,4136,[4136],ryan,Rename Nickname to Username and mark Username and E-mail as required.  Props filosofo.  fixes #2940
changeset,13035,[13035],dd32,Rename new taxonomy page hooks to prevent hook conflicts. See #12171
changeset,11435,[11435],westi,"Rename new function to sanitize_html_class() to hilight exactly what it is for, Fixes #8446."
changeset,16149,[16149],westi,Rename new classes to match our coding standards. Fixes #15280.
changeset,13585,[13585],ryan,Rename Network menu to Super Admin. Avoids the Network/Site confusion and makes it clear that these menus require and exercise super admin capabilities. Opportunity for a caped icon. see #11644
changeset,18026,[18026],ryan,"Rename network admin submenus to not clash with top level menus. Props ocean90, markmcwilliams. see #17378"
changeset,13378,[13378],ryan,Rename nav menu widget. see #11817
changeset,1023,[1023],scribu,"Rename multisite configuration file to 'multisite.xml'. Fixes #111
"
changeset,13253,[13253],nacin,Rename is_installed() to ms_not_installed(). See #12083
changeset,6740,[6740],ryan,Rename is_front() to is_front_page() to avoid conflict with bbPress.  see #3682
changeset,13920,[13920],dd32,"Rename Install to More Information, Add an Install Now action link to the Plugin Installer search results. See #11050"
changeset,2994,[2994],ryan,Rename image-uploading to inline-uploading. Props skeltoac. fixes #1834
changeset,13815,[13815],westi,Rename get_specific_template as get_template_part so as to make it clearer as to the point of the function. See #12371
changeset,13023,[13023],ryan,Rename get_post_link() to get_post_permalink() to avoid conflict with bbPress. Props scribu. fixes #12172
changeset,15801,[15801],scribu,Rename get_edit_term_url() to get_edit_term_link() for consistency. See #9702
changeset,949,[949],nbachiyski,"Rename get() to get_object_by_id()

All the other object manipulation methods have object in its name. Also
it's better for the reader to know we get it by id, otherwise it's too
generic.
"
changeset,1199,[1199],nbachiyski,"Rename generators to formatters
"
changeset,22402,[22402],duck_,"Rename filter on $args sent to export_wp() for clarity. See #19863.
"
changeset,6422,[6422],ryan,Rename file. see #4470
changeset,13262,[13262],ryan,Rename file. see #11817
changeset,21856,[21856],nacin,"Rename duplicately defined internal functions (add_js, display_header) for documentation purposes. props bpetty, fixes #21564.

"
changeset,18012,[18012],ryan,Rename duplicate delete_post and deleted_post actions to before_delete_post and after_delete_post. Props scribu. fixes #13731
changeset,21878,[21878],nacin,"Rename div#footer to div#wpfooter in the admin. Namespace one of our major elements and avoid clashing with widgets with the id of 'footer'. props andrewryno, koopersmith. see #14466.

"
changeset,16142,[16142],scribu,Rename class.wp-object-query.php to class-wp-object-query.php. See #15032
changeset,15589,[15589],markjaquith,"Rename caller_get_posts WP_Query flag to ignore_sticky_posts, because that is the only thing it does. fixes #14624. props scribu"
changeset,20334,[20334],azaozz,"Rename back the handle for the editor CSS, props nacin, fixes #19843"
changeset,19232,[19232],nacin,"Rename attachment link button from 'Post URL' to 'Attachment Post URL.' props jeremyclarke, fixes #13544."
changeset,5286,[5286],rob1n,"Rename app.php to wp-app.php and change references. fixes #4168
"
changeset,15530,[15530],scribu,Rename admin-table.js to list-table.js
changeset,16349,[16349],scribu,Rename action to 'manage_plugins_custom_column' to be consistent with other screens. See #15318
changeset,18661,[18661],nacin,"Rename 'Post Tags' to 'Tags'. props scribu, fixes #17683."
changeset,23484,[23484],SergeyBiryukov,"Rename 'no_tagcloud' taxonomy label to 'not_found', for consistency with the post type label of the same key. fixes #23597."
changeset,22851,[22851],ryan,"Rename 'id' to 'state' in menu item view.

Props koopersmith
fixes #22594
"
changeset,23800,[23800],SergeyBiryukov,Rename 'get_search_form' action to 'pre_get_search_form' to prevent collision with the filter of the same name. Make sure the filtered result is not null to prevent search form from disappearing if an action function is attached to the old hook. fixes #19321.
changeset,5048,[5048],markjaquith,Removing superfluous <br /> from Options-General.  Props johnbillion.  fixes #3929 for trunk.
changeset,14045,[14045],dd32,Removing stray svn:ignore property
changeset,2212,[2212],saxmatt,"Removing Staticize
"
changeset,2761,[2761],matt,Removing some unused javascript and adding hook
changeset,1121,[1121],saxmatt,"Removing some old functions. Cleaning up remaining places where we exposed emails. Consolidated ampersand fixing. Fixed pasting from Word.
"
changeset,1334,[1334],michelvaldrighi,"removing removeaccents, will put replacement after a release is out
"
changeset,3112,[3112],matt,"Removing personal options, putting on profile page. Fixes #1557"
changeset,3211,[3211],matt,Removing old importers.
changeset,2786,[2786],matt,Removing link at Carthik's request.
changeset,1342,[1342],saxmatt,"Removing legacy files.
"
changeset,2101,[2101],mikelittle,"Removing images so I can re-add them as binary
"
changeset,718,[718],alex_t_king,"removing extra nbsp before smilies
"
changeset,715,[715],alex_t_king,"removing extra nbsp before smilies
"
changeset,7519,[7519],matt,Removing active image.
changeset,8358,[8358],azaozz,"Removes the disabling of captions, but leaves couple of hooks so a plugin can do it easily. see #6812"
changeset,8607,[8607],azaozz,"Removes the disabling of captions, but leaves couple of hooks so a plugin can do it easily. For 2.6.1, see #6812 "
changeset,906,[906],michelvaldrighi,"removed useless php3 compatibility, fixed a forgotten global
"
changeset,1221,[1221],emc3,"Removed useless date() call.
"
changeset,3696,[3696],ryan,Removed unused var.
changeset,15186,[15186],wpmuguru,"removed unused validation from activation process, see #13760"
changeset,18479,[18479],ryan,Removed unused strings in script-loader. Props SergeyBiryukov. fixes #16332
changeset,252,[252],mikelittle,"Removed unused files
"
changeset,1243,[1243],saxmatt,"Removed unneeded file.
"
changeset,868,[868],maxcutler,"Removed unnecessary comment creation in AJAX test setUp.

Because no comment_post_ID was specified, these comments were broken anyway."
changeset,11844,[11844],azaozz,Removed trailing .) from the URL in make_clickable()
changeset,24069,[24069],nacin,Removed testing
changeset,460,[460],alex_t_king,"removed target=_blank, whoops!
"
changeset,94,[94],mikelittle,"Removed spell checker.
"
changeset,93,[93],mikelittle,"Removed spell checker, auto_br, and preview
"
changeset,1628,[1628],saxmatt,"Removed some unused code.
"
changeset,627,[627],saxmatt,"Removed some old b2 references.
"
changeset,1780,[1780],saxmatt,"Removed some left-over link rating stuff
"
changeset,361,[361],mikelittle,"Removed short tag
"
changeset,97,[97],mikelittle,"Removed rogue quote
"
changeset,514,[514],mikelittle,"Removed references to b2edit.php
"
changeset,765,[765],saxmatt,"Removed ref to missing files. This upload thing needs to be looked at and redone.
"
changeset,860,[860],jverber,"Removed redundant convert_chars (it is called during display)
"
changeset,1045,[1045],michelvaldrighi,"removed redundant conditional get code
"
changeset,1826,[1826],michelvaldrighi,"removed preg_match check from comment_type() since by now we should never ever need it
"
changeset,1078,[1078],saxmatt,"Removed obsolete functions.
"
changeset,6885,[6885],ryan,Removed no longer needed image. see #5868
changeset,258,[258],mikelittle,"Removed mysql reference, converted to EZSQL
"
changeset,256,[256],mikelittle,"Removed mysql reference
"
changeset,282,[282],mikelittle,"Removed mysql direct calls
"
changeset,615,[615],saxmatt,"Removed images we're not using anymore.
"
changeset,2081,[2081],donncha,"removed images from enclosure scanning.
"
changeset,945,[945],saxmatt,"Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.
"
changeset,272,[272],mikelittle,"Removed extra closing anchor tag.
double quotes -> single.
http://wordpress.org/support/6/366
"
changeset,171,[171],mikelittle,"Removed erroneous require of wp-db its now in b2config
"
changeset,152,[152],mikelittle,"Removed erroneous require of wp-db
Added missing require of wp-db to b2config
Moved links tables tt b2config
Fixed definition of extra db vars
"
changeset,785,[785],alex_t_king,"removed errant id tag anc chanced description tag to summary
"
changeset,1024,[1024],alex_t_king,"removed email links from comment authors
"
changeset,371,[371],alex_t_king,"removed duplicate code for nav bar, now buffered and echo'd twice using ob_start(), etc.
"
changeset,827,[827],emc3,"Removed debugging echo
"
changeset,722,[722],alex_t_king,"removed check to post_category > 0
"
changeset,19,[19],mikelittle,"Removed call to the_excerpt()
"
changeset,1806,[1806],michelvaldrighi,"removed call time pass by reference in enclosures support
"
changeset,399,[399],mikelittle,"Removed border attribute from img tag on upload.
Added no border style for image anchors
http://wordpress.org/support/4/658
"
changeset,134,[134],saxmatt,"Removed background from input fields.
"
changeset,1327,[1327],emc3,"Removed and eradicated redundant duplication. And fixed indentation.
"
changeset,52,[52],saxmatt,"Removed aggresive assumption.
"
changeset,2276,[2276],donncha,"Removed a leftover debug print_r
"
changeset,417,[417],mikelittle,"Removed 'search_engine_friendly_urls' options.
"
changeset,398,[398],mikelittle,"Removed 'search_engine_friendly_urls' and 'use_preview' options.
"
changeset,991,[991],emc3,"Removed 'Meta:' leader from the_meta().
"
changeset,569,[569],mikelittle,"Removed $querycount. Added $wpdb->querycount
"
changeset,570,[570],mikelittle,"Removed $querycount.
"
changeset,83,[83],mikelittle,"Removed $pathserver. Now use $siteurl everywhere.
"
changeset,1226,[1226],saxmatt,"remove_slashes was broken.
"
changeset,1143,[1143],ryan,"remove_post_type_support() after adding to avoid polluting future tests.
"
changeset,24188,[24188],nacin,"remove_filter() only accepts three arguments: filter, callback, and priority. An accepted args parameter is only used for adds.

props rlerdorf.
see #24210.

"
changeset,2851,[2851],ryan,remove_cap() fix from mdawaffe.  fixes #1608
changeset,8660,[8660],westi,"remove_all_{actions|filters}. Fixes #7216 props filosofo and santosj.
"
changeset,15930,[15930],scribu,remove_accents(): Nordic characters fixes. Props einare. Fixes #4739. See #9591
changeset,471,[471],ryan,remove_accents() tests. Props ampt. see #WP9591
changeset,663,[663],SergeyBiryukov,"remove_accents() test for vowels with diacritic. props ampt, see #WP17738."
changeset,1178,[1178],SergeyBiryukov,remove_accents() test for German umlauts. see #3782.
changeset,724,[724],SergeyBiryukov,remove_accents() and sanitize_title_with_dashes() tests for Chinese (Hanyu Pinyin). see #WP20772.
changeset,15977,[15977],ryan,Remove “Actions: ” string from action links (on updater screens). Props demetris. fixes #15047
changeset,4840,[4840],markjaquith,Remove zero-byte files.  Props Yosemite.  fixes #3350
changeset,22914,[22914],nacin,"Remove XML-RPC's blogger::getTemplate and setTemplate. They are not supported and do nothing.

"
changeset,895,[895],nacin,Remove xml and sql data we no longer use. The remaining export files are used to test the importer.
changeset,8982,[8982],ryan,Remove Write New Post button
changeset,346,[346],dd32,Remove WPHTTP_exthttp testing; The HTTP Extension is no longer in WordPress trunk
changeset,15537,[15537],ryan,Remove WP_USE_MULTIPLE_DB. Introduce init_charset() and set_charset(). fixes #14672
changeset,20589,[20589],nacin,"Remove WP_Theme::is_child_theme() in favor of WP_Theme::parent(). see #20546.

"
changeset,16221,[16221],westi,Remove WP_SHOW_ADMIN_BAR and go off existing and new defines on page type. See #15315
changeset,22859,[22859],nacin,"Remove wp_image_editor_class filter. wp_image_editors is sufficient. props scribu. fixes #22538.

"
changeset,95,[95],tellyworth,remove wp_flag tests
changeset,14485,[14485],nacin,"Remove WP_FALLBACK_THEME, use WP_DEFAULT_THEME instead. We now only fall back to the default theme if the theme is broken. Incomplete themes that need to inherit templates will inherit them from wp-includes/theme-compat -- this behavior is deprecated. fixes #12846."
changeset,16600,[16600],ryan,Remove wp_admin_body_style(). Props ocean90. fixes #15507
changeset,19573,[19573],nacin,Remove wp_add_script_before() from 3.3. Continue to use wp_localize_script() for your data-passing needs. fixes #11520.
changeset,5367,[5367],ryan,Remove wp_ prefix from default widget class names. For back compat.
changeset,5366,[5366],ryan,Remove wp_ prefix from default widget class names. For back compat.
changeset,20596,[20596],nacin,"Remove wp-register.php.
 * Don't remove it on update. If you have it now, you'll keep it. New installs won't get it.
 * Peform a redirect using rewrite + canonical to the new location, if the file doesn't exist.
props SergeyBiryukov.
fixes #18544.
"
changeset,6752,[6752],ryan,Remove wp-db-backup.php from 2.0
changeset,13514,[13514],nacin,Remove wp-content/blogs.php and add deprecated warning for MU admins. fixes #11742
changeset,13828,[13828],nacin,Remove wp-ajax.php. admin-ajax.php can be used (and is better for) for front-end/nopriv AJAX requests. fixes #12400
changeset,15857,[15857],nacin,Remove wp-admin/sidebar.php. fixes #15164.
changeset,18028,[18028],azaozz,"Remove wp-admin/js/list-table.js, not used anywhere and not listed in script-loader."
changeset,3870,[3870],ryan,Remove wp- prefix from wp-l10n.php
changeset,13440,[13440],wpmuguru,"remove WP rewrite rules from multisite options-permalink, props ocean90, See #11644"
changeset,15678,[15678],ryan,Remove wordpressmu_wp_mail_from(). fixes #14586
changeset,17624,[17624],azaozz,"Remove width: 99.5% from metaboxes, props andrewryno, fixes #17084"
changeset,22230,[22230],nacin,"Remove whitespace from around the WP_Post/get_post SQL string.

"
changeset,6771,[6771],ryan,Remove warning about more tag cutting off posts in feeds. Props lloydbudd. fixes #2582
changeset,16796,[16796],dd32,Remove visit site button gradient images from pre-3.0. see [16417]. see #15207.
changeset,16417,[16417],nacin,Remove visit site button gradient images from pre-3.0. see #15207.
changeset,9755,[9755],markjaquith,Remove Visbility stubs since I actually did it for 2.7
changeset,15075,[15075],nacin,Remove vestigial 'context' code for wp_nav_menu. This was used when we used to use the same function as a theme template tag and admin template function (now we don't.) fixes #13656.
changeset,11318,[11318],ryan,Remove vestiges of what_to_show. Props filosofo. fixes #9815
changeset,17682,[17682],nacin,"Remove vestige code, prevent over-escaping of post titles when using Quick Edit for hierarchical post types. fixes #17218."
changeset,17704,[17704],nacin,"Remove vestige code, prevent over-escaping of post titles when using Quick Edit for hierarchical post types. fixes #17218 for the 3.1 branch."
changeset,16540,[16540],scribu,Remove vestige code from theme.js. See #14936
changeset,10617,[10617],westi,Remove version check against PHP 4.3.0 as this is the minimum version for WordPress. Fixes #9204 for trunk prop filosofo
changeset,10618,[10618],westi,Remove version check against PHP 4.3.0 as this is the minimum version for WordPress. Fixes #9204 for 2.7 branch prop filosofo.
changeset,10068,[10068],ryan,Remove uuml. Props nbachiyski. fixes #8464
changeset,21003,[21003],nacin,"Remove user/site suggestions (autocompletion) from search inputs, as the UX isn't proper.
 * Removes all instances of site-search, so away it goes. Sidesteps a number of bugs with site-search.
 * Renames user-search to user-suggest, which means it better describes the current behavior (autocompletion) while allowing for future behavior (instant search).
 * Ties user suggestions to a single .wp-suggest-user class.

with help from markjaquith, helenyhou, wonderboymusic. 
fixes #20835.

"
changeset,3540,[3540],ryan,Remove useless lines. Props majelbstoat. fixes #2455
changeset,6942,[6942],ryan,Remove useless is_tag() call. Props takayukister. fixes #5687
changeset,15573,[15573],scribu,remove useless __() call with variable. See #14579
changeset,19928,[19928],duck_,"Remove use of nonexistent include_last_update_time arg from get_terms() call. See #19953.
"
changeset,20223,[20223],nacin,Remove use of HEADER_IMAGE_WIDTH and HEADER_IMAGE_HEIGHT from twentyeleven/header.php. see #20265.
changeset,3685,[3685],matt,"Remove use of deprecated variables, don't show bookmarklet form to unrecognized browser."
changeset,2163,[2163],rboren,"Remove upgrade-functions include.
"
changeset,10395,[10395],ryan,Remove update_user_cache().  Long dead.
changeset,16629,[16629],PeteMall,Remove update notifications from site-themes. See #14897
changeset,17382,[17382],markjaquith,"Remove unused/non-functional code with old-style CSRF checking. see #16499
"
changeset,17381,[17381],markjaquith,"Remove unused/non-functional code with old-style CSRF checking. see #16499
"
changeset,14903,[14903],nacin,Remove unused/duplicated/undocumented post type object label. see #13539
changeset,14453,[14453],nacin,Remove unused woo nav menu icons. fixes #12876
changeset,14393,[14393],nacin,Remove unused vars. props TobiasBg. fixes #13228.
changeset,6364,[6364],ryan,Remove unused vars. Props DD32. see #5418
changeset,3176,[3176],ryan,Remove unused vars.  Fixed var reference.
changeset,12105,[12105],azaozz,"Remove unused vars in get_the_content and wp_link_pages, props filosofo, fixes #11028"
changeset,24199,[24199],SergeyBiryukov,Remove unused variables. props ocean90. fixes #24247.
changeset,23712,[23712],SergeyBiryukov,Remove unused variables. props GaryJ. fixes #23789.
changeset,6363,[6363],ryan,Remove unused variables. Props DD32. see #5418
changeset,6354,[6354],ryan,Remove unused variables.  Props DD32. fixes #5418
changeset,23445,[23445],nacin,"Remove unused variables reset by wp_reset_vars(). Many of these haven't been used since b2. see #21767.

"
changeset,23993,[23993],SergeyBiryukov,Remove unused variables introduced in [23843]. see #19570.
changeset,20226,[20226],nacin,Remove unused variable. see #20265.
changeset,17769,[17769],nacin,Remove unused variable. props ocean90.
changeset,19216,[19216],nacin,"Remove unused variable. props kawauso, see #18364."
changeset,12367,[12367],ryan,Remove unused variable. Props hakre. fixes #10765
changeset,6330,[6330],ryan,Remove unused variable. Props epper. fixes #5339
changeset,23710,[23710],SergeyBiryukov,Remove unused variable. props DrewAPicture. fixes #23782.
changeset,1314,[1314],saxmatt,"Remove unused variable.
"
changeset,21089,[21089],nacin,Remove unused variable in wp_update_themes(). props duck_. fixes #20831.
changeset,24099,[24099],SergeyBiryukov,Remove unused variable and CSS class. see #24046.
changeset,9282,[9282],ryan,Remove unused var. see #7692
changeset,12467,[12467],ryan,Remove unused var. Props miqrogroove. fixes #11371
changeset,6023,[6023],ryan,Remove unused var. Props johnjosephbachir. fixes #4764
changeset,3812,[3812],ryan,Remove unused var.
changeset,10358,[10358],azaozz,Remove unused var
changeset,9544,[9544],ryan,Remove unused var
changeset,19828,[19828],azaozz,"Remove unused TinyMCE media plugin images, props SergeyBiryukov, fixes #19963"
changeset,7617,[7617],ryan,Remove unused starify function. Props josephscott. fixes #6634 for trunk
changeset,21846,[21846],nacin,"Remove unused show_in_admin_all and single_view_cap from register_post_status(). props duck_. fixes #18972.

"
changeset,13240,[13240],dd32,Remove unused references to global $wpdb
changeset,2314,[2314],saxmatt,"Remove unused options.
"
changeset,21551,[21551],nacin,"Remove unused multisite option 'language'. props wonderboymusic. fixes #21545.

"
changeset,13644,[13644],nacin,Remove unused MU function and unnecessary separate includes file. see #11816
changeset,4302,[4302],markjaquith,remove unused mkdir_p() function.  props Nazgul.  fixes #3079
changeset,4301,[4301],markjaquith,remove unused mkdir_p() function.  props Nazgul.  fixes #3079
changeset,19940,[19940],nacin,"Remove unused logo-login.png after all. fixes #19955.

"
changeset,16715,[16715],nacin,Remove unused logic. see #15672.
changeset,4662,[4662],markjaquith,Remove unused is_comment param in balanceTags() relates to #2714
changeset,21498,[21498],azaozz,"Remove unused images, props helenyhou, coffee2code, ocean90, fixes #20980"
changeset,9487,[9487],ryan,Remove unused gzipcompression option
changeset,18605,[18605],ryan,Remove unused global. Props ocean90. fixes #18484
changeset,14572,[14572],nacin,"Remove unused global. props lloydbudd, fixes #13356."
changeset,15313,[15313],ryan,Remove unused global. Props filosofo. fixes #13933 for 3.1
changeset,15314,[15314],ryan,Remove unused global. Props filosofo. fixes #13933 for 3.0.1
changeset,1090,[1090],SergeyBiryukov,Remove unused global variable. see [840].
changeset,14536,[14536],nacin,"Remove unused global var. props filosofo, fixes #13316."
changeset,21252,[21252],nacin,"Remove unused global reference. props ampt. fixes #20863.

"
changeset,23458,[23458],SergeyBiryukov,Remove unused global reference. props aaroncampbell. fixes #23541.
changeset,12551,[12551],westi,Remove unused global posts_per_page. Fixes #11458 props nacin.
changeset,15299,[15299],nacin,"Remove unused global from install-helper. props hakre, fixes #13405."
changeset,23587,[23587],SergeyBiryukov,Remove unused function. fixes #23671.
changeset,7059,[7059],ryan,Remove unused files. see #6011
changeset,23412,[23412],SergeyBiryukov,Remove unused error string. props pavelevap. fixes #22107.
changeset,21903,[21903],nacin,"Remove unused edit-site nonce fields from site-users and site-themes. props jeremyfelt, fixes #21277.

"
changeset,15628,[15628],scribu,Remove unused edit-*-rows.php files. See #14579
changeset,1107,[1107],nacin,"Remove unused directory. Remove extra tab.

"
changeset,22281,[22281],nacin,"Remove unused delete style. props SergeyBiryukov. fixes #21196.

"
changeset,14413,[14413],nacin,"Remove unused CSS. props koopersmith, see #13220"
changeset,10867,[10867],azaozz,"Remove unused code from wp-admin/plugins.php, props DD32, fixes #9454"
changeset,10342,[10342],azaozz,Remove unused category parent settings from inline-edit-tax.js
changeset,9811,[9811],azaozz,"Remove unused bits, see #8254"
changeset,21302,[21302],duck_,"Remove unused arguments (hierarchical, _edit_link, capability_type) from register_post_status

Props scribu, simonwheatley. Fixes #18578, #18972.
"
changeset,9278,[9278],ryan,Remove unused args. fixes #7946
changeset,477,[477],duck_,"Remove unused and unhelpful WPTestCase::_current_action(). Fixes #23.
"
changeset,23446,[23446],nacin,"Remove unused admin-categories and admin-custom-fields JavaScript files. props ocean90. fixes #23486.

"
changeset,19397,[19397],duck_,"Remove unused admin-bar.png image. See #18742.
"
changeset,770,[770],nacin,"Remove unused 2008-04-01 test export.

"
changeset,19148,[19148],azaozz,"Remove unused .toggle-arrow styling, props SergeyBiryukov, see #19042"
changeset,12546,[12546],azaozz,"Remove unused .fade CSS class, props nacin, fixes #11628"
changeset,13309,[13309],nacin,Remove unused 'secret' option. Fixes #12221
changeset,21880,[21880],nacin,"Remove unused $t_time variable. props ocean90. fixes #18531.

"
changeset,20239,[20239],duck_,"Remove unused $field_no_prefix variable and associated documentation from sanitize_user_field(). Fixes #20274.
"
changeset,20724,[20724],azaozz,"Remove unneeded var added in [20723], see #20608"
changeset,13218,[13218],dd32,"Remove Unneeded the_post/rewind_posts() calls, Add a ""No posts for this archive"" type message to the loop. See #9015"
changeset,16923,[16923],nacin,Remove unneeded stripslashes. see #14543.
changeset,10952,[10952],ryan,Remove unneeded spaces. Props Denis-de-Bernardy. fixes #108
changeset,12513,[12513],ryan,Remove unneeded quotes around vars.  Props johnbillion. fixes #10245
changeset,11298,[11298],ryan,"Remove unneeded pipe in admin footer. Props DD32, Denis-de-Bernardy. fixes #8676"
changeset,4019,[4019],ryan,Remove unneeded php tags.
changeset,10176,[10176],ryan,Remove unneeded lines. Props matthewh84. fixes #8563
changeset,7386,[7386],ryan,Remove unneeded js include. Props mdawaffe. fixes #6287
changeset,6531,[6531],ryan,Remove unneeded get_userdata call. Props DD32. see #5367
changeset,12582,[12582],azaozz,"Remove unneeded empty span and add form closing tag in media.php, props Simek and hakre, fixes #11569"
changeset,18935,[18935],azaozz,"Remove unneeded cursor style, props trepmal, see #15848"
changeset,4016,[4016],ryan,Remove unneeded arg.
changeset,3180,[3180],ryan,Remove unneeded arg.
changeset,1511,[1511],rboren,"Remove unneeded addslashes().
"
changeset,18634,[18634],azaozz,"Remove unneeded .siblings() from widgets.js, props aaroncampbell, fixes #18582"
changeset,3466,[3466],ryan,Remove unneeded (and broken) line.  Props asher.  fixes #2314
changeset,1397,[1397],rboren,"Remove unneeded $postquery lvalue.  From Kitten.
"
changeset,16029,[16029],nacin,"Remove unnecessary wp_cache_delete calls. props shidouhikari, fixes #14080."
changeset,18726,[18726],azaozz,"Remove unnecessary vendor prefixes, props ocean90, see #18700"
changeset,18962,[18962],azaozz,"Remove unnecessary vendor prefixes from wp-admin-rtl.css, props ryanimel, see #18700"
changeset,12194,[12194],ryan,Remove unnecessary variable initialization. Props nbachiyski. fixes #10736
changeset,14184,[14184],westi,Remove unnecessary translations of decimal point character and number of decimal places. Fixes #10555 props nbachiyski.
changeset,13769,[13769],nacin,Remove unnecessary ternary operators such as (expr) ? true : false.
changeset,22282,[22282],nacin,"Remove unnecessary styling of an option element's padding. props SergeyBiryukov. fixes #22020.

"
changeset,122,[122],tellyworth,remove unnecessary stuff
changeset,23593,[23593],ryan,"Remove unnecessary stripslashes().

see #21767
"
changeset,16760,[16760],nacin,"Remove unnecessary space. props demetris, JohnPBloch. fixes #12797."
changeset,14323,[14323],nacin,"Remove unnecessary space in 2010 comments.php. props zeo, fixes #13196."
changeset,14292,[14292],nacin,Remove unnecessary single tab and second border in the custom links nav menu widget.
changeset,21792,[21792],ryan,"Remove unnecessary return by refs. Props wonderboymusic. fixes #21839
"
changeset,3241,[3241],ryan,Remove unnecessary quotes.  Props technosailor. fixes #1990
changeset,14037,[14037],nacin,Remove unnecessary quote escaping and \n\t indentation in twentyten. see #12902
changeset,17116,[17116],ryan,Remove unnecessary nowraps.  Props scribu. fixes #15834
changeset,16406,[16406],nacin,Remove unnecessary message in network/settings. see #14435
changeset,21927,[21927],ryan,Remove unnecessary label. Props waclawjacek. fixes #17978
changeset,23931,[23931],helen,"Remove unnecessary label, placeholder, and class for a hidden input. see #23938.
"
changeset,21287,[21287],nacin,"Remove unnecessary is_null() checks from the worker loops inside do_action(), apply_filters(), etc. fixes #21321. see #21169.

"
changeset,6285,[6285],ryan,Remove unnecessary GROUP BY when getting max term_group. Props michelwp.  fixes #5240
changeset,14636,[14636],westi,Remove unnecessary filters and provide for translation context instead. Fixes #13393.
changeset,21298,[21298],nacin,"Remove unnecessary error suppression operators from func_get_arg() and func_num_args(). see #21332.

"
changeset,23599,[23599],SergeyBiryukov,Remove unnecessary error suppression from get_terms(). fixes #21887.
changeset,17873,[17873],koopersmith,Remove unnecessary CSS important declarations from gradient stacks.
changeset,16856,[16856],scribu,Remove unnecessary comments. See #15416
changeset,7985,[7985],ryan,Remove unnecessary checks for the existence of post meta data. Props filosofo. fixes #7018
changeset,19905,[19905],ryan,Remove unnecessary cap check in wp_newPage(). mw_newPost() will handle it. Props nprasath002. fixes #19981
changeset,1386,[1386],rboren,"Remove unnecessary call to generic_ping().  The publish_post action will take care of it.  Props to hades.  http://wordpress.org/support/4/6876
"
changeset,16036,[16036],nacin,"Remove unnecessary bulk actions for plugins re: network admin. props PeteMall, see #14435."
changeset,14688,[14688],nacin,"Remove unnecessary and out-of-place Twenty Ten filter. Also, tabs not spaces. see #13198."
changeset,12102,[12102],westi,Remove unnecessary and dead code from wp-app.php. Fixes #10938.
changeset,16608,[16608],ryan,Remove unnecessary addslashes. Props duck_. fixes #15325
changeset,13521,[13521],nacin,Remove unnecessary action attribute on a form. It should always post to itself. fixes #12165
changeset,22122,[22122],nacin,"Remove unnecessary .tog class from checkboxes on the Permalink Settings screen. Designed originally for the admin color scheme choice (see [7259]), it causes vertical misalignment and lack of spacing between the checkbox and corresponding label. see #16379.

"
changeset,1152,[1152],scribu,remove unnecessary 'wp_image_editors' filter
changeset,9790,[9790],ryan,Remove unmaintained edit-form.php. fixes #8279
changeset,7345,[7345],ryan,Remove unfinished widget contextual help. Pros mdawaffe. fixes #6203
changeset,12147,[12147],westi,Remove unecessary reference to wpdb global. Fixes 11087 props aaroncampbell.
changeset,9463,[9463],westi,Remove unecessary gap at the bottom of the post page.
changeset,15809,[15809],ryan,Remove undismissable 'new themes must be activated' super admin notice.
changeset,18321,[18321],nacin,Remove undiscussed FIXME from add_option. fixes #16813.
changeset,7295,[7295],ryan,Remove underline from admin footer links. Pros sambauers. fixes #6201
changeset,7551,[7551],ryan,Remove unanchored string replacement.  Props nh7a. fixes #6423
changeset,21934,[21934],nacin,"Remove ui.css from WP's TinyMCE theme. It was left for back compat with a reference to editor-buttons.css, which was never updated to editor.css and no one noticed.

"
changeset,3250,[3250],ryan,Remove ugly whitespace.  Props abhay.  fixes #1996
changeset,21601,[21601],ryan,Remove typo in phpdoc. see #21309 Props TobiasBg
changeset,20198,[20198],nacin,"Remove type='number' from list table page inputs out of a concern for UX, as well as styling issues. fixes #20247. see #17863 for further discussion."
changeset,17615,[17615],nacin,Remove type attribute from textarea. props solarissmoke.
changeset,17567,[17567],nacin,Remove two out of date strings from network contextual help. see #16988 for the 3.1 branch.
changeset,20219,[20219],nacin,"Remove Twenty Twelve from 3.4. see #19978. see http://wp.me/pbNCB-yA.

"
changeset,14331,[14331],nacin,Remove Twenty Ten's searchform.php and use the core get_search_form() markup. fixes #13053
changeset,6367,[6367],westi,Remove triming from string options fixes #4781 props hakre
changeset,9803,[9803],ryan,Remove trim. fixes #8252
changeset,11970,[11970],ryan,Remove trailing whitespace after closing tag
changeset,1099,[1099],nbachiyski,"Remove trailing whitespace
"
changeset,12859,[12859],ryan,Remove trailing whitespace
changeset,11971,[11971],ryan,Remove trailing whitespace
changeset,11931,[11931],ryan,Remove trailing whitespace
changeset,11930,[11930],ryan,Remove trailing whitespace
changeset,6026,[6026],ryan,Remove trailing whitespace
changeset,7130,[7130],ryan,Remove trailing whites.
changeset,13830,[13830],nacin,Remove trailing whites and double semicolons.
changeset,15259,[15259],ryan,Remove trailing whites
changeset,14740,[14740],markjaquith,Remove trailing tabs from nav-menu.dev.js
changeset,4495,[4495],ryan,Remove trailing spaces and convert spaces to tabs.  Props Nazgul. fixes #986
changeset,14622,[14622],nacin,Remove trailing space from a localized string.
changeset,22736,[22736],markjaquith,"Remove trailing slashes from UPLOADS before trying a str_replace() in wp_upload_dir(). props jbrinley. fixes #22469

* In 3.4.x, both $url and UPLOADS had trailing slashes
* Due to refactoring, $url is no longer expected to have a trailing slash
* Because of the mismatch, the str_replace() was not working, resulting in an incorrectly verbose upload dir URL"
changeset,15985,[15985],nacin,Remove trailing newlines. see #14579.
changeset,14472,[14472],nacin,"Remove trailing comma in common.js that IE is known to choke on. props ocean90, fixes #13260."
changeset,23114,[23114],nacin,"Remove trailing comma from JS. props koopersmith, fixes #22800.

"
changeset,3014,[3014],ryan,Remove trailing blank lines.
changeset,6143,[6143],markjaquith,Remove trailing /index.php fixing from canonical.php ... Thanks chaoticmortalcom.  fixes #5017
changeset,20599,[20599],nacin,"Remove touch-punch.dev.js, as .js is appropriate for an external, unmodified script. see #20014.

"
changeset,13752,[13752],nacin,Remove top margin from custom background's page header.
changeset,9776,[9776],markjaquith,"Remove top ""Save"" button from options.php"
changeset,9298,[9298],ryan,Remove titles from inline edit rows
changeset,2948,[2948],ryan,Remove thread unsafe Auto_increment tricks.  fixes #1753
changeset,9724,[9724],azaozz,"Remove thousands separators for comments count, see #8227"
changeset,3749,[3749],ryan,Remove those naughty flushes.
changeset,17316,[17316],westi,"Remove this new filter as it didn't get enough discussion prior to addition.
Revisit later. See #14310."
changeset,17127,[17127],nacin,Remove this check in favor of the one added in [17126]. see #15969.
changeset,3748,[3748],ryan,"Remove this artificial limit, it messes up posting with seldom-used categories"
changeset,3693,[3693],matt,"Remove this artificial limit, it messes up posting with seldom-used categories"
changeset,10139,[10139],markjaquith,"Remove third party logo, pending a better gallery icon image."
changeset,8038,[8038],ryan,Remove thickbox enqueueing. Props azaozz. fixes #7078
changeset,11545,[11545],westi,Remove theme_basename() for now as the changeset that introduced it was reverted and nothing uses it. See #10067.
changeset,15035,[15035],ryan,Remove theme-options tag and allow wide attachments on pages. Props lancewillett. fixes #13595
changeset,16620,[16620],PeteMall,Remove theme udpate notification from site admin for multisite installs.
changeset,20065,[20065],nacin,"Remove theme tags from the themes.php UI. They just take up room and are redundant with the feature filter. The installer already does not show tags. props DH-Shredder, fixes #20147."
changeset,5518,[5518],ryan,Remove the_content filter from widget text.  see #4259
changeset,5517,[5517],ryan,Remove the_content filter from widget text.  see #4259
changeset,18690,[18690],westi,Remove the unimplemented user locale code in the admin bar until we actually implement it for real.
changeset,14462,[14462],westi,Remove the trash warning on permalinks for now as the current implementation doesn't work very well.  See #11863
changeset,11075,[11075],azaozz,"Remove the top border from the plugin-update notice, props demetris, fixes #9628"
changeset,18160,[18160],azaozz,"Remove the title attribute from the Press This link as it needlessly repeats the text, props johnjamesjacoby, fixes #17184"
changeset,17288,[17288],nacin,Remove the TinyMCE media plugin. fixes #14647.
changeset,23588,[23588],nacin,"Remove the three default contact methods (AIM, YIM, Jabber) for new installs. fixes #11541.

"
changeset,19402,[19402],markjaquith,Remove the the typo that no one noticed on the the credits screen.
changeset,16840,[16840],nacin,Remove the snack bar from core. Will become a plugin. Lay down the red.
changeset,16839,[16839],nacin,Remove the snack bar from core. Will become a plugin. Lay down the red.
changeset,7562,[7562],westi,"Remove the slash from html generators and camelcase WP. Fixes #6440 props lloydbudd.
"
changeset,19519,[19519],koopersmith,"Remove the shortlink item from the toolbar, but keep the function for plugins. fixes #19407."
changeset,21027,[21027],nacin,Remove the set_theme_mods() method from customize manager. We ended up not using it. see #20871.
changeset,18737,[18737],azaozz,"Remove the scrollbar from the login screen, see #18314"
changeset,20722,[20722],nacin,"Remove the Ryan Boren Comedy Script from the POT file.

"
changeset,10219,[10219],westi,Remove the revision number for now
changeset,19223,[19223],azaozz,"Remove the Resize files checkbox for now (revisit in 3.4), fixes #19174"
changeset,18212,[18212],dd32,Remove the psd's from Twenty Eleven. See #17641
changeset,22422,[22422],nacin,"Remove the post-format-standard term on upgrade if it exists in the database. fixes #20697.

"
changeset,12006,[12006],westi,Remove the php-gettext library as we don't use it anymore. Fixes #9751.
changeset,14083,[14083],iammattthomas,"Remove the permalink from dates in Twenty Ten, fixes #12925"
changeset,9561,[9561],markjaquith,Remove the other tab before sliding down.
changeset,14880,[14880],nacin,Remove the on switch for global terms. install_global_terms() can be triggered in a plugin. see #12666.
changeset,880,[880],nacin,"Remove the old test runner, wp-test.php, and update the README.

"
changeset,18540,[18540],nacin,Remove the old root feed files. Bump the db version so rewrite rules can regenerate. Don't add these files to old_files to leave them on existing installs. fixes #18384.
changeset,23205,[23205],nacin,"Remove the now defunct wp-admin/options-privacy.php PHP file on the next core update.

props duck_
fixes #22855
for the 3.5 branch

"
changeset,13744,[13744],dd32,Remove the now defunct link update checker from core. Fixes #12437
changeset,13583,[13583],dd32,Remove the now defunct Add New Themes menu item accidentally re-added in [13582]. See #12442
changeset,18682,[18682],duck_,"Remove the non_existent_objects property from WP_Object_Cache. Fixes #16274.
"
changeset,310,[310],westi,Remove the mu external now we have folded it into multisite. Fixes #7 props jmstacey.
changeset,23354,[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
"
changeset,1165,[1165],convissor,Remove the illusion of setting error_reporting; wp hard codes level in way too many places.
changeset,17250,[17250],markjaquith,"Remove the help prompt text on the Post Format UI. It gets annoying quickly. see #15638
"
changeset,4574,[4574],matt,"Remove the global rich_editing option, now it's just personal, fixes #2033"
changeset,16000,[16000],westi,"Remove the ghetto code and use the script loader properly on the login page.
Ensure that we actually have convertEntities available on the login page.
Introduce a login_footer action.
Hook in the script loader to the login_header and login_footer actions.
See #5919, #15124."
changeset,12604,[12604],westi,Remove the gettext libs that accidentally got added back in. See #10890.
changeset,5469,[5469],matt,"Remove the generation time, it isn't terribly useful to users and gets confused with version"
changeset,19355,[19355],azaozz,"Remove the gap on folded admin menu item with submenu above a divider, props helenyhou, fixes #19269"
changeset,21750,[21750],ryan,Remove the filter setting when searching media. Props helenyhou. fixes #19452
changeset,18274,[18274],dd32,"Remove the few post_type == post checks on Post Format templates, Post formats only apply to posts. See #17748"
changeset,12178,[12178],westi,Remove the extra screen icons from the WordPress importer. Fixes #8720 props MattyRob.
changeset,7190,[7190],westi,"Remove the entity decoding and recoding from wp_html_excerpt. Fixes #6077 props nbachiyski.
"
changeset,6668,[6668],westi,Remove the duplicate code for sanitising IP Addresses we only need to do it once. Fixes #4579.
changeset,14411,[14411],westi,Remove the deprecation message for now as it shows too many false positives. See #13230.
changeset,17033,[17033],ryan,Remove the delete action link from the network admin if the plugin is active on the main site.  Remove the plugin(s) from the deletion list for the bulk actions and shows an error if no other plugin was selected for bulk-deletion. Props PeteMall. see #15709
changeset,11619,[11619],westi,Remove the cruft. Fixes #10227 for trunk props sirzooro.
changeset,11620,[11620],westi,Remove the cruft. Fixes #10227 for 2.8.1 props sirzooro.
changeset,16102,[16102],nacin,Remove the classes.php include and delay the lesser important remnants of classes.php. fixes #10287.
changeset,19127,[19127],azaozz,"Remove the Cancel Upload button, fixes #19050"
changeset,17291,[17291],nacin,"Remove the button too. props ryan, see #14647."
changeset,24186,[24186],nacin,"Remove the body of the deprecated links_popup_script() as currently it issues a fatal error. see #24210.

"
changeset,22138,[22138],koopersmith,"Remove the attachment quick-insert button from the media modal. see #21390.
"
changeset,22394,[22394],azaozz,"Remove the Alt + Shift + G (old fullscreen mode) shortcut from the TinyMCE help popup, props SergeyBiryukov, see #21197"
changeset,18679,[18679],westi,Remove the accidental commit of the cache avoiding test code in [18677] props vnsavage
changeset,21383,[21383],koopersmith,"Remove the ability to upload custom headers in the customizer. Properly handle selecting the correct first tab, and removing the control/section if no tabs exist. see #21355.

To check if the control has any potential tabs and headers, added:
* WP_Customize_Image_Control->prepare_control()
* WP_Customize_Header_Image_Control->prepare_control()
* WP_Customize_Header_Image_Control->default_headers
* WP_Customize_Header_Image_Control->uploaded_headers

"
changeset,21608,[21608],nacin,"Remove the @return for WP_Admin_Bar::remove_node(). props scribu. fixes #20906.

"
changeset,22006,[22006],nacin,"Remove the 'Size of the post box' (default_post_edit_rows) option. This will instead be handled by a user cookie tracking the resizing of both TinyMCE and the main textarea. see #21718.

"
changeset,9248,[9248],azaozz,"Remove the ""Post/Page"" column when looking at comments on the edit page, fixes #7924"
changeset,23097,[23097],markjaquith,"Remove the ""Describe this ___"" string on captions in the attachment details view. WP <3 patches with net red. props helenyhou. fixes #22777"
changeset,21578,[21578],azaozz,"Remove text-shadow on hover from update and comments bubbles in the admin menu, props markjaquith, fixes #21449"
changeset,20999,[20999],ryan,Remove text-align on search input. Props SergeyBiryukov. fixes #20841
changeset,795,[795],nacin,"Remove tests for a patch on #WP5540. (The ticket got closed as wontfix.)

"
changeset,9266,[9266],ryan,Remove test link
changeset,8145,[8145],hansengel,"Remove test file
"
changeset,18068,[18068],nacin,Remove terrible suggestion.
changeset,11947,[11947],westi,Remove temporary transition code from the trash_meta option to postmeta transition See #4529.
changeset,20860,[20860],nacin,"Remove temporary magic call method in favor of theme(), settings(), controls(), and sections() methods for WP_Customize_Manager. fixes #20736."
changeset,14727,[14727],ryan,Remove taxonomy children cache purge. see #11866
changeset,12406,[12406],ryan,Remove target from view post/page links. Props scribu. fixes #11406
changeset,9927,[9927],ryan,Remove tags column from Media Library. fixes #8379
changeset,18489,[18489],azaozz,"Remove tabs from JS, props duck_, see #18206"
changeset,9627,[9627],ryan,Remove table striping
changeset,14114,[14114],nacin,Remove tabindex from comment_form(). fixes #12963
changeset,14922,[14922],nacin,Remove svn:ignore that snuck in.
changeset,12793,[12793],dd32,Remove svn:ignore properties which were accidentally added in the merge. Props jamescollins. Fixes #11960
changeset,12610,[12610],westi,Remove svn:executable property on new files. Fixes #11743 props Denis-de-Bernardy.
changeset,22797,[22797],duck_,"Remove svn:executable property from SimplePie and jcrop files
"
changeset,2554,[2554],ryan,Remove svn:executable from streams.php and gettext.php http://mosquito.wordpress.org/view.php?id=1261
changeset,20590,[20590],nacin,Remove support from WP_Theme for multiple screenshots until we bring it to the UI. fixes #20546.
changeset,17659,[17659],dd32,Remove support for the PHP HTTP Extension from WP_HTTP. The PHP HTTP Extension is a wrapper around libcurl and fopen() providing limited configuration and is supported on a minority of servers due to its non-default inclusion. Props sivel. Fixes @16978
changeset,18680,[18680],nacin,"Remove support for <link rel=start>, end, up, and index. These rel="""" values have been dropped by the HTML Working Group. props Elpie, kawauso, fixes #18128."
changeset,2179,[2179],rboren,"Remove support for 'all' queries and for poststart and postend.
"
changeset,18120,[18120],ryan,Remove summary attribute. Props ocean90. fixes #11554
changeset,13183,[13183],nacin,"Remove STYLE_DEBUG constant, SCRIPT_DEBUG now handles both scripts and CSS. Fixes #12237"
changeset,16808,[16808],ryan,Remove stripslashes(). No longer needed.  Props RogerTheriault. fixes #12560
changeset,14982,[14982],nacin,"Remove stray tag. props Daniel Koskinen, fixes #13570."
changeset,14238,[14238],dd32,Remove stray svn:ignore property set in r14234. See #10712
changeset,22962,[22962],nacin,"Remove stray single quote in attachment_submit_meta_box(). props Yogi T. fixes #22674.

"
changeset,12453,[12453],ryan,Remove stray paren.  Props demetris. fixes #11485 for 2.9
changeset,12452,[12452],ryan,Remove stray paren.  Props demetris. fixes #11485
changeset,18967,[18967],azaozz,"Remove stray comma, fixes #18929"
changeset,16698,[16698],nacin,"Remove sticky arg from post support. props michaelh, see #12702."
changeset,20289,[20289],nacin,"Remove step="""" from upload size inputs, as the step is enforced in the spec, rather than being a recommendation. finally fixes #17863.

"
changeset,9153,[9153],ryan,"Remove status column, add states into title td. Needs styling."
changeset,8709,[8709],ryan,Remove Stats from My Account menu. fixes #7567 see #7552
changeset,11315,[11315],ryan,Remove stale enclosures. Props mystyman. fixes #6840
changeset,1859,[1859],rboren,"Remove spurious typo.
"
changeset,6693,[6693],ryan,Remove spurious dollar sign. fixes #6690
changeset,10853,[10853],ryan,Remove spurious character.  Props hakre. fixes #9428
changeset,4843,[4843],markjaquith,Remove spurious </fieldset>.  Props foolswisdom.  fixes #3585
changeset,959,[959],rboren,"Remove spurious $
"
changeset,11855,[11855],ryan,Remove Sphere from search list. Props niallkennedy. fixes #10637
changeset,835,[835],kurtpayne,"Remove spaces from @subpackage, lowercase @group

"
changeset,17767,[17767],nacin,"Remove space from string. props pavelevap, fixes #17274."
changeset,14278,[14278],nacin,Remove space between screen meta and screen icon on nav menu admin.
changeset,10064,[10064],markjaquith,Remove some whitespace and old inactive code
changeset,16739,[16739],markjaquith,Remove some unused CSS. props ocean90. fixes #15696
changeset,17001,[17001],ryan,Remove some unnecessary esc_textarea() calls. Props garyc40. see #15454
changeset,7102,[7102],ryan,Remove some no longer needed JS. Props mdawaffe. fixes #6011
changeset,18744,[18744],azaozz,"Remove some duplicates and combine some css selectors, props DH-Shredder, see #18314"
changeset,15007,[15007],nacin,"Remove some dead code. props ocean90, see #13525."
changeset,20875,[20875],markjaquith,"Remove some dead add_option() code in Twenty Eleven. props Mamaduka, emhr. fixes #19743"
changeset,15935,[15935],nacin,Remove some capability_type code in WP_Query. Only build faux caps if we're querying for multiple post types or if the post type object can't be found. see #14122.
changeset,1094,[1094],saxmatt,"Remove some calls to the old ping functions.
"
changeset,3741,[3741],ryan,Remove smilies sort. Props random. fixes #2550
changeset,3640,[3640],ryan,Remove smilies sort. Props random. fixes #2550
changeset,12116,[12116],ryan,Remove slow left join pending better solution. see #4529
changeset,11072,[11072],azaozz,"Remove slash from plugin_basename(), props alexrabe, fixes #9561"
changeset,881,[881],nacin,"Remove skipped shortcode tests for a function that doesn't exist, set_all_shortcode_status().

"
changeset,13586,[13586],ryan,Remove site admin logged in notice. The new Super Admin menu makes that obvious enough. see #11644
changeset,22428,[22428],nacin,"Remove single-argument calls to wpdb:prepare(), which are invalid as nothing is being prepared. see #22262.

"
changeset,22599,[22599],nacin,"Remove SimplePie 1.2/1.3 compatibility code no longer needed with 1.3.1. see #22321. see #21183.

"
changeset,787,[787],saxmatt,"Remove silly go back link.
"
changeset,15486,[15486],ryan,Remove show_post_thumbnail_warning
changeset,847,[847],nacin,"Remove shortcodes we don't need from test_shortcode.php. see #95 for where they are implemented. see #75.

"
changeset,8488,[8488],westi,"Remove setting of error_reporting and just use the default WordPress error_reporting settings. Fixes #7035 props jacobsantos.
"
changeset,17612,[17612],ryan,Remove setcookie() back compat. Props hakre. see#16920
changeset,22259,[22259],ryan,Remove set_time_limit() from sites.php. Props dllh. fixes #19486 see #21521
changeset,19550,[19550],ryan,Remove separator from appearance group.  Props koopersmith. fixes #19351
changeset,23753,[23753],helen,"Remove separate meta fields for image and gallery post formats. These are proving to be more confusing and labor-intensive from both a user and dev perspective than entering into the regular content editor. We will rely on good content parsing instead. See #19570, #23347.
"
changeset,9070,[9070],ryan,Remove search from nav
changeset,20658,[20658],nacin,"Remove ru_RU-specific CSS that is no longer necessary after [20616]. props SergeyBiryukov. fixes #20568.

"
changeset,12849,[12849],ryan,Remove rss_gc(). see #11644
changeset,19548,[19548],azaozz,"Remove role=""menu"" and role=""menuitem"" for now, fixes #19394"
changeset,16210,[16210],ryan,Remove role selector from network admin user-edit. Props PeteMall. see #14435
changeset,6991,[6991],ryan,Remove role context.  Props nbachiyski. fixes #5966
changeset,21597,[21597],ryan,"Remove return ref from all calls to get_post()
Return WP_Post from get_default_post_to_edit()
Replace all calls to get_page() with get_post()
see #21309
"
changeset,18476,[18476],ryan,"Remove return by ref from get_role(). Props scribu, elyobo. fixes #18237"
changeset,13369,[13369],markjaquith,"Remove Resetting, remove Enabling, enable deletion, etc. see #11817"
changeset,19344,[19344],koopersmith,"Remove repetitive title on Credits and Freedoms pages. props ocean90, fixes #19294."
changeset,12902,[12902],ryan,Remove remove_edit_plugin_link(). Rely on cap checks. see #11644
changeset,18812,[18812],nacin,"Remove remnants of show_admin_bar_admin. see #18811, see #18197."
changeset,7359,[7359],ryan,Remove remnants of infinite posts features. Props mdawaffe. fixes #6264
changeset,808,[808],saxmatt,"Remove remnants of $c.
"
changeset,11041,[11041],azaozz,"Remove remnants from widgets search, see #9511"
changeset,13746,[13746],dd32,Remove reminents of 'misc' from whitelist options too. See [13745] See #12437
changeset,12029,[12029],azaozz,Remove remains from the old bookmarklet code
changeset,5314,[5314],ryan,Remove rel_type ref
changeset,12009,[12009],westi,Remove rel='tag' on links in Tag Clouds as it is only for outbound links where the destination is a tag for the current page. Fixes #10897.
changeset,6260,[6260],ryan,"Remove refs to old, dead caches."
changeset,13831,[13831],nacin,"Remove references to wp-ajax.php. props TobiasBg, fixes #12400"
changeset,14039,[14039],nacin,Remove references to the old .fade class for message divs.
changeset,21594,[21594],nacin,"Remove references to still-existing files from the old files array. see #20980.


"
changeset,19794,[19794],ryan,Remove references to specific search engines. fixes #18605
changeset,1509,[1509],rboren,"Remove references to gethelp_link().  Bug 0000208.
"
changeset,21572,[21572],ryan,"Remove references from get_post() and get_page().
Handle $GLOBALS['post'] containing stdClass instead of WP_Post.
Props nacin
see #21309
"
changeset,18104,[18104],azaozz,"Remove reference to wp-fullscreen-content-css, see #17644"
changeset,6081,[6081],ryan,Remove reference to the_quicktags. Props Nazgul. fixes #4925
changeset,2590,[2590],matt,Remove reference to old wiki - http://mosquito.wordpress.org/view.php?id=1317
changeset,12242,[12242],ryan,Remove reference to non-existent field. Props scribu. fixes #11098
changeset,3428,[3428],ryan,Remove reference to non-existant edit-attachment-form.  fixes #2270
changeset,6163,[6163],ryan,Remove reference to importers and move the note about converting up to the Note section. fixes #5060
changeset,15123,[15123],nacin,Remove reference to global terms from MS options help. props bigdawggi via wp-testers.
changeset,19288,[19288],nacin,"Remove reference to get_last_error(), it doesn't exist. props mitchoyoshitaka, fixes #19002."
changeset,6455,[6455],westi,Remove reference to get_caller as it doesn't exist in the 2.3 branch.
changeset,13507,[13507],nacin,Remove reference to file that doesn't exist. see #12400
changeset,7339,[7339],markjaquith,Remove reference to edit_date which no longer exists.  Props fitzrev.  see #6250
changeset,21653,[21653],nacin,"Remove reference to blog_charset option in Settings > Reading help. fixes #21507.

"
changeset,20872,[20872],nacin,"Remove reference to a global eliminated long ago. props tamlyn, fixes #20668.

"
changeset,886,[886],nbachiyski,"Remove reference to a fixed bug
"
changeset,18730,[18730],azaozz,"Remove redundant userinfo styling, props ocean90 and SergeyBiryukov, see #18197"
changeset,6042,[6042],ryan,Remove redundant url filter. fixes #4663
changeset,15362,[15362],dd32,Remove redundant strtolower() in WP_HTTP. Props rmccue. Fixes #14168
changeset,16735,[16735],scribu,remove redundant require()s in wp-admin/update.php. See #15679
changeset,24249,[24249],ryan,"Remove redundant post ID validation.

Props SergeyBiryukov
fixes #24199
"
changeset,20561,[20561],nacin,"Remove redundant paragraph tags. props SergeyBiryukov. fixes #20511.

"
changeset,19759,[19759],duck_,"Remove redundant logic from filter_SSL(). Props deltafactory. Fixes #19899.
"
changeset,15914,[15914],ryan,Remove redundant logged in check. Props neoxx. see #14772
changeset,3036,[3036],ryan,Remove redundant lines.  Props johnjosephbachir. fixes #1774
changeset,13770,[13770],nacin,Remove redundant isset() and empty() checks.
changeset,17639,[17639],azaozz,"Remove redundant IE restore selection calls for TinyMCE, see #17136"
changeset,18112,[18112],ryan,Remove redundant hidden parent_id input from edit form. Props solarissmoke. fixes #17656
changeset,18913,[18913],nacin,Remove redundant help tab title from the tab body. see #18785.
changeset,15964,[15964],nacin,Remove redundant filter. props coffee2code. fixes #14285.
changeset,23553,[23553],SergeyBiryukov,Remove redundant esc_url() call. props pauldewouters. fixes #23643.
changeset,24123,[24123],SergeyBiryukov,Remove redundant echo calls from list tables. Don't mix string concatenation with direct output. see #24210.
changeset,6045,[6045],ryan,Remove redundant declaration ofedInsertContent. Props Viper007Bond. fixes #4902
changeset,14577,[14577],ryan,"Remove redundant CSS, lighten up border on background preview, change labels for background preview. Props johnonolan. see #12186"
changeset,23722,[23722],SergeyBiryukov,"Remove redundant code from post_type_supports() and remove_post_type_support(). props obenland, bilalcoder. fixes #21527."
changeset,4801,[4801],ryan,Remove redundant check. Props Mittineague. fixes #3665
changeset,12942,[12942],dd32,Remove redundant Category forms/code/ajax. See #11838
changeset,15774,[15774],scribu,Remove redundant call to function_exists() in wp_nav_menu(). Fixes #15094
changeset,16117,[16117],scribu,remove redundant 'Network ' prefix from action names and redundant display_tablenav() method. See #14897
changeset,6238,[6238],markjaquith,"Remove redundant ""db_"" from db_insert() and db_update() methods.  Now just insert() and update().  see #5178"
changeset,12040,[12040],markjaquith,Remove redundant !empty() checks. props filosofo. see #10960
changeset,16928,[16928],nacin,Remove redundancy. see #14288.
changeset,17138,[17138],nacin,"Remove redundancy in these arguments. props PeteMall, fixes #15920."
changeset,2999,[2999],ryan,Remove redudant line.  Props johnjosephbachir.  fixes #1781
changeset,15444,[15444],ryan,Remove rededundant code. see #14292
changeset,19630,[19630],ryan,Remove Recently Updated from dash Plugins widget. see #19573
changeset,14440,[14440],nacin,Remove re-adding of filter. see #11742
changeset,12804,[12804],ryan,Remove raquo. see #11644
changeset,12803,[12803],ryan,Remove raquo. see #11644
changeset,12628,[12628],ryan,Remove raquo. see #11644
changeset,6943,[6943],ryan,Remove raquo from buttons. Props filosofo. fixes #5938
changeset,10647,[10647],ryan,Remove raquo from buttons
changeset,9334,[9334],azaozz,Remove Quick Edit when clicking search or filter buttons
changeset,2239,[2239],saxmatt,"Remove querystring variable legacy code
"
changeset,6886,[6886],ryan,Remove pseudo role group by
changeset,21593,[21593],nacin,"Remove Prototype and script.aculo.us from core.

Continue to register them, pulling from ajax.googleapis.com. This is only being done for backwards compatibility;
libraries in use will continue to be local sources.

In the process, update to the latest versions of Prototype (1.7.1, June 5) and script.aculo.us (1.9.0, from 2010).

props helenyhou.
fixes #21661, #16664, #16665.

"
changeset,12841,[12841],ryan,Remove profile_page_email_warning_ob_start() and profile_page_email_warning_ob_content(). fixes #11759
changeset,3772,[3772],ryan,Remove private posts from front page query.  Aadd private posts and page caps. fixes #2613
changeset,8859,[8859],ryan,Remove privacy checkbox from submitbox. see #7552
changeset,3403,[3403],ryan,Remove printr calls.
changeset,1763,[1763],saxmatt,"Remove print.css reference, don't echo bloginfo.
"
changeset,13873,[13873],iammattthomas,Remove print.css from twentyten
changeset,9201,[9201],ryan,Remove Press This from Tools menu. Add to writing settings. Props technosailor. fixes #7393
changeset,16825,[16825],nacin,Remove post_type_supports check from register_post_type caps all together. fixes #14122.
changeset,15937,[15937],nacin,Remove post_type params from is_archive(). use is_post_type_archive() for full context. see #13818.
changeset,597,[597],saxmatt,"Remove post_category references.
"
changeset,325,[325],duck_,Remove post_category fields from SQL dump. See #13
changeset,10902,[10902],azaozz,"Remove post_category and link_category from wp_install_defaults(), props Denis-de-Bernardy, fixes #9493"
changeset,21504,[21504],ryan,"Remove post type from post nonces. Fixes attachment deletion when EMPTY_TRASH_DAYS is 0. Props c3mdigital, kurtpayne, SergeyBiryukov. fixes #21194"
changeset,12106,[12106],azaozz,"Remove pointless var assignment in get_pages(), props filosofo, fixes #11027"
changeset,19628,[19628],ryan,Remove Plugins dashboard widget. fixes #19573
changeset,16815,[16815],PeteMall,Remove plugin-install from site admin for is_multisite(). See #14435
changeset,17003,[17003],scribu,Remove placeholder row when adding first term. See #15849
changeset,9325,[9325],westi,Remove placeholder images. Props DD32.
changeset,17920,[17920],ryan,Remove PHP5 back compat code from get_gmt_from_date. Props technosailor. fixes #16920
changeset,17637,[17637],ryan,Remove PHP4 timezone support. Props hakre. fixes #16970
changeset,17655,[17655],ryan,Remove PHP4 constructors. Props scribu. fixes #16768
changeset,17604,[17604],ryan,Remove PHP4 constructors. Props hakre. see #16768
changeset,17654,[17654],ryan,Remove PHP4 constructor. Props ocean90. see #16768
changeset,17631,[17631],ryan,Remove PHP4 constructor. Props Jayjdk. see #16768
changeset,17534,[17534],dd32,Remove PHP4 based WP_Http_Fopen class. Props sivel for initial patch. See #16917 Fixes #13915
changeset,17747,[17747],nacin,"Remove PHP 5.1/Windows code from date_i18n. Allows timestamps from pre-1970. props DH-Shredder, fixes #10332."
changeset,6672,[6672],ryan,Remove PHP 4.2 and 4.3 back compat functions. Props DD32. fixes #5415
changeset,6539,[6539],ryan,Remove persistent object cache. fixes #5570
changeset,170,[170],nbachiyski,"Remove persistent object cache tests
"
changeset,1984,[1984],rboren,"Remove percent signs from slugs.  PAtch from MooKitty.  Bug 569.
"
changeset,8984,[8984],ryan,Remove per page search boxes
changeset,21650,[21650],nacin,"Remove paths to where theme files are located from theme details on themes.php. props lessbloat, see #17944.

"
changeset,12348,[12348],westi,Remove passing of spurious argument to wpdb->db_version().
changeset,11028,[11028],azaozz,"Remove passing by reference in WP_Upgrader, see #7875"
changeset,20994,[20994],nacin,"Remove parameter validation from the DB_NAME. Only usernames have any kind of limitation in MySQL, and it should not be enforced on database names. from Microsoft."
changeset,4457,[4457],ryan,Remove paging by days. fixes #3341
changeset,9122,[9122],ryan,Remove pagenow from search form actions. Props Viper007Bond.  see #7552
changeset,4337,[4337],markjaquith,remove page_options reference to defunct open_proxy_check option.  Props Donncha.  fixes #3204
changeset,14666,[14666],nacin,"Remove p tag from allowed nav menu container tags. Cannot validly contain block level elements. props Jorbin, fixes #13349."
changeset,17104,[17104],markjaquith,Remove overly broad CSS rule. fixes #15913
changeset,9469,[9469],azaozz,"Remove outdated TinyMCE files, fix loading of translations for default plugins, fixes #7994"
changeset,19987,[19987],nacin,"Remove out-of-place double quote. props niallkennedy. fixes #20113.

"
changeset,13524,[13524],nacin,Remove orphaned Turbo/Gears message in Opera. see #11301
changeset,18635,[18635],azaozz,"Remove orphaned sidebars from the page when the user drags all widgets out of them, see #17979"
changeset,1594,[1594],saxmatt,"Remove optionvalues table.
"
changeset,1595,[1595],saxmatt,"Remove optiontypes  table.
"
changeset,23050,[23050],nacin,"Remove options-privacy.php, as intended by [21838]. see #16416. see #22349.

"
changeset,13745,[13745],dd32,Remove Options -> Misc entirely as core as there are no longer options left there. Plugin registered options will be redirected to the General settings page. Fixes #12437
changeset,1596,[1596],saxmatt,"Remove optiongroups  table.
"
changeset,1597,[1597],saxmatt,"Remove optiongroup_options table.
"
changeset,14578,[14578],ryan,"Remove only the background image, not all theme mods, when resetting the background to the default. Props ocean90. see #12186"
changeset,13552,[13552],nacin,"Remove only gallery CSS in twentyten, leaving the gallery div classes and id intact. see #9015"
changeset,13826,[13826],nacin,"Remove one-pixel white bottom border off new light gray header. After some discussion, mainly due to screen options/help tabs. see #12586"
changeset,20573,[20573],azaozz,"Remove one more duplicate of .screen-per-page, props ocean90, fixes #20526"
changeset,482,[482],ryan,Remove old-or-new taxonomy on teardown to avoid polluting TextTaxonomyMeta tests.
changeset,2497,[2497],ryan,"Remove old, unused variables.  http://mosquito.wordpress.org/view.php?id=1187 Props:  Alex Parkhomenko"
changeset,484,[484],nacin,"Remove old, broken, useless test_wp_dropdown_users(). see [21] for introduction."
changeset,19203,[19203],nacin,"Remove old vendor prefixes. props andrewryno, ocean90, fixes #18700."
changeset,7347,[7347],ryan,Remove old upload files. props andy. fixes #5911
changeset,15083,[15083],nacin,"Remove old Twenty Ten code. props iandstewart, fixes #13646."
changeset,6696,[6696],ryan,Remove old tinymce files. see #5674
changeset,6636,[6636],ryan,Remove old tinymce files. see #5674
changeset,4993,[4993],markjaquith,remove old table* variables from wp-settings.php.  Props Nazgul.  fixes #3860
changeset,19360,[19360],azaozz,"Remove old styling for rtl progress bar, see #19042"
changeset,17051,[17051],nacin,"Remove old string. props SergeyBiryukov, see #15314."
changeset,19927,[19927],duck_,"Remove old show_last_update/include_last_update_time/show_date code from category template functions. Props solarissmoke. Fixes #19953.
"
changeset,16088,[16088],ryan,Remove old screen options images. see #15163
changeset,11830,[11830],azaozz,"Remove old query args when updating user profile, props dd32, fixes #9038"
changeset,2523,[2523],ryan,Remove old preview stuff.  Allow draft posts to be displayed if the logged in user has edit permissions on the draft.  Don't use cruft-free links for drafts since they might not have a slug. http://mosquito.wordpress.org/view.php?id=1220
changeset,23738,[23738],ryan,"Remove old phpdoc that incorrectly marks wp_timezone_choice() as temporary.

Props danielbachhuber
fixes #23804
"
changeset,4999,[4999],ryan,Remove old notice.  Props johnbillion.  fixes #2576
changeset,14726,[14726],ryan,Remove old metaboxorder settings. see #13424
changeset,19938,[19938],nacin,"Remove old logo-login.gif from manifest. props edward mindreantre, see #19955."
changeset,15187,[15187],ryan,Remove old hidden columns usermeta keys.  fixes #13783
changeset,16311,[16311],nacin,"Remove old header/footer link active state. props dremeda, fixes #14487."
changeset,8596,[8596],ryan,Remove old files. see #5560
changeset,9086,[9086],ryan,Remove old files before upgrading DB. see #5560
changeset,21811,[21811],nacin,"Remove old edit_*_per_page usermeta keys.

These per-page values were when the post type or taxonomy name has a hyphen.
Previously, these were converted to underscores. This changed in [21322].

fixes #18958.

"
changeset,19389,[19389],nacin,"Remove old dismissed pointers as the IDs have changed. Switch to underscores that way we don't need to translate them for method names. Avoid an empty pointer in the array. see #18693.
"
changeset,6348,[6348],ryan,Remove old comment_count_cache variable.  It's dead.
changeset,21186,[21186],nacin,Remove old code unsetting a few variables in wp-settings.php. fixes #21115.
changeset,14530,[14530],nacin,"Remove old code that breaks menu design rendering. props koopersmith, fixes #13311."
changeset,14018,[14018],nacin,Remove old bulk edit super admin code.
changeset,14020,[14020],nacin,Remove old bulk actions MS sites code.
changeset,21949,[21949],nacin,"Remove old autosave collision code from edit_post(). props miqrogroove.

This code, which could block autosaves when drafts had future timestamps,
dates to before autosaves were saved as revisions and is no longer necessary.

fixes #21858.

"
changeset,16120,[16120],nacin,"Remove old ajax handler. props PeteMall, see #14897."
changeset,18568,[18568],nacin,"Remove old $base/BASE MU check. props mdawaffe, fixes #18479."
changeset,7942,[7942],ryan,Remove old #your-profile fieldset CSS. fixes #6982
changeset,2147,[2147],rboren,"Remove old ""site"" page rewrite rules.
"
changeset,12304,[12304],azaozz,"Remove oEmbed references and auto-insert of shortcodes from the UI, fixes #11288"
changeset,12411,[12411],ryan,Remove oEmbed discovery option. Add hook so plugins can enable it. see #10337
changeset,24247,[24247],ryan,"Remove obsolete TODO.

Props wonderboymusic
fixes #11635
"
changeset,24181,[24181],SergeyBiryukov,Remove obsolete reference in menus help tab. props DrewAPicture. fixes #24262.
changeset,19973,[19973],duck_,"Remove obsolete mysql2date documentation. Props Viper007Bond. Fixes #20056.
"
changeset,21051,[21051],ryan,Remove obsolete help string. Props SergeyBiryukov. fixes #20909
changeset,14857,[14857],nacin,"Remove now-unused post_type_object->labels>edit, which was 'Edit' (with context). see #12968, see #11274."
changeset,4831,[4831],ryan,Remove notoptions caching.  Multile rewrite_rules options were being created.  See #3692 #2268
changeset,21743,[21743],ryan,Remove not so useful author column sorting. Props scribu. fixes #17141
changeset,14765,[14765],nacin,Remove non-gzipped version of tinymce. Brace for impact. props azaozz. see #13307.
changeset,6140,[6140],markjaquith,"Remove non-functioning and misleading ""Privacy"" label on install.  fixes #5012"
changeset,17977,[17977],nacin,Remove non-functional vestigal code.
changeset,16230,[16230],scribu,Remove nofollow on comment reply links. Fixes #10550
changeset,10529,[10529],azaozz,"Remove no-js.css, add the styles to admin-header instead"
changeset,10489,[10489],azaozz,Remove no-js.css faster in Safari
changeset,12409,[12409],ryan,Remove no longer needed DB has_cap() checks. Props filosofo. fixes #11443
changeset,19523,[19523],ryan,Remove new-secondary-object group from toolbar New content menu.
changeset,2417,[2417],matt,"Remove needless RDF calls
"
changeset,21311,[21311],azaozz,"Remove nearly all tabindex attributes from the admin, leaving them only where absolutely necessary (for now that's only the toolbar).

Add tabindex=""-1"" for the menu images links to avoid double tab stops there when the menu is expanded.

Fix/add auto-focus on the first input fields on the Add/Edit Post, all taxonomy, all edit taxonomy, Log In and Edit Comment screens.

See #21340."
changeset,15061,[15061],wpmuguru,"remove naughty not, see #13625"
changeset,10964,[10964],ryan,Remove My Hacks option. Props filosofo. fixes #9551
changeset,18280,[18280],nacin,"Remove my debug cruft. No, you're not looking in a mirror. props dcowgill, fixes #17769."
changeset,12765,[12765],ryan,Remove mu_dashboard(). Rely on cap checks to customize dash for multisite.
changeset,21823,[21823],nacin,"Remove ms-files.php rewriting from WordPress multisite. fixes #19235.

Keep existing networks compatible with a ms_files_rewriting network option.

"
changeset,14251,[14251],ryan,Remove move cursor when JS disabled. Props koopersmith. fixes #13136
changeset,14474,[14474],nacin,"Remove more trailing commas in nav menus JS. props koopersmith and ocean90, see #13220."
changeset,1406,[1406],rboren,"Remove more stripslashes().
"
changeset,350,[350],duck_,Remove more old exthttp and fopen stuff.
changeset,17632,[17632],nacin,"Remove more E_RECOVERABLE_ERROR checks. props duck_, see #16920."
changeset,16313,[16313],nacin,"Remove more create_function calls. props huichen, see #14424."
changeset,21201,[21201],nacin,Remove more code not specific to updating core from core_upgrade_preamble(). fixes #21124.
changeset,20593,[20593],nacin,"Remove monospace from TinyMCE caption/alignment image edit popup. see #18311.

"
changeset,7019,[7019],ryan,Remove moderation.php. edit-comments.php now handles moderation
changeset,12962,[12962],wpmuguru,"remove mod_security upload rewrite in ms htaccess, see [7563] for details"
changeset,15826,[15826],dd32,Remove missed tokens in [15825]. See #12659
changeset,15657,[15657],scribu,Remove misplaced code introduced in [15653]. See #14579
changeset,15921,[15921],scribu,Remove misplaced code in WP_Query::parse_tax_query(). See #12659
changeset,18081,[18081],ryan,Remove misleading phpdoc.  Props mfields. fixes #17558
changeset,19174,[19174],azaozz,"Remove min-width from #post-body-content, props ocean90, fixes #19062"
changeset,22395,[22395],nacin,"Remove methods that override but do nothing. props jeremyfelt for initial patch. fixes #22368.

"
changeset,10601,[10601],ryan,Remove meta_value from selected fields. Props filosofo. fixes #9177 for 2.7
changeset,10600,[10600],ryan,Remove meta_value from selected fields. Props filosofo. fixes #9177
changeset,7046,[7046],ryan,Remove messages from the requested URI so they don't follow us around while paging.
changeset,23640,[23640],nacin,"Remove message slide-down effect on the nav-menus.php page. props lessbloat, fixes #23714.

"
changeset,16737,[16737],nacin,Remove merge cruft. props ocean90.
changeset,4246,[4246],ryan,Remove merge arrows
changeset,18801,[18801],azaozz,"Remove max-width from list tables. Better to limit the width on individual fields or areas where readability is impacted, see #18198"
changeset,18671,[18671],azaozz,"Remove max-width for .widefat, see #18198"
changeset,19491,[19491],nacin,"Remove margin from h3's in press this. fixes #19341.

"
changeset,9779,[9779],markjaquith,Remove manual santization of redirect URLs (handled in wp_redirect())
changeset,24187,[24187],nacin,"Remove manual printing of userSettings as utils.js receives this as inline script data (since 3.5). see #24210.

"
changeset,11280,[11280],ryan,Remove manifest from html until we get it working. see #7262
changeset,10152,[10152],ryan,Remove Lucida San. Props demetris. fixes #8541
changeset,15858,[15858],nacin,"Remove Lucida Grande from the sans serif font stack. fixes #8352, props iammattthomas."
changeset,17327,[17327],nacin,"Remove Lucida Grande from the remaining font stacks. We should at least be consistent. props demetris, fixes #16298, see #8352."
changeset,13503,[13503],dd32,remove LOWER() in Order by clause for Post Meta. Allows MySQL to use the indexes properly. Props Denis-de-Bernardy. Fixes #11741
changeset,15090,[15090],ryan,Remove login-header.png. Use CSS3 with fallback color.  Login RTL fix. Props ocean90. fixes #13587
changeset,19754,[19754],nacin,"Remove locale_vars from WP_Locale. Explicitly set the text_direction property from a global, not from an arbitrary list. see #19600."
changeset,7053,[7053],ryan,Remove listman from script loader
changeset,7051,[7051],ryan,Remove list-manipulation.js. No longer used
changeset,17943,[17943],azaozz,"Remove links from the menu separators, see #17324"
changeset,3598,[3598],ryan,Remove linkcategories table from schema.
changeset,12608,[12608],ryan,Remove link-import.php. fixes #11755
changeset,7174,[7174],ryan,Remove link underlines from where the shouldn't be. Props mt. fixes #6113
changeset,6655,[6655],ryan,Remove lingering bit of get_tags cache
changeset,10193,[10193],ryan,Remove lines that are choking phpdoc
changeset,10192,[10192],ryan,Remove lines that are choking phpdoc
changeset,22778,[22778],nacin,"Remove legacy media uploader bits from custom-header.php and custom-background.php. see #22186, #21390.

"
changeset,20942,[20942],azaozz,"Remove leftover JS global, see #18198"
changeset,21313,[21313],azaozz,"Remove left-over style for the Categories postbox that had a typo and wasn't used, props tommcfarlin fixes #21360"
changeset,9942,[9942],azaozz,"Remove left-over background color, fixes #8306"
changeset,1611,[1611],rboren,"Remove left over debug output.
"
changeset,13050,[13050],ryan,Remove leading slash so that it doesn't get doubled when front is added. see #9674
changeset,10758,[10758],ryan,Remove leading newlines. Props filosofo. fixes #9096
changeset,16205,[16205],scribu,remove leading <li> from get_views() and add it later. Fixes #15321
changeset,7912,[7912],markjaquith,Remove last remaining user level checks in favor of capabilities checks. props filosofo. fixes #6940
changeset,1216,[1216],saxmatt,"Remove language elements from RSS files.
"
changeset,356,[356],saxmatt,"Remove language attribute: http://wordpress.org/support/4/533
"
changeset,3301,[3301],ryan,Remove lang attribute. fixes #2072
changeset,6944,[6944],ryan,Remove label colons for niceblue widefat tables. Props filosofo. fixes #5939
changeset,21795,[21795],nacin,"Remove kses allowedtags that were commented out long ago. see #17977.

"
changeset,20565,[20565],ryan,"Remove key mangling code from get_the_author_meta(). Make it more inline with get_user_option(). Handle collision with old users table columns that are on old schema, particularly user_description.

Props scribu, fredwu.
Fixes #20285
"
changeset,13742,[13742],nacin,Remove JS nav-menu functions that we no longer use. see #11817
changeset,9192,[9192],markjaquith,Remove JS confirmation of individual user deletion. It is redundant.
changeset,20518,[20518],koopersmith,"Remove jQuery postMessage plugin, as it is no longer used (as of [20517]). see #19910."
changeset,20340,[20340],ryan,Remove jQuery Masonry. Fully reverts [20060]. see #17242
changeset,20206,[20206],nacin,Remove jQuery Masonry from Appearance > Header until we figure out sporadic issues relating to overlapping images (probably due to lame markup). see #17242.
changeset,21648,[21648],nacin,"Remove Jcrop non-minified files. see #20728.

"
changeset,4166,[4166],ryan,Remove is_search() check that will never be reached. fixes #1076
changeset,18960,[18960],azaozz,"Remove iPad rotation tweak (not needed in iOS 5), see #18863"
changeset,16394,[16394],azaozz,"Remove invalid parent paragraph when pasting in the visual editor or switching visual to HTML and back, keep multiple empty lines in a <pre> tag, fixes #15095 fixes #15367"
changeset,12150,[12150],ryan,Remove ints from switch. see #11073
changeset,11261,[11261],ryan,Remove intro
changeset,22023,[22023],koopersmith,"Remove internal TinyMCE attributes when generating the HTML for attachment views.

Moves the HTML utility functions to the top of `mce-views.js`. Also adds `wp.mce.view.removeInternalAttrs( attrs )` and `wp.mce.view.attrs( content )`.

see #21390, #21812, #21813.
"
changeset,7271,[7271],ryan,Remove intermediate images when deleting an attachment. Props tellyworth. fixes #6142
changeset,14728,[14728],ryan,"Remove interface.js.  Unmaintained, doesn't work with jQuery 1.3, old, crusty, starting to smell like Miss Havisham's cake. fixes #13442"
changeset,10009,[10009],azaozz,"Remove insert image default options (handled by state saving), fix URL buttons in uploader for newly uploaded images, fix font priority in global.css"
changeset,23540,[23540],helen,"Remove input field focus styles in DFW to enhance the distraction-free-ness. props ocean90. fixes #23648.
"
changeset,20067,[20067],nacin,Remove inline styles for 'Apply Filters' feature filter button. Don't <small> the 'Close filters' text. see #20147.
changeset,1951,[1951],saxmatt,"Remove inline style.
"
changeset,19621,[19621],nacin,"Remove individual version numbers for core scripts and styles. Fall back to the WP version (well, that already happens). $wp_version should now be bumped (and soon will occur automatically). see #19592."
changeset,20190,[20190],nacin,Remove index-extra.php. Move dashboard widget XHR callbacks to ajax-actions.php. fixes #20242.
changeset,2874,[2874],ryan,Remove inactive roles.  Add unfiltered_html cap to admin and editor roles.
changeset,23310,[23310],SergeyBiryukov,Remove inaccurate inline comment. fixes #23211.
changeset,20624,[20624],nacin,Remove img width/height from the readme.html WP logo. props soulseekah. fixes #19955. see #20293 for any follow-ups.
changeset,8906,[8906],ryan,Remove image options from misc options whitelist. see #7552
changeset,19151,[19151],nacin,Remove i18n until text settles. see #18795.
changeset,13613,[13613],nacin,Remove htaccess.ms and wp-config.ms templates. These were brought inline in [13611]. see #11816
changeset,14210,[14210],dd32,Remove Horizontal scrollbars on Thickbox iframes. Props ocean90. Fixes #13062
changeset,13009,[13009],dd32,Remove hierarchical taxonomy parent support from Quick Edit (field added in error). See #11838
changeset,2521,[2521],ryan,Remove HERE document.  xgettext doesn't like it.  http://mosquito.wordpress.org/view.php?id=1221  Props: nbachiyski
changeset,19221,[19221],koopersmith,Remove Helvetica Neue from the admin bar font stack. see #19145.
changeset,19443,[19443],koopersmith,"Remove help tab from credits page, tweak about page CSS. props chexee, see #18742."
changeset,19430,[19430],koopersmith,"Remove help sidebar background when no sidebar exists. props chrisbliss18, see #18197, [19361]."
changeset,12681,[12681],wpmuguru,"remove hardcoded wp_ prefix, props ddebernardy, Fixes #11785"
changeset,5975,[5975],ryan,Remove hardcoded clean_url on comment_author_url since it is handled on the pre_comment_author_url filter. Props wnorris. fixes #4120
changeset,13726,[13726],markjaquith,Remove half-baked transient caching of nav-menu source results from [13704]. Todo: reimplement with proper cache invalidation. see #11817
changeset,17773,[17773],ryan,Remove h3s. see #17240
changeset,6912,[6912],ryan,Remove h1 letter spacing. Props mt. fixes #5913
changeset,6775,[6775],ryan,Remove gzip_compression(). Leave it to the server. fixes #4342
changeset,18508,[18508],ryan,Remove gratuitous periods. Add some semicolons. Props SergeyBiryukov. fixes #16186
changeset,11406,[11406],ryan,Remove global regs that can poison query objects. fixes #9854
changeset,2390,[2390],ryan,Remove gettext from default theme.  http://mosquito.wordpress.org/view.php?id=942  Props: Albert
changeset,15835,[15835],ryan,Remove get_current_screen() call
changeset,13981,[13981],nacin,Remove Gears from UI. see #11301
changeset,9971,[9971],azaozz,"Remove gear.png from gears-manifest, props mrmist, fixes #8427"
changeset,14213,[14213],wpmuguru,"remove from usermeta table in r14212, see #13032"
changeset,22941,[22941],ryan,"Remove focus outline from admin bar elements.

Props azaozz, lessbloat, dllh
fixes #22643
"
changeset,12848,[12848],ryan,Remove fix_actve_plugins(). Props hakre. fixes #11750
changeset,18512,[18512],ryan,Remove first_name and last_name properties. Props scribu. see #15458
changeset,12854,[12854],ryan,Remove first page and first comment filters. They're no longer needed. see #11644
changeset,14395,[14395],nacin,Remove files replaced by CSS3 gradients. IE falls back to solid colors. see #12586.
changeset,12704,[12704],ryan,Remove file
changeset,12703,[12703],ryan,Remove file
changeset,4762,[4762],ryan,Remove feed:
changeset,10249,[10249],ryan,Remove feature branch
changeset,10248,[10248],ryan,Remove feature branch
changeset,10247,[10247],ryan,Remove feature branch
changeset,17849,[17849],ryan,Remove favorite_actions() from h2s. Restore Add New buttons. see #17324
changeset,14194,[14194],ryan,Remove fat finger typo.  see #13088
changeset,19623,[19623],ryan,Remove extraneuos newlines
changeset,2991,[2991],ryan,Remove extraneous whitespace from wp_list_pages() output.  Props: error fixes #1838
changeset,5962,[5962],ryan,Remove extraneous tag. Props nbachiyski. fixes #4838
changeset,6960,[6960],ryan,Remove extraneous tag. Props ionfish. fixes #5890
changeset,19596,[19596],ryan,"Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433"
changeset,2530,[2530],ryan,Remove extraneous spaces.  http://mosquito.wordpress.org/view.php?id=1198 Props:  Daniel Gutekunst
changeset,7239,[7239],ryan,Remove extraneous slash. Props rnt. fixes #6158
changeset,19731,[19731],duck_,"Remove extraneous single quote. Props garyc40. Fixes #19801.
"
changeset,15625,[15625],scribu,Remove extraneous sanitization of category_name. Leave it to wp_tax_query(). See #12891
changeset,14842,[14842],ryan,Remove extraneous quote. Props duck_. see #13467
changeset,3245,[3245],ryan,Remove extraneous parens.
changeset,3543,[3543],ryan,Remove extraneous paren. fixes #2448
changeset,3003,[3003],ryan,Remove extraneous header() call.
changeset,24122,[24122],SergeyBiryukov,Remove extraneous function parameters in wp_video_shortcode(). props rlerdorf. see #24210.
changeset,24121,[24121],SergeyBiryukov,Remove extraneous function parameters in the wpdb class. props rlerdorf. see #24210.
changeset,24120,[24120],SergeyBiryukov,Remove extraneous function parameters in the network admin. props rlerdorf. see #24210.
changeset,5105,[5105],ryan,Remove extraneous echo. Props buzink.  fixes #4020
changeset,18758,[18758],duck_,"Remove extraneous closing script tag. Props ryanhellyer. See r18482, #18206. Fixes #18760.
"
changeset,12569,[12569],ryan,Remove extraneous br. Props nacin. fixes #11582 for trunk
changeset,12570,[12570],ryan,Remove extraneous br. Props nacin. fixes #11582 for 2.9
changeset,14005,[14005],wpmuguru,"remove extraneous blog name sanitization, props nbachiyski, fixes #12823"
changeset,3970,[3970],ryan,Remove extraneous /td. Props Nazgul.  fixes #2895
changeset,4207,[4207],ryan,Remove extra-dimensional character caused by breach in the time-space continuum.
changeset,8467,[8467],westi,"Remove extra } from query. Fixes #7416 for trunk.
"
changeset,2185,[2185],rboren,"Remove extra wp-l10n.php include.  Bug 756.
"
changeset,6745,[6745],ryan,Remove extra underscores. fixes #5788 for 2.3
changeset,20775,[20775],ryan,Remove extra underscore from XML-RPC filter. props maxcutler. fixes #20549
changeset,20604,[20604],nacin,Remove extra underscore from four XML-RPC filters. props maxcutler. fixes #20549.
changeset,19317,[19317],nacin,Remove extra space. props danielbachhuber.
changeset,1689,[1689],rboren,"Remove extra slashes from permalink structure.
"
changeset,1467,[1467],rboren,"Remove extra slashes from link name and link description.
"
changeset,20519,[20519],azaozz,"Remove extra slash when opening the gallery thickbox popup from the visual editor, props SergeyBiryukov, fixes #19850"
changeset,1312,[1312],rboren,"Remove extra slash in filename.
"
changeset,6735,[6735],ryan,Remove extra search box
changeset,10093,[10093],azaozz,"Remove extra screen icons, fixes #8514"
changeset,7122,[7122],ryan,Remove extra plugin page pipes. fixes #6059
changeset,10037,[10037],ryan,Remove extra php open tags
changeset,5874,[5874],ryan,Remove extra paren. Props tmountjr. fixes #4752
changeset,2273,[2273],rboren,"Remove extra paren. http://mosquito.wordpress.org/view.php?id=853
"
changeset,3261,[3261],ryan,Remove extra paren.  fixes #2018
changeset,10630,[10630],ryan,Remove extra new line after generator. fixes #9095
changeset,2694,[2694],ryan,Remove extra logIOs.
changeset,3819,[3819],ryan,Remove extra lines.
changeset,2899,[2899],ryan,Remove extra line.  fixes #1694
changeset,2400,[2400],ryan,Remove extra line breaks.  http://mosquito.wordpress.org/view.php?id=1002
changeset,10859,[10859],ryan,Remove extra input. Props hakre. fixes #9430
changeset,13109,[13109],dd32,"Remove extra get_option() calls (the functions default to that), Use the Media API for attachment image HTML, Replace deprecated function use(1.2~2.9 deprecated). See #9015"
changeset,8721,[8721],azaozz,"Remove extra filter, fixes #7585"
changeset,3168,[3168],ryan,Remove extra file.
changeset,3179,[3179],ryan,Remove extra curly.
changeset,2728,[2728],ryan,Remove extra comma.  Props: isharra
changeset,21973,[21973],nacin,"Remove extra bottom padding from meta boxes on the Menus screen. props SergeyBiryukov, fixes #21952.

"
changeset,18257,[18257],nacin,Remove extra </a>. props aaroncampbell. see #17385.
changeset,20052,[20052],nacin,Remove extra $. see #20103.
changeset,10113,[10113],westi,"remove extra "" props azaozz."
changeset,13432,[13432],nacin,Remove explicit references to the post ID from moderation and comment e-mails. Fixes #12388
changeset,1019,[1019],nacin,"Remove experimental test.

"
changeset,18754,[18754],koopersmith,Remove expanded class from flyout menus. see #18382.
changeset,3501,[3501],ryan,Remove execute bit from uploaded files.  #2190
changeset,6360,[6360],ryan,Remove executable property from files. Props lapcat. fixes #5408
changeset,4975,[4975],ryan,Remove excess whitespace.  Props oneno and Nazgul. fixes #3778
changeset,24112,[24112],SergeyBiryukov,Remove excess margin on the menus accordion in IE7. props bobbravo2. fixes #24095.
changeset,16878,[16878],scribu,Remove excess comments from url_to_postid(). See #15771
changeset,10444,[10444],azaozz,"Remove events from categories chechboxes in quick edit to speed up page unload, see #8957"
changeset,19655,[19655],nacin,"Remove esc_js() as this content now gets json encoded rather than a straight echo. props ocean90. see #19644, for trunk."
changeset,19659,[19659],ryan,"Remove esc_js() as this content now gets json encoded rather than a straight echo. props ocean90. fixes #19644, for 3.3"
changeset,13038,[13038],wpmuguru,"remove error_reporting from ms-files.php, see #11742"
changeset,21582,[21582],azaozz,"Remove erroneous vertical-align: center values, props helenyhou, fixes #20586"
changeset,349,[349],westi,Remove erroneous svn:executable property
changeset,348,[348],westi,Remove erroneous svn:executable properties
changeset,22981,[22981],nacin,"Remove errant space.

"
changeset,22679,[22679],nacin,"Remove errant return. props SergeyBiryukov. see #22186.

"
changeset,9806,[9806],markjaquith,Remove errant nbsps
changeset,7572,[7572],markjaquith,Remove errant commas to prevent file uploader script errors in IE7. props tsimmons. fixes #6443 for trunk
changeset,7573,[7573],markjaquith,Remove errant commas to prevent file uploader script errors in IE7. props tsimmons. fixes #6443 for 2.5.1
changeset,15260,[15260],nacin,"Remove errant closing label tag. props wahgnube, fixes #13901."
changeset,11781,[11781],westi,Remove errant <tr> to fix validation error. Fixes #10560 props wahgnube.
changeset,20230,[20230],nacin,"Remove enqueue of wp_plupload_default_settings() from admin_enqueue_scripts(). For now, it needs to be enqueued selectively when needed. see #19910."
changeset,7105,[7105],ryan,Remove empty gettext call.  Props andy. fixes #6044
changeset,4739,[4739],ryan,Remove empty files.
changeset,24136,[24136],nacin,"Remove empty file.

"
changeset,666,[666],SergeyBiryukov,Remove empty data files left over from previous remove_accents() tests. see [471].
changeset,6719,[6719],ryan,Remove eextra set of links. Props mdawaffe. see #5583
changeset,20728,[20728],ryan,Remove editor_template_src.js from old files list. It should not be deleted. Props Jayjdk. fixes #20539
changeset,9792,[9792],ryan,Remove edit-form.php on update. see #8279
changeset,12607,[12607],ryan,Remove edit-form.php again. fixes #11756
changeset,21167,[21167],nacin,"Remove duplicated style, overridden by a more specific selector. props SergeyBiryukov, fixes #20581."
changeset,14477,[14477],nacin,"Remove duplicated query var. props lriggle, fixes #13280."
changeset,19535,[19535],nacin,"Remove duplicated line. props ocean90, fixes #18467."
changeset,18493,[18493],nacin,Remove duplicated id attribute. props pagesimplify. (wp-testers)
changeset,20406,[20406],nacin,"Remove duplicated featured_image block. props koke.

"
changeset,20607,[20607],nacin,"Remove duplicated do_action wp.getPosts call. props maxcutler.

"
changeset,18565,[18565],nacin,"Remove duplicated current_action() call. props PeteMall, fixes #18389."
changeset,17334,[17334],nacin,"Remove duplicated CSS section. props markmcwilliams, fixes #16308."
changeset,12052,[12052],westi,Remove duplicated create_function calls an use a private _search_terms_tidy function instead for tidying up the post/page searching when looking to attach orphans to a parent post or page.
changeset,23855,[23855],markjaquith,"Remove duplicated code that was accidentally committed in [23417].

fixes #23889. props DrewAPicture."
changeset,884,[884],nbachiyski,"Remove duplicate wp_prefix declaration
"
changeset,19065,[19065],nacin,"Remove duplicate word in docs. props SergeyBiryukov, fixes #18986."
changeset,18056,[18056],ryan,Remove duplicate sentence search terms. Props scribu. fixes #17152
changeset,20369,[20369],duck_,"Remove duplicate JavaScript. Props aaroncampbell. See #19840, fixes #20363.
"
changeset,18041,[18041],ryan,Remove duplicate IDs before passing comment post IDs to get_pending_comments_num()
changeset,16052,[16052],scribu,Remove duplicate file docs. See #15032
changeset,12907,[12907],dd32,Remove duplicate current_user_can() check.
changeset,6086,[6086],ryan,Remove duplicate code from wp_insert_attachment().  Update to use sanitize_post. Props Otto42. fixes #4946
changeset,23861,[23861],SergeyBiryukov,Remove duplicate array keys. props kovshenin. see #19570.
changeset,23948,[23948],SergeyBiryukov,Remove duplicate array key. props tivnet. fixes #24021.
changeset,11898,[11898],westi,Remove duplicate action addition of delete_get_calendar_cache() on update_option_start_of_week. Fixes #10718 props johnjosephbachir.
changeset,22064,[22064],ryan,"Remove dupe/deprecated code from sites.php.

Props wonderboymusic
fixes #21553
"
changeset,13656,[13656],nacin,Remove dummy contextual help from network.php. We'll need some real docs. #11816
changeset,19152,[19152],azaozz,"Remove drop-down arrows from admin bar, props SergeyBiryukov, fixes #19086"
changeset,16426,[16426],scribu,Remove drag_drop_help() and plugins_search_help(). Fixes #15451
changeset,7282,[7282],matt,Remove drafts from Write page.
changeset,23573,[23573],nacin,"Remove double-strip on HTTP_IF_NONE_MATCH, which was done years ago (in #2597). see #21767.
"
changeset,14160,[14160],dd32,Remove double-query for Author ID. Props simonwheatley. Fixes #12048
changeset,11819,[11819],azaozz,Remove dot and silence errors in get_filesystem_method()
changeset,12764,[12764],ryan,Remove disable_some_pages(). Rely on cap checks. fixes #11770
changeset,13105,[13105],dd32,"Remove Direct SQL, Use new esc_html() function, Correct the case of the ID keys. See #9015"
changeset,23535,[23535],nacin,"Remove direct call to add_new_user_to_blog() as this is already hooked into wpmu_activate_user.

The second argument passed by that hook is not $email, so let's change that. It is not used.

props wonderboymusic.
fixes #15173.

"
changeset,10906,[10906],ryan,Remove deubg
changeset,18719,[18719],azaozz,"Remove dependency from ie.css, props SergeyBiryukov, see #18314"
changeset,9993,[9993],azaozz,Remove deleted image from gears-manifest
changeset,23203,[23203],nacin,"Remove deleted files on upgrade, including wp-app.php and class-wp-atom-server.php.

props duck_
see #22855
for trunk

"
changeset,16147,[16147],nacin,Remove deleted file from the manifest. Note that most other blue files were never added. see #15207.
changeset,14650,[14650],nacin,"Remove default_comment_status_pages setting. Reverts [14451], [14448] for 3.0. see #12991."
changeset,14651,[14651],nacin,Remove default_comment_status_pages setting from the options table. see #12991.
changeset,17751,[17751],nacin,Remove default-embeds.php. fixes #17112.
changeset,19185,[19185],nacin,Remove default help text. Keep the default_help filter in place for plugins. fixes #19154.
changeset,8179,[8179],ryan,Remove default feed function when adding new function to hook. fixes #6970
changeset,23499,[23499],helen,"Remove default content from post format compat output. We shouldn't magically create content for display not specified by the user, especially given that the current compat is handling the case of new data, old theme. see #23347.
"
changeset,15922,[15922],scribu,Remove debugging code in wp_check_term_hierarchy_for_loops(). See #14662
changeset,10287,[10287],ryan,Remove debug. see #8757
changeset,5557,[5557],ryan,Remove debug. see #4189
changeset,14969,[14969],nacin,Remove debug. see #13566
changeset,16441,[16441],ryan,Remove debug. Props ocean90. see #15342
changeset,15110,[15110],ryan,Remove debug. fixes #13670
changeset,14363,[14363],nacin,Remove debug.
changeset,4947,[4947],ryan,Remove debug.
changeset,18499,[18499],azaozz,"Remove debug remnants, props scribu, see #16695"
changeset,61,[61],tellyworth,remove debug print
changeset,43,[43],tellyworth,remove debug print
changeset,9634,[9634],ryan,Remove debug line. Props filosofo. fixes #8171
changeset,921,[921],nacin,Remove debug in [920].
changeset,13839,[13839],dd32,Remove Debug cruft.. See #12704
changeset,15663,[15663],nacin,Remove debug cruft. see [15662].
changeset,20044,[20044],nacin,Remove debug cruft. see #20103.
changeset,15436,[15436],westi,Remove debug cruft. See #14315 props scribu.
changeset,15435,[15435],westi,Remove debug cruft. See #14315 props scribu.
changeset,21349,[21349],ryan,Remove debug cruft. Props ocean90. fixes #21315
changeset,17384,[17384],ryan,Remove debug cruft. Props markmcwilliams. fixes #15530
changeset,17383,[17383],ryan,Remove debug cruft. Props markmcwilliams. fixes #15530
changeset,24231,[24231],SergeyBiryukov,Remove debug cruft. props kovshenin. see #23930.
changeset,22079,[22079],ryan,Remove debug cruft. Props duck_. fixes #21003
changeset,13223,[13223],nacin,Remove debug cruft. Fixes #12230
changeset,20808,[20808],ryan,Remove debug cruft. Fix typo. Props SergeyBiryukov. fixes #20657
changeset,3431,[3431],ryan,Remove debug cruft.  fixes #2273
changeset,3288,[3288],ryan,Remove debug cruft.  fixes #2056
changeset,3280,[3280],ryan,Remove debug cruft.  fixes #2040
changeset,20068,[20068],nacin,Remove debug cruft.
changeset,16488,[16488],ryan,Remove debug cruft.
changeset,15813,[15813],nacin,Remove debug cruft.
changeset,3022,[3022],ryan,Remove debug cruft.
changeset,2512,[2512],ryan,Remove debug cruft.
changeset,2447,[2447],ryan,Remove debug cruft.
changeset,15752,[15752],scribu,Remove debug cruft introduced by [15751]. See #12891
changeset,15845,[15845],nacin,Remove debug cruft in [15844].
changeset,20853,[20853],nacin,Remove debug cruft from [20852].
changeset,17591,[17591],dd32,Remove debug cruft from [17590]. See #14182
changeset,16544,[16544],scribu,Remove debug cruft from [16543]. See #14590
changeset,16506,[16506],scribu,Remove debug cruft from [16505]. See #12891
changeset,7067,[7067],ryan,remove debug cruft and set swfupload max file size to match php ini. Props andy. see #5911
changeset,19532,[19532],nacin,Remove debug cruft and fix variable collision. fixes #18467.
changeset,7765,[7765],ryan,Remove debug cruft
changeset,7742,[7742],ryan,Remove debug cruft
changeset,6272,[6272],ryan,Remove debug cruft
changeset,18266,[18266],dd32,Remove debug comments & more housecleaning. See #17748
changeset,2961,[2961],ryan,Remove debug code.
changeset,6792,[6792],ryan,Remove debug code
changeset,174,[174],tellyworth,remove debug code
changeset,18483,[18483],azaozz,"Remove debug bits, see #18206"
changeset,14306,[14306],ryan,Remove debug
changeset,14303,[14303],ryan,Remove debug
changeset,14243,[14243],ryan,Remove debug
changeset,9460,[9460],ryan,Remove debug
changeset,9374,[9374],ryan,Remove debug
changeset,9165,[9165],ryan,Remove debug
changeset,8938,[8938],ryan,Remove debug
changeset,6453,[6453],ryan,Remove debug
changeset,6452,[6452],ryan,Remove debug
changeset,5352,[5352],ryan,Remove debug
changeset,5351,[5351],ryan,Remove debug
changeset,5272,[5272],ryan,Remove debug
changeset,210,[210],tellyworth,remove debug
changeset,76,[76],tellyworth,remove debug
changeset,72,[72],tellyworth,remove debug
changeset,63,[63],tellyworth,remove debug
changeset,19612,[19612],nacin,"Remove dead variables and strings from edit-form-comment. props ocean90, fixes #19481."
changeset,19196,[19196],koopersmith,Remove dead padding/margin CSS from the admin bar. These previously were used for the now-removed arrows. see #18197.
changeset,9534,[9534],ryan,Remove dead markup
changeset,9168,[9168],ryan,Remove dead markup
changeset,9581,[9581],ryan,Remove dead line
changeset,17538,[17538],nacin,Remove dead globals. props mitchoyoshitaka. fixes #16571.
changeset,22342,[22342],koopersmith,"Remove dead gallery settings code. see #21390.
"
changeset,21162,[21162],nacin,"Remove dead conditionals from the media and post list tables. props wpmuguru, SergeyBiryukov. fixes #20781.

"
changeset,23925,[23925],nacin,"Remove dead code. Removed in [23445], accidentally reinstated in [23554]. This was found during wp_reset_vars() cleanup. see #21767.
"
changeset,16324,[16324],nacin,"Remove dead code. props nathanrice, fixes #13893."
changeset,15324,[15324],westi,Remove dead code. Props nacin.
changeset,14156,[14156],nacin,"Remove dead code. props azaozz, see #11882."
changeset,5970,[5970],westi,"Remove dead code. Fixed #4791 props filosofo
"
changeset,19171,[19171],nacin,Remove dead code. empty() will catch anything that equals false.
changeset,3143,[3143],ryan,Remove dead code.
changeset,19101,[19101],duck_,"Remove dead code left by r18621. Props ocean90. Fixes #19087.
"
changeset,15516,[15516],scribu,Remove dead code from WP_List_Table::print_column_headers()
changeset,20245,[20245],duck_,"Remove dead code from the Links widget. Props pavelevap, SergeyBiryukov. Fixes #19179.

The widget() method isn't called on the admin screen.
"
changeset,15817,[15817],ryan,Remove dead code from get_next_posts_link(). Props filosofo. fixes #14850
changeset,7400,[7400],ryan,Remove dead code
changeset,14233,[14233],dd32,Remove dead browse happy code. Has not been used for 18months in core admin. Props ocean90. Fixes #4833
changeset,15942,[15942],nacin,"Remove dead arguments. see [15937], see #13818, props dd32."
changeset,15963,[15963],scribu,Remove dead 'delete-link-cat' ajax handler. See #12285
changeset,12901,[12901],ryan,"Remove db error show/hide, suppress/unsuppress in ms bootstrap. see #11644"
changeset,9170,[9170],ryan,Remove dashmenu css
changeset,9169,[9169],ryan,Remove dashmenu css
changeset,13260,[13260],ryan,Remove custom post states. Register taxonomy against menu_item post type. see #11817
changeset,13264,[13264],ryan,Remove custom jquery. see #11817
changeset,21724,[21724],nacin,"Remove custom header uploads from the customizer.

For the 3.4 branch. It will return when crop ability is added.

props koopersmith.
see #21355. fixes #21515. fixes #21707.
merges [21379] [21380] [21383] [21385] [21386] [21497] [21722].

"
changeset,20411,[20411],koopersmith,Remove CSS involving unused '.theme-listing' selector. see #20403.
changeset,20412,[20412],koopersmith,Remove CSS involving unused '#theme-information' selector. see #20403.
changeset,19124,[19124],nacin,Remove CSS for interim-login. see #19120.
changeset,17574,[17574],nacin,"Remove cryptic bitwise check. Todo, CPT/supports checks. see #17005."
changeset,19112,[19112],nacin,Remove cruft. see #19106.
changeset,3348,[3348],ryan,Remove cruft.
changeset,6722,[6722],ryan,Remove cruft that slipped in.
changeset,17317,[17317],nacin,"Remove cruft overflow:hidden from the admin bar items. props ocean90, fixes #15654."
changeset,22752,[22752],nacin,"Remove cruft from media-new.php. No need to keep extra parameters around (including post ID, which is always 0 here). see #22083.

"
changeset,7154,[7154],ryan,Remove cruft
changeset,1069,[1069],ryan,Remove cruft
changeset,16034,[16034],westi,Remove create_function usage during preview. See #14424 props ScottMac.
changeset,18118,[18118],koopersmith,Remove Courier from the monospace font stack. fixes #17640.
changeset,3499,[3499],ryan,Remove core_files_loaded action due to general uselessness.  fixes #2347
changeset,19747,[19747],nacin,Remove copy-pasted comment from upload_is_user_over_quota()'s phpdoc. It came from recurse_dirsize(). see #19879.
changeset,19141,[19141],nacin,Remove copy-pasted classes. see #18742.
changeset,6739,[6739],ryan,Remove cookie checking from check_ajax_referer(). Check nonces instead. Props mdawaffe. fixes #5782
changeset,1777,[1777],michelvaldrighi,"remove contextual compatiblity, and require functions-compat instead
"
changeset,11453,[11453],westi,Remove context from wp_feed_cache_transient_lifetime filter and filter in fetch_feed as well. Fixes #9926.
changeset,13682,[13682],nacin,Remove conditionally declared wp_check_filetype() from ms-files.php. It will always be defined in functions.php. see #11644
changeset,18270,[18270],dd32,"Remove Comments/Trackbacks are closed text from image.php template, rely upon the comments closed text within comments.php. Remove duplicated Edit link. See #17748"
changeset,9717,[9717],ryan,Remove comments Quick Edit link from Dash
changeset,19183,[19183],nacin,"Remove commented out code. props ocean90, fixes #19126."
changeset,4294,[4294],markjaquith,remove comment_user_domain cruft.  Props Nazgul.  fixes #3197
changeset,4293,[4293],markjaquith,remove comment_user_domain cruft.  Props Nazgul.  fixes #3197
changeset,5655,[5655],ryan,Remove comment_text filter from get_comment_to_edit. fixes #4403 for 2.3
changeset,5656,[5656],ryan,Remove comment_text filter from get_comment_to_edit. fixes #4403 for 2.2
changeset,5657,[5657],ryan,Remove comment_text filter from get_comment_to_edit. fixes #4403 for 2.0
changeset,3716,[3716],ryan,Remove comment_count_cache.  fixes #2670
changeset,4452,[4452],ryan,Remove comment. fixes #3210
changeset,11708,[11708],westi,Remove comment quickedit data from the dashboard recent comments widget. Fixes #9603 props coffee2code.
changeset,7977,[7977],ryan,"Remove colors from widgets.css, use colors css. Props johnhennmacc. fixes #7017"
changeset,9864,[9864],ryan,Remove colors for Recent Comments moderation links. see #8316
changeset,8174,[8174],ryan,Remove colons from field names. Props thee17. fixes #7158
changeset,14527,[14527],nacin,Remove codepress dir. see #13307.
changeset,19526,[19526],nacin,Remove code that is dead as of [19523].
changeset,18193,[18193],markjaquith,"Remove code formatting from uploaded file size error messages, for now. props JohnONolan. fixes #17674"
changeset,19026,[19026],nacin,Remove code commented out in [19006]. see #18197.
changeset,10971,[10971],azaozz,"Remove code class from some input fields, add to URL input fields, props johnbillion, fixes #8383"
changeset,867,[867],nacin,"Remove closures from test_option.php. see #101.

"
changeset,982,[982],SergeyBiryukov,Remove closures from functions.php. see #101. see #WP21594.
changeset,1089,[1089],SergeyBiryukov,Remove closure from ms.php. see [1078]. see #101.
changeset,1074,[1074],SergeyBiryukov,Remove closure from ms.php. see [1055]. see #101.
changeset,1112,[1112],SergeyBiryukov,Remove closure from MapDeep.php. see [1110]. see #101.
changeset,1028,[1028],SergeyBiryukov,Remove closure from kses.php. see [1012]. see #101.
changeset,1144,[1144],SergeyBiryukov,Remove closure from class-wp-export-query.php. see [1130]. see #101.
changeset,828,[828],maxcutler,"Remove closing PHP tags (""?>"")."
changeset,12037,[12037],markjaquith,Remove close TB call that was removed earlier. see #10928
changeset,13879,[13879],ryan,Remove classic and default themes. see #10654
changeset,862,[862],nacin,"Remove checkAtLeastPHPVersion() in favor of a once-off. Remove unused and dead knownMUBug. Update URL for knownPluginBug.

"
changeset,16990,[16990],nacin,Remove check_permissions() calls outside of AJAX context. Also only check for switch_themes in check_permissions() for the themes table. see #15326.
changeset,16116,[16116],scribu,Remove check on unexistant $ids var in WP_Query::get_posts. Props Utkarsh. See #12891
changeset,21204,[21204],nacin,"Remove charset attribute from script elements. props neoxx, fixes #21146."
changeset,12630,[12630],ryan,Remove certain caps for non super admins when running multisite. see #11644
changeset,16922,[16922],nacin,Remove ceilings on recent comments and posts widgets and dashboard widgets. fixes #14543.
changeset,6013,[6013],ryan,Remove category parent dropdown from edit link category form since link categories are non-hierarchical.  fixes #4896
changeset,10780,[10780],ryan,Remove category ordering. Props filosofo. fixes #9228 for 2.7
changeset,10779,[10779],ryan,Remove category ordering. Props filosofo. fixes #9228
changeset,13008,[13008],dd32,Remove cat_rows() admin template functions. See #11838
changeset,14778,[14778],ryan,Remove cat/tag importer from list of tools. see #13465
changeset,3276,[3276],ryan,Remove calls to html_entity_decode().  fixes #2029
changeset,11097,[11097],ryan,Remove call-time pass-by-ref. Props jbsil. see #9651
changeset,20136,[20136],duck_,"Remove call-time pass by reference as it causes a compile time fatal error in PHP 5.4. See #20163.
"
changeset,1917,[1917],rboren,"Remove call to undefined function clear_smarty_cache().  Bug 424.
"
changeset,411,[411],saxmatt,"Remove call by reference.
"
changeset,18928,[18928],nacin,Remove caching from get_blogs_of_user(). Leave caching to usermeta and blog details. Speed up the loops. fixes #15458.
changeset,11537,[11537],azaozz,"Remove cache-manifest.php, see #7262"
changeset,6651,[6651],ryan,Remove busted get_tags cache. get_terms does the caching for us. Props josephscott
changeset,14397,[14397],nacin,Remove browse-happy.gif. see #12876. props ocean90
changeset,14396,[14396],nacin,Remove browse-happy.gif. see #12876. props ocean90
changeset,10132,[10132],azaozz,"Remove bottom background gradient for open favorites drop-down, fixes #8531"
changeset,462,[462],nacin,Remove borked test_domain_exists() test.
changeset,769,[769],nacin,"Remove borked 2007-11-23.sql file, which was replaced by 2007-11-23.fixed.sql some time ago.

"
changeset,18961,[18961],azaozz,"Remove borders from iframes and images in IE, props dd32, andrewryno, fixes #18922"
changeset,6903,[6903],ryan,Remove bookmarklet stuff from post-new.php.  Moving it somewhere else.
changeset,23356,[23356],azaozz,"Remove BOM from jquery.query.js, fixes #23315"
changeset,191,[191],tellyworth,remove bogus test
changeset,23524,[23524],nacin,"Remove bogus pagination rules from the comments permastruct. (As in, comments/page/?([0-9]{1,})/?$.) props wonderboymusic, fixes #21138.
"
changeset,22260,[22260],nacin,"Remove bogus optional value for get_cat_ID(). (Incorrect usage will result in a warning.) props Latz. fixes #21201.

"
changeset,4334,[4334],markjaquith,"remove bogus ""action"" option on upgrade"
changeset,19793,[19793],ryan,Remove blog_id column from wp_options. Props scribu. fixes #17188
changeset,17931,[17931],azaozz,Remove blocking alert when login cookie has expired.
changeset,10173,[10173],ryan,Remove blank line. fixes #8562
changeset,10091,[10091],azaozz,"Remove blank line from edit-page-form.php, props vladimir_kolesnikov, see #8335"
changeset,14078,[14078],westi,Remove blank data and lines after the closing ?> which can break image display for multisite.
changeset,10103,[10103],markjaquith,Remove blank CSS rule
changeset,9625,[9625],ryan,Remove bg color from login form
changeset,18552,[18552],nacin,Remove beta upgrade code from 3.0.
changeset,9766,[9766],markjaquith,Remove background from QuickPress publish bar
changeset,11876,[11876],azaozz,Remove background from .button[disabled]
changeset,9622,[9622],ryan,Remove background color for tablenav
changeset,11417,[11417],azaozz,"Remove background color fix for quick edit button bar, props Simek, fixes #9648"
changeset,14756,[14756],nacin,Remove AYS for deleting a menu item. fixes #13330.
changeset,14718,[14718],nacin,"Remove autocomplete and codepress. for autocomplete, see #13283. for codepress, see #13307."
changeset,13377,[13377],ryan,Remove author tags. fixes #12366
changeset,1098,[1098],saxmatt,"Remove author element in order to keep our commitment to never reveal email addresses.
"
changeset,21818,[21818],nacin,"Remove AtomPub from core.

 * Will be replaced with http://wordpress.org/extend/plugins/atom-publishing-protocol/.
 * Introduces an action, xmlrpc_rsd_apis, to add APIs to xmlrpc.php?rsd.
 * Introduces support for 'error' being 403 and 50x in class-wp.php.
 * Removes 'Remote Publishing' from Writing Settings (see [21804]). Keeps the remote_publishing settings section.

DB version is bumped to generate the new wp-app rewrite rule and remove the old enable_app option.

props wonderboymusic.
fixes #21509.

"
changeset,17319,[17319],nacin,Remove assignment that is later overridden. props PeteMall.
changeset,13543,[13543],markjaquith,Remove arrows from Nav Menu items. see #11817
changeset,16667,[16667],scribu,Remove archaic reference return in get_children(). Props filosofo. Fixes #12372
changeset,14565,[14565],nacin,Remove apparent debug cruft committed in [14401]. fixes #13355
changeset,15637,[15637],ryan,"Remove annoying, useless construcotrs. Props Rasmus. http://talks.php.net/show/confoo10/8"
changeset,12385,[12385],azaozz,"Remove animation for admin notices, fixes #11267"
changeset,24052,[24052],nacin,"Remove ancient 'lookup' quicktag from the text editor. This had called up answers.com.

props mboynes, jonbishop, SergeyBiryukov.
fixes #23322.

"
changeset,23577,[23577],nacin,"Remove an unslash in the deprecated WP_User_Search, as search_term is already unslashed in the constructor. see #21767.

"
changeset,24128,[24128],nacin,"Remove an extra argument passed to get_the_content() in the deprecated the_content_rss().

props rlerdorf.
see #24210.

"
changeset,21243,[21243],markjaquith,Remove an errant 1 pixel border below the header image in Twenty Eleven. props alexvorn2. props SergeyBiryukov. fixes #21057
changeset,14840,[14840],ryan,Remove already exists check for passed in slug. fixes #12349
changeset,14212,[14212],wpmuguru,"remove alpha-beta1 metabox preferences from options table, see #13032"
changeset,22149,[22149],duck_,"Remove allowed query args before checking isEmpty() in Query model. See #21390.
"
changeset,12162,[12162],azaozz,"Remove all instances of ""Trash"" from the UI when Trash is disabled, replace trash actions with ""Delete permanently"", props caesarsgrunt, see #4529"
changeset,1284,[1284],ryan,Remove ajax term slashes tests that have always failed.
changeset,17322,[17322],nacin,Remove AJAX from list tables. first pass. see #16262.
changeset,1245,[1245],SergeyBiryukov,"Remove AIM, YIM, and Jabber fields from wp_update_user() test. props bananastalktome. see #11541."
changeset,17377,[17377],markjaquith,Remove admin bar CSS cruft that darkened the bar in RTL languages. props ocean90. fixes #16427 for trunk
changeset,17378,[17378],markjaquith,Remove admin bar CSS cruft that darkened the bar in RTL languages. props ocean90. fixes #16427 for 3.1 branch
changeset,23176,[23176],nacin,"Remove additional acute accents from permalink slugs via sanitize_title_with_dashes(). props SergeyBiryukov. fixes #22395.

"
changeset,19512,[19512],nacin,"Remove add_screen_option('overview') from dashboard (from earlier 3.3 help incarnation), add 'Overview' tab. see #19020."
changeset,7014,[7014],ryan,Remove add link bookmarlet from write link page. Relocating it.
changeset,20786,[20786],ryan,Remove activate/deactivate messages from plugin upgrades. Props toppa. fixes #17833
changeset,18067,[18067],nacin,Remove accidental tint on the post-box div. Should be a white background.
changeset,23216,[23216],nacin,"Remove accidental sprintf(), which also requires at least two arguments. :-)

see #22873.

"
changeset,12689,[12689],wpmuguru,"remove accidental executable flag, props ddebernardy, See #11743"
changeset,21819,[21819],nacin,"Remove accidental cruft in [21804] caused by renaming variables. see #21509.

"
changeset,14431,[14431],dd32,Remove accidental code. See #10122
changeset,6197,[6197],westi,"Remove accidental change to tags 2.3
"
changeset,12834,[12834],dd32,Remove accidental capability testing code. See #12035 
changeset,20785,[20785],ryan,Remove accidental bits in [20784]
changeset,1285,[1285],ryan,Remove accidental bits
changeset,896,[896],nacin,"Remove ability to provide an extra description to the @ticket annotation, added in [984].

This extra text causes problems when you try to use a ticket # as a group name, which phpunit supports.

"
changeset,15051,[15051],nbachiyski,"Remove a space in the beginning of a translatable string.

It was a typo -- the space should have been between the parent and the quote.
"
changeset,17196,[17196],nacin,"Remove a random nacin typo introduced in 3.0. see [12976], #16055."
changeset,15333,[15333],nacin,Remove a @todo. see #14014.
changeset,23897,[23897],nacin,"Remove _wp_delete_nav_menu(). wp_delete_nav_menu() should instead remove the menu from theme locations, which was the only difference between the functions. see #23119.

"
changeset,13575,[13575],wpmuguru,"remove __( calls from ms startup, see #11644"
changeset,23952,[23952],SergeyBiryukov,Remove \s from regex in pingback_ping() to avoid UTF-8 issues. props tenpura. fixes #24001.
changeset,12985,[12985],dd32,Remove < PHP 4.3 compat functions from importers. Props nacin. Fixes #11636
changeset,764,[764],nacin,"Remove < 3.4 modified version of PHPMailer, designed to allow for mocking. see #47.

"
changeset,4285,[4285],ryan,Remove 2.1 code that slipped in.
changeset,2324,[2324],saxmatt,"Remove 1=1 clause
"
changeset,24320,[24320],nacin,"Remove /extend/ from URLs to wordpress.org/plugins, /themes, and /mobile, as those are all now top-level. see #24389.

"
changeset,24321,[24321],nacin,"Remove /extend/ from Theme URI headers in default themes. props JustinSainton, fixes #24389.

"
changeset,24322,[24322],nacin,"Remove /extend/ from Hello Dolly.

Well, hello, Dolly
It's so nice to have you back where you belong

fixes #24389.

"
changeset,18770,[18770],duck_,"Remove .js .item-order style made redundant by r18755. See #18314.
"
changeset,20506,[20506],koopersmith,"Remove 'visibility' parameter from WP_Customize_Control. Handle control visibility in JS instead. see #19910.

* Have the header text color picker display only when header_textcolor != 'blank'

"
changeset,19394,[19394],nacin,"Remove 'update' from site-users.php on redirect. props PeteMall, fixes #18895."
changeset,13833,[13833],nacin,Remove 'Turbo' link from admin header. see #11301
changeset,14612,[14612],ryan,Remove 'slots' from menu tabs. Going a different direction. see #14611
changeset,17050,[17050],ryan,Remove 'Search Results filter from ms themes. fixes #15872
changeset,22380,[22380],ryan,"Remove 'Remote Publishing' contextual help section.
Don't show the 'Post Via Email' contextual help section if enable_post_by_email_configuration is not enabled.
Don't show the 'Update Services' contextual help section if enable_update_services_configuration is not enabled.

Props DrewAPicture
fixes #22365
"
changeset,19627,[19627],ryan,Remove 'Recently Updated' from plugin installer. Props nacin. see #19573
changeset,15142,[15142],nacin,"Remove 'popular_items' label for hierarchical taxonomies. see [15140], [15141]"
changeset,15485,[15485],ryan,Remove 'plugins page is not visible to normal users' notice. We're just not that into you.
changeset,8918,[8918],azaozz,"Remove 'large' image size when deleting attachments, props ShaneF, fixes #7759"
changeset,23126,[23126],nacin,"Remove 'Insert Multiple Images' from the about page as it is now completely invisible in the UI. Requiring shift-click but not mentioning it is a bad omen. props helenyhou. fixes #22455. 

"
changeset,21808,[21808],nacin,"Remove 'hwstring_small' from attachment metadata and deprecate get_udims(). props SergeyBiryukov. fixes #21518.

"
changeset,21152,[21152],nacin,"Remove 'fall through' points in map_meta_cap() as they can hide bugs.

"
changeset,18252,[18252],nacin,Remove 'Development.' fixes #15991.
changeset,702,[702],nacin,Remove 'admin' post type fields removed in [WP20632].
changeset,5702,[5702],markjaquith,remove &paged=1 *before* we HTML entitize the link.  fixes #4462
changeset,2036,[2036],rboren,"Remove % from title before utf8 uri encoding is done.
"
changeset,20691,[20691],nacin,"Remove $wp_secret_key_default.

With the duplicate key checks, this is isn't necessary. It could also cause problems when you
temporarily update to an English translation of a new version before going back to the locale.

see #19599.

"
changeset,19385,[19385],nacin,Remove $post_type global usage from media list table. Correct $post_type to 'attachment' for upload screens. see #18722.
changeset,21972,[21972],nacin,"Remove ""This theme supports widgets..."" from the theme activation notice. props ryanimel. fixes #19787.

"
changeset,19686,[19686],duck_,"Remove ""the hackiest hack that ever did hack"" from add_user(). wp_insert_user()/edit_user() can deal with adding new users of any defined role. Fixes #18749.
"
changeset,13522,[13522],nacin,"Remove ""Info"" link in plugin installer. The ""Install"" link already opens a pop-up with information. see #11050"
changeset,9941,[9941],azaozz,"Remove ""Danger!"" red from Cancel links and Deactivate plugins"
changeset,20533,[20533],duck_,"Remove ""Approve"" bulk action when viewing spam comments as it isn't shown in the row actions. Props russellwwest. Fixes #20123.
"
changeset,2365,[2365],rboren,"Remove  option from wp_mail().  The additional parameters argument to mail() is non-portable and not useful to us.  Props: dalziel.  http://mosquito.wordpress.org/view.php?id=855
"
changeset,9915,[9915],ryan,Remove
changeset,2313,[2313],saxmatt,"Removal of changes.xml bloat.
"
changeset,6386,[6386],matt,"Remember what attachment options you pick, fixes #4565. Hat tip: filosofo."
changeset,14057,[14057],dd32,Remember the post_parent during autosaves. Props duck_. Fixes #12938
changeset,11029,[11029],ryan,Remember status and page when redirecting.  see #9527
changeset,10745,[10745],azaozz,"Remember scrollTop in Quicktags, props gmpfree, fixes #9161"
changeset,9294,[9294],ryan,Remember pagenum when redirecting after saving a category. fixes #7923
changeset,10775,[10775],ryan,Remember page when redirecting after tag edit. Props Viper007Bond. fixes #9220 for trunk
changeset,10776,[10776],ryan,Remember page when redirecting after tag edit. Props Viper007Bond. fixes #9220 for 2.7
changeset,4556,[4556],markjaquith,Remember old post slugs and automatically redirect to the new slug.  fixes #3202
changeset,2733,[2733],matt,"Remember me button on login, fixes #379"
changeset,11034,[11034],ryan,Remember last view for plugins page. see #9527
changeset,11035,[11035],ryan,Remember last view for comments page
changeset,6567,[6567],ryan,Remember last editor chosen. Props mdawaffe. fixes #3978
changeset,7006,[7006],ryan,Remember filter settings.  Redirect cleanups.
changeset,1353,[1353],michelvaldrighi,"relocated misc database-related functions
"
changeset,3267,[3267],ryan,Relocate wp_upload_dir().  fixes #2019
changeset,7692,[7692],ryan,Relocate wp_authenticate action to fix back compat and make it more useful. fixes #6675 for trunk
changeset,7691,[7691],ryan,Relocate wp_authenticate action to fix back compat and make it more useful. fixes #6675 for 2.5
changeset,7958,[7958],ryan,Relocate signon to the top. Props AaronCampbell. fixes #7002
changeset,7192,[7192],ryan,Relocate Save Changes button. Props mdawaffe. fixes #6118
changeset,9767,[9767],ryan,Relocate raquo. Props nbachiyski. fixes #8198
changeset,17076,[17076],ryan,"Relocate isset check. Props TobiasBg, SergeyBiryukov. fixes #15041"
changeset,3166,[3166],ryan,Relocate help icon to the correct place.
changeset,5197,[5197],ryan,Relocate get_post_tags.
changeset,4927,[4927],ryan,Relocate feed templates to wp-includes. fixes #3846
changeset,3434,[3434],ryan,Relocate edit_page_form hook for consistency.  Props Denis-de-Bernardy. fixes #2118
changeset,4020,[4020],ryan,Relocate delete_user action. Props filosofo.  fixes #2956
changeset,6620,[6620],ryan,Relocate delete post on edit screen.  Needs styling.
changeset,2032,[2032],rboren,"Relocate default theme to themes/default.  Remove special casing of default theme.  Do not look directly in wp-content/ for default theme files.  Simplify, simplify.
"
changeset,3955,[3955],ryan,Relocate /div.
changeset,3954,[3954],ryan,Relocate /div.
changeset,11498,[11498],azaozz,"Reload the widget form with the ajax response after save, add Close link to the widgets, don't auto-close on save to show possible errors returned from validation"
changeset,18796,[18796],nacin,Release a user's post lock when the user leaves a post. see #18515.
changeset,4353,[4353],ryan,Relativize links. Props mdawaffe. fixes #3211
changeset,4348,[4348],ryan,Relativize links. Props mdawaffe.
changeset,3613,[3613],ryan,Relative links in RTE. fixes #2492
changeset,3612,[3612],ryan,Relative links in RTE. fixes #2492
changeset,1931,[1931],saxmatt,"Related to: http://mosquito.wordpress.org/view.php?id=225

Allow optiondates to be a PHP date() formatted timestamp, maintains backward compatibility.
"
changeset,11777,[11777],ryan,rel=canonical for singular pages. see #10115
changeset,13424,[13424],nacin,"Reject numeric page slugs as they don't work, and force a suffix. Props miqrogroove see #11917"
changeset,11798,[11798],ryan,Reject activation keys that are arrays.
changeset,11797,[11797],ryan,Reject activation keys that are arrays.
changeset,17176,[17176],markjaquith,Reinstitute Intall Now AYS that was accidentally disabled. props ocean90. fixes #16032
changeset,3488,[3488],ryan,"Reinstate user_firstname, user_lastname, and user_description in the user object for backwards compat."
changeset,15086,[15086],dd32,Reinstate the custom chmod value in FtpExt. Accidentally removed in r12998. Props reaperhulk. Fixes #13667
changeset,21705,[21705],duck_,"Reinstate paged rewrite rules for the post permalink structure.

Removal of this stopped pagination working for bare category URLs when
certain %category% based permalink structures were in used.

Reverts one more piece of [19737]. Props SergeyBiryukov. See #21209.
"
changeset,21709,[21709],nacin,"Reinstate paged rewrite rules for the post permalink structure.

Removal of this stopped pagination working for bare category URLs when
certain %category% based permalink structures were in used.

Reverts one more piece of [19737].
Props SergeyBiryukov.
fixes #21209 for 3.4.

"
changeset,17549,[17549],dd32,Reinstate [15462] for 3.1; Prevents canonical redirects for custom rewrite rules for taxonomies. See #16627
changeset,10346,[10346],ryan,Reinstall fix. fixes #8724 for trunk
changeset,10347,[10347],ryan,Reinstall fix. fixes #8724 for 2.7
changeset,22087,[22087],ryan,Reinit roles and the current user after switching the cache to the new blog in switch_to_blog() and restore_current_blog(). Props joostdekeijzer. fixes #21459
changeset,7555,[7555],ryan,Rehash old md5 hashes inside of wp_check_password() to make hashing more pluggable.
changeset,2141,[2141],saxmatt,"Registration off by default.
"
changeset,7475,[7475],matt,"register_taxonomy seems crippled and useless, but let's try it anyway."
changeset,12719,[12719],ryan,register_post_type(). see #9674
changeset,14648,[14648],ryan,register_post_type phpdoc updates. Props michaelh. fixes #13398
changeset,9763,[9763],ryan,register_column_headers()
changeset,2697,[2697],ryan,register_activation_hook() and register_deactivation_hook().  Let's try these on.
changeset,16424,[16424],ryan,Register the default theme dir in wp-settings.php so that it is registered even when get_themes() doesn't run. Fix counting of theme dirs.  Add option to get_raw_theme_root() to disregard the current theme root cache.  see #14911
changeset,12992,[12992],ryan,Register the auto-draft post status. see #11889
changeset,5567,[5567],ryan,Register taxonomies as object instead of arrays.  Fix tt_ids query in get_post_terms().
changeset,1458,[1458],saxmatt,"Register globals problem reported by Rich Bowen.
"
changeset,11573,[11573],ryan,Register default taxonomies before theme functions are loaded to satisfy themes that don't wait until init to call taxonomy functions.  Default taxonomies are registered again during init so that translations are handled correctly.  Props Denis-de-Bernardy. fixes #9644 for trunk
changeset,11574,[11574],ryan,Register default taxonomies before theme functions are loaded to satisfy themes that don't wait until init to call taxonomy functions.  Default taxonomies are registered again during init so that translations are handled correctly.  Props Denis-de-Bernardy. fixes #9644 for 2.8.1
changeset,16309,[16309],ryan,Register admin menus against admin_bar_menu action to be consistent with other menu hooks.  see #14772
changeset,14035,[14035],nacin,"Register a dummy [media] shortcode for strip_shortcodes et al. props belg4mit, Viper007Bond. fixes #12505"
changeset,14086,[14086],ryan,Register 'inherit' as a post status. Check the parent post status when commenting on attachments.
changeset,5718,[5718],ryan,Regex fix. Props tellyworth. fixes #4452
changeset,13919,[13919],markjaquith,Regenerate production CSS and bump version for last commit
changeset,3232,[3232],ryan,Regenerate page rewrite rules after creating the first page during install.
changeset,3372,[3372],ryan,Regen page rewrite rules when upgrading.
changeset,4487,[4487],ryan,Reg singletons.
changeset,1854,[1854],rboren,"Refuse comments for post IDs that do not exist.
"
changeset,19954,[19954],azaozz,"Refresh wpCookie, fixes #20078"
changeset,17932,[17932],azaozz,Refresh word count when switching editors in DFW.
changeset,11167,[11167],azaozz,Refresh widgets screen css
changeset,20971,[20971],ryan,Refresh whimsy. fixes #20794
changeset,7866,[7866],ryan,Refresh thickbox css. Props azaozz. fixes #6843 for trunk
changeset,7867,[7867],ryan,Refresh thickbox css. Props azaozz. fixes #6843 for 2.5
changeset,12099,[12099],azaozz,Refresh script versions for [12098]
changeset,23196,[23196],helen,"Refresh phpdoc for register_sidebar(). props jeremyfelt, SergeyBiryukov. fixes #22905.
"
changeset,21135,[21135],nacin,"Refresh nonces in the customizer. props koopersmith. see #20876.

"
changeset,21136,[21136],nacin,"Refresh nonces in the customizer. props koopersmith. see #20876 for 3.4.

"
changeset,18223,[18223],koopersmith,Refresh login form styles to match admin style refresh. Props iammattthomas. see #17324.
changeset,9655,[9655],azaozz,"Refresh js, see #7520"
changeset,9412,[9412],azaozz,Refresh js and css
changeset,11373,[11373],azaozz,Refresh gallery.js
changeset,12525,[12525],ryan,Refresh deprecated bookmark functions. Props filosofo. fixes #10920
changeset,4315,[4315],markjaquith,Refrain from reading files of 0 length. Props technosailor. fixes #1999
changeset,4314,[4314],markjaquith,Refrain from reading files of 0 length. Props technosailor. fixes #1999
changeset,4902,[4902],markjaquith,refrain from notifying the administrator of administrator password changes (it is redundant).  Props rob1n for the patch refresh.  fixes #1096
changeset,1134,[1134],nbachiyski,"Reflect class rename
"
changeset,18896,[18896],koopersmith,Refine new help styles. see #18690.
changeset,22952,[22952],ryan,"Refine media state machine methods.

* state( id ) becomes setState( id )
* get( id ) becomes state( id )
* state() stays the same
* previous() becomes lastState()

Props koopersmith
fixes #22652
"
changeset,20858,[20858],nacin,Refine early bailing checks in customize.php. see #20852.
changeset,22099,[22099],koopersmith,"Refine button styles, notably the gray buttons.

* Crisper edges, fewer outer shadows.
* Higher contrast borders on the gray buttons.
* Separates `button-large` from `button-primary`, and removes the `regular` override class.

props hugobaeta, helenyhou, lessbloat. see #21598.
"
changeset,6071,[6071],ryan,References don't work inside foreach in php4. Props mdawaffe.
changeset,22171,[22171],nacin,"Reference xmlrpc.php with the 'rpc' site_url() argument to ensure a proper scheme is applied. see #18731.

"
changeset,17541,[17541],nacin,"Reference proper function equivalents in deprecated.php. props pross, fixes #15253."
changeset,2882,[2882],ryan,Reference passing fix from jsteidl.  fixes #1676
changeset,14709,[14709],nacin,"Refer to the right codex article. props MichaelH, see #12695."
changeset,489,[489],saxmatt,"Refer comment editing back to correct page.
"
changeset,885,[885],saxmatt,"Refactoring of template tags to use filters, use TABS (!!!), and general cleanliness, which is next to godliness. Some get_settings improvements, less globals.
"
changeset,451,[451],alex_t_king,"refactored the quicktag code and fixed a few bugs
"
changeset,19773,[19773],westi,"Refactor WPDB::get_caller() into wp_debug_backtrace_summary() and improve the functionality to provide enhanced context and a standardised default pretty format. Fixes #19589 
"
changeset,15973,[15973],ryan,Refactor wp_get_recent_posts to use get_posts(). Props blepoxp. fixes #14389
changeset,10642,[10642],westi,Refactor the ssl blacklisting support info the individual test functions. Fixes #9078 props sivel.
changeset,11815,[11815],westi,Refactor the meta boxes out of the edit pages and into an include file. See #9674 props wnorris.
changeset,14366,[14366],westi,Refactor the error messages and make them translatable.
changeset,23417,[23417],markjaquith,"Refactor the Customizer accordion so that it can be used in other locations.

fixes #23449. props lessbloat, aaroncampbell"
changeset,8624,[8624],westi,"Refactor template location code to reduce duplication.
Also make it easier for theme authors to pull in seperate files into templates while making theme overrideable. See #7492."
changeset,1643,[1643],rboren,"Refactor some theme code.
"
changeset,18497,[18497],azaozz,"Refactor Quicktags, props garyc40, see #16695"
changeset,6309,[6309],westi,"Refactor of wp-admin/includes/image.php. Fixes #5312, #4151, #4709, #5304 props DD32.
"
changeset,6359,[6359],ryan,"Refactor next_post_link, previous_post_link. props xknown. fixes #5411"
changeset,6643,[6643],ryan,Refactor login. see #5405
changeset,2727,[2727],ryan,Refactor level to cap upgrade code.
changeset,5258,[5258],ryan,Refactor l10n code to reduce duplication.  Change placement of context. Props nbachiyski. fixes #3687
changeset,14417,[14417],nbachiyski,"Refactor get_available_languages() to use glob() instead of *dir functions. See #13023
"
changeset,10391,[10391],ryan,"Refactor filters to avoid potential XSS attacks, props sambauers and DD32. fixes #8767 for 2.7"
changeset,10297,[10297],azaozz,"Refactor filters to avoid potential XSS attacks, props sambauers and DD32, see #8767"
changeset,6273,[6273],westi,"Refactor atom support to share code. Fixes #5181 props rubys
"
changeset,15507,[15507],scribu,refactor admin-table.js code
changeset,21357,[21357],ryan,"Refactor *_blog_option() functions to use switch_to_blog(), restore_current_blog(), and the *_option() functions. Do not use site-options for blog option caching as this duplicated info and did not properly invalidate.

Props jeremyfelt
fixes #21270
"
changeset,10164,[10164],ryan,ref not rel. Props oddthinking. fixes #8292
changeset,4486,[4486],ryan,Ref more singletons.
changeset,3737,[3737],ryan,Ref checks.  Comment filter.
changeset,3665,[3665],ryan,Ref checks from mdawaffe.
changeset,447,[447],saxmatt,"Redundant <span> removed.
"
changeset,2615,[2615],matt,Reducing the number of tabs to make using the built-in editor easier
changeset,1185,[1185],saxmatt,"Reducing queries and forward thinking database fields.
"
changeset,815,[815],jverber,"Reduced the number of queries in cat_rows and list_cats.
"
changeset,22108,[22108],ryan,Reduce use of  global. Use get_blog_details() instead. fixes #22090
changeset,12226,[12226],westi,Reduce the size of the data returned by get_themes() by ~30% by reducing duplication.
changeset,14864,[14864],iammattthomas,Reduce the font size when widgets use the entry-meta class in the sidebar
changeset,8308,[8308],ryan,Reduce size of Press This bookmarklet. see #7261
changeset,11599,[11599],ryan,Reduce SimplePie memory usage. Props link92. fixes #10147 for trunk
changeset,11600,[11600],ryan,Reduce SimplePie memory usage. Props link92. fixes #10147 for 2.8.1
changeset,21914,[21914],ryan,"Reduce reliance on global variables in the list tables. Allow passing a screen ID to the list tables so that ajax handlers can set the needed screen.

Props nacin
fixes #21871
"
changeset,20023,[20023],duck_,"Reduce references to the $wp_rewrite global because it's no longer used or a wrapper function can be used instead. Fixes #14546.#14546.
"
changeset,727,[727],saxmatt,"Reduce queries.
"
changeset,6808,[6808],ryan,Reduce queries by wp_count_posts(). Props josephscott. fixes #5820
changeset,14557,[14557],ryan,Reduce number of queries in wp_get_nav_menu_items() by fetching posts and terms with batch queries. see #12734
changeset,19976,[19976],duck_,"Reduce memory usage in wp-includes/kses.php by switching unnecessary empty arrays to boolean. Fixes #20017.

safecss_filter_attr() block for style tags must be moved out of the is_array() only branch of wp_kses_attr() to accommodate for this.
"
changeset,12263,[12263],ryan,Reduce memory usage for XML-RPC requests. Props Demitrious Kelly. fixes #10698
changeset,9583,[9583],ryan,Reduce font size for long titles
changeset,5785,[5785],ryan,Reduce export mem usage. Props tellyworth.  fixes #4589
changeset,7307,[7307],ryan,Reduce dependency on inline style. Props mdawaffe. fixes #6228
changeset,7304,[7304],ryan,Reduce dependency on inline style. Props mdawaffe. fixes #6228
changeset,11496,[11496],azaozz,"Reduce default Thickbox height on plugins install screen, props scribu, fixes #9986"
changeset,12973,[12973],wpmuguru,"Reduce DB queries by half during MU signup, props donncha, see #12140"
changeset,3340,[3340],ryan,Reduce consecutive backslashes to one backslash.  Handy when escaped windows paths are passed in.
changeset,10408,[10408],westi,Reduce code in mysql2date. Fixes #8166 props jacobsantos
changeset,13939,[13939],dd32,"Reduce Code duplication. Rely on parent class to do the heavy lifting, just tack the comment addition on the end. See #8841"
changeset,12998,[12998],dd32,"Reduce code duplication, Formatting cleanups, Reduce Chmod IO calls. See #10913 for excess IO calls."
changeset,20592,[20592],nacin,"Reduce clutter and repetive functionality from the initial landing page for installing plugins and themes by removing the tag/author/term dropdown.

The tag cloud (plugins) and feature filter (themes) is sufficient for tag functionality. All three ""search by"" fields are already weighted for a standard keyword search through the WP.org API.

fixes #19619 for 3.4.

"
changeset,21553,[21553],ryan,Reduce calls to sanitize_title_with_dashes in register_(post_type|taxonomy). Props ocean90. fixes #21600
changeset,976,[976],ryan,Reduce calls to sanitize_title_with_dashes in register_(post_type|taxonomy). Props ocean90. fixes #21600
changeset,9255,[9255],ryan,Reduce backtracking in wpautop. fixes #6877
changeset,17570,[17570],ryan,Reduce backtracking in make_clickable() regex.  Reduce pcre.recursion_limit to avoid segfaulting. Props hakre. For trunk.
changeset,17571,[17571],ryan,Reduce backtracking in make_clickable() regex.  Reduce pcre.recursion_limit to avoid segfaulting. Props hakre. For 3.1.
changeset,10527,[10527],azaozz,"Reduce backtracking in autop, fixes #6877, see #8553"
changeset,17833,[17833],koopersmith,Reduce admin h2 (page title) size. Use smaller icons. see #17324.
changeset,3,[3],helenyhou,"Redrawn and sliced source for align-*.png icons in both sizes, used for image alignment selection."
changeset,124,[124],saxmatt,"Redirect, prevent directory listing, holder.
"
changeset,12856,[12856],wpmuguru,"Redirect wp-signup.php to register when not multisite, See #11644"
changeset,12857,[12857],wpmuguru,"Redirect wp-activate.php to register when not multisite, See #11644"
changeset,2333,[2333],saxmatt,"Redirect to the right place - http://mosquito.wordpress.org/view.php?id=510
"
changeset,8843,[8843],azaozz,"Redirect to the correct URL on error, fixes #7706"
changeset,822,[822],saxmatt,"Redirect to profile.php if user level == 0.
"
changeset,2985,[2985],matt,"Redirect to profile unless redirect, fixes #1240"
changeset,2984,[2984],matt,Redirect to permalink instead of referrer. Fixes #1673
changeset,2988,[2988],matt,Redirect to new permalink if slug changes. Fixes #1068
changeset,18564,[18564],nacin,"Redirect to network_admin_url() in network/edit.php. props PeteMall, fixes #18379."
changeset,825,[825],jverber,"Redirect to login before going to profile.php, otherwise any user level will end up at profile.php.
"
changeset,6581,[6581],matt,Redirect to edit page with posted blurb as default.
changeset,16855,[16855],scribu,Redirect to correct page after bulk action for posts and comments. Props garyc40. Fixes #15416
changeset,6931,[6931],ryan,Redirect to cleanup URL
changeset,19442,[19442],nacin,Redirect to about.php on update. props ocean90. see #18467.
changeset,10344,[10344],azaozz,"Redirect properly on categories listing page, props Viper007Bond, fixes #8837"
changeset,22777,[22777],nacin,"Redirect post-new.php?post_type=attachment to media-new.php. see #22491, #22083, #21391.
"
changeset,9264,[9264],ryan,Redirect plugins that hard code their pages to be under edit.php.  Props filosofo. fixes #7932
changeset,6741,[6741],ryan,Redirect if post not specified. Props lloydbudd. fixes #5754
changeset,3674,[3674],ryan,Redirect if no action is set.  Props Viper007Bond. fixes #2619
changeset,3683,[3683],ryan,Redirect if no action given.
changeset,12979,[12979],dd32,Redirect home_url variants to home_url(). See #11991
changeset,16454,[16454],nacin,Redirect from network.php to network/setup.php. see #15461.
changeset,6402,[6402],ryan,redirect fixes from ruckus and tellyworth. fixes #5479
changeset,4456,[4456],ryan,redirect fixes from mdawaffe. fixes #3342.
changeset,9468,[9468],westi,Redirect correctly on page deletion. Fixes #8030.
changeset,7527,[7527],ryan,Redirect consistency when saving pages and posts.
changeset,19778,[19778],duck_,"Redirect bare category URLs for permalink structures starting with %category%. Fixes #19876.

When using a structure like /%category%/%postname%/ it might be thought that /uncategorized/
(missing the ""/category/"" base) results in the category archive. Previously this worked due to
$walk_dirs = true for the post permalink structure, but canonical didn't redirect it. Now
there is no rewrite rule to match => 404. The fix is to use a canonical redirect.
"
changeset,8816,[8816],ryan,Redirect back to Press This interface after posting
changeset,5967,[5967],ryan,Redirect back to post-new.php when doing a save and continue with empty post fields.  fixes #4855
changeset,7755,[7755],ryan,Redirect back to original referer when deleting a comment from the edit comment page. fixes #6458 for trunk
changeset,7756,[7756],ryan,Redirect back to original referer when deleting a comment from the edit comment page. fixes #6458 for 2.5
changeset,9508,[9508],ryan,Redirect back to correct comment page after replying. Props Viper007Bond. fixes #8055
changeset,9507,[9507],ryan,Redirect back to correct comment page after replying. Props Viper007Bond. fixes #8055
changeset,7554,[7554],ryan,Redirect back to attachment permalink page after editing attachment via 'Edit This' link.
changeset,9322,[9322],markjaquith,Redirect away from paged comments permalinks when comment paging has been turned off. props DD32. see #7942
changeset,9158,[9158],markjaquith,Redirect ancient wp-*.php feed files. fixes #4604
changeset,9193,[9193],markjaquith,Redirect alternate is_single() URLs (like multiple category-based urls) to the canonical URL. fixes #6627
changeset,24060,[24060],nacin,"Redirect after save on options-permalink.php to ensure permalinks are fully flushed. fixes #9296. see #14345 for more.

"
changeset,12980,[12980],dd32,Redirect ?page_id=xx for the Posts page to the posts page. Fixes #11991
changeset,130,[130],saxmatt,"Redid HTML, cleaned up interface, ezSQL, order by name by default.
"
changeset,1302,[1302],michelvaldrighi,"redefining user_login fixes the case insensitive issue with password retrieval
"
changeset,18813,[18813],azaozz,"Recursively convert html entities in script localization strings, see #11520"
changeset,16917,[16917],markjaquith,Recreate initial taxonomies after updating their URL base. props nacin. fixes #15815
changeset,17286,[17286],markjaquith,Recompress some JS scripts that were done without YUI munging.
changeset,2044,[2044],rboren,"Recommit disappearing changes.
"
changeset,17205,[17205],nacin,Recommit [15986]. see #15226.
changeset,21796,[21796],nacin,"Recommend the wp_kses_allowed_html filter over CUSTOM_TAGS. Soft deprecate CUSTOM_TAGS. see #17977, #20210.

"
changeset,9242,[9242],ryan,Recognize windows absolute paths. see #7904
changeset,18469,[18469],ryan,Recognize urls that start with a question mark as relative urls that do not require a scheme to be prepended. fixes #18260
changeset,4240,[4240],ryan,Recognize paragraph tags with attributes when stripping breaks. Props rockinfree. fixes #1706
changeset,4167,[4167],ryan,Recognize paragraph tags with attributes when stripping breaks.  Props rockinfree. fixes #1706
changeset,15713,[15713],scribu,Recognize meta_query as a query var. Props aaroncampbell. Fixes #14645
changeset,2513,[2513],ryan,Recognize level 0 users in  wp_loginout() and wp_register(). http://mosquito.wordpress.org/view.php?id=1202 Props: MC_incubus
changeset,11379,[11379],ryan,"Recognize Expression Web 2 as IIS. Props peaceablewhale, DD32. fixes #8725"
changeset,20466,[20466],duck_,"Recognise protocols other than ""http"" in _links_add_base(). Props SergeyBiryukov. Fixes #19665.

Previously ""https"" URLs used in plugin READMEs displayed by install_plugin_information() would have the plugin's extend URL prepended.
"
changeset,13913,[13913],dd32,Recognise namespaces in tags for balanceTags(). Fixes #11968
changeset,6687,[6687],ryan,Recent entries widget caching fixes from mdawaffe.
changeset,5815,[5815],ryan,Recalculate counts
changeset,1009,[1009],saxmatt,"Recache options when updating.
"
changeset,12075,[12075],ryan,Rebump
changeset,8901,[8901],azaozz,Reattaching of orphan attachments and choose post/page ajaxed search box
changeset,11401,[11401],ryan,Reassign links to default cat when deleting link cats via ajax. fixes #9869
changeset,15943,[15943],nacin,Rearrange wp-load include. see #11420.
changeset,22008,[22008],dd32,"Rearrange the order that we check for temporary directories in get_temp_dir(). This change causes us to use System temporary directories in preference to WP_CONTENT_DIR, for better windows compatibility, we use win_is_writable() as well. Props simonwheatley and kurtpayne for initial patches, See #20778
"
changeset,7584,[7584],westi,"Rearrange the media uploader view so the filename is visible. Fixes #6517 for trunk props andy.
"
changeset,7585,[7585],westi,"Rearrange the media uploader view so the filename is visible. Fixes #6517 for 2.5.1 props andy.
"
changeset,8997,[8997],ryan,Rearrange the furniture
changeset,2706,[2706],ryan,Rearrange load order.  Init classes before loading the text domain and setting the template path.
changeset,13520,[13520],nacin,Rearrange action links in the install plugins browser. First pass on the UI overhaul. see #11050
changeset,12885,[12885],wpmuguru,"rearrage multisite initialization, remove deprecated $wpmuBaseTablePrefix, props nacin, see #11881"
changeset,13367,[13367],ryan,Reapply stomped part of [13364]. see #11817
changeset,3063,[3063],matt,Really shouldn't be shown.
changeset,2997,[2997],ryan,Really move image-uploading.php to inline-uploading.php
changeset,6519,[6519],westi,Really making the default theme notice free.
changeset,5908,[5908],ryan,Really make slugs unique during upgrade. fixes #4776
changeset,3872,[3872],ryan,Really cancel.  Props skeltoac.  fixes #2826
changeset,3871,[3871],ryan,Really cancel.  Props skeltoac.  fixes #2826
changeset,3070,[3070],matt,"Real default category, fixes #1873"
changeset,2338,[2338],saxmatt,"Readme tweaks
"
changeset,4836,[4836],markjaquith,Readme fixes from zamoose.  fixes #3547
changeset,4732,[4732],ryan,readme cleanup from zamoose and spencerp.  fixes #3546
changeset,13494,[13494],dd32,Re-use /page/xx/ for Post Paging on Page_on_front. Few fixes related to paging on front page. Fixes #12391
changeset,19801,[19801],nacin,"Re-purpose wp_die() for ajax responses.
 * Allows unit testing of core ajax actions.
 * wp_die() now has separate filters to choose a handler depending on the context (ajax, XML-RPC, else).
 * wp_die) in ajax context does not need to be called with a string. Conversion takes place before die().
props kurtpayne, see #15327.

"
changeset,13085,[13085],nacin,Re-position the QuickPress ajax spinner. Fixes #10680
changeset,20606,[20606],nacin,"Re-pin to Akismet 2.5.6 tag. props josephscott. fixes #20550.

"
changeset,19732,[19732],dd32,Re-pin Akismet to 2.5.5. Fixes #19812
changeset,19698,[19698],nacin,Re-pin Akismet to 2.5.4. fixes #19763.
changeset,16380,[16380],scribu,Re-parse tax query just before calling get_tax_sql(). Fixes #15161
changeset,10000,[10000],ryan,Re-order font families for better Windows font selection. Props iammattthomas. fixes #8443
changeset,15216,[15216],dd32,re-minify wp-admin.dev.css after r15215. See #12225
changeset,16517,[16517],scribu,re-minify edit-comments.js. See #15504
changeset,16414,[16414],scribu,Re-introduce ->tax_query as a read-only var. See #12891
changeset,16966,[16966],westi,Re-instate this code so AJAX still works
changeset,16888,[16888],scribu,Re-index categories in get_the_category(). Props greuben. Fixes #15442
changeset,176,[176],mikelittle,"RE-fixed mis-mat hed quote type in popup comment link.
"
changeset,5193,[5193],rob1n,"Re-encode query values after passed to add_query_arg(). Props mdawaffe. fixes #4084
"
changeset,735,[735],alex_t_king,"re-enabling smilies in comments rss
"
changeset,321,[321],emc3,"Re-enabled sql inserts for all the options data
"
changeset,12330,[12330],markjaquith,Re-enable trash link appearance on autosave. fixes #11351
changeset,22663,[22663],nacin,"Re-enable a .wp-upload-form submit button whenever any file input in that form has a file selected, to minimize the potential for issues. props kovshenin. fixes #20855. see [22459].

"
changeset,1775,[1775],donncha,"Re-arranged where wp-mail() sets message headers
"
changeset,3421,[3421],matt,Re-arrange these options a bit
changeset,22766,[22766],nacin,"Re-align the TinyMCE HiDPI icons. props lessbloat. fixes #22528.

"
changeset,2893,[2893],ryan,Re-add xfn flag.
changeset,15850,[15850],scribu,Re-add the ability to filter by 'taxonomy' and 'term' query vars. Fixes #13582. See #12891
changeset,2778,[2778],matt,Re fixes #1541
changeset,21074,[21074],ryan,RC4 bump
changeset,17418,[17418],ryan,RC4
changeset,17417,[17417],ryan,RC4
changeset,17355,[17355],nacin,RC3.
changeset,19587,[19587],ryan,RC3 bump
changeset,15237,[15237],ryan,RC3
changeset,7560,[7560],ryan,RC3
changeset,17204,[17204],nacin,RC2.
changeset,19567,[19567],ryan,RC2-19567 bump
changeset,21018,[21018],ryan,RC2 bump
changeset,19562,[19562],ryan,RC2 bump
changeset,18341,[18341],ryan,RC2 bump
changeset,10161,[10161],ryan,RC2
changeset,7521,[7521],ryan,RC2
changeset,5464,[5464],ryan,RC2
changeset,4776,[4776],ryan,RC2
changeset,4668,[4668],ryan,RC2
changeset,20948,[20948],ryan,RC1 bump
changeset,19531,[19531],ryan,RC1 bump
changeset,12579,[12579],ryan,RC1
changeset,12416,[12416],ryan,RC1
changeset,10005,[10005],ryan,RC1
changeset,6511,[6511],ryan,RC1
changeset,6135,[6135],ryan,RC1
changeset,5043,[5043],ryan,RC1
changeset,5042,[5042],ryan,RC1
changeset,4761,[4761],ryan,RC1
changeset,15021,[15021],nacin,RC 1.
changeset,1924,[1924],rboren,"Rationalize menu access levels.  Submenus should have an access level greater than or equal to its parent.  Require level 8 for all file editing pages.
"
changeset,1723,[1723],michelvaldrighi,"rather ugly fix to prevent the querying of unknown/removed options, feel free to replace it with a better alternative someday
"
changeset,22856,[22856],ryan,"Rather than question ourselves, exclaim!

Props PotterSys
see #22455
"
changeset,3157,[3157],matt,Randomize the directory a little bit.
changeset,3148,[3148],ryan,Radio selection smartness.  Props filosofo. fixes #1895
changeset,927,[927],michelvaldrighi,"quotes fix
"
changeset,4286,[4286],ryan,Quote weblog title in email From header.  Props graeme and Nazgul.  fixes #1716
changeset,5031,[5031],ryan,Quote values heading to DB. Cast some ints.
changeset,5030,[5030],ryan,Quote values heading to DB. Cast some ints.
changeset,5029,[5029],ryan,Quote values heading to DB.  Cast some ints.
changeset,4493,[4493],ryan,Quote strings in SQL with single quotes instead of double quotes to be more correct and consistent.  Props WillemGrooters. fixes #3367
changeset,20,[20],saxmatt,"Quote problem could cause invalid markup.
"
changeset,2663,[2663],ryan,Quote IDs in get queries.
changeset,4043,[4043],ryan,Quote escaping fixes from mdawaffe. fixes #2975
changeset,8629,[8629],ryan,Quote array indexes. Props wet. fixes #7502
changeset,1073,[1073],saxmatt,"quote -1 value in SQL.
"
changeset,1486,[1486],rboren,"Quote $id in get_the_category() db query. Patch from MCincubus for bug 0000191.
"
changeset,18727,[18727],azaozz,"Quicktags: fix closing of the first tag in an empty textarea, allow closing of all tags without the button, see #16695"
changeset,21418,[21418],azaozz,"Quicktags: don't call the callback on pressing the access key when a button is not visible, see #21460"
changeset,1270,[1270],saxmatt,"Quicktags update to position them more with how the items are usually positioned. Still need tooltips with the access key for each button.
"
changeset,1619,[1619],saxmatt,"Quicktag scroll uber-fix for Moz from Alex
"
changeset,316,[316],saxmatt,"Quicktag improvements, structure, spacing, styling, and accessibility.
"
changeset,2476,[2476],matt,Quicktag enhancements
changeset,1006,[1006],saxmatt,"Quicktag and CSS cleanups. Awesome insert code from Mark.
"
changeset,22517,[22517],azaozz,"QuickPress: add some JS to set wpActiveEditor when the title or content is focused, fixes #22021"
changeset,898,[898],michelvaldrighi,"quick typo
"
changeset,897,[897],michelvaldrighi,"quick typo
"
changeset,17216,[17216],nacin,"Quick RTL CSS fix in widgets admin. see #16082, props SergeyBiryukov."
changeset,182,[182],tellyworth,quick rename
changeset,7924,[7924],ryan,"Quick post updates: More gettext, escaping, compress bookmarklet JS.  see #6813"
changeset,7923,[7923],ryan,"Quick post TMCE improvements: add new theme, languages, support for Safari, modal dialogs, changed some settings to be the same like the write page, small css fixes.  Props azaozz. see #6813"
changeset,7919,[7919],ryan,Quick post bookmarklet.  First cut. see #6813
changeset,1417,[1417],saxmatt,"Quick fix for quotes and (int).
"
changeset,9162,[9162],azaozz,"Quick Edit: remove action links, remove row titles, add hint in footer"
changeset,14054,[14054],nacin,"Quick edit taxonomy label. props scribu, keighl, fixes #12796"
changeset,9083,[9083],azaozz,"Quick Edit for Tags, Categories and Link Categories, improvements to handling errors in quick and bulk edit."
changeset,9,[9],tellyworth,quick doc updates
changeset,1484,[1484],rboren,"Queue, SMS, timezone, and permalink fixes for wp-mail from MooKitty.
"
changeset,12626,[12626],ryan,Queue ms.css if multisite. see #11644
changeset,12625,[12625],ryan,Queue ms.css if multisite. see #11644
changeset,11058,[11058],azaozz,"Queue all default scripts for the head when a custom script lists them as dependencies, fixes #9620"
changeset,4410,[4410],markjaquith,Questions should have question marks.  Props Viper007Bond.  Partially addresses: #3263
changeset,6377,[6377],ryan,Query page attachments from page requests so that they can both use the same set of rewrite rules. see #3614
changeset,683,[683],saxmatt,"Query optimizations.
"
changeset,3869,[3869],ryan,Query fix from skeltoac. fixes #2822
changeset,7906,[7906],ryan,"Query cleanups. Use absint, concat where instead of overwrite, make post_parent independent, sanitize post__in and post__not_in.  Props mdawaffe. see #6772"
changeset,5622,[5622],ryan,"query by parent, not child_of, in get_nested_categories().  see #4189"
changeset,9738,[9738],azaozz,QE: set colspan and fix IE input field width
changeset,9712,[9712],azaozz,"QE: fix notices and check if the returned string contains the row HTML, props DD32, fixes #8115"
changeset,9606,[9606],azaozz,"QE fixes: don't display-filter titles, show QE for newly added cats and tags, fixes #8146"
changeset,8909,[8909],azaozz,Put timestamp icon back and fix the Categories postbox when in the right sidebar
changeset,21319,[21319],azaozz,"Put the spinner back to the right of the search field in internal linking, fixes #21351"
changeset,5210,[5210],rob1n,"Put the sorting on hold, and add empty contructor.
"
changeset,15721,[15721],scribu,"Put the simple meta query first, so that orderby=meta_value works even when using 'meta_query'. See #15031"
changeset,1846,[1846],rboren,"Put the right index.php in the template file list for the default theme.
"
changeset,2973,[2973],ryan,Put the preview anchors on the h2. Props: markjaquith fixes #1765
changeset,10020,[10020],westi,"Put the link category delete warning in the correct place. Fixes #8434 props FFEMTcJ.
"
changeset,22444,[22444],nacin,"Put the label outside the span to ensure margins when the text wraps. props waclawjacek. fixes #19254.


"
changeset,17110,[17110],ryan,Put sort arrows in sprite. Make 100% of th clickable.  Align sort indicators.  Remove unneeded padding. Props scribu. fixes #15580
changeset,12157,[12157],ryan,Put site into maintenance mode during bulk plugin upgrade. Skip plugin deactivate/activate.  Add compatibility info. see #10973
changeset,7017,[7017],ryan,Put settings first in the side menu
changeset,10660,[10660],westi,Put search string into <title> of search results page. Fixes #9103 props DD32.
changeset,22123,[22123],ryan,Put required field indicators within labels. Update styling of bundled themes to accommodate. Props MikeHansenMe. fixes #21897
changeset,885,[885],nbachiyski,"Put prefix and lang configuration in the back with no docs

Every developer knows what these do and we neither need the noise from
the docs, nor we need to change them often.
"
changeset,9157,[9157],azaozz,Put post status inline with post name
changeset,1115,[1115],saxmatt,"Put password fields on separate lines.
"
changeset,10632,[10632],ryan,Put page title before blog name in admin title. fixes #9028
changeset,6558,[6558],matt,Put menus in their proper place. TODO: refactor.
changeset,1387,[1387],rboren,"Put lat lon in a field set.  From Kitten.
"
changeset,89,[89],saxmatt,"Put in b2config message.
"
changeset,6856,[6856],ryan,Put full post date and time in link title. Clean up date display for drafts. see #5813
changeset,1286,[1286],rboren,"Put day and month initials and abbreviations into locale.php so that they can be translated.  Change get_calendar to use the locale abbreviations instead of doing substring operations.
"
changeset,6867,[6867],ryan,Put closing div inside conditional.
changeset,7956,[7956],ryan,Put checked categories at the top of the checlist. Props mdawaffe. fixes #7000 for trunk
changeset,3651,[3651],ryan,Put categories dbx box up top and open.  fixes #2493
changeset,10861,[10861],azaozz,"Put back jQuery.noConflict(), props Ryan"
changeset,18672,[18672],azaozz,"Put back float: left for postbox containers, fixes #18665"
changeset,11256,[11256],azaozz,"Put back disabling of sortables for folded sidebars, see #9511"
changeset,20626,[20626],azaozz,"Put back ""max-width: 100%"" for all <select> in the admin. Doesn't seem to work for IE7 but doesn't seem to break anything either. Props Master Jake, fixes #19613"
changeset,8853,[8853],markjaquith,"Put aria-required in the proper place, and use htmlspecialchars for sanitizing textarea output. Props Mike Schinkel"
changeset,9399,[9399],markjaquith,Put a nbsp in between Quick and Edit so that they stay together and Quick Edit spread over 2 lines does not get mistaken for regular Edit
changeset,6136,[6136],markjaquith,Put a filter in wp_safe_redirect() so people can whitelist other domains.  see #4606
changeset,6577,[6577],matt,"Put a delay on the suggestion, and minimum length. Hat tip: DerFichtl."
changeset,13979,[13979],nacin,Push the Delete link to the end for plugin actions. see #12741
changeset,19529,[19529],nacin,"Push logic into _redirect_to_about_wordpress() and be more specific about which context this runs under. see #18467.
"
changeset,15877,[15877],markjaquith,Push capital P filter back behind the wpautop one to catch Wordpress after opening HTML tag
changeset,937,[937],nacin,"Push ajax group and multisite configuration notices to the top of the script, rather than as notices at the bottom. fixes #112.

"
changeset,6575,[6575],ryan,Purty editor buttons from andy. Removing some oogly.  fixes #5573
changeset,16035,[16035],westi,Purger more create_function usage during autop and iso descrambling. See #14424 props ScottMac.
changeset,9171,[9171],ryan,Punt media box
changeset,9172,[9172],ryan,Punt inbox
changeset,9005,[9005],ryan,Punt inbox
changeset,19421,[19421],nacin,Punctuation tweaks to about.php. props jane. see #18742.
changeset,15095,[15095],ryan,Punctuation fix. Props dougwrites. see #13467
changeset,12065,[12065],azaozz,Pull thumbnail scripts out of Posts screens too. see #10928
changeset,12064,[12064],markjaquith,"pull thumbnail scripts out of Page admin pages. see #10928. props scribu, gracious even in reversion."
changeset,3102,[3102],ryan,Pull the values in WP_User::data directly into WP_User so that we don't have to do ->data->blah.
changeset,22632,[22632],nacin,"Pull the list of popular importers from WordPress.org.

These are the importers we suggest on import.php, prompting the user to
install the relevant plugin for the import they want to go through.

If the API is inaccessible, it falls back to a hard-coded list that should
be kept sync'd with the API with each major version of WordPress. This API
enables us to add new importers between releases, as they are completed or
if services gain quick adoption. As a last resort, we can also temporarily
disable importers that are broken (due to API changes, for example).

The importer currently returns English strings (which are then run through
translate() for existing strings), but the locale is passed to the API,
allowing us to ship translated strings if we wish to be adventurous.

props dllh for the assist.
fixes #18977.

"
changeset,18640,[18640],duck_,"Pull out old import remnant from when importers were shipped in core. Fixes #15844.
"
changeset,263,[263],westi,Pull in the wpcom-themes repo as an external to give us a large test data set.
changeset,4338,[4338],markjaquith,Publishing of blank pages or posts now kicks you back to the appropriate Write screen without an errant message.  Props majelbstoat.  fixes #3198
changeset,1053,[1053],ryan,publish_post tests. see #WP21288
changeset,9409,[9409],markjaquith,Publish postbox layout tweaks for Main Column Mode.
changeset,8889,[8889],azaozz,Publish postbox and post status select updates.
changeset,9398,[9398],markjaquith,Publish box tweaks
changeset,3512,[3512],ryan,Pseudo-cron first cut.  Props Owen.  #2425
changeset,12,[12],helen,"PSD for Twenty Thirteen headers
"
changeset,15904,[15904],nacin,Pruning shears.
changeset,10786,[10786],ryan,Prune. see #8441
changeset,17535,[17535],dd32,"Prune PHP5 compat checks in WP_Http, WP_Http_Curl & WP_Http_Streams. Only removes pre PHP 5.2.4 conditional code. See #13915"
changeset,9338,[9338],ryan,Prune dead code. Props sivel. fixes #7963
changeset,14317,[14317],nacin,"Prune and tidy the message in ms_not_installed. Only show detailed information if wp-admin, likesingle installs. Use ->tables. @todo: non-'MU' codex link."
changeset,10864,[10864],ryan,Proxy support. Props DD32. see #4011
changeset,1164,[1164],convissor,Provide way to set error_reporting() level.
changeset,12355,[12355],markjaquith,"Provide visual feedback for ""Use as thumbnail"" when clicked immediately after uploading the image. fixes #11140"
changeset,19885,[19885],josephscott,"Provide the attachment_id of a media item in the XML-RPC call wp.getMediaItem.

Props skithund
Fixes #18683
"
changeset,4921,[4921],ryan,Provide summary for calendar.  Props littleram and rob1n. fixes #1585
changeset,18762,[18762],nacin,"Provide styling to HTML5 text-like inputs (email, number, search, tel, url). see #17863."
changeset,14819,[14819],dd32,"Provide some Before/After strings for Bulk Upgrades, Add a spinner whilst a upgrade is in process, Remove scrollbars on update iframe. Props ocean90. See #11232"
changeset,17782,[17782],markjaquith,Provide no-js message on the dashboard when the cache is not hot and an XHR is required. props ocean90. see #16927
changeset,22089,[22089],nacin,"Provide no-customize fallback to the welcome screen. Use the customize overlay rather than a page reload. see #21368.

"
changeset,17672,[17672],westi,Provide more arguments to the widgets on the 404 page so as to avoid notices. See #17198
changeset,502,[502],convissor,Provide help/usage command line argument.
changeset,13513,[13513],nacin,Provide filter to allow including comment author's URL in comment moderation link count. see #11684
changeset,9680,[9680],ryan,Provide fallback salt to accommodate custom schemes. Props tellyworth. fixes #8212
changeset,501,[501],convissor,"Provide docblock listing the command line options. (If you want people to run the tests, make it easy for them.)"
changeset,19807,[19807],nacin,"Provide contexts for a 'Welcome' string. Sometimes we're saying hello, other times referring to the welcome panel. props pavelevap, fixes #19698."
changeset,12103,[12103],westi,Provide context to the strings in the Plugin and Theme installers to allow for different grammatical gender. Fixes #10100.
changeset,15201,[15201],nacin,Provide context for screen options plural labels. fixes #13369.
changeset,19325,[19325],duck_,"Provide back compat mapping for user_level, wp_usersettings and wp_usersettingstime properties of WP_User objects. Fixes #19265.
"
changeset,20144,[20144],nacin,"Provide back compat for allowed_themes option keys, which were from the early days of WordPress MU. see #20103. Curses.

"
changeset,20112,[20112],nacin,"Provide back compat for $theme->$var where $theme was an array from get_themes() but cast to an object, as had occurred in get_theme_updaes(). see #20173. see #20103."
changeset,15640,[15640],nacin,"Provide an example for add_role() capabilities argument. props simonwheatley, fixes #14918."
changeset,10382,[10382],ryan,Provide access to sticky status via XMLRPC. Props josephscott. see #8777
changeset,20946,[20946],nacin,"Provide a Text Domain header for Twenty Ten and Twenty Eleven. WP_Theme will then look to translate the style.css headers (name, author, description, etc.) on themes.php, even if the theme isn't activated. fixes #20448."
changeset,11705,[11705],westi,Provide a pre-filled wp-config.php file in a textarea if setup-config can't write to the server. Fixes #10107 props filosofo.
changeset,19808,[19808],nacin,Provide a more WordPress-like context for 'Welcome' on the install screen. see #19698.
changeset,19771,[19771],nacin,"Provide a DB fallback for keys in wp_salt(). Fall back when any secret is used more than once. Change how we detect a localized 'put your unique phrase here' -- eliminate $wp_default_secret_key and introduce $wp_secret_key_default to be added during the localized build process, not by translators. fixes #19599.

"
changeset,14418,[14418],nacin,"Provide a context to wp_handle_upload to differentiate between upload and sideload. props technosailor, fixes #12740."
changeset,5604,[5604],rob1n,"Prototype fix to keep Safari < 2 from blowing up. fixes #4363
"
changeset,4592,[4592],matt,"Prototype compressed doesn't seem to be working out so well :/

Fixes #3414"
changeset,6512,[6512],ryan,Prototype 1.6.0 and script.aculo.us 1.8.0. fixes #5543
changeset,2996,[2996],ryan,Protection against multiple trackbacks in one bunch from markjaquith.  fixes #1817
changeset,11111,[11111],ryan,protected_title_format and private_title_format. Props anderswc. fixes #8918
changeset,7716,[7716],ryan,Protect the <pre> and <script> tags when switching editors. Props azaozz. fixes #6610 for trunk
changeset,7717,[7717],ryan,Protect the <pre> and <script> tags when switching editors. Props azaozz. fixes #6610 for 2.5
changeset,9025,[9025],westi,Protect log out actions against CSRF. Props markjaquith and ionfish. Fixes #7790.
changeset,5733,[5733],ryan,Protect _wp_page_template too.
changeset,5732,[5732],ryan,Protect _wp_page_template too.
changeset,5731,[5731],ryan,Protect _wp_page_template too.
changeset,6215,[6215],ryan,Propset eol-style on new files
changeset,11890,[11890],ryan,Prophylactic escapes
changeset,11838,[11838],ryan,Prophylactic escapes
changeset,5022,[5022],ryan,Prophylactic casting.
changeset,23307,[23307],markjaquith,"Properly wipe capabilities from new site-independent multisite users by using the right key.

props wonderboymusic. fixes #15627"
changeset,12399,[12399],azaozz,Properly update pagination links when moderating comments for a particular post or page.
changeset,11240,[11240],azaozz,Properly unset widget number when saving
changeset,5788,[5788],markjaquith,Properly unset notoptions cache in add_option() so that get_option() and update_option() work on the same load.  fixes #4429 for trunk
changeset,5789,[5789],markjaquith,Properly unset notoptions cache in add_option() so that get_option() and update_option() work on the same load.  fixes #4429 for 2.2.x
changeset,23420,[23420],SergeyBiryukov,Properly truncate UTF-8 post slugs in wp_unique_post_slug(). fixes #21013.
changeset,4903,[4903],markjaquith,properly sort categories by name for the_category().  Props rob1n.  fixes #1302
changeset,21107,[21107],markjaquith,Properly show comments on Page edit screen. props duck_. fixes #20937 for trunk
changeset,21108,[21108],markjaquith,"Properly show comments on Page edit screen. props duck_. fixes #20937 for 3.4 branch.
"
changeset,22484,[22484],nacin,"Properly set upload context when uploading a background image through the customizer. props kovshenin. fixes #22215.

"
changeset,16268,[16268],nacin,Properly set up menu_name. We're handling it differently because it defaults off other labels. fixes #14832.
changeset,11051,[11051],azaozz,"Properly set the default tab in the uploader, props fuggi, fixes #7219"
changeset,23002,[23002],ryan,"Properly set the base URL for the main site when ms-files rewriting is enabled for MU-era installs.

Props nacin
fixes #22702
"
changeset,4000,[4000],matt,"Properly select option, wording change"
changeset,11719,[11719],azaozz,"Properly sanitize Gears storeName for IDN domains, fixes #9594"
changeset,6212,[6212],markjaquith,Properly sanitize e-mail addresses in wp-mail.php.  Props giannis1.  fixes #5169 for trunk
changeset,18130,[18130],ryan,"Properly return referrer when referer = true and echo = false. Props scribu, webduo. fixes #11953"
changeset,22420,[22420],nacin,"Properly return new WP_Error objects. props bpetty. see #6812.

"
changeset,18612,[18612],azaozz,"Properly reset vars, see #16695"
changeset,22749,[22749],nacin,"Properly refresh the thumbnail on post.php after an image edit. props ocean90. see #21391.

"
changeset,15728,[15728],azaozz,"Properly reference tinyMCEPreInit in wp-tinymce.js.gz, fixes #15027"
changeset,19923,[19923],ryan,Properly redirect to install.php when visiting wp-login.php with a config file but no db. Props SergeyBiryukov. fixes #18397
changeset,14954,[14954],markjaquith,Properly redirect custom post type URLs in redirect_canonical(). fixes #13561
changeset,18854,[18854],koopersmith,"Properly print per-page options. see #18690, [18853]."
changeset,22954,[22954],ryan,"Properly pass WordPress uploading errors to wp.Uploader.

Props koopersmith
fixes #22655
"
changeset,22757,[22757],nacin,"Properly nest the if tag. props helenyhou. see #21391.

"
changeset,6116,[6116],markjaquith,"Properly name files with unknown extensions (for people with unfiltered_upload cap, natch).  props Nazgul.  fixes #4974 for trunk"
changeset,912,[912],nacin,"Properly mark a test as skipped for #WP5305, as it fails when the post ID is greater than four characters. (Probably due to %year%.)

"
changeset,20243,[20243],nacin,Properly intercept the main form being submitted when checking for the display-header-text checkbox. see #18887.
changeset,21953,[21953],nacin,"Properly indent after [21952]. see #11399.

"
changeset,9388,[9388],markjaquith,Properly handled posts with internal paging in Canonical
changeset,23618,[23618],nacin,"Properly handle timezones in get_date_from_gmt() rather than relying on the implicit gmt_offset. This offset is only good for the current time, rather than the passed time, which causes problems when converting a DST date when DST is not in effect, or vice versa. 

Update get_gmt_from_date() to make these functions match in formatting, as they are complementary and just reverse a few operations.

props scholesmafia
Tests: [1233/tests]

fixes #20328.

"
changeset,14500,[14500],nacin,"Properly handle the wp_page_args filter in Twenty Ten. fixes #13293, props demetris."
changeset,18063,[18063],ryan,"Properly handle return value of DDL statements. Props scribu, marcis20. fixes #11372"
changeset,17746,[17746],dd32,Properly handle querying for meta by value without a key as well as those with invalid parameters. Props scribu. See #17264
changeset,20397,[20397],markjaquith,Properly handle paged permalink URLs even when we are not already 301ing. fixes #20385
changeset,18606,[18606],ryan,"Properly handle nested arrays in wp_list_filter(). Props scribu, SergeyBiryukov. fixes #16137"
changeset,22140,[22140],koopersmith,"Properly handle inserting full size images. props timbeks, fixes #22124.
"
changeset,17811,[17811],ryan,Properly handle https in ixr client.  Props mdawaffe. fixes #16402
changeset,12425,[12425],ryan,Properly handle float timeouts for all transports. Props mdawaffe. fixes #11468 for 2.9
changeset,12424,[12424],ryan,Properly handle float timeouts for all transports. Props mdawaffe. fixes #11468
changeset,18527,[18527],nacin,"Properly handle display of Order, Template, and Parent page attributes in Quick/Bulk Edit. props duck_, fixes #18352."
changeset,19249,[19249],ryan,Properly handle child themes for WP_DEFAULT_THEME. Props SergeyBiryukov. fixes #18591
changeset,19657,[19657],nacin,Properly handle a blank nav menu custom URL when determining what page we're on. see #19699 for trunk.
changeset,19658,[19658],ryan,Properly handle a blank nav menu custom URL when determining what page we're on. fixes #19699 for 3.3
changeset,14826,[14826],nacin,"Properly format menu item title attributes and descriptions. props ryan, fixes #12864."
changeset,16395,[16395],nacin,"Properly force variable to an array. props Viper007Bond, fixes #15407."
changeset,20640,[20640],nacin,"Properly extract file headers via get_file_data() when CR line endings are used. props solarissmoke for the initial patch. fixes #19854.

"
changeset,11707,[11707],azaozz,"Properly escape the title in the feed widget, props nbachiyski, fixes #10378 for trunk"
changeset,11706,[11706],azaozz,"Properly escape the title in the feed widget, props nbachiyski, fixes #10378 for 2.8"
changeset,13851,[13851],dd32,Properly escape plugin admin menu URL's for display. Crops up with custom post_type's with a custom submenu item with & instead of &amp;
changeset,12051,[12051],azaozz,"Properly escape filename when sending to editor, props hakre sivel, fixes #10252"
changeset,11721,[11721],azaozz,"Properly escape comment_author_url when displaying, for trunk"
changeset,11720,[11720],azaozz,"Properly escape comment_author_url when displaying, for 2.8"
changeset,17395,[17395],ryan,"Properly encode the post title. Props koopersmith, nacin. For trunk"
changeset,17396,[17396],ryan,"Properly encode the post title. Props koopersmith, nacin. For 3.1"
changeset,17397,[17397],ryan,"Properly encode the post title. Props koopersmith, nacin. For 3.0"
changeset,21718,[21718],nacin,"Properly delimit URLs by \r, \n, \t *or* a space in sanitize_trackback_urls(). Fixes multiple trackback URL usage. props SergeyBiryukov, fixes #21624 for trunk.

"
changeset,21719,[21719],nacin,"Properly delimit URLs by \r, \n, \t *or* a space in sanitize_trackback_urls(). Fixes multiple trackback URL usage. props SergeyBiryukov, fixes #21624 for the 3.4 branch.

"
changeset,20653,[20653],nacin,"Properly convert two special Z characters in convert_chars(). props Namely, SergeyBiryukov. fixes #20503.

"
changeset,6054,[6054],markjaquith,Properly construct widget classname if second param is an array.  Props f00f.  fixes #4910
changeset,5290,[5290],rob1n,"Properly close the paragraph. Props zeo. fixes #4171 for both 2.2 and 2.3
"
changeset,6535,[6535],ryan,Properly close tags.  Props ionfish. fixes #5568
changeset,16377,[16377],nacin,"Properly check, initialize, or cast a number of variables. props ChenHui. see #14642."
changeset,23367,[23367],SergeyBiryukov,Properly check if the custom header/background has been initialized. fixes #23170. see #22246.
changeset,23100,[23100],nacin,"Properly apply CSS and an ID attribute to the select files container. props koopersmith. fixes #22780. see #22762.

"
changeset,18014,[18014],ryan,Properly anchor mime preg.
changeset,17990,[17990],ryan,Properly anchor mime preg.
changeset,22220,[22220],koopersmith,"Properly align MCE attachment views.

* Adds a `$wrapper` property to MCE views to allow them to manipulate the wrapper on render. This should be used sparingly — only for layout changes that cannot be accomplished through altering the wrapper's children — and likely only for adding/removing classes.
* Uses `wp.html.string()` in `wp.mce.view.toView()`.

see #21390, #21812, #21813.
"
changeset,15684,[15684],azaozz,"Properly align all buttons in the TinyMCE dialogs, see #12574"
changeset,19303,[19303],nacin,Properly adjust margins for ordered lists in RTL in Twenty Eleven. props wpweaver. fixes #19072.
changeset,18153,[18153],azaozz,"Properly add shadow to folded admin menu in RTL, props ocean90, fixes #17692"
changeset,17339,[17339],nacin,"Properly account for columns shown in the list table display_rows_or_placeholder methods. props garyc40, fixes #16279."
changeset,15076,[15076],nacin,Proper whitespace before and after content within a textarea on network.php. props ocean90.
changeset,9214,[9214],markjaquith,Proper trailing slashes for when is_front_page() does not show the blog. fixes #7892
changeset,16622,[16622],nbachiyski,"Proper spacing in win_is_writable(), according to the coding standards
"
changeset,13351,[13351],nacin,"Proper RTL + .dev.css support, first pass. See #12292"
changeset,11667,[11667],ryan,Proper permissions for newly created files.  Props azaozz. fixes #10170 for trunk
changeset,11668,[11668],ryan,Proper permissions for newly created files.  Props azaozz. fixes #10170 for 2.8.1
changeset,1319,[1319],saxmatt,"Proper mime for RDF.
"
changeset,2054,[2054],saxmatt,"Proper linebreak in moderation email.
"
changeset,11205,[11205],ryan,Proper lastBuildDate for rss2 comments feed. Props peaceablewhale. fixes #9567
changeset,8972,[8972],markjaquith,Proper HTML for wp_nonce_ays
changeset,15334,[15334],nacin,"Proper handling of menu nonsupport message. props deanjrobinson, fixes #14098 for trunk."
changeset,15335,[15335],nacin,"Proper handling of menu nonsupport message. props deanjrobinson, fixes #14098 for 3.0."
changeset,15737,[15737],scribu,Proper handling of array query variables. Props loushou. Fixes #14330
changeset,3159,[3159],matt,Proper eol-style.
changeset,22408,[22408],nacin,"Proper default background color for Twenty Eleven. props miqrogroove. fixes #22347.

"
changeset,14824,[14824],nacin,"Proper checks for current-menu-item. props duck_, fixes #13409."
changeset,16844,[16844],scribu,"Proper check for tax query, which will never be empty, due to 'relation'. See #15752"
changeset,22462,[22462],nacin,"Proper button heights on the custom header and background pages. props johnbillion. fixes #22385.

"
changeset,4930,[4930],ryan,Proper atom enclosures. Props rob1n. fixes #1464
changeset,1954,[1954],saxmatt,"Proper alternation of category display background.
"
changeset,12149,[12149],ryan,Propagate walker arg down the stack. Props scribu. fixes #10921
changeset,3671,[3671],ryan,Prompt for confirmation for mailapprovecomment action.  Props mdawaffe. fixes #2615
changeset,19236,[19236],nacin,"Promote secondary admin bar items to primary if there are no primary items at time of render. see #19136, #19221."
changeset,120,[120],tellyworth,profiler: record cache info
changeset,6703,[6703],ryan,profile-update.php no longer needed. see #5736
changeset,11732,[11732],ryan,Process waiting pings a half hour after the last ping to avoid spamming ping sites.  Don't make a ping wait if the last ping was more than half an hour ago. Props VoxPelli. fixes #6698 for trunk
changeset,11733,[11733],ryan,Process waiting pings a half hour after the last ping to avoid spamming ping sites.  Don't make a ping wait if the last ping was more than half an hour ago. Props VoxPelli. fixes #6698 for 2.8
changeset,2299,[2299],rboren,"Process posts_per_rss in WP_Query. http://mosquito.wordpress.org/view.php?id=864
"
changeset,2304,[2304],rboren,"Process feed and trackback templates even if not using themes.
"
changeset,14237,[14237],ryan,privacy_on_link_title and privacy_on_link_text filters to allow privacy plugins to customize privacy-on-link
changeset,8862,[8862],ryan,Privacy Options for pages. see #7552
changeset,9572,[9572],ryan,Prioritize transports differently for non-blocking requests. fixes #8086
changeset,19340,[19340],azaozz,"Prioritize the saved data over the current data when restoring widget positions, props SergeyBiryukov, see #19092"
changeset,1778,[1778],michelvaldrighi,"printr instead of print_r
"
changeset,4327,[4327],markjaquith,"printf(), not print_f()."
changeset,19499,[19499],koopersmith,Print title attributes for linkless toolbar items. see #19277.
changeset,12780,[12780],ryan,Print footer instead of dying immediately. see #11644
changeset,22233,[22233],nacin,"Prime post term caches for nav menu items. Avoid doing so in frontend template functions as it remains unneeded there. see #22189.

"
changeset,22278,[22278],nacin,"Prime post caches for the Recent Comments widget. props mitchoyoshitaka. see #15400.

"
changeset,16225,[16225],ryan,Prime blogs of user cache from old cache to avoid mass DB requests on upgrade. see #14379
changeset,8108,[8108],ryan,previous_post_link and next_post_link filters. Props JohnLamansky. fixes #6985 for trunk
changeset,8109,[8109],ryan,previous_post_link and next_post_link filters. Props JohnLamansky. fixes #6985 for 2.5
changeset,268,[268],mikelittle,"previous/next_post don't link to non-published posts.
Fix by Alex King
"
changeset,3001,[3001],ryan,Preview future dated posts. Props davidhouse.  fixes #1795
changeset,9451,[9451],azaozz,Preview for both drafts and published posts/pages
changeset,9473,[9473],azaozz,"Preview fixes: ensure autosave is run at least once on new posts before preview, properly show previews for pending and scheduled posts."
changeset,9509,[9509],azaozz,"Preview fixes: different method of showing previews for published posts, now uses the proper templates. Fixes #8052"
changeset,20901,[20901],nacin,"Preview by default the registered default image for custom backgrounds. props mfields, billerickson.

If there is a default color registered, show a 'Default' action rather than a 'Clear' action, as clearing the value would simply return to the default.

Make current_theme_supports() accept a second argument for 'custom-background' requests, the same as get_theme_support(). Missed in earlier changes, see #20249.

fixes #20734, fixes #18041.

"
changeset,9711,[9711],azaozz,"Preview button: add permalink as a fallback and remove ""View Post"" when no js, see #8096"
changeset,2897,[2897],matt,Prevents dupe key errors
changeset,19460,[19460],nacin,"preventDefault() for link popup 'Cancel'. props ocean90, SergeyBiryukov, fixes #19369."
changeset,12170,[12170],markjaquith,Prevent XSS in press-this.php. props Benjamin Flesch. fixes #11119 for 2.8.x
changeset,12168,[12168],markjaquith,Prevent XSS in press-this.php. props Benjamin Flesch. fixes #11119
changeset,16580,[16580],scribu,Prevent WSOD when no comments selected for bulk action. See #15572
changeset,98,[98],tellyworth,prevent WP_IMPORTING redefinition warning
changeset,21308,[21308],azaozz,"Prevent WebKit from adding outline to #wpbody-content as a result of tabindex=""-1"", see #21361"
changeset,4384,[4384],markjaquith,Prevent users from entering strings that will be interpreted as serialized arrays/objects on the way out.  fixes #2591
changeset,4382,[4382],markjaquith,Prevent users from entering strings that will be interpreted as serialized arrays/objects on the way out.  fixes #2591
changeset,7440,[7440],markjaquith,Prevent uploads from overwriting each other. props neodude. fixes #6294
changeset,4547,[4547],matt,"Prevent uploads from being hidden, fixes #3227"
changeset,17618,[17618],dd32,Prevent update API requests on every load of themes.php when no updates are available. Fixes #16362
changeset,19881,[19881],duck_,"Prevent undefined index notices in do_enclose(). Props jeremyclarke. Fixes #19865.
"
changeset,10640,[10640],azaozz,Prevent the user from leaving the write/edit page when an upload button is clicked before the page has finished loading
changeset,18850,[18850],azaozz,"Prevent the uploader getting stuck when deleting the only image from the gallery, props ocean90, fixes #15118"
changeset,14065,[14065],dd32,Prevent the Slug metabox from being forever hidden when showing all metaboxes. Fixes #12088
changeset,15407,[15407],nacin,Prevent the same menu item from receiving duplicate IDs if the menu is used twice. All menu items now get a class with their post ID; only the first item now gets an ID. fixes #13976 for trunk.
changeset,15408,[15408],nacin,Prevent the same menu item from receiving duplicate IDs if the menu is used twice. All menu items now get a class with their post ID; only the first item now gets an ID. fixes #13976 for 3.0.
changeset,13804,[13804],nacin,"Prevent the nav menu walker from walking in circles. Don't allow an object from being a child of itself; if the functionality is desired, a workaround would be custom links. see #11817, see #12566. (Script loader bump for r13802, r13803). props ptahdunbar for the commits."
changeset,13803,[13803],nacin,"Prevent the nav menu walker from walking in circles. Don't allow an object from being a child of itself; if the functionality is desired, a workaround would be custom links. see #11817, see #12566"
changeset,17952,[17952],markjaquith,Prevent the browser-out-of-date dashboard nag from being minimized and hide minimization arrow. props aaroncampbell. fixes #17441. see #17323.
changeset,15662,[15662],nacin,"Prevent the $title global from being stomped. Caused by merger of manage_columns_prefs() into screen_meta() in [15653]. see #14952, see #14776. The global is apparent cruft as the function doesn't use it."
changeset,9689,[9689],azaozz,Prevent text selection/highlighting when clicking on the menu or dragging postboxes
changeset,13087,[13087],dd32,"Prevent Terms from being created in multiple taxonomies. If a slug is provided by the user, error out if it exists, else make the auto slug unique. See #11838"
changeset,14928,[14928],nacin,Prevent super admins from shooting themselves in the foot. props jorbin. Checks blog names against an array (filterable) of reserved keywords for subdirectory installs. fixes #13304.
changeset,9765,[9765],markjaquith,Prevent strange text color on hover in QuickPress. props jick. fixes #8238
changeset,16303,[16303],ryan,Prevent stomping of  global. Props prettyboymp. fixes #13945
changeset,18875,[18875],azaozz,"Prevent sorting arrows improperly wrapping on narrow columns in .widefat, props SergeyBiryukov, #15993"
changeset,22978,[22978],koopersmith,"Prevent small thumbnails from being upscaled. props helenyhou. fixes #22681.
"
changeset,17898,[17898],koopersmith,Prevent shadow from showing in dfw visual editor.
changeset,16889,[16889],scribu,Prevent redundant wp_usermeta JOIN on single-site installs. See #14123
changeset,16657,[16657],scribu,Prevent post_parent from being reset when there's no page attributes box. Props mikeschinkel. Fixes #13179
changeset,15806,[15806],ryan,Prevent post and term hierarchy loops. Props mdawaffe. fixes #14662
changeset,23656,[23656],SergeyBiryukov,Prevent plugins with certain filenames from breaking links in the admin menu. props lightningspirit. fixes #22079.
changeset,4811,[4811],markjaquith,Prevent plugins that generate PHP fatal errors from being activated.  ticket #3254
changeset,4881,[4881],markjaquith,Prevent plugins from taking down the install when plugin edits results in a fatal error.  fixes #3254
changeset,13691,[13691],dd32,Prevent PHP Notices on 404 pages
changeset,13717,[13717],nacin,"Prevent page(\d+) slugs, and force a suffix. props miqrogroove. fixes #11917. see #8948"
changeset,22628,[22628],nacin,"Prevent notices when post_id is not passed to the old media upload forms. props ldebrouwer. fixes #22465.

"
changeset,15827,[15827],dd32,Prevent notices on non-existent Term locations (such as /tag/404-non-existant-term/)
changeset,17128,[17128],nacin,"Prevent notices in the allblogs and allusers branches. props SergeyBiryukov, see #15920."
changeset,854,[854],duck_,"Prevent notices in test_set_current_screen_with_hook_suffix for screens without a query string
"
changeset,15849,[15849],dd32,Prevent Notices in Incoming links widget. Fixes #14617
changeset,20091,[20091],duck_,"Prevent notices by checking if the $group key isset(). See #20004.
"
changeset,16538,[16538],scribu,Prevent notice when checking for hierarchical tax rewrite. Props demetris. See #12891
changeset,17548,[17548],markjaquith,Prevent Notice if the author object is not set.
changeset,11230,[11230],westi,Prevent notice check on invalid sticky settings. See #9393 props nbachiyski.
changeset,644,[644],duck_,"Prevent notice / remove unnecessary code as $post_id is not defined.
"
changeset,20403,[20403],duck_,"Prevent notice ""Undefined variable: struct"" in mt_getRecentPostTitles when posts exist, but none of them are editable. Fixes #20393.
"
changeset,4333,[4333],markjaquith,Prevent non-option form elements from sneaking in to the options table.  fixes #2595
changeset,4332,[4332],markjaquith,Prevent non-option form elements from sneaking in to the options table.  fixes #2595
changeset,17297,[17297],nacin,Prevent new bulk actions from being added through the bulk_actions-screen filter. fixes #16031 at least for 3.1.
changeset,16094,[16094],nacin,"Prevent network creation when OMG_DO_NOT_UPGRADE_GLOBAL_TABLES is defined. props wpmuguru, fixes #14246."
changeset,18786,[18786],koopersmith,"Prevent multiple-word admin bar items from overflowing in Firefox. props chrisbliss18, helenyhou. see #18197."
changeset,19480,[19480],koopersmith,"Prevent misshapen background from appearing when admin-bar user info item is focused. props duck_, fixes #19356."
changeset,24235,[24235],SergeyBiryukov,"Prevent menu items with '0' label from being removed on menu saving. props MikeHansenMe, kovshenin. fixes #23051."
changeset,16669,[16669],markjaquith,Prevent media upload links from being clicked before lightbox is ready to handle them. fixes #15621
changeset,16646,[16646],markjaquith,Prevent media upload links from being clicked before lightbox is ready to handle them. fixes #15621
changeset,21771,[21771],koopersmith,"Prevent JS events from being garbage collected when a media.view.Modal is re-rendered. see #21390, #21776.
"
changeset,18205,[18205],koopersmith,Prevent items from overflowing from the 'howdy' menu. Props Otto42. fixes #17148.
changeset,7512,[7512],markjaquith,Prevent individual post comment listing admin page title from sneaking behind the search box. fixes #6375
changeset,21785,[21785],koopersmith,"Prevent img elements in the media modal from being draggable. see #21390.

Browsers natively support dragging img elements, which would then set off the drop zone in the modal. We disable this by setting the draggable attribute to false.

"
changeset,14220,[14220],nacin,"Prevent HTML editor from being resized horizontally. props nomulous, fixes #13064"
changeset,21065,[21065],koopersmith,"Prevent hoverIntent from shifting open, expanded admin menus if the entire submenu is not visible. props SergeyBiryukov, fixes #20857.
"
changeset,10065,[10065],markjaquith,Prevent hotkeys from clicking hidden links -- keeps U and A from both acting as moderated/approved toggles. Now each one just does its own function.
changeset,16344,[16344],scribu,Prevent horizontal scrollbar. See #14579
changeset,10917,[10917],azaozz,Prevent hiding of the Publish postbox
changeset,14000,[14000],nacin,"Prevent half-baked loading of MS that would happen when constants are added into wp-config below the wp-settings include. Now it would error on the redefinition of the MULTISITE constant, instead of vague errors, and prevent any MS from loading. see #12848"
changeset,5860,[5860],markjaquith,Prevent get_col() from returning an array of NULLs.  see #4725
changeset,9123,[9123],markjaquith,Prevent future posts from publishing early. fixes #7441
changeset,1957,[1957],saxmatt,"Prevent foreach errors, should probably be moved to new loop method?
"
changeset,14361,[14361],nacin,Prevent fatal error when falling back to fsockopen in the setup-config.php key/salt HTTP request. fixes #13030.
changeset,8610,[8610],azaozz,"Prevent fatal error if plugin uses install-helper.php, fixes #6747 for 2.7"
changeset,8611,[8611],azaozz,"Prevent fatal error if plugin uses install-helper.php, fixes #6747 for 2.6.1"
changeset,1161,[1161],convissor,Prevent failures/fatals when jpeg support missing.
changeset,19290,[19290],azaozz,"Prevent errors in QTags.closeAllTags(), make it remove button states but not modify the content (as that often is wrong anyways), fixes #15911"
changeset,19334,[19334],azaozz,"Prevent errors in assigning widgets to sidebars for themes with dynamic sidebars, props batmoo, fixes #19274"
changeset,19476,[19476],azaozz,"Prevent error in autosave for CPTs without title or editor, props sorich87, fixes #18227"
changeset,13039,[13039],wpmuguru,"prevent editing site domain/path on multisite main site, see #12177"
changeset,5724,[5724],ryan,Prevent editing of protected meta keys.
changeset,5723,[5723],ryan,Prevent editing of protected meta keys.
changeset,5737,[5737],markjaquith,Prevent editing of protected meta keys for 2.0.x
changeset,4883,[4883],markjaquith,Prevent double timezone offset when saving titleless AJAX-created drafts.  fixes #3701
changeset,4882,[4882],markjaquith,Prevent double timezone offset when saving titleless AJAX-created drafts.  fixes #3701
changeset,16671,[16671],markjaquith,Prevent double Thickbox caption line for Dashboard QuickPress uploads. props ocean90. fixes #15169
changeset,1424,[1424],michelvaldrighi,"prevent double ob_gzhandler error
"
changeset,17512,[17512],markjaquith,Prevent double index.php preprend on PATHINFO custom taxonomy permalinks. Proper use of with_front. props greuben. fixes #16918. fixes #16622. see #15813. see #12659. For trunk
changeset,17513,[17513],markjaquith,Prevent double index.php preprend on PATHINFO custom taxonomy permalinks. Proper use of with_front. props greuben. fixes #16918. fixes #16622. see #15813. see #12659. For 3.1
changeset,16027,[16027],scribu,Prevent double inclusion of plugin when already activated on main site. See #14435
changeset,6258,[6258],ryan,Prevent direct load of edit-post-rows.
changeset,6257,[6257],ryan,Prevent direct load of edit-post-rows.
changeset,21067,[21067],koopersmith,"Prevent delete theme link from bumping against theme action links. If it doesn't fit, it doesn't fit, man. props SergeyBiryukov, fixes #20918.
"
changeset,16662,[16662],ryan,Prevent default post formats from entering the DB. see #15629 #15582
changeset,15734,[15734],scribu,Prevent db error when dealing with unexistant parent term. See #12891
changeset,5511,[5511],markjaquith,Prevent current author from claiming authorship of posts from other authors when editing via desktop client.  Props Erik Barzeski.  fixes #4315 for trunk
changeset,5512,[5512],markjaquith,Prevent current author from claiming authorship of posts from other authors when editing via desktop client.  Props Erik Barzeski.  fixes #4315 for 2.2
changeset,17876,[17876],koopersmith,Prevent content from colliding with footer. see #17324.
changeset,23896,[23896],nacin,"Prevent classid=""clsid:undefined"". props SergeyBiryukov. see #23876.

"
changeset,21192,[21192],markjaquith,Prevent child pages from being visually promoted to the top level after Quick Edit. props ssamture. fixes #18615
changeset,21191,[21191],markjaquith,Prevent child categories from being visually promoted to the top level after Quick Edit. props ssamture. fixes #19474
changeset,8299,[8299],ryan,Prevent category looping. Props tellyworth. fixes #7267
changeset,23615,[23615],helen,"Prevent an unseemly gap on the edit screen when nothing else displays before normal meta boxes. Give better HTML and visual structure to items added via `edit_form_after_title` and `edit_form_after_editor`. Using a class of `.edit-form-section` will now get you a 20px bottom margin; perfect for your additions to the post edit screen. fixes #23240.
"
changeset,23338,[23338],SergeyBiryukov,"Prevent an unintended visibility change from ""Password protected"" to ""Public"" when updating the post.

props thomasvanderbeek. fixes #23065."
changeset,22331,[22331],dd32,"Prevent an issue on windows systems which can cause the temporary directory from get_temp_dir() from returning a path containing \/. Props to SergeyBiryukov for the initial patch. Fixes #20778 
"
changeset,14478,[14478],nacin,"Prevent ambiguous table aliases in wp_post_mime_type_where. props stephdau, jfarthing84, fixes #12750."
changeset,13431,[13431],wpmuguru,"prevent admins from removing themselves and main super admin from super admin list, See #11644"
changeset,18946,[18946],koopersmith,Prevent admin menu sub-items from crowding the arrows when the menu is expanded. see #18382.
changeset,8382,[8382],azaozz,Prevent adjacent hyphens in a HTML/XML comment. Fixes #6642 for trunk. Props schiller.
changeset,8383,[8383],azaozz,Prevent adjacent hyphens in a HTML/XML comment. Fixes #6642 for 2.6.1. Props schiller.
changeset,20650,[20650],ryan,Prevent accidental multiple click when creating new categories. Props mdawaffe. fixes #17936
changeset,22132,[22132],duck_,"Prevent accidental body class concatenation by replacing (no-)customize-support with a space

The regular expression used by wp_customize_support_script() replaces all spaces
surrounding the matching class. This caused other classes to be merged together.

Props johnpbloch, SergeyBiryukov. Fixes #22103.
"
changeset,102,[102],tellyworth,prevent a warning on filterall
changeset,21025,[21025],nacin,"Prevent a scrollbar in the admin caused by padding given to the toolbar. props SergeyBiryukov, ocean90. fixes #19196."
changeset,24094,[24094],markjaquith,"Prevent a PHP Warning for $post_format.

props MZAWeb, kovshenin. see #24011."
changeset,20669,[20669],duck_,"Prevent a notice: don't attempt to parse the query string if it doesn't exist. Props johnjamesjacoby. Fixes #20528.
"
changeset,14987,[14987],nbachiyski,"Prevent a notice if $_REQUEST['post_id'] is missing. Just use 0 in this case, which will be the same as using intval on an undefined value.
"
changeset,23456,[23456],helen,"Prevent a notice for post types that don't support post formats. props ethitter. fixes #23534.
"
changeset,4850,[4850],markjaquith,Prevent a missing wp-cron.php from causing an infinite loop. Props jan. fixes #3713
changeset,4834,[4834],markjaquith,Prevent a missing wp-cron.php from causing an infinite loop.  Props jan.  fixes #3713
changeset,23895,[23895],nacin,"Prevent a JS error when working with embedded media in TinyMCE.

props wonderboymusic. fixes #23876.

"
changeset,18934,[18934],azaozz,"Prevent a Chrome bug activating :hover on the first pixel on the screen while loading, props markjaquith, fixes #18868"
changeset,15124,[15124],nacin,"Prevent 'Enter menu name here' menus, and offer some feedback. props koopersmith, fixes #13703."
changeset,17688,[17688],dd32,Prevent $taxonony->object_type containing duplicate values. Initial patch props kevinB. Fixes #16951
changeset,14049,[14049],dd32,"Prevent $post_type_object->menu_position from conflicting with another plugin, or core menu item. Props blepoxp. Fixes #12951"
changeset,19733,[19733],duck_,"Prevent ""Undefined index: settings-updated"" notice in settings_errors(). Props garyc40. Fixes #19377.
"
changeset,4721,[4721],ryan,Prev/next query filters.  Props mdwaffe. fixes #2415
changeset,13870,[13870],dd32,Pretty up the code text boxes on Install. Affects the non-writable wp-config.php mainly. Code styling taken from Network panel. Props ocean90
changeset,9300,[9300],ryan,pretty permalinks for comment paging. Props Viper007Bind. fixes #7942
changeset,7466,[7466],ryan,"pretty delete animation, fix squashed icons and use 80x60 thumbs, add rel attrs to attachment links inserted from uploader. Props andy. see #5911"
changeset,9853,[9853],azaozz,"Prettier Page Numbers, props jick, fixes #8319"
changeset,2990,[2990],matt,Prettier boxes
changeset,12112,[12112],azaozz,"PressThis: fix TinyMCE config and IE6 css ""hasLayout"""
changeset,9866,[9866],azaozz,"PressThis updates from Noel, see #7949"
changeset,9787,[9787],azaozz,"PressThis updates from Noel, see #7949"
changeset,9840,[9840],azaozz,"PressThis IE6 css fixes from Noel, see #7949"
changeset,12108,[12108],azaozz,"PressThis fixes from noel, see #11011"
changeset,12094,[12094],azaozz,"PressThis fixes from noel, fixes #11011"
changeset,9838,[9838],azaozz,"PressThis fixes for window resizing and Chrome bugs from Noel, see #7949"
changeset,9961,[9961],azaozz,"PressThis fix from Noel, see #7949"
changeset,9857,[9857],azaozz,"PressThis css fixes from Noel, see #7949"
changeset,22946,[22946],nacin,"Pressing escape now closes the media modal. props koopersmith, see #22502.

"
changeset,8477,[8477],azaozz,Press This: using trailing slash after $_SERVER['PHP_SELF'] breaks the image tab on some servers. For 2.6.1
changeset,8476,[8476],azaozz,Press This: using trailing slash after $_SERVER['PHP_SELF'] breaks the image tab on some servers.
changeset,9115,[9115],azaozz,"Press This: URL fixes for images, props noel, see #7732"
changeset,8318,[8318],ryan,Press This: Switching to using our default content cleanup in the editor. Props azaozz. see #6813
changeset,8323,[8323],ryan,"Press This: properly add and load press-this-ie.css, cleanup of the bookmarklet code. Props azaozz. see #6813"
changeset,7993,[7993],ryan,Press This: Obey color scheme. Props azaozz. see #6998
changeset,8128,[8128],ryan,Press This: Fixes for unicode/ascii/apostrophe problems. Upgrades to the Photo tab. Props noel. see #6813
changeset,8316,[8316],ryan,"Press This: Fix inserting the selection in the editor and stripping of paragraphs when saving, IE CSS styling fixes, fix continuous linking in editor. Props noel and azaozz. see #6813"
changeset,8551,[8551],ryan,"Press This: Fix image insert in IE7, set textarea height. Props noael and zamoose. fixes #7387 #7310 for trunk"
changeset,8552,[8552],ryan,"Press This: Fix image insert in IE7, set textarea height. Props noael and zamoose. fixes #7387 #7310 for 2.6"
changeset,19381,[19381],azaozz,"Press This: fix duplicate HTML IDs, add the 'default_post_to_edit' ID, fix minor RTL css, fixes #18989"
changeset,7934,[7934],ryan,"Press This: Fetch offsite images, fix slashing. see #6813"
changeset,11982,[11982],azaozz,Press This: editor fixes and CSS tweaks for IE6/7
changeset,8303,[8303],ryan,"Press This: CSS cleanup, photo input newline breaks, fixes short_tags problem. Props noel. see #6813"
changeset,7932,[7932],ryan,"Press This: AJAX load all tabs, add tag UI, make category list scrollable."
changeset,9326,[9326],ryan,Press This updates from noel. see #7949
changeset,8959,[8959],ryan,Press This updates from noel. see #7732
changeset,8169,[8169],ryan,Press This updates from noel. see #6813
changeset,8093,[8093],ryan,Press this updates from noel. see #6813
changeset,10237,[10237],azaozz,"Press This updates for multi-taxonomies, props noel, fixes #8669"
changeset,9673,[9673],ryan,Press This update from noel. see #7949
changeset,10855,[10855],markjaquith,"Press This UI, Quoting fixes, plus ability for Contributors to use Press This. props noel. fixes #9434"
changeset,8071,[8071],ryan,Press This UI changes and photo loading fixes from noel.  fixes #7120 see #6813
changeset,7957,[7957],ryan,Press This styling updates from noel. fixes #6998
changeset,18282,[18282],azaozz,"Press This RTL css fixes, props ocean90, fixes #17757"
changeset,8903,[8903],ryan,Press This rework from noel. see #7732
changeset,8007,[8007],ryan,Press this reorg.  Remove old bookmarklet. Props noel. see #7049
changeset,7,[7],nacin,"Press This psd from empireoflight, see http://core.trac.wordpress.org/ticket/21019.

"
changeset,11010,[11010],azaozz,"Press This notice fixes, props DD32, fixes #9593"
changeset,9043,[9043],ryan,Press this landing page
changeset,8067,[8067],ryan,Press This improvements from noel. fixes #7117
changeset,8172,[8172],ryan,Press This image linking fixes from noel. see #6813
changeset,17665,[17665],markjaquith,Press This HTML fix. Still waiting on the icon image. props andrewryno. see #17184
changeset,11944,[11944],ryan,Press This fixes. Props noel. fixes #10784
changeset,16571,[16571],ryan,Press This fixes. Props duck_. see #15561
changeset,11994,[11994],azaozz,"Press This fixes, props noel, see #10784"
changeset,10030,[10030],markjaquith,Press This fixes from Noel. see #7949
changeset,9295,[9295],ryan,Press This fixes from noel. see #7949
changeset,7983,[7983],ryan,Press This fixes from noel. see #6998
changeset,9910,[9910],ryan,Press This fix from noel.  fixes #7949
changeset,8048,[8048],ryan,Press This enhancement from noel. see #7066
changeset,12371,[12371],azaozz,"Press This empty title fix, props noel, see #11390, fixes #10715"
changeset,11540,[11540],azaozz,"Press This css tweaks, props noel"
changeset,10223,[10223],ryan,Press This CSS fixes. Props noel. fixes #8666 for trunk
changeset,10224,[10224],ryan,Press This CSS fixes. Props noel. fixes #8666 for 2.7
changeset,10290,[10290],azaozz,"Press This CSS cleanup, props Simek, fixes #8773"
changeset,9371,[9371],azaozz,"Press This CSS cleanup, props Simek, fixes #7967"
changeset,19001,[19001],azaozz,"Press This CSS cleanup, props andrewryno, see #18314"
changeset,8113,[8113],ryan,Press This changes from noel. see #6813
changeset,17662,[17662],azaozz,"Press This bookmarklet redesign, props chexee, fixes #17184"
changeset,9566,[9566],azaozz,"Press Enter to save in Quick Edit, props aaron_guitar, fixes #8061"
changeset,4460,[4460],ryan,Preserve the original query object as wp_the_query so that it's not stomped by subsequent calls to query_posts().
changeset,21802,[21802],ryan,"Preserve the $format and $link arguments for passing to the previous|next_post_link filter. Pass $post to the filter.

Props Otto42, helenyhou
fixes #19640 #18764
"
changeset,17398,[17398],ryan,"Preserve tag escaping. Props koopersmith, Nils Jueneman. For trunk"
changeset,17399,[17399],ryan,"Preserve tag escaping. Props koopersmith, Nils Jueneman. For 3.1"
changeset,17401,[17401],ryan,"Preserve tag escaping. Props koopersmith, Nils Jueneman. For 3.0"
changeset,3388,[3388],ryan,Preserve suid and sgid bits when creating new directories. fixes #2190
changeset,15697,[15697],dd32,Preserve search terms on plugin management pages during actions. Fixes #14905 for trunk.
changeset,10311,[10311],ryan,Preserve query string when redirecting to tools.  Props simonwheatley. fixes #8774 for trunk
changeset,10312,[10312],ryan,Preserve query string when redirecting to tools.  Props simonwheatley. fixes #8774 for 2.7
changeset,5999,[5999],markjaquith,Preserve query string arrays in add_query_arg().  fixes #4878 for trunk
changeset,6439,[6439],westi,Preserve PNG transparency/alpha during thumbnail creation. Fixes #2805 props Libertus/Otto42.
changeset,12301,[12301],ryan,Preserve parentage when importing comments. Props joostdevalk. fixes #8019
changeset,5245,[5245],ryan,Preserve page hierarchy. Props takayukister.  fixes #4025
changeset,3965,[3965],ryan,Preserve newlines inside style and script tags. Props Nazgul. fixes #2833
changeset,4331,[4331],markjaquith,preserve multi-line options in options.php.  Props Viper007Bond.  fixes #2456
changeset,4330,[4330],markjaquith,preserve multi-line options in options.php.  Props Viper007Bond.  fixes #2456
changeset,19980,[19980],nacin,"Preserve keys when splitting themes up for pagination. props Utkarsh. fixes #15306.

"
changeset,4227,[4227],ryan,Preserve is_feed setting when handling a 404. Props skeltoac. fixes #3019
changeset,4096,[4096],ryan,Preserve is_feed setting when handling a 404. Props skeltoac. fixes #3019
changeset,7506,[7506],markjaquith,Preserve HTML entities in Custom Fields. fixes #6374
changeset,2193,[2193],saxmatt,"Preserve GUIDs in imports
"
changeset,2372,[2372],ryan,Preserve entity encoding in plugin editor. http://mosquito.wordpress.org/view.php?id=957  Props: coffee2code
changeset,21008,[21008],ryan,Preserve context when searching in the media upload form. Props SergeyBiryukov. fixes #20856
changeset,1873,[1873],rboren,"Preserve author ID when editing pages. Bug 480.  Hat tip: adsworth
"
changeset,7708,[7708],ryan,Preserve author during autosave. fixes #6753 for trunk
changeset,7709,[7709],ryan,Preserve author during autosave. fixes #6753 for 2.5
changeset,9357,[9357],ryan,Preserve attachment IDs during import. Props mtdewvirus. fixes #7972
changeset,23884,[23884],ryan,"Preserve alpha in WP_Image_Editor_GD when images are not resized.

Props joehoyle
see #23039
"
changeset,1421,[1421],rboren,"Preserve a 1.2 era version of get_alloptions as get_alloptions_110() so that upgrade_110() does not produce db errors due to version 1.3 specific changes to get_alloptions.  http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000037
"
changeset,23096,[23096],markjaquith,"Present the correct downsized image dimensions in the Media modal when inserting. Introduces a context parameter for image_constrain_size_for_editor() instead of relying on is_admin(). props jond3r, nacin. fixes #22738"
changeset,1044,[1044],ryan,Prepend base to the blog path when creating blogs with generated defaults.
changeset,6067,[6067],markjaquith,Preparing for 2.0.12
changeset,6241,[6241],markjaquith,"prepare(), insert(), update() for wp-includes/ taxonomy.php, rss.php, registration.php"
changeset,6180,[6180],markjaquith,"prepare() for wp-includes/ link-template.php, post.php, general-template.php, pluggable.php, functions.php. see #4553"
changeset,6173,[6173],markjaquith,"prepare() for wp-includes/ bookmark.php, canonical.php, comment.php, comment-template.php.  see #4553"
changeset,18002,[18002],nacin,Prepare the Credits page to handle translators. see #17532.
changeset,10189,[10189],westi,Prepare the branch for the inevitable.
changeset,7568,[7568],westi,"Prepare the 2.5 branch for later
"
changeset,18021,[18021],ryan,Prepare some LIKEs
changeset,17997,[17997],ryan,Prepare some LIKEs
changeset,16625,[16625],ryan,Prepare properly.  Props Vladimir Kolesnikov.
changeset,16624,[16624],ryan,Prepare properly.  Props Vladimir Kolesnikov.
changeset,7645,[7645],ryan,Prepare DB queries in more places.  Props filosofo. see #6644
changeset,13066,[13066],ryan,Preload commonly loaded site options when running multisite without a persistent cache.  Introduce wp_cache_reset() and call it instead of wp_cache_init() when re-initing after the blog ID chanages to avoid throwing out the entire cache.  Pass cached site options through the site option filter when fetching.
changeset,10856,[10856],markjaquith,preg_quote2() unnecessary. preg_quote() supports delimiter escaping if you pass it as second param
changeset,22365,[22365],ryan,preg_quote() the permalink structure so that regex special chars such as dots are correctly handled. Props SergeyBiryukov. fixes #21167
changeset,1462,[1462],rboren,"preg_quote search terms.  http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000123
"
changeset,4203,[4203],ryan,Prefix unregister_GLOBALS to avoid name collisions.  Props westi.  fixes #3151
changeset,19720,[19720],nacin,Prefix table name against the post_parent field in _edit_attachments_query_helper() to avoid ambiguous queries. props benbalter. fixes #19779.
changeset,22387,[22387],nacin,"Prefix sidebar IDs on the widgets screen with ""sidebar-"". props batmoo. fixes #14466.

"
changeset,3604,[3604],ryan,prefix not table_prefix. Props Kafkaesqui. fixes #2528
changeset,11524,[11524],azaozz,"Preferred transport: move curl to last position and fockopen to 2nd position due to higher compatibility, props DD32, fixes #9998"
changeset,13396,[13396],dd32,Prefer $comment::comment_post_ID over $post global. Fixes #12217
changeset,6756,[6756],ryan,Precompute the hash of the unknown avatar user to save an md5 call. Props Viper007Bond.  see #5775
changeset,8247,[8247],ryan,pre_update_option_* filter from DD32. fixes #7233
changeset,6938,[6938],ryan,pre_post_update action from tellyworth. fixes #5815
changeset,2938,[2938],ryan,pre_get_posts action from ringmaster.  fixes #1736
changeset,145,[145],tellyworth,pre/break test
changeset,4597,[4597],ryan,Pre-fill http:// when inserting new links. Props andy. fixes #2579
changeset,2405,[2405],matt,Pre-emptive link to support
changeset,6462,[6462],matt,"pre flight commit, BOOM. hat tip: rboren."
changeset,24326,[24326],potbot,"POT, generated from r24322"
changeset,24325,[24325],potbot,"POT, generated from r24322"
changeset,24324,[24324],potbot,"POT, generated from r24322"
changeset,24323,[24323],potbot,"POT, generated from r24322"
changeset,24171,[24171],potbot,"POT, generated from r24170"
changeset,24154,[24154],potbot,"POT, generated from r24153"
changeset,24135,[24135],potbot,"POT, generated from r24131"
changeset,24134,[24134],potbot,"POT, generated from r24131"
changeset,24133,[24133],potbot,"POT, generated from r24131"
changeset,24132,[24132],potbot,"POT, generated from r24131"
changeset,24109,[24109],potbot,"POT, generated from r24100"
changeset,24108,[24108],potbot,"POT, generated from r24100"
changeset,24107,[24107],potbot,"POT, generated from r24100"
changeset,24106,[24106],potbot,"POT, generated from r24100"
changeset,24105,[24105],potbot,"POT, generated from r24100"
changeset,24104,[24104],potbot,"POT, generated from r24100"
changeset,24103,[24103],potbot,"POT, generated from r24100"
changeset,24102,[24102],potbot,"POT, generated from r24100"
changeset,24101,[24101],potbot,"POT, generated from r24100"
changeset,23724,[23724],potbot,"POT, generated from r23722"
changeset,23723,[23723],potbot,"POT, generated from r23722"
changeset,23715,[23715],potbot,"POT, generated from r23713"
changeset,23569,[23569],potbot,"POT, generated from r23565"
changeset,23479,[23479],potbot,"POT, generated from r23478"
changeset,23476,[23476],potbot,"POT, generated from r23475"
changeset,23473,[23473],potbot,"POT, generated from r23472"
changeset,23406,[23406],potbot,"POT, generated from r23404"
changeset,23405,[23405],potbot,"POT, generated from r23404"
changeset,23244,[23244],potbot,"POT, generated from r23230"
changeset,23243,[23243],potbot,"POT, generated from r23230"
changeset,23242,[23242],potbot,"POT, generated from r23230"
changeset,23241,[23241],potbot,"POT, generated from r23230"
changeset,23240,[23240],potbot,"POT, generated from r23230"
changeset,23239,[23239],potbot,"POT, generated from r23230"
changeset,23238,[23238],potbot,"POT, generated from r23230"
changeset,23237,[23237],potbot,"POT, generated from r23230"
changeset,23236,[23236],potbot,"POT, generated from r23230"
changeset,23235,[23235],potbot,"POT, generated from r23230"
changeset,23234,[23234],potbot,"POT, generated from r23230"
changeset,23233,[23233],potbot,"POT, generated from r23230"
changeset,23232,[23232],potbot,"POT, generated from r23230"
changeset,23231,[23231],potbot,"POT, generated from r23230"
changeset,23174,[23174],potbot,"POT, generated from r23173"
changeset,23130,[23130],potbot,"POT, generated from r23127"
changeset,23129,[23129],potbot,"POT, generated from r23127"
changeset,23128,[23128],potbot,"POT, generated from r23127"
changeset,23001,[23001],potbot,"POT, generated from r23000"
changeset,22625,[22625],potbot,"POT, generated from r22621"
changeset,22624,[22624],potbot,"POT, generated from r22621"
changeset,22591,[22591],potbot,"POT, generated from r22589"
changeset,22590,[22590],potbot,"POT, generated from r22589"
changeset,22527,[22527],potbot,"POT, generated from r22524"
changeset,22526,[22526],potbot,"POT, generated from r22524"
changeset,22525,[22525],potbot,"POT, generated from r22524"
changeset,22218,[22218],potbot,"POT, generated from r22217"
changeset,22209,[22209],potbot,"POT, generated from r22208"
changeset,22205,[22205],potbot,"POT, generated from r22204"
changeset,22202,[22202],potbot,"POT, generated from r22201"
changeset,22198,[22198],potbot,"POT, generated from r22196"
changeset,22153,[22153],potbot,"POT, generated from r22152"
changeset,22097,[22097],potbot,"POT, generated from r22096"
changeset,22062,[22062],potbot,"POT, generated from r22061"
changeset,22051,[22051],potbot,"POT, generated from r22050"
changeset,21885,[21885],potbot,"POT, generated from r21882"
changeset,21764,[21764],potbot,"POT, generated from r21763"
changeset,21762,[21762],potbot,"POT, generated from r21761"
changeset,21733,[21733],potbot,"POT, generated from r21732"
changeset,21731,[21731],potbot,"POT, generated from r21728"
changeset,21669,[21669],potbot,"POT, generated from r21668"
changeset,21649,[21649],potbot,"POT, generated from r21648"
changeset,21640,[21640],potbot,"POT, generated from r21639"
changeset,21638,[21638],potbot,"POT, generated from r21637"
changeset,21625,[21625],potbot,"POT, generated from r21624"
changeset,21619,[21619],potbot,"POT, generated from r21617"
changeset,21614,[21614],potbot,"POT, generated from r21613"
changeset,21607,[21607],potbot,"POT, generated from r21605"
changeset,21606,[21606],potbot,"POT, generated from r21605"
changeset,21602,[21602],potbot,"POT, generated from r21600"
changeset,21494,[21494],potbot,"POT, generated from r21492"
changeset,21493,[21493],potbot,"POT, generated from r21492"
changeset,21045,[21045],potbot,"POT, generated from r21043"
changeset,21044,[21044],potbot,"POT, generated from r21043"
changeset,20987,[20987],potbot,"POT, generated from r20985"
changeset,20986,[20986],potbot,"POT, generated from r20985"
changeset,20976,[20976],potbot,"POT, generated from r20974"
changeset,20975,[20975],potbot,"POT, generated from r20974"
changeset,20917,[20917],potbot,"POT, generated from r20916"
changeset,20876,[20876],potbot,"POT, generated from r20875"
changeset,20511,[20511],potbot,"POT, generated from r20510"
changeset,20475,[20475],potbot,"POT, generated from r20474"
changeset,20472,[20472],potbot,"POT, generated from r20471"
changeset,20228,[20228],potbot,"POT, generated from r20226"
changeset,20227,[20227],potbot,"POT, generated from r20226"
changeset,20224,[20224],potbot,"POT, generated from r20223"
changeset,20012,[20012],potbot,"POT, generated from r20011"
changeset,20008,[20008],potbot,"POT, generated from r20007"
changeset,20005,[20005],potbot,"POT, generated from r20003"
changeset,19964,[19964],potbot,"POT, generated from r19963"
changeset,19962,[19962],potbot,"POT, generated from r19961"
changeset,19916,[19916],potbot,"POT, generated from r19915"
changeset,19770,[19770],potbot,"POT, generated from r19767"
changeset,19769,[19769],potbot,"POT, generated from r19767"
changeset,19768,[19768],potbot,"POT, generated from r19767"
changeset,19767,[19767],potbot,"POT, generated from r19762"
changeset,19766,[19766],potbot,"POT, generated from r19762"
changeset,19765,[19765],potbot,"POT, generated from r19762"
changeset,19764,[19764],potbot,"POT, generated from r19762"
changeset,19763,[19763],potbot,"POT, generated from r19762"
changeset,19585,[19585],potbot,"POT, generated from r19584"
changeset,19583,[19583],potbot,"POT, generated from r19582"
changeset,19581,[19581],potbot,"POT, generated from r19580"
changeset,19539,[19539],potbot,"POT, generated from r19538"
changeset,19506,[19506],potbot,"POT, generated from r19505"
changeset,19380,[19380],potbot,"POT, generated from r19379"
changeset,19378,[19378],potbot,"POT, generated from r19376"
changeset,19352,[19352],potbot,"POT, generated from r19351"
changeset,19309,[19309],potbot,"POT, generated from r19308"
changeset,19245,[19245],potbot,"POT, generated from r19244"
changeset,19243,[19243],potbot,"POT, generated from r19242"
changeset,19238,[19238],potbot,"POT, generated from r19237"
changeset,18459,[18459],potbot,"POT, generated from r18458"
changeset,18441,[18441],potbot,"POT, generated from r18439"
changeset,18440,[18440],potbot,"POT, generated from r18439"
changeset,18388,[18388],potbot,"POT, generated from r18387"
changeset,18361,[18361],potbot,"POT, generated from r18360"
changeset,18351,[18351],potbot,"POT, generated from r18349"
changeset,18343,[18343],potbot,"POT, generated from r18342"
changeset,18338,[18338],potbot,"POT, generated from r18337"
changeset,18313,[18313],potbot,"POT, generated from r18312"
changeset,18305,[18305],potbot,"POT, generated from r18304"
changeset,18302,[18302],potbot,"POT, generated from r18301"
changeset,18301,[18301],potbot,"POT, generated from r18298"
changeset,18300,[18300],potbot,"POT, generated from r18298"
changeset,18299,[18299],potbot,"POT, generated from r18298"
changeset,18292,[18292],potbot,"POT, generated from r18291"
changeset,18275,[18275],potbot,"POT, generated from r18274"
changeset,18273,[18273],potbot,"POT, generated from r18272"
changeset,18271,[18271],potbot,"POT, generated from r18270"
changeset,18267,[18267],potbot,"POT, generated from r18266"
changeset,18259,[18259],potbot,"POT, generated from r18257"
changeset,18251,[18251],potbot,"POT, generated from r18250"
changeset,18240,[18240],potbot,"POT, generated from r18239"
changeset,18219,[18219],potbot,"POT, generated from r18218"
changeset,18217,[18217],potbot,"POT, generated from r18216"
changeset,18214,[18214],potbot,"POT, generated from r18213"
changeset,18210,[18210],potbot,"POT, generated from r18209"
changeset,18191,[18191],potbot,"POT, generated from r18190"
changeset,18177,[18177],potbot,"POT, generated from r18176"
changeset,18133,[18133],potbot,"POT, generated from r18132"
changeset,18061,[18061],potbot,"POT, generated from r18060"
changeset,17938,[17938],potbot,"POT, generated from r17937"
changeset,17809,[17809],potbot,"POT, generated from r17808"
changeset,17792,[17792],potbot,"POT, generated from r17791"
changeset,17480,[17480],potbot,"POT, generated from r17478"
changeset,17479,[17479],potbot,"POT, generated from r17478"
changeset,17306,[17306],potbot,"POT, generated from r17305"
changeset,17199,[17199],potbot,"POT, generated from r17198"
changeset,17165,[17165],potbot,"POT, generated from r17164"
changeset,17112,[17112],potbot,"POT, generated from r17111"
changeset,17094,[17094],potbot,"POT, generated from r17093"
changeset,17093,[17093],potbot,"POT, generated from r17092"
changeset,16867,[16867],potbot,"POT, generated from r16866"
changeset,16783,[16783],potbot,"POT, generated from r16782"
changeset,16730,[16730],potbot,"POT, generated from r16729"
changeset,16676,[16676],potbot,"POT, generated from r16675"
changeset,16618,[16618],potbot,"POT, generated from r16617"
changeset,16591,[16591],potbot,"POT, generated from r16590"
changeset,16541,[16541],potbot,"POT, generated from r16540"
changeset,16481,[16481],potbot,"POT, generated from r16480"
changeset,16220,[16220],potbot,"POT, generated from r16218"
changeset,16219,[16219],potbot,"POT, generated from r16218"
changeset,16199,[16199],potbot,"POT, generated from r16198"
changeset,16176,[16176],potbot,"POT, generated from r16175"
changeset,15790,[15790],potbot,"POT, generated from r15788"
changeset,15789,[15789],potbot,"POT, generated from r15788"
changeset,15610,[15610],potbot,"POT, generated from r15609"
changeset,15432,[15432],potbot,"POT, generated from r15430"
changeset,15431,[15431],potbot,"POT, generated from r15430"
changeset,15420,[15420],potbot,"POT, generated from r15418"
changeset,15419,[15419],potbot,"POT, generated from r15418"
changeset,15399,[15399],potbot,"POT, generated from r15397"
changeset,15398,[15398],potbot,"POT, generated from r15397"
changeset,15262,[15262],potbot,"POT, generated from r15261"
changeset,15251,[15251],potbot,"POT, generated from r15250"
changeset,15236,[15236],potbot,"POT, generated from r15235"
changeset,15223,[15223],potbot,"POT, generated from r15222"
changeset,15213,[15213],potbot,"POT, generated from r15212"
changeset,15198,[15198],potbot,"POT, generated from r15197"
changeset,15043,[15043],potbot,"POT, generated from r15042"
changeset,15018,[15018],potbot,"POT, generated from r15017"
changeset,14957,[14957],potbot,"POT, generated from r14956"
changeset,14939,[14939],potbot,"POT, generated from r14938"
changeset,14916,[14916],potbot,"POT, generated from r14915"
changeset,14890,[14890],potbot,"POT, generated from r14889"
changeset,14835,[14835],potbot,"POT, generated from r14834"
changeset,14792,[14792],potbot,"POT, generated from r14791"
changeset,14710,[14710],potbot,"POT, generated from r14709"
changeset,14706,[14706],potbot,"POT, generated from r14705"
changeset,14662,[14662],potbot,"POT, generated from r14661"
changeset,14629,[14629],potbot,"POT, generated from r14627"
changeset,14613,[14613],potbot,"POT, generated from r14612"
changeset,14555,[14555],potbot,"POT, generated from r14554"
changeset,14543,[14543],potbot,"POT, generated from r14542"
changeset,14537,[14537],potbot,"POT, generated from r14536"
changeset,14525,[14525],potbot,"POT, generated from r14524"
changeset,14503,[14503],potbot,"POT, generated from r14502"
changeset,14470,[14470],potbot,"POT, generated from r14469"
changeset,14435,[14435],potbot,"POT, generated from r14434"
changeset,14403,[14403],potbot,"POT, generated from r14401"
changeset,14359,[14359],potbot,"POT, generated from r14358"
changeset,14354,[14354],potbot,"POT, generated from r14353"
changeset,14338,[14338],potbot,"POT, generated from r14337"
changeset,14325,[14325],potbot,"POT, generated from r14324"
changeset,14296,[14296],potbot,"POT, generated from r14295"
changeset,14284,[14284],potbot,"POT, generated from r14283"
changeset,14205,[14205],potbot,"POT, generated from r14204"
changeset,14085,[14085],potbot,"POT, generated from r14084"
changeset,14006,[14006],potbot,"POT, generated from r14005"
changeset,13945,[13945],potbot,"POT, generated from r13944"
changeset,13933,[13933],potbot,"POT, generated from r13932"
changeset,13892,[13892],nbachiyski,"POT, generated from r13891"
changeset,13037,[13037],ryan,posts_search filter. Props skeltoac. see #10667
changeset,5916,[5916],ryan,posts_results and posts_selection hooks. fixes #4799
changeset,1391,[1391],rboren,"posts_nav_link fixes.  http://wordpress.org/support/6/6979
"
changeset,2855,[2855],ryan,posts_nav_link fixes from Denis-de-Bernardy.  fixes #789
changeset,1027,[1027],westi,"Posts: Improve the tests for invalid dates to test both return paths and make sure that we only return a WP_Error when requested to do so. See #WP17180
"
changeset,1026,[1026],westi,"Posts: Add a simple test case for wp_insert_post rejecting invalid dates. See #WP17180 props jkudish
"
changeset,1097,[1097],westi,"Posts/Users: Add tests for a proposed enhancement to count_many_users_posts() to make the return data more cachable.

When the new argument is passed and set to true then we will only count publicly viewable posts and so the returned data can be cached.
See #WP21431
"
changeset,23371,[23371],azaozz,"Posts screen: show when a post is ""locked"", hide the checkbox, Quick Edit and Trash links, props dh-shredder, see #23312"
changeset,18747,[18747],azaozz,"Postpone warnings when WP_DEBUG and WP_DEBUG_DISPLAY are set, see #18453"
changeset,21921,[21921],westi,"Posting: Make it much harder to create posts with invalid dates by enforcing the post date tests in the UI and the backend code.

Previously you could quite easily send a new post into the back of beyond by specifying an invalid date like the 30th Feb and this was very confusing.
Sometimes it would seem to work and sometimes the post would end up very far in the past - depending on the mysql version and other factors.

Fixes #17180 props jkudish.
"
changeset,21922,[21922],westi,"Posting: Improve the invalid date protection code based on feedback from nacin.

 * Introduce a wp_checkdate() function with a single filter to centralise the code that validates dates.
 * Improve the error message
 * Correctly handle the return value of wp_insert_post which is not always a WP_Error on failure

Fixes #17180
"
changeset,22769,[22769],westi,"Posting: Improve the capability checking _wp_translate_postdata() when updating posts.

* Use the specific post_type's 'edit_post' cap
* Pass the ID of the post being edited.

Fixes #22417
"
changeset,1147,[1147],westi,"Posting Caps: Add some initial tests for _wp_translate_postdata() relating to basic functionality. Relates to #WP22417.
"
changeset,9291,[9291],azaozz,"Postboxes drag/drop for all browsers, some base css fixes"
changeset,9408,[9408],azaozz,Postbox.js fixes and css reset
changeset,6761,[6761],ryan,Postbox save updates and admin js refactoring from nbachiyski. fixes #5799
changeset,13729,[13729],dd32,post_type edit_cap and edit_type_cap awareness for wp-admin/includes/post.php
changeset,8800,[8800],ryan,post_password_required(). fixes #7679
changeset,10070,[10070],ryan,post_parent dropdown fixes. get_pages() cache fix to eliminate duplicate queries.
changeset,10722,[10722],ryan,post_exists() and comment_exists() fixes. Fixes post duplication during import. Props tott. fixes #8460
changeset,3486,[3486],ryan,post_custom cleanup. fixes #2160
changeset,12351,[12351],markjaquith,"Post/Page Image was too generic a name. Post/Page Thumbnail is more clear, even if you can create very large thumbnail images if you so choose."
changeset,8669,[8669],ryan,post.php phpdoc. Props santosj. fixes #7538
changeset,9138,[9138],ryan,post-template phpdoc from jacobsantos. see #7659
changeset,9273,[9273],ryan,post-template phpdoc from jacobsantos. fixes #7659
changeset,24081,[24081],markjaquith,"post-new.php?format=X will pre-fill the format, to allow for Post-Format-chosen-first editor jump-starting.

props kovshenin, wonderboymusic. fixes #24116."
changeset,989,[989],emc3,"post-meta styles
"
changeset,22442,[22442],westi,"Post UI: Provide visual feedback to the user if they try to set an invalid date for a post. Fixes #17180 props jkudish.
"
changeset,6,[6],kovshenin,"Post Types: Allow an optional date argument to constrain the schedule shortcode.
"
changeset,11998,[11998],ryan,Post type registration. Exclude post types added via plugin from searches by default. Introduce register_post_type() and get_post_types(). fixes #10885
changeset,12682,[12682],ryan,Post type caps. see #9674
changeset,6301,[6301],ryan,Post timezone to lastpost filters. Props mdawaffe. fixes #5292
changeset,12036,[12036],markjaquith,Post thumbnail removal functionality (only allowed for replacement before). props scribu. see #10928
changeset,20958,[20958],ryan,"Post theme upgrade/install tweaks.

* Add title attributes to Live Preview links.
* Show Customize instead of Live Preview after upgrading current theme.
* Hide activate and preview links after theme upgrade when in the network admin.

Props SergeyBiryukov
fixes #20784
"
changeset,3514,[3514],ryan,Post status = future. #2426
changeset,1322,[1322],saxmatt,"Post slug wasn't being set if manually set in advanced interface.
"
changeset,7162,[7162],markjaquith,Post slug fixes from nbachiyski.  fixes #6072
changeset,6544,[6544],matt,"Post screen improvements^H^H^H, er, changes. Will file tickets for todos."
changeset,23849,[23849],azaozz,"Post revisions:

- Always update the revision version when updating post authors.
- Check if revisions have been updated and return early.
- Update the revisions by direct query to avoid resetting post_modified.
- Fix a bug where we may be comparing with an autosave bu