﻿_relm,_id,Changeset,author,message
changeset,10000,[10000],ryan,Re-order font families for better Windows font selection. Props iammattthomas. fixes #8443
changeset,10001,[10001],ryan,Bump style vers
changeset,10002,[10002],ryan,Bump
changeset,10003,[10003],ryan,do_settings_sections('reading'). fixes #7682
changeset,10004,[10004],azaozz,Coding for new icons for List/Excerpt view switch
changeset,10005,[10005],ryan,RC1
changeset,10006,[10006],azaozz,Fix highlighting of the comments/plugins bubble
changeset,10007,[10007],ryan,No need to fake post_date for drafts anymore. fixes #6520
changeset,10008,[10008],azaozz,"Improved icons from Ben, fixes #8381"
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,1000,[1000],michelvaldrighi,"back to localtime, also using :59 instead of :00 should be better and still make use of mysql's query cache
"
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,10010,[10010],azaozz,"Simple iPhone detection, disable hiding of action links for iPhone"
changeset,10011,[10011],westi,"Improve wp-mail utf8 support. Fixes #6788 props filosofo.
"
changeset,10012,[10012],ryan,Show actions on hover for links and media.
changeset,10013,[10013],ryan,Notice fix from Malaiac. fixes #8453
changeset,10014,[10014],ryan,Assign comment post ID when importing existing posts. Props tott. fixes #8458
changeset,10015,[10015],ryan,'Add Link' when adding new link. fixes #8465
changeset,10016,[10016],ryan,Bump
changeset,10017,[10017],azaozz,"Fix footer in IE7, Screen Options in IE6, fixes #8447, fixes #8457"
changeset,10018,[10018],azaozz,"Fix field labels in file.php, fixes #8456"
changeset,10019,[10019],azaozz,"Make postboxes less ""jumpy"" when dragging, see #8364"
changeset,1001,[1001],michelvaldrighi,"since time_difference is now relative to GMT, we should use gmdate instead of date when adding time_difference
"
changeset,1001,[1001],ryan,Reset current_screen global.
changeset,10020,[10020],westi,"Put the link category delete warning in the correct place. Fixes #8434 props FFEMTcJ.
"
changeset,10021,[10021],ryan,Don't import cat and tags with empty string for name.  Check for WP_Error after term insertion. fixes #8474
changeset,10022,[10022],ryan,Bump
changeset,10023,[10023],ryan,Don't show form when confirming password resets.
changeset,10024,[10024],ryan,Add Slug column for link categories
changeset,10025,[10025],ryan,Round timeouts less then 1 but greater than 0 to 1 for curl transport. see #8086
changeset,10026,[10026],ryan,Bump
changeset,10027,[10027],ryan,RTL updates from kashani.  see #8047
changeset,10028,[10028],ryan,Styles version bump
changeset,10029,[10029],azaozz,"Make the menu css easier for localizations to extend, fix plugins bubble when menu is folded, fixes #8472 fixes #8473"
changeset,1002,[1002],michelvaldrighi,"fixed get_lastpostdate and get_lastpostmodified
"
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,10030,[10030],markjaquith,Press This fixes from Noel. see #7949
changeset,10031,[10031],azaozz,"Do not show the Turbo link in the header if Gears is already being used, props markjaquith, fixes #8276"
changeset,10032,[10032],markjaquith,Better display and wording for themes with no widget-enabled sidebars
changeset,10033,[10033],markjaquith,Add the screen_icon() for Widgetless themes too
changeset,10034,[10034],azaozz,"Add search string to H2s, fixes #8373"
changeset,10035,[10035],azaozz,Easier translation for search strings in H2s
changeset,10036,[10036],ryan,No named entities in comment feeds. Props nbachiyski. fixes #8464
changeset,10037,[10037],ryan,Remove extra php open tags
changeset,10038,[10038],ryan,Delete update_plugins when plugins are deleted. Props thinlight. fixes #8451
changeset,10039,[10039],ryan,Page comments from the first page of a multi-page post.  Props Viper007Bond. fixes #8450
changeset,1003,[1003],michelvaldrighi,"now storing trackback times as localtime+gmt
"
changeset,1003,[1003],maxcutler,Fix typo in @ticket annotation.
changeset,10040,[10040],ryan,RTL updates from kashani.  see #8047
changeset,10041,[10041],ryan,Bump
changeset,10042,[10042],westi,Fix Notice on comment posting.
changeset,10043,[10043],westi,Link to comments on the page they are on. Fixes #8488 props johnconners.
changeset,10044,[10044],westi,"Add the comment type to the data wp.getComment returns. Fixes #8486 props josephscott.
"
changeset,10045,[10045],westi,Update importing instructions in the WXR export file. Fixes #8483 props yoavf.
changeset,10046,[10046],westi,"Fight back against browser autocomplete some more. Fixes #8462 props Ozh.
"
changeset,10047,[10047],westi,Ensure that the theme-editor displays the correct files when a child theme overrides templates. Fixes #8236 props roganty.
changeset,10048,[10048],ryan,Use binary mode for fopen in download_url()
changeset,10049,[10049],azaozz,"Action -> Bulk Action for manage screens, props FFEMTcJ, fixes #8375"
changeset,1004,[1004],michelvaldrighi,"now storing emailed posts as localtime+gmt
"
changeset,1004,[1004],nacin,"Add some unit tests for WP_Theme's get_stylesheet_directory_uri() and
get_template_directory_uri() to raw urlencode the theme directory name.

see #WP21749.

"
changeset,10050,[10050],ryan,Allow override of default file permissions with FS_CHMOD_DIR and FS_CHMOD_FILE. Props DD32. see #8478
changeset,10051,[10051],ryan,Check return of dir(). see #8478
changeset,10052,[10052],ryan,Fix warning. fixes #8448
changeset,10053,[10053],azaozz,Fix H2 in users.php
changeset,10054,[10054],ryan,Set eol-style
changeset,10055,[10055],ryan,User term IDs returned from wp_update_term() in case a plugin that remaps IDs is in use
changeset,10056,[10056],ryan,Don't check user settings if doing ajax.
changeset,10057,[10057],ryan,"wp-lists: catch the whole class, pending comments: silently accept approval of already approved comment. Props mdawaffe"
changeset,10058,[10058],ryan,Return description not name. Props josephscott. fixes #8494
changeset,10059,[10059],ryan,Run wp_user_settings() from admin-header
changeset,1005,[1005],michelvaldrighi,"oops, typo
"
changeset,1005,[1005],nacin,"Test sanitize_trackback_urls() for multiple URLs. see #WP21624.

"
changeset,10060,[10060],ryan,Don't check blog options for user-settings
changeset,10061,[10061],azaozz,Fix postbox title action links overlapping
changeset,10062,[10062],azaozz,"Attach orphan attachments when inserting into a post, fixes #8490"
changeset,10063,[10063],markjaquith,Fix Shift-X toggling of comments on Edit Comments
changeset,10064,[10064],markjaquith,Remove some whitespace and old inactive code
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,10066,[10066],azaozz,Add colors to comment actions on edit comments screen
changeset,10067,[10067],markjaquith,Allow bulk approval of comments from the spam queue
changeset,10068,[10068],ryan,Remove uuml. Props nbachiyski. fixes #8464
changeset,10069,[10069],ryan,Use wp_dropdown_page()
changeset,1006,[1006],saxmatt,"Quicktag and CSS cleanups. Awesome insert code from Mark.
"
changeset,1006,[1006],nacin,"Add a test case that passed with the lack of a character class added in [WP21719]. see #WP21624.

"
changeset,10070,[10070],ryan,post_parent dropdown fixes. get_pages() cache fix to eliminate duplicate queries.
changeset,10071,[10071],ryan,Add quick_edit_dropdown_pages_args  filter
changeset,10072,[10072],ryan,"user_agent, not user-agent, for Streams transport. Props alexrabe. fixes #8500"
changeset,10073,[10073],ryan,Bump
changeset,10074,[10074],ryan,Fix not defined error
changeset,10075,[10075],ryan,Fix not defined error
changeset,10076,[10076],ryan,Use wp_count_comments() for Right Now. Eliminated a query.
changeset,10077,[10077],westi,Fix documentation for get_alloptions. Fixes #8491 props jeremyclarke.
changeset,10078,[10078],ryan,Allow plugins to hook in a custom comment counter
changeset,10079,[10079],ryan,Speed up Recent Comments dash module query
changeset,1007,[1007],saxmatt,"Typo fixes to do_action and generic_ping
"
changeset,1007,[1007],westi,"Multisite: First set of tests for is_email_address_unsafe from #WP21570 props mdawaffe.
"
changeset,10080,[10080],ryan,Limit to 5
changeset,10081,[10081],azaozz,Make header logo replaceable from css
changeset,10082,[10082],markjaquith,"Cron order for single-post Edit Comments page. Remember Single Post when searching, switching comment statuses, and filtering comment types"
changeset,10083,[10083],matt,Continuation to [10060] to have both get_ and update_ use same $check_global setting. Coding style updates.
changeset,10084,[10084],matt,</anal>
changeset,10085,[10085],matt,Updating FSF address at their request.
changeset,10086,[10086],westi,"Move convertEntities js function into the BackPress scriptloader. Fixes #8505 props sambauers.
"
changeset,10087,[10087],westi,"Ensure the curl transport supports HEAD requests. Merge from BackPress props sambauers.
"
changeset,10088,[10088],markjaquith,Make Password protected and private mutually exclusive when using Quick Edit.
changeset,10089,[10089],azaozz,Some basic help for screens that have postboxes 
changeset,1008,[1008],saxmatt,"Initial plugin funcitonality checkin. Not done yet.
"
changeset,1008,[1008],kurtpayne,Enable the Ajax tests and single site tests to run together.  Fixes #UT128.
changeset,10090,[10090],azaozz,"Improve the recent comments dashboard widget, props matt, fixes #8510"
changeset,10091,[10091],azaozz,"Remove blank line from edit-page-form.php, props vladimir_kolesnikov, see #8335"
changeset,10092,[10092],azaozz,"Add colspan for IE, fixes #8513"
changeset,10093,[10093],azaozz,"Remove extra screen icons, fixes #8514"
changeset,10094,[10094],azaozz,"Show ""Post submitted"" message when contributors submit a post for review, props mdawaffe, fixes #8519"
changeset,10095,[10095],ryan,Make wp_user_settings() options global again. Clarify flag on get_user_option().
changeset,10096,[10096],ryan,Bump
changeset,10097,[10097],ryan,Add paging links above comments list. Props Viper007Bond. fixes #8219
changeset,10098,[10098],ryan,Make user-settings per blog
changeset,10099,[10099],ryan,CSS bump
changeset,1009,[1009],saxmatt,"Recache options when updating.
"
changeset,1009,[1009],ryan,Make sure cap_key for the current user is updated when the blog is switched. see #WP21459
changeset,100,[100],mikelittle,"minor copyright change
"
changeset,100,[100],tellyworth,add test_has_filter
changeset,10100,[10100],ryan,get_search_form() fixes from juergen. fixes #8512
changeset,10101,[10101],azaozz,Fix urlencoded chars in links after using QE
changeset,10102,[10102],markjaquith,"Much better In Response To column, with pretty comment bubble"
changeset,10103,[10103],markjaquith,Remove blank CSS rule
changeset,10104,[10104],markjaquith,Make AJAX comment river post_id and comment_type aware
changeset,10105,[10105],markjaquith,"Pad wp_die() error messages to be over 512 chars, so IE always displays our text. props DD32. fixes #7890"
changeset,10106,[10106],markjaquith,"Need to blank the password when visibility is public, not unset() it"
changeset,10107,[10107],azaozz,"Don't select hidden rows' checkboxes when selecting all, fixes #8520"
changeset,10108,[10108],markjaquith,urldecode slugs in the Edit Post screen permalink. props janbrasna. fixes #8418
changeset,10109,[10109],markjaquith,Less Engrish-y Gears Denied text from mrmist and filosofo. fixes #8509
changeset,1010,[1010],saxmatt,"Functional plugin implementation.
"
changeset,1010,[1010],ryan,Kses unit tests. Props duck_
changeset,10110,[10110],westi,Make scriptaculous use the script-loader properly. Fixes #7642 props codestyling and vladimir_kolesnikov.
changeset,10111,[10111],westi,"Improve Press this descriptions. See #8186 props noel.
"
changeset,10112,[10112],westi,Balance.
changeset,10113,[10113],westi,"remove extra "" props azaozz."
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,10115,[10115],westi,"Make wp_page_menu() respect is_front_page(). Fixes #8469 props AaronCampbell.
"
changeset,10116,[10116],azaozz,Fix comment actions after using QE when listing pending and spam comments
changeset,10117,[10117],ryan,Fix raw_response code in Streams transport. Props jacobsantos. fixes #8476
changeset,10118,[10118],ryan,gettext image size names
changeset,10119,[10119],ryan,Bump
changeset,1011,[1011],saxmatt,"If more than X links in a comment, moderate that sucker.
"
changeset,1011,[1011],ryan,xssAttacks from http://ha.ckers.org/xssAttacks.xml
changeset,10120,[10120],ryan,Introduce NONCE_SALT and NONCE_KEY
changeset,10121,[10121],westi,"Append don't overwrite. See #8649 props rboren.
"
changeset,10122,[10122],azaozz,Straighten comment bubbles for FF
changeset,10123,[10123],azaozz,"Filter menu IDs, fixes #8523"
changeset,10124,[10124],azaozz,Do not show Gallery tab in the uploader if no files have been uploaded.
changeset,10125,[10125],azaozz,"Fix inserting images, uploader buttons add Press This nag after submitting in Quick Press"
changeset,10126,[10126],azaozz,"Use transparent GIFs for IE6's sake (hopefully for the last time), props vladimir_kolesnikov, fixes #8447"
changeset,10127,[10127],azaozz,"Update for Press This from noel, see #7949"
changeset,10128,[10128],ryan,CSS bump
changeset,10129,[10129],ryan,Check for circular post parent dependencies.  Exclude the current post and its children from the parent dropdown.
changeset,1012,[1012],saxmatt,"Additional plugin API hooks, extending moderation scheme to more fully cover trackbacks and pingbacks, cleanup of XML-RPC file.
"
changeset,1012,[1012],ryan,wp_kses_allowed_html() tests. see #WP20210
changeset,10130,[10130],ryan,Get all children. Props filosofo. fixes #8527
changeset,10131,[10131],azaozz,"Kill text-shadows on header elements, props iammattthomas, fixes #8530"
changeset,10132,[10132],azaozz,"Remove bottom background gradient for open favorites drop-down, fixes #8531"
changeset,10133,[10133],azaozz,"Fix menu placement after folding/unfolding it several times, props vladimir_kolesnikov, fixes #8463"
changeset,10134,[10134],azaozz,Updated icons for excerpt/list view from Ben
changeset,10135,[10135],azaozz,"Fix external dependencies in class.wp-scripts.php, fixes #8505"
changeset,10136,[10136],markjaquith,"Only count specific comment approval types for the types we know about, to avoid a potential notice. fixes #8503"
changeset,10137,[10137],markjaquith,"Move from generic ""Save"" to better ""Update X"", more consistent use of button-primary for major actions. fixes #8374. props azaozz, FFEMTcJ"
changeset,10138,[10138],markjaquith,Fix typo in last commit
changeset,10139,[10139],markjaquith,"Remove third party logo, pending a better gallery icon image."
changeset,1013,[1013],saxmatt,"Added missing API hooks.
"
changeset,1013,[1013],ryan,Makre sure all properties are set in the objects returned from get_blogs_of_user(). see #WP16225
changeset,10140,[10140],azaozz,Keep the menu closed while loading
changeset,10141,[10141],markjaquith,Hide scrollbar on plugin reactivation iframe. fixes #8498
changeset,10142,[10142],markjaquith,More informative error for when there are no popular tags. fixes #8522
changeset,10143,[10143],markjaquith,Allow IP comment search to search spam if initiated from spam page. props vladimir_kolesnikov. fixes #8394
changeset,10144,[10144],azaozz,Fix styles for upload error
changeset,10145,[10145],ryan,Bump
changeset,10146,[10146],ryan,Don't show preview link if user can't edit post/page. fixes #8544
changeset,10147,[10147],ryan,RTL updates from kashani. fixes #8047
changeset,10148,[10148],ryan,Fixed undefined var notice when user can't edit the post
changeset,10149,[10149],ryan,Set eol-style
changeset,1014,[1014],saxmatt,"Textile should be moved to plugin.
"
changeset,1014,[1014],nacin,"Fix test_wp_theme_uris_with_spaces(). Don't try to verify the complete URI path as get_theme_root_uri() breaks down quickly when dealing with multiple content directories.

"
changeset,10150,[10150],ryan,Strip trailing whitespace
changeset,10151,[10151],ryan,Bump
changeset,10152,[10152],ryan,Remove Lucida San. Props demetris. fixes #8541
changeset,10153,[10153],ryan,Show media buttons for quick press only if user can upload_files. see #8547
changeset,10154,[10154],ryan,Show 'Post submitted' insted of published when submitting for review from Quick Press. fixes #8547
changeset,10155,[10155],markjaquith,"More strongly worded, active voice Gears warning"
changeset,10156,[10156],azaozz,"Fix dismiss button is too large in IE7, fixes #8293"
changeset,10157,[10157],markjaquith,Fix a few trailing spaces/tabs
changeset,10158,[10158],markjaquith,Bump
changeset,10159,[10159],ryan,"Convert in_category() and has_tags() to use the same is_object_in_term(), which accepts one object, one taxonomy, and 0, 1 or multiple term term_ids/names/slugs.

In those functions, compare ints only to term_ids. Strings are compared to term_ids, names, slugs.

Document all three better, and note how they've changed with WP versions. Prop mdawaffe"
changeset,1015,[1015],saxmatt,"Show version and header bugfix.
"
changeset,1015,[1015],nacin,"Test that XML-RPC is enabled, not disabled. see #WP21509.

"
changeset,10160,[10160],azaozz,Replace ui.sortable.js with the minified version
changeset,10161,[10161],ryan,RC2
changeset,10162,[10162],azaozz,"Change Actions to Bulk Actions in edit-comments.php, props FFEMTcJ, fixes #8554"
changeset,10163,[10163],azaozz,"Updated menu icons from Ben, minor a.button tweaks"
changeset,10164,[10164],ryan,ref not rel. Props oddthinking. fixes #8292
changeset,10165,[10165],ryan,Excerpt title at 60 characters
changeset,10166,[10166],ryan,Fix reinstall
changeset,10167,[10167],ryan,Bump
changeset,10168,[10168],matt,"Bringing ""Visit Site"" link back because lack thereof caused massive confusion from people who didn't know to click on the blog title, so a helpful hint."
changeset,10169,[10169],azaozz,"Enable support for threaded comments and comment reply on index page, props yoavf, fixes #8550"
changeset,1016,[1016],saxmatt,"Debug code left.
"
changeset,1016,[1016],nacin,"Tests for wp.getProfile, wp.editProfile, wp.getUsers, wp.getUser. props maxcutler. see #WP18428.

"
changeset,10170,[10170],ryan,JS and CSS bump
changeset,10171,[10171],ryan,Bump
changeset,10172,[10172],ryan,Shorten to 40
changeset,10173,[10173],ryan,Remove blank line. fixes #8562
changeset,10174,[10174],ryan,Update form action
changeset,10175,[10175],ryan,OPML import fixes
changeset,10176,[10176],ryan,Remove unneeded lines. Props matthewh84. fixes #8563
changeset,10177,[10177],azaozz,"Fix HTML issue with the single page comment form in the default theme, props vladimir_kolesnikov, fixes #8560"
changeset,10178,[10178],ryan,Post reply API updates. see #8550
changeset,10179,[10179],ryan,Change default add_below. see #8550
changeset,1017,[1017],saxmatt,"Don't try to ping empty sets.
"
changeset,1017,[1017],nacin,"Test that jQuery.noConflict() is appended to jquery.js.

"
changeset,10180,[10180],ryan,Update func name. see #8550
changeset,10181,[10181],westi,Sort page_parent dropdown by menu_order. Fixes #8549.
changeset,10182,[10182],ryan,"Sort by 'menu_order, post_title'. see #8549"
changeset,10183,[10183],ryan,2.7 branch
changeset,10184,[10184],ryan,2.7
changeset,10185,[10185],ryan,2.7
changeset,10186,[10186],ryan,2.7
changeset,10187,[10187],ryan,2.7
changeset,10188,[10188],westi,Make trunk bleed again.
changeset,10189,[10189],westi,Prepare the branch for the inevitable.
changeset,1018,[1018],michelvaldrighi,"typo
"
changeset,1018,[1018],nacin,"Convert the balanceTags() to use data providers. see #WP1597.

"
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,10192,[10192],ryan,Remove lines that are choking phpdoc
changeset,10193,[10193],ryan,Remove lines that are choking phpdoc
changeset,10194,[10194],azaozz,"Fix missing closing tag in theme-editor.php, props roganty, fixes #8581"
changeset,10195,[10195],ryan,"Fix missing closing tag in theme-editor.php, props roganty, fixes #8581 for 2.7"
changeset,10196,[10196],ryan,Fix comment links when displaying first page of comments. Props johnconners. fixes #8583 for trunk
changeset,10197,[10197],ryan,Fix comment links when displaying first page of comments. Props johnconners. fixes #8583 for 2.7
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,1019,[1019],alex_t_king,"making the post meta accept 0 as a value
"
changeset,1019,[1019],nacin,"Remove experimental test.

"
changeset,101,[101],mikelittle,"Fixed html headers
"
changeset,101,[101],tellyworth,make sure errors are handled the same way in different environments
changeset,10200,[10200],ryan,Explicitly return ref for the sake of PHP4.  Fixes user_level being empty when installing on PHP4. Props Mr Pete. fixes #8317 for trunk
changeset,10201,[10201],ryan,Explicitly return ref for the sake of PHP4.  Fixes user_level being empty when installing on PHP4. Props Mr Pete. fixes #8317 for 2.7
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,10204,[10204],matt,Update pagination links on edit-comments when approving/deleting/etc. Hat tip: mdawaffe. Fixes #8584.
changeset,10205,[10205],ryan,Return cat name and description. Props josephscott. fixes #8494
changeset,10206,[10206],ryan,Return cat name and description. Props josephscott. fixes #8494 for 2.7
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,10209,[10209],ryan,https for secret-key
changeset,1020,[1020],saxmatt,"Strip ../ in reading.
"
changeset,1020,[1020],nacin,"Tests for #WP21586.

"
changeset,10210,[10210],ryan,https for secret-key
changeset,10211,[10211],ryan,Set Content-Length to 0 for null body requests. Props Jalada. see #8605
changeset,10212,[10212],ryan,Set Content-Length to 0 for null body requests. Props Jalada. see #8605 for 2.7
changeset,10213,[10213],ryan,Don't cache filtered post objects. Set filter when getting sample permalink. Props brianwhite. fixes #8526 for trunk
changeset,10214,[10214],ryan,Don't cache filtered post objects. Set filter when getting sample permalink. Props brianwhite. fixes #8526 for 2.7
changeset,10215,[10215],ryan,Add thread xmlns. Props neoxx. fixes #8626 for trunk
changeset,10216,[10216],ryan,Add thread xmlns. Props neoxx. fixes #8626 for 2.7
changeset,10217,[10217],ryan,is_ssl() improvements. Props johnbillion. fixes #8641 for trunk
changeset,10218,[10218],ryan,is_ssl() improvements. Props johnbillion. fixes #8641 for 2.7
changeset,10219,[10219],westi,Remove the revision number for now
changeset,1021,[1021],saxmatt,"Fix for preg /e automatically adding slashes under some magic_quotes setting. BLAH.
Fix to not double escape values we're putting into the DB. This is an old, old bug from b2.
"
changeset,1021,[1021],nacin,"Tests for #WP15665 - ""Page name won't work if the parent page has an attachment with the same name""

"
changeset,10220,[10220],ryan,Revert accidentally committed bits
changeset,10221,[10221],ryan,Plugin and theme udpdate check fixes. Props DD32. fixes #8660 for trunk
changeset,10222,[10222],ryan,Allow muliple tag-like taxonomies in the post editor. see #6387
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,10225,[10225],ryan,Notice fix from apokalyptik
changeset,10226,[10226],ryan,Make sure get_pages cache is an array
changeset,10227,[10227],ryan,Avoid division by zero
changeset,10228,[10228],ryan,Make sure get_calendar cache is an array
changeset,10229,[10229],ryan,Make sure get_bookmarks cache is an array
changeset,1022,[1022],michelvaldrighi,"now feeds use encoding=blog_charset
"
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,10230,[10230],ryan,Allow custom page walker classes. Props MikeLittle. fixes #8673
changeset,10231,[10231],azaozz,"Explicitly declare Javascript vars when created, props projct, fixes #8654, fixes #8655, fixes #8656, for 2.7"
changeset,10232,[10232],azaozz,"Explicitly declare Javascript vars when created, props projct, fixes #8654, fixes #8655, fixes #8656, for trunk"
changeset,10233,[10233],ryan,cron phpdoc fixes. Props filosofo. fixes #8680 for trunk
changeset,10234,[10234],ryan,cron phpdoc fixes. Props filosofo. fixes #8680 for 2.7
changeset,10235,[10235],azaozz,"Set parseInt() to use base 10 instead of detecting it, props projct, fixes #8659"
changeset,10236,[10236],azaozz,"htmlspecialchars_decode() for php versions less than 5.1, props sivel, fixes #8679"
changeset,10237,[10237],azaozz,"Press This updates for multi-taxonomies, props noel, fixes #8669"
changeset,10238,[10238],westi,Set the user-agent like we did before. See #8660
changeset,10239,[10239],ryan,get_previous_comments_link() and get_next_comments_link(). Props Viper007Bond. fixes #8058 for trunk
changeset,1023,[1023],michelvaldrighi,"aggregator users will love me for this, a GMT-compliant Last-Modified header ;)
"
changeset,1023,[1023],scribu,"Rename multisite configuration file to 'multisite.xml'. Fixes #111
"
changeset,10240,[10240],ryan,get_previous_comments_link() and get_next_comments_link(). Props Viper007Bond. fixes #8058 for 2.7
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,10243,[10243],ryan,Fix selected for none and all. Props filosofo. fixes #8700 for trunk
changeset,10244,[10244],ryan,Fix selected for none and all. Props filosofo. fixes #8700 for 2.7
changeset,10245,[10245],ryan,Allow overriding cat walker. Props AaronCampbell. fixes #8682 for 2.7.
changeset,10246,[10246],ryan,Allow overriding cat walker. Props AaronCampbell. fixes #8682 for trunk
changeset,10247,[10247],ryan,Remove feature branch
changeset,10248,[10248],ryan,Remove feature branch
changeset,10249,[10249],ryan,Remove feature branch
changeset,1024,[1024],alex_t_king,"removed email links from comment authors
"
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,10250,[10250],azaozz,"Fix disabling of submit buttons while auto-saving for pages, props emartin24, fixes #8710 for 2.7"
changeset,10251,[10251],azaozz,"Fix disabling of submit buttons while auto-saving for pages, props emartin24, fixes #8710 for trunk"
changeset,10252,[10252],ryan,Eliminate closing ?>'s from wp-config-sample.php. Props Otto42. fixes #6791
changeset,10253,[10253],azaozz,"Fix uploaded media relative links when site has been moved, props DD32, fixes #8705 for 2.7"
changeset,10254,[10254],azaozz,"Fix uploaded media relative links when site has been moved, props DD32, fixes #8705 for trunk"
changeset,10255,[10255],azaozz,"Fix l10n bug in post taxonomy js, props tellyworth, fixes #8717"
changeset,10256,[10256],azaozz,"Fix debug notices for bulk edit, fixes #8707 for trunk"
changeset,10257,[10257],azaozz,"Fix debug notices for bulk edit, fixes #8707 for 2.7"
changeset,10258,[10258],azaozz,"Faster hide-if-no-js, if-js-closed, etc. needed when loading scripts in the footer."
changeset,10259,[10259],ryan,s/sumbit/submit/. Props Malaiac. fixes #8645 for trunk
changeset,1025,[1025],alex_t_king,"changing comment instructions
"
changeset,1025,[1025],nacin,"Add a test for XML-RPC's deprecated login_pass_ok method. Rename enabled.php to basic.php - generic enough that it shouldn't change again.

"
changeset,10260,[10260],ryan,s/sumbit/submit/. Props Malaiac. fixes #8645 for 2.7
changeset,10261,[10261],ryan,Check for is_wp_error() return
changeset,10262,[10262],ryan,Check for is_wp_error() return
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,10265,[10265],ryan,Fix html doctype check. Props zekrap. fixes #8745 for trunk
changeset,10266,[10266],ryan,Fix html doctype check. Props zekrap. fixes #8745 for 2.7
changeset,10267,[10267],ryan,user_can_access_admin_page() fix. Props arena. see #8535
changeset,10268,[10268],ryan,Show actions and checkbox only if user is editable by current user. Props jeremyclarke. fixes #8760
changeset,10269,[10269],ryan,Fix link_before and after args. Props ev3rywh3re. fixes #8715 for trunk
changeset,1026,[1026],emc3,"Added styles for post-meta
"
changeset,1026,[1026],westi,"Posts: Add a simple test case for wp_insert_post rejecting invalid dates. See #WP17180 props jkudish
"
changeset,10270,[10270],ryan,Fix link_before and after args. Props ev3rywh3re. fixes #8715 for 2.7
changeset,10271,[10271],ryan,phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for trunk
changeset,10272,[10272],ryan,phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for 2.7
changeset,10273,[10273],ryan,"Close comments for old posts, pages, and attachments, not just posts. Props mrmist. fixes #8740"
changeset,10274,[10274],ryan,"Close comments for old posts, pages, and attachments, not just posts. Props mrmist. fixes #8740 for 2.7"
changeset,10275,[10275],ryan,Add exclude_tree for categories. Make exclude behave like exclude_tree when hierarchical to restore < 2.7 behavior.  Props filosofo. fixes #8614 for trunk
changeset,10276,[10276],ryan,Add exclude_tree for categories. Make exclude behave like exclude_tree when hierarchical to restore < 2.7 behavior.  Props filosofo. fixes #8614 for 2.7
changeset,10277,[10277],ryan,Don't assume page 1 when cpage is empty. Props filosofo. fixes #8630 for trunk
changeset,10278,[10278],ryan,Don't assume page 1 when cpage is empty. Props filosofo. fixes #8630 for 2.7
changeset,10279,[10279],ryan,Add clearing break. Props johnbillion. fixes #8677 for trunk
changeset,1027,[1027],emc3,"Add semantics to post-meta
"
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,10280,[10280],ryan,Add clearing break. Props johnbillion. fixes #8677 for 2.7
changeset,10281,[10281],ryan,HTTP API debug and action for curl object. Props jacobsantos. see #8727
changeset,10282,[10282],ryan,Chunked decode fixes. Don't return WP_Error for body. Props jacobsantos. see #8618
changeset,10283,[10283],ryan,Chunked decoding fix from jacobsantos. fixes #8618
changeset,10284,[10284],ryan,Chunked decoding fix from jacobsantos. fixes #8618 for 2.7
changeset,10285,[10285],ryan,phpdoc for wp_dropdown_roles(). Add role_names_listing filter. Props jeremyclarke. fixes #8761
changeset,10286,[10286],ryan,Turn off magic_quotes_sybase. It prevents addslashes from escaping backslashes. fixes #8757 for trunk
changeset,10287,[10287],ryan,Remove debug. see #8757
changeset,10288,[10288],ryan,Turn off magic_quotes_sybase. It prevents addslashes from escaping backslashes. fixes #8757 for 2.7
changeset,10289,[10289],ryan,Pass ref in array to avoid warning. fixes #8766
changeset,1028,[1028],rboren,"Fix security bug in the template editor. http://wordpress.org/support/3/3667
"
changeset,1028,[1028],SergeyBiryukov,Remove closure from kses.php. see [1012]. see #101.
changeset,10290,[10290],azaozz,"Press This CSS cleanup, props Simek, fixes #8773"
changeset,10291,[10291],azaozz,Minify all js and add the non-minified files as .dev.js
changeset,10292,[10292],azaozz,"Add hooks for the Users/Categories/Link Categories/Tags table columns, props GM_Alex, fixes #8788"
changeset,10293,[10293],azaozz,"Cast to array to silence warnings from plugin added menus, props DD32, fixes #8782"
changeset,10294,[10294],azaozz,"Pass the URL to the 'http_request_args' filter, props DD32, fixes #8780"
changeset,10295,[10295],azaozz,"CSS fixes fir IE: pending comments background, HTML editor buttons padding, text fields line-height, fixes #8771"
changeset,10296,[10296],azaozz,"CSS fixes fir IE: pending comments background, HTML editor buttons padding, text fields line-height, fixes #8771 for 2.7"
changeset,10297,[10297],azaozz,"Refactor filters to avoid potential XSS attacks, props sambauers and DD32, see #8767"
changeset,10298,[10298],azaozz,"Latest version of the patch for refactor filters to avoid potential XSS attacks, props sambauers and DD32, see #8767
"
changeset,10299,[10299],azaozz,"Make titles into links in Dashboard Right Now module, props mattwalters, fixes #8438 for 2.7"
changeset,1029,[1029],michelvaldrighi,"now stores post_modified as creation date when we create a post
"
changeset,1029,[1029],scribu,"add test for updating a term shared by two taxonomies. props wonderboymusic for initial patch.

see #125 and #WP5809

"
changeset,102,[102],mikelittle," added example for error reporting level - turn off 'Notices'
"
changeset,102,[102],tellyworth,prevent a warning on filterall
changeset,10300,[10300],azaozz,"Make titles into links in Dashboard Right Now module, props mattwalters, fixes #8438 for trunk"
changeset,10301,[10301],azaozz,"Categories postbox styling when in right sidebar, props federico.bond, fixes #8606 for 2.7"
changeset,10302,[10302],azaozz,"Categories postbox styling when in right sidebar, props federico.bond, fixes #8606 for trunk"
changeset,10303,[10303],azaozz,"Add semicolon to Multi-Widget Example, props dcole07, fixes #8742 for 2.7"
changeset,10304,[10304],azaozz,"Add semicolon to Multi-Widget Example, props dcole07, fixes #8742 for trunk"
changeset,10305,[10305],azaozz,"Don't shift the rest of the page when the permalink pops up, props nbachiyski, fixes #6058 for 2.7"
changeset,10306,[10306],azaozz,"Don't shift the rest of the page when the permalink pops up, props nbachiyski, fixes #6058 for trunk"
changeset,10307,[10307],azaozz,"Clean URL in recent comments widget, props danlee, fixes #8691 for 2.7"
changeset,10308,[10308],azaozz,"Clean URL in recent comments widget, props danlee, fixes #8691 for trunk"
changeset,10309,[10309],ryan,And instead of or.  Props mercurix. fixes #8787 for trunk
changeset,1030,[1030],michelvaldrighi,"Tom Jones tunes remain the best weapons against Martians to this day -- big fixes here
"
changeset,1030,[1030],scribu,"test the names of the updated term, not the term ids. see #125
"
changeset,10310,[10310],ryan,And instead of or.  Props mercurix. fixes #8787 for 2.7
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,10313,[10313],ryan,Add support for custom headers in the IXR (XML-RPC) class. Props josephscott. fixes #8145
changeset,10314,[10314],ryan,Default to empty array if sidebars_widgets is not set.  Don't unset array_version if not set. fixes #8804 for trunk
changeset,10315,[10315],ryan,Default to empty array if sidebars_widgets is not set.  Don't unset array_version if not set. fixes #8804 for 2.7
changeset,10316,[10316],azaozz,"Fix ASC/DESC tag ordering by count, props mrmist, fixes #8609 for trunk"
changeset,10317,[10317],azaozz,"Fix ASC/DESC tag ordering by count, props mrmist, fixes #8609 for 2.7"
changeset,10318,[10318],azaozz,"Fix parse error.not well formed on XMLRPC request, props josephscott, fixes #7794"
changeset,10319,[10319],ryan,use wp_dropdown_roles(). Props jeremyclarke. fixes #8764
changeset,1031,[1031],michelvaldrighi,"updated install.php to keep up with changes in wp_posts
"
changeset,1031,[1031],scribu,"Replace literal ellipsis with three dots. fixes #129

"
changeset,10320,[10320],ryan,Fix URL checking and add phpdoc. Props jacobsantos. fixes #8787 for trunk
changeset,10321,[10321],ryan,Fix URL checking and add phpdoc. Props jacobsantos. fixes #8787 for 2.7
changeset,10322,[10322],ryan,Faster smilies. Props johanee. fixes #6464
changeset,10323,[10323],ryan,Add get_editable_roles() and role filtering. Props jeremyclarke. fixes #8770
changeset,10324,[10324],ryan,Fix notice. Props jeremyclarke. see #8764
changeset,10325,[10325],ryan,Move undefined check up. Props DD32. fixes #8807 for trunk
changeset,10326,[10326],azaozz,jQuery 1.3b2 and related changes (jquery.js is not minified to aid testing)
changeset,10327,[10327],azaozz,"Fix non-critical js error when loading Thickbox on the plugins page, fixes #8812 for trunk"
changeset,10328,[10328],azaozz,"Fix non-critical js error when loading Thickbox on the plugins page, fixes #8812 for 2.7"
changeset,10329,[10329],azaozz,"Fix background color for active plugins table rows in IE, props DD32, fixes #8809 for trunk"
changeset,1032,[1032],michelvaldrighi,"BRING OUT YOUR NUCLEONS, for we now have a really valid Atom 0.3 feed
"
changeset,1032,[1032],SergeyBiryukov,WP_Query test for tags with Hebrew letter Nun. see #WP21779.
changeset,10330,[10330],azaozz,"Fix background color for active plugins table rows in IE, props DD32, fixes #8809 for 2.7"
changeset,10331,[10331],azaozz,"Add white-space:nowrap to plugins table action links, props DD32, fixes #8810"
changeset,10332,[10332],ryan,Clean comment link. Props nbachiyski. fixes #8405 for trunk
changeset,10333,[10333],ryan,Clean comment link. Props nbachiyski. fixes #8405 for 2.7
changeset,10334,[10334],ryan,Translate lj user= tags. Props novalis_dt. fixes #5840
changeset,10335,[10335],ryan,Fix paginate comment link slashing. Props AntonShevchuk. fixes #8821 for trunk
changeset,10336,[10336],ryan,Fix paginate comment link slashing. Props AntonShevchuk. fixes #8821 for 2.7
changeset,10337,[10337],azaozz,"TinyMCE: minify the custom plugins, remove unneeded CSS, load in the footer"
changeset,10338,[10338],azaozz,TinyMCE: don't load unneeded CSS (custom styles have moved to /themes/advanced/skins/wp_theme)
changeset,10339,[10339],ryan,Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689
changeset,1033,[1033],alex_t_king,"don't show publish button on posts that are already published, task 153
"
changeset,1033,[1033],westi,"XMLRPC: Add some simple test cases for supporting searching in wp.getPosts. See #WP21623
"
changeset,10340,[10340],azaozz,Move handlers.js out of swfupload-all.js for better compatibility/easier editing
changeset,10341,[10341],azaozz,"Add CSS class to ""comment-reply-link"", props yoavf, fixes #8836"
changeset,10342,[10342],azaozz,Remove unused category parent settings from inline-edit-tax.js
changeset,10343,[10343],azaozz,"Fix ajax-delete of categories, link categories and tags"
changeset,10344,[10344],azaozz,"Redirect properly on categories listing page, props Viper007Bond, fixes #8837"
changeset,10345,[10345],azaozz,Fix tags postboxes when no js
changeset,10346,[10346],ryan,Reinstall fix. fixes #8724 for trunk
changeset,10347,[10347],ryan,Reinstall fix. fixes #8724 for 2.7
changeset,10348,[10348],azaozz,"Cleanup js files and prepare for concatenating, move most inline js to files"
changeset,10349,[10349],azaozz,Fix comment action links after quick editing and reloading of page on enter while quick editing.
changeset,1034,[1034],michelvaldrighi,"changing xmlrpc_encode to phpxmlrpc�_encode, xmlrpc_decode to phpxmlrpc_decode
"
changeset,1034,[1034],ryan,Test https in home option. see #WP20759
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,10352,[10352],azaozz,jQuery 1.3RC2
changeset,10353,[10353],azaozz,"Faster wp_clone function fix, props sambauers, fixes #8844 for trunk"
changeset,10354,[10354],azaozz,"Faster wp_clone function fix, props sambauers, fixes #8844 for 2.7"
changeset,10355,[10355],azaozz,"Speed up wp_specialchars, props sambauers, see #8767"
changeset,10356,[10356],azaozz,"Fix invalid HTML in get_search_form(), props jcraig90210, fixes #8851"
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,10358,[10358],azaozz,Remove unused var
changeset,10359,[10359],westi,update phpdoc to hilight return of WP_Error objects on failures. See #8620.
changeset,1035,[1035],michelvaldrighi,"forgot to replace this one
"
changeset,1035,[1035],ryan,Basic wp_update_comment() tests. see #WP21706
changeset,10360,[10360],azaozz,jQuery 1.3 final
changeset,10361,[10361],ryan,Don't return comment page links if paging is disabled. fixes #8824 for trunk
changeset,10362,[10362],azaozz,"Add action hook in admin footer so plugins can output scripts there on specific pages only, props GamerZ, fixes #8859"
changeset,10363,[10363],azaozz,"""Unstick"" posts when deleting, fixes #8860"
changeset,10364,[10364],azaozz,"Add action ""admin_enqueue_scripts"" to make it easy for plugins to queue JavaScript and CSS for specific admin pages"
changeset,10365,[10365],azaozz,Fix Thickbox position for browsers pretending to be IE6
changeset,10366,[10366],azaozz,Fix image insertion in IE7
changeset,10367,[10367],azaozz,Let plugins register footer scripts easier and add filters to the concatenating functions
changeset,10368,[10368],azaozz,Stop notices when outputting concatenated scripts
changeset,10369,[10369],azaozz,Concatenated and compressed versions of the default TinyMCE scripts
changeset,1036,[1036],michelvaldrighi,"your aggregator will love you, feeds now support sending a 304 Not Modified header when needed
"
changeset,1036,[1036],ryan,Test args of delete_term action. see #WP20645
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,10372,[10372],azaozz,"Use gzip instead of deflate as more servers seem to understand it, add separate switch for disabling CSS compression"
changeset,10373,[10373],azaozz,"Add default formatting for <ol> tags and make <input type=""password""> match <input type=""text"">, props beaulebens, fixes #8876"
changeset,10374,[10374],azaozz,"Fix Press This tags input, fixes #8743"
changeset,10375,[10375],azaozz,"Add Content-Type header to admin-ajax and press this, props UnderWordPressure, fixes #8795"
changeset,10376,[10376],azaozz,"Fix incorrect quote style in wp_specialchars, props sambauers, see #8767"
changeset,10377,[10377],azaozz,"Add support for automatic feed links in themes, props Viper007Bond, see #8878"
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,1037,[1037],michelvaldrighi,"your aggregator will love you, part 2: fixing support for 304 :P
"
changeset,1037,[1037],ryan,Tests for removing negative capabilities. see #WP21786
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,10382,[10382],ryan,Provide access to sticky status via XMLRPC. Props josephscott. see #8777
changeset,10383,[10383],westi,Don't duplicate enclosures on edit. See #7773 props redsweater.
changeset,10384,[10384],azaozz,Ensure translations are loaded properly in TinyMCE when using the compressed version
changeset,10385,[10385],ryan,Use guid instead of link for atom comment IDs. fixes #8708 for trunk
changeset,10386,[10386],ryan,Revert accidental bits. see #8708
changeset,10387,[10387],ryan,Use guid instead of link for atom comment IDs. fixes #8708 for 2.7
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,1038,[1038],alex_t_king,"added a check to see if the post exists, it it doesn't show the edit button
"
changeset,1038,[1038],duck_,"@ticket annotations need to be in docblock style comments
"
changeset,10390,[10390],azaozz,"When inserting orphaned attachment in a post, set post_parent only for this attachment, see #8721"
changeset,10391,[10391],ryan,"Refactor filters to avoid potential XSS attacks, props sambauers and DD32. fixes #8767 for 2.7"
changeset,10392,[10392],ryan,Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689 for 2.7
changeset,10393,[10393],ryan,Don't show plugin by line if no author. Props Denis-de-Bernardy. fixes #4632 for trunk
changeset,10394,[10394],ryan,Don't show plugin by line if no author. Props Denis-de-Bernardy. fixes #4632 for 2.7
changeset,10395,[10395],ryan,Remove update_user_cache().  Long dead.
changeset,10396,[10396],markjaquith,"Only redirect categories if one ""cat"" positive integer is specified. fixes #8784 for trunk"
changeset,10397,[10397],markjaquith,"Only redirect categories if one ""cat"" positive integer is specified. fixes #8784 for 2.7"
changeset,10398,[10398],ryan,Silence charset not supported warnings
changeset,10399,[10399],ryan,Silence charset not supported warnings
changeset,1039,[1039],michelvaldrighi,"fixed multiple breakage possibilities with feeds
"
changeset,1039,[1039],nacin,"Basic test for wp_publish_post(). see #WP11399.

"
changeset,103,[103],mikelittle,"Fix path to print.css
"
changeset,103,[103],tellyworth,fix a weird phpunit bug that messed up the GLOBALS reference
changeset,10400,[10400],ryan,Move delete_attachment action up.  Props filosofo. fixes #8909
changeset,10401,[10401],ryan,"Add CSS class to comment-reply-link, props yoavf, fixes #8836 for 2.7"
changeset,10402,[10402],azaozz,Fix tags suggest for post quick edit and bulk edit
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,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,10407,[10407],westi,Use & not ^ for E_STRICT on PHP 5
changeset,10408,[10408],westi,Reduce code in mysql2date. Fixes #8166 props jacobsantos
changeset,10409,[10409],westi,Use & not ^ for E_STRICT on PHP 5
changeset,1040,[1040],michelvaldrighi,"fixed dates to use GMT, content-type to be application/rss.xml
"
changeset,1040,[1040],scribu,"replace calls to deprecated wp_get_single_post() with get_post()

"
changeset,10410,[10410],westi,First pass compression support for the HTTP API. See #8674 props jacobsantos.
changeset,10411,[10411],westi,PHPdoc updates. See €8805 props jacobsantos.
changeset,10412,[10412],westi,Add a filter to allow post-by-email plugins better control over the content.
changeset,10413,[10413],ryan,user_can_access_admin_page() fix. Props arena. fixes #8535 for 2.7
changeset,10414,[10414],ryan,"If link name not given, use url for name. Props Denis-de-Bernardy. fixes #7789 for trunk"
changeset,10415,[10415],ryan,"If link name not given, use url for name. Props Denis-de-Bernardy. fixes #7789 for 2.7"
changeset,10416,[10416],ryan,Don't limit query when descending hierarchy. Props filosofo. fixes #8832
changeset,10417,[10417],ryan,Don't limit query when descending hierarchy. Props filosofo. fixes #8832 for 2.7
changeset,10418,[10418],westi,More Error Reporting stuff. See # 8701 props Denis-de-Bernardy
changeset,10419,[10419],westi,"More Error Reporting stuff. For 2.7.x, See #8701 props Denis-de-Bernardy"
changeset,1041,[1041],michelvaldrighi,"fixed dates to use GMT
"
changeset,1041,[1041],alexkingorg,adding initial slashes test cases for core ticket #21676
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,10422,[10422],ryan,Eliminate SQL_CACLC_FOUND_ROWS for edit-comments.php query.  Use results of earlier wp_count_comments() if appropriate otherwise perform COUNT query. see #7415
changeset,10423,[10423],westi,Make the IXR debug classy. See #8916 props wnorris
changeset,10424,[10424],ryan,Don't use order and limit for count query. see #7415
changeset,10425,[10425],azaozz,"Add classes to ""edit_comment_link"" and ""edit_post_link"", props yoavf, fixes #8945"
changeset,10426,[10426],azaozz,"Add classes to ""edit_comment_link"" and ""edit_post_link"", props yoavf, fixes #8945 for trunk"
changeset,10427,[10427],azaozz,"Fix Thickbox positioning for browsers pretending to be IE6, props Denis-de-Bernardy, fixes #8933"
changeset,10428,[10428],azaozz,"Fix Thickbox positioning for browsers pretending to be IE6, props Denis-de-Bernardy, fixes #8933 for trunk"
changeset,10429,[10429],azaozz,"Fix empty feed after MT import, props hailin, fixes #8944"
changeset,1042,[1042],michelvaldrighi,"tweaked get_lastpostdate and get_lastpostmodified a bit for consistency
"
changeset,1042,[1042],scribu,add additional checks for #WP5809
changeset,10430,[10430],azaozz,"Fix empty feed after MT import, props hailin, fixes #8944 for trunk"
changeset,10431,[10431],westi,Error reporting (again\!) See #8701 props jacobsantos.
changeset,10432,[10432],westi,"Error reporting (again). For 2.7.x, See #8701 props jacobsantos."
changeset,10433,[10433],westi,"Use the correct PHP6 check.
"
changeset,10434,[10434],westi,Use the correct PHP6 check. See #8701 for 2.7.x
changeset,10435,[10435],azaozz,"When inserting orphaned attachment in a post, set post_parent only for this attachment, fixes #8721"
changeset,10436,[10436],westi,Setup an initial value to avoid a Notice. See #8916 props wnorris.
changeset,10437,[10437],westi,Make authentication more pluggable than ever before. See #8938 props wnorris.
changeset,10438,[10438],markjaquith,"Make the top and bottom comment actions dropdowns match (""Approve"" was not appearing on bottom one). for trunk"
changeset,10439,[10439],markjaquith,"Make the top and bottom comment actions dropdowns match (""Approve"" was not appearing on bottom one). for 2.7"
changeset,1043,[1043],michelvaldrighi,"restoring Dougal's Conditional GET logic, way better than the poop I had placed there
"
changeset,1043,[1043],SergeyBiryukov,Create a post for test_query_tag_nun() earlier so that it doesn't interfere with other tests. see [1032].
changeset,10440,[10440],azaozz,jQuery 1.3.1
changeset,10441,[10441],azaozz,Fix non-critical bug in suggest.js and prepare it for minifying 
changeset,10442,[10442],azaozz,"Improvements to the script loader: allows plugins to queue scripts for the front end head and footer, adds hooks for server side caching of compressed scripts, adds support for ENFORCE_GZIP constant (deflate is used by default since it's faster), see #8628, fixes #8884"
changeset,10443,[10443],azaozz,"Load the minified versions of the scripts by default, define('SCRIPT_DEBUG', true); can be used to load the development versions"
changeset,10444,[10444],azaozz,"Remove events from categories chechboxes in quick edit to speed up page unload, see #8957"
changeset,10445,[10445],westi,Switch to using the ID when calling get_avatar internally to support caching plugins. Fixes #8940.
changeset,10446,[10446],ryan,Force the index only for 0 OR 1 queries. see #7415
changeset,10447,[10447],ryan,Optimize maybe_create_table(). Props jamescollins. fixes #8977
changeset,10448,[10448],markjaquith,Allow plugins to provide a canonical redirect_url even if WordPress does not provide its own. props wnorris. fixes #8975 for trunk
changeset,10449,[10449],ryan,Include only approved comments when determining page of comment. Props GregMulhauser. fixes #8973 for trunk
changeset,1044,[1044],michelvaldrighi,"lastBuildDate now uses the last modification date (as GMT), redundant old conditional get code now removed
"
changeset,1044,[1044],ryan,Prepend base to the blog path when creating blogs with generated defaults.
changeset,10450,[10450],ryan,Include only approved comments when determining page of comment. Props GregMulhauser. fixes #8973 for 2.7
changeset,10451,[10451],markjaquith,"Drafts have post_date populated now, so look for a zeroed out post_date_gmt to determine non-scheduled nature. fixes #8978 for trunk"
changeset,10452,[10452],markjaquith,"Drafts have post_date populated now, so look for a zeroed out post_date_gmt to determine non-scheduled nature. fixes #8978 for 2.7"
changeset,10453,[10453],ryan,Don't count emoticons toward link total. Props tott. fixes #8627 #7821 for trunk
changeset,10454,[10454],ryan,Don't count emoticons toward link total. Props tott. fixes #8627 #7821 for 2.7
changeset,10455,[10455],westi,Don't show the error on normal login page loads. See #8938.
changeset,10456,[10456],ryan,Use user returned from auth for XML-RPC logins.  Props wnorris. fixes #8941
changeset,10457,[10457],azaozz,Make simple form validation and ajax-add new categories compatible with jQuery 1.3.1
changeset,10458,[10458],azaozz,"Show the permalink even when not ""pretty"" and add ""View Post"" button if the post is published, see #8976"
changeset,10459,[10459],ryan,Add missing preg delimiters.  Props ridgerunner. fixes #8986 for trunk
changeset,1045,[1045],michelvaldrighi,"removed redundant conditional get code
"
changeset,1045,[1045],ryan,"Tests for blog-details and blog-lookup cache invalidation. see #WP20950
"
changeset,10460,[10460],ryan,Add missing preg delimiters.  Props ridgerunner. fixes #8986 for 2.7
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,10463,[10463],westi,Much better handling of wp-login.php page load. See #8938 props wnorris.
changeset,10464,[10464],ryan,Update rewrite phpdoc. Props filosofo. fixes #8998
changeset,10465,[10465],ryan,wp_insert_comment action
changeset,10466,[10466],azaozz,"Support output_handler = ob_gzhandler in script/style compressor, props DD32, fixes #9000"
changeset,10467,[10467],azaozz,"Ensure get_the_title() is escaped in feed links, props Viper007Bond, fixes #8878"
changeset,10468,[10468],azaozz,"Typo fix: occured/occurred, props demetris, fixes #8950"
changeset,10469,[10469],ryan,Pluggables phpdoc updates. Props filosofo. fixes #9001
changeset,1046,[1046],michelvaldrighi,"migration to get_settings
"
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,10470,[10470],ryan,"Add white-space:nowrap to plugins table action links, props DD32, fixes #8810 for 2.7"
changeset,10471,[10471],ryan,Bump
changeset,10472,[10472],ryan,Lose hash check
changeset,10473,[10473],ryan,Lose hash check
changeset,10474,[10474],azaozz,"Spawn cron with AJAX request, see #9005"
changeset,10475,[10475],azaozz,"Completely New LiveJournal Importer, props beaulebens, see #8999"
changeset,10476,[10476],azaozz,"Detect when the server compresses output, see #8628"
changeset,10477,[10477],azaozz,"Fix most popular link category list, props chmac, fixes #9012"
changeset,10478,[10478],azaozz,"Fix singular/plural translation collision, props nbachiyski and Kuba Zwolinski, fixes #8154"
changeset,10479,[10479],azaozz,"Disable QuickPress buttons while saving, change ""Cancel"" to ""Reset"""
changeset,1047,[1047],michelvaldrighi,"checking against post_date_gmt instead of post_date makes more sense
"
changeset,1047,[1047],nacin,"Basic tests for WP_User_Query, including get(), set(), include, exclude. props wonderboymusic. see #WP21426.

"
changeset,10480,[10480],azaozz,Show comments on the Edit Post screen in separate postbox
changeset,10481,[10481],ryan,Anchor preg. Props mrmist. fixes #8881 for trunk
changeset,10482,[10482],ryan,Anchor preg. Props mrmist. fixes #8881 for 2.7
changeset,10483,[10483],ryan,Fix previewing of themes in subdirs. Props zedlander. fixes #8548
changeset,10484,[10484],ryan,Fix previewing of themes in subdirs. Props zedlander. fixes #8548 for 2.7
changeset,10485,[10485],ryan,body_class(). Props ionfish. fixes #7939
changeset,10486,[10486],ryan,Seed cookie hash key with a fragment from the password hash
changeset,10487,[10487],ryan,set eol-style. fixes #9027
changeset,10488,[10488],azaozz,"Fix 'Screen Options' and 'Help' tabs in Safari, fixes #9021"
changeset,10489,[10489],azaozz,Remove no-js.css faster in Safari
changeset,1048,[1048],michelvaldrighi,"upgraded requirements to PHP 4.1.0, added comment_date_gmt field
"
changeset,1048,[1048],scribu,add a third taxonomy when testing #WP5809
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,10492,[10492],azaozz,"Fix single quote problems in LJ importer, props beaulebens, fixes #8999"
changeset,10493,[10493],azaozz,"Fix hooks in Users/Categories/Link Categories/Tags table columns, props PeteHoliday, fixes #8788"
changeset,10494,[10494],azaozz,"Revert [10489], it brings non-critical 404 errors"
changeset,10495,[10495],azaozz,"wp_get_attachment_link() variable upgrade, props noel, fixes #9036"
changeset,10496,[10496],azaozz,"Load farbtastic.js has to be loaded in the head, see #8628"
changeset,10497,[10497],azaozz,"Add a filter to the post states list, props johnbillion, fixes #9033"
changeset,10498,[10498],azaozz,"Allow shortcodes inside caption boxes, props Viper007Bond, fixes #9022"
changeset,10499,[10499],ryan,Revert new LJ importer. see #8999
changeset,1049,[1049],michelvaldrighi,"using blog_charset for this feed too
"
changeset,1049,[1049],nacin,"Tests for wp.editPost's if_not_modified_since. props koke, markoheijnen. see #WP21397.

"
changeset,104,[104],saxmatt,"Design elements tweaked and updated. Syntax fixed.
"
changeset,104,[104],tellyworth,size_format: change KB to kB
changeset,10500,[10500],ryan,Revert new LJ importer. see #8999
changeset,10501,[10501],ryan,Revert the revert per Matt. see #8999
changeset,10502,[10502],ryan,Allow + in mime type regex. Props Sam_a. fixes #8991
changeset,10503,[10503],ryan,Obey post_type. Props filosofo.  fixes #8872
changeset,10504,[10504],westi,Respect the translation argument of mysql2date again. Fixes #9035 and #8989.
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,10507,[10507],ryan,HTTP API updates and fixes. Props sivel. see #8702
changeset,10508,[10508],ryan,Revert 10507.  Had extra bits in.  see #8702
changeset,10509,[10509],ryan,HTTP API updates and fixes. Props sivel. see #8702
changeset,1050,[1050],alex_t_king,"oops, we were setting post_status when we should have been setting ping_status
"
changeset,1050,[1050],nacin,"Tests for wp.RestoreRevision and wp.getRevisions. props koke, markoheijnen. see #21397.

"
changeset,10510,[10510],ryan,Ignore index.php in plugins dir when creating menus.  fixes #6478
changeset,10511,[10511],ryan,Ignore index.php in plugins dir when creating menus.  fixes #6478 for 2.7
changeset,10512,[10512],ryan,Cookie support for HTTP API. Props beaulebens. fixes #9049 #9037 #8727
changeset,10513,[10513],ryan,Flag if using external object cache. see #9048
changeset,10514,[10514],azaozz,"Require smilies to be surrounded by spaces or be at the beginning or end of the line, see #6464"
changeset,10515,[10515],ryan,"Use transient for update_core, update_plugins, update_themes. see #9048"
changeset,10516,[10516],ryan,Ignore index.php in plugins dir when creating menus. fixes #6478
changeset,10517,[10517],ryan,Ignore index.php in plugins dir when creating menus. fixes #6478 for 2.7
changeset,10518,[10518],ryan,Bump. 2.7.1 RC1
changeset,10519,[10519],ryan,Use transient for doing_cron. see #9048
changeset,1051,[1051],alex_t_king,"more fixes for post_status
"
changeset,1051,[1051],markoheijnen,XMLRPC: Change argument 'website' to 'url' in wp.editProfile test. See #WP18428
changeset,10520,[10520],azaozz,"Fix wp_get_attachment_link(), props noel, fixes #9036"
changeset,10521,[10521],azaozz,"Cron spawning improvement, see #9005"
changeset,10522,[10522],azaozz,"Fix delete warnings for categories, link categories, tags and comments, fixes #9050"
changeset,10523,[10523],azaozz,"Fix PHP notice in force_balance_tags(), props beaulebens, fixes #9067"
changeset,10524,[10524],azaozz,"Fix PHP notices in HTTP API Cookies, props beaulebens, fixes #9068"
changeset,10525,[10525],azaozz,"Fix permalink editor for pages, hide ""View Post"" button while editing permalink, fixes #9040"
changeset,10526,[10526],azaozz,"Add filter for local connection ssl verify to cron spawning, props sivel, see #8702"
changeset,10527,[10527],azaozz,"Reduce backtracking in autop, fixes #6877, see #8553"
changeset,10528,[10528],azaozz,"Autosave post/page when pressing Control/Command+S in TinyMCE, props srobbin, fixes #9060"
changeset,10529,[10529],azaozz,"Remove no-js.css, add the styles to admin-header instead"
changeset,1052,[1052],saxmatt,"Added more API hooks for edit and post formatting.
"
changeset,1052,[1052],markoheijnen,XML-RPC added the image that was forgotten in changset [938]
changeset,10530,[10530],azaozz,"Add hook ""after_db_upgrade"" and flush rewrite rules on the next page load after successful upgrade"
changeset,10531,[10531],azaozz,Don't ask for confirmation when marking a comment as spam
changeset,10532,[10532],ryan,Add some attribute_escape()s for good measure.  see #8878
changeset,10533,[10533],ryan,Add transient_* filter. see #9048
changeset,10534,[10534],azaozz,"Automatic fees links: better option name and grammar fix for translation comment, props Viper007Bond, fixes #8878"
changeset,10535,[10535],azaozz,"Documentation correction: is_active_widget(), props mdawaffe, fixes #9080"
changeset,10536,[10536],azaozz,"Make comment_karma accessible from normal comment API functions, props beaulebens, fixes #9085"
changeset,10537,[10537],ryan,Bump. 2.7.1
changeset,10538,[10538],azaozz,"Completely New LiveJournal Importer update, props beaulebens, see #8999"
changeset,10539,[10539],ryan,2.7.1
changeset,1053,[1053],rboren,"Pass link name and description through htmlspecialchars().
"
changeset,1053,[1053],ryan,publish_post tests. see #WP21288
changeset,10540,[10540],azaozz,"Documentation correction: absint(), props mdawaffe, fixes #9079"
changeset,10541,[10541],ryan,"If no angle brackets, assume email address.  Props donncha. fixes #9086 for trunk"
changeset,10542,[10542],ryan,"If no angle brackets, assume email address.  Props donncha. fixes #9086 for 2.7"
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,10545,[10545],ryan,Commit hook test. fixes #9099
changeset,10546,[10546],ryan,Commit hook test. fixes #9099
changeset,10547,[10547],ryan,Commit hook test. fixes #9099
changeset,10548,[10548],ryan,Commit hook test. fixes #9099
changeset,10549,[10549],ryan,Commit hook test. fixes #9099
changeset,1054,[1054],saxmatt,"Initial checkins of Mark's threaded comments.
"
changeset,1054,[1054],ryan,Tests for create_posts capability. see #WP16714
changeset,10550,[10550],ryan,Commit hook test. fixes #9099
changeset,10551,[10551],ryan,Don't put any wp-content files in the old files list.
changeset,10552,[10552],ryan,Don't put any wp-content files in the old files list.
changeset,10553,[10553],ryan,Rough first cut of theme browser/installer. Props DD32. see #8652
changeset,10554,[10554],ryan,Add taxonomy argument to wp_tag_cloud()
changeset,10555,[10555],ryan,More custom taxonomy support for edit-tags.php
changeset,10556,[10556],ryan,Bail if invalid taxonomy given
changeset,10557,[10557],azaozz,"Custom taxonomies support: quick edit, delete, show in the menu"
changeset,10558,[10558],azaozz,"Feed links: fix arg name, props nbachiyski, fixes #8878"
changeset,10559,[10559],ryan,Theme install updates from DD32. see #8652
changeset,1055,[1055],saxmatt,"Security fix.
"
changeset,1055,[1055],ryan,"Tests for domain_exists(). see #WP21142
"
changeset,10560,[10560],ryan,Theme install updates from DD32. see #8652
changeset,10561,[10561],ryan,Warn if upload dir not writable when importing. Props filosofo. fixes #8048
changeset,10562,[10562],ryan,Handle links with parens in make_clickable(). Props filosofo. fixes #8300
changeset,10563,[10563],ryan,Add cookies arg to defaults to avoid warnings. Props beaulebens. fixes #9049
changeset,10564,[10564],ryan,Disambiguate 'Approved' translation. Props nbachiyski. fixes #8638
changeset,10565,[10565],ryan,Handle empty pairs in cookies. Props DD32. fixes #9101
changeset,10566,[10566],azaozz,Custom taxonomies: fix menu for large number of taxonomies
changeset,10567,[10567],ryan,UI tweaks to theme installer. see #8652
changeset,10568,[10568],ryan,Add more places between menu groups in the top-level menu array. fixes #9047
changeset,10569,[10569],azaozz,Fix highlighting for custom taxonomies menus
changeset,1056,[1056],saxmatt,"check_comment should return false if there are no comment moderation keys.
"
changeset,1056,[1056],ryan,WP_Comment_Query tests. see #WP21101
changeset,10570,[10570],westi,"Enhance wp_list_authors() to support more of the standard output options. Props jacobsantos see #4420.
"
changeset,10571,[10571],westi,Set the correct header for non POST request to xmlrpc service. Fixes #9093 props joesphscott.
changeset,10572,[10572],westi,"Expose the ability to find out if styles, scripts have already been queued. Fixes #6197 props jacobsantos"
changeset,10573,[10573],westi,Use # as the delimiter for preg_match in rewrite rules to allow them to contain !. Fixes #7486 props jacobsantos.
changeset,10574,[10574],westi,Improve the installer when people enter a duff email address. Fixes #5477 props jacobsantos.
changeset,10575,[10575],westi,Add documentation to detail reasoning for default from address. See #5007 props pishmishy
changeset,10576,[10576],westi,Introduce a simple mechanism for escaping shortcodes by doubling the [[]]. Fixes #6518 props tellyworth.
changeset,10577,[10577],westi,If we have to generate people salts then make them 64 chars long. Fixes #8647 props sivel.
changeset,10578,[10578],westi,Extend plugins_url to allow you to specify the plugin file you want to be relative to so slugs don't need to be hardcoded. Fixes #6341.
changeset,10579,[10579],ryan,discover_pingback_server_uri optimizations. Props DD32. fixes #8816
changeset,1057,[1057],alex_t_king,"first pass at the localization class
"
changeset,1057,[1057],ryan,"Comment meta query and comment post tests.
"
changeset,10580,[10580],ryan,Define WP_IMPORTING for lj-importer. see #8999
changeset,10581,[10581],azaozz,"Revert to jQuery 1.2.6 until jQuery UI 1.7 is ready, see #8867"
changeset,10582,[10582],azaozz,"Change ""Unpublished"" to ""Draft"" in quick edit, props lloydbudd, fixes #9151"
changeset,10583,[10583],ryan,Check for new version when visiting Tools->Upgrade. fixes #9108
changeset,10584,[10584],ryan,Switch to pomo lib.  Support gettext contexts. Deprecate long form functions. Props nbachiyski. fixes #9112 #9111
changeset,10585,[10585],ryan,Add Sticky to list of post states
changeset,10586,[10586],ryan,LJ importer updates. Props beaulebens. see #8999
changeset,10587,[10587],westi,Fix typo in action body for pingback.extensions.getPingbacks. Fixes 9157 for trunk props josephscott.
changeset,10588,[10588],westi,Fix typo in action body for pingback.extensions.getPingbacks. Fixes #9157 for 2.7.x props josephscott.
changeset,10589,[10589],ryan,Bump
changeset,1058,[1058],saxmatt,"More options work. Bug fixes for advanced_edit not being boolean type, clean up of options code and update feedback (still needs work there), first bit of miscellaneous screen.
"
changeset,1058,[1058],ryan,Test comment query cache. see #WP22024
changeset,10590,[10590],ryan,Fix preview for theme installer. see #8652
changeset,10591,[10591],ryan,Fix preview link for theme broweser. see #8652
changeset,10592,[10592],ryan,More theme preview tidying. see #8652
changeset,10593,[10593],ryan,Make can_compress_scripts a site option.  Add site option wrappers for WP.
changeset,10594,[10594],ryan,Deactivate plugins that don't have valid plugin headers. see #9164
changeset,10595,[10595],ryan,Include ID in get_users_of_blog() results. Props jeremyclarke and filosofo. fixes #9020
changeset,10596,[10596],azaozz,"Don't block the Publish button after adding new category, fixes #9174"
changeset,10597,[10597],ryan,Use real escape in environments that support it. see #5455
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,1059,[1059],saxmatt,"Turn magic quotes runtime off, fix english, normalize newlines going in.
"
changeset,1059,[1059],ryan,Tests for the status arg to get_comments(). see #WP21101
changeset,105,[105],saxmatt,"Design elements tweaked and updated. Syntax fixed.
"
changeset,105,[105],tellyworth,use a separate dir for object cache tests to stop other files from clashing
changeset,10600,[10600],ryan,Remove meta_value from selected fields. Props filosofo. fixes #9177
changeset,10601,[10601],ryan,Remove meta_value from selected fields. Props filosofo. fixes #9177 for 2.7
changeset,10602,[10602],ryan,Better archives and calendar queries. Props vladimir_kolesnikov. fixes #8351
changeset,10603,[10603],ryan,Add expiration for transients
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,10605,[10605],ryan,Use _n(). Props mrmist. fixes #9190
changeset,10606,[10606],ryan,Use _n(). Props nbachiyski. fixes #9111
changeset,10607,[10607],ryan,Add documentation lookup shortcuts to Theme and Plugin Editors. Props beaulebens. fixes #9184
changeset,10608,[10608],ryan,Make sure cache is clean when converting cats to tags. fixes #9186
changeset,10609,[10609],ryan,Add some escaping
changeset,1060,[1060],saxmatt,"File type matching should be case-insensitive.
"
changeset,1060,[1060],ryan,Test for get_blog_id_from_url(). see #WP18387
changeset,10610,[10610],ryan,Add some escaping
changeset,10611,[10611],ryan,Append .txt to import files rather than .import. Props donncha
changeset,10612,[10612],ryan,Append .txt to import files rather than .import. Props donncha
changeset,10613,[10613],ryan,Force term ID to be an int. Props filosofo. fixes #9193
changeset,10614,[10614],azaozz,"Add CodePress syntax highlighting to Theme and Plugin editors (first run), props beaulebens, see #9173"
changeset,10615,[10615],azaozz,"Fix regex in function rss_enclosure(), fixes #9192"
changeset,10616,[10616],azaozz,"Fix regex in function rss_enclosure(), fixes #9192 for 2.7"
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,10619,[10619],westi,Allow for the HTTP headers returned by WordPress to be filtered by a plugin. Fixes #9205 props filosofo.
changeset,1061,[1061],emc3,"Corrected checking for empty vals in postmeta
"
changeset,1061,[1061],kurtpayne,Unit tests for #WP6821
changeset,10620,[10620],ryan,Escape before passing to insert/update post. Props hailin. fixes #9199 for trunk
changeset,10621,[10621],ryan,Escape before passing to insert/update post. Props hailin. fixes #9199 for 2.7
changeset,10622,[10622],ryan,Fire admin_init action in admin-ajax. Props DD32. fixes #8574
changeset,10623,[10623],ryan,"Use ""Custom Header"" for menu text.  see #9178"
changeset,10624,[10624],westi,Unset  once we have included all the plugins to keep things tidy. Fixes #6308 props DD32.
changeset,10625,[10625],westi,Add support for blocking all outbound HTTP requests. Improve HTTP Api phpdoc. Tidy up the poetry. Fixes #8927 props jacobsantos.
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,10627,[10627],ryan,Allow editing all of a plugin's files. see #6732
changeset,10628,[10628],westi,Focus on the first blank field when asking for credentials for upgrade/install. Fixes #9061 props rmccue.
changeset,10629,[10629],ryan,Filter row actions. Props jamescollins. fixes #9172
changeset,1062,[1062],saxmatt,"Capitalization error
"
changeset,1062,[1062],ryan,Post meta query tests. see #WP19729
changeset,10630,[10630],ryan,Remove extra new line after generator. fixes #9095
changeset,10631,[10631],ryan,Fix notice. Props ionfish. fixes #9018
changeset,10632,[10632],ryan,Put page title before blog name in admin title. fixes #9028
changeset,10633,[10633],ryan,Fix notice. Props sivel. fixes #9068
changeset,10634,[10634],ryan,Allow filtering of login message even if empty. Props DD32. fixes #8675
changeset,10635,[10635],azaozz,Fix typo and add some documentation to script_loader
changeset,10636,[10636],azaozz,"Fix wp_tag_cloud 'RAND' when only one tag, props DD32, fixes #9214"
changeset,10637,[10637],ryan,set_object_terms action. Props filosofo. fixes #9216
changeset,10638,[10638],ryan,Don't trigger wp_login_failed action for empty usernames or passwords.
changeset,10639,[10639],westi,Better Notice fixing and place a protective cast in the cookie handler. Fixes #9068 props filosofo.
changeset,1063,[1063],saxmatt,"Take the add new gmt fields out of the conditional.
"
changeset,1063,[1063],markoheijnen,Fix notices in /tests/image/resize.php caused by create_function()
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,10641,[10641],azaozz,Allow the dashboard widgets to be arranged in up to four columns. The number of columns can be selected from the Screen Options tab.
changeset,10642,[10642],westi,Refactor the ssl blacklisting support info the individual test functions. Fixes #9078 props sivel.
changeset,10643,[10643],azaozz,"Don't use mb_* functions when initializing CodePress, see #9173"
changeset,10644,[10644],ryan,wp_list_authors fixes. Props hailin. fixes #9229
changeset,10645,[10645],westi,Allow a plugin to hide the extra capabilities listing on profiles. Fixes #9024 props jamescollins.
changeset,10646,[10646],ryan,Revert get_calendar() changes from [10602].  Broke calendar links. see #8351
changeset,10647,[10647],ryan,Remove raquo from buttons
changeset,10648,[10648],ryan,Use get_transient() for update_themes.
changeset,10649,[10649],ryan,Use get_transient() for update_themes.
changeset,1064,[1064],saxmatt,"Placeholder file.
"
changeset,1064,[1064],markoheijnen,XML-RPC: Added data type checking to wp.getUsers
changeset,10650,[10650],ryan,Upload theme from zip fixes. see #8652
changeset,10651,[10651],ryan,Return correct edit link. Props josephscott. fixes #9147
changeset,10652,[10652],ryan,Return correct edit link. Props josephscott. fixes #9147 for 2.7
changeset,10653,[10653],ryan,Try grid layout for theme browser. see #8652
changeset,10654,[10654],ryan,Use plain link style instead of button. See #8652
changeset,10655,[10655],ryan,Hide theme details. See #8652
changeset,10656,[10656],ryan,More theme install tweaks. See #8652
changeset,10657,[10657],westi,Use the html entity for the smart quote. Fixes #9058 props rmccue.
changeset,10658,[10658],westi,Fix regression in shortcode behaviour. Fixes #9238 props tellyworth.
changeset,10659,[10659],westi,Explain consequences of changing the *_KEY defines. Fixes #9181.
changeset,1065,[1065],alex_t_king,"added the first localization strings in index.php
"
changeset,1065,[1065],ryan,Post meta key NOT EXISTS tests.
changeset,10660,[10660],westi,Put search string into <title> of search results page. Fixes #9103 props DD32.
changeset,10661,[10661],westi,Add (get_)the_modified_author template tags. Fixes #9154 props tomontoast.
changeset,10662,[10662],westi,Enhance checked and selected as well as consolidating code. See #9032 props johnbillion for the idea.
changeset,10663,[10663],westi,Ensure that updating an uploaded file using AtomPub works correct. Fixes #9233 for trunk props josephscott
changeset,10664,[10664],westi,Ensure that updating an uploaded file using AtomPub works correct. Fixes #9233 for 2.7.2 props josephscott
changeset,10665,[10665],ryan,Fix inverted login in get_transient().
changeset,10666,[10666],ryan,Use SimplePie for widget and dashboard feeds. First cut. see #9198
changeset,10667,[10667],ryan,Text tweaks. Props MichaelH. see #8652
changeset,10668,[10668],ryan,Display more theme info. see #8652
changeset,10669,[10669],ryan,Don't display empty theme. see #8652
changeset,1066,[1066],alex_t_king,"more localization
"
changeset,1066,[1066],ryan,Test for empty tax queries returning all posts instead of none. see #WP20604
changeset,10670,[10670],westi,Don't pass defaulted argument to checked(). Fixes #9032 props filosofo.
changeset,10671,[10671],ryan,phpdoc for fetch_feed(). Props rmmcue. see #9198
changeset,10672,[10672],westi,Make the exit call explicit so that it works. Fixes #9248.
changeset,10673,[10673],westi,Improve the Grammar. Fixes #9181 props Viper007Bond.
changeset,10674,[10674],ryan,Make sure last_updated is set. see #8652
changeset,10675,[10675],ryan,Bail if no themes found. see #8652
changeset,10676,[10676],ryan,Escape hyphen in regex. Props chrisbliss18. fixes #8548 #9244
changeset,10677,[10677],ryan,Escape hyphen in regex. Props chrisbliss18. fixes #8548 #9244 for 2.7
changeset,10678,[10678],azaozz,"Fix typo, props sambauers"
changeset,10679,[10679],azaozz,"Fix typo, props sambauers for 2.7"
changeset,1067,[1067],alex_t_king,"more localization
"
changeset,1067,[1067],ryan,Test post meta BETWEEN and NOT BETWEEN.
changeset,10680,[10680],ryan,Use _x() and extracted comments. Props nbachiyski. see #9112
changeset,10681,[10681],ryan,Add some error feedback to ajax comment moderation. see #9261
changeset,10682,[10682],westi,Allow a plugin to change the jpeg image quality. Fixes #9245 props filosofo.
changeset,10683,[10683],ryan,Fix wp_authenticate_user hook
changeset,10684,[10684],ryan,Require user to be logged in to comment on private posts. Props tott. see #8997
changeset,10685,[10685],ryan,Add auth_redirect action
changeset,10686,[10686],ryan,Add media_row_actions filter. Props johnbillion. fixes #9172
changeset,10687,[10687],ryan,Use WordPress HTTP class for SimplePie requests. Props DD32. fixes #9247
changeset,10688,[10688],ryan,Pass blog charset to html_entity_decode(). Props adferguson. fixes #7563
changeset,10689,[10689],westi,Improve the description for the default comment status. Fixes #8894 props jacobsantos.
changeset,1068,[1068],emc3,"Attack of the Background-Color Police. Also, let step 3 of install.php accept the url param via GET. This will enable batch installation of WP via scripts, if someone wants to be clever.
"
changeset,1068,[1068],ryan,Post meta query tests for various tickets.
changeset,10690,[10690],westi,The url for the time-since plugin has changed. Fixes #7250 props Paveo.
changeset,10691,[10691],ryan,Add auth_cookie_expiration filter
changeset,10692,[10692],westi,First pass of HTTP Proxy support.  See #4011 props jacobsantos.
changeset,10693,[10693],westi,Syncronise the queries used for attachment slug uniqueness checking. Fixes #4396 props futurix and Nazgul.
changeset,10694,[10694],westi,Display the search query when searching users. Fixes #9265 for trunk props johnbillion.
changeset,10695,[10695],westi,Display the search query when searching users. Fixes #9265 for 2.7.2 props johnbillion.
changeset,10696,[10696],azaozz,"Show file url after upload form media library, props yoavf, fixes #9267"
changeset,10697,[10697],ryan,Add RSS Error handling functionality to RSS Widget displays. Props DD32. fixes #9273
changeset,10698,[10698],ryan,Nested install fixes. Props sivel. fixes #7997 for trunk
changeset,10699,[10699],ryan,Nested install fixes. Props sivel. fixes #7997 for 2.7
changeset,1069,[1069],emc3,"Oh yeah. Should also set 'color' since we're setting 'background-color'.
"
changeset,1069,[1069],ryan,Remove cruft
changeset,106,[106],saxmatt,"Much improved (and faster!) autop.
"
changeset,106,[106],tellyworth,fix up taxonomy tests
changeset,10700,[10700],ryan,Avoid double encoding of attachment descriptions. Props dwc. fixes #9168 for trunk
changeset,10701,[10701],ryan,Avoid double encoding of attachment descriptions. Props dwc. fixes #9168 for 2.7
changeset,10702,[10702],ryan,Use mb_substr instead of mb_strcut in wp_html_excerpt. Props demetris. fixes #9055
changeset,10703,[10703],ryan,Deprecate get_category_children(). Props filosofo. fixes #9007
changeset,10704,[10704],ryan,"Allow comments_popup_link() for is_single and is_page. Props AaronCampbell, sivel. fixes #4832"
changeset,10705,[10705],ryan,Check admin_url() when redirecting to profile. Props drossy. fixes #8493
changeset,10706,[10706],ryan,Don't process page template description since it is not used. Props simonwheatley. fixes #7850
changeset,10707,[10707],ryan,Add compat for mb_substr rather than mb_strcut. fixes #9055
changeset,10708,[10708],ryan,Fix calendar widget when there are no posts. Optimize query. Props Denis-de-Bernardy. fixes #6442
changeset,10709,[10709],ryan,Add filter on type_form_. Props nbachiyski. fixes #6585
changeset,1070,[1070],saxmatt,"When I say delete, I really mean it.
"
changeset,1070,[1070],ryan,Post meta key AND query tests.
changeset,10710,[10710],ryan,Filter text to be sent to editor when used From URL. Props nbachiyski. fixes #6588
changeset,10711,[10711],ryan,"Check for empty meta keys. Props Denis-de-Bernardy, markedwards. fixes #7953"
changeset,10712,[10712],ryan,Links widget options. Props DD32. see #9196
changeset,10713,[10713],ryan,Action links for themes page
changeset,10714,[10714],ryan,Add theme delete link. Stub action. see #8678
changeset,10715,[10715],ryan,delete_theme(). see #8678
changeset,10716,[10716],ryan,Limit year field to 4 digits. Props sivel. fixes #9120
changeset,10717,[10717],ryan,"Escape dot in regex. Props pne, sivel. fixes #9088 for trunk"
changeset,10718,[10718],ryan,"Escape dot in regex. Props pne, sivel. fixes #9088 for 2.7"
changeset,10719,[10719],ryan,Allow users with edit_posts cap to use ajax tag search. Props yoavf. fixes #8651
changeset,1071,[1071],saxmatt,"Only include .php files.
"
changeset,1071,[1071],alexkingorg,this completes the initial set of slash tests
changeset,10720,[10720],ryan,Fire nopriv actions from post and ajax handlers when user is not logged in.
changeset,10721,[10721],ryan,Allow passing sustitution args to prepare() as an array. Makes building queries for prepare easier.
changeset,10722,[10722],ryan,post_exists() and comment_exists() fixes. Fixes post duplication during import. Props tott. fixes #8460
changeset,10723,[10723],ryan,Initialize post_date_gmt for default post to edit.
changeset,10724,[10724],ryan,Add typecasting to wpdb::insert() and update(). Props filosofo. fixes #7171
changeset,10725,[10725],ryan,Add some default field types. see #7171
changeset,10726,[10726],ryan,Only list field types that are not strings. see #7171
changeset,10727,[10727],ryan,"Use 'the_category_rss' template function in Atompub backend. Props znarfor, josephscott. fixes #8829"
changeset,10728,[10728],azaozz,"Add author column to detached media, props scribu, fixes #9282"
changeset,10729,[10729],azaozz,"Force-wrap comments in Recent Comments on the dashboard, expand width when no avatar, fixes #9283"
changeset,1072,[1072],saxmatt,"More options improvements.
"
changeset,1072,[1072],ryan,is_main_site() tests. see #WP22090
changeset,10730,[10730],ryan,Use wpdb::insert() and update(). Props DD32. see #6836
changeset,10731,[10731],ryan,Use wpdb::insert() and update(). see #6836
changeset,10732,[10732],ryan,Order by comment_date_gmt
changeset,10733,[10733],ryan,Add index on taxonomy. see #7415
changeset,10734,[10734],azaozz,"Don't use mb_* functions to match file extension, fixes #9289"
changeset,10735,[10735],ryan,Notice fix. Props ionfish. fixes #9292
changeset,10736,[10736],ryan,Typo fix. Props josephscott. fixes #9294
changeset,10737,[10737],ryan,Support mu-plugins for 'Must Use' autoload plugins
changeset,10738,[10738],ryan,Don't show already installed plugins in the Plugins dashboard widget. Props Viper007Bond. fixes #8781
changeset,10739,[10739],azaozz,"Add RSS Error handling functionality to RSS Widget displays, props DD32, fixes #9273"
changeset,1073,[1073],saxmatt,"quote -1 value in SQL.
"
changeset,1073,[1073],ryan,Expect empty string for edit-tags.php?taxonomy=link_category screen post type.
changeset,10740,[10740],azaozz,"Updated List of HTTP status codes, props Askapache, fixes #9297"
changeset,10741,[10741],azaozz,"feed_links_extra() DRY, props scribu, fixes #9291"
changeset,10742,[10742],azaozz,"Better error handling and display in the RSS widget, props DD32, fixes #8495"
changeset,10743,[10743],azaozz,"Save RSS feed URL in the Incoming Links widget, props johnbillion, fixes #9299"
changeset,10744,[10744],azaozz,"Add alt text and filter to wp_get_attachment_image(), props Sam_a, fixes #8732"
changeset,10745,[10745],azaozz,"Remember scrollTop in Quicktags, props gmpfree, fixes #9161"
changeset,10746,[10746],azaozz,"Better Google Chrome ""Disable Gears"" message, props caesarsgrunt, fixes #7684"
changeset,10747,[10747],ryan,rename simplepie.inc to class-simplepie.php. fixes #9295
changeset,10748,[10748],azaozz,Fix values for gallery sort order
changeset,10749,[10749],westi,Allow a plugin to control how many posts are displayed on edit pages. Fixes #9307 props aaroncampbell
changeset,1074,[1074],saxmatt,"The great option REMIX.
"
changeset,1074,[1074],SergeyBiryukov,Remove closure from ms.php. see [1055]. see #101.
changeset,10750,[10750],westi,Add hooks to allow plugins to extend AtomPub support. Fixes #8827 props znarfor and josephscott.
changeset,10751,[10751],westi,Attachment metadata is stored in the summary field in AtomPub requests. Fixes #9148 props josephscott.
changeset,10752,[10752],westi,Attachment metadata is stored in the summary field in AtomPub requests. Fixes #9148 for 2.7.2 props josephscott.
changeset,10753,[10753],ryan,Timezone support. Props Otto42. see #3962
changeset,10754,[10754],azaozz,Move hidden span so it's not copied together with the permalink
changeset,10755,[10755],ryan,Exclude deprecated timezones. see #3962
changeset,10756,[10756],ryan,Filter continents in the first loop. see #3962
changeset,10757,[10757],ryan,Show DST info. Map old offest to Etc zones. Props Otto42. see #3962
changeset,10758,[10758],ryan,Remove leading newlines. Props filosofo. fixes #9096
changeset,10759,[10759],ryan,Cleanup plugin compatibility messages. Props DD32. fixes #8868
changeset,1075,[1075],saxmatt,"Moderation is cleaner, returns feedback, and correct feedback.
"
changeset,1075,[1075],SergeyBiryukov,Fix parse errors in PHP 5.2. see [1061].
changeset,10760,[10760],ryan,Create user object. Props mark8barnes. fixes #9309 for trunk
changeset,10761,[10761],ryan,Create user object. Props mark8barnes. fixes #9309 for 2.7
changeset,10762,[10762],ryan,Reparent children when deleting a comment. Props vladimir_kolesnikov. fixes #9003
changeset,10763,[10763],ryan,Reparent children when deleting a comment. Props vladimir_kolesnikov. fixes #9003 for 2.7
changeset,10764,[10764],azaozz,"Add WP_Widget class, first run - only the Links widget is using it at the moment, see #8441"
changeset,10765,[10765],markjaquith,Introducing plugin_dir_path(__FILE__) and plugin_dir_url(__FILE__) ... simple API functions for determining the directory path/url of the current plugin file
changeset,10766,[10766],ryan,Use two queries to populate all options during install/upgrade instead of 2 times the number of options.
changeset,10767,[10767],ryan,gettext contexts. Props nbachiyski. see #9112
changeset,10768,[10768],ryan,Set autoload in populate options query
changeset,10769,[10769],ryan,Improved is_email() and sanitize_email(). Props sambauers. fixes #9316 #4616
changeset,1076,[1076],saxmatt,"Interface improvements.
"
changeset,1076,[1076],kurtpayne,Fixing method signature mismatch between WP_Image_Editor_Mock and WP_Image_Editor
changeset,10770,[10770],ryan,Use full strings for i18n friendliness. Props nbachiyski. see #3962
changeset,10771,[10771],ryan,Always wp_authenticate in wp-app. Props wnorris. fixes #9320
changeset,10772,[10772],ryan,Add core_version_check_locale filter. Props nbachiyski. see #8729
changeset,10773,[10773],ryan,Add core_version_check_locale filter. Props nbachiyski. see #8729 for 2.7
changeset,10774,[10774],ryan,gettext comments. Props nbachiyski. see #9112
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,10777,[10777],azaozz,"Fix regex function in sanitize_email(), see #9316"
changeset,10778,[10778],ryan,get_comment_link filter. Props Viper007Bond. fixes #9327
changeset,10779,[10779],ryan,Remove category ordering. Props filosofo. fixes #9228
changeset,1077,[1077],saxmatt,"We use generic ping functions now.
"
changeset,1077,[1077],nacin,"As XML-RPC's get_users() currently requires the edit_users cap, set the querying user to be a super administrator so the tests pass in multisite. see #WP18428.

"
changeset,10780,[10780],ryan,Remove category ordering. Props filosofo. fixes #9228 for 2.7
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,10782,[10782],ryan,s/WP_Widgets/WP_Widget/ and move class to widgets.php
changeset,10783,[10783],azaozz,"Fix regex in sanitize_email(), props sambauers, see #9316"
changeset,10784,[10784],ryan,Convert search to WP_Widget. Handle upgrade of widgets without settings. Make form and update override optional. see #8441
changeset,10785,[10785],ryan,Convert pages to WP_Widget. see #8441
changeset,10786,[10786],ryan,Prune. see #8441
changeset,10787,[10787],azaozz,"Fully escape Post/Page titles, props Viper007Bond, fixes #9322"
changeset,10788,[10788],azaozz,"Theme install style tweaks, see #8652"
changeset,10789,[10789],azaozz,"Fix php warning in widgets.php, props zeronex, fixes #9330"
changeset,1078,[1078],saxmatt,"Removed obsolete functions.
"
changeset,1078,[1078],ryan,"Tests for update_blog_details() and update_blog_status(). see #WP20305
"
changeset,10790,[10790],azaozz,Add some styling to plugins descriptions when installing
changeset,10791,[10791],azaozz,TinyMCE 3.2.2
changeset,10792,[10792],azaozz,"Fix undefined variable in theme-editor, props mrmist, fixes #9333"
changeset,10793,[10793],azaozz,Add sort order for the gallery in the uploader
changeset,10794,[10794],ryan,Move archives widget to WP_Widget. see #8441
changeset,10795,[10795],ryan,Separate default widgets from widgets API. Always load API.  fixes #9349
changeset,10796,[10796],ryan,Move meta widget to WP_Widget. see #8441
changeset,10797,[10797],ryan,Move meta widget to WP_Widget. see #8441
changeset,10798,[10798],ryan,Separate widget form and update callbacks.
changeset,10799,[10799],ryan,Move calendar widget to WP_Widget. see #8441
changeset,1079,[1079],saxmatt,"gm and bbcode should be moved into plugins.
"
changeset,1079,[1079],nacin,"grant_super_admin() only in multisite.

"
changeset,107,[107],saxmatt,"Earlier path fix that was missed.
"
changeset,107,[107],tellyworth,more taxonomy test fixes
changeset,10800,[10800],ryan,Move calendar widget to WP_Widget. see #8441
changeset,10801,[10801],ryan,Move submit check into WP_Widget
changeset,10802,[10802],ryan,Move text widget to WP_Widget. see #8441
changeset,10803,[10803],ryan,Check if error. Props simonwheatley. fixes #9345
changeset,10804,[10804],ryan,Pass the unprocessed title to the sanitize_title filter. Props chineseleper. fixes #8981 for trunk
changeset,10805,[10805],ryan,Pass the unprocessed title to the sanitize_title filter. Props chineseleper. fixes #8981 for 2.7
changeset,10806,[10806],azaozz,"Improved admin icons, props empireoflight, fixes #9351"
changeset,10807,[10807],ryan,Echo submit field from base class so widgets don't have to do it.
changeset,10808,[10808],ryan,Introduce singleton widget factory
changeset,10809,[10809],ryan,Move categories widget to WP_Widget. see #8441
changeset,1080,[1080],rboren,"gettext l10n.
"
changeset,1080,[1080],ryan,Test wp_upload_dir() with switch_to_blog().
changeset,10810,[10810],ryan,Trim trailing whitespace
changeset,10811,[10811],ryan,Clean urls
changeset,10812,[10812],ryan,Add some phpdoc to WP_Widget. see #8441
changeset,10813,[10813],westi,Allow wp_delete_term users to force all objects to have a new term applied.  Allow for category merging use-case. Fixes #9355.
changeset,10814,[10814],westi,Allow a plugin to filter the classes applied in wp_list_pages. Fixes #9304 props willnorris.
changeset,10815,[10815],westi,Add relational links to next/prev/parent posts. See #8703 props sivel.
changeset,10816,[10816],azaozz,"Add the sticky post grey background to the default theme, props Viper007Bond, fixes #9359"
changeset,10817,[10817],azaozz,"Fix alignment and blockquote when multiple paragraphs are selected in TinyMCE, fixes #9361"
changeset,10818,[10818],azaozz,"Correct font-size for ol and ul in .widefat, props demetris, fixes #9356"
changeset,10819,[10819],azaozz,"Filters for IM names in user profile, props Txanny, fixes #9357"
changeset,1081,[1081],saxmatt,"Plugin enhancements.
"
changeset,1081,[1081],kurtpayne,"Don't compare array order.  Fixes #134
"
changeset,10820,[10820],westi,Fix notice in plugin installer. See #9365 props sivel
changeset,10821,[10821],westi,Fix notice when registering admin avatar filter. See #9366 props sivel
changeset,10822,[10822],ryan,Move WP_Widget to the top
changeset,10823,[10823],azaozz,"More theme install styling, see #8652"
changeset,10824,[10824],azaozz,"Less confusing regex, props filosofo, fixes #9244"
changeset,10825,[10825],azaozz,"Fix notice in wp-includes/theme.php, props filosofo, fixes #9336"
changeset,10826,[10826],azaozz,"Fix notice in plugins editor, props sivel, fixes #9367"
changeset,10827,[10827],azaozz,"Define WP_ADMIN in flash uploader, props hailin, fixes #9368"
changeset,10828,[10828],azaozz,"Fix notice in general settings, props sivel, fixes #9369"
changeset,10829,[10829],ryan,Split add new plugin dashboard into search and upload.
changeset,1082,[1082],saxmatt,"Search highlighting is probably a better example of the plugin system's power.
"
changeset,1082,[1082],ryan,Tests for wp_upload_dir() and blog switching. see #WP19235
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,10832,[10832],ryan,Validation fixes. Props Viper007Bond. fixes #9387
changeset,10833,[10833],ryan,Escape quotes. Props Viper007Bond. fixes #9386
changeset,10834,[10834],azaozz,"jQuery 1.3.2 and UI 1.7.1, may still have some regressions, add screen columns setting to the write/edit post/page screen options, fixes #8867"
changeset,10835,[10835],ryan,Show template files in subdirs. Props DD32. fixes #4131
changeset,10836,[10836],westi,Improve translation support for timezone settings. See #9112 props nbachiyski.
changeset,10837,[10837],azaozz,Add toggle all button to the Gallery tab in the uploader
changeset,10838,[10838],ryan,Make random_seed a transient
changeset,10839,[10839],azaozz,Fix empty table cells in IE
changeset,1083,[1083],saxmatt,"Cleaned up regex a little.
"
changeset,1083,[1083],ryan,Assert that all posts returned from get_posts() are raw filtered and of type WP_Post.
changeset,10840,[10840],ryan,Serialize arrays
changeset,10841,[10841],ryan,Delete options that are now transients
changeset,10842,[10842],ryan,"use_ssl is a user option, not a blog option"
changeset,10843,[10843],azaozz,Fix right sidebar on edit comment screen
changeset,10844,[10844],azaozz,"Make uploader selection ""sticky"""
changeset,10845,[10845],azaozz,"TinyMCE 3.2.2.3, has several bugfixes"
changeset,10846,[10846],ryan,Use Jcrop for cropping. see #9375
changeset,10847,[10847],ryan,"Add per page option to Screen Options for comments, posts, pages, and media."
changeset,10848,[10848],ryan,Bind to submit event. Bump script loader.
changeset,10849,[10849],azaozz,"Fix highlighting of the whole page while dragging a sortable in WebKit, ajax tag cloud for non-admin users"
changeset,1084,[1084],emc3,"Added Alex Stapleton's add_option() code.
"
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,10850,[10850],ryan,Add screen icon for plugin upgrade. Props demetris. fixes #9410
changeset,10851,[10851],ryan,Fix delete statements to ensure data integrity when innodb and foreign keys are used. Props Denis-de-Bernardy. see #9422
changeset,10852,[10852],ryan,Enforce consistent ID types to allow for foreign keys to be defined between tables. Props Denis-de-Bernardy. see #9422
changeset,10853,[10853],ryan,Remove spurious character.  Props hakre. fixes #9428
changeset,10854,[10854],azaozz,"Fix typo, props hakre, fixes #9431"
changeset,10855,[10855],markjaquith,"Press This UI, Quoting fixes, plus ability for Contributors to use Press This. props noel. fixes #9434"
changeset,10856,[10856],markjaquith,preg_quote2() unnecessary. preg_quote() supports delimiter escaping if you pass it as second param
changeset,10857,[10857],markjaquith,PHP Notice fix for non-normative nonce action strings. props Viper007Bond. see #9393
changeset,10858,[10858],ryan,Move deleted_post back. Props Denis-de-Bernardy . see #9422
changeset,10859,[10859],ryan,Remove extra input. Props hakre. fixes #9430
changeset,1085,[1085],rboren,"Replaced by gettext.
"
changeset,1085,[1085],ryan,Tests for post tax_query include_children
changeset,10860,[10860],ryan,Make buttons pretty
changeset,10861,[10861],azaozz,"Put back jQuery.noConflict(), props Ryan"
changeset,10862,[10862],ryan,Add pre_transient filter
changeset,10863,[10863],ryan,Make jCrop compatible with noConflict. Props nbachiyski. fixes #9375
changeset,10864,[10864],ryan,Proxy support. Props DD32. see #4011
changeset,10865,[10865],azaozz,"Fix flash upload button, right sidebar on write pages in IE6"
changeset,10866,[10866],azaozz,"Set the taxonomy/term when using a custom ?tax_slug=term_slug query, props DD32, fixes #9453"
changeset,10867,[10867],azaozz,"Remove unused code from wp-admin/plugins.php, props DD32, fixes #9454"
changeset,10868,[10868],azaozz,Fix 'admin_body_class' filter
changeset,10869,[10869],azaozz,Improved no-js styles
changeset,1086,[1086],rboren,"Add date and time strings to locale.php.
"
changeset,1086,[1086],ryan,Tests for cache priming in get_post(). see #WP22223
changeset,10870,[10870],ryan,Correct spelling. Props jbsil. see #4011
changeset,10871,[10871],azaozz,"Correct ABSPATH in load-scripts.php, load-styles.php and gears-manifest.php, props hakre, fixes #9461"
changeset,10872,[10872],azaozz,Styling and minor improvements for items per page option
changeset,10873,[10873],azaozz,Make sure parseInt returns decimal
changeset,10874,[10874],westi,Let a plugin filter the expanded capabilities returned by map_meta_cap. Fixes #9462 props rmccue.
changeset,10875,[10875],westi,Move byuser to a seperate array entry to ease filtering by plugins. Fixes #9465 for trunk props hakre.
changeset,10876,[10876],westi,Move byuser to a seperate array entry to ease filtering by plugins. Fixes #9465 for 2.7 branch props hakre.
changeset,10877,[10877],ryan,Don't trigger loop start in get_body_class(). Props Denis-de-Bernardy. fixes #9457
changeset,10878,[10878],ryan,Improve timezone wording. Props nbachiyski. see #3962
changeset,10879,[10879],ryan,Don't allow editing of binary files. Props jbsil. fixes #9452
changeset,1087,[1087],rboren,"Replaced by gettext.
"
changeset,1087,[1087],bpetty,Add tests for wp_basename(). See also #WP22138 and #WP21217.
changeset,10880,[10880],ryan,Don't force balance tags to avoid image stripping. Props beaulebens. fixes #9468
changeset,10881,[10881],azaozz,"Fix confirmation for second bulk delete, fixes #9473"
changeset,10882,[10882],azaozz,"Fix confirmation for second bulk delete, fixes #9473 for 2.7.2"
changeset,10883,[10883],azaozz,"Theme install: replace 'popular tags' section with feature filter, props josephscott, see #8652"
changeset,10884,[10884],azaozz,Fix css for the submit box on the Edit Comment screen
changeset,10885,[10885],ryan,Translate tag filter keywords. see #8652
changeset,10886,[10886],westi,Allow the update period to be filtered in RSS/RDF feeds. Fixes #9133 props hakre.
changeset,10887,[10887],ryan,Make wporg_theme_feature_list a transient. see #8652
changeset,10888,[10888],ryan,Invoke the_tags filter in the_tags(). Props scribu. fixes #9436
changeset,10889,[10889],ryan,Typo fix. Props demetris. fixes #9479
changeset,1088,[1088],rboren,"Mark strings for translation.
"
changeset,1088,[1088],bpetty,Used the correct ticket numbers for new wp_basename tests in last commit.
changeset,10890,[10890],ryan,Ignore index.php in plugins dir when creating menus. Props Denis-de-Bernardy. fixes #6478
changeset,10891,[10891],westi,Correct phpdoc for update_user_option.
changeset,10892,[10892],ryan,Require active plugin files to end in .php. Props hakre. fixes #9406
changeset,10893,[10893],westi,More phpdoc updates.
changeset,10894,[10894],ryan,Add deleted_user action. Props Denis-de-Bernardy. see #9422
changeset,10895,[10895],ryan,Drop post_category and link_category from the schema. Props Denis-de-Bernardy. see #9435
changeset,10896,[10896],ryan,Allowing displaying links from a specific category in the links widget. Props Denis-de-Bernardy. fixes #9449
changeset,10897,[10897],ryan,Add date_i18n filter. Props Denis-de-Bernardy. fixes #9396
changeset,10898,[10898],westi,Improve cron phpdoc.
changeset,10899,[10899],azaozz,"Append ""-css"" to the IDs for <link rel=""stylesheet""> tags in the head, props Denis-de-Bernardy, fixes #9486"
changeset,1089,[1089],saxmatt,"Admin revamp.
"
changeset,1089,[1089],SergeyBiryukov,Remove closure from ms.php. see [1078]. see #101.
changeset,108,[108],mikelittle,"Fixed Javscript error in opera
"
changeset,108,[108],tellyworth,add _WPDataset1
changeset,10900,[10900],azaozz,"Fix close tag in Theme Installer, props simek, fixes #9498"
changeset,10901,[10901],azaozz,"Use cached feed data on the Dashboard, props DD32, #9483"
changeset,10902,[10902],azaozz,"Remove post_category and link_category from wp_install_defaults(), props Denis-de-Bernardy, fixes #9493"
changeset,10903,[10903],azaozz,"Tag descriptions, props aaroncampbell, fixes #9381"
changeset,10904,[10904],ryan,Notice fixes. Props DD32. fixes #9502
changeset,10905,[10905],ryan,Add option to check if term exists with given parent. Update ajax add-cat check to pass parent when checking if cat exists.
changeset,10906,[10906],ryan,Remove deubg
changeset,10907,[10907],ryan,Backtick table and column names. Props mdawaffe. fixes #9505
changeset,10908,[10908],ryan,Add per page screen option for categories
changeset,10909,[10909],ryan,Add per page screen option for tags
changeset,1090,[1090],rboren,"Fix the_author_posts().
"
changeset,1090,[1090],SergeyBiryukov,Remove unused global variable. see [840].
changeset,10910,[10910],ryan,Store field types in wpdb object. Props mdawaffe. see #7171
changeset,10911,[10911],ryan,phpdoc updates for wpdb. Props mdawaffe. fixes #9506
changeset,10912,[10912],azaozz,"Widgets page, first run, see #9511"
changeset,10913,[10913],azaozz,"Notice fix for widgets.php, props sivel, see #9511"
changeset,10914,[10914],ryan,RTL fixes for default theme. Props yoavf. fixes #9520
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,10916,[10916],azaozz,"Resizing and animation for widgets, see #9511"
changeset,10917,[10917],azaozz,Prevent hiding of the Publish postbox
changeset,10918,[10918],ryan,Run RTL CSS urls through the style_loader_src filter. Props nbachiyski. fixes #9528
changeset,10919,[10919],ryan,WPFS cleanups. Props DD32. fixes #9525
changeset,1091,[1091],saxmatt,"CHMOD uploaded files to make sure they're writable.
"
changeset,1091,[1091],ryan,More create_posts capability tests. see #WP16714
changeset,10920,[10920],ryan,robots.txt is not home. Props johnbillion. fixes #9482
changeset,10921,[10921],ryan,robots.txt is not home. Props johnbillion. fixes #9482 for 2.7
changeset,10922,[10922],azaozz,"Widgets: open when adding, clean-up AJAX calls, slower animation/less jumping in IE, see #9511"
changeset,10923,[10923],ryan,Theme insall cleanups. Props DD32. fixes #9508
changeset,10924,[10924],ryan,Fix upgrade theme nonce.
changeset,10925,[10925],ryan,Set default coords for cropper. Props yoavf. fixes #9526
changeset,10926,[10926],azaozz,"Fold widget after saving, see #9511"
changeset,10927,[10927],azaozz,"Match old/new sidebars by index when switching themes, see #9511"
changeset,10928,[10928],ryan,Notice fixes. Props Viper007Bond. fixes #9508
changeset,10929,[10929],ryan,Check if SimplePie class is already defined.
changeset,1092,[1092],saxmatt,"Version bump.
"
changeset,1092,[1092],ryan,Update #WP20210 tests to strip trailing semicolons from style attributes when comparing to kses filtered strings.
changeset,10930,[10930],ryan,Revert FTP parts of [10919]. fixes #9535 see #9525
changeset,10931,[10931],ryan,Updates to wp_login_url() and wp_logout_url(). Use them in more places. Props wnorris. fixes #9536
changeset,10932,[10932],ryan,Fix path to xmlrpc. Props MidnighToker. fixes #9516
changeset,10933,[10933],ryan,Fix path to xmlrpc. Props MidnighToker. fixes #9516
changeset,10934,[10934],ryan,Typo fix
changeset,10935,[10935],ryan,"Move link outside label. Props nightgunner5, Nicholas91. fixes #7983"
changeset,10936,[10936],ryan,Escape title. Props GamerZ. fixes #9540
changeset,10937,[10937],ryan,Define wp_clone() before loading the cache.
changeset,10938,[10938],ryan,Allow m4v. Props hailin. fixes #9541
changeset,10939,[10939],azaozz,"Disable PHP error reporting in gears-manifest.php, load-scripts.php and load-styles.php since they don't load wp-settings, fix some notices"
changeset,1093,[1093],saxmatt,"Bug fix from David P. Hansen.
"
changeset,1093,[1093],nacin,"Tests for an escaped %%f in a query string. props kurtpayne. see #WP19861.

"
changeset,10940,[10940],ryan,Add index.php to plugins and themes dirs to prevent dir listings. fixes #8699
changeset,10941,[10941],azaozz,"Save widget when pressing Enter, see #9511"
changeset,10942,[10942],ryan,Fix theme install downloads. Props josephscott. fixes #9543
changeset,10943,[10943],azaozz,CSS cleanup and fixes
changeset,10944,[10944],ryan,Add context to string. Props Viper007Bond. fixes #9507
changeset,10945,[10945],ryan,Add WAI-ARIA landmark roles to default theme. Props peterkz. fixes #9408
changeset,10946,[10946],ryan,Add echo arg to tag cloud. Props DD32. fixes #5710
changeset,10947,[10947],ryan,Add page classes to page attachments. Props minusfive. fixes #9472
changeset,10948,[10948],ryan,Handle backticks in dbDelta. Props AaronCampbell. fixes #8014
changeset,10949,[10949],ryan,Fix logic inversion. Props christmasboy81. fixes #7121
changeset,1094,[1094],saxmatt,"Remove some calls to the old ping functions.
"
changeset,1094,[1094],nacin,"Additional tests for banned domain matching in is_email_address_unsafe(). see #WP18799.

"
changeset,10950,[10950],ryan,Add page class to get_boddy_class(). Props nathanrice. fixes #9514
changeset,10951,[10951],ryan,"Page templates should be relative to the theme ir, not the themes dir."
changeset,10952,[10952],ryan,Remove unneeded spaces. Props Denis-de-Bernardy. fixes #108
changeset,10953,[10953],ryan,Translate defaults. Props nbachiyski. fixes #9548
changeset,10954,[10954],ryan,"Fix teaser stripping when no teaser. Props makibo, simonwheatley. fixes #6312"
changeset,10955,[10955],markjaquith,Return false for corrupted serialized strings. props Denis-de-Bernardy. fixes #9549
changeset,10956,[10956],markjaquith,Sanitize when querying against category name so that multiple-word subcategories match. props filosofo. fixes #8619
changeset,10957,[10957],azaozz,"Show proper error when adding a custom field without a value, props scohoust, fixes #7541"
changeset,10958,[10958],ryan,Optimize install check by checking alloptions cache before doing a separate query. Props joostdevalk. fixes #8947
changeset,10959,[10959],ryan,Deprecae get_catname(). Props filosofo. fixes #9550
changeset,1095,[1095],rboren,"Introduce the_author_posts_link().
"
changeset,1095,[1095],ryan,Test registering taxonomy name > 32 characters. see #WP21593
changeset,10960,[10960],ryan,Add link to password recovery in login error messages. Props Denis-de-Bernardy. fixes #9442
changeset,10961,[10961],ryan,Add comment-body class. Props docwhat. fixes #9301
changeset,10962,[10962],ryan,Fix sign problem when converting from gmt_offset to new Etc/GMT timezone. Props Otto42. see #3962
changeset,10963,[10963],ryan,Clarify phpdoc for wp_set_object_terms(). Props simonwheatley. fixes #9348
changeset,10964,[10964],ryan,Remove My Hacks option. Props filosofo. fixes #9551
changeset,10965,[10965],ryan,Create default taxonomies upon init. Props nbachiyski. fixes #9399
changeset,10966,[10966],ryan,Fix missing titles for plugins without submenus. Props clwill. fixes #9146
changeset,10967,[10967],ryan,Fix headers array processing for wp_mail(). Props gortsleigh. fixes #9284
changeset,10968,[10968],azaozz,"Fix listing of child pages after editing with Quick Edit, props jbsil, fixes #8444"
changeset,10969,[10969],ryan,Fix handling of old timestamps in wp_reschedule_event(). Props natethelen. fixes #9318
changeset,1096,[1096],saxmatt,"Initial Markdown plugin checkin.
"
changeset,1096,[1096],westi,"Actions/Filters: Add a test case for filter removal during processing. See #WP21169.
"
changeset,10970,[10970],azaozz,"Hide email addresses from low privilege users on the comments page, props mrmist, fixes #8801"
changeset,10971,[10971],azaozz,"Remove code class from some input fields, add to URL input fields, props johnbillion, fixes #8383"
changeset,10972,[10972],azaozz,"Don't use get_catname() (deprecated), props filosofo, see #9550"
changeset,10973,[10973],azaozz,"Spaced hyphens into spaced dashes, props ionfish, fixes #8161"
changeset,10974,[10974],markjaquith,"Clean up is_blog_installed(), remove redundant or unnecessary code. see #8947"
changeset,10975,[10975],ryan,"Use API to delete links when deleting a user. Props TimButterfield, scohoust. fixes #7774"
changeset,10976,[10976],markjaquith,New admin_footer_text filter. props JohnLamansky. fixes #9552
changeset,10977,[10977],markjaquith,"Dots in post slugs should be dashed, not dropped. props Denis-de-Bernardy. fixes #9489"
changeset,10978,[10978],ryan,Use comments_open() and pings_open() in packaged themes. Props coffee2code. fixes #9556
changeset,10979,[10979],ryan,unregister_widget(). see #8441
changeset,1097,[1097],saxmatt,"shutdown action hook.
"
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,10980,[10980],ryan,Fix typos in css. Props ranchnachos. fixes #9555
changeset,10981,[10981],ryan,Add wp_trim_excerpt filter. Props coffee2code. fixes #9558
changeset,10982,[10982],ryan,Use comments_open() and pings_open(). Props coffee2code. fixes #9557
changeset,10983,[10983],ryan,Add url filters. Props coffee2code. see #7709
changeset,10984,[10984],ryan,"Add comments_atom_head action. Props neoxx, Denis-de-Bernardy. fixes #6186"
changeset,10985,[10985],markjaquith,slightly more friendly database upgrade message
changeset,10986,[10986],markjaquith,elbow room for upgrade.php
changeset,10987,[10987],azaozz,Submit the form when setting items per page option so it's visible straight away
changeset,10988,[10988],azaozz,"Keep the same name and remove unused core, see [10987]"
changeset,10989,[10989],ryan,make_clickable() regex fixes. Props piouPiouM. fixes #9390
changeset,1098,[1098],saxmatt,"Remove author element in order to keep our commitment to never reveal email addresses.
"
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,10990,[10990],ryan,Enforce unique email addresses. Props Denis-de-Bernardy. fixes #9563
changeset,10991,[10991],ryan,Fix unregister_widget(). see #8441
changeset,10992,[10992],ryan,Cache user lookups made by nicename.  Add get_user_by(). fixes #4170
changeset,10993,[10993],ryan,Case-insensitive sorting of themes in themes.php. Props demetris. fixes #9570
changeset,10994,[10994],azaozz,TinyMCE 3.2.2.3_1087 fixes WebKit bug in Sizzle.js among others
changeset,10995,[10995],azaozz,"Add ""code"" class to more URL input fields, props johnbillion, fixes #8383"
changeset,10996,[10996],azaozz,"Add ""View page"" link in the status notice after a page has been updated"
changeset,10997,[10997],ryan,Make user_nicenames unique. Props Denis-de-Bernardy. fixes #1626
changeset,10998,[10998],ryan,Improve meta_form() query. Props Denis-de-Bernardy. fixes #8561
changeset,10999,[10999],ryan,Add plugin filter by status. Move help verbage to contextual help.  see #9527
changeset,1099,[1099],saxmatt,"Might fix some OPML imports but I'm pretty sure I just broke others.
"
changeset,1099,[1099],nbachiyski,"Remove trailing whitespace
"
changeset,109,[109],mikelittle,"Fixed error submitting comments from b2edit
Thanks to ventonegro on the forums.
"
changeset,109,[109],tellyworth,"simplify query tests, add more"
changeset,10,[10],saxmatt,"WordPress branding.
"
changeset,10,[10],tellyworth,more capabilities tests
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,11000,[11000],ryan,Add filter showing all plugins that have an upgrade available. see #9527
changeset,11001,[11001],ryan,Move leader text to contextual help. see #9527
changeset,11002,[11002],ryan,Fix translation of plugin metadata. Props DD32. fixes #9573
changeset,11003,[11003],ryan,Plugin search and paging. Props DD32. see #9527
changeset,11004,[11004],ryan,Show actions based on plugin active status. see #9527
changeset,11005,[11005],ryan,consolidate plugin/theme/core upgrade/install functions. Props DD32. see #7875
changeset,11006,[11006],ryan,RTL fixes. Props yoavf. fixes #9521
changeset,11007,[11007],ryan,"Add manage_comments_custom_column hook. Props sirzooro, coffee2code. fixes #9583"
changeset,11008,[11008],westi,Better view on Manage Themes when only one theme installed. Fixes #9029.
changeset,11009,[11009],azaozz,"Add and edit widget when js is disabled, see #9511"
changeset,1100,[1100],saxmatt,"Massive admin tweak commit. Improved consistency, numerous bug fixes, redesigned link forms, tweaked options more, left the ugly grey bar I didn't mean to add in the first place but tweaked it too.
"
changeset,1100,[1100],scribu,"move bootstrap.php and install.php to includes directory

fixes #137"
changeset,11010,[11010],azaozz,"Press This notice fixes, props DD32, fixes #9593"
changeset,11011,[11011],ryan,Add some CYA clean_url()s
changeset,11012,[11012],ryan,"Install/upgrade cleanups. Props DD32, sivel. see #7875"
changeset,11013,[11013],ryan,Trailing whitespace cleanup
changeset,11014,[11014],ryan,Fix bulk action lists. see #9527
changeset,11015,[11015],ryan,Update Jcrop to 0.9.8. Props nbachiyski. fixes #9545
changeset,11016,[11016],ryan,Fix PHP error in magpie. Props jsixpack. fixes #9225
changeset,11017,[11017],ryan,Use unlocalized hook name. Props hakre. fixes #9438
changeset,11018,[11018],ryan,Add option to run wpautop for text widget. Props Denis-de-Bernardy. fixes #5113
changeset,11019,[11019],ryan,"Cast to array to fix warning. Props johnkolbert, Denis-de-Bernardy. fixes #9128"
changeset,1101,[1101],saxmatt,"Bump.
"
changeset,1101,[1101],scribu,fix DIR_TESTDATA definition. see #137
changeset,11020,[11020],ryan,Fix warning in wp_ob_end_flush_all(). Props richcon. fixes #5109
changeset,11021,[11021],ryan,"Cast to array to avoid warning. Props Denis-de-Bernardy, pamelatech. fixes #9116"
changeset,11022,[11022],ryan,Grammar fix. Props Denis-de-Bernardy. fixes #9601
changeset,11023,[11023],ryan,Allow pipes through clean_url(). Props scohoust. fixes #7145
changeset,11024,[11024],ryan,"Eliminate unecessary preg_replace. Props bernzilla, Denis-de-Bernardy. fixes #5624"
changeset,11025,[11025],ryan,Update pclzip to 2.7. Props simek. fixes #9464
changeset,11026,[11026],azaozz,Show thumbnails for comments on attachments on Edit Comments screen
changeset,11027,[11027],ryan,Add per page screen option to plugins page. see #9527
changeset,11028,[11028],azaozz,"Remove passing by reference in WP_Upgrader, see #7875"
changeset,11029,[11029],ryan,Remember status and page when redirecting.  see #9527
changeset,1102,[1102],saxmatt,"Textile checkin. Props to Jaykul for prodding me into this.
"
changeset,1102,[1102],scribu,fix test_wp_update_comment()
changeset,11030,[11030],ryan,Handle upgrade of old text widgets. Props Denis-de-Bernardy. fixes #9608
changeset,11031,[11031],ryan,Fix typing in cat_is_ancestor_of(). Props filosofo. fixes #9614
changeset,11032,[11032],ryan,Hook name back-compat from Denis-de-Bernardy. fixes #9438
changeset,11033,[11033],ryan,Wrap get_user_by() in function_exists check. Props alexrabe. fixes #9617
changeset,11034,[11034],ryan,Remember last view for plugins page. see #9527
changeset,11035,[11035],ryan,Remember last view for comments page
changeset,11036,[11036],ryan,Typo fix. Props DD32. fixes #9609
changeset,11037,[11037],ryan,"get_terms_orderby, get_terms_fields, and tag_clooud-sort filters. Props jhodgdon, filosofo.  fixes #9004"
changeset,11038,[11038],ryan,Use dist pczlip.  see #9615 #9464
changeset,11039,[11039],ryan,Fix all link. Props mtekk. see #9527
changeset,1103,[1103],saxmatt,"Added warning text.
"
changeset,1103,[1103],scribu,"don't assume that the tests framework is in an /includes/ folder

see #137"
changeset,11040,[11040],markjaquith,Drop the dual-use of db_version. Now it just stores the version. Post-upgrade hook triggered by separate binary db_upgraded option. fixes #9618
changeset,11041,[11041],azaozz,"Remove remnants from widgets search, see #9511"
changeset,11042,[11042],ryan,Update plugins leader text
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,11045,[11045],azaozz,"Optionally use the class name as id_base, see #9511"
changeset,11046,[11046],ryan,"Grammar fix. Props novasource, Denis-de-Bernardy. fixes #9135"
changeset,11047,[11047],azaozz,"Change text in link categories forms, fixes #9612"
changeset,11048,[11048],azaozz,"Don't output <br /> for empty posts, props Denis-de-Bernardy, fixes #6128"
changeset,11049,[11049],azaozz,"Add a complementary get_* function for posts_nav_link(), props filosofo, fixes #9094"
changeset,1104,[1104],saxmatt,"Version numbers.
"
changeset,1104,[1104],dd32,"Add a unit test for #21841
"
changeset,11050,[11050],azaozz,"wordcount.js fix for nbsp passed as #160 char, props Denis-de-Bernardy, fixes #9597"
changeset,11051,[11051],azaozz,"Properly set the default tab in the uploader, props fuggi, fixes #7219"
changeset,11052,[11052],azaozz,"Notice fixes, props sivel, see #9393"
changeset,11053,[11053],ryan,Faster query to see if page has children
changeset,11054,[11054],ryan,Add page-id-x class to body for pages. jamescollins. see #7939
changeset,11055,[11055],ryan,Don't remember search in last view. see #9527
changeset,11056,[11056],ryan,Update pclzip to 2.8 and apply x64 patch. Props demetris.  fixes #9615
changeset,11057,[11057],ryan,Don't notify post author of own comments. Props Denis-de-Bernardy. fixes #8695
changeset,11058,[11058],azaozz,"Queue all default scripts for the head when a custom script lists them as dependencies, fixes #9620"
changeset,11059,[11059],ryan,Fix wp_nonce_ays() go back link. fixes #7436
changeset,1105,[1105],saxmatt,"Updated to use proper mime type.
"
changeset,1105,[1105],nbachiyski,"Add temp_filename() method

Creates a temporary filename and returns its filename.
"
changeset,11060,[11060],ryan,Add comment-reply-login class. Props mattwalters. fixes #8633
changeset,11061,[11061],ryan,Always display the default header when previewing a theme. Props Viper007Bond. fixes #9152
changeset,11062,[11062],ryan,Formatting cleanups. Props Viper007Bond. fixes #8703
changeset,11063,[11063],ryan,SS2 FS fixes. Props DD32. fixes #8210
changeset,11064,[11064],ryan,Return empty list if requests bookmark category does not exist. Props Viper007Bond. fixes #7507
changeset,11065,[11065],markjaquith,"Dynamically update display name as its components are updated in the profile. props to mattwalters for the original patch. fixes #8508
"
changeset,11066,[11066],ryan,Don't absint gmt_offset. Props Hirvine. fixes #9162
changeset,11067,[11067],ryan,"Use is_user_logged_in(), have_comments in bundled themes. Props zeo. fixes #9626"
changeset,11068,[11068],ryan,"Clarify args to wp_update_term(). Props simonwheatley, johnbillion. fixes #9293"
changeset,11069,[11069],azaozz,"Make plugin_dir() and plugin_basename() work for mu-plugins directory, props Denis-de-Bernardy, fixes #9561"
changeset,1106,[1106],rboren,"Mark strings for translation.
"
changeset,1106,[1106],nbachiyski,"Add pomo tests from GlotPress
"
changeset,11070,[11070],azaozz,"Add <col> to list of block elements, props CharlieHamu and Denis-de-Bernardy, fixes #9484"
changeset,11071,[11071],ryan,Add wp_unique_post_slug(). Apply it when getting sample permalinks. Props nbachiyski. fixes #6595
changeset,11072,[11072],azaozz,"Remove slash from plugin_basename(), props alexrabe, fixes #9561"
changeset,11073,[11073],azaozz,Fix hiding of comments after approving/unapproving them
changeset,11074,[11074],azaozz,"Upgrade widget options only from admin, props ryan, fixes #9629"
changeset,11075,[11075],azaozz,"Remove the top border from the plugin-update notice, props demetris, fixes #9628"
changeset,11076,[11076],azaozz,"get_manifest() + gears-manifest.php + cache-manifest.php, props ryan, see #7262"
changeset,11077,[11077],azaozz,Lets try the HTML 5 offline resources storage (Firefox 3.5 only)
changeset,11078,[11078],azaozz,"TinyMCE 3.2.3 final, includes new Paste plugin with auto-cleanup (better paste from MS Word)"
changeset,11079,[11079],ryan,Tabify
changeset,1107,[1107],mikelittle,"Import more OPML formats.
Fixed bug capturing rss feed.
"
changeset,1107,[1107],nacin,"Remove unused directory. Remove extra tab.

"
changeset,11080,[11080],ryan,Better error messages. Props DD32. see #7875
changeset,11081,[11081],ryan,Silence html_entity_decode warnings. Props Denis-de-Bernardy. fixes #9616
changeset,11082,[11082],ryan,Check if not exists and not is_dir before bailing. Props st3ff3n. fixes #9274
changeset,11083,[11083],ryan,Fix 'Only variable references should be returned by reference' notices
changeset,11084,[11084],ryan,Fix php4 constructors
changeset,11085,[11085],ryan,Revert [10956]. fixes #9643 see #8619
changeset,11086,[11086],azaozz,"Fix category__not_in and tag__not_in running empty, props coffee2code, fixes #9645"
changeset,11087,[11087],azaozz,Move recent posts widget to WP_Widget. see #8441
changeset,11088,[11088],azaozz,"Fix conversion of old widget settings for Recent Posts, see #8441"
changeset,11089,[11089],ryan,WP_Upgrader updates from DD32. see #7875
changeset,1108,[1108],saxmatt,"Changed to superglobals, and eliminated $use_cache (since we always do).
"
changeset,1108,[1108],nacin,"Update test_double_escaped_placeholders() to actually pass additional arguments to prepare().

"
changeset,11090,[11090],azaozz,"Move recent comments widget to WP_Widget, extend is_active_widget() to use $id_base, see #8441"
changeset,11091,[11091],ryan,phpdoc udpates and error checks for http.  Props DD32. fixes #8620
changeset,11092,[11092],ryan,Allow menu reordering via plugin
changeset,11093,[11093],azaozz,"Move RSS widget to WP_Widget, see #8441"
changeset,11094,[11094],azaozz,"Move Tag Cloud widget to WP_Widget, see #8441"
changeset,11095,[11095],azaozz,"Add hooks to WP_Widget, props ceenz, fixes #9651, see #8441"
changeset,11096,[11096],azaozz,"Add hook for update profile, props Cimmo, fixes #9302"
changeset,11097,[11097],ryan,Remove call-time pass-by-ref. Props jbsil. see #9651
changeset,11098,[11098],ryan,Eliminate preg_replace with /e. Props tbaboon. fixes #8689
changeset,11099,[11099],ryan,Add missing quotes for returned values in admin-ajax.php. Props Simek. fixes #9654
changeset,1109,[1109],saxmatt,"A few typos.
"
changeset,1109,[1109],markoheijnen,XML-RPC: Updated tests for wp.editPost when user tries to modify an attachment
changeset,110,[110],saxmatt,"Admin menu now tells you where you are.
"
changeset,110,[110],tellyworth,add dump/load sql functions; allow subdirs in wp-testcase; fix author in generate_post_content_test
changeset,11100,[11100],ryan,Blue theme updates. Props Gordon Brander
changeset,11101,[11101],ryan,Add redirect param to wp_loginout(). Props Denis-de-Bernardy. fixes #9241
changeset,11102,[11102],ryan,Clarify add endpoint phpdoc. Props Denis-de-Bernardy. fixes #9476
changeset,11103,[11103],ryan,"attr(), _a(), _ea(), _xa() for shorthand attribute escaping. see #9650"
changeset,11104,[11104],ryan,Some attr escaping. see #9650
changeset,11105,[11105],azaozz,Fix Paste from Word button in TinyMCE
changeset,11106,[11106],ryan,Don't show password protected posts in searches for non-logged in users. Props coffee2code. fixes #9559
changeset,11107,[11107],azaozz,"Clean up for colors-classic.css, props Simek, fixes #9658"
changeset,11108,[11108],ryan,Limit get_lastpost* functions to post_type=post. Props Denis-de-Bernardy. fixes #9636
changeset,11109,[11109],ryan,s/attribute_escape/attr/. see #9650
changeset,1110,[1110],rboren,"Mark strings for translation.
"
changeset,1110,[1110],nbachiyski,"Add tests for map_deep(). See #WP22300
"
changeset,11110,[11110],ryan,attr escaping. see #9650
changeset,11111,[11111],ryan,protected_title_format and private_title_format. Props anderswc. fixes #8918
changeset,11112,[11112],ryan,Pass post ID to the_title filter. Props DD32. see #5746 #9666
changeset,11113,[11113],ryan,More hook back-compat. Props coffee2code. fixes #9438
changeset,11114,[11114],ryan,"Better target descriptions. Props RanYanivHartstein, scohoust. fixes #6615"
changeset,11115,[11115],ryan,get_term_children phpdoc and var naming improvements. Props simonwheatley. fixes #9667
changeset,11116,[11116],azaozz,"Add list css classes, fixes #9491"
changeset,11117,[11117],ryan,Don't double escape autosaves. fixes #9433
changeset,11118,[11118],azaozz,"Load the menu folded (if set), load the editor earlier"
changeset,11119,[11119],azaozz,"Don't concatenate scripts when SCRIPT_DEBUG is set, fixes #9675"
changeset,1111,[1111],rboren,"Mark strings for translation.
"
changeset,1111,[1111],nbachiyski,"1111 :D
"
changeset,11120,[11120],ryan,urlencode referrer. Props hakre. fixes #8587
changeset,11121,[11121],ryan,Sanitize when querying against category name so that multiple-word subcategories match. props filosofo. fixes #8619
changeset,11122,[11122],ryan,Allow taxonomy registration before init. Props arena. fixes #9647
changeset,11123,[11123],ryan,Include subcats in search results. Props Denis-de-Bernardy. fixes #8632
changeset,11124,[11124],ryan,Fix status transitions from edit comment form. Props josephscott. fixes #8863
changeset,11125,[11125],ryan,Make post slugs unique across all hierarhical post types. Props Denis-de-Bernardy. fixes #6437
changeset,11126,[11126],ryan,Don't prepend http to fragments. Props scohoust. fixes #4051
changeset,11127,[11127],ryan,No need to attribute_escape a cleaned url. fixes #8587
changeset,11128,[11128],ryan,"Error reporting fixes. Props Denis-de-Bernardy, jacobsantos. fixes #9639 #8701"
changeset,11129,[11129],ryan,Allow plugins to override default taxonomies. Props Denis-de-Bernardy. fixes #9647
changeset,1112,[1112],saxmatt,"Added new template function, the_permalink(). echoes get_permalink. We are now consistent in the templates.
"
changeset,1112,[1112],SergeyBiryukov,Remove closure from MapDeep.php. see [1110]. see #101.
changeset,11130,[11130],ryan,Allow for non-contiguous array indices. Props hailin. fixes #9670
changeset,11131,[11131],azaozz,"Hide widget count when no sidebars defined, props scribu, fixes #8035"
changeset,11132,[11132],ryan,Avoid expensive NOT LIKE query. Filter in php instead.
changeset,11133,[11133],azaozz,"Add some help for the widgets screen, make css class .description usable everywhere, fixes #5859"
changeset,11134,[11134],azaozz,"Add is_active_sidebar(), props filosofo, fixes #4594"
changeset,11135,[11135],azaozz,Call wp_menu_unfold() after user settings have been synchronized
changeset,11136,[11136],westi,Fix wp_mails handling of custom boundaries. Fixes #5204 props filosofo.
changeset,11137,[11137],ryan,Plural contexts. Props nbachiyski. fixes #8128
changeset,11138,[11138],ryan,"get_the_author_meta() and the_author_meta(). Props DD32, thee17. fixes #8776"
changeset,11139,[11139],ryan,cat_row fixes. Props hailin. fixes #9661 see #8632
changeset,1113,[1113],saxmatt,"Typo fixes sent in by Nick Romney.
"
changeset,1113,[1113],SergeyBiryukov,"generate_rewrite_rules() test for permalink structures with a dot. props kurtpayne, see #WP21167."
changeset,11140,[11140],ryan,Fix category search pagination. Fix caching of empty term results. Props Denis-de-Bernardy. fixes #8632
changeset,11141,[11141],ryan,Fix registration of default taxonomies so that proper rewrite rules are written.
changeset,11142,[11142],ryan,"Use correct var. Update phpdoc. Props MichaelH, coffee2code. fixes #8776"
changeset,11143,[11143],ryan,Use _http_build_query() if PHP version < 5.1.2. Props hakre. fixes #9044
changeset,11144,[11144],azaozz,"Let plugins use screen layout columns, props arena, fixes #9606"
changeset,11145,[11145],azaozz,Fox layout in the tagret postbox on edit link screen
changeset,11146,[11146],azaozz,"Add background color on widget control with blue admin, props arena, fixes #9589"
changeset,11147,[11147],markjaquith,Exclamation mark is a valid and safe character in a URI. props hakre. fixes #8904
changeset,11148,[11148],azaozz,"Fix styling issues with the registration form, fixes #9688"
changeset,11149,[11149],ryan,Add labels to titles.  see #9445
changeset,1114,[1114],saxmatt,"Two bug fixes from Josh - elsewhere.org.
"
changeset,1114,[1114],SergeyBiryukov,get_pagenum_link() test for case insensitivity. props wonderboymusic for initial patch. see #WP8847.
changeset,11150,[11150],azaozz,Add wpspin.gif and replace all spinners
changeset,11151,[11151],ryan,Trim term before checking if it already exists. Props jhodgdon. fixes #9397
changeset,11152,[11152],ryan,Add labels to text inputs. see #9445
changeset,11153,[11153],ryan,strip slashes from term before prepare(). Props jhodgdon. see #6593
changeset,11154,[11154],ryan,Send valid host when using WP_Http_Fsockopen over SSL. Props mdawaffe. fixes #9699
changeset,11155,[11155],azaozz,"Add action ""in_widget_form"" allowing plugins to add extra fields, don't show ""Save"" button if a widget doesn't have settings form, fixes #9651"
changeset,11156,[11156],ryan,Update manifest to reflect removed files. fixes #9700
changeset,11157,[11157],azaozz,Make the orange in Right Now module darker
changeset,11158,[11158],ryan,Turn off tag cloud filtering when requesting the cloud via AJAX. Props jhodgdon. fixes ##6593
changeset,11159,[11159],ryan,Clean up save mssage. see #8713
changeset,1115,[1115],saxmatt,"Put password fields on separate lines.
"
changeset,1115,[1115],nbachiyski,"Add tests for inline scripts and literal values.

See #WP22229
"
changeset,11160,[11160],azaozz,"Widgets UI styling, see #9511"
changeset,11161,[11161],azaozz,"Do not import sidebars by index after switching themes, props Denis-de-Bernardy, see #9695"
changeset,11162,[11162],westi,Add a nag message if the user is still using an auto-generated password. See #9710 props DD32.
changeset,11163,[11163],azaozz,"Pass the form fields names as strings when saving widgets, fixes #9703"
changeset,11164,[11164],azaozz,Make is_active_widget() optionally look in 'wp_inactive_widgets' for use in the admin
changeset,11165,[11165],azaozz,Sync common.js with common.dev.js
changeset,11166,[11166],azaozz,"Widgets UI improvements: arrows, some more help"
changeset,11167,[11167],azaozz,Refresh widgets screen css
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,11169,[11169],westi,Enhance get_comments() phpdoc.
changeset,1116,[1116],saxmatt,"Added missing pingback checkbox.
"
changeset,1116,[1116],nbachiyski,"Add tests for WP_Dependencies::add_deps(). See #WP22229
"
changeset,11170,[11170],westi,Move _cleanup_header_comment() to wp-includes so it is always available. Fixes #8497 props Denis-de-Bernardy.
changeset,11171,[11171],azaozz,"Hide text while editor is loading, show html editor on error"
changeset,11172,[11172],azaozz,Make tags accessible without js on the edit screen
changeset,11173,[11173],ryan,Attr escaping
changeset,11174,[11174],ryan,Typo fix
changeset,11175,[11175],ryan,Hide things that need to be available to screen readers via offscreen positioning. see #9445
changeset,11176,[11176],azaozz,"Fix widget option saving on drop, fixes #9721"
changeset,11177,[11177],ryan,Typo fix
changeset,11178,[11178],ryan,sanitize_file_name() improvements. Props sivel. fixes #9416
changeset,11179,[11179],ryan,Stub attribute_escape()
changeset,1117,[1117],saxmatt,"Typos.
"
changeset,1117,[1117],ryan,Test case for WP_User::set_role(). see #WP18932
changeset,11180,[11180],ryan,Use invisible class for hiding labels and legends.
changeset,11181,[11181],ryan,Use invisible for hiding labels
changeset,11182,[11182],azaozz,"Fix target = _blank, props Nazgul, fixes #6049"
changeset,11183,[11183],azaozz,"Some cleanup for edit-page-form.php and edit-form-advanced.php, props simek, fixes #9501"
changeset,11184,[11184],azaozz,"Add a space between image and name in bookmark-template.php, props sivel, fixes #8608"
changeset,11185,[11185],azaozz,"Fix ""No posts found"" on media screens, props hakre, fixes #9680"
changeset,11186,[11186],ryan,Make sure plugin menu icons are delivered via https if is_ssl(). Props DD32. fixes #8901
changeset,11187,[11187],ryan,get_home_path() improvements. Props akd907. fixes #9246
changeset,11188,[11188],ryan,always apply widget_title filter. Props Denis-de-Bernardy. fixes #9450
changeset,11189,[11189],ryan,Clear upgrade nag when doing manual upgrade. Props Denis-de-Bernardy. fixes #9139
changeset,1118,[1118],saxmatt,"Use word fixes all the time.
"
changeset,1118,[1118],nacin,"XML-RPC editTerm/newTerm parent empty tests. props markoheijnen, see #WP21977.

"
changeset,11190,[11190],azaozz,"Banishing ASCII quotes and apostrophes, props demetris, fixes #9655"
changeset,11191,[11191],azaozz,"Add column ""Rating"" in Link Manager, props hakre, fixes #9443"
changeset,11192,[11192],ryan,Textual consistency. Props Denis-de-Bernardy. fixes #9596
changeset,11193,[11193],ryan,Add hook for adding info to plugin update message. Props JohnLamansky. fixes #9553
changeset,11194,[11194],ryan,Return fiter result directly. Props Denis-de-Bernardy. fixes #9690
changeset,11195,[11195],ryan,Fix callbacks. Props Denis-de-Bernardy. fixes #9722 see #9697
changeset,11196,[11196],ryan,Better meta form query. Props Denis-de-Bernardy. fixes #9684
changeset,11197,[11197],ryan,Always do post status transition actions. Props nbachiyski. fixes #8792
changeset,11198,[11198],ryan,Don't over sanitize uploaded file titles. Props hakre. fixes #9081
changeset,11199,[11199],azaozz,"Wrap tag cloud in a block element, props hudatoriq, fixes #7905"
changeset,1119,[1119],saxmatt,"New RSS importer.
"
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,111,[111],saxmatt,"Links in popup windows now target different window.
"
changeset,111,[111],tellyworth,more query tests
changeset,11200,[11200],azaozz,"Escape caption in [gallery] output, props MattyRob, fixes #8763"
changeset,11201,[11201],azaozz,"Don't bind every form element to form.submit in wp-lists, fixes #7838, see #9696"
changeset,11202,[11202],ryan,Use wp_unique_slug() in wp_insert_attachment(). Props Denis-de-Bernardy. fixes #9726
changeset,11203,[11203],azaozz,Add wpspin_light and wpspin_dark spinners
changeset,11204,[11204],markjaquith,"_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650"
changeset,11205,[11205],ryan,Proper lastBuildDate for rss2 comments feed. Props peaceablewhale. fixes #9567
changeset,11206,[11206],ryan,Use lastBuildDate. Props peaceablewhale. fixes #9566
changeset,11207,[11207],ryan,Fix display of plugin update messages after bulk ops. Props DD32. fixes #9303
changeset,11208,[11208],ryan,texturize widget titles. Props jtatum. fixes #7084
changeset,11209,[11209],ryan,Don't do core version check from front page loads. Props Denis-de-Bernardy. fixes #8590
changeset,1120,[1120],saxmatt,"A touch of blue.
"
changeset,1120,[1120],nacin,"Unit test for wp_load_image() / WP_Image_Editor trying to load a directory. props DH-Shredder. see #WP17814.

"
changeset,11210,[11210],ryan,Slashe before query args. Props peaceablewhale. fixes #9515
changeset,11211,[11211],ryan,Comment query filters. Props filosofo. fixes #9635
changeset,11212,[11212],ryan,Revert accidental fxn rename
changeset,11213,[11213],ryan,Add the_post action. Props Denis-de-Bernardy. fixes #6284
changeset,11214,[11214],ryan,Die on file error. Cleanup.  Props hakre. fixes #9452
changeset,11215,[11215],ryan,Escape title attributes in calendar links. fixes #8967
changeset,11216,[11216],ryan,Return ref. Props nbachiyski. fixes #9109
changeset,11217,[11217],ryan,Default password nag fixes. Props DD32. fixes #9710
changeset,11218,[11218],ryan,Revert[11210].  fixes #9738 see #9515
changeset,11219,[11219],ryan,Fix RTL color stylesheet loading. Props hakre. fixes #9735
changeset,1121,[1121],saxmatt,"Removing some old functions. Cleaning up remaining places where we exposed emails. Consolidated ampersand fixing. Fixed pasting from Word.
"
changeset,1121,[1121],SergeyBiryukov,Fix parse error in PHP 5.2. see [1120].
changeset,11220,[11220],westi,Decode the commenters name why looking up un-moderated comments. Fixes #6992.
changeset,11221,[11221],westi,Update phpDoc for update_option. See #8805 props rmccue.
changeset,11222,[11222],westi,Updates phpDoc for the post functions. See #8805 props CharlesClarkson.
changeset,11223,[11223],westi,Allow a plugin to vary the comment cookie lifetime (or even remove the cookies altogether). Fixes #4996.
changeset,11224,[11224],azaozz,"Change CSS classes to avoid collisions with ui.tabs, fixes #9740"
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,11226,[11226],westi,Notice fix for plugin editor when no functions found. See #9393 props sivel.
changeset,11227,[11227],westi,Set empty file type if skipping file type check. Fixes notices when importing. See #9393 props sivel.
changeset,11228,[11228],westi,Fix notices when the Recent_Comments widget has no settings
changeset,11229,[11229],westi,Fix notices when an in-use widget is deleted. See #9393 props nbachiyski
changeset,1122,[1122],saxmatt,"Linking to the wrong options file.
"
changeset,1122,[1122],SergeyBiryukov,sanitize_title_with_dashes() test for acute accents. see #WP22395.
changeset,11230,[11230],westi,Prevent notice check on invalid sticky settings. See #9393 props nbachiyski.
changeset,11231,[11231],westi,Revert the rememeber last view for comments page code as it is confusing.
changeset,11232,[11232],azaozz,"Add missing ""echo"" in plugin installer, props Viper007Bond, fixes #9746"
changeset,11233,[11233],azaozz,"Cast to string in array_key_exists() in media.php, props lusuonline, fixes #9749"
changeset,11234,[11234],azaozz,Minor widgets screen css fixes
changeset,11235,[11235],ryan,"Allow plugis to replace just the default help, preserving contextual."
changeset,11236,[11236],westi,Pass just the headers array to should_decode. Fixes #9754 props willnorris.
changeset,11237,[11237],westi,Minor tidy up from merge of changes to BackPress.
changeset,11238,[11238],azaozz,Fix old format multi-number placeholder in widgets
changeset,11239,[11239],azaozz,"Strip tags from category description when used as title, props demetris, fixes #9753"
changeset,1123,[1123],saxmatt,"Bump it
"
changeset,1123,[1123],markoheijnen,Fix unit tests for WP_Image_Editor. After changes of ticket #WP6821
changeset,11240,[11240],azaozz,Properly unset widget number when saving
changeset,11241,[11241],ryan,Cache get_adjacent_post() queries for the duration of the page load to avoid running queries multiple times
changeset,11242,[11242],ryan,Typo fix
changeset,11243,[11243],ryan,Cache empty results for adjacent post queries
changeset,11244,[11244],ryan,Revert line that breaks browser uploader
changeset,11245,[11245],markjaquith,"esc_js(). Shorter, follows new escaping naming convention."
changeset,11246,[11246],azaozz,"Append the widget's title to the header, adjust sidebar height after changing widgets, see #9511"
changeset,11247,[11247],azaozz,"Sort widgets by name case insensitive, fixes #9766"
changeset,11248,[11248],westi,Add 'pre_comment_on_post' action to allow early denial by spam plugin. Fixes #8343.
changeset,11249,[11249],westi,Filter out blank urls for commentors. Fixes #5789.
changeset,1124,[1124],saxmatt,"Wrong time in time format examples and posts_per_rss not updating.
"
changeset,1124,[1124],markoheijnen,eitor_engine should be editor_engine in the image/base.php test
changeset,11250,[11250],westi,Allow for custom ordering in get_terms(). Fixes #7539 props DD32.
changeset,11251,[11251],westi,Add paging support to get_pages(). Fixes #4531 props DD32.
changeset,11252,[11252],westi,Update phpdoc for get_pages() and fix bugs in previous commit.
changeset,11253,[11253],westi,Add a filter to the result of wp_get_object_terms(). Fixes #8704 props Denis-de-Bernardy.
changeset,11254,[11254],azaozz,"Add filters for default widgets calling template functions, props Denis-de-Bernardy, fixes #9780"
changeset,11255,[11255],westi,Fix typo in [11253] fixes #8704 props Denis-de-Bernardy.
changeset,11256,[11256],azaozz,"Put back disabling of sortables for folded sidebars, see #9511"
changeset,11257,[11257],ryan,"Pass IDs, not objects, to get_category_link(). fixes #9784"
changeset,11258,[11258],ryan,"Sanitize plugin update information. Props hakre, Viper007Bond. fixes #5422"
changeset,11259,[11259],ryan,JOIN instead of LEFT JOIN. Props Denis-de-Bernardy. fixes #9720
changeset,1125,[1125],saxmatt,"Explicitly define what gets texturized.
"
changeset,1125,[1125],ryan,Update to support changes made in [WP22510]
changeset,11260,[11260],ryan,"Allow use of _pad_term_counts for all hierarhcical taxonomies. Props mgsisk, Denis-de-Bernardy. fixes #8350"
changeset,11261,[11261],ryan,Remove intro
changeset,11262,[11262],ryan,Typo fix
changeset,11263,[11263],ryan,Accept only IDs for get_term_link(). Prop filosofo. fixes #9323
changeset,11264,[11264],ryan,Add timezone_string to populate_options. Props hakre. fixes #9706
changeset,11265,[11265],ryan,Revert accidental bits. see #9706
changeset,11266,[11266],ryan,Update password nage text. Props  Denis-de-Bernardy. fixes #9710
changeset,11267,[11267],ryan,"Better excerpt text and linkage.  Props demetris, Denis-de-Bernardy. fixes #9371"
changeset,11268,[11268],ryan,Set REQUEST to contain GET + POST. No cookies.  fixes #8814
changeset,11269,[11269],ryan,Add the_author_aim() to deprecated.  see #8776
changeset,1126,[1126],saxmatt,"IE padding problems.
"
changeset,1126,[1126],ryan,wp_crop_image() tests. see #WP6821
changeset,11270,[11270],westi,Better theme page help. Fixes #9745 based on patch from demetris.
changeset,11271,[11271],ryan,Add function_exists check for gzdecode. see #9761
changeset,11272,[11272],westi,Add slash:comments extension to RSS2 feed to give comment counts for posts. Fixes #4023 props peaceablewhale.
changeset,11273,[11273],ryan,Add locale upgrade hint. Props nbachiyski. fixes #8729
changeset,11274,[11274],ryan,Add title option to search widget. Props hakre. fixes #9756
changeset,11275,[11275],ryan,Fix plugin update notice
changeset,11276,[11276],ryan,Fix plugin update notice
changeset,11277,[11277],ryan,Add invisible class to bundled themes. Props hakre. fixes #9755
changeset,11278,[11278],westi,Switch dotclear importer to use builtin UTF8 testing functionality. Fixes #9771 props hakre.
changeset,11279,[11279],westi,Add a 'rss2_comments_ns' action to the namespaces section of the RSS2 comments feed. Fixes #5819.
changeset,1127,[1127],saxmatt,"Min level wasn't updating.
"
changeset,1127,[1127],nbachiyski,"Introduce assertEqualSets()

Often we need to compare arrays without caring about the order in the
elements there.
"
changeset,11280,[11280],ryan,Remove manifest from html until we get it working. see #7262
changeset,11281,[11281],westi,phpdoc updates for l10n functions. Fixes #9767 props demetris.
changeset,11282,[11282],westi,Drop raw check in sanitize_post so int fields are always sanitized.
changeset,11283,[11283],ryan,Fix hiding off offscreen legends in Firefox. Props Denis-de-Bernardy. fixes #9783
changeset,11284,[11284],westi,Clear future publishing hook on post deletion. Fixes #5364 props develish and Denis-de-Bernardy.
changeset,11285,[11285],ryan,Show theme install help text only if user has install_themes cap.
changeset,11286,[11286],azaozz,"Clear float in themes search results, props hakre, fixes #9694"
changeset,11287,[11287],azaozz,"Justify tag clouds, props Simek, fixes #9782"
changeset,11288,[11288],ryan,Fix sign of GMT offsets. Props Denis-de-Bernardy. fixes #9758
changeset,11289,[11289],azaozz,"Ensure Profile page has icon for all users, props jdub, fixes #9732"
changeset,1128,[1128],saxmatt,"Various cleanups.
"
changeset,1128,[1128],nbachiyski,"Add tag factory
"
changeset,11290,[11290],ryan,Translate continent and city names for timezone picker. see #9794
changeset,11291,[11291],ryan,Make login more pluggable. Props Denis-de-Bernardy. fixes #9682
changeset,11292,[11292],ryan,Allow quotes in passwords. fixes #8866
changeset,11293,[11293],ryan,"Add title attributes to links in recent entries widget. Props topncal, Denis-de-Bernardy. fixes #6091"
changeset,11294,[11294],azaozz,"Add .help css class for the media library, fixes #9790"
changeset,11295,[11295],azaozz,"Add style to the URL in automatic update/install messages, props Simek, fixes #9781"
changeset,11296,[11296],ryan,Ampersand validation fix. Props hakre. fixes #9402
changeset,11297,[11297],azaozz,"Correct footer background colour for default theme, props jdub, fixes #9733"
changeset,11298,[11298],ryan,"Remove unneeded pipe in admin footer. Props DD32, Denis-de-Bernardy. fixes #8676"
changeset,11299,[11299],azaozz,"Post comments feed link HTML filter, props JohnLamansky, fixes #9712"
changeset,1129,[1129],saxmatt,"Trim when updating options.
"
changeset,1129,[1129],nbachiyski,"Introduce _unregister_taxonomy()

This is _unregister_post_type()'s counterpart.
"
changeset,112,[112],saxmatt,"EZ SQL, modified slightly for WP use.
"
changeset,112,[112],nbachiyski,"Now we can use $this->knownWPBug(ticket_id) to skip test connected with open trac tickets. Similar knownMUBug() and knownPluginBug() were also added.
"
changeset,11300,[11300],azaozz,"Add filter: the post content ""more link"", props JohnLamansky, fixes #9711"
changeset,11301,[11301],ryan,Use absolute paths for includes. Props hakre. fixes #9750
changeset,11302,[11302],ryan,Pass user to actions. Props sirzooro. fixes #9795
changeset,11303,[11303],ryan,"Feed namespace hooks. Props Denis-de-Bernardy, peaceablewhale. fixes #9792"
changeset,11304,[11304],ryan,Update upload error strings. Props Askapache. fixes #9625
changeset,11305,[11305],ryan,Clear cache after deleting meta. Props Denis-de-Bernardy. fixes #9009
changeset,11306,[11306],ryan,Use IDs instead of slugs in CSS classes ro avoid invalid class names. Props hakre. fixes #8446
changeset,11307,[11307],ryan,Sort active plugins before inactive plugins in all plugins list
changeset,11308,[11308],azaozz,"Lowercase widgets $id_base, props Denis-de-Bernardy, fixes #9797"
changeset,11309,[11309],azaozz,Fix notice in wp-admin/includes/widgets.php
changeset,1130,[1130],rboren,"Mark strings for translation.
"
changeset,1130,[1130],nbachiyski,"Add tests for #WP22435, the Export API crusade
"
changeset,11310,[11310],ryan,Fix widget registration with PHP 4. see #9800
changeset,11311,[11311],ryan,Typo fix. Props Denis-de-Bernardy. fixes #9801
changeset,11312,[11312],markjaquith,Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
changeset,11313,[11313],markjaquith,Exclude <tt> from formatting. props JulienV. fixes #8321
changeset,11314,[11314],ryan,Default plugins per page to 999
changeset,11315,[11315],ryan,Remove stale enclosures. Props mystyman. fixes #6840
changeset,11316,[11316],ryan,Notice fix. Props mrmist. fixes #8446
changeset,11317,[11317],azaozz,"Add a function to output a generic widget anywhere in a template, props Denis-de-Bernardy, fixes #9701"
changeset,11318,[11318],ryan,Remove vestiges of what_to_show. Props filosofo. fixes #9815
changeset,11319,[11319],ryan,Add option to send password to users created from admin.  Props Denis-de-Bernardy. fixes #9669
changeset,1131,[1131],rboren,"Mark strings for translation.
"
changeset,1131,[1131],nbachiyski,"Update renamed method name
"
changeset,11320,[11320],ryan,Don't set user's url to http://. Props josephscott. fixes #9804
changeset,11321,[11321],ryan,Import category descriptions. Props Denis-de-Bernardy. fixes #8840
changeset,11322,[11322],ryan,Use the_author_meta(). Props sivel. see #9393
changeset,11323,[11323],ryan,"Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730"
changeset,11324,[11324],ryan,Revert [11263]. Busted several themes. see #9323
changeset,11325,[11325],westi,Add a permalink_structure_changed action to allow plugins to do something once the new structure has been applied to WP_Rewrite.
changeset,11326,[11326],westi,Give better instructions when installing over an existing users table. Fixes #9569 based on patch from coffee2code.
changeset,11327,[11327],azaozz,"Make sure all colors stylesheets have the same version string, see #7262"
changeset,11328,[11328],ryan,urlencode login redirect. Props Viper007Bond. fixes #9817
changeset,11329,[11329],ryan,Allow plugins to override tz support enable/disable.  Props Otto42. fixes #3962
changeset,1132,[1132],saxmatt,"Fix for empty comment bug.
"
changeset,1132,[1132],kurtpayne,Using $this->assertEqualSets() instead of array_diff().  See #130 for more details.
changeset,11330,[11330],azaozz,"Don't display empty values in the user display name drop-down, props Simek, fix js to add newly entered First Name and Last Name, fixes #9813"
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,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,11333,[11333],ryan,"Give continents-cities their own textdomain. Props nbachiyski, Denis-de-Bernardy . fixes #9794"
changeset,11334,[11334],ryan,Use text/xml for rss feeds for best browser compat. Props Denis-de-Bernardy. fixes #9810
changeset,11335,[11335],ryan,Better verbose page rule detection to support showing posts on a page with a custom permastruct. Props Denis-de-Bernardy. fixes #6603
changeset,11336,[11336],azaozz,"Escape the captions in the gallery with wptexturize() instead of wp_specialchars(), props Denis-de-Bernardy, fixes #8763"
changeset,11337,[11337],azaozz,"Tweak p.help class, props Simek, fixes #9790"
changeset,11338,[11338],westi,Ensure that wp_specialchars captures all pre-encoded entities correctly when preventing double encoding. Fixes #9821.
changeset,11339,[11339],azaozz,"Support more than one gallery on the same page, props jamescollins, fixes #7678"
changeset,1133,[1133],rboren,"s/this lines/this line/ so as to deny the IRC denizens their idle amusement.
"
changeset,1133,[1133],nacin,"Test the loss of categories when using XML-RPC's wp.editPost. see #WP22220.

"
changeset,11340,[11340],azaozz,"Fix IE 512-byte minimum page length bug, props hakre, fixes #8942"
changeset,11341,[11341],ryan,Update PHPMailer to 2.0.4. Props hakre. fixes #9697
changeset,11342,[11342],ryan,Add option to wp_die to display a go back link. Props nbachiyski. fixes #5167
changeset,11343,[11343],ryan,Add escaping for quick edit saves. Props hailin. fixes #9822
changeset,11344,[11344],ryan,Escape posts passed as objects. Props Denis-de-Bernardy. fixes #9727
changeset,11345,[11345],ryan,Handle nested tag in wptexturize(). Props nbachiyski. fixes #7056 see #6969
changeset,11346,[11346],ryan,Ver bump
changeset,11347,[11347],ryan,Use get_post_modified_time filter in get_post_modified_time(). Props Denis-de-Bernardy. fixes #9734
changeset,11348,[11348],ryan,Allow combining category and tag queries. Props turboguy. fixes #5433
changeset,11349,[11349],azaozz,"Strip tags and convert < > to entities when appending widget title, fixes #9830"
changeset,1134,[1134],saxmatt,"Importer updates.
"
changeset,1134,[1134],nbachiyski,"Reflect class rename
"
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,11351,[11351],ryan,"Support headers split over multiple lines. Props hakre, Denis-de-Bernardy, wnorris. fixes #9395"
changeset,11352,[11352],ryan,"strip tags on post titles in recent comments dashboard widget. Props Denis-de-Bernardy, mastermind. fixes #9138"
changeset,11353,[11353],ryan,Improve contextual help for widgets. Props demetris. fixes #9827
changeset,11354,[11354],ryan,Bump all style versions
changeset,11355,[11355],ryan,Fix bad call to str_replace. see #9395
changeset,11356,[11356],ryan,Check if delete_transient() exists to avoid error when upgrading from releases that don't define it.
changeset,11357,[11357],ryan,Check if get_site_option() is defined. It isn't when auto upgrading from <= 2.7.
changeset,11358,[11358],ryan,Fix feed autodiscovery. Props peaceablewhale. fixes #9810
changeset,11359,[11359],azaozz,"Clean up user-edit.php, add password strength meter to Add User and Edit User"
changeset,1135,[1135],rboren,"Mark strings for translation.
"
changeset,1135,[1135],nbachiyski,"Rename the test file, too
"
changeset,11360,[11360],azaozz,"Margin fix for ""updated"" and ""error"" classes, props Simek, fixes #9802"
changeset,11361,[11361],azaozz,"Style tweaks for plugins delete confirmation page, props Simek, fixes #9799"
changeset,11362,[11362],ryan,Trim long descriptions in plugin installer search results. Props DD32. fixes #9576
changeset,11363,[11363],ryan,Revert [11307]. fixes #9842
changeset,11364,[11364],ryan,Add trailing slash before query args for crufty links.  Props peaceablewhale. fixes #9515
changeset,11365,[11365],ryan,Beta 1
changeset,11366,[11366],azaozz,"Add footer actions to iframe footer, props DD32, fixes #9832"
changeset,11367,[11367],ryan,Always show action links for plugin rows. Move offsite links off of plugin name to new 'View Site' action.
changeset,11368,[11368],ryan,"Incorporate version into description. Put version, and author link beneath description (possibly incorporate other meta here)."
changeset,11369,[11369],azaozz,"Add HTML break in user-new.php, props demetris, fixes #9834"
changeset,1136,[1136],saxmatt,"Bug where currently select category wasn't being selected.
"
changeset,1136,[1136],nbachiyski,"Sync naming with latest export API patch
"
changeset,11370,[11370],westi,Migrate final get_author_name() calls to use get_the_author_meta() instead. See #9393 props sivel.
changeset,11371,[11371],westi,Add an action link to allow for plugins to be deleted individually.  Also switch to storing the deletion information and redirecting before displaying. Fixes #9835 props DD32.
changeset,11372,[11372],azaozz,"Update SWFUpload to 2.2.0.1, see #9413"
changeset,11373,[11373],azaozz,Refresh gallery.js
changeset,11374,[11374],azaozz,"Add param to the widget_display_callback hook, props Denis-de-Bernardy, fixes #9852"
changeset,11375,[11375],azaozz,"HTML validity fixes, props hakre, fixes #9432"
changeset,11376,[11376],azaozz,"Sanitize plugin update information, props hakre, fixes #5422"
changeset,11377,[11377],ryan,Bump
changeset,11378,[11378],azaozz,Fix Screen Options and Help buttons
changeset,11379,[11379],ryan,"Recognize Expression Web 2 as IIS. Props peaceablewhale, DD32. fixes #8725"
changeset,1137,[1137],saxmatt,"No categories.
"
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,11380,[11380],markjaquith,"deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security."
changeset,11381,[11381],ryan,bump
changeset,11382,[11382],ryan,Break global post ref so we don't pollute queries. see #9854
changeset,11383,[11383],markjaquith,Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
changeset,11384,[11384],ryan,Typo fix
changeset,11385,[11385],ryan,Add plugin_row_meta filter
changeset,11386,[11386],ryan,Unset from GLOBALS. see #9854
changeset,11387,[11387],ryan,Don't notify post author of own comments.  PrProps josephscott. fixes #8695
changeset,11388,[11388],azaozz,"Clean the cache-manifests, make $manifest_version and $tinymce_version global vars accessible from the manifest"
changeset,11389,[11389],ryan,Move visit plugin site link from actions to meta. see #9849
changeset,1138,[1138],rboren,"Mark strings for translation.
"
changeset,1138,[1138],scribu,add 'the_post' filter tests. props kovshenin. see #WP22448
changeset,11390,[11390],ryan,Bump
changeset,11391,[11391],azaozz,Some more styling for the plugins screen
changeset,11392,[11392],ryan,Lose broken post_status_join. Exclude revisions from post_type = any queries. Props gortsleigh. fixes #8731
changeset,11393,[11393],ryan,Don't double define ABSPATH. Props peaceablewhale. fixes #9863
changeset,11394,[11394],ryan,Fix item count in wp_sprintf_l(). Props abelcheung. fixes #9847
changeset,11395,[11395],ryan,Fix display of titles for front pages. Props sivel. fixes #9288
changeset,11396,[11396],ryan,"Use filtered post data. Props Denis-de-Bernardy, sirzooro. fixes #9084"
changeset,11397,[11397],ryan,Allow case-insensitive logins. Props mdawaffe. fixes #5472
changeset,11398,[11398],ryan,Add more link and then force_balance_tags. Props Denis-de-Bernardy. fixes #9765
changeset,11399,[11399],ryan,Pass query object to loop_start and loop_end actions. Props Denis-de-Bernardy. fixes #9854
changeset,1139,[1139],rboren,"Mark strings for translation.
"
changeset,1139,[1139],ryan,Update cache tests to work with external cache backends.
changeset,113,[113],mikelittle,"Fixed problem doubling up http:// prefix.
"
changeset,113,[113],tellyworth,add -s cli option for skipping known bugs
changeset,11400,[11400],ryan,Reset post-related globals in wp_reset_query(). Props Denis-de-Bernardy. fixes #9256
changeset,11401,[11401],ryan,Reassign links to default cat when deleting link cats via ajax. fixes #9869
changeset,11402,[11402],ryan,Bump
changeset,11403,[11403],azaozz,"Fix blue admin theme for new widgets screen, fixes #9878"
changeset,11404,[11404],azaozz,"Include the current theme in theme update check, props josephscott, fixes #9880"
changeset,11405,[11405],azaozz,"Add nowrap for a.button, fixes #9884"
changeset,11406,[11406],ryan,Remove global regs that can poison query objects. fixes #9854
changeset,11407,[11407],ryan,Add number_format_i18n filter. Props kambiz.k. fixes #7753
changeset,11408,[11408],ryan,Pass text direction to wp_die(). Allow locales to set text direction in local packages. Props nbachiyski. fixes #6132
changeset,11409,[11409],ryan,"Make sure filter IDs are unique. Props bkrausz, hakre. fixes #8723"
changeset,1140,[1140],rboren,"Mark strings for translation.
"
changeset,1140,[1140],ryan,Expect a pretty permalink.
changeset,11410,[11410],ryan,Throttle generic pings to no more than once per hour. Props Denis-de-Bernardy. fixes #6698
changeset,11411,[11411],ryan,Fix load_plugin_textdomain() phpdoc. Props PotterSys. fixes #9892
changeset,11412,[11412],ryan,Bump
changeset,11413,[11413],ryan,Add missing semicolons. Props mrgtb. fixes #9885
changeset,11414,[11414],ryan,seems_utf8() cleanup. Props hakre. fixes #9692
changeset,11415,[11415],ryan,Add orderby=none. Props DD32. fixes #9819
changeset,11416,[11416],ryan,Use get_the_author_meta(). Props sivel. see #9393
changeset,11417,[11417],azaozz,"Remove background color fix for quick edit button bar, props Simek, fixes #9648"
changeset,11418,[11418],azaozz,Ensure the colors stylesheets have the same query string
changeset,11419,[11419],ryan,Fix comment paging for static front page. Props DD32. fixes #8598
changeset,1141,[1141],rboren,"Mark strings for translation.
"
changeset,1141,[1141],ryan,Test_Post_Formats
changeset,11420,[11420],ryan,Revert [11392]. It breaks custom taxonomies for attachments. see #8731
changeset,11421,[11421],azaozz,"Show ""Delete"" in Media -> Add New, props mgriepentrog, fixes #7879"
changeset,11422,[11422],azaozz,Fix styling for the plugins screen
changeset,11423,[11423],ryan,Bump
changeset,11424,[11424],ryan,Use Stylesheet instead of Template to key theme data when doing theme update check. Props josephscott. fixes #9897
changeset,11425,[11425],ryan,Add post ID arg to edit_post_link(). Props coffee2code. fixes #9898
changeset,11426,[11426],ryan,eliminate duplicate cap checks. Props coffee2code. fixes #9899
changeset,11427,[11427],azaozz,"Fix saving and deleting of widgets settings for no-js and for some non-standard widgets, run the actions from the widgets screen when saving with ajax, see #9511"
changeset,11428,[11428],azaozz,"Make get_terms() orderby case insensitive, props DD32, fixes #9906"
changeset,11429,[11429],azaozz,"Fix cursor for folded menu, props sambauers, fixes #9901"
changeset,1142,[1142],saxmatt,"Things should be as simple as possible, but no more.
"
changeset,1142,[1142],ryan,Mark with @ticket
changeset,11430,[11430],ryan,Allow multiple search form templates. Props mtdewvirus. fixes #9908
changeset,11431,[11431],azaozz,"Attempt to fix jQuery UI unselectable form fields in widgets, label can be either explicit or implicit, not both."
changeset,11432,[11432],azaozz,Fix labels for the checkboxes in the Links widget
changeset,11433,[11433],westi,"Introduce sanitise_css_classname() and use it to give categories, tags, users etc meaningful classnames where possible.  Falls back to the id if not. Fixes #8446."
changeset,11434,[11434],ryan,Standardize on UTC. Props Denis-de-Bernardy. fixes #9793
changeset,11435,[11435],westi,"Rename new function to sanitize_html_class() to hilight exactly what it is for, Fixes #8446."
changeset,11436,[11436],ryan,Bump
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,11438,[11438],azaozz,Plugins screen css tweaks
changeset,11439,[11439],azaozz,"Don't show content changed warning when saving as draft from the HTML editor, fixes #9912"
changeset,1143,[1143],saxmatt,"Show category ID.
"
changeset,1143,[1143],ryan,"remove_post_type_support() after adding to avoid polluting future tests.
"
changeset,11440,[11440],ryan,Beta 2
changeset,11441,[11441],westi,"Pass references and more context to the new 'user_profile_update_errors' hook. Fixes #9302.
	"
changeset,11442,[11442],westi,Allow a different role to be set for users when they are created in a call to wp_insert_user(). Fixes #9891 props Denis-de-Bernardy.
changeset,11443,[11443],azaozz,"Initialize $table variable in wp-admin/themes.php, props mdawaffe, fixes #9923"
changeset,11444,[11444],azaozz,Plugins update notices css tweak
changeset,11445,[11445],azaozz,"Delete widgets when dragged back to Available Widgets, add ui.droppable.js and ui.selectable.js, see #9511"
changeset,11446,[11446],westi,Allow plugins to filter the expiration time of the SimplePie cache. Fixes #9926.
changeset,11447,[11447],westi,Hide options from users when they don't make any sense for them. Fixes #8433 props Denis-de-Bernardy.
changeset,11448,[11448],westi,Add a wp_lostpassword_url() function to complete the set. Based on patch from ramiy fixes #9932.
changeset,11449,[11449],ryan,Set eol style
changeset,1144,[1144],saxmatt,"More l10n stuff.
"
changeset,1144,[1144],SergeyBiryukov,Remove closure from class-wp-export-query.php. see [1130]. see #101.
changeset,11450,[11450],ryan,Trim tailing whitespace
changeset,11451,[11451],ryan,Bump
changeset,11452,[11452],ryan,Restore LEFT JOIN for post_status_join. fixes #9851 see #9720
changeset,11453,[11453],westi,Remove context from wp_feed_cache_transient_lifetime filter and filter in fetch_feed as well. Fixes #9926.
changeset,11454,[11454],azaozz,"Improve Filesystem method choice for 'direct'; introduce FS_METHOD constant, props DD32, fixes #9936"
changeset,11455,[11455],azaozz,"Add a hook in print_footer_scripts as in print_head_scripts, props arena, fixes #9856"
changeset,11456,[11456],ryan,Bump
changeset,11457,[11457],ryan,Add orderby = none option to wp_get_object_terms(). Props vladimir_kolesnikov. fixes #9937
changeset,11458,[11458],westi,Allow a plugin to filter the list of Page statuses. Fies #9928 props coffee2code.
changeset,11459,[11459],ryan,Don't use short tag. Props DD32. fixes #9920
changeset,1145,[1145],saxmatt,"Correctly respect excerpt wishes.
"
changeset,1145,[1145],SergeyBiryukov,Isolate WP_Image_Editor tests from PHP 5.2 to prevent a fatal error due to missing ReflectionProperty::setAccessible() method.
changeset,11460,[11460],ryan,Don't use esc_html() for DB bound data. see #9934
changeset,11461,[11461],azaozz,"Revert [11202], see #9726"
changeset,11462,[11462],azaozz,"Fix the inserting of caption shortcode when the upload path contains ""align"""
changeset,11463,[11463],azaozz,Trim white space
changeset,11464,[11464],ryan,"Fix loop start, loop end workflow. Props Denis-de-Bernardy. fixes #9944"
changeset,11465,[11465],ryan,Fix unlink warning. see #9936
changeset,11466,[11466],azaozz,Ensure autosave is run before showing preview for new posts/pages.
changeset,11467,[11467],ryan,wp_unique_post_slug() fixes. Props Denis-de-Bernardy. fixes #9726
changeset,11468,[11468],ryan,Fix default orderby for tt_id query. see #9937
changeset,11469,[11469],ryan,Fix default orderby for tt_id query. see #9937
changeset,1146,[1146],saxmatt,"Bug fix from Josh @ elsewhere.org.
"
changeset,1146,[1146],nacin,"Unit tests for get_home_path() when home != siteurl. props ryan. see #WP20449.

"
changeset,11470,[11470],ryan,Add confirmation AYS when upgrading a theme. fixes #9904
changeset,11471,[11471],westi,Check to see if we have an author before displaying it. See #9948.
changeset,11472,[11472],ryan,Bump
changeset,11473,[11473],azaozz,"TinyMCE 3.2.4.1, fixes #9950"
changeset,11474,[11474],azaozz,"Adds the bulk actions to the bottom of the plugins listing table and other fixes, props dd32, fixes #9838"
changeset,11475,[11475],ryan,Note that paging applies to top-level comment counts. Props hailin. fixes #9900
changeset,11476,[11476],ryan,Fix parent=0 queries. Props Denis-de-Bernardy  107 minutes ago. . fixes #9960
changeset,11477,[11477],ryan,Fix notice. Props wnorris. fixes #8433
changeset,11478,[11478],ryan,Generate correct links for custom taxonomies. Props gortsleigh. fixes #9967
changeset,11479,[11479],ryan,Revert [11475]. Keep those strings frozen for 2.8. see #9900
changeset,1147,[1147],saxmatt,"Linked to wrong file.
"
changeset,1147,[1147],westi,"Posting Caps: Add some initial tests for _wp_translate_postdata() relating to basic functionality. Relates to #WP22417.
"
changeset,11480,[11480],ryan,Bump
changeset,11481,[11481],ryan,Fix search for custom taxonomies. Props gortsleigh. fixes #9971
changeset,11482,[11482],azaozz,"Always show the open/close arrow next to the widget title, fixes #9914"
changeset,11483,[11483],azaozz,"Fix submenu position and state on folded admin menu, props sambauers, fixes #9956"
changeset,11484,[11484],ryan,Fix widget unregister back-compat. fixes #9952
changeset,11485,[11485],ryan,Fix notice when searching categories. Props gortsleigh. fixes #9970
changeset,11486,[11486],ryan,Add tool_box action to tools.php. Allows appending to tools.
changeset,11487,[11487],ryan,RTL fixes. Props yoavf. fixes #9975
changeset,11488,[11488],ryan,Use _wp_specialchars to get NOQUOTES. see #9934
changeset,11489,[11489],ryan,Add comment_moderation_headers filter. Props mtdewvirus. fixes #9969
changeset,1148,[1148],saxmatt,"Cleaned up unused options.
"
changeset,1148,[1148],ryan,Pinking shears and eol-style
changeset,11490,[11490],markjaquith,"Add esc_sql(), for completeness."
changeset,11491,[11491],ryan,Bump
changeset,11492,[11492],westi,Ensure the errors array is always defined so as to always have something to return
changeset,11493,[11493],westi,Move the upload_dir filter before the directory is created so that plugins can have a better effect. Fixes #9973 props dd32.
changeset,11494,[11494],westi,Add context to the translation of Tag in the theme installer. Fixes #9981.
changeset,11495,[11495],westi,Fix plugin/theme upgrade issues when using ftp extension. Fixes #9980 props DD32.
changeset,11496,[11496],azaozz,"Reduce default Thickbox height on plugins install screen, props scribu, fixes #9986"
changeset,11497,[11497],azaozz,Fix margin on Find Themes button
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,11499,[11499],azaozz,"Test writability of ABSPATH when upgrading core or WP_PLUGIN_DIR when installing/updating themes and plugins, fixes #9936"
changeset,1149,[1149],saxmatt,"Moving the cache file to a secure location.
"
changeset,1149,[1149],ryan,"Restore home, siteurl, and _SERVER after test."
changeset,114,[114],saxmatt,"ezSQL mods.
"
changeset,114,[114],tellyworth,mark some known WP bugs
changeset,11500,[11500],markjaquith,"We do not use plugin, we use file"
changeset,11501,[11501],ryan,Use proper field for category intersection queries. fixes #9985
changeset,11502,[11502],ryan,Bump
changeset,11503,[11503],azaozz,"Add ""Accessibility Mode"" for widgets screen (can be turned on from Screen Options). Add set_user_setting() to the UI state saving functions."
changeset,11504,[11504],azaozz,"Allow translators to change the curly quotes in wptexturize(), props nbachiyski fixes #10001"
changeset,11505,[11505],azaozz,"Take <p> out of translatable string, props nbachiyski, fixes #9995"
changeset,11506,[11506],azaozz,"Add more translator comments for placeholders, props nbachiyski, fixes #10002"
changeset,11507,[11507],azaozz,Add two more images to manifest.php
changeset,11508,[11508],azaozz,"Add $hook_suffix as js var, fixes #10008"
changeset,11509,[11509],ryan,Bump
changeset,1150,[1150],saxmatt,"Timezone fixes, I hope.
"
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,11510,[11510],azaozz,"Improve widgets hooks, props Denis-de-Bernardy, fixes #10013"
changeset,11511,[11511],azaozz,"Add .description html class to edit-category-form.php and edit-tag-form.php, props Simek, fixes #9845"
changeset,11512,[11512],ryan,Pass taxonomy to_tag_row() when adding tags via ajax.  Props dd32. fixes #10019
changeset,11513,[11513],ryan,"noindex for login. Props Viper007Bond, joostdevalk. fixes #10026"
changeset,11514,[11514],azaozz,"Give login screen proper iPhone viewport, props noel, fixes #10023"
changeset,11515,[11515],azaozz,"Move buttons from row 4 to row 3 in the editor when row 3 is empty, fixes #9840"
changeset,11516,[11516],azaozz,"Using css to hide the Save button in widgets without settings, props Denis-de-Bernardy, fixes #10020"
changeset,11517,[11517],azaozz,Add gray background to inactive rows on plugins screen
changeset,11518,[11518],ryan,Don't pass by reference. Props kamiyeye. fixes #9994
changeset,11519,[11519],azaozz,"Add styling to the search results table for plugins, props Denis-de-Bernardy, fixes #9921"
changeset,1151,[1151],saxmatt,"Shouldn't use relative links for link images.
"
changeset,1151,[1151],nacin,"Tests for [WP22817], see #WP22356. props DH-Shredder.

"
changeset,11520,[11520],azaozz,Fix the border in the install plugins table
changeset,11521,[11521],ryan,"Pass name to sidebar, footer, and header get actions.  Props scribu. fixes #10022"
changeset,11522,[11522],azaozz,"Fix vertical misalignment in user-edit.php, fixes #10036"
changeset,11523,[11523],azaozz,CSS tweaks for plugins-all screen
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,11525,[11525],azaozz,"WP Upgrader improvements, props DD32, fixes #9836"
changeset,11526,[11526],azaozz,"CSS fix for vertical misalignment in user-edit.php, props demetris, fixes #10036"
changeset,11527,[11527],ryan,Validation fix. Props Harish. fixes #10049
changeset,11528,[11528],ryan,"Use array instead of query string notation. Prop dd32, kamiyeye. fixes #10047"
changeset,11529,[11529],ryan,Initialize var. Props dd32. fixes #10050
changeset,1152,[1152],saxmatt,"Typos.
"
changeset,1152,[1152],scribu,remove unnecessary 'wp_image_editors' filter
changeset,11530,[11530],azaozz,"Allow CodePress to be disabled from Screen Options, see #10027"
changeset,11531,[11531],azaozz,"CSS tweaks for the plugins screen, same style for active and inactive for all screens"
changeset,11532,[11532],azaozz,bump
changeset,11533,[11533],azaozz,"Add translation domain to the timezone picker, props nbachiyski, fixes #10066"
changeset,11534,[11534],azaozz,"Don't show Change Permalinks button when user doesn't have permission, props johnbillion, fixes #10072"
changeset,11535,[11535],azaozz,"Fix permission check on Edit Pages screen, props johnbillion, fixes #10074"
changeset,11536,[11536],azaozz,"In get_posts() ""category"" is expected to be a string"
changeset,11537,[11537],azaozz,"Remove cache-manifest.php, see #7262"
changeset,11538,[11538],azaozz,Check if turbo-nag exists and don't initialize Gears on every page load to check if it's enabled only check if it's installed to prevent crash in Firefox 3.0.10. Fixes #10083
changeset,11539,[11539],azaozz,"Fix insecure content warnings when Manage Themes is loaded via https, props peaceablewhale, fixes #10080"
changeset,1153,[1153],saxmatt,"New mail functionality.
"
changeset,1153,[1153],scribu,fix filter name in WP_Image_UnitTestCase
changeset,11540,[11540],azaozz,"Press This css tweaks, props noel"
changeset,11541,[11541],azaozz,"Fix plugin version check when updating, props dd32, fixes #10058"
changeset,11542,[11542],azaozz,"Pointer cursor for switch in Quick Edit, props johnbillion, fixes #10064"
changeset,11543,[11543],westi,Bump the version in the readme. Fixes #10087.
changeset,11544,[11544],westi,Replace the _ before sorting the timezones. Fixes #10066 props nbachiyski.
changeset,11545,[11545],westi,Remove theme_basename() for now as the changeset that introduced it was reverted and nothing uses it. See #10067.
changeset,11546,[11546],azaozz,"CSS tweaks for plugin page, props Denis-de-Bernardy, fixes #10054"
changeset,11547,[11547],azaozz,"CSS tweak for Feature Filter (Theme Installer), props demetris, fixes #10088"
changeset,11548,[11548],azaozz,"Fix check for a published post in calendar widget, props Denis-de-Bernardy, fixes #10091"
changeset,11549,[11549],matt,Bumpity bump bump.
changeset,1154,[1154],saxmatt,"Bump
"
changeset,1154,[1154],scribu,fix filter name in Tests_Image_Functions
changeset,11550,[11550],ryan,2.8
changeset,11551,[11551],ryan,2.8 branch
changeset,11552,[11552],ryan,Bump
changeset,11553,[11553],ryan,Bump
changeset,11554,[11554],azaozz,"H2 ""Add New"" buttons for the main screens"
changeset,11555,[11555],ryan,Check delete caps for delete action links. Props johnbillion. fixes #10121 for trunk
changeset,11556,[11556],ryan,Check delete caps for delete action links. Props johnbillion. fixes #10121 for 2.8
changeset,11557,[11557],azaozz,"CSS tweaks for the uploader and Media Library, props hailin, fixes #10110"
changeset,11558,[11558],azaozz,"Fix the flash uploader button font, props demetris, fixes #10113"
changeset,11559,[11559],azaozz,"Fix the flash uploader button font, props demetris, fixes #10113 for trunk"
changeset,1155,[1155],rboren,"Mark strings for translation. Partial.
"
changeset,1155,[1155],ryan,Use wp_get_image_editor()
changeset,11560,[11560],azaozz,"Fix typo in update-core.php, props takayukister, fixes #10140 for 2.8.1"
changeset,11561,[11561],azaozz,"Fix typo in update-core.php, props takayukister, fixes #10140 for trunk"
changeset,11562,[11562],azaozz,"is_active_sidebar() should use wp_get_sidebars_widgets(), props greenshady and Denis-de-Bernardy, fixes #10136 "
changeset,11563,[11563],azaozz,"Fix typo, props morfiusx and Denis-de-Bernardy, fixes #10137 for 2.8.1"
changeset,11564,[11564],azaozz,"Fix typo, props morfiusx and Denis-de-Bernardy, fixes #10137 for trunk"
changeset,11565,[11565],ryan,Menu fixes
changeset,11566,[11566],ryan,Menu fixes
changeset,11567,[11567],ryan,Add missing brackets. Props westonruter. fixes #8446 for trunk
changeset,11568,[11568],ryan,Add missing brackets. Props westonruter. fixes #8446 for 2.8.1
changeset,11569,[11569],ryan,Fix fatal error in incoming links dashboard module when author not defined. Props jikamens. fixes #10162 for trunk
changeset,1156,[1156],saxmatt,"Moved geo-settings into Misc.
"
changeset,1156,[1156],ryan,wp_prepare_attachment_for_js() tests
changeset,11570,[11570],ryan,Fix fatal error in incoming links dashboard module when author not defined. Props jikamens. fixes #10162 for 2.8.1
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,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,11575,[11575],ryan,Ver bump
changeset,11576,[11576],azaozz,"Do not reuse deleted widget instances IDs, fixes #10092 for 2.8.1"
changeset,11577,[11577],azaozz,"Do not reuse deleted widget instances IDs, fixes #10092 for trunk"
changeset,11578,[11578],ryan,Don't write to htaccess every time page is saved.  Add hard/soft flush flag to flush_rules(). Make sure fopen is successful and silence errors. Props Viper007Bond. fixes #10181 for trunk
changeset,11579,[11579],ryan,Don't write to htaccess every time page is saved.  Add hard/soft flush flag to flush_rules(). Make sure fopen is successful and silence errors. Props Viper007Bond. fixes #10181 for 2.8.1
changeset,1157,[1157],saxmatt,"Fixed a problem with using bloginfo().
"
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,11580,[11580],azaozz,"is_active_sidebar() should use wp_get_sidebars_widgets(), props greenshady and Denis-de-Bernardy, fixes #10136 for 2.8.1"
changeset,11581,[11581],ryan,Bump
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,11584,[11584],ryan,Bump
changeset,11585,[11585],ryan,Plugin install fixes. Props Denis-de-Bernardy. see #10192
changeset,11586,[11586],ryan,Plugin install fixes. Props Denis-de-Bernardy. see #10192 for 2.8.1
changeset,11587,[11587],ryan,Increase download_url() timeout from 30 to 60. see #10104
changeset,11588,[11588],ryan,Increase download_url() timeout from 30 to 60. see #10104 for 2.8.1
changeset,11589,[11589],azaozz,Fall back to wp-tinymce.js if wp-tinymce.js.gz doesn't exist
changeset,1158,[1158],saxmatt,"Added filter and action hooks.
"
changeset,1158,[1158],ryan,Test invalidation of object term relationship cache. see #WP22560
changeset,11590,[11590],azaozz,Fall back to wp-tinymce.js if wp-tinymce.js.gz doesn't exist
changeset,11591,[11591],westi,Improve description of comments_per_page option. Fixes #9900 props hailin.
changeset,11592,[11592],ryan,More menu fixes
changeset,11593,[11593],ryan,More menu fixes
changeset,11594,[11594],ryan,Bump
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,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,11597,[11597],ryan,Optimize timezone dropdown creation. Props sambauers. fixes #10125 for trunk
changeset,11598,[11598],ryan,Optimize timezone dropdown creation. Props sambauers. fixes #10125 for 2.8.1
changeset,11599,[11599],ryan,Reduce SimplePie memory usage. Props link92. fixes #10147 for trunk
changeset,1159,[1159],rboren,"Mark strings for translation.
"
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,115,[115],saxmatt,"Major comments overhaul: decreased # of queries, combined *backs and comments, and made ezSQL mod.
"
changeset,115,[115],tellyworth,improvements to 'all' action tests
changeset,11600,[11600],ryan,Reduce SimplePie memory usage. Props link92. fixes #10147 for 2.8.1
changeset,11601,[11601],ryan,Bump
changeset,11602,[11602],ryan,Enforce incoming links item limit
changeset,11603,[11603],ryan,Revert oops
changeset,11604,[11604],ryan,Enforce incoming links item limit
changeset,11605,[11605],ryan,Enforce incoming links item limit
changeset,11606,[11606],ryan,absint paged
changeset,11607,[11607],ryan,absint paged
changeset,11608,[11608],westi,Make it easier for plugins to add extra fields to the Edit Category/Tag forms. Fixes #8831 for trunk props Denis-de-Bernardy
changeset,11609,[11609],westi,Make it easier for plugins to add extra fields to the Edit Category/Tag forms. Fixes #8831 for 2.8.1 props Denis-de-Bernardy
changeset,1160,[1160],rboren,"Mark strings for translation.
"
changeset,1160,[1160],nacin,"Basic tests for the attachment post type having a different capability for create_posts than edit_posts. see #WP16714.

"
changeset,11610,[11610],markjaquith,"Create wp_validate_redirect(), have the upgrade done link use it. props Westi. fixes #10193 for trunk"
changeset,11611,[11611],markjaquith,"Create wp_validate_redirect(), have the upgrade done link use it. props Westi. fixes #10193 for 2.8.1"
changeset,11612,[11612],ryan,Bump
changeset,11613,[11613],azaozz,"Always load the Dashboard RSS widgets with AJAX, see #10133 for trunk"
changeset,11614,[11614],azaozz,"Always load the Dashboard RSS widgets with AJAX, see #10133 for 2.8"
changeset,11615,[11615],westi,Introduce _deep_replace() and use it to improve the stripping of percent encoded values from urls. Fixes #10226 for trunk.
changeset,11616,[11616],westi,Introduce _deep_replace() and use it to improve the stripping of percent encoded values from urls. Fixes #10226 for 2.8.1
changeset,11617,[11617],westi,Correct phpDoc comment for add_filter. Fixes #10164 for trunk.
changeset,11618,[11618],westi,Correct phpDoc comment for add_filter. Fixes #10164 for trunk.
changeset,11619,[11619],westi,Remove the cruft. Fixes #10227 for trunk props sirzooro.
changeset,1161,[1161],rboren,"Mark strings for translation.
"
changeset,1161,[1161],convissor,Prevent failures/fatals when jpeg support missing.
changeset,11620,[11620],westi,Remove the cruft. Fixes #10227 for 2.8.1 props sirzooro.
changeset,11621,[11621],ryan,Bump
changeset,11622,[11622],ryan,Load formatting.php before install redirect so that wp_redirect() can call _deep_replace(). see #10226
changeset,11623,[11623],ryan,Load formatting.php before install redirect so that wp_redirect() can call _deep_replace(). see #10226
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,11626,[11626],ryan,Merge latest pomo. Works around mbstring.func_overload. Props nbachiyski. fixes #10236 for trunk
changeset,11627,[11627],ryan,Merge latest pomo. Works around mbstring.func_overload. Props nbachiyski. fixes #10236 for 2.8.1
changeset,11628,[11628],ryan,Fix back-compat plugins page redirects. Props filosofo. fixes #10246 for trunk
changeset,11629,[11629],ryan,Fix back-compat plugins page redirects. Props filosofo. fixes #10246 for 2.8.1
changeset,1162,[1162],rboren,"Mark strings for translation.
"
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,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,11632,[11632],ryan,Enforce stream_get_contents() requirement for ssh2 fs. Props dd32. fixes #10093 for trunk
changeset,11633,[11633],ryan,Enforce stream_get_contents() requirement for ssh2 fs. Props dd32. fixes #10093 for 2.8.1
changeset,11634,[11634],ryan,Pass delimiter to preg_quote(). Props Denis-de-Bernardy. see #9955
changeset,11635,[11635],ryan,Pass delimiter to preg_quote(). Props Denis-de-Bernardy. see #9955
changeset,11636,[11636],azaozz,"Fix the test for autosave in post.js, fixes #10135 for 2.8"
changeset,11637,[11637],azaozz,"Fix the test for autosave in post.js, fixes #10135 for trunk"
changeset,11638,[11638],ryan,Don't lose upload error messages. Props filosofo. fixes #10238 for trunk
changeset,11639,[11639],ryan,Don't lose upload error messages. Props filosofo. fixes #10238 for 2.8.1
changeset,1163,[1163],rboren,"Mark strings for translation.
"
changeset,1163,[1163],convissor,Assert type rather than is_array() true.
changeset,11640,[11640],ryan,Fix role translation. fixes #10270 for trunk
changeset,11641,[11641],ryan,Fix role translation. fixes #10270 for 2.8.1
changeset,11642,[11642],ryan,Sort wp_page_menu() by menu_order. Props nathanrice. fixes #10266
changeset,11643,[11643],ryan,Sort wp_page_menu() by menu_order. Props nathanrice. fixes #10266 for 2.8.1
changeset,11644,[11644],ryan,Don't show error message when updating a custom field without changing its value. see #10254
changeset,11645,[11645],ryan,Don't show error message when updating a custom field without changing its value. see #10254 for 2.8.1
changeset,11646,[11646],azaozz,"Fix overlap in plugin and theme editors, props eddieringle, fixes #10101 for 2.8"
changeset,11647,[11647],azaozz,"Fix overlap in plugin and theme editors, props eddieringle, fixes #10101 for trunk"
changeset,11648,[11648],azaozz,"Use CSS instead of nbsp, props demetris, fixes #10206 for 2.8"
changeset,11649,[11649],azaozz,"Use CSS instead of nbsp, props demetris, fixes #10206 for trunk"
changeset,1164,[1164],rboren,"Mark strings for translation.
"
changeset,1164,[1164],convissor,Provide way to set error_reporting() level.
changeset,11650,[11650],azaozz,"Fix cache in WP_Widget_Recent_Posts, fixes #10251 for 2.8"
changeset,11651,[11651],azaozz,"Fix cache in WP_Widget_Recent_Posts, fixes #10251 for trunk"
changeset,11652,[11652],azaozz,"Add missing localization in WP_HTTP, props Denis-de-Bernardy, fixes #10231 for 2.8"
changeset,11653,[11653],azaozz,"Add missing localization in WP_HTTP, props Denis-de-Bernardy, fixes #10231 for trunk"
changeset,11654,[11654],ryan,Bump
changeset,11655,[11655],azaozz,"Fix typo in wp_style_is(), props Denis-de-Bernardy, fixes #10283 for 2.8"
changeset,11656,[11656],azaozz,"Fix typo in wp_style_is(), props Denis-de-Bernardy, fixes #10283 for trunk"
changeset,11657,[11657],ryan,Fix compat with zend.ze1_compatibility_mode. Props gsnedders. fixes #10222 for trunk
changeset,11658,[11658],ryan,Fix compat with zend.ze1_compatibility_mode. Props gsnedders. fixes #10222 for 2.8.1
changeset,11659,[11659],azaozz,"Fix pending comments count, paging and comments requests while moderating for 2.8"
changeset,1165,[1165],rboren,"Mark strings for translation.
"
changeset,1165,[1165],convissor,Remove the illusion of setting error_reporting; wp hard codes level in way too many places.
changeset,11660,[11660],azaozz,"Fix pending comments count, paging and comments requests while moderating for trunk"
changeset,11661,[11661],azaozz,"Improved $_SERVER['REQUEST_URI'] test for IIS, props ruslany, fixes #5682 for 2.8"
changeset,11662,[11662],azaozz,"Improved $_SERVER['REQUEST_URI'] test for IIS, props ruslany, fixes #5682 for trunk"
changeset,11663,[11663],azaozz,"Fix vertical misalignment and cell borders in IE, props demetris, fixes #10090 for 2.8"
changeset,11664,[11664],azaozz,"Fix vertical misalignment and cell borders in IE, props demetris, fixes #10090 for trunk"
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,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,11669,[11669],ryan,"Change update string to indicate if version is the original English one, or the local one. Props nbachiyski. fixes #10117 for trunk"
changeset,1166,[1166],rboren,"menu.php no longer needs menu.txt.
"
changeset,1166,[1166],scribu,tidy up config sample
changeset,11670,[11670],ryan,"Change update string to indicate if version is the original English one, or the local one. Props nbachiyski. fixes #10117 for 2.8.1"
changeset,11671,[11671],ryan,Check that token_get_all() exists before creating documentation links.  fixes #10261 for trunk
changeset,11672,[11672],ryan,Check that token_get_all() exists before creating documentation links.  fixes #10261 for 2.8.1
changeset,11673,[11673],ryan,Disable codepress for 2.8.1
changeset,11674,[11674],azaozz,"Fix the rounded corners on .widefat, for trunk"
changeset,11675,[11675],azaozz,"Fix the rounded corners on .widefat, for 2.8"
changeset,11676,[11676],azaozz,"Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239"
changeset,11677,[11677],ryan,Output final optgroup. Props hakre. fixes #10292 for trunk
changeset,11678,[11678],ryan,Output final optgroup. Props hakre. fixes #10292 for 2.8.1
changeset,11679,[11679],ryan,Use SSL links to xmlrpc and app when admin ssl is forced.
changeset,1167,[1167],saxmatt,"Casting new line as literal rather than interpreted.
"
changeset,1167,[1167],ryan,Tests for current_user_can_for_blog()
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,11682,[11682],ryan,Don't allow direct loading of link-parse-opml.php. This file needs to go away someday.
changeset,11683,[11683],ryan,Don't allow direct loading of link-parse-opml.php. This file needs to go away someday.
changeset,11684,[11684],ryan,Better compression compat. Props dd32. see #10163
changeset,11685,[11685],ryan,Tango/GNOME smilies. Props jdub. fixes #10145
changeset,11686,[11686],ryan,Add 'rpc' context to siteurl which obeys ADMIN and LOGIN forced SSL. see #10330
changeset,11687,[11687],ryan,Add 'rpc' context to siteurl which obeys ADMIN and LOGIN forced SSL. see #10330 for 2.8.1
changeset,11688,[11688],azaozz,"Inline CSS filter for kses, for 2.8"
changeset,11689,[11689],azaozz,"Inline CSS filter for kses, for trunk, fixes #10336"
changeset,1168,[1168],rboren,"Fix some grammatical and markup errors.  From eke.
"
changeset,1168,[1168],nacin,"wptexturize() test for formatting apostrophes in words before primes. see #WP22823.

"
changeset,11690,[11690],azaozz,"Convert the old style widgets order array only when loading the widgets screen, fixes #10300 for 2.8"
changeset,11691,[11691],azaozz,"Convert the old style widgets order array only when loading the widgets screen, fixes #10300 for trunk"
changeset,11692,[11692],ryan,"Allow class, id, and style on headers. Props matt."
changeset,11693,[11693],ryan,"Allow class, id, and style on headers. Props matt. for 2.8.1"
changeset,11694,[11694],ryan,change wp_ajax_nopriv in admin-ajax.php to support GET as well as POST. Props dd32. fixes #10345
changeset,11695,[11695],ryan,Bump
changeset,11696,[11696],westi,Update readme version for 2.8.1. Fixes #10356 props nanochrome and dcole07.
changeset,11697,[11697],westi,Update the readme in trunk early for once.
changeset,11698,[11698],azaozz,"Fix deprecated arg. in safecss_filter_attr(), for 2.8"
changeset,11699,[11699],azaozz,"Fix deprecated arg. in safecss_filter_attr(), for trunk"
changeset,1169,[1169],rboren,"Mark strings for translation.
"
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,116,[116],saxmatt,"Unnecessary code cleanup.
"
changeset,116,[116],tellyworth,initial stab at loading jacob's unit tests
changeset,11700,[11700],ryan,Bump
changeset,11701,[11701],ryan,2.8.1
changeset,11702,[11702],westi,Add extra site debugging support to enable conditionally enable display_errors or a special error_log. Fixes #10202 props sivel.
changeset,11703,[11703],westi,Make checked and selected compare more carefully and update the phpdoc with the correct @since version. Fixes #9862 props Denis-de-Bernardy.
changeset,11704,[11704],westi,Fix typo in type_url_from_video() link text description. Fixes #10071 props Denis-de-Bernardy.
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,11706,[11706],azaozz,"Properly escape the title in the feed widget, props nbachiyski, fixes #10378 for 2.8"
changeset,11707,[11707],azaozz,"Properly escape the title in the feed widget, props nbachiyski, fixes #10378 for trunk"
changeset,11708,[11708],westi,Remove comment quickedit data from the dashboard recent comments widget. Fixes #9603 props coffee2code.
changeset,11709,[11709],westi,Call wp_dropdown_users() with echo=0 when outputting the quickedit and bulkedit forms so as to remove the need for output buffering. Fixes #10062 props johnbillion.
changeset,1170,[1170],rboren,"Mark strings for translation.
"
changeset,1170,[1170],SergeyBiryukov,Use DIR_TESTDATA in pomo tests. props mbijon. see #22989.
changeset,11710,[11710],westi,Update the version number in the 2.8 branch.
changeset,11711,[11711],azaozz,"Fix converting of HTML entities in Quick editor for comments, don't output QE data when the user cannot edit comments, fixes #9935"
changeset,11712,[11712],azaozz,"Improve temp file name, props DD32, fixes #10224"
changeset,11713,[11713],azaozz,"Truncate comment agent when longer than 255 chars, props Denis-de-Bernardy, fixes #10389"
changeset,11714,[11714],azaozz,"Hide update notification for themes that are updated manually, props Denis-de-Bernardy, fixes #10220"
changeset,11715,[11715],azaozz,"Fix notice in upload.php, props mrmist, fixes #10223"
changeset,11716,[11716],azaozz,"Fix plugins descriptions localization, props Denis-de-Bernardy, fixes #10382"
changeset,11717,[11717],azaozz,"Correct icon_url over SSL in add_object_page(), props johnbillion, fixes #10412"
changeset,11718,[11718],azaozz,"Flush the cache in Recent Comments widget on transition_comment_status, props josephscott, fixes #10427"
changeset,11719,[11719],azaozz,"Properly sanitize Gears storeName for IDN domains, fixes #9594"
changeset,1171,[1171],rboren,"Mark strings for translation.
"
changeset,1171,[1171],SergeyBiryukov,Rename pomo tests to conform to the standard introduced in [904]. see [1106].
changeset,11720,[11720],azaozz,"Properly escape comment_author_url when displaying, for 2.8"
changeset,11721,[11721],azaozz,"Properly escape comment_author_url when displaying, for trunk"
changeset,11722,[11722],ryan,"Escape , , and  for use in attributes by default since so many themes don't escape them. Use wp_get_current_commenter() to get the raw values."
changeset,11723,[11723],ryan,"sanitize_comment_cookie() handles the attribute escaping, so remove the extra escaping and leave the phpdoc."
changeset,11724,[11724],ryan,esc_url() for ()
changeset,11725,[11725],ryan,"esc_url() for (), for 2.8"
changeset,11726,[11726],ryan,Bump readme version
changeset,11727,[11727],ryan,esc_attr() for comment author email
changeset,11728,[11728],ryan,esc_attr() for comment author email
changeset,11729,[11729],ryan,Bump
changeset,1172,[1172],rboren,"Mark strings for translation.
"
changeset,1172,[1172],SergeyBiryukov,Fix class name in translationEntry.php. see [1171].
changeset,11730,[11730],ryan,2.8.2
changeset,11731,[11731],azaozz,"""Trash"" status for comments, first run, props caesarsgrunt, see #4529"
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,11734,[11734],ryan,Pings to the people. Return to pinging for updates to published posts.  see #6698
changeset,11735,[11735],ryan,Pings to the people. Return to pinging for updates to published posts.  see #6698 for 2.8
changeset,11736,[11736],ryan,Revert tango smilies back to old school WP smilies due to public hue and cry. see #10145
changeset,11737,[11737],azaozz,"Generate same as original color depth thumbnails for PNG images, props madhyde, fixes #9887"
changeset,11738,[11738],ryan,add smilies_src filter. Props Otto42. see #10145
changeset,11739,[11739],azaozz,"Fix comment author url when editing, fixes #10466 for trunk"
changeset,1173,[1173],rboren,"Mark strings for translation.
"
changeset,1173,[1173],scribu,"add some WP_Meta_Query tests. props joehoyle

see 19729. fixes #UT122"
changeset,11740,[11740],azaozz,"Fix comment author url when editing, fixes #10466 for 2.8"
changeset,11741,[11741],azaozz,"""Trash"" status for comments updates, props caesarsgrunt, see #4529"
changeset,11742,[11742],azaozz,"Fix QE returned data for Pending and Scheduled posts screens, use jQuery.live() for QE events, fixes #10478"
changeset,11743,[11743],azaozz,"Improve QE data for Draft, Pending and Scheduled posts screens, see #10478"
changeset,11744,[11744],azaozz,"Fix wp_tag_cloud('order=RAND'), don't pre-sort if filter 'tag_cloud_sort' is used to sort the tags, props Joern_W, fixes #10393"
changeset,11745,[11745],ryan,Canonical redirects for post name queries.  Props DD32. see #6516
changeset,11746,[11746],azaozz,"Use exif rotation data when creating sub-sizes of uploaded jpeg images, see #7042"
changeset,11747,[11747],azaozz,"Add attachment ID to the wp_generate_attachment_metadata filter, props taco1991, fixes #10494"
changeset,11748,[11748],azaozz,"Allow _wp_get_comment_list to handle custom comment types, props aaroncampbell, fixes #10463"
changeset,11749,[11749],azaozz,"Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529"
changeset,1174,[1174],rboren,"Mark strings for translation.
"
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,11750,[11750],azaozz,"Trash status update, see #4529"
changeset,11751,[11751],azaozz,"Don't show edit link for comments when the user cannot edit them, props filosofo, fixes #10520 for 2.8"
changeset,11752,[11752],azaozz,"Don't show edit link for comments when the user cannot edit them, props filosofo, fixes #10520 for trunk"
changeset,11753,[11753],azaozz,"Fix invalid border-radius css, props Simek, fixes #10500 for 2.8"
changeset,11754,[11754],azaozz,"Fix invalid border-radius css, props Simek, fixes #10500 for trunk"
changeset,11755,[11755],markjaquith,Add missing quote. Props brianwhite. fixes #10474
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,11757,[11757],markjaquith,Fix some default widget PHP notices. props mrmist. fixes #10225
changeset,11758,[11758],markjaquith,add some filters so that HTTP requests can be filtered. props johnbillion. fixes #10413
changeset,11759,[11759],markjaquith,"Force IPv4 (127.0.0.1) when connecting to localhost, as many dev environments are not set up to serve on IPv6 (::1). props dd32. fixes #10045"
changeset,1175,[1175],rboren,"Mark strings for translation.
"
changeset,1175,[1175],nacin,"Test for get_page_uri() producing PHP warnings on non-WP_Post post objects. see #22883.

"
changeset,11760,[11760],markjaquith,Be consistent about slashing _REQUEST superglobal. props dd32. fixes #10360
changeset,11761,[11761],ryan,Add some CYA cap checks.
changeset,11762,[11762],ryan,Add some CYA cap checks.
changeset,11763,[11763],ryan,Add some CYA cap checks.
changeset,11764,[11764],azaozz,"More cap checks, for trunk"
changeset,11765,[11765],azaozz,"More cap checks, for 2.8"
changeset,11766,[11766],ryan,Add some CYA cap checks.
changeset,11767,[11767],ryan,Bump
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,1176,[1176],rboren,"Mark strings for translation.
"
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,11770,[11770],ryan,2.8.3
changeset,11771,[11771],azaozz,"Add support for 'include' and 'exclude' to [gallery] (include=""123,456"" would show only these attachments regardless of the parent post, exclude=""789,123"" would exclude these attachments and show the rest)."
changeset,11772,[11772],westi,Ensure that users_can_register is sanitised correctly. See #10454 props josephscott.
changeset,11773,[11773],westi,Allow user registration to be enabled by an XMLRPC client. Fixes #10454 props josephscott.
changeset,11774,[11774],westi,Add support for sticky posts to the WXR exporter and importer. Fixes #10462 props josephscott.
changeset,11775,[11775],westi,Move plugin update notice output to the plugin specific hook so as to make them easier to filter and manage from plugins that want to do there own thing. Fixes #10464 props strider72.
changeset,11776,[11776],azaozz,Sanitize $include and $exclude in the gallery shortcode
changeset,11777,[11777],ryan,rel=canonical for singular pages. see #10115
changeset,11778,[11778],azaozz,"Show Empty Trash button only when the user has cap. props mrmist, see #4529"
changeset,11779,[11779],azaozz,"Notice fixes, props mrmist, see #4529"
changeset,1177,[1177],rboren,"Set language with WPLANG.
"
changeset,1177,[1177],nacin,"Test that get_post_ancestors() returns an empty array when passed a value that evaluates to false. see #22882.

"
changeset,11780,[11780],westi,Correct the name of the filter in _nx(). Fixes #10540 props CalebKniffen.
changeset,11781,[11781],westi,Remove errant <tr> to fix validation error. Fixes #10560 props wahgnube.
changeset,11782,[11782],westi,Limit wp-mail blog by email checks to every 5 minutes. Fixes #7245 based on patches from lilyfan and Denis-de-Bernardy.
changeset,11783,[11783],westi,Ensure that XMLRPC clients can tell the difference between unapproved and spam comments. Fixes #10510 props josephscott.
changeset,11784,[11784],westi,Make it much easier to filter contact methods from user profiles adding and removing at will. Fixes #10240 props joostdevalk.
changeset,11785,[11785],azaozz,"Fix warnings in wp_plugin_update_rows(), see #10464"
changeset,11786,[11786],westi,Set the interval to 5 minutes like I meant. See #7245 props aaroncampbell.
changeset,11787,[11787],westi,Pass the filename to the wp_feed_cache_transient_lifetime filter to give the plugins some context. Fixes #10565 props dd32.
changeset,11788,[11788],azaozz,Scroll back to the same location after saving a file in the Plugin and Theme editors
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,1178,[1178],saxmatt,"Just an indenting thing that was bugging me.
"
changeset,1178,[1178],SergeyBiryukov,remove_accents() test for German umlauts. see #3782.
changeset,11790,[11790],azaozz,"Don't do autosave while the TinyMCE spellchecker is active (it strips all the markup), fixes #10515"
changeset,11791,[11791],westi,Correct comments and remove unecessary echos from the default themes sidebar templete file. Fixes #10335 props JeremyVisser.
changeset,11792,[11792],westi,Pass the widget instance as context to the widget_title and widget_text filters. Fixes #10573 props Viper007Bond.
changeset,11793,[11793],westi,Fix notice when trying to view comments due to Trash implementation.
changeset,11794,[11794],azaozz,"Strip slashes in the text widget for users without the unfiltered_html capability, props jamescollins, fixes #10563"
changeset,11795,[11795],ryan,Apply get_edit_post_link filter. Props prettyboymp. fixes #10579
changeset,11796,[11796],ryan,get_sample_permalink_html filter
changeset,11797,[11797],ryan,Reject activation keys that are arrays.
changeset,11798,[11798],ryan,Reject activation keys that are arrays.
changeset,11799,[11799],ryan,Enforce activation key to be a string.
changeset,1179,[1179],rboren,"Geo enhancements.  Allow get_Lat and get_Lon to be called outside of the post loop.  Add doGeoUrlHeader as an action on wp_head.
"
changeset,1179,[1179],SergeyBiryukov,Add capital characters to remove_accents() test for German umlauts. see #3782.
changeset,117,[117],saxmatt,"esSQL changes.
"
changeset,117,[117],tellyworth,init stuff for jacob's tests
changeset,11800,[11800],ryan,Enforce activation key to be a string.
changeset,11801,[11801],ryan,Pass user login when resetting passwords.
changeset,11802,[11802],ryan,urlencode login
changeset,11803,[11803],ryan,Make it raw
changeset,11804,[11804],ryan,Pass user login when resetting passwords.
changeset,11805,[11805],ryan,Bump
changeset,11806,[11806],ryan,2.8.4
changeset,11807,[11807],azaozz,"Fix bulk edit, some cleanup and message fixes for moving in/out of the trash, see #4529"
changeset,11808,[11808],azaozz,"Strip slashes from POST data in request_filesystem_credentials(), props dd32, fixes #10567"
changeset,11809,[11809],westi,Fix notice in APP server if no authentication credentials supplied.
changeset,1180,[1180],saxmatt,"Updated to use the latest and greatest.
"
changeset,1180,[1180],SergeyBiryukov,Correct the expected results in remove_accents() test for German umlauts. props ocean90. see #3782.
changeset,11810,[11810],westi,Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for trunk props mysz.
changeset,11811,[11811],westi,Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for 2.8 branch props mysz.
changeset,11812,[11812],westi,Fix two more notices in the APP implementation. This time in the root /service page.
changeset,11813,[11813],westi,Fix wptexturisation of quotes when enclosed by brackets. Fixes #1418 props voyou1.
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,11815,[11815],westi,Refactor the meta boxes out of the edit pages and into an include file. See #9674 props wnorris.
changeset,11816,[11816],westi,Add the new file too.
changeset,11817,[11817],markjaquith,"Always respect custom post_type in queries. props dd32, filosofo. fixes #10605"
changeset,11818,[11818],azaozz,"Fix class-wp-filesystem-ssh2 put_contents() for empty files, props lostinlafayette dd32, fixes #10604"
changeset,11819,[11819],azaozz,Remove dot and silence errors in get_filesystem_method()
changeset,1181,[1181],saxmatt,"Use different query number syntax and hide time and queries by default.
"
changeset,1181,[1181],kurtpayne,"Fixing the location detection for jQuery from [23183]. This will now detect that jQuery is a series of 2 dependencies, and verify that each one is referenced correctly."
changeset,11820,[11820],azaozz,"Send Retry-After header when in maintenance mode, props sirzooro, fixes #10439"
changeset,11821,[11821],azaozz,"Fix WP_Filesystem_FTPext->exists(), props dd32, fixes #10060"
changeset,11822,[11822],azaozz,"Fix displaying pages and attachments, props dd32, see #10605"
changeset,11823,[11823],azaozz,"Add constants for ftp connections timeouts, props dd32, see #10522"
changeset,11824,[11824],azaozz,"Fix warning in wp-admin/widgets.php when using Accessibility Mode on brand new install, fixes #10610"
changeset,11825,[11825],azaozz,"Check if EXIF extension is loaded, props dd32, fixes #10613"
changeset,11826,[11826],azaozz,"Increase timeout on cron-based requests when checking for upgrades, props dd32, fixes #10349"
changeset,11827,[11827],azaozz,"Fix non-translated strings in dashboard, fixes #10617"
changeset,11828,[11828],azaozz,"Do not use lambda functions in wp_kses_decode_entities(), props mdawaffe, fixes #10623"
changeset,11829,[11829],westi,Make the operator precedence obvious by using parenthesis.
changeset,1182,[1182],rboren,"Fix grammar and markup errors.  Thanks eke.
"
changeset,1182,[1182],joehoyle,"Add some tests for WP_Image_Editor_GD, specifically testing image alpha testing. see #23039"
changeset,11830,[11830],azaozz,"Remove old query args when updating user profile, props dd32, fixes #9038"
changeset,11831,[11831],azaozz,"WP_Filesystem fixes and phpdoc, props hakre dd32, see #10304"
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,11834,[11834],westi,Add in the missing </td> so that the install page validates correctly.
changeset,11835,[11835],azaozz,"Don use has_action() before do_action() in http.php, props Viper007Bond, fixes #10625"
changeset,11836,[11836],ryan,Kill entity check in wp_blacklist_check(). Props tellyworth. fixes #9965
changeset,11837,[11837],azaozz,"Speed up jQuery based scripts, props Denis-de-Bernardy, see #10021"
changeset,11838,[11838],ryan,Prophylactic escapes
changeset,11839,[11839],ryan,Don't show comments template if post is empty
changeset,1183,[1183],saxmatt,"Bug that was causing duplicate queries.
"
changeset,1183,[1183],joehoyle,Added missing test image for WP_Image_Editor_GD
changeset,11840,[11840],azaozz,"Use the current user as author for autosave, fixes #10004"
changeset,11841,[11841],azaozz,"""Trash"" updates, props caesarsgrunt, see #4529"
changeset,11842,[11842],ryan,Don't import _wp_attachment_metadata. It is regenerated when the attachment is imported.
changeset,11843,[11843],azaozz,Show My Posts as default view on the Edit Posts screen for users without 'edit_others_posts' cap.
changeset,11844,[11844],azaozz,Removed trailing .) from the URL in make_clickable()
changeset,11845,[11845],azaozz,Better regex for [11844]
changeset,11846,[11846],westi,Ensure that drafts viewed over XMLRPC have a correct gmt date set. Fixes #10244 for trunk props josephscott.
changeset,11847,[11847],westi,Ensure that drafts viewed over XMLRPC have a correct gmt date set. Fixes #10244 for 2.8 branch props josephscott.
changeset,11848,[11848],westi,"Treat comma, colon and semi-colon the same way."
changeset,11849,[11849],westi,Pass the  to the {get_}the_author_meta filters. Fixes #10661 props scribu
changeset,1184,[1184],saxmatt,"More query reduction.
"
changeset,1184,[1184],SergeyBiryukov,esc_url() test for scheme case. props mdawaffe. see #23187.
changeset,11850,[11850],westi,Make the number of pages argument to wp.getPages properly optional. See #10659 props redsweater.
changeset,11851,[11851],ryan,Add autosave_generate_nonces action. Props prettyboymp. fixes #10634
changeset,11852,[11852],westi,Move _wp_get_user_contactmethods() into the registrations functions file so it is always available when required. Fixes #10662.
changeset,11853,[11853],westi,Replace eval usage in request processing with new WP_MatchesMapRegex() class usage. See #9602 props hakre.
changeset,11854,[11854],westi,Don't offer to make a category its own parent - that just wouldn't work. Fixes #10644 props scribu.
changeset,11855,[11855],ryan,Remove Sphere from search list. Props niallkennedy. fixes #10637
changeset,11856,[11856],westi,Make add_object_page() and add_utility_page() use add_menu_page() rather than duplicated code. Fixes #9942 props scribu.
changeset,11857,[11857],ryan,Minify admin CSS. see #10664
changeset,11858,[11858],azaozz,"More jQuery based scripts optimizations, props Denis-de-Bernardy, see #10021"
changeset,11859,[11859],ryan,Add rtl.dev.css. see #10664
changeset,1185,[1185],saxmatt,"Reducing queries and forward thinking database fields.
"
changeset,1185,[1185],SergeyBiryukov,wptexturize() test for non-breaking spaces around hyphens. props redsweater. see #23185.
changeset,11860,[11860],ryan,Pass correct old status when transitioning comment status. Props hakre. fixes #8863
changeset,11861,[11861],ryan,Fix fs_no_folder error message display. Props jeff_. fixes #10608
changeset,11862,[11862],ryan,fs_connect() fixes. Props dd32. fixes #10541
changeset,11863,[11863],azaozz,"Show correct max upload filesize error message, props dd32, fixes #10495"
changeset,11864,[11864],ryan,Force correct feed type for wfw:CommentRss element. Props peaceablewhale. fixes #10016
changeset,11865,[11865],ryan,Machine parseable db error codes. Props dd32. fixes #10293
changeset,11866,[11866],westi,Add rel attribute to next/previous post links. Fixes #4209 props vladimir_kolesnikov
changeset,11867,[11867],westi,Make the default and classic themes comment textareas valid XHTML. Fixes #8971 props vladimir_kolesnikov.
changeset,11868,[11868],azaozz,Add global JS vars and actions to the media uploader iframe
changeset,11869,[11869],ryan,Canonical redirect for attachment_id queries that have a permalink.
changeset,1186,[1186],rboren,"Unify user and author queries on cache_userdata
"
changeset,1186,[1186],ryan,Tests for get_pages() caching. see #WP23167
changeset,11870,[11870],azaozz,"Fix error in widgets.js, props Denis-de-Bernardy, see #10021"
changeset,11871,[11871],azaozz,"Fix notice in wp-admin/includes/post.php, props harrym, fixes #10678 for trunk"
changeset,11872,[11872],azaozz,"Fix notice in wp-admin/includes/post.php, props harrym, fixes #10678 for 2.8"
changeset,11873,[11873],azaozz,"Don't let contributors to re-publish their trashed posts, props caesarsgrunt, see #4529"
changeset,11874,[11874],azaozz,"Clean up .button and .button[disabled] CSS classes, add spinner and gray-out buttons after clicking Publish or Update post."
changeset,11875,[11875],azaozz,"Add JSON compat for PHP < 5.2, props Viper007Bond, see #10337"
changeset,11876,[11876],azaozz,Remove background from .button[disabled]
changeset,11877,[11877],azaozz,Clean up white space in class-json.php
changeset,11878,[11878],westi,Move the storage of the metadata for trashed posts into the post meta table rather than storing it in an option. See #4529.
changeset,11879,[11879],azaozz,"Fix race condition with autosave when clicking Publish immediately after entering post title, fixes #6728"
changeset,1187,[1187],saxmatt,"Fixes from forum thread: http://wordpress.org/support/6/4615.
"
changeset,1187,[1187],joehoyle,"Added some more tests for WP_Image_Editor_GD for crop(), rotate() etc"
changeset,11880,[11880],azaozz,"Fix returning to the previous post_status when restoring posts from the trash, see #4529"
changeset,11881,[11881],azaozz,"Fix comment moderation for authors, props scribu, fixes #10677"
changeset,11882,[11882],westi,Correctly CamelCase TypePad. Fixes #10686 props niallkennedy.
changeset,11883,[11883],ryan,Make option_name the primary key for the options table. Props Denis-de-Bernardy. fixes #2699
changeset,11884,[11884],azaozz,"Fix quotes, props Denis-de-Bernardy, see #2699"
changeset,11885,[11885],westi,Comments for default theme Pages. Fixes #3753.
changeset,11886,[11886],westi,Define  in the default theme. Fixes #10682 props Viper007Bond.
changeset,11887,[11887],ryan,Disallow unfiltered uploads for admins by default. fixes #10692
changeset,11888,[11888],ryan,Disallow unfiltered uploads for admins by default. fixes #10692 for 2.8
changeset,11889,[11889],ryan,Don't import _wp_attachment_metadata. It is regenerated when the attachment is imported.
changeset,1188,[1188],emc3,"Moved post_parent add into function
"
changeset,1188,[1188],joehoyle,Tests for WP_Image_Editor_Imagick - skips tests if Imagick is not installed
changeset,11890,[11890],ryan,Prophylactic escapes
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,11892,[11892],westi,Allow a plugin to do a complete takeover of Post by Email
changeset,11893,[11893],westi,Allow a plugin to do a complete takeover of Post by Email
changeset,11894,[11894],azaozz,"Logarithmic scale for tag cloud, props kometbomb, fixes #10703"
changeset,11895,[11895],azaozz,"Pass Post ID to the get_comments_number filter, props sirzooro, fixes #10705"
changeset,11896,[11896],westi,Always filter the url in the media upload form. Fixes #10707 props nbachiyski.
changeset,11897,[11897],westi,Better feedback on publishing of future posts and pages. Fixes #10711 based on patch from scribu.
changeset,11898,[11898],westi,Remove duplicate action addition of delete_get_calendar_cache() on update_option_start_of_week. Fixes #10718 props johnjosephbachir.
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,1189,[1189],emc3,"Changed nickname of 'admin' to 'site admin', to avoid having duplicate values in the 'Identity' dropdown of the user profile in a fresh install.
"
changeset,1189,[1189],SergeyBiryukov,Add @ticket comment for test_shortcode_unautop().
changeset,118,[118],mikelittle,"Added import of blogroll (OPML from blogrolling .com)
"
changeset,118,[118],tellyworth,extra checks in filter tests
changeset,11900,[11900],markjaquith,"Add a the_terms filter, and use a default "", "" sep. props scribu. fixes #10600"
changeset,11901,[11901],markjaquith,"Display comments in descending date order, consistently. props scribu. fixes #10674"
changeset,11902,[11902],ryan,is_blog_installed() improvements and repair.php. see #10728
changeset,11903,[11903],ryan,Allow force_ssl_admin() to properly accept false as a value. Props nbachiyski. fixes #10706
changeset,11904,[11904],ryan,Pass logged_in cookie to async-upload. Props nbachiyski. fixes #10739
changeset,11905,[11905],ryan,Filter the cookie scheme in auth_redirect(). Props nbachiyski. fixes #10740
changeset,11906,[11906],ryan,Fix Press This bookmarklet for Safari 4. Props noel. fixes #10749
changeset,11907,[11907],westi,Give plugins and themes simple control over the text displayed at the end of an autogenerated excerpt. Fixes #10395 props ramiy.
changeset,11908,[11908],azaozz,"Don't show ""Change Permalinks"" button when editing the page set as ""Front page"", props simonwheatley, fixes #10760"
changeset,11909,[11909],ryan,More add/delete/update actions. Props Demitrious Kelly. see #10750
changeset,1190,[1190],saxmatt,"Cleaning up some includes.
"
changeset,1190,[1190],SergeyBiryukov,Isolate WP_Image_Editor tests from PHP 5.2 to prevent a fatal error due to missing ReflectionProperty::setAccessible() method.
changeset,11910,[11910],westi,Post by Email plugins might want to use there own POP3 class so move the action earlier.
changeset,11911,[11911],azaozz,"Image editing (first run). Includes code by stephanreiter, see #10528"
changeset,11912,[11912],ryan,Add missing break. Props snakefoot. fixes #10692
changeset,11913,[11913],ryan,Add missing break. Props snakefoot. fixes #10692 for 2.8
changeset,11914,[11914],ryan,Retire BunnyTags importer
changeset,11915,[11915],ryan,Retire BunnyTags importer
changeset,11916,[11916],ryan,Retire Jerome's keywords  importer
changeset,11917,[11917],ryan,Retire Jerome's keywords  importer
changeset,11918,[11918],ryan,Add btt.php and jkw.php to list of files to remove during upgrade.
changeset,11919,[11919],ryan,Add btt.php and jkw.php to list of files to remove during upgrade.
changeset,1191,[1191],saxmatt,"Breaking list_cats some more.
"
changeset,1191,[1191],SergeyBiryukov,Comment meta query tests for ordering by meta key. see #23208.
changeset,11920,[11920],westi,Make our hash_hmac compatibility function unit testable even when the real one exists. See #10284.
changeset,11921,[11921],westi,Correct key padding and add support for raw_output in hash_hmac. Fixes #10284 props mdawaffe.
changeset,11922,[11922],westi,phpDoc for wp_{check|set}_post_lock functions.
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,11924,[11924],azaozz,Fix pagination in Media Library after moving items to trash 
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,11926,[11926],azaozz,"Plugin/Theme installer: Do not bail if empty destination directory exists, props dd32, fixes #10775"
changeset,11927,[11927],azaozz,"Avoid rare autosave collision when trying to publish the post immediately after it was autosaved, fixes #6785"
changeset,11928,[11928],azaozz,"Explain that the permalink is temporary for autosave generated permalinks, fixes #7733"
changeset,11929,[11929],ryan,Filter fields through kses upon display. Introduce sanitize_user_object() and sanitize_user_field(). see #10751
changeset,1192,[1192],saxmatt,"Bumpity bump.
"
changeset,1192,[1192],nacin,"Test add_query_arg() when used with only a query string. see #4903. see #23284.

"
changeset,11930,[11930],ryan,Remove trailing whitespace
changeset,11931,[11931],ryan,Remove trailing whitespace
changeset,11932,[11932],ryan,Use null instead of 0 when setting content length. Props noel. fixes #10783
changeset,11933,[11933],westi,phpDoc subpackage is Administration not Admin.
changeset,11934,[11934],azaozz,"Include 'hidden' directories in filesystem dirlist by default, props dd32, fixes #10774"
changeset,11935,[11935],azaozz,"Strip \r when escaping strings for JS, props nbachiyski, fixes #7041"
changeset,11936,[11936],ryan,Pass args array to wp_list_pages filter. Props antonylesuisse. fixes #10034
changeset,11937,[11937],ryan,Fix content length setup. Props jacobsantos. fixes #10783
changeset,11938,[11938],ryan,Update SimplePie to 1.2. fixes #10392
changeset,11939,[11939],azaozz,"Fix plugin menu item icon hover state, props johnbillion, fixes #10794"
changeset,1193,[1193],saxmatt,"Wrong highlighting.
"
changeset,1193,[1193],SergeyBiryukov,sanitize_post() test for integer fields. props kovshenin. see #22324.
changeset,11940,[11940],azaozz,"screen_icon() after <div class=""wrap"">, props johnbillion, fixes #10795"
changeset,11941,[11941],ryan,Actions for taxonomy updates. Props Demitrious Kelly. fixes #10750
changeset,11942,[11942],ryan,Don't run content_save_pre filter twice for XMLRPC posts. Props redsweater. fixes #10802
changeset,11943,[11943],westi,First pass commentmeta implementation. See #2659 props scribu.
changeset,11944,[11944],ryan,Press This fixes. Props noel. fixes #10784
changeset,11945,[11945],westi,Move the storage of the metadata for trashed comments into the comment meta table rather than storing it in an option. See #4529.
changeset,11946,[11946],westi,Don't pass undefined vars to action hooks. See #2659.
changeset,11947,[11947],westi,Remove temporary transition code from the trash_meta option to postmeta transition See #4529.
changeset,11948,[11948],westi,Return correct results for both single and array cases. Fixes #10803.
changeset,11949,[11949],westi,Make the action name for post-by-email takeover actually unique so the plugins are not triggered every time WP tries to send an email!
changeset,1194,[1194],saxmatt,"More padding on legends.
"
changeset,1194,[1194],ryan,"Tests for wp_get_archives() caching. see #WP23206
"
changeset,11950,[11950],westi,Fix user creation from admin after changes for #10751. Fixes #10811 props alexkingorg.
changeset,11951,[11951],westi,Fix notice when adding tag from the Post Tags page. Fixes #10808 props prettyboymp.
changeset,11952,[11952],azaozz,"Add ""View trash"" link to the notice after moving to the trash"
changeset,11953,[11953],westi,Switch round some quotes. Fixes #10669 props niallkennedy
changeset,11954,[11954],ryan,Special case comment type 'all'. Fixes comment search. fixes #10463
changeset,11955,[11955],ryan,Key should be comment_id not post_id. see #2659
changeset,11956,[11956],ryan,get_delete_post_link()
changeset,11957,[11957],westi,Move theme preview away from using create_function and to predefined functions. See #10729.
changeset,11958,[11958],markjaquith,Eliminate the redundant and confusing comment threading depth of 1. Threading starts at 2 now. fixes #10829
changeset,11959,[11959],westi,Updated phpdoc for the theme preview code.
changeset,1195,[1195],saxmatt,"How the custom fields should look.
"
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,11960,[11960],ryan,Set the cap appropriate to the post type. fixes #10807 see #10605
changeset,11961,[11961],westi,Fix notice in wp_explain_nonce when the supplied action has no extra text. See #10830.
changeset,11962,[11962],westi,Move the nonce on the import upload form to the action url so it always arrives even if the post data exceeds post_max_size. Also add some phpdoc. See #10830.
changeset,11963,[11963],westi,Handle the file upload case on import when post_max_size is smaller than upload_max_filesize and no POST data arrives at all. Fixes #10830.
changeset,11964,[11964],ryan,Use hard-coded functions instead of create_function() in importers. Props mdawaffe. fixes #10836
changeset,11965,[11965],azaozz,"Image Editor improvements, see #10528"
changeset,11966,[11966],markjaquith,"Active plugin filter, plugin deactivation array_splice() protection. props apeatling. fixes #10839"
changeset,11967,[11967],azaozz,"Image Editor: fix JS prompt, add size to 'load_image_to_edit' filter, see #10528"
changeset,11968,[11968],ryan,Actions for postmeta updates. Props Demitrious Kelly. see #10750
changeset,11969,[11969],ryan,Use a post_parent of 0 instead of -1 to indicate unattached posts. Props c0nstruct. see #10521
changeset,1196,[1196],saxmatt,"Changes from Carthik.
"
changeset,1196,[1196],ryan,"Cache tests for get_terms().
"
changeset,11970,[11970],ryan,Remove trailing whitespace after closing tag
changeset,11971,[11971],ryan,Remove trailing whitespace
changeset,11972,[11972],azaozz,"Image Editor: fix minified CSS, see #10528"
changeset,11973,[11973],azaozz,"Image Editor: fix preview size calculation when cropping small part of a very large image, see #10528"
changeset,11974,[11974],azaozz,TinyMCE 3.2.7
changeset,11975,[11975],azaozz,"Apply ""comment_edit_pre"" filter when quick-editing comments, props Viper007Bond, fixes #10858"
changeset,11976,[11976],azaozz,"Improve get_page_hierarchy, props hailin, fixes #10853"
changeset,11977,[11977],azaozz,"Expose HTTP PUT when supported, props mdawaffe, fixes #10855"
changeset,11978,[11978],markjaquith,esc_sql() for wp-includes
changeset,11979,[11979],markjaquith,"Hide ""Attach"" link for media (which requires JS) if no JS available. (BUGS ON A PLANE!)"
changeset,1197,[1197],saxmatt,"New custom field functionality.
"
changeset,1197,[1197],ryan,"Add ticket ref.
"
changeset,11980,[11980],ryan,Deprecates the_content_rss(). Add the_content_feed() and get_the_content_feed(). Convert places that called the_content_rss() with an excerpt length to the_excerpt_rss(). Remove the rss_excerpt_length option. Use the_content_feed() where the_content() was previously used in feeds. Props Viper007Bond.
changeset,11981,[11981],ryan,Pad counts in wp_dropdown_categories. Props mtdewvirus. fixes #10870
changeset,11982,[11982],azaozz,Press This: editor fixes and CSS tweaks for IE6/7
changeset,11983,[11983],azaozz,"htmlspecialchars after apply_filters, props Viper007Bond, see #10858"
changeset,11984,[11984],azaozz,"Image Editor: add load and save image filters, fix backup sizes meta, see #10528"
changeset,11985,[11985],azaozz,"Image Editor: fix refreshing of the thumbnail, use WP_Http_Fopen::test(), see #10528"
changeset,11986,[11986],markjaquith,"Surface ""Move to Trash"" link for posts/pages immediately after first autosave fires. Props cross country flight. fixes #10344"
changeset,11987,[11987],ryan,Localize default strings for edit_comment_link() and edit_post_link(). fixes #10879
changeset,11988,[11988],ryan,Show link back to post for pingbacks in the recent comments dashboard widget. Props scribu. fixes #10622
changeset,11989,[11989],ryan,"Pass args to mysql2date() in the correct order. Props filosofo, fabifott. fixes #10866"
changeset,1198,[1198],saxmatt,"Style the submit button on options group and add updated message to permalink page.
"
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,11990,[11990],ryan,"Use ID, not user_id.  Props filosofo. fixes #10709"
changeset,11991,[11991],ryan,Improve inline documentation for register_setting(). Props filosofo. fixes #10368
changeset,11992,[11992],westi,Delete the trash metadata when untrashing a comment. See #4529 props caesarsgrunt.
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,11994,[11994],azaozz,"Press This fixes, props noel, see #10784"
changeset,11995,[11995],westi,Make the (add|get|update)_site_option functions run the same filters in WP as they do in mu. Fixes #10893.
changeset,11996,[11996],azaozz,"Fix delete_metadata(), see #2659"
changeset,11997,[11997],azaozz,"Add conditional to handle get_comment_meta() return value, make #comment_id required arg for wp_trash_comment() and wp_untrash_comment(), see #4529"
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,11999,[11999],westi,Fix the specification of the object_type column in delete_metadata so that it will delete stuff if $delete_all is false. See #2659
changeset,1199,[1199],saxmatt,"Not check email on admin creation of users.
"
changeset,1199,[1199],nbachiyski,"Rename generators to formatters
"
changeset,119,[119],mikelittle,"Use more faded image. Still looks ugly!
"
changeset,119,[119],tellyworth,add test_has_action
changeset,11,[11],saxmatt,"More semantic tags.
"
changeset,11,[11],tellyworth,more useful rss tests
changeset,11,[11],helenyhou,"Media modal icons, regular and HiDPI, from JerrySarcastic"
changeset,12000,[12000],ryan,Add post_submitbox_misc_actions action. Props mdawaffe
changeset,12001,[12001],azaozz,Add IIS dir
changeset,12002,[12002],azaozz,Add IIS WebPI config files
changeset,12003,[12003],westi,Move the iis config files from the top-level to a folder within branches.
changeset,12004,[12004],ryan,Admin RTL CSS updates. Props yoavf. fixes #10923
changeset,12005,[12005],ryan,Disable codepress.  Maintained replacement needed.
changeset,12006,[12006],westi,Remove the php-gettext library as we don't use it anymore. Fixes #9751.
changeset,12007,[12007],markjaquith,First pass on canonical post thumbanils. Admin-side GUI only. Theme functions to follow. see #10928
changeset,12008,[12008],azaozz,"Add Undo when moving comments to the trash, remove unneeded nonces, see #4529"
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,1200,[1200],saxmatt,"Only put javascript on pages that need it.
"
changeset,1200,[1200],SergeyBiryukov,Clean up cropped images in wp_crop_image() tests. see [1126/tests].
changeset,12010,[12010],westi,Allow for tag templates to be linked by tag id as well as name. Fixes #10868.
changeset,12011,[12011],westi,Fix display of header on default theme custom header page. Fixes #9929 props jmulley.
changeset,12012,[12012],westi,Add a filter to the_author_posts_link(). Fixes #10691 props sirzooro and filosofo.
changeset,12013,[12013],westi,Add a title to the Home link output by wp_page_menu(). Fixes #10594 props amilanov.
changeset,12014,[12014],westi,Allow the separator in wp_tag_cloud and wp_generate_tag_cloud to be specified. Fixes #10315 props ramiy and filosofo.
changeset,12015,[12015],azaozz,"Add l10n thousands delimiter and decimal point to JS, fix updating of comments numbers on the dashboard and keyboard shortcuts for comments moderation (t = trash, z = restore/undo)"
changeset,12016,[12016],azaozz,Adjust comment moderation shortcut keys: d = trash or delete depending on the screen
changeset,12017,[12017],azaozz,"Show ""Draft updated"" instead of ""Post updated"" when saving drafts."
changeset,12018,[12018],markjaquith,Constrain admin thumbnail display to width of meta box while in sidebar. Add filters.
changeset,12019,[12019],markjaquith,First pass at canonical post image template functions. see #10928
changeset,1201,[1201],saxmatt,"Fix up tab index.
"
changeset,1201,[1201],SergeyBiryukov,wp_crop_image() test for error on saving. see #23325.
changeset,12020,[12020],azaozz,"Open View/Preview post in a new window from the link in the Saved/Updated message, cleanup messages code, add Draft updated for Pages."
changeset,12021,[12021],azaozz,"Show the login form in a popup when autosave hits the login grace period, fixes #10704"
changeset,12022,[12022],azaozz,"Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS."
changeset,12023,[12023],ryan,Embeds. Props Viper007Bond. see #10337
changeset,12024,[12024],ryan,Bump db version
changeset,12025,[12025],markjaquith,Introducing register_theme_directory() which takes a wp-content-relative path and will additionally scan it for themes. Plugins can use this to add themes without requiring copying by the user. props apeatling. fixes #10467
changeset,12026,[12026],ryan,Request only as many incoming links and we'll display. Props niallkennedy. fixes #10685
changeset,12027,[12027],ryan,Use oEmbed for youtube. Props Viper007Bond. see #10337
changeset,12028,[12028],markjaquith,"Add set_user_role action hook. props jamescollins, usermrpapa. fixes #10716"
changeset,12029,[12029],azaozz,Remove remains from the old bookmarklet code
changeset,1202,[1202],saxmatt,"Category cleanups.
"
changeset,1202,[1202],nacin,"Basic test that Services_JSON isn't broken. see #21568.

"
changeset,12030,[12030],azaozz,Fix tags and categories postboxes in PressThis
changeset,12031,[12031],markjaquith,"Do not close media thickbox after thumbnail is selected, in case uploads are in progress. see #10928"
changeset,12032,[12032],ryan,Strip commas and spaces from charset. Props Jose Carlos Norte
changeset,12033,[12033],westi,Page Templates now have there full path specified so no need to prepend WP_CONTENT_DIR. Fixes #10953 props sivel.
changeset,12034,[12034],markjaquith,Do not do a canonical redirect for negated author query strings. fixes #10960
changeset,12035,[12035],markjaquith,Allow theme devs to change attrs (like CSS class) of thumbnail images. props scribu. see #10928
changeset,12036,[12036],markjaquith,Post thumbnail removal functionality (only allowed for replacement before). props scribu. see #10928
changeset,12037,[12037],markjaquith,Remove close TB call that was removed earlier. see #10928
changeset,12038,[12038],markjaquith,Revert errant local theme modifications in [12036]. Note to self: svn status is your friend.
changeset,12039,[12039],markjaquith,Add wp-post-image CSS class to post images. see #10928
changeset,1203,[1203],saxmatt,"Allow WordPress installation URI and blog URI to be different.
"
changeset,1203,[1203],SergeyBiryukov,Correct expected results in get_plugin_data() and WP_Theme tests. see [23394]. see #20839.
changeset,12040,[12040],markjaquith,Remove redundant !empty() checks. props filosofo. see #10960
changeset,12041,[12041],markjaquith,Director of Whitespace rules default-filters.php with an iron fist
changeset,12042,[12042],ryan,Associate subdirector of whitespace trims trailing whites with pinking shears.
changeset,12043,[12043],westi,Restore the functionality of the theme_root filter. See #10467.
changeset,12044,[12044],westi,Allow for plugins to enhance the number of metadata fields captured from plugin and theme headers. See #8964 props strider72.
changeset,12045,[12045],markjaquith,Fix wp_list_comments() ol/ul/div logic oversight. props junsuijin. fixes #10742
changeset,12046,[12046],markjaquith,Add the author to the quick edit dropdown author list if they currently lack the ability to edit so as to avoid stealing their post away from them. fixes #10967
changeset,12047,[12047],ryan,Use array_intersect_assoc()
changeset,12048,[12048],westi,Ensure that Title is always set for plugin data as it was before. see #8964.
changeset,12049,[12049],azaozz,"Bring WP_Dependencies::dequeue() in line with WP_Dependencies::enqueue(), props chrisbliss18, fixes #9870"
changeset,1204,[1204],saxmatt,"Bug fixes and version bump.
"
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,12050,[12050],azaozz,"Smoooth animations for comment move to trash and undo, see #4529"
changeset,12051,[12051],azaozz,"Properly escape filename when sending to editor, props hakre sivel, fixes #10252"
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,12053,[12053],westi,Ensure we always have author info to check capabilities with. Fixes notice on Add new post page.
changeset,12054,[12054],markjaquith,Delete post thumbnail relationships for deleted attachments. props scribu. see #10928
changeset,12055,[12055],azaozz,Separate fields for image alt and image caption in the uploader.
changeset,12056,[12056],markjaquith,Allow pages to have thumbnails too. Props scribu. see #10928
changeset,12057,[12057],ryan,Strip commas and spaces from charset. Props Jose Carlos Norte
changeset,12058,[12058],ryan,Make get_adjacent_post work with custom post_types. Props prettyboymp. fixes #10717
changeset,12059,[12059],markjaquith,Only show Use for thumbnail link for image attachments. see #10928
changeset,1205,[1205],saxmatt,"Cosmetic fixes from forums.
"
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,12060,[12060],azaozz,"Merge set-post-thumbnail-handler.js with post.js, move Post Thumbnail meta-box to /includes/meta-boxes.php, see #10928"
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,12062,[12062],ryan,Improve sanitize_post() performance. Perform raw filtering only once.  Add filter check to eliminate double filtering. Props johanee. fixes #10972 see #10801
changeset,12063,[12063],westi,Display a smaller filename in the theme editor urls and make theme files editable again. Fixes #10974.
changeset,12064,[12064],markjaquith,"pull thumbnail scripts out of Page admin pages. see #10928. props scribu, gracious even in reversion."
changeset,12065,[12065],azaozz,Pull thumbnail scripts out of Posts screens too. see #10928
changeset,12066,[12066],ryan,Start roughing in GUU. see #10973
changeset,12067,[12067],westi,Mark the branch with an alpha version number.
changeset,12068,[12068],westi,Backport of the switch of the post|page being editing message from a create_function call to a normal function and reduce the duplicated code. See #10729 for 2.8 branch.
changeset,12069,[12069],westi,Update version info in phpDoc for _admin_notice_post_locked() see #10729.
changeset,1206,[1206],saxmatt,"Gremlins in the options machine.
"
changeset,1206,[1206],ryan,"Update cache tests to reflect new last_changed value. See #WP23448
"
changeset,12070,[12070],westi,Move theme preview away from using create_function and to predefined functions. See #10729 for 2.8 branch.
changeset,12071,[12071],azaozz,"Fix replying to comments from admin, props josephscott"
changeset,12072,[12072],ryan,Strip nulls
changeset,12073,[12073],ryan,Strip nulls
changeset,12074,[12074],ryan,Bump
changeset,12075,[12075],ryan,Rebump
changeset,12076,[12076],ryan,Tweak embed settings. Props Viper007Bond. see #10337
changeset,12077,[12077],ryan,2.8.5
changeset,12078,[12078],ryan,2.8.5
changeset,12079,[12079],westi,Merge updated pomo code. Includes new NOOP_Translations class see #10971 props nbachiyski.
changeset,1207,[1207],saxmatt,"Don't delete everything if there are no posts.
"
changeset,1207,[1207],ryan,Revert accidental slashing test updates
changeset,12080,[12080],westi,Switch to using NOOP_Translations for untranslated sites. Fixes #10971 props nbachiyski.
changeset,12081,[12081],markjaquith,"Save some clicks and optimize for the Upload, Set as thumbnail flow. props scribu. see #10928"
changeset,12082,[12082],ryan,Set eol-style
changeset,12083,[12083],ryan,Set eol-style
changeset,12084,[12084],westi,Improve wptexturize performance. Fixes #10987 props johanee.
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,12086,[12086],ryan,GUU UI rough in. see #10973
changeset,12087,[12087],ryan,GUU UI rough in. see #10973
changeset,12088,[12088],westi,Ensure that trailing ) in urls are included in the link when it looks appropriate. Fixes #10990 props filosofo.
changeset,12089,[12089],azaozz,Tested with WordPress 2.8.5
changeset,1208,[1208],saxmatt,"Whoops.
"
changeset,1208,[1208],ryan,"Update cache tests for new last_changed value. See #WP23448
"
changeset,12090,[12090],westi,Improve _wp_filter_build_unique_id to give more consistent behaviour and make filter removal reliable for class based filters. Fixes #10535 props dd32.
changeset,12091,[12091],westi,Display better information about broken themes when there is no stylesheet. Fixes #10999 props sivel.
changeset,12092,[12092],ryan,Add option to optimize tables
changeset,12093,[12093],ryan,GUU UI rough in. see #10973
changeset,12094,[12094],azaozz,"PressThis fixes from noel, fixes #11011"
changeset,12095,[12095],ryan,Fix typo
changeset,12096,[12096],ryan,Allow non-admins to use Vimeo and allow regex in oEmbed URL formats. Props Viper007Bond. see #10337
changeset,12097,[12097],ryan,Plugin bulk upgrade rough in. see #10973
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,12099,[12099],azaozz,Refresh script versions for [12098]
changeset,1209,[1209],saxmatt,"Beta time!
"
changeset,1209,[1209],ryan,"Update cache tests to reflect new last_changed value. See #WP23448
"
changeset,120,[120],saxmatt,"You can now press ESC to close the popup window.
"
changeset,120,[120],tellyworth,profiler: record cache info
changeset,12100,[12100],westi,Fix some login typos. Fixes #11031 props filosofo.
changeset,12101,[12101],westi,Improve the inline documentation about character sets and link to up-to-date resources. Fixes #5831 props hakre.
changeset,12102,[12102],westi,Remove unnecessary and dead code from wp-app.php. Fixes #10938.
changeset,12103,[12103],westi,Provide context to the strings in the Plugin and Theme installers to allow for different grammatical gender. Fixes #10100.
changeset,12104,[12104],azaozz,"Typo fixes, props dd32, fixes #11030"
changeset,12105,[12105],azaozz,"Remove unused vars in get_the_content and wp_link_pages, props filosofo, fixes #11028"
changeset,12106,[12106],azaozz,"Remove pointless var assignment in get_pages(), props filosofo, fixes #11027"
changeset,12107,[12107],azaozz,"Add subtitles and opening/closing DIVs on GUU results screen, see #10973"
changeset,12108,[12108],azaozz,"PressThis fixes from noel, see #11011"
changeset,12109,[12109],ryan,Export and import custom taxonomies. Props chrisscott. fixes #10012
changeset,1210,[1210],saxmatt,"Take out allowed users stuff since we're not using it.
"
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,12110,[12110],markjaquith,Consolidate post_mime_type code. props scribu. fixes #10992
changeset,12111,[12111],markjaquith,thumbnail JS fixes. props scribu. see #10928
changeset,12112,[12112],azaozz,"PressThis: fix TinyMCE config and IE6 css ""hasLayout"""
changeset,12113,[12113],azaozz,"Fix trashing/untrashing comments when no JS, props caesarsgrunt, see #4529"
changeset,12114,[12114],azaozz,Fix tag input tip in IE
changeset,12115,[12115],azaozz,Fix timeout for the inline buttons on images in TinyMCE.
changeset,12116,[12116],ryan,Remove slow left join pending better solution. see #4529
changeset,12117,[12117],ryan,Partial fix for theme subdir support. see #10467
changeset,12118,[12118],ryan,More theme subdir fixes. see #10467
changeset,12119,[12119],ryan,Theme subdirs that contain themes are not broken if missing a stylesheet. see #10467
changeset,1211,[1211],saxmatt,"Actually delete user.
"
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,12120,[12120],ryan,Schedule trash collection from admin page loads. see #4529
changeset,12121,[12121],azaozz,"Undo for posts, pages and media, props caesarsgrunt, see #4529"
changeset,12122,[12122],azaozz,"Fix possible bad query, props aaroncampbell, see #4529"
changeset,12123,[12123],ryan,Fix revision3 scheme. Add photobucket oembed. see #10337
changeset,12124,[12124],ryan,Theme roots are prefixed with a slash. No need to add another. Props hakre. fixes #11036
changeset,12125,[12125],ryan,Introduce wp_kses_post() and wp_kses_data() for filtering unescaped data. Fixes slashing of displayed fields. fixes #10949
changeset,12126,[12126],ryan,Switch to wp_kses_data() for displayed filtering to avoid slashing. fixes #10949
changeset,12127,[12127],markjaquith,Allow ordering by comment_count. fixes #11037
changeset,12128,[12128],ryan,Introduce get/set/delete_site_transient().  Make theme_roots a site transient.
changeset,12129,[12129],ryan,get_themes() and theme root fixes. see #10467
changeset,1212,[1212],saxmatt,"Fixing menu error.
"
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,12130,[12130],azaozz,"Trash undo for the uploader, props caesarsgrunt, see #4529"
changeset,12131,[12131],ryan,Add scribd to oembed provider whitelist. see #10337
changeset,12132,[12132],markjaquith,"Introducing add_theme_support(feature) and current_theme_supports(feature) for announcing and checking theme support for various features. Implement it for post/page thumbanils, hiding UI if not supported."
changeset,12133,[12133],markjaquith,Add basic post thumbnail support to Default theme.
changeset,12134,[12134],westi,"Introduce require_if_theme_supports(), move post thumbnails functions to there own include and only included them if the theme supports them. See #10928 and [12132]"
changeset,12135,[12135],westi,Improve get_page_template() to search based on slug and id as well. Fixes #11055 props aaroncampbell.
changeset,12136,[12136],ryan,Switch oEmbed option to control discovery. Tweak whitelist and settings page.  Props Viper007Bond. see #10337
changeset,12137,[12137],ryan,Call get_post_image_id() only if current_theme_supports( 'post-thumbnails' ).
changeset,12138,[12138],ryan,Fix regex. Props Viper007Bond. see #10337
changeset,12139,[12139],azaozz,"Fix IE8 reply to comments from admin fade in/out, decrease comment undo timeout, hide comment reply when moving to trash, fixes #9896"
changeset,1213,[1213],saxmatt,"i29n
"
changeset,1213,[1213],nacin,"Add a revisions capability test for when the post cannot be edited once published because the edit_published_posts cap is denied. See [1212/tests]. See #16847. Trims westi's whitespace.

"
changeset,12140,[12140],ryan,Show oEmbed discovery option only if the current user has the unfiltered_html cap. see #10337
changeset,12141,[12141],ryan,Fix comment and postmeta delete queries when deleting a post. see #11073
changeset,12142,[12142],ryan,Bring in wp_handle_upload_prefilter from MU
changeset,12143,[12143],ryan,Honor Post Type for Sticky Posts. Props chrisscott. fixes #11072
changeset,12144,[12144],ryan,Allow querying multiple post types. Props prettyboymp. fixes #10791
changeset,12145,[12145],ryan,Disable error reporting in setup-config.php. It doesn't load wp-settings.php so error reporting is not properly setup. fixes #11084
changeset,12146,[12146],markjaquith,Add missing break. props nickohrn. fixes #11037
changeset,12147,[12147],westi,Remove unecessary reference to wpdb global. Fixes 11087 props aaroncampbell.
changeset,12148,[12148],ryan,Trash comments when trashing a post. see #11073
changeset,12149,[12149],ryan,Propagate walker arg down the stack. Props scribu. fixes #10921
changeset,1214,[1214],saxmatt,"Typo.
"
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,12150,[12150],ryan,Remove ints from switch. see #11073
changeset,12151,[12151],azaozz,"Add phpdoc and extra filter to file.php, props dd32, fixes #11002"
changeset,12152,[12152],azaozz,"Fix typo, props Harald Nesland, fixes #11002"
changeset,12153,[12153],ryan,Add a bunch of new filters. Use one of them to remove new lines from Scribd embeds. Invalid oEmbed post meta cache without using JS. Props Viper007Bond. see #10337
changeset,12154,[12154],azaozz,"Fix Undo row timeout on Edit Comments screen, props caesarsgrunt, see #4529"
changeset,12155,[12155],azaozz,"Add 'IMAGE_EDIT_OVERWRITE' constant to control edited image save or replace, most useful for setups that have dynamic image resizing, see #10528"
changeset,12156,[12156],westi,Fix delete_post_meta_by_key() so that you can delete postmeta items by key again. Fixes #11100.
changeset,12157,[12157],ryan,Put site into maintenance mode during bulk plugin upgrade. Skip plugin deactivate/activate.  Add compatibility info. see #10973
changeset,12158,[12158],ryan,Add force delete option.
changeset,12159,[12159],azaozz,"Fix hiding of ""Add new tag"" tip in IE6/7, props yoavf, fixes #11107"
changeset,1215,[1215],saxmatt,"Fixes for post screen.
"
changeset,1215,[1215],ryan,"Update for [WP23416]
"
changeset,12160,[12160],westi,Better documentation on the format of the capabilities when adding a role. Fixes #11106 props simonwheatley.
changeset,12161,[12161],azaozz,Don't pre-fill empty image alt when inserting into a post.
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,12163,[12163],azaozz,"Fix image meta after editing image, disable the Save button when no changes, fixes #11115"
changeset,12164,[12164],ryan,Add actions for option writes. Props apokalyptik
changeset,12165,[12165],ryan,Sanitize filenames with multiple extensions. see #11122
changeset,12166,[12166],ryan,Sanitize filenames with multiple extensions. see #11122
changeset,12167,[12167],ryan,Version bumps.
changeset,12168,[12168],markjaquith,Prevent XSS in press-this.php. props Benjamin Flesch. fixes #11119
changeset,12169,[12169],markjaquith,"Some extra XSS protection. Redundant, but we should always escape late! see #11119"
changeset,1216,[1216],saxmatt,"Remove language elements from RSS files.
"
changeset,1216,[1216],SergeyBiryukov,Test that is_user_spammy() properly recognizes a numeric username. props bananastalktome. see #23192. see #23190.
changeset,12170,[12170],markjaquith,Prevent XSS in press-this.php. props Benjamin Flesch. fixes #11119 for 2.8.x
changeset,12171,[12171],ryan,Fix mimes empty check
changeset,12172,[12172],ryan,Fix mimes empty check
changeset,12173,[12173],ryan,Fix argument order. Props mdawaffe. fixes #11125
changeset,12174,[12174],ryan,pomo performance improvements. Props nbachiyski. fixes #10165
changeset,12175,[12175],ryan,2.8 beta1
changeset,12176,[12176],ryan,2.8.6
changeset,12177,[12177],ryan,2.8.6
changeset,12178,[12178],westi,Remove the extra screen icons from the WordPress importer. Fixes #8720 props MattyRob.
changeset,12179,[12179],westi,Add load_child_theme_textdomain() to allow child themes to have there own translation files. Fixes #11033 props load_child_theme_textdomain.
changeset,1217,[1217],emc3,"Added 'exclude' parameter to wp_list_cats()
"
changeset,1217,[1217],nacin,"Tests for `post_parent__in` and `post_parent__not_in`. props kovshenin. see #11056.

"
changeset,12180,[12180],markjaquith,Revert [12133] — remove post image support from Default theme. Too hokey.
changeset,12181,[12181],ryan,Add wordpress.tv to oEmbed provider whitelist. Props Viper007Bond. see #10337
changeset,12182,[12182],azaozz,"Fix warning when trashing a post from the write screen, fixes #11131"
changeset,12183,[12183],azaozz,"Always show ""Configure"" links on dashboard widgets in IE6, fix ""Right Now"" comments counts, fixes #11129"
changeset,12184,[12184],azaozz,"Fix notice in post.php, props sirzooro, fixes #11132"
changeset,12185,[12185],westi,Fix the editing of stylesheet files in the theme editor.
changeset,12186,[12186],ryan,bulk should default to false. fixes #11130
changeset,12187,[12187],westi,Ensure that page templates in a subdir of a theme work correctly. Fixes #10959 based on patch from scribu.
changeset,12188,[12188],azaozz,"Fix improper selection of radio buttons, improve JS for storing image settings, fixes #11021"
changeset,12189,[12189],azaozz,"Fix style of text fields in IE6 in the uploader, better regex for Link URL presets buttons"
changeset,1218,[1218],saxmatt,"No trace is being used.
"
changeset,1218,[1218],SergeyBiryukov,Test for wp_convert_bytes_to_hr(). see #19067.
changeset,12190,[12190],azaozz,"Don't show trashed attachments in gallery tab count, props aldenta, fixes #11147"
changeset,12191,[12191],ryan,Bump
changeset,12192,[12192],ryan,Make sure WP_CACHE is true. Props nacin. fixes #10602
changeset,12193,[12193],ryan,"Force destruction of SimplePie objects for versions of PHP that don't release memory properly. Props arena, scribu. fixes #11074"
changeset,12194,[12194],ryan,Remove unnecessary variable initialization. Props nbachiyski. fixes #10736
changeset,12195,[12195],azaozz,"Add labels to image info in the media library, fixes #8886"
changeset,12196,[12196],azaozz,"Fix pagination on the Unattached tab in the media library, show Attach in the ""Attached to"" column for orphan attachments"
changeset,12197,[12197],ryan,"Ue get_default_feed() for *_the_category_rss(). Props filosofo, peaceablewhale. fixes #5802"
changeset,12198,[12198],ryan,Use preg_replace_callback to eliminate eval. Props BenBE1987. fixes #10896
changeset,12199,[12199],ryan,Allow 0xAD in URI attributes. Props nbachiyski. fixes #9823 #10859
changeset,1219,[1219],saxmatt,"Use PATH_INFO instead of REQUEST_URI for better windows compatibility.
"
changeset,1219,[1219],nbachiyski,"Test case for #23506
"
changeset,121,[121],saxmatt,"Login form is centered.
"
changeset,121,[121],tellyworth,trial import of formatting tests from jacob's repo
changeset,12200,[12200],ryan,Return null if no term queried. fixes #11112
changeset,12201,[12201],ryan,Add translator comment. Props nbachiyski. fixes #10737
changeset,12202,[12202],ryan,Fix undefined index notice in canonical.  Props dd32. fixes #11057
changeset,12203,[12203],ryan,Deprecate make_url_footnote(). fixes #4968
changeset,12204,[12204],ryan,Add core_upgrade_preamble action. Props Denis-de-Bernardy. see #10973
changeset,12205,[12205],azaozz,"Let plugins predefine thickbox image vars, props aaroncampbell, fixes #6453"
changeset,12206,[12206],markjaquith,Do not destroy characters surrounding shortcodes in strip_shortcodes(). fixes #10326
changeset,12207,[12207],westi,Ensure WP_DEBUG is always defined and simplify the checks on it. Fixes #11090 props nacin.
changeset,12208,[12208],ryan,Return if no post to avoid warnings
changeset,12209,[12209],ryan,Don't destruct if WP_Error.  Props scribu. fixes #11168
changeset,1220,[1220],saxmatt,"Don't gzip admin.
"
changeset,1220,[1220],SergeyBiryukov,Fix wp_convert_bytes_to_hr() test for 64-bit systems. props soulseekah. see #23626.
changeset,12210,[12210],ryan,Delete old magpie cache options. Props Denis-de-Bernardy. fixes #10592
changeset,12211,[12211],markjaquith,"Pass some additional variables to post_image_html filter. props waltervos, scribu. fixes #11167"
changeset,12212,[12212],westi,First pass first post improvements. See #11008 props demetris.
changeset,12213,[12213],azaozz,"Add sidebar descriptions to sidebar settings and widget admin screen, props jeremyclarke scribu, fixes #11157"
changeset,12214,[12214],azaozz,"Check if $_SERVER['HTTP_ACCEPT_ENCODING'] is set before determining whether to compress scripts, props nacin, fixes #11169"
changeset,12215,[12215],azaozz,"Fix removal of .form-invalid in IE, props aldenta, fixes #11181"
changeset,12216,[12216],ryan,Avoid warning when parent template does not exist.
changeset,12217,[12217],ryan,Make option_id primary. Add uniques for option_name and autoload. see #2699
changeset,12218,[12218],ryan,Check DB ver 12217. see #2699
changeset,12219,[12219],ryan,Don't show page statuses with 0 pages. Props batmoo. fixes #11180
changeset,1221,[1221],emc3,"Removed useless date() call.
"
changeset,1221,[1221],nacin,"During test execution, all wp_die() calls should throw an exception.

If the wp_die() call is not expected, the test will result in an error. Expected wp_die() calls may be caught with $this->setExpectedException( $exception ), @expectedException, etc. For more, see http://www.phpunit.de/manual/3.8/en/writing-tests-for-phpunit.html#writing-tests-for-phpunit.exceptions.

"
changeset,12220,[12220],ryan,"Pass args to settings field callback. Props hanilovesme, scribu. fixes #11143"
changeset,12221,[12221],ryan,Add media_row_actions filter. Props holizz. fixes #9172
changeset,12222,[12222],ryan,Fix var name typo
changeset,12223,[12223],ryan,Return if no comment queried
changeset,12224,[12224],markjaquith,Do not use the unreliable in_the_loop() when grabbing terms. fixes #11189
changeset,12225,[12225],westi,Revert [12187] as it didn't fix the issue for all cases. See #10959.
changeset,12226,[12226],westi,Reduce the size of the data returned by get_themes() by ~30% by reducing duplication.
changeset,12227,[12227],ryan,gettext fix. Props takayukister. fixes #11188
changeset,12228,[12228],westi,Some admin copy improvements fixes. #6362 props xenlab and ninjaWR.
changeset,12229,[12229],ryan,Fix custom taxonomy term links when using non-pretty permalinks. Props bookchiq. fixes #11179
changeset,1222,[1222],emc3,"Fix rendering problem in Safari
"
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,12230,[12230],ryan,Don't return extra permastructs if pretty permalinks not turned on. Props scribu. fixes #11061
changeset,12231,[12231],ryan,Add context to strings. Props nbachiyski. fixes #10738
changeset,12232,[12232],ryan,Fix db version logic error. Props miqrogroove. fixes #10994
changeset,12233,[12233],ryan,Allow link rating of 10. Props ProDevStudio. fixes #11165
changeset,12234,[12234],azaozz,"Specify background color for input elements, props hakre, fixes #10881"
changeset,12235,[12235],azaozz,"Escape $title in dashboard Recent Drafts to reveal HTML tags, props Simek, fixes #11128"
changeset,12236,[12236],azaozz,"Do not show entities when inserting newly added category in the parents dropdown, props aldenta, fixes #11182"
changeset,12237,[12237],azaozz,"Limit wp_get_recent_posts() to real/live posts, props josephscott, fixes #11123"
changeset,12238,[12238],azaozz,"Show errors when minimum requirements are not met when installing, props dd32 Denis-de-Bernardy, fixes #9474"
changeset,12239,[12239],azaozz,"Add video/x-flv to mime types, props hakre, fixes #11051"
changeset,1223,[1223],saxmatt,"Minor changes to RSS.
"
changeset,1223,[1223],nacin,"Test that certain core scripts cannot be deregistered in the admin. props adamsilverstein. fixes #22896.

"
changeset,12240,[12240],azaozz,"Submit the ""Save all changes"" form by pressing Enter, props abackstrom, fixes #8557"
changeset,12241,[12241],ryan,Fix double slashing. Props scribu. fixes #11061
changeset,12242,[12242],ryan,Remove reference to non-existent field. Props scribu. fixes #11098
changeset,12243,[12243],ryan,Use correct var name
changeset,12244,[12244],ryan,script loader phpdoc improvements. Props nacin. fixes #11201
changeset,12245,[12245],ryan,Fix preview of pending pages with permalinks on. Props dj-wp. fixes #11199
changeset,12246,[12246],ryan,Fix warnings
changeset,12247,[12247],ryan,Use correct variable name. Props sirzooro. fixes #11204
changeset,12248,[12248],ryan,Restore 'Add New Themes' menu name. Props  nacin. fixes #10738
changeset,12249,[12249],azaozz,"Always register all widgets, props hakre, fixes #10954"
changeset,1224,[1224],saxmatt,"Comments fix?
"
changeset,1224,[1224],nacin,"Change unit tests to reflect [23531]. see #22324.

"
changeset,12250,[12250],westi,Ensure that make_clickable links correctly when the link is placed in brackets and has trailing punctuation. Fixes #11211 props filosofo.
changeset,12251,[12251],westi,Allow plugins to override the behaviour of load_textdomain() in a variety of flexible ways. Fixes #11012 props johanee and nbachiyski.
changeset,12252,[12252],westi,Let autop handle the first post. See #11008.
changeset,12253,[12253],westi,Don't show page templates in the drop down if they are in a subdirectory. Fixes #10959 props scribu.
changeset,12254,[12254],azaozz,"Ignore trashed comments for duplicate comment check, props scribu, fixes #10944"
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,12256,[12256],westi,Use _x() not _c() as we want to use the gettext contexts.
changeset,12257,[12257],westi,Mark _c() as Deprecated people should use the new _x() instead. Fixes #11225.
changeset,12258,[12258],westi,Make sure the translated urls are attribute safe using esc_attr(). See #11008.
changeset,12259,[12259],westi,Use _x() not _c(). See #6362 fixes #11228 props filosofo.
changeset,1225,[1225],saxmatt,"Don't need slash at the beginning.
"
changeset,1225,[1225],nacin,"Test for allowing .. in paths passed to *_url functions. see #19032.

"
changeset,12260,[12260],westi,Allow plugins to change the redirect on post/page publishing/submitting. Fixes #10929 props johnjosephbachir and johnbillion.
changeset,12261,[12261],westi,Pass the old term_taxonomy ids to the action in set_object_terms so plugins know what was before. Fixes #10962 props simonwheatley.
changeset,12262,[12262],ryan,Standardize RTL admin fonts. Props yoavf. fixes #11239
changeset,12263,[12263],ryan,Reduce memory usage for XML-RPC requests. Props Demitrious Kelly. fixes #10698
changeset,12264,[12264],ryan,"Improve IIS rewrite support. Props ruslany, peaceablewhale. fixes #10386"
changeset,12265,[12265],ryan,"Check if defined to avoid having to suppress. Props Mittineague, Denis-de-Bernardy. fixes #10525"
changeset,12266,[12266],ryan,Pass user_login and user_email to registration_errors. Props nacin. fixes #11237
changeset,12267,[12267],ryan,Standardize on user_id instead of user_ID when passing comment data. fixes #11222
changeset,12268,[12268],ryan,Fix wpfs root dir location. Props dd32. fixes #11152
changeset,12269,[12269],ryan,Filter imported comments
changeset,1226,[1226],saxmatt,"remove_slashes was broken.
"
changeset,1226,[1226],SergeyBiryukov,Add more assertions for wp_convert_bytes_to_hr(). Correct expected result for a negative number. see #23626.
changeset,12270,[12270],ryan,Filter imported comments
changeset,12271,[12271],ryan,Fix attachment rewrite endpoints. Props Curioso. fixes #5553
changeset,12272,[12272],ryan,Check action type to avoid warnings. Props sirzooro. fixes #11203
changeset,12273,[12273],ryan,Don't require titles for attachments. Props caesarsgrunt. fixes #11052
changeset,12274,[12274],azaozz,"Set uploaded files extensions to lower case, fixes #11218"
changeset,12275,[12275],azaozz,"Autop: add fieldset to blocks, remove support for empty <p> for now, fix block in block problems when switching the editor from visual to html and back, fixes #8644"
changeset,12276,[12276],azaozz,"l10n for thickbox.js, props nbachiyski, fixes #10278"
changeset,12277,[12277],ryan,Apply editable_slug filter in more places. Props dwright. fixes #10966
changeset,12278,[12278],azaozz,"Stop the fade-out of the Undo notices on Edit Comments screen, props caesarsgrunt, fixes #11259, see #4529"
changeset,12279,[12279],azaozz,"Get the right number of pages then excluding a tree, fixes #11205"
changeset,1227,[1227],saxmatt,"Some style cleanup. Category base and additional URI options from Jay McCarthy.
"
changeset,1227,[1227],SergeyBiryukov,Tests for wp_add_object_terms() and wp_remove_object_terms(). props kovshenin. see #15475.
changeset,12280,[12280],azaozz,"Avoid a rare case of black line in cropped thumbnails, props miqrogroove, fixes #7748"
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,12282,[12282],azaozz,"Reset notice after restoring a comment from the trash, props caesarsgrunt, fixes #11223"
changeset,12283,[12283],azaozz,"Fix typo, props nacin, fixes #8557"
changeset,12284,[12284],azaozz,"Fix notices and phpdoc, props hakre, fixes #10758"
changeset,12285,[12285],azaozz,"Fix notice in bulk edit posts, props dd32, fixes #11184"
changeset,12286,[12286],azaozz,"Undo for setting a comment as spam, props caesarsgrunt, fixes #11260, see #4529"
changeset,12287,[12287],azaozz,"Reorder comment actions, fixes #11258"
changeset,12288,[12288],westi,Restore functionality of setup_userdata() when a user id is supplied. See #11271 and #11222.
changeset,12289,[12289],azaozz,"Flash through red when sending an item to the trash, flash through green when undoing it, props caesarsgrunt, see #4529"
changeset,1228,[1228],saxmatt,"Missed the cat call.
"
changeset,1228,[1228],nacin,"Move phpunit.xml to phpunit.xml.dist. props nbachiyski. fixes #23499.

"
changeset,12290,[12290],azaozz,"""Trash"" fixes, props caesarsgrunt, see #4529"
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,12292,[12292],ryan,comment status transition was broken due to sneaky reference return in &get_comment. Props skeltoac
changeset,12293,[12293],azaozz,"Fix Right Now comments counts for trash, spam or undo."
changeset,12294,[12294],azaozz,Fix Right Now comments counts when only one comment exists
changeset,12295,[12295],ryan,escape hrefs. Props Denis-de-Bernardy. fixes #10056
changeset,12296,[12296],ryan,escape hrefs. Props Denis-de-Bernardy. fixes #10056 for 2.8
changeset,12297,[12297],azaozz,Hide Cancel link in the browser uploader on Media Library screen.
changeset,12298,[12298],ryan,Save parent temp ID for unattached attachments in postmeta. Props scribu. fixes #9471
changeset,12299,[12299],ryan,Delete custom taxonomy relationships when deleting a post. Props miqrogroove. fixes #10821
changeset,1229,[1229],saxmatt,"Upgrades should run faster now.
"
changeset,1229,[1229],nbachiyski,"Ignore phpunit.xml, since we have phpunit.xml.dist

See #23499, props bpetty
"
changeset,122,[122],saxmatt,"HTML updates, ezSQL changes.
"
changeset,122,[122],tellyworth,remove unnecessary stuff
changeset,12300,[12300],ryan,Accept either user_id or user_ID. Remove user_id global. see #11271 #11222
changeset,12301,[12301],ryan,Preserve parentage when importing comments. Props joostdevalk. fixes #8019
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,12303,[12303],azaozz,"Don't show deleted Pages in wp.getPages results, props ryan, props Denis-de-Bernardy,fixes #11243"
changeset,12304,[12304],azaozz,"Remove oEmbed references and auto-insert of shortcodes from the UI, fixes #11288"
changeset,12305,[12305],ryan,Delete custom taxonomy relationships when deleting a post or attachment. Props dd32. fixes #10821
changeset,12306,[12306],ryan,Do recently updated test only if show_updated. Avoids slow query.
changeset,12307,[12307],ryan,Use correct var name. Props miqrogroove. fixes #10821
changeset,12308,[12308],ryan,Standardize on 'Undo'. Props caesarsgrunt. fixes #11299
changeset,12309,[12309],ryan,Fix wp_nonce_ays() for log-out case. Fix IE6 padding. Props miqrogroove. fixes #11289
changeset,1230,[1230],saxmatt,"New MT import from Carthik.
"
changeset,1230,[1230],ryan,"Revert parts of [1215] to reflects changes for #WP21767
"
changeset,12310,[12310],ryan,Fix file validation in theme editor. Props dd32. fixes #11032
changeset,12311,[12311],azaozz,"Swap Spam and Trash in comment action links, fixes #11258"
changeset,12312,[12312],azaozz,"Fix multiple confirmation messages when restoring posts and pages from the trash, props caesarsgrunt, see #4529"
changeset,12313,[12313],azaozz,"Fix canceling when deleting newly added categories and link categories, fixes #11296"
changeset,12314,[12314],ryan,Beta 2 bump
changeset,12315,[12315],ryan,Set default timezone. Props Denis-de-Bernardy. fixes #10940
changeset,12316,[12316],ryan,Fix is_tax(). Props scribu. fixes #10721
changeset,12317,[12317],azaozz,"Fix errors when bulk actions executed on empty list, props nacin, see #11184"
changeset,12318,[12318],azaozz,"Validate date/time fields for posts and comments, fixes #10309"
changeset,12319,[12319],ryan,get_the_term_list() phpdoc updates. Props filosofo. fixes #11116
changeset,1231,[1231],saxmatt,"Allow ? in trackback URIs.
"
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,12320,[12320],ryan,phpdoc for post thumbnail template functions. Props ramiy. fixes #11310
changeset,12321,[12321],westi,Allow plugins to filter the UserAgent used for PingBack requests. Fixes #11317 props mtdewvirus.
changeset,12322,[12322],markjaquith,Display Post/Page Thumbnail meta box even if theme does not support it -- just display an info message. props janeforshort
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,12324,[12324],markjaquith,Make codex link open in a new window
changeset,12325,[12325],ryan,Use oEmbed for dailymotion. Props Viper007Bond. see #10337
changeset,12326,[12326],ryan,Cleanup oembed caching. Props Viper007Bond. see #10337
changeset,12327,[12327],markjaquith,Get rid of stray comma. fixes #10977. props kevinB
changeset,12328,[12328],markjaquith,Reverting [12324] and [12322] after some discussion.
changeset,12329,[12329],ryan,Drop autoload index from schema. Tweak key layout to satisdy dbDelta. Props nacin. fixes #11322 #2699
changeset,1232,[1232],saxmatt,"Unquoted SQL.
"
changeset,1232,[1232],scribu,"Use require_once to load includes/functions.php

fixes #23690"
changeset,12330,[12330],markjaquith,Re-enable trash link appearance on autosave. fixes #11351
changeset,12331,[12331],markjaquith,"Yes, I did mean original... props coffee2code. fixes #10057"
changeset,12332,[12332],westi,Check the correct global in get_page and also ensure that the cap check for deleting pages copes for the default page we edit when adding new. Fixes #11203.
changeset,12333,[12333],markjaquith,Do not display comments on non-public posts in comments widget. props Denis-de-Bernardy. fixes #9211
changeset,12334,[12334],markjaquith,Fix the case of the curiously expanding wp-admin menu. props westi. fixes #10366
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,12336,[12336],ryan,"Use stripslashes_deep to strip meta values. Props JonathanRogers, Sewar. fixes #10656"
changeset,12337,[12337],ryan,Include admin-footer in options.php only for the default case.  Avoids warning about hook_suffix not being set when POSTing to options.php. see #10131
changeset,12338,[12338],westi,Make the gallery shortcode float the right way for RTL languages. Fixes #7134 props ikonst.
changeset,12339,[12339],markjaquith,"Standardize around ""post image"" instead of ""post thumbnail"""
changeset,1233,[1233],saxmatt,"Some consistancy errors.
"
changeset,1233,[1233],nacin,"Add tests for get_date_from_gmt() and get_gmt_from_date().

These tests demonstrate that get_date_from_gmt() is ignorant of DST settings.

props scholesmafia.
see #20328.

"
changeset,12340,[12340],westi,Urlencode the redirect url for the logout links as well as login in links. Fixes #10991 props Utkarsh.
changeset,12341,[12341],matt,Cast out the lowercase P demons that snuck in. http://www.google.com/search?q=out+out+you+demons+of+stupidity
changeset,12342,[12342],markjaquith,"Introducing set_post_image_size(w, h, crop) so themes can register their special size/crop for canonical post images. WP will create this size/crop upon upload, so your canonical post images fit your space exactly!"
changeset,12343,[12343],markjaquith,More standardization around Post/Page Image instead of Post/Page Thumbnail
changeset,12344,[12344],markjaquith,Yet more standardization around Post/Page Image instead of Post/Page Thumbnail
changeset,12345,[12345],markjaquith,Revision 12345. Nothing but whitespace fixes. That's how I roll.
changeset,12346,[12346],westi,s/size/s/ fixes #11370 props nacin.
changeset,12347,[12347],azaozz,"Save menu sections' opened/closed state separately, fixes #10366"
changeset,12348,[12348],westi,Remove passing of spurious argument to wpdb->db_version().
changeset,12349,[12349],azaozz,"Do not auto-scroll the media popup when opening an image details section if it can fit in the viewport, props caesarsgrunt, fixes #11269"
changeset,1234,[1234],saxmatt,"Default for new option.
"
changeset,1234,[1234],nacin,"Move the get_date_from_gmt() et al. tests to the formatting group.

"
changeset,12350,[12350],ryan,Allow registering post image support per post type. fixes #11364
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,12352,[12352],markjaquith,"Do not show ""Use as thumbnail"" in standalone media browser, but DO show it when you upload a new image on a post. fixes #11366"
changeset,12353,[12353],markjaquith,"Show ""Done"" feedback after setting post thumbnail image. see #11140 (partial fix)"
changeset,12354,[12354],markjaquith,Forgot to check this in with [12353]. see #11140
changeset,12355,[12355],markjaquith,"Provide visual feedback for ""Use as thumbnail"" when clicked immediately after uploading the image. fixes #11140"
changeset,12356,[12356],markjaquith,Do not double-stripslashes() on get_search_query(). fixes #11374
changeset,12357,[12357],markjaquith,Fix some wrapping/cropping issues for verbose languages. props Nao. fixes #11293
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,12359,[12359],markjaquith,Use esc_url_raw() on wp:comment_author_url in exports. fixes #9524
changeset,1235,[1235],saxmatt,"Some E_ALL fixes.
"
changeset,1235,[1235],nacin,"Two dots are no longer invalid in URLs.

"
changeset,12360,[12360],markjaquith,"Change 'Remove' link on widgets to 'Delete' because it doesn't just remove it, it deletes the settings for that widget instance. props Denis-de-Bernardy. fixes #10379"
changeset,12361,[12361],markjaquith,"Allow for saving Press This entries with blank titles. props noel, christoph179. fixes #10715"
changeset,12362,[12362],markjaquith,"Strip HTML from comments_popup_link title attribute. props ewestp, xenlab. fixes #10997"
changeset,12363,[12363],azaozz,"Image editor icons, props Ben Dunkle, fixes #10979"
changeset,12364,[12364],azaozz,"Fix slashes in the Text widget, props Denis-de-Bernardy, fixes #10563"
changeset,12365,[12365],ryan,Drop temp upgrade code. fixes #11266
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,12367,[12367],ryan,Remove unused variable. Props hakre. fixes #10765
changeset,12368,[12368],markjaquith,Reverting [12331]. see #10057
changeset,12369,[12369],ryan,Pass correct number of args to ftp_chdir(). Props Denis-de-Bernardy. see #10889
changeset,1236,[1236],saxmatt,"Some fixes for E_ALL.
"
changeset,1236,[1236],nacin,"shorten_url() no longer strips slashes.

"
changeset,12370,[12370],markjaquith,Reverting [12361] due to logic issue. see #10715
changeset,12371,[12371],azaozz,"Press This empty title fix, props noel, see #11390, fixes #10715"
changeset,12372,[12372],ryan,Return false from is_paged() if on the first page. Props Denis-de-Bernardy. fixes #11389
changeset,12373,[12373],ryan,Call wp_cache_delete after issuing update actions. Props Denis-de-Bernardy. fixes #11397
changeset,12374,[12374],ryan,Show Upgrade Notice for plugins. see #10973
changeset,12375,[12375],ryan,Don't fallback to the options database when retrieving *_per_page user options.  Props nacin. fixes #11385
changeset,12376,[12376],markjaquith,Optimize Whoa Cowboy query. Only look back one hour. props mdawaffe. fixes #4366
changeset,12377,[12377],azaozz,"Disable trash for attachments for now pending improvements in 3.0, fixes #11149"
changeset,12378,[12378],azaozz,"Display ""Dimensions"" only for image attachments, fixes #11403"
changeset,12379,[12379],azaozz,"Fix image editor toolbar in IE6/7, fixes #11400"
changeset,1237,[1237],saxmatt,"Fix for cookie paths being set correctly when using a different home setting. Refactored comments-post.
"
changeset,1237,[1237],nacin,"Post revisions now only get created when a field gets changed.

"
changeset,12380,[12380],azaozz,"Make animation faster for admin notices, props nacin, fixes #11267"
changeset,12381,[12381],azaozz,"Typecast to int the return of image_resize_dimensions(), fixes #7748"
changeset,12382,[12382],azaozz,"Fix dashboard Right Now columns width in IE6/7, fixes 11293"
changeset,12383,[12383],azaozz,"Do not stop plugin activation due to E_DEPRECATED errors in php 5.3, props Denis-de-Bernardy, fixes #11250"
changeset,12384,[12384],azaozz,"Do not show PHP 5.3 deprecated errors when WP_DEBUG is set, props mrmist nacin, fixes #10533"
changeset,12385,[12385],azaozz,"Remove animation for admin notices, fixes #11267"
changeset,12386,[12386],westi,Bump the version number on the wp-admin.css files for [12377]. See #11149 props nacin.
changeset,12387,[12387],westi,Fix the IP Address validation code in the FTP class. Fixes #11393 props nacin.
changeset,12388,[12388],westi,Don't html encode quotes in the blogname in email subjects as this is a plain text output. Fixes #9913 props tenpura.
changeset,12389,[12389],westi,Check that $user_id is set. For non-logged in users it is not set so we get a notice.
changeset,1238,[1238],saxmatt,"Add blockquote to tags allowed by default.
"
changeset,1238,[1238],joehoyle,better test for wp_unique_filename() fixes #23699
changeset,12390,[12390],westi,Fix notice on edit posts page when logged in as a user without the 'edit_others_posts' capability.
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,12392,[12392],westi,Ensure that RTL langs don't get a horizontal scrollbar in IE7. Fixes #10748 props yoavf.
changeset,12393,[12393],azaozz,Move is_admin() to wp-settings.php so it's available when query.php is not included.
changeset,12394,[12394],azaozz,"Discard replies to comments on a trashed post, props nacin, fixes #11401"
changeset,12395,[12395],azaozz,"Urlencode the search query in get_search_feed_link() and get_search_comments_feed_link(), props tenpura, fixes #11153"
changeset,12396,[12396],azaozz,"Add another arg to 'get_comment_time' filter, props miqrogroove, fixes #11421"
changeset,12397,[12397],ryan,"Pass taxonomy to created, edited, create, and edit actions.  Props Denis-de-Bernardy. fixes #11429"
changeset,12398,[12398],westi,Fix some more html encoding in email subject issues. Fixes #9913.
changeset,12399,[12399],azaozz,Properly update pagination links when moderating comments for a particular post or page.
changeset,1239,[1239],saxmatt,"E_ALL fixes and cleanups.
"
changeset,1239,[1239],nacin,"Add shortcode_atts() filter tests. see #15155. props coffee2code.

"
changeset,123,[123],saxmatt,"New b2profile, no tables, all CSS, all the time.
"
changeset,123,[123],tellyworth,make new formatting tests run
changeset,12400,[12400],azaozz,"Fix typos, props aldenta, fixes #11440"
changeset,12401,[12401],azaozz,"Fix action on dashboard spam link, merge deletecomment with trashcomment, untrashcomment, spamcomment, and unspamcomment, props caesarsgrunt, fixes #11432"
changeset,12402,[12402],azaozz,"Add 'trash' in comment moderation emails, props nacin, fixes #11426"
changeset,12403,[12403],ryan,Use ON DUPLICATE KEY UPDATE when inserting options to avoid duplicate entry errors. fixes #11437
changeset,12404,[12404],ryan,Bump the MySQL requirement to 4.1.0. Props Denis-de-Bernardy. see #11437
changeset,12405,[12405],ryan,Fix upload dir defaults. Props Denis-de-Bernardy. fixes #11276
changeset,12406,[12406],ryan,Remove target from view post/page links. Props scribu. fixes #11406
changeset,12407,[12407],ryan,Show plugin compatibility for available upgrade versions of WP. see #10973
changeset,12408,[12408],ryan,Don't fall back to logged in cookie if in the admin.
changeset,12409,[12409],ryan,Remove no longer needed DB has_cap() checks. Props filosofo. fixes #11443
changeset,1240,[1240],saxmatt,"Hot buttons!
"
changeset,1240,[1240],nacin,"Allow get_post_ancestors() to inspect the $post global, when null/0 is received. see #23708.

"
changeset,12410,[12410],ryan,Bump MySQL requirement to 4.1.2 per previous discussions and announcements.
changeset,12411,[12411],ryan,Remove oEmbed discovery option. Add hook so plugins can enable it. see #10337
changeset,12412,[12412],azaozz,"Check post and comment status before emptying trash, fixes #11442"
changeset,12413,[12413],ryan,Consult the tested field when checking plugin compatibility. Props Denis-de-Bernardy. fixes #11450
changeset,12414,[12414],ryan,Make the excerpt_more filter include the space. Props demetris. fixes #11456
changeset,12415,[12415],ryan,Delete instead of trash when bulk deleting media. Props nacin. fixes #11455
changeset,12416,[12416],ryan,RC1
changeset,12417,[12417],ryan,"2.9 branch, from [12416]"
changeset,12418,[12418],westi,Update the readme to include new mysql minimum version.
changeset,12419,[12419],westi,Update the readme to include new mysql minimum version.
changeset,1241,[1241],saxmatt,"Improve styling of comment form.
"
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,12420,[12420],westi,Fix phpDoc for Comment Meta functions to refer to comments not posts. See #11462 props sirzooro.
changeset,12421,[12421],westi,Fix phpDoc for Comment Meta functions to refer to comments not posts. See #11462 props sirzooro.
changeset,12422,[12422],ryan,"Check MySQL and PHP versions when auto upgrading. Props westi, Denis-de-Bernardy, nacin, caesarsgrunt. see #11464"
changeset,12423,[12423],ryan,"Check MySQL and PHP versions when auto upgrading. Props westi, Denis-de-Bernardy, nacin, caesarsgrunt. see #11464 for 2.9"
changeset,12424,[12424],ryan,Properly handle float timeouts for all transports. Props mdawaffe. fixes #11468
changeset,12425,[12425],ryan,Properly handle float timeouts for all transports. Props mdawaffe. fixes #11468 for 2.9
changeset,12426,[12426],ryan,Fix typo. see #11464
changeset,12427,[12427],ryan,Fix typo. see #11464
changeset,12428,[12428],ryan,Delete all comment meta when deleting a comment. Props nacin. fixes #11463
changeset,12429,[12429],ryan,Delete all comment meta when deleting a comment. Props nacin. fixes #11463 for 2.9
changeset,1242,[1242],saxmatt,"More sane default.
"
changeset,1242,[1242],nacin,"Move tests/query.php to tests/query/conditionals.php. New query test for setup_postdata() pagination with nextpage. see #16746.
"
changeset,12430,[12430],ryan,Delete all comment meta when deleting a comment. Props nacin. fixes #11463
changeset,12431,[12431],ryan,Delete all comment meta when deleting a comment. Props nacin. fixes #11463 for 2.9
changeset,12432,[12432],ryan,Add required php and mysql versions to version.php.  Future proof required version check strings.  Props nacin. see #11464
changeset,12433,[12433],ryan,Add required php and mysql versions to version.php.  Future proof required version check strings.  Props nacin. see #11464 for 2.9
changeset,12434,[12434],ryan,Make sure dir() returned a dir object.
changeset,12435,[12435],ryan,Make sure dir() returned a dir object. for 2.9
changeset,12436,[12436],ryan,Give feedback when Upgrade Plugins is clicked but no plugins are selected. see #10973
changeset,12437,[12437],ryan,Give feedback when Upgrade Plugins is clicked but no plugins are selected. see #10973 for 2.9
changeset,12438,[12438],azaozz,Fix the 'current_user_can' check for 'add-comment'.
changeset,12439,[12439],azaozz,Fix the 'current_user_can' check for 'add-comment' for 2.9
changeset,1243,[1243],saxmatt,"Removed unneeded file.
"
changeset,1243,[1243],westi,"Formatting: New test cases for a few core formatting functions which call htmlspecialchars without providing any charset info.

As of PHP5.4 the default charset for htmlspecialchars is changed to UTF-8 which means that iso-8859-1 data gets eaten.

See: #23688
"
changeset,12440,[12440],ryan,Escape percent sign. Props sirzooro. fixes #11476
changeset,12441,[12441],ryan,Escape percent sign. Props sirzooro. fixes #11476 for 2.9
changeset,12442,[12442],azaozz,"Fix typo in edit-tags.php, props nacin, fixes #11350 for trunk"
changeset,12443,[12443],azaozz,"Fix typo in edit-tags.php, props nacin, fixes #11350 for 2.9"
changeset,12444,[12444],azaozz,"Fix typo in edit-tags.php (proper patch), props nacin, fixes #11350 for trunk"
changeset,12445,[12445],azaozz,"Fix typo in edit-tags.php (proper patch), props nacin, fixes #11350 for 2.9"
changeset,12446,[12446],azaozz,"Fix the scale image check in image editor, fixes #11473 for trunk"
changeset,12447,[12447],azaozz,"Fix the scale image check in image editor, fixes #11473 for 2.9"
changeset,12448,[12448],azaozz,Fix checkbox and radio styles in IE7/8 and Opera
changeset,12449,[12449],azaozz,Fix checkbox and radio styles in IE7/8 and Opera for 2.9
changeset,1244,[1244],saxmatt,"Fixes for silly category_base stuff. Now lets it be blank and acts accordingly, more sane.
"
changeset,1244,[1244],SergeyBiryukov,Update get_home_path() test to reflect the change in [WP23669]. see #23175.
changeset,12450,[12450],ryan,Hard code required version in update-core.php. see #11464
changeset,12451,[12451],ryan,Hard code required version in update-core.php. see #11464 for 2.9
changeset,12452,[12452],ryan,Remove stray paren.  Props demetris. fixes #11485
changeset,12453,[12453],ryan,Remove stray paren.  Props demetris. fixes #11485 for 2.9
changeset,12454,[12454],ryan,2.9
changeset,12455,[12455],ryan,2.9
changeset,12456,[12456],ryan,3.0-alpha
changeset,12457,[12457],westi,Fix notice in get_boundary_post_rel_link when there is no post to link. Fixes #11490 props ShaneF.
changeset,12458,[12458],westi,Update the version number in readme.html
changeset,12459,[12459],westi,Deprecate _nc() as _nx() is a much better was of specifying contexts. Fixes #11404 props nacin.
changeset,1245,[1245],saxmatt,"Various fixes and cleanups, inspired and pointed out by Joseph Scott.
"
changeset,1245,[1245],SergeyBiryukov,"Remove AIM, YIM, and Jabber fields from wp_update_user() test. props bananastalktome. see #11541."
changeset,12460,[12460],westi,Improve like_escape to also escape '\'. Fixes #10041 props miau_jp and Denis-de-Bernardy.
changeset,12461,[12461],westi,"Ensure that bulk comment actions do not remove spaces from search terms.
Also refactors comment bulk action redirect url building to be consistent with other operations.
Fixes #11471 props nacin."
changeset,12462,[12462],westi,"Fix wp_clear_scheduled_hook() so that it function prototype matches the other cron functions.
Include backwards compatibility code so that plugins that used the old way still work.
Fixes #10468."
changeset,12463,[12463],azaozz,"Round back the buttons, see #11502"
changeset,12464,[12464],ryan,Improve do_action performance.  Make  an associative array. Props koopersmith. fixes #10561
changeset,12465,[12465],ryan,Fix typos. Props gautam2011. fixes #11529 for trunk
changeset,12466,[12466],ryan,Fix typos. Props gautam2011. fixes #11529 for 2.9
changeset,12467,[12467],ryan,Remove unused var. Props miqrogroove. fixes #11371
changeset,12468,[12468],westi,Add stricter checks to wp_insert_user() to ensure we don't create a user with an empty user_login but return a WP_Error instead. Fixes #11548.
changeset,12469,[12469],westi,"Fix some notices in the importer when importing files from old WordPress versions or not fetching attachments. See #11484.
Ensure that we check that a user is created for the username we specify and otherwise fallback to the current user
See #10319."
changeset,1246,[1246],saxmatt,"Fixes from Josh.
"
changeset,1246,[1246],ryan,"Test invalid ID handling in wp_insert_post() and wp_update_post().

see #WP23474
"
changeset,12470,[12470],westi,Check that there is a comment_agent to filter and otherwise filter an empty string. Fixes a notice during import from old WXR files. See #11484.
changeset,12471,[12471],ryan,Bump ver
changeset,12472,[12472],ryan,Don't use CURLOPT_CONNECTTIMEOUT_MS or CURLOPT_TIMEOUT_MS due to bugginess. fixes #11505 see #11499
changeset,12473,[12473],ryan,Don't use CURLOPT_CONNECTTIMEOUT_MS or CURLOPT_TIMEOUT_MS due to bugginess. fixes #11505 see #11499 for 2.9
changeset,12474,[12474],azaozz,"Round back the buttons, fixes #11502"
changeset,12475,[12475],ryan,Make sure we have a SimplePie object before calling destruct. Props scribu. see #11518
changeset,12476,[12476],ryan,Make sure we have a SimplePie object before calling destruct. Props scribu. see #11518 for 2.9
changeset,12477,[12477],ryan,Don't display plugin compatibility info if the new WordPress version is the same as the current one. For example for RC/Beta upgrades. Props westi. fixes #11525 for trunk
changeset,12478,[12478],ryan,Don't display plugin compatibility info if the new WordPress version is the same as the current one. For example for RC/Beta upgrades. Props westi. fixes #11525 for 2.9
changeset,12479,[12479],westi,Ensure we don't destory the $wp_roles->role_objects property when assigning a second role to a WP_User object. Fixes #9128 props dd32.
changeset,1247,[1247],michelvaldrighi,"renaming the links update cache file
"
changeset,1247,[1247],ryan,"Test get_blog_details() and the blog-details cache before, while, and after a blog exists.

see #WP23405
"
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,12481,[12481],westi,Fix spelling mistake in tooltip for image rotation button. Fixes #11488 for trunk props computerwiz908.
changeset,12482,[12482],westi,Fix spelling mistake in tooltip for image rotation button. Fixes #11488 for 2.9.1 props computerwiz908.
changeset,12483,[12483],westi,Updated phpDoc for wp-admin/includes/post.php . Fixes #11198 based on a patch from Simek.
changeset,12484,[12484],westi,"Pass the url to the 'wp_feed_cache_transient_lifetime' filter to give more context.
Allow plugins to set extra options on SimplePie using the new 'wp_feed_options' action.
Fixes #11117 props nacin."
changeset,12485,[12485],westi,Much improved is_serialized() which catches serialized doubles. Fixes #9930 props vladimir_kolesnikov and dd32.
changeset,12486,[12486],westi,Revert [12485] as it breaks the functionality of is_serialized() and make more strings appear serialized. See #9930.
changeset,12487,[12487],westi,Add is_comment_feed() to expose ->is_comment_feed. Fixes #10827 props scribu.
changeset,12488,[12488],westi,Add some hooks to wp-app.php to allow a plugin to extend the data returned. Fixes #8826 props znarfor.
changeset,12489,[12489],ryan,Increase download_url() timeout to 5 minutes. fixes #11551 for trunk
changeset,1248,[1248],michelvaldrighi,"adding wp_filter support to the_category, the_category_rss, and list_cats
"
changeset,1248,[1248],ryan,"Add missing @ticket
"
changeset,12490,[12490],ryan,Increase download_url() timeout to 5 minutes. fixes #11551 for 2.9
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,12493,[12493],ryan,Add escaping to _wp_comment_row(). Props Denis-de-Bernardy. fixes #11492 for trunk
changeset,12494,[12494],ryan,Add escaping to _wp_comment_row(). Props Denis-de-Bernardy. fixes #11492 for 2.9
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,12496,[12496],ryan,Bump wp-admin css ver. see #11502
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,12499,[12499],azaozz,"Fix sanitize_text_field() issue with some UTF-8 characters, fixes #11528 for trunk"
changeset,1249,[1249],michelvaldrighi,"(sue me, I had committed with debug junk still in there)
"
changeset,1249,[1249],ryan,Test updating the 'public' site option value via update_blog_status(). see #WP23155
changeset,124,[124],saxmatt,"Redirect, prevent directory listing, holder.
"
changeset,124,[124],tellyworth,work around the GLOBALS bug in phpunit 3.2
changeset,12500,[12500],westi,"Improve the revision comparison user interface to hilight that we compare ""old on left"" to ""new on right"".  Includes some js to hide the radio buttons to stop you selecting reverse comparisions.
Fixes #11088 props filosofo."
changeset,12501,[12501],azaozz,"Fix sanitize_text_field() issue with some UTF-8 characters, fixes #11528 for 2.9.1"
changeset,12502,[12502],westi,Set svn:eol-style on new files.
changeset,12503,[12503],westi,Improve sanitize_text_field() some more so that we don't leave extra whitespace after stripping octets. Fixes #11573.
changeset,12504,[12504],westi,Only run a second spaces strip if we replaced some octets. Also only replace spaces and we have already removed the other whitespace chars. Fixes #11573 props azaozz.
changeset,12505,[12505],westi,Merging changes from upstream GlotPress revision [351]. Remove unused local variable.
changeset,12506,[12506],westi,Wrap the content of <wp:meta_value></wp:meta_value> in CDATA for WXR exports. Fixes #9633 props hakre.
changeset,12507,[12507],ryan,Do not use deprecated Etc timezones. Props miqrogroove. fixes #11558 for trunk
changeset,12508,[12508],ryan,Do not use deprecated Etc timezones. Props miqrogroove. fixes #11558 for 2.9
changeset,12509,[12509],ryan,Add hierarchical taxonomy handling to wp_set_post_terms(). Props prettyboymp. see #10122
changeset,1250,[1250],michelvaldrighi,"added wp_filter support to the_excerpt_rss
"
changeset,1250,[1250],westi,"Pluggable Functions: Add some tests for passwords with trailing and leading spaces.

See #23494.
"
changeset,12510,[12510],ryan,Cleanup clean_term_cache(). Props Denis-de-Bernardy. see #11530
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,12513,[12513],ryan,Remove unneeded quotes around vars.  Props johnbillion. fixes #10245
changeset,12514,[12514],westi,Extend the_modified_date() to support before/after/echo. Fixes #11255 props ShaneF.
changeset,12515,[12515],ryan,Use array calling style. Props Denis-de-Bernardy. see #6647
changeset,12516,[12516],westi,Make the meaning of is_home() more explicit.
changeset,12517,[12517],westi,Notice fix. Only return variable references by reference.
changeset,12518,[12518],ryan,Add more orderby and select options to get_comments. Props filosofo. fixes #10668
changeset,12519,[12519],ryan,Check upload_tmp_dir ini settings for a usable temporary path. Props Denis-de-Bernardy. fixes #6699
changeset,1251,[1251],michelvaldrighi,"fixed GMT upgrade issues, should fix showstopper bug?
"
changeset,1251,[1251],markjaquith,"We now store a revision for the current version, so these counts must be bumped. see #16215"
changeset,12520,[12520],westi,Check that get_page_hierarchy() returns something before trying to build the verbose page rules in WP_Rewrite::page_uri_index(). Fixes #11578.
changeset,12521,[12521],ryan,Update phpass to 0.2. Props hakre. fixes #10727
changeset,12522,[12522],ryan,Upgrade SWFobject JS to 2.2. Props niallkennedy. fixes #11109
changeset,12523,[12523],ryan,Check required php and mysql versions in the update response and notify if the server environment does not meet those requirements. fixes #11562
changeset,12524,[12524],ryan,Retunr WP_Error from wp_crop_image() and image_resize(). Props mdwaffe. fixes #9922
changeset,12525,[12525],ryan,Refresh deprecated bookmark functions. Props filosofo. fixes #10920
changeset,12526,[12526],ryan,"Set the version of WP a function was deprecated in for all deprecated functions. Props nacin, docwhat. fixes #7493"
changeset,12527,[12527],ryan,2.9.1 beta 1
changeset,12528,[12528],ryan,"windows-1252 is canonical, not Windows-1252.  Props Denis-de-Bernardy. fixes #11219"
changeset,12529,[12529],ryan,"windows-1252 is canonical, not Windows-1252.  Props Denis-de-Bernardy. fixes #11219 for 2.9"
changeset,1252,[1252],saxmatt,"Comment count patch from Kitty. http://poker.mookitty.co.uk/
"
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,12530,[12530],westi,Round the corners of the Update nag message. Fixes #10431 props Simek.
changeset,12531,[12531],westi,phpDoc updates for functions.wp-styles.php. Merge from BackPress props CharlesClarkson.
changeset,12532,[12532],markjaquith,Make sure the post global is actually an object before we treat it like one.
changeset,12533,[12533],westi,Consitent use of … Fixes #10374 props demetris.
changeset,12534,[12534],westi,Fix phpDoc for _deprecated_file(). Always pass the full path from ABSPATH to _deprecated_file().
changeset,12535,[12535],westi,More phpdoc fixes. Depreceated version numbers for _deprecated_file() calls in wp-includes.
changeset,12536,[12536],westi,Add new function _deprecated_argument() to be used for marking arguments as deprecated so that with WP_DEBUG enabled developers can see they need to review and update their code. See #11386 props nacin.
changeset,12537,[12537],westi,Fix typo in _deprecated_argument() and start using _deprecated_argument() in wp-includes files. See #11386 props nacin.
changeset,12538,[12538],westi,Update wp_clear_scheduled_hook calls to use array when passing args. Fixes #11590 props nacin.
changeset,12539,[12539],ryan,Some hardening for 2.8
changeset,1253,[1253],saxmatt,"Fix so KSES works with Japanese encoding.
"
changeset,1253,[1253],kurtpayne,"Update ajax autosave unit tests for 3.6

See #23928"
changeset,12540,[12540],matt,"Change to comments UI to show when a comment is replying to another, and link to the parent comment, so you can understand the context of a given comment when moderating from the dashboard.

Long term, I feel like front-end moderation could be really handy if we can make it as AJAXy."
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,12542,[12542],matt,"Media editing: When you have many custom taxonomies this page can get rather long, or just normally, so adding a ""save"" button to the top as well, for easy access.

There was no place on this page that actually linked to the item being edited, so I hyperinked the thumbnail.
"
changeset,12543,[12543],matt,"More cleanup of the edit media screen:

* Simplified table to not need rowspan, and other markup where possible.
* Put more elements in a paragraph tag for better spacing.
* Brought edit image buton under the image.
* Everything is now in line with WordPress Coding Standards, particularly with regards to spacing and attribute quotes.
* Minor styling for better alignment.

TODO: We show the file URL here, but for images we should show the URL to each size, with its dimensions.

"
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,12546,[12546],azaozz,"Remove unused .fade CSS class, props nacin, fixes #11628"
changeset,12547,[12547],westi,phpDoc for wp_reset_vars().
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,1254,[1254],saxmatt,"Fix from Jay McCarthy and I cleaned up the function to remove some unused globals.
"
changeset,1254,[1254],kurtpayne,"First revision is empty, ignore it

See #16215, r23842"
changeset,12550,[12550],westi,Fix notices in get_the_title() when passed an invalid id. Also ensure that the filter gets the invalid id so a plugin can supply a default title instead. Fixes #11435 props filosofo.
changeset,12551,[12551],westi,Remove unused global posts_per_page. Fixes #11458 props nacin.
changeset,12552,[12552],azaozz,"CSS whitespace and color definitions cleanup, props Simek, fixes #11561"
changeset,12553,[12553],azaozz,"Move wp-admin.css and rtl.css to the wp-admin/css directory, rename rtl.css to wp-admin-rtl.css to follow naming standard, fixes #10985"
changeset,12554,[12554],azaozz,"Don't close thickbox when clicking outside the iframe while uploading, fixes #6883"
changeset,12555,[12555],azaozz,"Show disabled image rotation buttons when imagerotate() is missing, props husky and hakre, fixes #11536"
changeset,12556,[12556],azaozz,"Show disabled image rotation buttons when imagerotate() is missing, props husky and hakre, fixes #11536 for 2.9"
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,12558,[12558],azaozz,"WP_Dependencies: pass NULL to disable script and style version query strings, props scribu amattie, fixes #11315"
changeset,12559,[12559],azaozz,"Too many question marks, see #11315"
changeset,1255,[1255],saxmatt,"wfw:commentRSS and E_ALL fix to blog-header.
"
changeset,1255,[1255],markoheijnen,Stop using image_resize and using an helper method for it
changeset,12560,[12560],ryan,Better duplicate option delete query. Props miqrogroove. fixes #11649 for trunk
changeset,12561,[12561],ryan,Better duplicate option delete query. Props miqrogroove. fixes #11649 for 2.9
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,12564,[12564],ryan,Cleanup after bailing when php or mysql versions are not compat. Props nacin. fixes #11638 for trunk
changeset,12565,[12565],ryan,Cleanup after bailing when php or mysql versions are not compat. Props nacin. fixes #11638 for 2.9
changeset,12566,[12566],ryan,Update version in readme
changeset,12567,[12567],azaozz,"Fix alignment of checkbox in table.widefat, fixes #11610"
changeset,12568,[12568],azaozz,"Fix alignment of checkbox in table.widefat, fixes #11610 for 2.9"
changeset,12569,[12569],ryan,Remove extraneous br. Props nacin. fixes #11582 for trunk
changeset,1256,[1256],saxmatt,"Maybe some pinging fixes?
"
changeset,1256,[1256],markoheijnen,Don't test wp_shrink_dimensions anymore. Deprecated since 3.0.
changeset,12570,[12570],ryan,Remove extraneous br. Props nacin. fixes #11582 for 2.9
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,12573,[12573],ryan,Don't set charset if mysql version does not have the collation cap. Props miqrogroove. see #11666 for trunk
changeset,12574,[12574],ryan,Don't set charset if mysql version does not have the collation cap. Props miqrogroove. see #11666 for 2.9k
changeset,12575,[12575],ryan,Check PHP and MySQL versions in upgrade.php. see #11666
changeset,12576,[12576],ryan,Check PHP and MySQL versions in upgrade.php. see #11666 for 2.9
changeset,12577,[12577],ryan,Check PHP and MySQL versions in install.php. see #11666
changeset,12578,[12578],ryan,Check PHP and MySQL versions in install.php. see #11666 for 2.9
changeset,12579,[12579],ryan,RC1
changeset,1257,[1257],saxmatt,"Bumpit.
"
changeset,1257,[1257],nacin,"Revert [1256/tests] per IRC.

"
changeset,12580,[12580],azaozz,"Attempt to detect the correct post enclosure mime type, props josephscott, fixes #11668"
changeset,12581,[12581],azaozz,"Add more document file type extensions, props Otto42, dd32, hakre, fixes #7225"
changeset,12582,[12582],azaozz,"Remove unneeded empty span and add form closing tag in media.php, props Simek and hakre, fixes #11569"
changeset,12583,[12583],westi,Use a more reliable method of locating wp-load.php in the admin bootstrap. Fixes #11120.
changeset,12584,[12584],westi,Updates and improvements to _depreceated_argument. See #11386 props nacin.
changeset,12585,[12585],westi,Mark user levels as Deprecated. Fixes #10805 props nacin.
changeset,12586,[12586],westi,Don't pass deprecated argument to comments_number().
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,12588,[12588],westi,Don't pass deprecated argument to get_bloginfo() in get_index_rel_link() also observer user trailing slash preferences. Fixes #11607 props nacin and miqrogroove.
changeset,12589,[12589],westi,Don't pass deprecated argument to get_bloginfo() in the classic theme. See #11652 props nacin.
changeset,1258,[1258],saxmatt,"Allow absolute image URIs in links.
"
changeset,1258,[1258],wonderboymusic,Add chat Unit Tests. See #23625.
changeset,12590,[12590],ryan,Use current_time() to calculate current time. Props filosofo. fixes #10915
changeset,12591,[12591],azaozz,"Add AYS popup when deleting media, fixes #11673"
changeset,12592,[12592],azaozz,"Fix Press This entity encoding, props noel, fixes #11390"
changeset,12593,[12593],azaozz,"Add AYS popup when deleting media, fixes #11673 for 2.9"
changeset,12594,[12594],westi,Mark 2nd param of load_plugin_textdomain() as deprecated. Fixes #11679 props nacin.
changeset,12595,[12595],westi,phpDoc for get_pending_comments_num().
changeset,12596,[12596],westi,Fix a notice when replying to comments in the admin.
changeset,12597,[12597],ryan,More custom post type support. Props scribu. see #9674
changeset,12598,[12598],ryan,"Introduce home_url(). Props Denis-de-Bernardy, hakre. see #9008"
changeset,12599,[12599],ryan,2.9.1
changeset,1259,[1259],saxmatt,"Some tricks that in some cases speed up perceived posting time.
"
changeset,1259,[1259],SergeyBiryukov,Add phpdoc for WP_UnitTest_Factory public variables. props bobbravo2. fixes #24079.
changeset,125,[125],saxmatt,"Cleaned up functions, ezSQL updates.
"
changeset,125,[125],tellyworth,call parent setup/teardown
changeset,12600,[12600],azaozz,Tag 2.9.1
changeset,12601,[12601],ryan,"Restore [10490], part of which was accidentally reverted."
changeset,12602,[12602],wpmuguru,Adding multi-site settings code
changeset,12603,[12603],wpmuguru,Add mu only (inactive) files
changeset,12604,[12604],westi,Remove the gettext libs that accidentally got added back in. See #10890.
changeset,12605,[12605],westi,Set svn-eolstyle on some files. See #11644.
changeset,12606,[12606],ryan,Fix deprecate spelling. Props filosofo. fixes #11758
changeset,12607,[12607],ryan,Remove edit-form.php again. fixes #11756
changeset,12608,[12608],ryan,Remove link-import.php. fixes #11755
changeset,12609,[12609],ryan,Introduce is_multisite(). see #11644
changeset,1260,[1260],saxmatt,"A formatting change to help track down that phantom line 760 error.
"
changeset,1260,[1260],wonderboymusic,"Add initial Unit Tests for images, galleries. See #22960"
changeset,12610,[12610],westi,Remove svn:executable property on new files. Fixes #11743 props Denis-de-Bernardy.
changeset,12611,[12611],ryan,Introduce is_super_admin(). see #11644.
changeset,12612,[12612],ryan,Return true for all admin user is multisite is not enabled. see #11644
changeset,12613,[12613],ryan,Move some multisite menu checks directly into menu.php. see #11763
changeset,12614,[12614],ryan,Show theme installer only to super admins. Props Denis-de-Bernardy. see #11763
changeset,12615,[12615],ryan,Make *_site_option() multisite awate. see #11644
changeset,12616,[12616],ryan,Deprecate  argument. Never fallback to options table for user option requests. Props nacin. fixes #11615
changeset,12617,[12617],ryan,Add esc_attr to ms-sites.php. see #11782
changeset,12618,[12618],ryan,Move wpmu_menu() logic into menu.php. Props Denis-de-Bernardy. fixes #11763
changeset,12619,[12619],ryan,Add esc_attr to ms-options.php. see #11782
changeset,1261,[1261],saxmatt,"If name and email required, reflect that on the form.
"
changeset,1261,[1261],wonderboymusic,Add initial tests for . See #23570
changeset,12620,[12620],wpmuguru,Change references to wpmu-edit.php - See #11644
changeset,12621,[12621],ryan,Add esc_attr to ms-users.php. see #11792
changeset,12622,[12622],ryan,s/wpmu/ms/ in file refs. Props Denis-de-Bernardy. see #11644
changeset,12623,[12623],ryan,Better POST_BY_EMAIL logic. Props Denis-de-Bernardy. fixes #11752
changeset,12624,[12624],ryan,Deprecate generate_random_password(). fixes #11746
changeset,12625,[12625],ryan,Queue ms.css if multisite. see #11644
changeset,12626,[12626],ryan,Queue ms.css if multisite. see #11644
changeset,12627,[12627],ryan,Cleanup titles. see #11644
changeset,12628,[12628],ryan,Remove raquo. see #11644
changeset,12629,[12629],ryan,Fix blogs menu item. see #11644
changeset,1262,[1262],saxmatt,"Upload menu item should respect minimum user setting.
"
changeset,1262,[1262],wonderboymusic,Add more assertions for get_content_image(). See #23965.
changeset,12630,[12630],ryan,Remove certain caps for non super admins when running multisite. see #11644
changeset,12631,[12631],ryan,Minifiy ms.css. see #11644
changeset,12632,[12632],ryan,Strip trailing whites from ms files. see #11644
changeset,12633,[12633],ryan,Include ms.php if multisite
changeset,12634,[12634],azaozz,"Silence error if TB iframe is loaded from another domain, see #6883"
changeset,12635,[12635],westi,"phpDoc for ms-deprecated.php props nacin.
Make generate_random_password use wp_generate_password()
Fixes #11746."
changeset,12636,[12636],westi,Switch from create_function to a fixed function for the plugin page activation admin notice. Fixes #11763 props dd32.
changeset,12637,[12637],westi,Ensure that apage and num cannot have negative values. Fixes #11786 props Denis-de-Bernardy.
changeset,12638,[12638],azaozz,Bring over the site admin menu icon
changeset,12639,[12639],westi,Search using blog_id = blog_id not blog_id = search string . Fixes #11787 props Denis-de-Bernardy.
changeset,1263,[1263],saxmatt,"Clear floats in a post.
"
changeset,1263,[1263],wonderboymusic,Add initial Unit Test for get_embedded_media(). Mainly tests prowess of get_tag_regex() in response to changes made for #23965.
changeset,12640,[12640],westi,Use like_escape to make safe search string for like queries.
changeset,12641,[12641],westi,Allow people to attach PHP 5.3 Closures to filters and actions. Fixes #10493 props scribu.
changeset,12642,[12642],azaozz,"When decompressing try to raw-inflate first, props dd32, fixes #11600"
changeset,12643,[12643],azaozz,Check if VHOST is defined in get_id_from_blogname()
changeset,12644,[12644],azaozz,"When decompressing try to raw-inflate first, props dd32, fixes #11600 for 2.9"
changeset,12645,[12645],ryan,Deprecate is_site_admin. Props nacin. see #11644
changeset,12646,[12646],ryan,User is_super_admin(). Props GIGALinux. see #11644
changeset,12647,[12647],ryan,Block comments for future posts and password protected posts (when password not provided).  Props filosofo. fixes #11810 for trunk
changeset,12648,[12648],ryan,Block comments for future posts and password protected posts (when password not provided).  Props filosofo. fixes #11810 for 2.9
changeset,12649,[12649],ryan,Block comments for future posts and password protected posts (when password not provided).  Props filosofo. fixes #11810 for 2.8
changeset,1264,[1264],saxmatt,"New RSS import functionality.
"
changeset,1264,[1264],ryan,Update the tests for #WP21767 to expect slashed data. Round 1.
changeset,12650,[12650],ryan,Assume current user of user ID is not passed. Props filosofo. fixes #11808
changeset,12651,[12651],ryan,Revert extra bits that snuck in with [12650]
changeset,12652,[12652],ryan,Use update and insert. Props DD32. fixes #6836
changeset,12653,[12653],westi,Run the old WPMU random_password filter in wp_generate_password(). Fixes #11746 props uglyrobot.
changeset,12654,[12654],azaozz,"Don't let ""Crunching"" overlap image name while uploading, props hakre, fixes #11447"
changeset,12655,[12655],azaozz,"Optimize scan for lost attachments, props johnjosephbachir, fixes #10911"
changeset,12656,[12656],westi,Deprecate get_alloptions(). Fixes #4915 props nacin.
changeset,12657,[12657],westi,Switch to passing arrays instead of query strings to functions. Fixes #6647 props filosofo and hakre.
changeset,12658,[12658],westi,Add support to get_terms() to allow 'include' & 'exclude' args to be arrays(). Fixes #11076 props scribu.
changeset,12659,[12659],westi,Introduce a single function for getting all the intermediate image sizes to be used both when adding attachements and deleting. Fixes #10263 props scribu.
changeset,1265,[1265],saxmatt,"Possible fix to pingback problem. Parse error in blog-header.
"
changeset,1265,[1265],ryan,Update the tests for #WP21767 to expect slashed data. Round 2.
changeset,12660,[12660],azaozz,"Clean CSS of the Edit Image popup in the visual editor props Simek, show changed image size and fill width or height when left blank, fixes #11655, fixes #10442"
changeset,12661,[12661],wpmuguru,Add compatability for MU to is_multisite() - See #11644
changeset,12662,[12662],ryan,Pass parent to category_exists(). Props thetoine. fixes #11825
changeset,12663,[12663],ryan,Don't break UTF-8 strings in setup-config.php.  Props SergeyBiryukov fixes #11821
changeset,12664,[12664],ryan,Sanitize page template class. Props willmot. fixes #11722
changeset,12665,[12665],ryan,Document impenetrable logic in login secure cookie and redirect handler. fixes #11643
changeset,12666,[12666],ryan,Typo fix in comment. see #11643
changeset,12667,[12667],wpmuguru,"db class compatible with WP, MU & multi site - See #11644"
changeset,12668,[12668],ryan,Use correct var name. see #11644
changeset,12669,[12669],ryan,Set result of insert
changeset,1266,[1266],saxmatt,"GMT fix from Scott Merrill.
"
changeset,1266,[1266],ryan,Update the tests for #WP21767 to expect slashed data. Round 3.
changeset,12670,[12670],ryan,Disable sitewide plugin actions that use unfiltered GET and generate warnings pending further scrutiny. see #11767
changeset,12671,[12671],ryan,MULTSITE must be true. see #11644
changeset,12672,[12672],ryan,Use is_super_admin() instead of is_site_admin(). Props GIGALinux see #11644
changeset,12673,[12673],ryan,"Convert update_themes, update_plugins, update_core, and dismissed_update_core into site transients/plugins. Remove no longer need compat code."
changeset,12674,[12674],wpmuguru,Add is_subdomain_install() to ms code - Fixes #11796
changeset,12675,[12675],azaozz,"Fix invalid HTML in edit-category-form.php, props nacin, fixes #11736 for trunk"
changeset,12676,[12676],azaozz,"Fix invalid HTML in edit-category-form.php, props nacin, fixes #11736 for 2.9"
changeset,12677,[12677],azaozz,"Show error message in TB when iframes support is turned off in the browser, props nacin, fixes #10939"
changeset,12678,[12678],azaozz,Fix height of input and link buttons for all latest browsers.
changeset,12679,[12679],westi,_future_post_hook should not call _deprecated_argument() as it will always get that argument from the action it is hooked to. Fixes #11815 props nacin.
changeset,1267,[1267],saxmatt,"Only include that bugger once.
"
changeset,1267,[1267],ryan,Update the tests for #WP21767 to expect slashed data. Round 4.
changeset,12680,[12680],westi,"Add missing version numbers to _deprecated_argument() calls.
Remove deprecated argument from xfn_check() calls.
Pass version number to deprecated_file_included, deprecated_function_run and deprecated_argument_run actions.
Fixes #11386 props nacin."
changeset,12681,[12681],wpmuguru,"remove hardcoded wp_ prefix, props ddebernardy, Fixes #11785"
changeset,12682,[12682],ryan,Post type caps. see #9674
changeset,12683,[12683],ryan,Add post_type inputs. Fix submenu highlighting. Props dd32. see #9674
changeset,12684,[12684],ryan,Don't delete site transient if it doesn't have a timeout set. fixes #11844
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,12686,[12686],westi,Pass $version to deprecated_argument_run action hook. See #11386.
changeset,12687,[12687],ryan,phpdoc updates.  Props sirzooro. fixes #11853
changeset,12688,[12688],wpmuguru,"multi-site startup, See #11644"
changeset,12689,[12689],wpmuguru,"remove accidental executable flag, props ddebernardy, See #11743"
changeset,1268,[1268],saxmatt,"Full content fix from markp.
"
changeset,1268,[1268],ryan,Update the tests for #WP21767 to expect slashed data. Round 5.
changeset,12690,[12690],markjaquith,Enable custom taxonomy UI for pages as well as for posts. fixes #11290
changeset,12691,[12691],markjaquith,Do proper canonical redirect for ?paged=1 or /page/1/. fixes #11696
changeset,12692,[12692],markjaquith,Do not fire the redirect_canonical filter if the redirect_url is empty. fixes #11700
changeset,12693,[12693],ryan,Convert taxonomy children cache into a transient. fixes #11866
changeset,12694,[12694],ryan,Show custom hierarchical taxonomies in the menus. Props dd32. see #11838
changeset,12695,[12695],ryan,Merge edit-page-form.php into edit-form-advanced.php. see #9674
changeset,12696,[12696],ryan,wp_login_form(). Props beaulebens. see #11172
changeset,12697,[12697],wpmuguru,"merge in multisite login, wp-includes, See #11644"
changeset,12698,[12698],ryan,Mainstream things that don't need to be multisite only. Formatting cleanups. see #11644
changeset,12699,[12699],ryan,Mainstream things that don't need to be multisite only. Formatting cleanups. see #11644
changeset,1269,[1269],saxmatt,"Emails allow + per RFC. Hat tip: crw
"
changeset,1269,[1269],nacin,"Additional test case for backslashit(). props SergeyBiryukov. see #22286.

"
changeset,126,[126],saxmatt,"New b2profile, no tables, all CSS, all the time.
"
changeset,126,[126],tellyworth,call parent setup/teardown
changeset,12700,[12700],ryan,Formatting cleanup
changeset,12701,[12701],westi,@since version for wp_login_form. See #11172 props dd32.
changeset,12702,[12702],ryan,Merge page-new.php into post-new.php.  Start abstracting column headers and prefs. see #9674
changeset,12703,[12703],ryan,Remove file
changeset,12704,[12704],ryan,Remove file
changeset,12705,[12705],azaozz,"Safely include class-json.php, class-simplepie.php and class-snoopy.php, props alexkingorg, fixes #11827"
changeset,12706,[12706],ryan,Make wp_edit_posts_query() more post_type aware. Use array calling style. see #9674
changeset,12707,[12707],ryan,Allow per_page settings for custom post type edit screens. see #9674
changeset,12708,[12708],ryan,Merge page.php into post.php. see #9674
changeset,12709,[12709],ryan,Formatting cleanup. Props Simek. fixes #11876
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,1270,[1270],SergeyBiryukov,Fix wp_convert_bytes_to_hr() test for decimal comma locales. see #23626.
changeset,12710,[12710],ryan,Always use post.php for form action. see #9674
changeset,12711,[12711],ryan,Make _get_term_hierarchy() query more efficient.
changeset,12712,[12712],wpmuguru,"merge multisite admin - edit links,tags,cats,options, See #11644"
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,12714,[12714],wpmuguru,"add is_main_site() function, See #11644"
changeset,12715,[12715],westi,Improve get_pending_comments_num() to be a little more predictable and revert the erroneous change in [12596]. See #11882.
changeset,12716,[12716],wpmuguru,"fix multisite logic in changeset 12712, See #11644"
changeset,12717,[12717],dd32,"Add MP4 Audio Book format(.m4b) for uploads, Fix order of mimetypes. props demetris. fixes #11864"
changeset,12718,[12718],ryan,Typo fix. Props nacin. see #11644
changeset,12719,[12719],ryan,register_post_type(). see #9674
changeset,1271,[1271],saxmatt,"Tweaking what shows by default.
"
changeset,1271,[1271],SergeyBiryukov,Correctly save and restore current locale settings in test_locale_floats(). see [746/tests].
changeset,12720,[12720],ryan,Revert line accidentally added during merge. Props nacin. see #11644
changeset,12721,[12721],ryan,RTL fix. Props yoavf. fixes #11886
changeset,12722,[12722],wpmuguru,"merge wp-admin user, plugins, themes, upgrade , See #11644"
changeset,12723,[12723],dd32,Standardise WP_Filesystem_*::put_contents() arguments to support chmod reliably across all transports. Fixes #10889
changeset,12724,[12724],wpmuguru,"revert permission check in [12722], props ddebernardy, See #11894"
changeset,12725,[12725],wpmuguru,"change ms-blogs.php refs to ms-sites.php, remove extraneous character, See #11644"
changeset,12726,[12726],wpmuguru,"merge multisite wp-admin/includes except schema, See #11644"
changeset,12727,[12727],ryan,Always set default timezone to UTC. Do offsets on top of that to be portable across all environments. fixes #9588 #11672 #11665
changeset,12728,[12728],ryan,Merge edit-pages.php into edit.php. see #9674
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,1272,[1272],saxmatt,"Not highlighting on double update.
"
changeset,1272,[1272],westi,"Terms: Add a test case for #24189 which shows the invalid caching in action.
"
changeset,12730,[12730],wpmuguru,"fix multisite object cache warnings, $table_prefix assignment, See #11644"
changeset,12731,[12731],ryan,Move current_screen setup before plugin page handling so it is defined for all cases. see #9674
changeset,12732,[12732],ryan,Cleanup wp-settings.  Move functions needed at startup into load.php.  Props nacin. see #11881
changeset,12733,[12733],ryan,Trailing whitespace cleanup
changeset,12734,[12734],ryan,Coding style cleanups
changeset,12735,[12735],ryan,Coding style
changeset,12736,[12736],ryan,Coding style
changeset,12737,[12737],westi,Ensure that inaccessible parent menus are marked as such even if they have accessible children. See #11922.
changeset,12738,[12738],westi,Ensure that inaccessible parent menus are marked as such even if they have accessible children. See #11922.
changeset,12739,[12739],dd32,Correctly set the body on Curl requests with an empty body. Add a defensive check to WP_Http_Encoding::decompress to prevent the decompression functions running on empty strings. Fixes #11912
changeset,1273,[1273],saxmatt,"Some fixes.
"
changeset,1273,[1273],maxcutler,Fixed unit test broken by [22960].
changeset,12740,[12740],dd32,Fix wp_mkdir_p() when running under safe_mode on certain PHP versions. Props Denis-de-Bernardy. Fixes #8830
changeset,12741,[12741],dd32,Fix WP_Filesystem_Direct::mkdir() when running under safe_mode on certain versions of PHP. Props remi. Fixes #10497
changeset,12742,[12742],dd32,Add extra error checking to the Plugin Browser and Plugin API function. Fixes #11640
changeset,12743,[12743],dd32,Correct the Theme update package check. Props Denis-de-Bernardy. Fixes #11908 for trunk
changeset,12744,[12744],dd32,Always set a goback link on upgrade page. Props filosofo. Fixes #10986
changeset,12745,[12745],dd32,Bring WP_Http_Streams maximum redirection into line with the rest of the transports. Fixes #11557
changeset,12746,[12746],dd32,Fix WP_Http_Streams to return a single set of headers in the event of redirections. Fixes #11555
changeset,12747,[12747],dd32,Allow cURL to follow redirects when running under safe_mode or open_basedir. See #11305
changeset,12748,[12748],dd32,Allow WP_HTTP_Fopen to send extra headers and custom user-agents. See #11888
changeset,12749,[12749],dd32,"Fix Typo in r12747, Move cURL Redirection check higher. See #11305"
changeset,1274,[1274],saxmatt,"Trackback and feed URIs weren't working when there was no trailing slash on the permalink structure. Thanks Kitty.
"
changeset,1274,[1274],maxcutler,"Add unit tests for widgets.php.

props jupiterwise. Fixes #24207."
changeset,12750,[12750],markjaquith,Make it obvious that do_shortcode_tag passes the tag as the third parameter. plus code spacing cleanup.
changeset,12751,[12751],dd32,"Introduce Revisioning for custom Post Types, Introduce 'supports' argument to register_post_type() to wrap add_post_type_support(), Whitespace additions to create_initial_post_types(). See #9674. Fixes #11703"
changeset,12752,[12752],ryan,"Coding standards, space after if"
changeset,12753,[12753],ryan,Use cap checks instead of multisite and super admin checks.  Add some new caps. Merge cleanup. see #11644.
changeset,12754,[12754],ryan,Fix inverted logic. phpdoc update. Props nacin. fixes #11935
changeset,12755,[12755],ryan,Multisite and formatting cleanups. Introduce get_allowed_themes(). see #11644
changeset,12756,[12756],wpmuguru,"implement multisite schema, upgrade, See #11644"
changeset,12757,[12757],wpmuguru,"options network page, db variable change, See #11644"
changeset,12758,[12758],dd32,Fix is_multisite() typo. See #11644
changeset,12759,[12759],ryan,Formatting cleanups
changeset,1275,[1275],saxmatt,"Change wording to fit with our two blog URI method better.
"
changeset,1275,[1275],maxcutler,"Added unit tests for wp_cache_init() and wp_cache_replace().

props tollmanz . Fixes #24208."
changeset,12760,[12760],ryan,Formatting cleanups
changeset,12761,[12761],ryan,phpdoc for metadata API. Props wnorris. fixes #11943
changeset,12762,[12762],ryan,"phpdoc for load.php, return some includes to global scope. Props nacin. see #11881"
changeset,12763,[12763],ryan,Typo fix. Props mentel_br. fixes #11921
changeset,12764,[12764],ryan,Remove disable_some_pages(). Rely on cap checks. fixes #11770
changeset,12765,[12765],ryan,Remove mu_dashboard(). Rely on cap checks to customize dash for multisite.
changeset,12766,[12766],ryan,Introduce clean_user_cache(). fixes #11761
changeset,12767,[12767],ryan,Use SimplePie in admin_notice_feed(). Props garyc40. fixes #11765
changeset,12768,[12768],ryan,Merge clear_global_post_cache() into clean_post_cache(). fixes #11744
changeset,12769,[12769],wpmuguru,"add multisite theme admin, See #11644"
changeset,1276,[1276],saxmatt,"It's RC time. :)
"
changeset,1276,[1276],westi,"Meta Queries: Add a test case to validate that when generating the meta query SQL for an empty value array we don't generate invalid SQL.

See #22096
"
changeset,12770,[12770],ryan,Use API to set the user's role. see #11781
changeset,12771,[12771],wpmuguru,"sync single and multisite cookie hash, remove extraneous code, See #11644"
changeset,12772,[12772],dd32,Typo fix in Network Plugins. Props nacin. See #11881
changeset,12773,[12773],dd32,White space clean-up. See #11644
changeset,12774,[12774],ryan,Use update. see #11644
changeset,12775,[12775],wpmuguru,"set default empty message, See #11644"
changeset,12776,[12776],ryan,Deprecate wp_install_blog_defaults(). Use wp_install_defaults() instead. fixes #11747 see #11644
changeset,12777,[12777],wpmuguru,"make server address in network settings a label, See #11644"
changeset,12778,[12778],ryan,Add email and login dupe checking down into wp_insert_user(). Tidy up user-new.php. see #11644
changeset,12779,[12779],ryan,Start adding gettext to options-network. see #11644
changeset,1277,[1277],michelvaldrighi,"small fix to support post-slugs with underscores, required for compatibility with imported MT blogs' older post-slugs
"
changeset,1277,[1277],ocean90,"Revisions: Use the correct user ID when checking `_edit_last`.

see [1210/tests], #20982."
changeset,12780,[12780],ryan,Print footer instead of dying immediately. see #11644
changeset,12781,[12781],ryan,Screen icons for site admin pages. Using temp icon until new ones are done. see #11644
changeset,12782,[12782],ryan,Clear some warnings. see #11644
changeset,12783,[12783],ryan,Update trash and right now links for pages. fixes #11958
changeset,12784,[12784],ryan,Sanitize translation of default post slug. Props nbachiyski. fixes #11952
changeset,12785,[12785],markjaquith,Update the inline documentation for HTTP to reflect the true order of HTTP transports
changeset,12786,[12786],wpmuguru,"add real parent file for wpmu-admin.php, fixes #11961"
changeset,12787,[12787],wpmuguru,"allow www installs to enable multisite, see #11945"
changeset,12788,[12788],ryan,Typo fix. Props nacin. fixes #11715
changeset,12789,[12789],ryan,i18n fixes. Props nbachiyski. fixes #11954
changeset,1278,[1278],michelvaldrighi,"fix for the bug that made list_cats show empty categories, thanks to brux
"
changeset,1278,[1278],markoheijnen,Add test to check if guid isn't empty when not provided. See #18310
changeset,12790,[12790],westi,Allow for an alternative handler for wp_die to be used if required. See #11892.
changeset,12791,[12791],ryan,"Add flag to taxonomy registration allowing permalinks to be prepended with front, or not.  Props prettyboymp. fixes #11449"
changeset,12792,[12792],ryan,jQuery 1.4. fixes #11900
changeset,12793,[12793],dd32,Remove svn:ignore properties which were accidentally added in the merge. Props jamescollins. Fixes #11960
changeset,12794,[12794],dd32,"Optimised unzip_file(), reduces is_dir() IO calls. See #10779"
changeset,12795,[12795],donncha,"Delete the useremail cache when user updated. MU signup for old email fails until cache invalidated otherwise.
"
changeset,12796,[12796],ryan,Introduce WP_User::for_blog() and current_user_can_for_blog() to avoid calls to WP_User::_init_caps(). fixes #11781
changeset,12797,[12797],ryan,Introduce set_current_screen(). Set current screen for inline edit ajax requests so post rows can be properly displayed. see #9674
changeset,12798,[12798],ryan,Create metaboxes for hierarchical taxonomies. Props prettyboymp. fixes #10122
changeset,12799,[12799],ryan,Set proper class so quick edit works. Props nacin. fixes #11977
changeset,1279,[1279],michelvaldrighi,"merging fixes by Mark Ghosh for service pings
"
changeset,1279,[1279],SergeyBiryukov,get_pages() test for '0' as meta_value argument and a basic wp_dropdown_pages() test. props kovshenin. see #20376.
changeset,127,[127],saxmatt,"ezSQL update.
"
changeset,127,[127],tellyworth,many more query tests
changeset,12800,[12800],ryan,Fix warnings
changeset,12801,[12801],ryan,Fix warnings. see #11644
changeset,12802,[12802],ryan,Fix warnings. see #11644
changeset,12803,[12803],ryan,Remove raquo. see #11644
changeset,12804,[12804],ryan,Remove raquo. see #11644
changeset,12805,[12805],ryan,Fix warnings. see #11644
changeset,12806,[12806],ryan,Introduce update_blog_details(). Add some phpdoc. Fix some warnings. see #11644
changeset,12807,[12807],wpmuguru,"Change get_blogs_of_user to include 3.0 main site, Fixes #11975"
changeset,12808,[12808],wpmuguru,"Fix table prefix on upgrade for 3.0 main site, Fixes #11970"
changeset,12809,[12809],ryan,Update new page link. fixes #11958
changeset,1280,[1280],emc3,"Only used published posts.
"
changeset,1280,[1280],markjaquith,Using &hellip; here now.
changeset,12810,[12810],ryan,"comment_form(), first pass. Props beaulebens. see #10910"
changeset,12811,[12811],ryan,Update @since. see #10910
changeset,12812,[12812],ryan,Fix taxonomy check so categories show in post quick edit. see #9674
changeset,12813,[12813],ryan,gettext for options-network. Props nacin. see #11644
changeset,12814,[12814],markjaquith,"Fix ""is_multixsite()"" typo from [12735]"
changeset,12815,[12815],markjaquith,seismic failures.
changeset,12816,[12816],dd32,Fix Tag paging number whilst searching. Fixes #11989
changeset,12817,[12817],markjaquith,Shake the JS weight away!
changeset,12818,[12818],dd32,Merge Categories/Hierarchical taxonomies into edit-tags.php. See #11838
changeset,12819,[12819],markjaquith,"Include the post type, or else clicking All from pages will give you ""all POSTS"""
changeset,1281,[1281],rboren,"Include wp-l10n.php after wp-config.php is included so that WPLANG is set.  This means we cannot translate the ""no wp-config.php"" error.
"
changeset,1281,[1281],nacin,"Make this a proper docblock so @ticket is read, and this test is skipped until it is fixed.

"
changeset,12820,[12820],markjaquith,"Include post_type= when redirecting after ""Trash"" click from item individual edit screen, to avoid going to Post edit screen for other post_types"
changeset,12821,[12821],ryan,Add optional comment ID argument to comment template functions. Props filosofo. fixes #12006
changeset,12822,[12822],ryan,Deprecate magpie. Props nacin. fixes #11982
changeset,12823,[12823],ryan,"Deprecate wp_shrink_dimension(), add wp-admin/includes/deprecated.php. Props filosofo. fixes #11967"
changeset,12824,[12824],ryan,Add wp-admin/includes/ms-deprecated.php. Deprecate wpmu_checkAvailableSpace. Introduce is_upload_space_available(). see #11762
changeset,12825,[12825],ryan,Deprecate mu_options. Integrate directly into options.php. see #11644
changeset,12826,[12826],ryan,phpdoc and cleanup. see #11644
changeset,12827,[12827],ryan,Deprecate graceful_fail(). see #11644
changeset,12828,[12828],ryan,Move blog deletion to ms-delete-site.php. see #11644
changeset,12829,[12829],ryan,add a cap check at the top of ms-delete-site.php. see #11644
changeset,1282,[1282],michelvaldrighi,"just commenting this out for security
"
changeset,1282,[1282],SergeyBiryukov,Update wp_html_excerpt() test to reflect the change in [WP24214]. fixes #24311.
changeset,12830,[12830],wpmuguru,"Move network screen to the tools menu, See #12027"
changeset,12831,[12831],markjaquith,Better wp_reset_vars() behavior when var is already set. props scribu. fixes #11974
changeset,12832,[12832],dd32,First scratch at Bulk plugin upgrade from Plugins page. Props nacin for cleanups. See #11542
changeset,12833,[12833],dd32,First scratch at Taxonomy Capabilities. See #12035
changeset,12834,[12834],dd32,Remove accidental capability testing code. See #12035 
changeset,12835,[12835],dd32,Display correct Taxonomy heading. See #11838
changeset,12836,[12836],wpmuguru,"Change VHOST check to is_subdomain_install(), See #11796"
changeset,12837,[12837],wpmuguru,"Change link from wpmu-themes.php to ms-themes.php, Fixes #12034"
changeset,12838,[12838],ryan,Deprecate get_current_user_id(). see #11644
changeset,12839,[12839],ryan,Deprecate get_user_details(). see #11644
changeset,1283,[1283],rboren,"Output default Geo headers if the query has returns one post but the lat and lon are empty.
"
changeset,1283,[1283],SergeyBiryukov,Use correct order of arguments. see [1275/tests].
changeset,12840,[12840],ryan,Move load_muplugin_textdomain() to l10n.php
changeset,12841,[12841],ryan,Remove profile_page_email_warning_ob_start() and profile_page_email_warning_ob_content(). fixes #11759
changeset,12842,[12842],ryan,Move update_signup_email_from_profile() logic into user-edit.php. see #11644
changeset,12843,[12843],ryan,Fix warning. see #11644
changeset,12844,[12844],ryan,Unset menu_perms once we're done with it. see #11644
changeset,12845,[12845],ryan,unset temp vars in menu.php so they don't pollute the global namespace.
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,12848,[12848],ryan,Remove fix_actve_plugins(). Props hakre. fixes #11750
changeset,12849,[12849],ryan,Remove rss_gc(). see #11644
changeset,1284,[1284],rboren,"Default MTEXPORT to empty.
"
changeset,1284,[1284],ryan,Remove ajax term slashes tests that have always failed.
changeset,12850,[12850],ryan,Merge mu_upload_dir() into wp_upload_dir(). see #11644
changeset,12851,[12851],ryan,Integrate fix_upload_details() into wp_upload_dir(). see #11644
changeset,12852,[12852],ryan,Integrate wpmu_blogger_getUsersBlogs() directly into xmlrpc.php. see #11644
changeset,12853,[12853],ryan,Integrate login_spam_check() into wp_authenticate_username_password(). see #11644
changeset,12854,[12854],ryan,Remove first page and first comment filters. They're no longer needed. see #11644
changeset,12855,[12855],ryan,Integrate maybe_cancel_post_by_email() into wp-mail.php. see #11644
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,12858,[12858],ryan,Deprecate is_main_blog() for is_main_site(). see #11644
changeset,12859,[12859],ryan,Remove trailing whitespace
changeset,1285,[1285],rboren,"Change b2 and cafelog references to WordPress.
"
changeset,1285,[1285],ryan,Remove accidental bits
changeset,12860,[12860],wpmuguru,"Change options-permalinks to use is_main_site(), fix /blog offset display, See #11644"
changeset,12861,[12861],wpmuguru,"Add beginning of string to regex in [12860], See #11644"
changeset,12862,[12862],wpmuguru,"allow initial site_id to be assigned by MySQL, fixes #12021"
changeset,12863,[12863],wpmuguru,"deprecate validate_email(), fixes #11745"
changeset,12864,[12864],wpmuguru,"apply xmlrpc patch 2056 from MU 2.9.1.1, fixes #11999"
changeset,12865,[12865],ryan,Whitespace cleanup and inline docs. Props nacin. see #12027
changeset,12866,[12866],ryan,RTL CSS fix. Props yoavf. fixes #12053
changeset,12867,[12867],ryan,Minify RTL CSS
changeset,12868,[12868],ryan,Mark validate_email() with _deprecated_function(). Props ShaneF. fixes #11745
changeset,12869,[12869],ryan,Don't load deprecated magpie for dashboard. Props nacin. fixes #12051
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,1286,[1286],ryan,setup_postdata() tests
changeset,12870,[12870],ryan,Cast length to int. Props josephscott. fixes #12046
changeset,12871,[12871],ryan,Move deprecated admin functions to wp-admin/includes/deprecated.php. Props nacin. fixes #12024
changeset,12872,[12872],ryan,Show td attributes for custon coolumns. Props camiloclc. fixes #12050
changeset,12873,[12873],ryan,"Fix notices when publishing with QuickPress. Props nacin, hakre. fixes #11504"
changeset,12874,[12874],ryan,Set post_type for QuickPress publishing. Props nacin. fixes #12049
changeset,12875,[12875],ryan,Respect maximum embed height. Props Viper007Bond. fixes #11980
changeset,12876,[12876],ryan,Fix attachment view link title attribute. Props chdorner. fixes #10571
changeset,12877,[12877],ryan,Avoid call to setup_postdata(). Use get_queried_object_id(). Props filosofo. fixes #11439
changeset,12878,[12878],ryan,Don't use deprecated functions. Props filosofo. fixes #11807
changeset,12879,[12879],ryan,Integrate wordpressmu_authenticate_siteadmin() into wp_authenticate_username_password(). see #11644
changeset,1287,[1287],rboren,"Oops.  Keys need to be marked too.
"
changeset,12880,[12880],wpmuguru,"Improvements to queries in populate_network(), also gettext, props nacin, see #11816"
changeset,12881,[12881],ryan,Change  back to an option so that it is always there and regenerate it after cleaning the cache instead of waiting for the next page load.  Don't clean taxonomy wide caches when just updating object counts to avoid cleaning  when updating a post.
changeset,12882,[12882],ryan,Add id arg to wp_dropdown_pages(). Props jeremyclarke. fixes #11433
changeset,12883,[12883],wpmuguru,"block multisite enable on localhost and ip address, see #11816"
changeset,12884,[12884],wpmuguru,"change wp- rewrite more specific rewrite rule, see #11994"
changeset,12885,[12885],wpmuguru,"rearrage multisite initialization, remove deprecated $wpmuBaseTablePrefix, props nacin, see #11881"
changeset,12886,[12886],ryan,Add ms-default-constants.php. Props nacin. see #11881
changeset,12887,[12887],ryan,Don't hardcode post type. Props typeomedia. fixes #12067
changeset,12888,[12888],ryan,Clean up cache re-init code in Multisite. Props nacin. fixes #12065
changeset,12889,[12889],ryan,User correct var. Props nacin. fixes #12066
changeset,1288,[1288],michelvaldrighi,"minor display fix
"
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,12891,[12891],westi,Don't both hooking in menu functions which will never get called. See #11922 props miqrogroove.
changeset,12892,[12892],westi,Don't both hooking in menu functions which will never get called. See #11922 props miqrogroove for 2.9 branch.
changeset,12893,[12893],westi,Menu hardening for the 2.8 branch see #11922
changeset,12894,[12894],dd32,Add text to 'Add New' button in link manager. Props scribu. Fixes #12071
changeset,12895,[12895],dd32,Use !empty() for Link searching title.
changeset,12896,[12896],ryan,ms-settings cleanup. Props nacin. see #11644
changeset,12897,[12897],ryan,ms-sites cleanup. Add escaping. Use API instead of direct queries. Add blog status label to row title. see #11644
changeset,12898,[12898],ryan,Update phpdoc to note that the default for public is false. see #9674
changeset,12899,[12899],ryan,Code style cleanups
changeset,1289,[1289],rboren,"Allow underscores in category and author names.
"
changeset,128,[128],saxmatt,"Uses ezSQL, added ""status"", tested. Works great!
"
changeset,128,[128],tellyworth,"add date archive tests, fix cat/tag paged tests"
changeset,12900,[12900],ryan,Integrate mu_locale() into get_locale(). see #11644
changeset,12901,[12901],ryan,"Remove db error show/hide, suppress/unsuppress in ms bootstrap. see #11644"
changeset,12902,[12902],ryan,Remove remove_edit_plugin_link(). Rely on cap checks. see #11644
changeset,12903,[12903],ryan,"Integrate sitewide plugin handling into activate_plugins(), deactivate_plugins(), and plugins.php. fixes #11767 see #11644"
changeset,12904,[12904],ryan,Move 'My Blogs' into its own file. see #11644
changeset,12905,[12905],ryan,Move 'My Blogs' into its own file. see #11644
changeset,12906,[12906],dd32,Check for existence of the query var before switch(). Fixes a notice on Multisite users page.
changeset,12907,[12907],dd32,Remove duplicate current_user_can() check.
changeset,12908,[12908],dd32,Hide Users -> Add New on MultiSite unless admin has enabled access to the page. See #11644
changeset,12909,[12909],dd32,Bring Server Name field into style lines with rest of page. See #11644
changeset,1290,[1290],rboren,"Add santize_title action.
"
changeset,12910,[12910],dd32,set svn:eol-style native on new files
changeset,12911,[12911],dd32,Fix PHP Notices: Use checked() template function & initialise variables. s/WP/WordPress/ & some code formatting. See #11644
changeset,12912,[12912],westi,Fix typo in phpdoc for sanitize_text_field. Fixes #12091 props joshtime.
changeset,12913,[12913],westi,Fix add_pages_page to use the correct parent menu. Fixes #12100.
changeset,12914,[12914],westi,"Add phpdoc to all the add_*_page functions.
Rename arguments to empasise that people should be using Capabilities not User Levels and named hooks not __FILE__.
See #12101."
changeset,12915,[12915],westi,Support specific author templates by id or user_nicename. Fixes #12064 props nacin.
changeset,12916,[12916],dd32,Revert [12908]. Update Users cap to use a capability. See #12098. Props nacin
changeset,12917,[12917],ryan,Introduce get_the_date(). Props jeremyclarke. fixes #11264
changeset,12918,[12918],ryan,options-reading.php cleanup. Props nacin. fixes #12058
changeset,12919,[12919],wpmuguru,"minor fixes/improvements to populate_network(), see #11644"
changeset,1291,[1291],rboren,"show_post_count, after, and custom format were not playing nicely in get_archives.
"
changeset,12920,[12920],wpmuguru,"minor fixes to populate_options(), UI tweaks, see #11644"
changeset,12921,[12921],wpmuguru,"reorganize code on ms startup. props nacin, see #11644"
changeset,12922,[12922],wpmuguru,"add WP_DEBUG define check in DB code, props dxjones, see #12041"
changeset,12923,[12923],ryan,Permalinks for custom post types. Props prettyboymp. see #9674
changeset,12924,[12924],wpmuguru,"internalize uploaded media rewrite rule, see #11742"
changeset,12925,[12925],markjaquith,"Initialize $post_type_query_vars to avoid is_array() warning. see #12923
"
changeset,12926,[12926],wpmuguru,"pass #2 change uploaded media rewrite rule, props nacin, see #11742"
changeset,12927,[12927],ryan,Allow customizing capabilities for custom post types. Always check caps against those in the post type object instead of contructing them manually. see #9674
changeset,12928,[12928],ryan,Integrate update_profile_email() into user-edit.php. see #11644
changeset,12929,[12929],ryan,Move functions to ms-deprecated.php
changeset,1292,[1292],rboren,"Import date fixes from 2fargon.
"
changeset,12930,[12930],ryan,Cleanup network plugin loading. Props nacin. see #11644
changeset,12931,[12931],ryan,Give network level upgrades separate API that is run when upgrading the main blog. see #11644
changeset,12932,[12932],ryan,phpdoc for global_terms(). see #11644
changeset,12933,[12933],wpmuguru,"fix potential global terms inconsistency, props rboren, see #11644"
changeset,12934,[12934],ryan,Use Network and Site for labels. see #11644
changeset,12935,[12935],ryan,Use API to retrieve user. fixes #11776
changeset,12936,[12936],wpmuguru,"improvements to custom content dir support, props nacin, see #11742"
changeset,12937,[12937],ryan,     Allow registering a meta box callback for setting up meta boxes when creating the edit form for a custom post type. see #9674
changeset,12938,[12938],ryan,Add taxonomies arg to register_post_type() for registering built-in taxonomies for the post type. Props technosailor. see #9674
changeset,12939,[12939],markjaquith,"Use $required_php_version. Props nacin. fixes #11637
"
changeset,1293,[1293],michelvaldrighi,"check email
"
changeset,12940,[12940],wpmuguru,"add closing table cell tag to dashboard right now, props Simek, fixes #12121"
changeset,12941,[12941],dd32,"Migrate Category Edit UI hooks, Standardise on custom-taxonomies hooks, add custom-fields for taxonomies UI hooks. See #11838, Fixes #11191"
changeset,12942,[12942],dd32,Remove redundant Category forms/code/ajax. See #11838
changeset,12943,[12943],ryan,Make calendar valid HTML 5.  Props iammattthomas. fixes #11554
changeset,12944,[12944],ryan,Add lrm to fix bidi test display in RTL languages. Props ramiy. fixes #11919
changeset,12945,[12945],ryan,Fix warnings. see #11644
changeset,12946,[12946],ryan,Introduce get_available_languages(). Validate WPLANG. fixes #11774
changeset,12947,[12947],ryan,Sitewide plugins cleanup. Props nacin. see #11644
changeset,12948,[12948],ryan,ms-functions pruning and cleanup. Props nacin. see #11644
changeset,12949,[12949],wpmuguru,"move ms css to ms.css, fixes #11790"
changeset,1294,[1294],michelvaldrighi,"you pesky little browser you
"
changeset,12950,[12950],wpmuguru,"move ms css to ms.dev.css, see #11790"
changeset,12951,[12951],ryan,Minify ms css. see #11790
changeset,12952,[12952],wpmuguru,"add siteurl filter for ms upgrades, props nacin, fixes #12069"
changeset,12953,[12953],wpmuguru,"close dir in recurse_dirsize(), props ddebernardy, fixes #11749"
changeset,12954,[12954],ryan,Integrate remove_tinymce_media_button() into wp_tiny_mce(). see #11644
changeset,12955,[12955],ryan,Merge mu_media_buttons() into media_buttons(). see #11644
changeset,12956,[12956],ryan,Move Network menu to the top. see #11644
changeset,12957,[12957],westi,Revert [12460] for now while we consider a better fix. See #10041
changeset,12958,[12958],westi,Fix bug in _search_terms_tidy. Fixes #12060 for trunk props miqrogroove.
changeset,12959,[12959],westi,Fix bug in _search_terms_tidy. Fixes #12060 for 2.9 branch props miqrogroove.
changeset,1295,[1295],michelvaldrighi,"minor fix to use intval
"
changeset,12960,[12960],ryan,Update real parent file back compat for pages menus. see #9674
changeset,12961,[12961],markjaquith,Use addslashes() instead of esc_sql() in add_magic_quotes() to avoid the pretense of DB association. props miqrogroove
changeset,12962,[12962],wpmuguru,"remove mod_security upload rewrite in ms htaccess, see [7563] for details"
changeset,12963,[12963],dd32,Fix plugins_url() for MU-plugins when running on Windows. Fixes #12080
changeset,12964,[12964],dd32,Simplify https:// conversion in plugins_url()/content_url() functions
changeset,12965,[12965],dd32,Cleanup admin_notice_feed(). Props nacin. Fixes #12138
changeset,12966,[12966],dd32,update wp_popular_terms_checklist() to handle custom taxonomies. See #10122
changeset,12967,[12967],dd32,"Allow viewing of Attached hierarchical Terms when the user doesnt have Manage capability of the taxonomy, Only set terms if user has Management capability. See #12035"
changeset,12968,[12968],dd32,Revert accidental case changes in [12966]. See #12035
changeset,12969,[12969],dd32,Do not use deprecated user levels in XMLRPC (s/level_8/manage_options/). Props nacin. Fixes #10806
changeset,1296,[1296],rboren,"Cookie patch from rread.  http://wordpress.org/support/6/5327
"
changeset,12970,[12970],wpmuguru,"add support for network only to identify network plugins, see #12139"
changeset,12971,[12971],ryan,Pass  to post_type_link filter. Props prettyboymp. see #9674
changeset,12972,[12972],ryan,Fix delete media nonces. Props nacin. fixes #12085
changeset,12973,[12973],wpmuguru,"Reduce DB queries by half during MU signup, props donncha, see #12140"
changeset,12974,[12974],ryan,Network plugin activation cleanup. Props nacin. see #12139
changeset,12975,[12975],wpmuguru,"Change Network Only to Network for network plugins, props nacin, see #12139"
changeset,12976,[12976],ryan,Use get_plugin_data() to fetch Network header for is_network_only_plugin(). Props nacin. fixes #12139
changeset,12977,[12977],wpmuguru,"restore shell wp-content/blogs.php & add deprecated warnings, props nacin, see #11742"
changeset,12978,[12978],ryan,"Introduce get_home_url(), get_site_url(), and get_admin_url() for fetching urls by blog id. see #12119"
changeset,12979,[12979],dd32,Redirect home_url variants to home_url(). See #11991
changeset,1297,[1297],michelvaldrighi,"added check_admin_referer()
"
changeset,12980,[12980],dd32,Redirect ?page_id=xx for the Posts page to the posts page. Fixes #11991
changeset,12981,[12981],dd32,Show login form upon email-sent for recover/reset passwords. Props nacin. Fixes #11141
changeset,12982,[12982],dd32,Move admin CSS colour themes to the admin_init hook. Fixes #11625
changeset,12983,[12983],dd32,Switch to *_user_option() for default password nag to avoid extra DB queries. Fixes #11380
changeset,12984,[12984],dd32,Enable Plugin/Theme editor menu item for Super Admins. See #11644
changeset,12985,[12985],dd32,Remove < PHP 4.3 compat functions from importers. Props nacin. Fixes #11636
changeset,12986,[12986],markjaquith,Revert quote swap from [12955]. Fixes media upload links.
changeset,12987,[12987],markjaquith,Create post_status=auto-draft when creating a new post item. status changes to draft on first auto-save. now we always have a real post ID to work with. see #11889. fixes #11145. fixes #11990
changeset,12988,[12988],westi,Ignore the continents-cities mo files when searching for the list of installed language packs. Fixes #12019
changeset,12989,[12989],westi,Allow plugins to modify the query run by WP_User_Search. Fixes #10781 props scribu.
changeset,1298,[1298],michelvaldrighi,"using check_admin_referer for deletions
"
changeset,12990,[12990],westi,Add defaults for 'post_content' and 'post_title' in wp_insert_post(). See #11889.
changeset,12991,[12991],westi,Check that $_POST['auto_draft'] is set before accessing it. See #11889.
changeset,12992,[12992],ryan,Register the auto-draft post status. see #11889
changeset,12993,[12993],ryan,Add a separate show_ui flag for post types. see #9674
changeset,12994,[12994],ryan,Add more visibility args to post status registration. see #9674
changeset,12995,[12995],ryan,Use canonical status list. see #9674
changeset,12996,[12996],wpmuguru,"Add activate link for network plugins in single site install, props nacin, fixes #12139"
changeset,12997,[12997],dd32,Fix recursive chmod for WP_Filesystem. Props reaperhulk for FtpExt. Fixes #11261
changeset,12998,[12998],dd32,"Reduce code duplication, Formatting cleanups, Reduce Chmod IO calls. See #10913 for excess IO calls."
changeset,12999,[12999],dd32,"Standardise return values in WP_Filesystem::dirlist(), ::chmod() and ::exists()"
changeset,1299,[1299],michelvaldrighi,"using check_admin_referer for plugin (de)activation
"
changeset,129,[129],saxmatt,"Use local header graphic.
"
changeset,129,[129],tellyworth,move _tag_count() and _category_count() to base.php
changeset,12,[12],mikelittle,"Added in Excerpt functionality. Requires a database update see update-b2posts-for-excerpt.sql
Note: quicktags are BROKEN with this commit.
"
changeset,12,[12],tellyworth,fairly complete rss2 tests
changeset,12,[12],helen,"PSD for Twenty Thirteen headers
"
changeset,13000,[13000],wpmuguru,"Allow network install to be restarted, see #11881"
changeset,13001,[13001],dd32,Use rename() if possible in WP_Filesystem_Direct::move(). Props reaperhulk. Fixes #12150
changeset,13002,[13002],dd32,Add missing filter to sy:updateFrequency in RDF feed. Props ramiy. Fixes #12156
changeset,13003,[13003],wpmuguru,"Add rounded top corners to dashboard menu when there is no network menu, fixes #12151"
changeset,13004,[13004],wpmuguru,"Call class function in xmlrpc.php, fixes #12155"
changeset,13005,[13005],dd32,"Introduce ZipArchive version of unzip_file(), More efficient on memory usage for supporting hosts. See #10403"
changeset,13006,[13006],dd32,Better error checking for ZipArchive extraction. See #10403
changeset,13007,[13007],dd32,PHPdoc for _unzip_file_pclzip & _unzip_file_ziparchive. See #10403
changeset,13008,[13008],dd32,Remove cat_rows() admin template functions. See #11838
changeset,13009,[13009],dd32,Remove hierarchical taxonomy parent support from Quick Edit (field added in error). See #11838
changeset,1300,[1300],michelvaldrighi,"using check_admin_referer for moves/deletions
"
changeset,13010,[13010],dd32,"$term is an array not object, Fixes Notice on duplicate term checking. See #11838"
changeset,13011,[13011],ryan,jQuery 1.4.1. Props Simek. fixes #11900
changeset,13012,[13012],ryan,"Twenty Ten initial import. Props Ian Stewart, Matt Thomas, and others. see #9015"
changeset,13013,[13013],ryan,Fix warning when installing.
changeset,13014,[13014],westi,Ensure we are PHP4 compat. Fixes #12167 props blepoxp.
changeset,13015,[13015],westi,Make _unzip_file_ziparchive() PHP4 safe. See #10403.
changeset,13016,[13016],westi,Ensure we don't mangle the array of post ancestors when sanitising a post for editing. Fixes #12168.
changeset,13017,[13017],westi,Ensure we don't mangle the array of link categories when sanitising a link for editing. See #12168. 
changeset,13018,[13018],ryan,Make twentyten the fallback theme. see #9015
changeset,13019,[13019],westi,Switch to a constant for the fallback theme. See #9015.
changeset,1301,[1301],michelvaldrighi,"forgotten GMT fix for calendar
"
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,13021,[13021],ryan,Use oEmbed for PollDaddy. Props Viper007Bond. fixes #12174
changeset,13022,[13022],ryan,Change wording in string to make translation easier. Props simosx.  fixes #12173
changeset,13023,[13023],ryan,Rename get_post_link() to get_post_permalink() to avoid conflict with bbPress. Props scribu. fixes #12172
changeset,13024,[13024],ryan,gettext for twentyten. see #12170
changeset,13025,[13025],ryan,Trim trailing whitespace
changeset,13026,[13026],ryan,Update keys and salts with random values from api.wordpress.org. Props nacin. see #12159
changeset,13027,[13027],ryan,Use post_password_required(). see #9015
changeset,13028,[13028],ryan,Use comment_form instead of comments_form as the name of the hook. Props greenshady. see #10910
changeset,13029,[13029],ryan,Escape some attributes. Fix search form action. see #9015
changeset,1302,[1302],michelvaldrighi,"redefining user_login fixes the case insensitive issue with password retrieval
"
changeset,13030,[13030],ryan,Change comment_form() markup to match twentyten. Props beaulebens. see #10910
changeset,13031,[13031],ryan,Use comment_form(). Props beaulebens. see #9015
changeset,13032,[13032],ryan,Look for single-.php templates.  Add single- class to get_body_class().  Props ptahdunbar. see #12105
changeset,13033,[13033],ryan,Setup some default widgets for the default theme at install. Props azaozz. see #12163
changeset,13034,[13034],ryan,Introduce DISALLOW_FILE_EDIT flag for enabling/disabling the theem and plugin editors.  Props nacin. see #11306
changeset,13035,[13035],dd32,Rename new taxonomy page hooks to prevent hook conflicts. See #12171
changeset,13036,[13036],wpmuguru,"do not add /index.php permalink base in multisite, see #11644"
changeset,13037,[13037],ryan,posts_search filter. Props skeltoac. see #10667
changeset,13038,[13038],wpmuguru,"remove error_reporting from ms-files.php, see #11742"
changeset,13039,[13039],wpmuguru,"prevent editing site domain/path on multisite main site, see #12177"
changeset,1303,[1303],rboren,"Add missing semi-colons.
"
changeset,13040,[13040],wpmuguru,"revert remove error_reporting from ms-files.php, remove _deprecated_file call from blogs.php, see #11742"
changeset,13041,[13041],ryan,First pass at custom background support. Needs UI love. see #12186
changeset,13042,[13042],dd32,Fix off-by-one substr() error. Props blepoxp. See #12159
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,13044,[13044],ryan,Add description field for post types. Props ptahdunbar. see #9674
changeset,13045,[13045],ryan,Fix screen layout options for custom post types. see #9674
changeset,13046,[13046],ryan,Use show_ui instead of _show. see #9674
changeset,13047,[13047],wpmuguru,"add option to validate on switch_to_blog, see #12023"
changeset,13048,[13048],ryan,Add an echo arg to some general template functions. Props ShaneF. fixes #11842
changeset,13049,[13049],ryan,Retore p_status. see #9674
changeset,1304,[1304],saxmatt,"Simple function to check if a post is in a category.
"
changeset,13050,[13050],ryan,Remove leading slash so that it doesn't get doubled when front is added. see #9674
changeset,13051,[13051],ryan,"Pass the default post to default_content, default_title, and default_excerpt filters. Allows filtering by post_type and other attributes. see #9674"
changeset,13052,[13052],ryan,Consult exclude_from_search when retrieving post_status = any. see #9674
changeset,13053,[13053],ryan,Test explicitly for false from insert()/update(). Fixes early return that preventing link categories from being saved. fixes #12196
changeset,13054,[13054],ryan,Fix typos. Fix assignment. Remove passing of non-existent arg. Props ScottMac. fixes #12193
changeset,13055,[13055],ryan,Export post <-> term relationships for all taxonomies. fixes #12180
changeset,13056,[13056],ryan,Don't query the timeout for core transients that do not have a timeout. Avoids useless queries on non-existent site options.
changeset,13057,[13057],wpmuguru,"fix dashboard right now category links, fixes #12205"
changeset,13058,[13058],westi,"Ensure we ignore the _SALT defines if they are set to the ""default"" unconfigured values or empty. See #12159."
changeset,13059,[13059],iammattthomas,Close profile link tag in twentyten
changeset,1305,[1305],saxmatt,"This is used more than I thought in templates.
"
changeset,13060,[13060],iammattthomas,Fix typo in twentyten
changeset,13061,[13061],iammattthomas,Make the RSS widget title match other widgets in twentyten
changeset,13062,[13062],westi,Improve the implementation of the default constant defining functions. See #11881.
changeset,13063,[13063],westi,Improve the implementation of the default constant defining functions. See #11881.
changeset,13064,[13064],westi,Improve function naming for plugin file discovery functions.
changeset,13065,[13065],westi,Improve the implementation of the default constant defining functions for multisite. See #11881.
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,13067,[13067],wpmuguru,"add siteurl site option for MU upgrade, See #11644"
changeset,13068,[13068],ryan,Fix notices
changeset,13069,[13069],ryan,Add can_compress_scripts to core site options. Add phpdoc for wp_load_core_site_options(). see #11644
changeset,1306,[1306],michelvaldrighi,"switching to htmlspecialchars fixes category description problem with double-bytes encodings ( http://wordpress.org/support/6/5555 )
"
changeset,13070,[13070],wpmuguru,"add WP_FALLBACK_THEME to allowed_themes in populate_network, See #11644"
changeset,13071,[13071],dd32,Do not poison query vars with /&foo=bar/ in requested URL. See #8949
changeset,13072,[13072],dd32,Strip out multiple slashes on non-post URL's. See #8948
changeset,13073,[13073],wpmuguru,"add activate_wp_head hook to wp-activate.php, fixes #12166"
changeset,13074,[13074],nacin,"Fix notice in get_cat_name(). Return empty string if category does not exist, fixes #11737."
changeset,13075,[13075],nacin,Use correct var name. Props firebird75. Whitespace cleanup in wp_unique_post_slug(). Fixes #12078.
changeset,13076,[13076],nacin,"Fix inline documentation for esc_js(). Intended for inline JS only, fixes #11690."
changeset,13077,[13077],dd32,"Introduce Custom Taxonomies Translation strings, Correctly identifies the taxonomy in the Strings of the edit pages. See #11838"
changeset,13078,[13078],nacin,"Escape thousandsSeparator and decimalPoint JS variables, see #12005"
changeset,13079,[13079],nacin,"Ensure post titles are consistently sanitized and filtered when displaying them in Bulk Edit, fixes #11307."
changeset,1307,[1307],rboren,"Allow what_to_show to be overridden.
"
changeset,13080,[13080],nacin,"Optimize wp_rand(), only check transient when needed. Fixes #12144."
changeset,13081,[13081],dd32,"Fix Terms Per Page for taxonomies, Apply old Category filter to value. See #11838"
changeset,13082,[13082],dd32,Add add_plugins_page() function to add a submenu of the Plugins Page. Fixes #11377
changeset,13083,[13083],dd32,"Introduce Custom Taxonomies Translation strings, Correctly identifies the taxonomy in the Strings of the edit pages. See #11838"
changeset,13084,[13084],nacin,"Make Recent Comments dashboard widget configurable. Allows user to choose how many comments to display, see #11891."
changeset,13085,[13085],nacin,Re-position the QuickPress ajax spinner. Fixes #10680
changeset,13086,[13086],dd32,"Convert Terms page to use WP_Ajax_Response(), hierarchical terms will now appear under their parent OR have the parents prefixed, Terms will be removed from tag cloud/parent list upon deletion, Terms will be added to Parent list in correct order upon ajax creation, Errors on term creation flow back to UI, clean up _tag_row() alternate class handling, Show None text in Category dropdown if empty and show_if_empty = true. See #11838"
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,13088,[13088],dd32,Flow on tax-modification errors on Tax inline edit to the UI. See #11838
changeset,13089,[13089],dd32,"Initialise Variables, Whitespace cleanup, Remove unused variables, Cast start_of_week option to int in sanitization."
changeset,1308,[1308],saxmatt,"Renaming install-config.php to setup-config.php
"
changeset,13090,[13090],nacin,"RTL fixes for new position of QuickPress ajax spinner, also version bumps, see #10680"
changeset,13091,[13091],dd32,Canonicalisation of the Taxonomy urls. Redirect /category/child/ to /category/parent/child/. Fix striping of slashes to use $redirect instead of $original. See #8948
changeset,13092,[13092],dd32,Bump tags JS version. See #11838
changeset,13093,[13093],nacin,"Move deprecated functions to deprecated.php. Deprecate get_the_attachment_link() for wp_get_attachment_link(), get_attachment_icon_src() for wp_get_attachment_image_src(),
get_attachment_icon() and get_attachment_innerHTML() for wp_get_attachment_image(), get_link() for get_bookmark(). Add missing deprecated version numbers. Add inline documentation to pluggable functions that are deprecated. See #11388"
changeset,13094,[13094],dd32,Banish User_level 10 use from Network Menu.
changeset,13095,[13095],dd32,"Correctly save checkbox-style MS options and display ""No"" checked value correctly. See #11644"
changeset,13096,[13096],nacin,"Deprecate old l10n and sanitization APIs. Deprecate __ngettext() for _n(), __ngettext_noop() for _n_noop(), translate_with_context() for _x(). Deprecate sanitize_url for esc_url_raw, js_escape for esc_js, wp_specialchars for esc_html, attribute_escape for esc_attr. See #11388"
changeset,13097,[13097],nacin,"Deprecate old category admin template functions. Deprecate dropdown_categories(), dropdown_link_categories(), wp_dropdown_cats() in favor of wp_category_checklist, wp_link_category_checklist, wp_dropdown_categories. See #11388"
changeset,13098,[13098],nacin,"Move deprecated pre-2.8 widget API to deprecated.php. Deprecate register_sidebar_widget, unregister_sidebar_widget, register_widget_control, unregister_widget_control, in favor of their wp_* counterparts. See #11388"
changeset,13099,[13099],dd32,s/$original/$redirect/ in [13091]. Props miqrogroove. See #8948
changeset,1309,[1309],saxmatt,"Some registration cleanups.
"
changeset,130,[130],saxmatt,"Redid HTML, cleaned up interface, ezSQL, order by name by default.
"
changeset,130,[130],tellyworth,update the main import test to include comments
changeset,13100,[13100],nacin,"Consistently hide bulk actions, filters, and subpage links on admin panels when there are no items to show. Fixes #12086"
changeset,13101,[13101],dd32,Introduce 'singular_label' for Post Types. Props scribu. See #12214
changeset,13102,[13102],nacin,"Some phpdoc for functions.php. Props miqrogroove, see #12215"
changeset,13103,[13103],markjaquith,Do not limit thumbnails by the content_width. props Viper007Bond. fixes #12146
changeset,13104,[13104],nacin,"Add ?preview=true to edit post rows when draft|pending. Props MMN-o, fixes #11688"
changeset,13105,[13105],dd32,"Remove Direct SQL, Use new esc_html() function, Correct the case of the ID keys. See #9015"
changeset,13106,[13106],nacin,Don't use deprecated functions. see #11388
changeset,13107,[13107],nacin,Fix arg order in [13104]
changeset,13108,[13108],nacin,Fix typos in inline docs for clean_url() and esc_url().
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,1310,[1310],michelvaldrighi,"if the class is used in WP, use the blog's charset in xmlrpc requests that we send
"
changeset,13110,[13110],dd32,Always set $link_text.
changeset,13111,[13111],dd32,s/the_time()/get_the_date/ for dates. See #9015
changeset,13112,[13112],dd32,"Whitespace cleanup, TwentyTen <title> standardisation & gettext. See #9015"
changeset,13113,[13113],westi,Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel.
changeset,13114,[13114],wpmuguru,"use cached data in ms-admin.php stats, props ddebernardy, fixes #11772"
changeset,13115,[13115],wpmuguru,"strip slashes, block arrays in ms-edit.php, fixes #11778"
changeset,13116,[13116],wpmuguru,"use object cache on get_blog_option on current blog, props sivel, See #11644"
changeset,13117,[13117],ryan,Add trash to edit cap check.
changeset,13118,[13118],ryan,Add trash to edit cap check.
changeset,13119,[13119],ryan,Ver bump
changeset,1311,[1311],rboren,"Translation update.
"
changeset,13120,[13120],ryan,Ver bump
changeset,13121,[13121],nacin,Add is_multisite() check to wpdb::get_blog_prefix() to fix get_blog_prefix($blog_id) call on a non-MS install. See #11644
changeset,13122,[13122],nacin,Don't query against entire users table in wp_dropdown_users() to be multisite friendly. Fixes #11086
changeset,13123,[13123],nacin,"s/$blog/$blog_id/ as an argument in wp_dropdown_users(), for consistency, see #11086"
changeset,13124,[13124],nacin,"install.php whitespace cleanup, inline docs, function @sinces, fixes #11491"
changeset,13125,[13125],ryan,Move blogs table related functions to blogs.php. Include it before ms-settings.php so that caching API can be used instead of direct queries. see #11644
changeset,13126,[13126],ryan,Add ability to query by domain and/or path to get_blog_details(). Improve blog details caching. Use get_blog_details() in ms-settings.php so queries are cached. see #11644
changeset,13127,[13127],wpmuguru,"use current site domain for cookie domain when cookie domain not set, See #12142"
changeset,13128,[13128],dd32,"Formatting, Translations & Whitespace. Props ptahdunbar. See #9015"
changeset,13129,[13129],dd32,"Fix comment listing, Correct Indentations. See #9015"
changeset,1312,[1312],rboren,"Remove extra slash in filename.
"
changeset,13130,[13130],dd32,Comments.php PHP cleanup. See #9015
changeset,13131,[13131],nacin,"Allow tab intents in plugin/theme editors. Utilizes the Tabby jQuery plugin, see #12204"
changeset,13132,[13132],nacin,Use stripos() instead of strpos() with strtolower(). For PHP < 5 we have stripos() in compat.php. Fixes #11176
changeset,13133,[13133],nacin,"Fall back to wp_generate_password() in setup-config.php if HTTPS request for secret keys fails. Also use pretty link to secret-key API, see #12159"
changeset,13134,[13134],dd32,First pass at allowing username/password selection upon install. Includes some extra cleanup of the patch. Props dancole. See #10396
changeset,13135,[13135],nacin,"Manual L10n JS strings in install.php. Remove stray line, see #13134"
changeset,13136,[13136],nacin,Actually remove stray line ref. [13135]. see #10396
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,13138,[13138],nacin,"home_url() returns a value, needs to be echoed in twentyten header and footer. See #9015"
changeset,13139,[13139],nacin,"Whitespace, phpdoc, standard variable names, better return values for options and transients APIs. See #10788"
changeset,1313,[1313],saxmatt,"Timezone fix from Kimmo Suominen.
"
changeset,13140,[13140],markjaquith,Revert r13103 and merely restrict \$content_width obeying to is_admin(). fixes #12146
changeset,13141,[13141],dd32,Move the Loop into a separate file. Reduces code duplication and adds Gallery/Aside styling to all archive views. See #9015
changeset,13142,[13142],nacin,"More cleanups of the options/transients APIs. More inline documentation, better return values (always true on success, false on failure). Only call actions that are after wpdb delete/update operations if the operation was successful. See #10788"
changeset,13143,[13143],dd32,"Optimize single_post_title(), single_tag_title() & single_cat_title() to use WP_Query globals if available. Removes an extra DB Query in single_post_title() in most cases."
changeset,13144,[13144],nacin,"Use automatic_feed_links() in twentyten, see #9015"
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,13146,[13146],westi,"Introduce new get_generic_template() function for themes to use to bring in pieces of template.
Use in twentyten for loop.php including. See #9015."
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,13148,[13148],nacin,Add hooks across options and transients APIs. Focuses on site transients/options functions. Attempts to standardize where possible. See #10788
changeset,13149,[13149],dd32,Disable Redirection on HEAD requests. See #10624
changeset,1314,[1314],saxmatt,"Remove unused variable.
"
changeset,13150,[13150],nacin,Adjust regex for counting links in a comment when checking if it needs to be held for moderation. Also fix notice in wp_new_comment(). see #11830
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,13152,[13152],nacin,"Use $wp_query->get_queried_object(). Also move wp_head() to end of <head>, see #9015."
changeset,13153,[13153],nacin,"Improve updated messages in Media Library. Add plural strings, add Undo links for trash. Fixes #11402"
changeset,13154,[13154],nacin,Fix notice in ms-options.php. See #11644
changeset,13155,[13155],nacin,"Add ""Network Activate"" option to Bulk Actions menu on plugins.php. See #11644, #12139"
changeset,13156,[13156],dd32,Add 'themes_loaded' hook to run after parent/child themes have been included. See #9015
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,13158,[13158],nacin,"Fix var name conflict in delete_site_option(), see #10788"
changeset,13159,[13159],nacin,Rename wp-includes/blogs.php to ms-blogs.php. See #11644
changeset,1315,[1315],saxmatt,"It's security through obscurity at its worse.
"
changeset,13160,[13160],nacin,"Only show ""Popular Terms"" header when there is a tag cloud to show. see #11838"
changeset,13161,[13161],nacin,"Init array in wpdb:get_results() and get_col_info(). Props UnderWordPressure, miqrogroove, fixes #10607"
changeset,13162,[13162],dd32,"Grammar fix, s/A item/An item/. Props aaroncampbell. See #11838"
changeset,13163,[13163],markjaquith,"More and more, hosts are not using localhost for the MySQL connection. Reword the config setup text. props mrmist. fixes #11659"
changeset,13164,[13164],ryan,Bump
changeset,13165,[13165],ryan,2.9.2
changeset,13166,[13166],markjaquith,revert function rename from r13129 which broke the comments form. props beaulebens. see #9015
changeset,13167,[13167],markjaquith,"Detect plugin output on activation, as well as fatal errors. props miqrogroove. fixes #12089"
changeset,13168,[13168],markjaquith,"Place a ""Privacy On"" mini-alert in the wp-admin header when it is on, to prevent people from accidentally delisting themselves from search engines. props scottbasgaard. fixes #12211"
changeset,13169,[13169],nacin,Use esc_attr. Fixes #12211
changeset,1316,[1316],saxmatt,"Fix for referrer check.
"
changeset,13170,[13170],dd32,"2nd pass at Taxonomy Term canonicalisation. Fix get_term_link() to expect null|false||WP_Error failure from get_term() family. See #12245, #8948"
changeset,13171,[13171],ryan,Add optional post ID arg to get_comments_link(). Props scribu. fixes #12249
changeset,13172,[13172],ryan,"Flag post statuses as public, private, protected, or internal. Add flags for showing the type in the admin all query and the admin status list. see #9674"
changeset,13173,[13173],ryan,Correct the Theme update package check. Props Denis-de-Bernardy. Fixes #11908 for 2.9
changeset,13174,[13174],nacin,"Fix suppressed notice in wpdb::get_caller(). Props arena, fixes #11721"
changeset,13175,[13175],nacin,"Fix notices, props sivel. Fixes #12122"
changeset,13176,[13176],nacin,"Better inline documentation for WP_DEBUG, WP_DEBUG_DISPLAY, and WP_DEBUG_LOG. Fixes #11987"
changeset,13177,[13177],ryan,Option validation error reporting. Props jeremyclarke. see #11474
changeset,13178,[13178],iammattthomas,Give the visual editor a max-width that matches the content width in twentyten
changeset,13179,[13179],iammattthomas,"Adding single-column, no sidebar page template to twentyten. See #9015"
changeset,1317,[1317],saxmatt,"Fix so you don't have to relogin when you update your password.
"
changeset,13180,[13180],ryan,Comment form output tweaks. Props beaulebens. see #10910
changeset,13181,[13181],iammattthomas,"Fix meta-sep divider on gallery items in twentyten, see #9015"
changeset,13182,[13182],nacin,"Modify style of new ""Privacy On"" admin header indicator. props scottbasgaard, fixes #12211"
changeset,13183,[13183],nacin,"Remove STYLE_DEBUG constant, SCRIPT_DEBUG now handles both scripts and CSS. Fixes #12237"
changeset,13184,[13184],ryan,Don't require a default category for post types other than 'post'. see #9674
changeset,13185,[13185],nacin,Add initial WP_DEBUG define to wp-config-sample.php and suggest plugin/theme developers use it. Fixes #12236
changeset,13186,[13186],ryan,Add some options to custom background admin. Needs styling. see #12186
changeset,13187,[13187],wpmuguru,"introduce post & comment classes, props skeltoac, See #12267"
changeset,13188,[13188],ryan,Use background-position-x. Props iammattthomas. see #12186
changeset,13189,[13189],ryan,Add defaults for background option radios. see #12186
changeset,1318,[1318],saxmatt,"Formatting fix for profile information.
"
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,13191,[13191],nacin,"Allow tab to intent in plugin/theme editors. Reverts first pass, [13131]. Props azaozz, fixes #12204"
changeset,13192,[13192],azaozz,"Clean attachment cache when reattaching, fixes #11647"
changeset,13193,[13193],azaozz,"Fix the 'colors' meta-css src (boolean) value generating parse_url errors, fixes #11820"
changeset,13194,[13194],dd32,Display robots.txt even on blogs with 0 posts on the home page. See #12256
changeset,13195,[13195],azaozz,"Sync checkboxes only for categories, some white space cleanup, props kevinB, fixes #12244"
changeset,13196,[13196],wpmuguru,"revert [13036], change not consistent with MU, See #11644"
changeset,13197,[13197],ryan,add_settings_error fixes. Props jeremyclarke. fixes #11474
changeset,13198,[13198],ryan,Don't include internal post types in the total. see #9674
changeset,13199,[13199],ryan,Don't use array_fill_keys() as it is PHP5 only. see #9674
changeset,1319,[1319],saxmatt,"Proper mime for RDF.
"
changeset,131,[131],saxmatt,"For alternating rows.
"
changeset,131,[131],tellyworth,import test: check category slugs
changeset,13200,[13200],ryan,Deny commenting on any post with a non-public status. see #9674
changeset,13201,[13201],ryan,jQuery UI 1.7.2. fixes #11595
changeset,13202,[13202],westi,Move more references from default to WP_FALLBACK_THEME. To make 'default' theme transition smoother in the future.
changeset,13203,[13203],nacin,"Add Youtu.be short URLs and Smugmug to the default oEmbed providers. Props Viper007Bond, fixes #11556, fixes #12157"
changeset,13204,[13204],nacin,Move deprecated pluggable functions to a new file to lower their profile. Also throw deprecated warnings if a plugin defines a deprecated pluggable function. See #11388
changeset,13205,[13205],nacin,"Bail early for favicon.ico requests so we don't load WP twice. Props azaozz, sivel. Fixes #3426"
changeset,13206,[13206],nacin,"Allow more special characters in wp_generate_password() second pass. props sivel, see #12159"
changeset,13207,[13207],ryan,Fix double escaping in wp_getComments. Props josephscott. fixes #12281 for trunk
changeset,13208,[13208],ryan,Fix double escaping in wp_getComments. Props josephscott. fixes #12281 for 2.9
changeset,13209,[13209],nacin,"Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644"
changeset,1320,[1320],saxmatt,"Allow for longer URIs in comments.
"
changeset,13210,[13210],nacin,"Some more phpdoc bits for functions.php. Props miqrogroove, fixes #12215"
changeset,13211,[13211],nacin,Update Text_Diff. Props simek. Fixes #9467
changeset,13212,[13212],dd32,More Taxonomy cap checks. See #12035
changeset,13213,[13213],dd32,"Fix $post_type handling/passing in the Taxonomy edit links. Fix the Tag selection query var for edit.php in the Posts links. See #12270, See #11838"
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,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,13216,[13216],dd32,First pass at giving taxonomies a show_ui param. See #10773
changeset,13217,[13217],dd32,More Taxonomy cap checks. See #12035
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,13219,[13219],dd32,Make better use of $wp_query->get_queried_object() instead of duplicating its functionality. See [13143]
changeset,1321,[1321],michelvaldrighi,"what's with me committing parse errors lately, damn it
"
changeset,13220,[13220],dd32,Update get_user_option()'s PHPDoc Comment to remove mentions of blog options. See #11615
changeset,13221,[13221],dd32,Fallback to PclZip in the event that ZipArchive cannot handle a given archive properly. Close the Zip handle when we're done as well. Fixes #12230
changeset,13222,[13222],nacin,"Add missing i18n comment for a hard-coded string. Props Nao, fixes #11654"
changeset,13223,[13223],nacin,Remove debug cruft. Fixes #12230
changeset,13224,[13224],nacin,"First pass at Multisite support in DB repair. When MS, include main blog tables; when not MS, include non-MS global tables (users, usermeta). See #12083"
changeset,13225,[13225],nacin,"Fix potential notice. props hakre, see #12283"
changeset,13226,[13226],nacin,"Don't italicize admin footer in RTL. Props raimy, fixes #11985"
changeset,13227,[13227],ryan,Add an index on comment_parent to speed up wp_delete_comment() reparenting queries. fixes #12289
changeset,13228,[13228],ryan,Sync pomo. Props nbachiyski. fixes #11832
changeset,13229,[13229],nacin,"Introduce wpdb::tables() to fetch table names on a global or blog scope. Remove very old and long deprecated $table{table} globals, fixes #11614. See #12083"
changeset,1322,[1322],saxmatt,"Post slug wasn't being set if manually set in advanced interface.
"
changeset,13230,[13230],nacin,"Use get_edit_post_link(). Props jfarthing84, fixes #12288"
changeset,13231,[13231],nacin,Add filter to get_avatar() to allow avatars for custom comment types. Props usermrpapa. Fixes #11880
changeset,13232,[13232],nacin,"Allow bypass of http call to wp.org (for keys/salts), via URL query var. See #12159"
changeset,13233,[13233],nacin,Show must-use plugins and drop-ins in the plugins admin panel. First pass. See #11861
changeset,13234,[13234],nacin,Fix notice in populate_network(). See #11644
changeset,13235,[13235],nacin,"Full Multisite support for dropins/mu-plugins in admin area. Ensure that network, drop-ins and mu-plugins are only shown and counted to super admins. See #11644, #11861"
changeset,13236,[13236],nacin,"Fix nesting of an if statement. Show keyboard shortcuts option even when admin colors are disabled. Props pampfelimetten, fixes #12294"
changeset,13237,[13237],nacin,Add ms.css to script-loader.php. See #11644
changeset,13238,[13238],nacin,"Minify remaining RTL css files, and ie.css. See #12292."
changeset,13239,[13239],nacin,"Suffix and version bump for ie.css, see #12292"
changeset,1323,[1323],saxmatt,"Don't try to show keys if there aren't any.
"
changeset,13240,[13240],dd32,Remove unused references to global $wpdb
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,13242,[13242],dd32,"Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299"
changeset,13243,[13243],nacin,"Allow class/method array pair in wp_iframe() when checking callback name in determining whether to include media stylessheet. Props technosailor, fixes #11976"
changeset,13244,[13244],nacin,Improved IPTC and EXIF handling. Drag a wider net and also try to avoid numeric attachment slugs where possible. Props miqrogroove. See #11417
changeset,13245,[13245],nacin,Fix wpdb::tables() prefix handling. Ensures PHP4 compat. See #12083
changeset,13246,[13246],nacin,"Comments moderation code cleanup. Dry up some code, add screen icon to AYS, fix notice in comment_footer_die(). Redirect to edit-comments.php on an error, instead of stranding them with dull comment_footer_die() message. See #11441"
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,13248,[13248],nacin,"Always pass widget instance to widget_title filter. Also add widget type, props scribu, fixes #11362"
changeset,13249,[13249],nacin,"Use utf8_encode() consistently in wp_read_image_metadata(). Also add some whitespace. props miqrogroove, see #11417, see #12095"
changeset,1324,[1324],saxmatt,"Order categories alphabetically.
"
changeset,13250,[13250],nacin,"Add links to the codex changelog in update notification strings. props dtoj, see #11739"
changeset,13251,[13251],nacin,"Force fatal errors via require() if we're missing something we need. fixes #11681, also fixes #11834"
changeset,13252,[13252],nacin,"Add template_include filter, to modify the template path before it is included. Fixes #11242"
changeset,13253,[13253],nacin,Rename is_installed() to ms_not_installed(). See #12083
changeset,13254,[13254],nacin,Minor MS startup cleanups. See #11644
changeset,13255,[13255],nacin,Set svn eol-style native on new files
changeset,13256,[13256],nacin,"Use admin_url() for images in wp-admin, to allow for filtering. Props mdawaffe, see #12300"
changeset,13257,[13257],wpmuguru,"introduce custom menus, props jeffikus, See #11817"
changeset,13258,[13258],ryan,Set taxonomy label if none given.
changeset,13259,[13259],ryan,Don't show menu for menu taxonomy. see #11817
changeset,1325,[1325],saxmatt,"Tidier default.
"
changeset,13260,[13260],ryan,Remove custom post states. Register taxonomy against menu_item post type. see #11817
changeset,13261,[13261],ryan,Set type in post meta. see #11817
changeset,13262,[13262],ryan,Rename file. see #11817
changeset,13263,[13263],ryan,Move autocomplete to standard jquery directory. Use core jQuery.  Use jQuery instead of $. see #11817
changeset,13264,[13264],ryan,Remove custom jquery. see #11817
changeset,13265,[13265],ryan,Update paths in custom nav css. see #11817
changeset,13266,[13266],ryan,Make js noConflict compat. see #11817
changeset,13267,[13267],ryan,Add icons. see #11817
changeset,13268,[13268],ryan,Trim trailing whites
changeset,13269,[13269],ryan,Use core jQuery UI. see #11817
changeset,1326,[1326],saxmatt,"Last release candidate, I promise.
"
changeset,13270,[13270],wpmuguru,"use map_meta_cap for multisite superadmins, props dd32, fixes #12109"
changeset,13271,[13271],ryan,Cleanups. see #11817
changeset,13272,[13272],wpmuguru,"enable threaded comments by default, fixes #11992"
changeset,13273,[13273],dd32,Move 'restrict_manage_posts' out of category check. Props jfarthing84. Fixes #12310
changeset,13274,[13274],dd32,Split WP_Http classes into separate file. Fixes #11559
changeset,13275,[13275],dd32,Add FunnyOrDie.com oEmbed support. Props Viper007Bond. Fixes #11899.
changeset,13276,[13276],dd32,Allow the Tag Cloud Widget to support non-tag taxonomies. Props Sivel. Fixes #11612
changeset,13277,[13277],dd32,"add show_tagcloud to Taxonomy registration & add basic PHPDoc, See #11612"
changeset,13278,[13278],dd32,Sync Installer/WP_Die background colour with the Fresh colour scheme background
changeset,13279,[13279],dd32,Fix New Menu term handling. See #11817
changeset,1327,[1327],emc3,"Removed and eradicated redundant duplication. And fixed indentation.
"
changeset,13280,[13280],dd32,"Set svn:eol-style on new navigation file, Temporarily fix Notice in Menu code. See #11817"
changeset,13281,[13281],dd32,Fix Typo. Props TobiasBg. Fixes #12319. See #11817
changeset,13282,[13282],dd32,"Link to Posts page on Taxonomy Administration page even for Count == 0. Count does not include Drafts/Scheduled posts, only ""published"" posts. Props miqrogroove. Fixes #11340"
changeset,13283,[13283],dd32,Allow Deletion of Media Alt text. Props reaperhulk. Fixes #11805
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,13285,[13285],markjaquith,"Use correct labels for additional hierarchical taxonomies instead of reusing ""Categories"" text."
changeset,13286,[13286],wpmuguru,"add custom menu hierarchy support to admin, See #11817"
changeset,13287,[13287],wpmuguru,"output correct parent id, visual hierarchy in admin, See #11817"
changeset,13288,[13288],dd32,"Links to Comment on Comments page, even for users that cannot modify it."
changeset,13289,[13289],dd32,"Introduce assign_cap for Taxonomies, Defaults to 'edit_posts'. Allows for Authors/Contributors to tag/categorise their posts. See #12035"
changeset,1328,[1328],emc3,"Fixed list_cats support for hide_empty and optioncount. Also fixed indentation in that function.
"
changeset,13290,[13290],ryan,Pass overrides. Allow ref array calling. Props tychay. fixes #12278
changeset,13291,[13291],ryan,Don't require a default category for attachment types other than 'post'. Props jfarthing84. see #9674
changeset,13292,[13292],ryan,Handle custom post types in inline edit js. Props jfarthing84. see #9674
changeset,13293,[13293],wpmuguru,"improve custom menu hierarchy logic, See #11817"
changeset,13294,[13294],wpmuguru,"add apostophes to custom menu update messages, See #11817"
changeset,13295,[13295],ryan,Some gettext and formatting. see #11817
changeset,13296,[13296],ryan,More gettext. see #11817
changeset,13297,[13297],nacin,Use esc_url() instead of clean_url(). See #12309
changeset,13298,[13298],ryan,More gettext. see #11817
changeset,13299,[13299],nacin,Deprecate clean_url() for esc_url(). Fixes #12309
changeset,1329,[1329],saxmatt,"Support for MathML, from Jacques Distler.
"
changeset,132,[132],saxmatt,"Fixed bug requiring you to relogin.
"
changeset,132,[132],tellyworth,"add comments, cat slugs to generate-post-test"
changeset,13300,[13300],nacin,"Introduce *_user_meta() functions, deprecate *_usermeta() family. Fixes #10837 props scribu, technosailor."
changeset,13301,[13301],wpmuguru,"multisite UX, see #11644, add manage_ caps for super_admin, fixes #11803"
changeset,13302,[13302],nacin,Fix notice in WP_Http. Fixes #12316 props sivel.
changeset,13303,[13303],ryan,Custom background styling fixes. Props yoavf. see #12186
changeset,13304,[13304],nacin,Introduce is_textdomain_loaded(). Fixes #10527 props nbachiyski.
changeset,13305,[13305],nacin,Add a boolean filter to allow suppression of the new mu-plugins and drop-ins tabs. See #11861
changeset,13306,[13306],nacin,"Fix notice, and use wp_max_upload_size() to fill MAX_FILE_SIZE hidden field (used by supporting browsers for a client-side check). Fixes #10849 props sivel."
changeset,13307,[13307],ryan,Grammar fix. Don't show empty img.  Cleanup POST handler. see #12186
changeset,13308,[13308],ryan,Typo fix. see #12186
changeset,13309,[13309],nacin,Remove unused 'secret' option. Fixes #12221
changeset,1330,[1330],rboren,"Fix spelling error.
"
changeset,13310,[13310],ryan,jQuery 1.4.2. fixes #12305
changeset,13311,[13311],nacin,Don't use deprecated *_usermeta() functions. Props technosailor fixes #10837
changeset,13312,[13312],nacin,Don't use PHP short tag. Fixes #12337 props junsuijin
changeset,13313,[13313],nacin,"Order link categories by name, not count, on Add/Edit Link page. Fixes #10399 props pnettle, chrisscott."
changeset,13314,[13314],nacin,Docs and code convention cleanups. see #11644 props hakre
changeset,13315,[13315],markjaquith,"Serve a real 404 for ?p=does-not-exist, ?cat=does-not-exist, etc. fixes #12250. fixes #10930."
changeset,13316,[13316],markjaquith,Whitespace cleanup
changeset,13317,[13317],ryan,Formatting cleanups. see #11817
changeset,13318,[13318],ryan,Revert [13187] pending further debate. see #12267
changeset,13319,[13319],ryan,Add a selection of headers to twentyten. see #9015
changeset,1331,[1331],rboren,"Require wp-config.php from wp-l10n.php to make sure WPLANG is always set.
"
changeset,13320,[13320],iammattthomas,"New screenshot for twentyten, see #9015"
changeset,13321,[13321],wpmuguru,"fix debug notice in wp_set_object_terms(), props jeremyclarke, fixes #12344"
changeset,13322,[13322],wpmuguru,"add function for deleting individual menus, see #11817"
changeset,13323,[13323],dd32,Restore [13194] which was accidentally overwritten in [13315]. See #12256
changeset,13324,[13324],nacin,Improvements and fixes to wpdb::tables(). See #12083 see #11644
changeset,13325,[13325],nacin,Change inline docs to reflect [13324]
changeset,13326,[13326],nacin,Ensure we're back compat with return values and actions in deprecated *_usermeta() family. See #10837
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,13328,[13328],nacin,Don't show two ellipses in wp_widget_rss_output(). Fixes #11244 props miqrogroove
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,1332,[1332],saxmatt,"Typo.
"
changeset,13330,[13330],nacin,Introduce unload_textdomain() and add plugin_locale and theme_locale filters to load_*_textdomain() functions. Fixes #9686 props nbachiyski
changeset,13331,[13331],ryan,Nav cleanup. see #11817
changeset,13332,[13332],ryan,Start consolidatinh menu item outupt into output_menu_item(). DRY. see #11817
changeset,13333,[13333],iammattthomas,"Move headers to images directory, remove old header in twentyten. See #12343"
changeset,13334,[13334],ryan,More output consolidation. see #11817
changeset,13335,[13335],iammattthomas,"Tag editor-style support, adjust site-info font size in twentyten. See #9015"
changeset,13336,[13336],ryan,More output consolidation. see #11817
changeset,13337,[13337],nacin,Ensure we have MS global tables defined during network install. See #11644
changeset,13338,[13338],ryan,More output consolidation. see #11817
changeset,13339,[13339],ryan,Drop 'Custom' from menu names.  Use 'Menus' instead of Navigation. see #11817
changeset,1333,[1333],rboren,"Add removeaccents for use in sanitize_title to remove accents from characters so that they can be used in permalinks.  Bust the functionality in sanitize_title out into a replaceable filter.
"
changeset,13340,[13340],ryan,Use 'Menus'. see #11817
changeset,13341,[13341],nacin,"Fall back to $wpdb::blogid, not main blog id, in wpdb->tables(). See #11644"
changeset,13342,[13342],ryan,Cleanups. see #11817
changeset,13343,[13343],nacin,"More wpdb cleanups, docs. see #11644 props hakre"
changeset,13344,[13344],ryan,Some nav menu API. see #11817
changeset,13345,[13345],ryan,Fix php open tag. Props TobiasBg. see #11817
changeset,13346,[13346],nacin,RTL fixes. fixes #12347 props yoavf
changeset,13347,[13347],nacin,Validate $object_id in *_metadata() functions. Props scribu fixes #11841
changeset,13348,[13348],wpmuguru,"fix custom menu hierarchy support in admin, See #11817"
changeset,13349,[13349],nacin,Support Ogg audio and video file extensions. Fixes #11519 props niallkennedy
changeset,1334,[1334],michelvaldrighi,"removing removeaccents, will put replacement after a release is out
"
changeset,13350,[13350],nacin,Add .type-{post_type} to post_class. fixes #11609
changeset,13351,[13351],nacin,"Proper RTL + .dev.css support, first pass. See #12292"
changeset,13352,[13352],wpmuguru,"add menu delete & other custom menu cleanup, See #11817"
changeset,13353,[13353],nacin,Don't use private wpdb vars. See #11644
changeset,13354,[13354],wpmuguru,"dont show items when menu empty, See #11817"
changeset,13355,[13355],wpmuguru,"move menu selection to a top nav links, See #11817"
changeset,13356,[13356],nacin,"Show ""Log In"" button on install.php when already installed. fixes #10488 props dancole"
changeset,13357,[13357],ryan,Don't quote escaped strings. Props dd32. see #11608
changeset,13358,[13358],ryan,Whitelist entities. Props miqrogroove. see #12284
changeset,13359,[13359],ryan,Fix trash/untrash/delete links for custom post types. Props jfarthing84. see #9674
changeset,1335,[1335],michelvaldrighi,"backing out that encoding fix until further testing is done
"
changeset,13360,[13360],ryan,Allow inline saves for non-public custom post types. Props jfarthing84. see #9674
changeset,13361,[13361],ryan,s/custom_nav()/wp_nav_menu()/. see #11817
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,13363,[13363],nacin,Coil the kses entities whitelist. See #12284
changeset,13364,[13364],markjaquith,Clean up the JS/no-JS CSS. Fix up the no-JS message. see #11817
changeset,13365,[13365],markjaquith,Increment the menu ID so the first menu works. props junsuijin. fixes #12339
changeset,13366,[13366],ryan,Reorg nav menu files. see #11817
changeset,13367,[13367],ryan,Reapply stomped part of [13364]. see #11817
changeset,13368,[13368],ryan,Fallback to wp_page_menu() from wp_nav_menu() if no menus are setup. Use wp_nav_menu() in twentyten. see #11817
changeset,13369,[13369],markjaquith,"Remove Resetting, remove Enabling, enable deletion, etc. see #11817"
changeset,1336,[1336],michelvaldrighi,"strip leading and trailing dashes from post slugs
"
changeset,13370,[13370],markjaquith,Fix menu links. see #11817
changeset,13371,[13371],markjaquith,Use esc_js() so pages with quotes can be added to custom menu. see #11817
changeset,13372,[13372],markjaquith,"Fix menu selection CSS, menu selection alignment, right meta boxes alignment. Disable alert fading for custom menu admin. see #11817"
changeset,13373,[13373],nacin,Add missing </small> tag. see #11891 fixes #12321 props ocean90
changeset,13374,[13374],wpmuguru,"allow update services in multisite, props ocean90, fixes #12229"
changeset,13375,[13375],ryan,Nav menu cleanups. Props nbachiyski. see #11817
changeset,13376,[13376],nacin,"More wpdb cleanups, see #12362"
changeset,13377,[13377],ryan,Remove author tags. fixes #12366
changeset,13378,[13378],ryan,Rename nav menu widget. see #11817
changeset,13379,[13379],wpmuguru,"more multisite UX rebranding, See #11644"
changeset,1337,[1337],michelvaldrighi,"don't translate months and weekdays in date strings
"
changeset,13380,[13380],nacin,s/existant/existent/
changeset,13381,[13381],markjaquith,Some XSS escaping love for nav menus. see #11817
changeset,13382,[13382],nacin,Spelling and grammar fun. Fixes #11875 props cnorris23
changeset,13383,[13383],markjaquith,Add missing form ending tag. Props ocean90. see #11817
changeset,13384,[13384],wpmuguru,"more multisite UX rebranding, See #11644"
changeset,13385,[13385],ryan,Hash to static gravatar domains. Props apokalyptik.
changeset,13386,[13386],wpmuguru,"update wpdb blogid using setter, See #12362"
changeset,13387,[13387],wpmuguru,"database code cleanup, See #12362"
changeset,13388,[13388],ryan,Formatting cleanups for the nav menu widget. see #11817
changeset,13389,[13389],ryan,only show tags in inline-edit for post_types that support them. Props prettyboymp. see #9674
changeset,1338,[1338],michelvaldrighi,"don't translate months and weekdays in date strings PLUS bugfix for 304 Not Modified on PHP CGI
"
changeset,13390,[13390],markjaquith,Hide URL editing UI for page and category menu items. TODO: eliminate all usage of guid. Use custom field instead. see #11817
changeset,13391,[13391],markjaquith,Bump script version
changeset,13392,[13392],wpmuguru,"Warnings, code & UI/UX cleanup, See #11644"
changeset,13393,[13393],wpmuguru,"Use standard WP UI markup in menu admin, props ptahdunbar, See #11817"
changeset,13394,[13394],wpmuguru,"minify custom-navigation.css, See #11817"
changeset,13395,[13395],markjaquith,Nav Menu enhancements. Whole item is clickable to add. Refactored CSS. Scrollbar when more than 7 menu items. props ptahdunbar. see #11817
changeset,13396,[13396],dd32,Prefer $comment::comment_post_ID over $post global. Fixes #12217
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,13398,[13398],dd32,Deprecate automatic_feed_links() in favor of add_theme_support('automatic-feed-links'). Props Viper007Bond. Fixes #12364
changeset,13399,[13399],dd32,Restore backwards compatibility in automatic_feed_links() to deregister the extra feeds. Props Viper007Bond. See #12364
changeset,1339,[1339],rboren,"Uncomment $doing_rss
"
changeset,133,[133],saxmatt,"Clipped convert_chars, it's too slow and most people won't notice. We need to do the conversion on insert rather than display.
"
changeset,133,[133],tellyworth,update dataset1
changeset,13400,[13400],ryan,Set meta after new menu is inserted. see #11817
changeset,13401,[13401],ryan,s/Custom Menu/Menu/. see #11817
changeset,13402,[13402],wpmuguru,"move nav menu css/js to nav-menu prefix, See #11817"
changeset,13403,[13403],ryan,"Default header selector, first pass. see #12343"
changeset,13404,[13404],ryan,"Default header selector, second pass. see #12343"
changeset,13405,[13405],ryan,Pass taxonomy when looking for duplicate term slug.
changeset,13406,[13406],ryan,Create a default menu containing the first 15 top-level pages. see #11817
changeset,13407,[13407],ryan,Order menus by ID so that the lowest ID is always used when guessing which menu to use in wp_nav_menu(). see #11817
changeset,13408,[13408],westi,Return a 404 error if the request feed type doesn't exist not a 500. Fixes #12341 props aaroncampbell.
changeset,13409,[13409],westi,Introduce send_nosniff_header() and use it to turn off content sniffing in supported browsers. Fixes #10671 props chrisscott and niallkennedy.
changeset,1340,[1340],saxmatt,"Updated hooks and a new Dolly plugin.
"
changeset,13410,[13410],ryan,Switch live() binding to a single selector. Props mdawaffe. fixes #12369
changeset,13411,[13411],ryan,Switch live() binding to a single selector. Props mdawaffe. fixes #12369
changeset,13412,[13412],westi,Switch to using a filter for {en|dis}abling update services configuration. Fixes #12229. See #12381.
changeset,13413,[13413],westi,"Disable update service editing by default for multisite. See #12229.
Introduce __return_false for simple filtering. See #12381."
changeset,13414,[13414],westi,"'>"""
changeset,13415,[13415],ryan,Allow themes to specify a menu fllback other than wp_page_menu(). see #11817
changeset,13416,[13416],westi,Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381.
changeset,13417,[13417],ryan,"Note theme support for custom background, header, and menus. see #11817"
changeset,13418,[13418],westi,Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381.
changeset,13419,[13419],wpmuguru,"move super admin list maintenance from ms-options to ms-users, See #11644"
changeset,1341,[1341],saxmatt,"New readme. Smaller! More readable! Correct!
"
changeset,13420,[13420],westi,Just pass the comment object to get_avatar in floated_admin_avatar rather than duplicating logic. Fixes #12291 props Otto42.
changeset,13421,[13421],wpmuguru,"always call set_blog_id after blog lookup, See #11644"
changeset,13422,[13422],nacin,Clean up redundant defined() check. Props TobiasBg fixes #12375
changeset,13423,[13423],nacin,Don't use deprecated functions. Fixes #12377 props filosofo.
changeset,13424,[13424],nacin,"Reject numeric page slugs as they don't work, and force a suffix. Props miqrogroove see #11917"
changeset,13425,[13425],nacin,"A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj"
changeset,13426,[13426],nacin,@since version numbers and other docs for wp-db. props hakre see #12362
changeset,13427,[13427],nacin,Use is_ssl() in place of manual SERVER['HTTPS'] == 'on' checks. fixes #11885
changeset,13428,[13428],nacin,"Add a sanity check in install.php, accounting for whether PHP is running. fixes #11728"
changeset,13429,[13429],nacin,Suppress potential is_readable() warning. Fixes #12148 props ocean90
changeset,1342,[1342],saxmatt,"Removing legacy files.
"
changeset,13430,[13430],nacin,Add pre_insert_term hook to wp_insert_term(). fixes #10943 props sirzooro
changeset,13431,[13431],wpmuguru,"prevent admins from removing themselves and main super admin from super admin list, See #11644"
changeset,13432,[13432],nacin,Remove explicit references to the post ID from moderation and comment e-mails. Fixes #12388
changeset,13433,[13433],nacin,Consistently pass unserialized values to hooks in update_site_option(). Change add_option() and add_site_option() to do the same. Any plugin using maybe_unserialize() would continue to work as the value would no longer need to be unserialized. fixes #10788
changeset,13434,[13434],nacin,Add comment_duplicate_trigger hook that is fired when a duplicate comment is detected. Fixes #12188
changeset,13435,[13435],wpmuguru,"more multisite UI rebranding, See #11644"
changeset,13436,[13436],nacin,One less variable assignment in timer_start and timer_start. props hakre fixes #12389
changeset,13437,[13437],nacin,s/cancelled/canceled/
changeset,13438,[13438],nacin,"Introduce add_permastruct() and flush_rewrite_rules(), wrappers for the corresponding WP_Rewrite methods. Fixes #10912 props scribu"
changeset,13439,[13439],nacin,"Small fix to [13433], see #10788"
changeset,1343,[1343],saxmatt,"Missing space.
"
changeset,13440,[13440],wpmuguru,"remove WP rewrite rules from multisite options-permalink, props ocean90, See #11644"
changeset,13441,[13441],nacin,Introduce add_editor_style() to easily register a stylesheet for the visual editor. see #11512 see #9015
changeset,13442,[13442],wpmuguru,"switch super admin to network admin in multisite UI, See #11644"
changeset,13443,[13443],wpmuguru,"add second set of Network admin buttons, See #11644"
changeset,13444,[13444],nacin,"add_editor_style(), second pass. Accept an array of stylesheets, also allow multiple calls to the function. Support child themes. See #9015 see #11512"
changeset,13445,[13445],wpmuguru,"cleanup warnings - add site, See #12140"
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,13447,[13447],wpmuguru,"sanitize domains in ms-options, fixes #11775"
changeset,13448,[13448],dd32,New files svn:eol-style: native. 
changeset,13449,[13449],dd32,set svn:eol-style:native on remaining Core files. Props Denis-de-Bernardy. Fixes #12403
changeset,1344,[1344],saxmatt,"FINALLY.
"
changeset,13450,[13450],dd32,Add Tag::Cat converters to the Tools page. Props ninjaWR. Add Tag->Cat converter links on Manage Tags page. Fixes #8634
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,13452,[13452],markjaquith,Plugin activation attempt goes through a function to show the same errors as the test. props miqrogroove. fixes #12089
changeset,13453,[13453],nacin,add_editor_style() third pass. better performance and better child theme support. see #11512
changeset,13454,[13454],nacin,Add wpdb::replace() for replace queries. props AaronCampbell fixes #10864
changeset,13455,[13455],nacin,Fix typos. props TobiasBg fixes #12398
changeset,13456,[13456],nacin,Allow multiple To: recipients in wp_mail(). Improve handling of \r\n in headers and multiple CC/BCC headers. fixes #10420
changeset,13457,[13457],nacin,Fix include paths. props nadavvin fixes #12411
changeset,13458,[13458],nacin,Use ABSPATH because we can. props miqrogroove see #12411
changeset,13459,[13459],nacin,Use ABSPATH because we can. props miqrogroove see #12411
changeset,1345,[1345],michelvaldrighi,"new remove_accents for sanitize_title, not relying on the file's charset
"
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,13462,[13462],nacin,"Pass post ID to post_class filter, even when calling post_class() without parameters in the loop. fixes #11878"
changeset,13463,[13463],wpmuguru,"warnings cleanup edit user, props dd32, see #12387"
changeset,13464,[13464],nacin,"Deprecate get_profile() for get_the_author_meta(). fixes #10695, props scribu."
changeset,13465,[13465],nacin,Add redirect_to and associated filters to registration and password recovery. fixes #12282
changeset,13466,[13466],wpmuguru,"add full file paths in network install, see #12332"
changeset,13467,[13467],nacin,Standardize filters for single_(post|cat|tag|month)_title() on strip_tags() and wptexturize(). fixes #10900 props scribu
changeset,13468,[13468],nacin,Add some whitespace to get_body_class(). props coffee2code. Clarify fallback parameter in sanitize_html_class(). see #11331
changeset,13469,[13469],nacin,Escape mod_$theme option name. see #9015
changeset,1346,[1346],michelvaldrighi,"we shall use IXR instead of phpxmlrpc in the future -- so long, and thanks for all the xmlrpcval headaches
"
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,13471,[13471],nacin,Make it more obvious we're escaping values in options.php. fixes #12417
changeset,13472,[13472],nacin,"Fix typo in [13471]. Props miqrogroove, see #12417"
changeset,13473,[13473],wpmuguru,"more menu improvements, props ptahdunbar, see #11817"
changeset,13474,[13474],nacin,"get_bloginfo('wpurl') should use site_url(), not get_option('siteurl'). see #9008"
changeset,13475,[13475],nacin,"Allow get_(previous|adjacent|next)_post() to be used on attachment and !single templates. props jobjorn, fixes #10867"
changeset,13476,[13476],nacin,"Add link to dashboard after core upgrade. props Simek, fixes #11629 see #11232"
changeset,13477,[13477],nacin,"Clean up repetitive string. fixes #11850, props scribu"
changeset,13478,[13478],nacin,"Add filter to the links in paginate_links(). fixes #10826, props johnjamesjacoby"
changeset,13479,[13479],nacin,Add filter to the args in wp_link_pages(). fixes #12158 props greenshady
changeset,1347,[1347],michelvaldrighi,"make xmlrpc_getpostcategory support multiple, comma-separated categories
"
changeset,13480,[13480],dd32,Dont clobber taxonomy intersections/unions. Only redirects to the canonical url if only one term has been queried. Props scribu for some of the commit. See #8948
changeset,13481,[13481],dd32,add a wp_loaded action that fires once WordPress init has finished. Props Denis-de-Bernardy. See #12400
changeset,13482,[13482],dd32,PHPDocs update. Props miqrogroove. See #12422
changeset,13483,[13483],dd32,"Add get_search_link() with Permastruct (/search/) support. Props jshreve. Update get_search_link(), get_search_feed_link() & get_search_comments_feed_link() to use it, as well as supporting Permastructs for those feeds. Fixes #10552"
changeset,13484,[13484],dd32,"Support non-BASIC Authentication schemes in the HTTP API if server supports them. Props ssandison, See #4011, Fixes #12200"
changeset,13485,[13485],dd32,Fix spelling typo's in r13484. See #12200
changeset,13486,[13486],dd32,"More powerful version is is_tax(). Props filosofo, scribu. Adds $term parameter. Fixes #11904"
changeset,13487,[13487],dd32,"Move Admin Colour Scheme picker to a hook. Props Jick. s/register_admin_color_themes()/register_admin_color_schemes/g. See #11625, Fixes #6837"
changeset,13488,[13488],dd32,Fix Author selection for non-post type posts. Props prettyboymp. Fixes #12408
changeset,13489,[13489],dd32,Fix slashing in Custom fields values. Allow for the meta_key to be updated without changing meta_value. Use wpdb::insert in add_meta(). Fixes #12418
changeset,1348,[1348],michelvaldrighi,"work in progress: replacement for xmlrpc.php, using IXR
"
changeset,13490,[13490],dd32,Set up the password nag for newly registered users. Fixes #12143
changeset,13491,[13491],dd32,Use get_terms() in wp_count_terms(). Props scribu. Fixes #10746
changeset,13492,[13492],dd32,Initialise Search related query vars. Props scribu. Fixes #11480 
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,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,13495,[13495],dd32,"Revert part of r13486, is_tax() is false for tags||categories. See #11904"
changeset,13496,[13496],dd32,Fix Metadata deletion. See #12414 for trunk
changeset,13497,[13497],dd32,Add some filters to the Admin header. Fixes #11332
changeset,13498,[13498],dd32,Better internationalisation for TwentyTen. Props filosofo. Fixes #12384
changeset,13499,[13499],dd32,Display PHP Start-up Errors/Warnings. Props Denis-de-Bernardy. Fixes #12395.
changeset,1349,[1349],michelvaldrighi,"added blogger.getTemplate and blogger.setTemplate
"
changeset,134,[134],saxmatt,"Removed background from input fields.
"
changeset,134,[134],tellyworth,update import tests to reproduce a problem with parent ordering
changeset,13500,[13500],dd32,Allow WP_FALLBACK_THEME to be overridden. Props Denis-de-Bernardy. Fixes #12425
changeset,13501,[13501],dd32,Add meta_value_num meta_key ordering for WP_Query. Allows Natural numeric ordering of results. Props stencil & scribu for cleanups. Fixes #10649
changeset,13502,[13502],dd32,Use $wp_query->get_queried_object() in single_post_title(). Fixes #11731
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,13504,[13504],wpmuguru,"cleanup confirm delete users, props ocean90, fixes #12386"
changeset,13505,[13505],wpmuguru,"more ms warnings cleanup, props ocean90, see #12409"
changeset,13506,[13506],wpmuguru,"more ms delete user tweaks, props ocean90, see #12386"
changeset,13507,[13507],nacin,Remove reference to file that doesn't exist. see #12400
changeset,13508,[13508],nacin,Don't pass serialized values to hooks in options API. see #10788 see #12416
changeset,13509,[13509],wpmuguru,"dont flush rewrite rules while in switch_to_blog, see #12383"
changeset,1350,[1350],saxmatt,"Allow people to modify and add on to rewrite rules.
"
changeset,13510,[13510],nacin,s/onClick/onclick/. props TobiasBg fixes #12429
changeset,13511,[13511],wpmuguru,"use delete_option vs update_option, see #12383"
changeset,13512,[13512],ryan,Menu enhancements. Props ptahdunbar. fixes #11817
changeset,13513,[13513],nacin,Provide filter to allow including comment author's URL in comment moderation link count. see #11684
changeset,13514,[13514],nacin,Remove wp-content/blogs.php and add deprecated warning for MU admins. fixes #11742
changeset,13515,[13515],ryan,Fix class name. see #12343
changeset,13516,[13516],nacin,"First pass on readme.html updates. Include references to the automatic upgrader, the wp-config.php creation script, the new user/pass selection during install. Split system recommendations into requirements and recommendations. Style dt/dl/dd elements. Remove archaic v1.2 to 1.5 theme template reference. Change wording in post via mail and user roles, as neither are new features. Props niallkennedy for minor cleanups in the commit. see #10835"
changeset,13517,[13517],nacin,"Check in install.css for [13516]. Bump version, include version in readme.html. see #10835"
changeset,13518,[13518],nacin,"Check in install.css for [13516]. Bump version, include version in readme.html. see #10835"
changeset,13519,[13519],nacin,Boost number of comments allowed in configurable Recent Comments dashboard module. fixes #11891
changeset,1351,[1351],michelvaldrighi,"added blogger.newPost
"
changeset,13520,[13520],nacin,Rearrange action links in the install plugins browser. First pass on the UI overhaul. see #11050
changeset,13521,[13521],nacin,Remove unnecessary action attribute on a form. It should always post to itself. fixes #12165
changeset,13522,[13522],nacin,"Remove ""Info"" link in plugin installer. The ""Install"" link already opens a pop-up with information. see #11050"
changeset,13523,[13523],nacin,Add a tables_to_repair filter. fixes #11707
changeset,13524,[13524],nacin,Remove orphaned Turbo/Gears message in Opera. see #11301
changeset,13525,[13525],nacin,"Add action to top of widgets.php. props ptahdunbar, fixes #12190"
changeset,13526,[13526],nacin,Add __return_true() to complement __return_false(). see #12381
changeset,13527,[13527],dd32,Add a front end Ajax handler. Props Denis-de-Bernardy. See #12400
changeset,13528,[13528],dd32,"A Better Flash upload button, Adds a Hover and Active styling, Adds a distinctive border to the button. Props ocean90. Fixes #12420"
changeset,13529,[13529],dd32,Move Upload folder settings to Options -> Media. Props nacin. Fixes #11687
changeset,1352,[1352],rboren,"Mark some overlooked strings for translation.
"
changeset,13530,[13530],dd32,svn:eol-style:native props Denis-de-Bernardy
changeset,13531,[13531],dd32,Split Right Now widget into Content | Discussion. Props matveb. Fixes #12202
changeset,13532,[13532],dd32,"Fix notices inside wp_nav_menu(), Ensure echo => false is passed to fallback callbacks so the function doesnt print HTML directly. See #11817"
changeset,13533,[13533],ryan,"Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412"
changeset,13534,[13534],ryan,"Tab interface for Theme and Add New Theme. First pass. Props matveb, dremeda. see #12412"
changeset,13535,[13535],ryan,Custom taxonomy support for inline edit. Props  prettyboymp. see #9674
changeset,13536,[13536],ryan,Make favorite actions custom post type aware. Props ptahdunbar. fixes #12433
changeset,13537,[13537],ryan,Die if invalid post type is passed. see #9674
changeset,13538,[13538],nacin,Add some custom taxonomy flags to allow fully customize strings in the taxonomy meta box. see #11838
changeset,13539,[13539],nacin,Dynamically remove duplicates from the 'display name' profile.php option. fixes #10030
changeset,1353,[1353],michelvaldrighi,"relocated misc database-related functions
"
changeset,13540,[13540],nacin,Script bump from [13539]
changeset,13541,[13541],nacin,Fall back to displaying mime type when file has no extension. fixes #9924 props mdawaffe
changeset,13542,[13542],markjaquith,Hide All/Show All buttons should be links. see #11817
changeset,13543,[13543],markjaquith,Remove arrows from Nav Menu items. see #11817
changeset,13544,[13544],markjaquith,Clean up whitespace in nav-menu.php see #11817
changeset,13545,[13545],dd32,"Restore MultiSite checks on Upload settings, Add proper whitelisting. Props Denis-de-Bernardy. Fixes #11687"
changeset,13546,[13546],dd32,use __return_false in preference to create_function(..return true..). Props TobiasBg. See #12435
changeset,13547,[13547],dd32,Strip delete_themes from Multisite non-super-admins. Props Denis-de-Bernardy. Fixes #11802
changeset,13548,[13548],dd32,Tabbing in Editors: Prevent certain browsers from Tabbing out of the field. Props filosofo. Fixes #12424
changeset,13549,[13549],dd32,Add a 'pre_post_link' filter to get_permalink() before token replacement occurs. Fixes #12240
changeset,1354,[1354],rboren,"Introducing query_posts(), update_post_caches(), update_user_cache(), and update_category_cache().
"
changeset,13550,[13550],ryan,Fix is_nav_menu(). Props Utkarsh. see #11817
changeset,13551,[13551],ryan,Fix metabox hiding. Props scribu. fixes #12439
changeset,13552,[13552],nacin,"Remove only gallery CSS in twentyten, leaving the gallery div classes and id intact. see #9015"
changeset,13553,[13553],nacin,Add id argument to wp_dropdown_users() and wp_dropdown_categories(). props johnbillion. Ensure we're escaping name and id in wp_dropdown_users(). fixes #12132
changeset,13554,[13554],iammattthomas,Add mobile webkit styles for twentyten. See #12303
changeset,13555,[13555],nacin,Cleaner and ideally future-proof detection of mobile Safari browsers. see #12303
changeset,13556,[13556],iammattthomas,Tweaks to mobile-webkit styles; see #12303
changeset,13557,[13557],nacin,"Add the_feed_link(). fixes #11794, props sirzooro."
changeset,13558,[13558],iammattthomas,"Add a bit of padding to form inputs in twentyten, see #9015"
changeset,13559,[13559],nacin,"Only show ""Privacy On"" notice/link if the user can manage options. fixes #12440"
changeset,1355,[1355],saxmatt,"Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
"
changeset,13560,[13560],matt,Better subdomains for faster Gravatar loading. An update to [13385].
changeset,13561,[13561],westi,Improve kses handling of attributes in valid XHTML self closed img tags. Fixes #12394 props dougal.
changeset,13562,[13562],wpmuguru,"allow empty table prefix on my-sites.php, see #12459"
changeset,13563,[13563],ryan,"allow empty table prefix on my-sites.php, see #12459"
changeset,13564,[13564],wpmuguru,"set default value for add_new_users site option, see #12463"
changeset,13565,[13565],iammattthomas,"Use a short HTML5-style charset declaration in twentyten, props demetris. See #12483"
changeset,13566,[13566],iammattthomas,Moving mobile webkit styles to style.css; adjusting widget_search label and site-description sizes. See #12303
changeset,13567,[13567],nacin,"Fix typo in remove_all_filters() that prevented hooks from being removed by priority. fixes #12492, props chrisbliss18."
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,13569,[13569],nacin,Ignore custom user tables when checking whether the blog is installed. see #12083
changeset,1356,[1356],michelvaldrighi,"the Atom feed should always provide an excerpt, even in full content mode
"
changeset,13570,[13570],nacin,Fix logic inversion in [13568]. props dd32. see #12381
changeset,13571,[13571],nacin,First pass on network.php improvements. see #12094
changeset,13572,[13572],nacin,"Second pass, replacing accidental ms-config-sample.php change with wp-config.ms. see #12094"
changeset,13573,[13573],wpmuguru,"add features to export, see #10317"
changeset,13574,[13574],ryan,Background color selection. Props lancewillett. see #12186
changeset,13575,[13575],wpmuguru,"remove __( calls from ms startup, see #11644"
changeset,13576,[13576],ryan,Improve user listing performance. Props miqrogroove. see #11914
changeset,13577,[13577],nacin,Support for extra POST fields in WP_Filesystem. props dd32. see #12094
changeset,13578,[13578],nacin,Fix notice. See #12362
changeset,13579,[13579],ryan,Fix submenus for post types. Props TobiasBg. see #12453
changeset,1357,[1357],michelvaldrighi,"fixed small whoopsie with table names
"
changeset,13580,[13580],wpmuguru,"use correct variable, see #11817"
changeset,13581,[13581],dd32,Bump the schema after [13576]. Props miqrogroove. Fixes #11914
changeset,13582,[13582],dd32,Move 'Add New Themes' and 'Editor' to the bottom of the Appearance menu item. See #12442
changeset,13583,[13583],dd32,Remove the now defunct Add New Themes menu item accidentally re-added in [13582]. See #12442
changeset,13584,[13584],westi,Fix some notices in wp-signup.php
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,13586,[13586],ryan,Remove site admin logged in notice. The new Super Admin menu makes that obvious enough. see #11644
changeset,13587,[13587],ryan,Show the network enable menu only if config flag is set. Per wordpress-dev meetup. see #11644
changeset,13588,[13588],dd32,Move Tools -> Upgrade to Dashboard -> Updates. As per dev meetup today. See #12517
changeset,13589,[13589],ryan,Display dash submenus correctly for all combinations of multisite and super admin.
changeset,1358,[1358],michelvaldrighi,"some cleanups, and a quick undefined variable fix
"
changeset,13590,[13590],wpmuguru,"UI upgrade -> update, see #12517"
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,13592,[13592],dd32,Do not display user specified password during install. Fixes #12479. See #10396 for feedback
changeset,13593,[13593],dd32,Add an update count bubble to the Updates menu. See #12517
changeset,13594,[13594],dd32,Styling update for RightNow Dashboard widget. See #12202
changeset,13595,[13595],wpmuguru,"set default value for upload_space_check_disabled, see #12463"
changeset,13596,[13596],wpmuguru,"update iis rewrite rules for MS, see #11644"
changeset,13597,[13597],dd32,Fix double slashing on /index.php//taxonomy/term/ links. Props Scribu. Fixes #12508. Also Fixes #10445
changeset,13598,[13598],dd32,"Coding Standards: no camelcase variables, use lowercase for variables. Props hakre. Fixes #12519"
changeset,13599,[13599],dd32,More whitespace & coding stadards cleanup
changeset,1359,[1359],michelvaldrighi,"database-related functions such as wp_insert_post are now in wp-includes/functions-post.php
"
changeset,135,[135],saxmatt,"Added labels.
"
changeset,135,[135],tellyworth,"import tests: fix parents, children"
changeset,13600,[13600],dd32,Display an Attachment Icon if an Attachment thumbnail is not available. Fixes display of Upload edit fields. Fixes #12328
changeset,13601,[13601],nacin,Don't use deprecated functions.
changeset,13602,[13602],dd32,First scrape at new UI for Bulk plugin upgrades. See #11232
changeset,13603,[13603],dd32,Do not count Development versions of WordPress as having a core-update available. See #12517
changeset,13604,[13604],dd32,First pass at completing the Themes component of the GUU. See #12528
changeset,13605,[13605],dd32,Fix HTML Validation. Props wahgnube. Fixes #12530. 
changeset,13606,[13606],dd32,Code standards cleanup for wp-admin/options-general.php
changeset,13607,[13607],dd32,GUU: Add Update breakdown to Title attribute of update bubble. See #12517
changeset,13608,[13608],ryan,"get_taxonomies(). Props ptahdunbar, scribu. fixes #12516"
changeset,13609,[13609],ryan,Update ms-sites UI. Props ocean90. see #12460
changeset,1360,[1360],rboren,"Make $request global to satisfy the page navigation fxns.
"
changeset,13610,[13610],nacin,Move $base sanity check to from MS config template to ms-settings. see #11816
changeset,13611,[13611],nacin,More network.php refinements. Bring wp-config and htaccess inline. Rename BLOGID_CURRENT_SITE to BLOG_ID_CURRENT_SITE for consistency with SITE_ID_CURRENT_SITE. see #11816
changeset,13612,[13612],nacin,"s/onClick/onclick/. props TobiasBg, see #12429"
changeset,13613,[13613],nacin,Remove htaccess.ms and wp-config.ms templates. These were brought inline in [13611]. see #11816
changeset,13614,[13614],nacin,Add nag for missing authentication keys in network.php. See #11816
changeset,13615,[13615],dd32,Don't 404 for empty custom taxonomy terms. See #12533
changeset,13616,[13616],dd32,Check date_create() exists for automatic-timezone functionality. Props hakre. Fixes #12534
changeset,13617,[13617],nacin,Fix warning in users.php. Fixes #12555
changeset,13618,[13618],wpmuguru,"move multisite upgrade functions to upgrade.php, see #11771"
changeset,13619,[13619],wpmuguru,"allow existing media path on main site when converting to multisite, see #12549"
changeset,1361,[1361],saxmatt,"Fix for unencoded ampersands. When did we lose this?
"
changeset,13620,[13620],ryan,Header selector styling fixes. Props iammattthomas. see #12343
changeset,13621,[13621],ryan,Header selector styling fixes. Props iammattthomas. see #12343
changeset,13622,[13622],nacin,Allow localhost in a multisite subdirectory install. More network.php improvements. see #12457 for localhost. see #11816
changeset,13623,[13623],dd32,Correct logic inversion in Canonical Taxonomy Term links. Fixes #12547
changeset,13624,[13624],dd32,Fix inline taxonomy Quick Edit. Props mdawaffe. See #12553
changeset,13625,[13625],dd32,Add custom post_type support to _update_post_term_coun(). Props momo360modena. Fixes #12348
changeset,13626,[13626],dd32,Update 'edited_term_taxonomy' to pass the same args in all locations called. See #12348
changeset,13627,[13627],dd32,"Cleanup of options.php. Adds concise&early wp_die()'s, reformats some poorly chosen branching. See #12455"
changeset,13628,[13628],dd32,Load WP_HTTP dependencies (translation support) for setup-config.php. Prevents a WSOD on attempted installs where external HTTP requests are blocked and/or timeout. Fixes #12514
changeset,13629,[13629],wpmuguru,"add actions before and after signup form, see #12199"
changeset,1362,[1362],saxmatt,"Bump.
"
changeset,13630,[13630],wpmuguru,"block invalid site names/urls in add site, see #11777"
changeset,13631,[13631],wpmuguru,"additional checks on allow existing media path, see #12549"
changeset,13632,[13632],wpmuguru,"Dont define BLOGUPLOADDIR if UPLOADS is defined, see #12558"
changeset,13633,[13633],nacin,Jump right to network.php step 2 when an existing network is present. see #11816
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,13635,[13635],ryan,wp_get_shortlink() and pluggable shortlink generation. fixes #10640
changeset,13636,[13636],nacin,Don't page comments by default. fixes #12562
changeset,13637,[13637],nacin,"Check and error out on port numbers in Tools > Network, which aren't allowed in multisite. see #11816, see #11644"
changeset,13638,[13638],nacin,"Expose a read-only network.php once multisite is enabled, to ensure access to original configuration such as rewrite rules. see #11816"
changeset,13639,[13639],nacin,Bringing some order to the ms-options dumping ground. see #11644
changeset,1363,[1363],rboren,"Change $tablecomments to $wpdb-comments.  From Kitty.
"
changeset,13640,[13640],westi,Opt out of content sniffing for front end AJAX endpoint as well.
changeset,13641,[13641],nacin,Correct subdomain handling in network.php. Pass around boolean values instead of 'yes' and 'no'. see #11816
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,13643,[13643],dd32,"Fix paging links ""Displaying x–y of z"" for Pages. Props Utkarsh. Fixes #12552"
changeset,13644,[13644],nacin,Remove unused MU function and unnecessary separate includes file. see #11816
changeset,13645,[13645],wpmuguru,"Delete blog to Delete site, props markmcwilliams, see #12572, code cleanup, see #11644"
changeset,13646,[13646],wpmuguru,"Display a warning when processing an unregistered setting, see #11730"
changeset,13647,[13647],ryan,Add no_found_rows argument to WP_Query::get_posts() to allow forcibly defeating SQL_CALC_FOUND_ROWS. Use no_found_rows for the query in get_boundary_post(). fixes #12557
changeset,13648,[13648],ryan,Fix numeric entity logic in kses. Props miqrogroove. see #12284
changeset,13649,[13649],wpmuguru,"network options UI cleanup, see #12465"
changeset,1364,[1364],rboren,"Tweak some markup.
"
changeset,13650,[13650],ryan,Don't replace Link headers.  Update phpdoc. see #10604
changeset,13651,[13651],ryan,Menu editor fixes. Props yoavf. fixes #12545 #12566
changeset,13652,[13652],ryan,Move wp_shortlink_header to template_redirect. Props miqrogroove. see #10640
changeset,13653,[13653],ryan,Cache get_lastpostmodified() results. see #12575
changeset,13654,[13654],nacin,"Fix typo, trim whitespace. see #12460"
changeset,13655,[13655],nacin,First pass at error handling for populate_network() and network.php. see #11816
changeset,13656,[13656],nacin,Remove dummy contextual help from network.php. We'll need some real docs. #11816
changeset,13657,[13657],ryan,Restrict schemes allowed in wp_validate_redirect()
changeset,13658,[13658],nacin,Introduce the disabled() form helper. Move selected() and checked() out of wp-admin and into full scope. see #12581
changeset,13659,[13659],ryan,Use page icon for page menus. fixes #12583
changeset,1365,[1365],saxmatt,"New hook for when comment status is changed.
"
changeset,13660,[13660],ryan,"Allow custom post types to have custom icons. Props ptahdunbar, Denis-de-Bernardy. fixes #12434"
changeset,13661,[13661],nacin,Use disabled() form helper. fixes #12581
changeset,13662,[13662],nacin,Fix logic and pull static code out of a loop. fixes #12581
changeset,13663,[13663],nacin,Simplify hackish logic. props miqrogroove. fixes #12581
changeset,13664,[13664],nacin,"get_blog_count() returns a number, not an object. Also, i18n fixes -- add plural string, and translator context. see #12531 for get_blog_count() discussion. see #12409 for ms-sites cleanup."
changeset,13665,[13665],nacin,"Add valign, and formatting and i18n improvement."
changeset,13666,[13666],nacin,"Fix assignment in WP_User::for_blog(). props prettyboymp, fixes #12587"
changeset,13667,[13667],nacin,"Add delete_user_option(). fixes #12573, props TobiasBg."
changeset,13668,[13668],ryan,Custom background color fixes. see #12186
changeset,13669,[13669],ryan,Revert accidental junk. see #12186
changeset,1366,[1366],emc3,"Fixed check_comment() to ignore empty lines in moderation_keys.
"
changeset,13670,[13670],westi,Make the sanitity check html in the installer more poetic.
changeset,13671,[13671],westi,Ensure that wpdb::get_results() always returns an array when it should. Fixes #10607 props miqrogroove.
changeset,13672,[13672],westi,Tidy up the text which describes pingbacks. Fixes #12504 props scribu.
changeset,13673,[13673],ryan,"make *_option(), *_transient() functions consistently expect unslashed data. Props Denis-de-Bernardy. see #12416"
changeset,13674,[13674],westi,Fix a possible undefined offset warning in do_action. Fixes #11241 props chrisbliss18.
changeset,13675,[13675],nacin,Improve multisite rewrite rules. Construct rules dynamically and skip subdirectory-specific rules for subdomain installs. see #12136
changeset,13676,[13676],nacin,Don't check for the existence of index.php in the htaccess rewrite rules. props miqrogroove. see #11845
changeset,13677,[13677],nacin,Fix typo in [13673]. see #12416
changeset,13678,[13678],nacin,Don't check for the existence of index.php in the htaccess rewrite rules. props miqrogroove. see #11845
changeset,13679,[13679],nacin,"Don't allow access to network.php if running an MU network. It is only for networks created in 3.0. see #11816. Also, fix MS htaccess logic, see #12136"
changeset,1367,[1367],saxmatt,"Checking for PHP < 4.1 from John Gray.
"
changeset,13680,[13680],nacin,"Fix notice on users admin panel. More or less reverts earlier fix, [13617]. props miqrogroove. fixes #12555"
changeset,13681,[13681],nacin,"Check for empty(), not !is_array(), when trying to determine if wpdb::get_results() returned results. See #10607"
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,13683,[13683],ryan,the_shortlink(). Props miqrogroove. fixes #10640
changeset,13684,[13684],nacin,Fix assignment. Props Rasmus Lerdorf via ConFoo presentation.
changeset,13685,[13685],ryan,Always use lowercase strings or menu type. Don't double save custom link menu items (remove the AJAX save). see #12566
changeset,13686,[13686],dd32,Bulk Theme Upgrades. See #12528 See #11232 for Bulk UI
changeset,13687,[13687],dd32,Force Theme update check on GUU. See #12528
changeset,13688,[13688],dd32,"Add Endpoints for Attachments, Paging, Comment paging and custom Endpoints to custom post_type's. See #12597"
changeset,13689,[13689],dd32,Whitespace additions to WP_Rewrite. A few coding standards too.
changeset,1368,[1368],rboren,"Fix up the_category_ID() and the_category_head() to maintain backwards compat.  Mark as deprecated.
"
changeset,13690,[13690],dd32,Move 'restrict_manage_posts' to a more useful place for uploads. Props jfarthing84. Fixes #12325
changeset,13691,[13691],dd32,Prevent PHP Notices on 404 pages
changeset,13692,[13692],dd32,s/Upgrade WordPress/WordPress Updates/ title for GUU
changeset,13693,[13693],dd32,Fix no-redirect on no-js taxonomy term additions
changeset,13694,[13694],ryan,Spacing between attributes. Props momo360modena. see #11817
changeset,13695,[13695],ryan,Add custom hierarchical post type support to get_pages(). Props ptahdunbar. see #12600
changeset,13696,[13696],nacin,install.php password UI cleanup. see #10396
changeset,13697,[13697],dd32,Limit redirect_guess_404_permalink() to the same post_type if it's specified in the query. See #12601
changeset,13698,[13698],dd32,"Ensure that for multiple sidebar additions, the ID is unique (even if specified). Append -2.. for > 1 sidebars. Props minusfive. Fixes #12606"
changeset,13699,[13699],dd32,Simplify the Id uniqueness loops. Guard against more use-cases which might cause ID conflicts. See #12606
changeset,1369,[1369],saxmatt,"Typo fix from Patrick Marie.
"
changeset,136,[136],saxmatt,"ezSQL update.
"
changeset,136,[136],tellyworth,add parent/child category checks
changeset,13700,[13700],dd32,"Revert [13699], It breaks dynamic_sidebar(<int>) compatibility. Use a safer loop for clashes. See #12606"
changeset,13701,[13701],dd32,"Restore backwards compatibility of integer sidebars(""sidebar-$i""). See #12606"
changeset,13702,[13702],ryan,Fix DST/Standard transition display.
changeset,13703,[13703],nbachiyski,"Add POT file and languages dir for twentyten. Louis, I think this is the beginning of a beautiful friendship.
"
changeset,13704,[13704],ryan,Menus rework. Props ptahdunbar. see #11817
changeset,13705,[13705],nacin,"Only show multisite admin email notice if the email was changed. Add a ""Cancel"" link so the nag doesn't stay forever if the admin ends up not changing the email. see #12192"
changeset,13706,[13706],wpmuguru,"suppress htaccess update message in multisite, props ocean90, fixes #12604"
changeset,13707,[13707],wpmuguru,"fix warning on cookie_domain, see #12457"
changeset,13708,[13708],wpmuguru,"move allow registration setting to registration settings in ms options, see #11644"
changeset,13709,[13709],wpmuguru,"block unregistered settings in multisite, see #11644, related #11730"
changeset,1370,[1370],rboren,"Add default_email_category.  Make default category and default email category provisionable via options writing.  Credit:  Kitten.
"
changeset,13710,[13710],ryan,Allow enabling/disabling title and editor per post type. Introdoce remove_post_type_support().  Add enable/disable for author override. Props scribu. fixes #12590
changeset,13711,[13711],wpmuguru,"more descriptive message on blocking unregistered setting, see #11644, related #11730"
changeset,13712,[13712],wpmuguru,"fix spelling/typo in nav menu message, props jorbin, see #11817"
changeset,13713,[13713],wpmuguru,"introduce global_terms_enabled site option, see #12589"
changeset,13714,[13714],ryan,Use get_permalink() instead of get_post_permalink().  Limit to published post types.  see #11817 #12566
changeset,13715,[13715],wpmuguru,"first pass on optional global terms, see #12589"
changeset,13716,[13716],ryan,Introduce taxonomies_allowed_in_menus and post_types_allowed_in_menus. Show only pages and categories by default. see #11817
changeset,13717,[13717],nacin,"Prevent page(\d+) slugs, and force a suffix. props miqrogroove. fixes #11917. see #8948"
changeset,13718,[13718],ryan,Introduce sanitize_key().
changeset,13719,[13719],ryan,Default target to _self.  Add some sanitization and gettext. see #11817
changeset,1371,[1371],rboren,"Use default_email_category.  Credit: Kitten.
"
changeset,13720,[13720],iammattthomas,"Coding standards cleanup in twentyten, see #9015. Props sivel"
changeset,13721,[13721],nacin,"Fix branching, and correct deprecated version numbers. see #11730"
changeset,13722,[13722],ryan,"Menu item -> append should be a key/name, not a label. see #11817"
changeset,13723,[13723],markjaquith,"""setup"" is not a verb. http://notaverb.com/setup"
changeset,13724,[13724],iammattthomas,"Fix missing domain translation, see #9015. Props momo360modena."
changeset,13725,[13725],markjaquith,"More pedantry. ""Setup"" is not a verb. http://notaverb.com/setup"
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,13727,[13727],markjaquith,"Unlimited number of pages and custom links for nav-menu. Todo: AJAX-based autocomplete, so this scales better. see #11817"
changeset,13728,[13728],dd32,Add missing child themes codex link. Props jorbin. Fixes #12621
changeset,13729,[13729],dd32,post_type edit_cap and edit_type_cap awareness for wp-admin/includes/post.php
changeset,1372,[1372],michelvaldrighi,"added iso8601 handling functions, to avoid ugly nasty conversions
"
changeset,13730,[13730],markjaquith,No need for three separate JS files if they are only ever enqueued together. see #11817
changeset,13731,[13731],ryan,Fix menu item type labels. see #11817
changeset,13732,[13732],markjaquith,Separate update/create menu logic so new menus have name created properly. see #11817
changeset,13733,[13733],ryan,Trim trailing whitespace
changeset,13734,[13734],ryan,LJ importer tweaks. Props briancolinger. fixes #12620
changeset,13735,[13735],ryan,WP importer fixes. Props briancolinger. fixes #12619
changeset,13736,[13736],ryan,Use WP_FALLBACK_THEME when creating default stylesheet and template options.
changeset,13737,[13737],ryan,Introduce WP_DEFAULT_THEME
changeset,13738,[13738],westi,Fix notice in wp_nav_menu when the menu doesn't exist.
changeset,13739,[13739],markjaquith,"Nav Menus: blur/Focus behavior for Create Menu and Add Custom Links. Route ""return"" presses in each of those areas to proper button press. Better create/save logic on the PHP side."
changeset,1373,[1373],rboren,"Revamp rewrite rule generation.  Add clean page links.  Credit to Jaykul for get_pagenum_link().
"
changeset,13740,[13740],markjaquith,Bump nav-menu JS version
changeset,13741,[13741],markjaquith,nav_menu taxonomy should be _builtin. props sillybean. see #11817
changeset,13742,[13742],nacin,Remove JS nav-menu functions that we no longer use. see #11817
changeset,13743,[13743],nacin,Fix notice for when no menus are located. see #11817
changeset,13744,[13744],dd32,Remove the now defunct link update checker from core. Fixes #12437
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,13746,[13746],dd32,Remove reminents of 'misc' from whitelist options too. See [13745] See #12437
changeset,13747,[13747],dd32,Clean up OPML link export script.
changeset,13748,[13748],nacin,"Coding standards: When vertically aligning for readability, use spaces (not tabs). see #11817"
changeset,13749,[13749],nacin,Add deprecated notices for Options > Misc settings registrations. see #12437
changeset,1374,[1374],rboren,"More rewrite rule refactoring.  Move the permalink parser into generate_rewrite_rules() and make it handle categories and authors.
"
changeset,13750,[13750],nacin,"Change ""Blog"" to ""Site"" in the Settings panels."
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,13752,[13752],nacin,Remove top margin from custom background's page header.
changeset,13753,[13753],nacin,Check in the script version bump for [13752]
changeset,13754,[13754],nacin,Account for old type=link (now taxonomy=link_category) in wp_dropdown_categories(). Don't use the deprecated argument in options-writing. Sprinkle in some deprecated warnings. fixes #12630
changeset,13755,[13755],nacin,s/blog/site/. props ocean90.
changeset,13756,[13756],westi,Introduce apply_filters_ref_array(). See #9886 props scribu.
changeset,13757,[13757],nacin,Add delimiter to tag listing on twentyten/single.php. see #9015
changeset,13758,[13758],westi,Make use of apply_filters_ref_array() when running the query. Fixes #9886 props scribu.
changeset,13759,[13759],nacin,Correct a copy-paste error in wp_manage_posts_columns().
changeset,1375,[1375],rboren,"Apply the list_cats filter to the cat name.  Credit: Jaykul.  http://wordpress.org/support/4/6242
"
changeset,13760,[13760],wpmuguru,"force users to re-login after installing network, see #12142"
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,13762,[13762],nacin,"Clear cache of current theme name, if the theme name no longer exists. Fixes failures when an an active theme is renamed in its stylesheet. fixes #12428"
changeset,13763,[13763],dd32,Highlight correct submenu for Theme Installs. Fix PHP Notice for unset object properties (requires among others may not be set).
changeset,13764,[13764],dd32,Add instant background-color feedback to Custom Backgrounds. Add input validation to user-entered colour data. See #12186
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,13766,[13766],dd32,"Add min-height and a black border to the Background Image preview. Min-height to allow for no image present, black border to show preview area when no image or colour is available. See #12186"
changeset,13767,[13767],markjaquith,Update search engines blocked text so that we do not imply that the blog is actually private.
changeset,13768,[13768],wpmuguru,"add NONCE_SALT to secret_salt_warning(), see #11764"
changeset,13769,[13769],nacin,Remove unnecessary ternary operators such as (expr) ? true : false.
changeset,1376,[1376],rboren,"index.php now handles feeds and trackbacks.
"
changeset,13770,[13770],nacin,Remove redundant isset() and empty() checks.
changeset,13771,[13771],nacin,"MS admin string improvements. fixes #12436, props mrmist."
changeset,13772,[13772],dd32,Fix unset notice on Revisions page for custom post_types. Use $post object instead of relying on a Global
changeset,13773,[13773],dd32,"Allow for a custom Endpoint Mask to be passed to add_endpoint(). Allows for endpoints to be targeted to specific rewrite rules. Allow custom post_types to specify their Endpoint mask. Allows for post_type's rewrite rules to inherit Post endpoints, or alternatively, allows for add_endpoint() to target specific post_types. Fixes #12605"
changeset,13774,[13774],dd32,Add hierarchical support for custom post_types in Rewrite Rules & Querying. See #12643
changeset,13775,[13775],dd32,Add additional columns to the Posts Comments view. Props arena. Fixes #11231
changeset,13776,[13776],dd32,Fix notice in Page Templates when a Template is not set for the current page.
changeset,13777,[13777],dd32,Tabs are better than spaces. Whitespace cleanup.
changeset,13778,[13778],dd32,Add parent selection support for custom post_types to the Page Attributes metabox. See #12643
changeset,13779,[13779],dd32,Fix Quick edit for non-page Hierarchical post_types. See #12643
changeset,1377,[1377],saxmatt,"Sometimes we need to keep things around.
"
changeset,13780,[13780],dd32,Update Canonical paging to reconise /page(\d+)/? as a valid paging path. See #8948
changeset,13781,[13781],dd32,Only allow %category% to be a valid category attached to the current post when using %category% in a permalink structure. Fixes #11807
changeset,13782,[13782],nacin,Some improvements to the network.php mod_rewrite checks. see #12255
changeset,13783,[13783],dd32,Do not display empty Appearance menu for subscribers. Need to use Menu API after the _admin_menu hook has fired.
changeset,13784,[13784],dd32,Fix WP_User::remove_role(). See #10285
changeset,13785,[13785],nacin,Simplify the deprecated notice for unregistered settings. fixes #11730
changeset,13786,[13786],dd32,Use correct cap checks and nonces for custom post_type's
changeset,13787,[13787],dd32,"When viewing a Parent term in a hierarchical taxonomy, display objects contained within children too. Props scribu. Fixes #12533"
changeset,13788,[13788],dd32,"Cleanup of Custom Background. Move JS to external file, Add @since, Remove redundant steps functionality, Preview of Image alignment. See #12186"
changeset,13789,[13789],nacin,Move unregistered check to proper branch of code. prevents options.php panel from throwing errors. see #11730
changeset,1378,[1378],rboren,"HTTP_REFERER fixes from Joseph Scott. http://wordpress.org/support/6/6657
"
changeset,13790,[13790],dd32,Add @since to Custom Header functions
changeset,13791,[13791],nacin,Restore a missing moderate_comments cap check in Right Now dashboard widget. see #12202
changeset,13792,[13792],nacin,Fix the MS admin notice feed.
changeset,13793,[13793],nacin,Fix typo in inline docs for register_post_type(). fixes #12664 props sillybean.
changeset,13794,[13794],nacin,Move the MS option for upload limit inline w/ the enabling/disabling of the upload limit.
changeset,13795,[13795],nacin,More cleanup of ms-options.php. Allow textarea.large-text class to be applied to inputs as well.
changeset,13796,[13796],nacin,"More ms-options cleanup. Add label elements, and transition to checkboxes from radios where we can. Also fix notice in global_terms_enabled post handling."
changeset,13797,[13797],nbachiyski,"Wrap transtable strings used in Network install in WP_I18N_SOMETHING, because translations still aren't loaded. Fixes #12357
"
changeset,13798,[13798],dd32,Add some defensive checks to Canonical redirection of %category% to ensure notices are not thrown. Props jfarthing84 for pointing out possibility. See #11907
changeset,13799,[13799],dd32,Better cross-browser support for Custom Background image alignment preview. Props eddieringle. See #12186
changeset,1379,[1379],saxmatt,"Some fixes from Joeseph Scott.
"
changeset,137,[137],saxmatt,"Updated author functions.
"
changeset,137,[137],tellyworth,update import tests for attachment loader
changeset,13800,[13800],nacin,Check cap before showing comments from private posts in recent comments dashboard widget. fixes #9144.
changeset,13801,[13801],nacin,"Fix notice without breaking comment notifications. See r13150, see #11830"
changeset,13802,[13802],nacin,"Various bug fixes and improvements to menu management. props ptahdunbar, see #11817."
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,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,13805,[13805],nacin,Deprecate add_option_update_handler() and remove_option_update_handler() in favor of register_setting() and unregister_setting(). #11730
changeset,13806,[13806],nacin,"Move send_nosniff_header() into wp-includes so it can be used in wp-ajax.php. props sivel, fixes #12683"
changeset,13807,[13807],nacin,Use set_time_limit(0) in import/mt.php. see #12595
changeset,13808,[13808],ryan,Use 2.2 branch for akismet
changeset,13809,[13809],ryan,Use 2.2 branch for akismet
changeset,1380,[1380],rboren,"user_nicename fixes from JackSim. http://wordpress.org/support/4/6708
"
changeset,13810,[13810],ryan,Enable nav menu admin if theme supports widgets.  Show notice if theme supports widgets but not nav-menus. see #11817
changeset,13811,[13811],nacin,"Use actual hostname instead of example.com in subdirectory/subdomain examples. fixes #12679, props johnbillion."
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,13813,[13813],ryan,Don't return WP_Error from term_description(). Props filosofo. fixes #12707
changeset,13814,[13814],ryan,Add scheme argument to admin_url() and get_admin_url() to allow forcing a particular scheme.
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,13816,[13816],westi,Switch to get_template_part Fixes #12371. Try on some narrative comments for size see #12695.
changeset,13817,[13817],nacin,"Initialize _wp_page_template for the first page in wp_install_defaults(). fixes #12653, a Webkit/jQuery bug in Quick Edit (see ticket)"
changeset,13818,[13818],iammattthomas,"Replace query strings with arras in Twenty Ten, see #12698. Props demetris."
changeset,13819,[13819],nacin,"Introduce get_index_template(). Allows child themes to override a parent theme's index.php. Props koopersmith, fixes #12635"
changeset,1381,[1381],rboren,"Rewrite rule fixes.
"
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,13821,[13821],nacin,"Correct inline docs and parameter names for get_objects_in_term() to reflect that it uses term ids, not term slugs. fixes #11835"
changeset,13822,[13822],nacin,WP_I18N_* for .maintenance strings. fixes #12485
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,13824,[13824],ryan,Ligten header and footer for gray color scheme.  Props johnonolan. see #12586
changeset,13825,[13825],nacin,Fix potential notice in wp_handle_sideload().
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,13827,[13827],nacin,Change @since 3.0 to @since 3.0.0.
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,13829,[13829],nacin,Change @since 2.9 to @since 2.9.0.
changeset,1382,[1382],rboren,"Make /feed/ and /comments/feed work with path info.  Introduce get_feed_link().
"
changeset,13830,[13830],nacin,Remove trailing whites and double semicolons.
changeset,13831,[13831],nacin,"Remove references to wp-ajax.php. props TobiasBg, fixes #12400"
changeset,13832,[13832],nacin,"Move ajax spinner to be adjacent to the Quick Edit Update button. also, the dashboard recent comments Submit Reply button. fixes #12345"
changeset,13833,[13833],nacin,Remove 'Turbo' link from admin header. see #11301
changeset,13834,[13834],nacin,Update string to better reflect the times. see #11301
changeset,13835,[13835],nacin,"Use correct var in MS dashboard_quota(). props ocean90, see #12710. also fixes sprintf string."
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,13837,[13837],nacin,Standardize db config-sample values. fixes #11523
changeset,13838,[13838],dd32,Support multiple post_type query params/post_type's to be specified in a query. See #12704
changeset,13839,[13839],dd32,Remove Debug cruft.. See #12704
changeset,1383,[1383],saxmatt,"Fix for strange slash nav errors for paged nice links, and validation fixes.
"
changeset,13840,[13840],dd32,Fix Link Category Tab styling. Props ocean90. Fixes #12712
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,13842,[13842],nacin,New WP logo for admin header. Props Ben Dunkle and Matt Thomas. see #12586
changeset,13843,[13843],nacin,New WP logo for admin header. Props Ben Dunkle and Matt Thomas. see #12586 (checks in images for [13842])
changeset,13844,[13844],nacin,"Password nag string cleanup. Could be good to also increase the line-height on div.updated/error at some point.

"
changeset,13845,[13845],nacin,Bail in wp_unique_term_slug if the slug is unique and we don't need to come up with a new one. fixes #10712.
changeset,13846,[13846],iammattthomas,"A compromise approach for #12542 -- Treat site-title as H1 on front page, unless it's a static page."
changeset,13847,[13847],dd32,Correct Array style for returning Multiple HTTP Headers. See #12045
changeset,13848,[13848],dd32,Fix WP_HTTP -> Snoopy Compat layer for Magpie RSS. Fixes #12045
changeset,13849,[13849],dd32,Avoid notices for requests with no body. Also fixes a few race conditions related to headers. Fixes #11872
changeset,1384,[1384],saxmatt,"Added consistant trailing slash.
"
changeset,13850,[13850],dd32,Attempt to work around Mac FTP Server security implications of using '-a' in FTP. Props eoinomurchu. See #12232
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,13852,[13852],dd32,Change form field ID's to prevent ID clashes with listing table column headers. See #11937
changeset,13853,[13853],dd32,Validate Table Prefix in wp-config.php generator. Props johnl1479. Fixes #12622
changeset,13854,[13854],dd32,Update wp_list_categories() to be custom taxonomy aware. Props jfarthing84. See #11838
changeset,13855,[13855],dd32,Display the list of Terms in a non-hierarchical taxonomy on the Post Edit page even if they cannot modify them. See #12035
changeset,13856,[13856],dd32,"Add Repeat-x/repeat-y support to Custom Backgrounds, Add Live preview of Repeat option, Use Thumbnail of background for Background Preview. Props jshreve. See #12186"
changeset,13857,[13857],dd32,"Check if function exists before using it. imageistruecolor() requires PHP 4.3.2, WordPress requires 4.3.0 at this stage. Fixes #12297"
changeset,13858,[13858],dd32,Do not allow empty option names. Trim leading and trailing whitespace from option names. Partial patch props ericmann. Fixes #11506
changeset,13859,[13859],dd32,Mark auto-deactivated plugins as recently active after the Plugin Editor deactivates them. Fixes #10925
changeset,1385,[1385],rboren,"Add %category% support to get_permalink.
"
changeset,13860,[13860],dd32,Fix image_resize() dependencies by moving wp_load_image() from admin includes to wp-includes. Fixes #7279
changeset,13861,[13861],dd32,Fix notices in post_custom(). Props sirzooro. Fixes #11839
changeset,13862,[13862],dd32,Implement the 2nd parameter of json_decode() for back-compat purposes. Returns an associative array instead of an object. Fixes #11963
changeset,13863,[13863],dd32,"Implement the 2nd parameter of json_decode() for back-compat purposes. Returns an associative array instead of an object. For the recursive object handling, Props carbolineum. Fixes #11963"
changeset,13864,[13864],dd32,JQuery.noConflict() fix for thickbox.js. Props Michael. Fixes #12382
changeset,13865,[13865],dd32,Fix the Permalink editor for custom post_types. Fixes #12742 
changeset,13866,[13866],dd32,Slight Coding standards update
changeset,13867,[13867],dd32,Add extra hooks to Right Now dashboard widget. Props jfarthing84. See #12202
changeset,13868,[13868],dd32,Make the WordPress Magic translate Plugins properly. Fixes #12681
changeset,13869,[13869],dd32,Fix typo in r13850. See #12232
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,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,13871,[13871],dd32,Standardise the CSS coding standards in install.dev.css
changeset,13872,[13872],iammattthomas,Merge twentyten print style into style.css. Fixes #12733. Props demetris.
changeset,13873,[13873],iammattthomas,Remove print.css from twentyten
changeset,13874,[13874],dd32,Restore Edit link for active plugins. Whitespace & if end markers. Also removed a non-needed bool check. Fixes #12741
changeset,13875,[13875],dd32,"Do not add rel=""attachment"" for direct(File URL, not Post URL) links to non-media files in ""Insert into Post"". Fixes #7040"
changeset,13876,[13876],dd32,"Display ""Edit $taxonomy"" on edit-tags.php Edit screen. Props jfarthing84. See #12746"
changeset,13877,[13877],wpmuguru,"add remove_theme_support(), props nathanrice, fixes #12739"
changeset,13878,[13878],ryan,Check for urls that have a scheme but no host in wp_validate_redirect().
changeset,13879,[13879],ryan,Remove classic and default themes. see #10654
changeset,1387,[1387],rboren,"Put lat lon in a field set.  From Kitten.
"
changeset,13880,[13880],ryan,"network_site_url(), network_home_url(), network_admin_url(). see #12736"
changeset,13881,[13881],wpmuguru,"tweaks to network_*_url(), see #12736"
changeset,13882,[13882],ryan,Don't stomp scheme arg. see #12736
changeset,13883,[13883],wpmuguru,"delete user cap in remove_all_caps(), props ocean90, see #12711"
changeset,13884,[13884],ryan,Use network_*_url(). see #12736
changeset,13885,[13885],nacin,"Rough cut of Twenty Ten inline documentation. see #12695. props jorbin, demetris."
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,13887,[13887],dd32,Whitespace only Cookie pairs are not permitted; Skip them. Props josephscott. Fixes #12761
changeset,13888,[13888],nacin,"Clarify order of operations for a child theme removing a filter of a parent theme. see #12695, see #12748"
changeset,13889,[13889],nacin,Use $paged global instead of get_query_var('paged') in Twenty Ten. see #12748
changeset,1388,[1388],rboren,"Rewrite and %category% fixes.
"
changeset,13890,[13890],nacin,"Fix typos in [13729]. edit_type_cap is a primitive cap, not meta. @todo: audit ptype cap calls."
changeset,13891,[13891],ryan,Filter robots.txt output
changeset,13892,[13892],nbachiyski,"POT, generated from r13891"
changeset,13893,[13893],wpmuguru,"new Super Admin menu icon, props jane, see #12374"
changeset,13894,[13894],wpmuguru,"restore user list display in single site, props ocean90, see #12711, #12767"
changeset,13895,[13895],nacin,Correct the @since's for custom-header.php.
changeset,13896,[13896],ryan,Use get_home_url() and get_admin_url(). Props andreasnrb. see #12736
changeset,13897,[13897],nacin,"File-level phpdoc for nav-menu-template.php. Also, @subpackage cannot contain spaces."
changeset,13898,[13898],nacin,"Add link to Updating WordPress codex page. props mrmist, fixes #11280."
changeset,13899,[13899],nacin,"Add post type parameter to get_page_by_title(). props mikeschinkel, fixes #12743."
changeset,1389,[1389],rboren,"Guard against empty $cat_counts array. http://wordpress.org/support/3/6080
"
changeset,138,[138],saxmatt,"Padding on lists.
"
changeset,138,[138],tellyworth,correct attachment urls
changeset,13900,[13900],dd32,Add Password Mismatch feedback to the Password Strength Meter. Props dancole. Fixes #12576
changeset,13901,[13901],dd32,Display hierarchy in Hierarchical taxonomy Quick edit box. Props nacin. Fixes #11858
changeset,13902,[13902],nacin,Add blacklist to remove_theme_support(). fixes #12739.
changeset,13903,[13903],dd32,Dont pee on <option>. Prevents the addition of a <br/> following a </option>. Props akerem. Fixes #11947
changeset,13904,[13904],wpmuguru,"block enabling network when siteurl and home are not the same, see #12736"
changeset,13905,[13905],markjaquith,Deletion link should always show
changeset,13906,[13906],westi,Ensure that apply_filters_ref_array passes the result of the filter to the next filter. Fixes #12723 props scribue.
changeset,13907,[13907],nacin,Ensure PHP4 compat. fixes #12791
changeset,13908,[13908],markjaquith,Fix PHP notice
changeset,13909,[13909],dd32,Use the correct slug value for reverting post slug inline editing. Props mitchoyoshitaka. Fixes #12788
changeset,1390,[1390],rboren,"Pass 'Edit This' string to edit_post_link so that it can be translated. http://wordpress.org/support/4/6976
"
changeset,13910,[13910],dd32,Small coding standards cleanup of wp_die();
changeset,13911,[13911],dd32,Delete _transient_timeout_$name and _site_transient_timeout_$name when specifically deleting transients. Fixes #12782
changeset,13912,[13912],dd32,"Most users edit wp-config-sample.php on a Windows system with a text editor which does not understand LF, Ensure that the file is always CRLF on svn exports. Fixes #12775"
changeset,13913,[13913],dd32,Recognise namespaces in tags for balanceTags(). Fixes #11968
changeset,13914,[13914],dd32,Whitespace and coding standards cleanup for balanceTags(). See #11968
changeset,13915,[13915],nacin,s/hierarachical/hierarchical/g. Props JohnPBloch.
changeset,13916,[13916],markjaquith,Use correct post type label in a few key places.
changeset,13917,[13917],markjaquith,Update admin-header-footer.png. see #12586. props johnonolan
changeset,13918,[13918],markjaquith,Huge MS refactoring and code cleanup. see #12460. props ocean90.
changeset,13919,[13919],markjaquith,Regenerate production CSS and bump version for last commit
changeset,1391,[1391],rboren,"posts_nav_link fixes.  http://wordpress.org/support/6/6979
"
changeset,13920,[13920],dd32,"Rename Install to More Information, Add an Install Now action link to the Plugin Installer search results. See #11050"
changeset,13921,[13921],dd32,Correct typos in r13920. Use correct variable name. See #11050
changeset,13922,[13922],dd32,Handle uppercase html entities in get_next_posts_link() & get_next_comments_link() (and family) $labels. Fixes #4152
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,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,13925,[13925],wpmuguru,"rework syncing of global terms, see #12663"
changeset,13926,[13926],wpmuguru,"block subdomain install when install is in a folder, see #12736"
changeset,13927,[13927],wpmuguru,"restore super admin icon pending updated menu sprite, see #12374"
changeset,13928,[13928],nacin,"Child theme support for theme header registrations. Second call to register_theme_headers() should add more headers, not replace existing headers. add unregister_theme_headers(). props jorbin. see #12343"
changeset,13929,[13929],nacin,Switch from wp_die() to a nice error message for siteurl!=home for network.php. see #12736
changeset,1392,[1392],rboren,"Make the template editor use the home setting to find the index.
"
changeset,13930,[13930],wpmuguru,"fix folder install detection in [13926], see #12736"
changeset,13931,[13931],wpmuguru,"fix caps check on delete user link, props ocean90, see #12793"
changeset,13932,[13932],dd32,"Fix out-of-order comments when comment nesting is reduced. Displays child comments on the same level after its ""parent"" in the case that the max_depth has been hit. See #8841"
changeset,13933,[13933],potbot,"POT, generated from r13932"
changeset,13934,[13934],nacin,Allow MS cape-wearers to demote their blog roles to something without the edit_users cap. see #12387
changeset,13935,[13935],nacin,"Fix int cast usage in simplepie. see #12334, props rlerdorf."
changeset,13936,[13936],nacin,Update obsolete docs in Twentyten.
changeset,13937,[13937],nacin,Fix notice in wp_new_comment(). fixes #10854.
changeset,13938,[13938],dd32,"Move children of nested levels not shown to after the current element, not inside it like children. See #8841"
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,1393,[1393],rboren,"Fix links generated by link_pages() in next mode.  http://www.kackreiz.net/wordpress.php
"
changeset,13940,[13940],dd32,"Change UI labels from ""Post Thumbnails"" to ""Featured Image"". See #12554"
changeset,13941,[13941],nacin,Move add/remove super admin out of bulk edit and into user-edit.php. Introduce grant_super_admin() and revoke_super_admin(). Link to profile.php in ms-users user row for current user. Add defensive check by forcing IS_PROFILE_PAGE on user-edit if trying to edit your own user_id. see #12460
changeset,13942,[13942],dd32,"A better default except, Remove multiple white spaces from the except as well as splitting safely on UTF8 strings. Props Denis-de-Bernardy for the UTF8 split. Fixes #10376"
changeset,13943,[13943],dd32,"Match the separator style of get_category_parents() in get_the_category_list(), Respects the spacing of the provided separator. Fixes #10761"
changeset,13944,[13944],dd32,"Don't prevent 404'ing on tax/author pages when a paged page is requested which doesnt contain posts. For example, /category/animal/page/9999999/. Allows for /category/empty_cat/ to not 404.  Fixes #11857"
changeset,13945,[13945],potbot,"POT, generated from r13944"
changeset,13946,[13946],ryan,Move wp-ajax_add-tax hook back to registration. Reverts part of [13924]. see #10437
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,13948,[13948],nacin,Add beta testers note to nav menus admin panel.
changeset,13949,[13949],wpmuguru,"have get_blog_prefix() default to the prefix of the current blog, see #12820"
changeset,1394,[1394],rboren,"Add null check to $functions in apply_filters().  http://www.kackreiz.net/wordpress.php
"
changeset,13950,[13950],nacin,"Change ""More Information"" link to ""Details"" in plugin installer. Shorten/clarify a few other strings. see #11050"
changeset,13951,[13951],nacin,"Add AYS to ""Install Now"" link in plugin installer. fixes #11050"
changeset,13952,[13952],nacin,Allow methods to be used as a callback in wp_unique_filename(). fixes #12824 props aaroncampbell.
changeset,13953,[13953],nacin,More MS cleanups. props ocean90. see #12460
changeset,13954,[13954],markjaquith,Bump versions for 3.0-beta1
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,13956,[13956],nacin,Make remove_user a meta capability. see #12793
changeset,13957,[13957],nacin,"Fix ""Mine"" posts link on edit.php. Adds post_type to URL, and hides auto-drafts from count. props rovo89, fixes #12692."
changeset,13958,[13958],nacin,"Check for string, as method may be an array. fixes #10778"
changeset,13959,[13959],nacin,Initialize some options for the secondary dashboard widget. see #11783
changeset,1395,[1395],rboren,"Add back the trailing slash to paged permalinks.
"
changeset,13960,[13960],nacin,"Don't show ""Link added."" in link-add.php if an empty form was submitted. fixes #12262."
changeset,13961,[13961],nacin,"Allow ""No role for this blog"" to be chosen on user-edit. Add defensive checks for a few potential notices. fixes #10833"
changeset,13962,[13962],nacin,Allow .csv. fixes #12757
changeset,13963,[13963],nacin,"Link to the new Child Themes codex article in the GUU. fixes #12787, props demetris."
changeset,13964,[13964],nacin,Add 'enter title here' text to title box. see #12591
changeset,13965,[13965],nacin,Some more MS cleanups. see #12460
changeset,13966,[13966],nacin,"Use solid color in new footer, to allow for expansion. props JohnONolan. fixes #12810"
changeset,13967,[13967],nacin,Move wp-login.php background from body.login to body selector. props JohnONolan. see #12586
changeset,13968,[13968],nacin,More admin header improvements. props JohnONolan. see #12586
changeset,13969,[13969],nacin,Fix display of 'enter title here'. see #12591
changeset,1396,[1396],rboren,"Global $m in wp_title() so that date archive titles are displayed correctly.
"
changeset,13970,[13970],nacin,Restore arrow used in widgets panel. Doubled as fav-arrow.gif until [13824]. see #12586
changeset,13971,[13971],nacin,"Add indent to front page drop-downs in options-reading, to better indicate they are dependent on the radio button above them. fixes #12266"
changeset,13972,[13972],westi,Make the link a seperate translation so people only have to translate it if they really want to. See #12787.
changeset,13973,[13973],nacin,"A lighter gradient for the favorite actions menu. props JohnONolan, see #12586"
changeset,13974,[13974],nacin,"Don't use target=""_self"" in nav menu links, just omit the attribute. Also fix and run earlier db upgrades. fixes #12808"
changeset,13975,[13975],nacin,Ensure we're escaping css classes for front end nav menu.
changeset,13976,[13976],nacin,Fix the sticky footer. hides a scrollbar. see #12586
changeset,13977,[13977],nacin,Cast away the default styling of the recent comments widget in twentyten. fixes #12703
changeset,13978,[13978],nacin,"Have get_search_query() escape by default, like it's echoing counterpart the_search_query(). see #12780"
changeset,13979,[13979],nacin,Push the Delete link to the end for plugin actions. see #12741
changeset,1397,[1397],rboren,"Remove unneeded $postquery lvalue.  From Kitten.
"
changeset,13980,[13980],nacin,Don't allow # in custom permalink structures and cat/tag bases. Improve some MS branching. fixes #12271
changeset,13981,[13981],nacin,Remove Gears from UI. see #11301
changeset,13982,[13982],nacin,Add block-level HTML5 elements to wpautop(). props rmccue. fixes #12335
changeset,13983,[13983],nacin,"Cast subject of _deep_replace() to string to prevent an infinite loop. props mdawaffe, fixes #12386"
changeset,13984,[13984],nacin,Convert xfn.js to jQuery. Make the calculated field readonly if js. props rmccue. fixes #12551
changeset,13985,[13985],nacin,"Add docs to add_post_type_support(). fixes #12644, props sillybean."
changeset,13986,[13986],nacin,A few more readme.html tweaks. fixes #10835
changeset,13987,[13987],nacin,"Don't remove a category filter after performing an action on edit.php. props garyc40, fixes #11587"
changeset,13988,[13988],nacin,Deprecate funky_javascript_fix() and it's callback. fixes #12520.
changeset,13989,[13989],nacin,Correct logic in wp_list_authors() for combinations of hide_empty and style args. fixes #10042
changeset,1398,[1398],saxmatt,"Move comments include into function.
"
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,13991,[13991],nacin,Deprecate trackback_rdf(). fixes #11139
changeset,13992,[13992],nacin,Give editor-style.css a name in the theme editor.
changeset,13993,[13993],nacin,Give names to author.php and tag.php in the theme editor.
changeset,13994,[13994],nacin,Adjust get_file_description() to account for absolute paths. see #12843
changeset,13995,[13995],nacin,"Add $force_delete to wp_delete_comment(). see #12766, see #11470."
changeset,13996,[13996],nacin,"Request XML from an oEmbed provider if the provider returns '501 Not Implemented' for JSON. props nbachiyski, fixes #11964."
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,13998,[13998],nacin,File-level phpdoc for multisite files.
changeset,13999,[13999],nacin,"More verbose message on how to add MS constants to one's config file. props sivel, see #12848"
changeset,1399,[1399],rboren,"Get edited comment content through $_POST.
"
changeset,139,[139],saxmatt,"ezSQL updates.
"
changeset,139,[139],tellyworth,new tests for the attachment importer
changeset,13,[13],saxmatt,"Added wpautop.
"
changeset,13,[13],tellyworth,fix test_vb_insert_future_edit_bug
changeset,13,[13],lancewillett,"Add Twenty Thirteen blavatar source files.
"
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,14001,[14001],dd32,Nest the HTML correctly on the Manage Themes page when the user does not have permission to Install themes. Fixes #12847
changeset,14002,[14002],dd32,"Move all Feature Images => header image integration into a is_singular() check. Prevents a PHP notice when $post is not set (For example, a 404 page). Fixes #12661"
changeset,14003,[14003],wpmuguru,"more manage_network_* caps, see #12109"
changeset,14004,[14004],wpmuguru,"fix validation on dashboard site in ms-options, fixes #12831"
changeset,14005,[14005],wpmuguru,"remove extraneous blog name sanitization, props nbachiyski, fixes #12823"
changeset,14006,[14006],potbot,"POT, generated from r14005"
changeset,14007,[14007],dd32,Update broken translation. S/post thumbnail/featured image/
changeset,14008,[14008],nacin,Fix broken string.
changeset,14009,[14009],ryan,Add global-posts to global cache groups.
changeset,1400,[1400],saxmatt,"More comments and comment template improvements. TODO: popup comment template
"
changeset,14010,[14010],josephscott,"Update stats provided to api.wordpress.org see #12672
"
changeset,14011,[14011],wpmuguru,"add permission checks to grant/revoke_super_admin(), see #12109, related #12460"
changeset,14012,[14012],wpmuguru,"set registered datestamp to current time during enable network, see #12747"
changeset,14013,[14013],markjaquith,These nav_menu parameters should not be esc_html()d. fixes #12715. props ptahdunbar
changeset,14014,[14014],markjaquith,Add menu_position and menu_icon params to register_post_type(). props ptahdunbar. fixes #12541
changeset,14015,[14015],markjaquith,Make thumbnail work for custom post types even if the editor is not being displayed. props scribu. fixes #12792
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,14017,[14017],dd32,Fix a typo in the Theme Bulk upgrader. Fixes upgrading for those using FTP.
changeset,14018,[14018],nacin,Remove old bulk edit super admin code.
changeset,14019,[14019],ryan,Trigger adjacent_posts_rel_link() from wp_head only for single post pages to avoid unnecessary queries. see #10867
changeset,1401,[1401],saxmatt,"Changes to options system and query improvements.
"
changeset,14020,[14020],nacin,Remove old bulk actions MS sites code.
changeset,14021,[14021],nacin,New Super Admin screen and menu icons from Ben Dunkle.
changeset,14022,[14022],nacin,"In ms-sites.php blog, display 'mature' option for root blog. Also, small styling cleanups."
changeset,14023,[14023],nacin,Have quick/bulk edit styled per existence of hierarchical taxonomies for that post type. Reintroduce classes that are specific for post types. fixes #12883.
changeset,14024,[14024],nacin,"New super admin icons for the blue/classic color scheme from Ben Dunkle. Remove temp icons, implement the new ones. fixes #12374."
changeset,14025,[14025],nacin,Check for post type support in quick/bulk edit. props caesarsgrunt for some of the commit. see #12869
changeset,14026,[14026],nacin,Use correct var in inline_edit_row(). fixes #12887.
changeset,14027,[14027],dd32,Fix a case where $post_type = 'any' causes a large query to run without any specifications (post_name/limits/id/etc). See #12704
changeset,14028,[14028],markjaquith,get_the_author_link(). props zoranzaric. fixes #12892
changeset,14029,[14029],ryan,Update css minifications.
changeset,1402,[1402],saxmatt,"Needs to be inside of conditional.
"
changeset,14030,[14030],markjaquith,TB_iframe fixes for stuff that broke in r14015. props scribu. fixes #12878. see #12792
changeset,14031,[14031],ryan,Nav menu fixes. Props ptahdunbar. see #12896 fixes #12844
changeset,14032,[14032],ryan,User is_super_admin(). Props ocean90. fixes #12888
changeset,14033,[14033],wpmuguru,"use meta caps in [14032], see #12109"
changeset,14034,[14034],nacin,Spell out that _builtin and _edit_link are internal use only. Include some redundancy and repetition for emphasis.
changeset,14035,[14035],nacin,"Register a dummy [media] shortcode for strip_shortcodes et al. props belg4mit, Viper007Bond. fixes #12505"
changeset,14036,[14036],nacin,Simplify logic in is_multisite().
changeset,14037,[14037],nacin,Remove unnecessary quote escaping and \n\t indentation in twentyten. see #12902
changeset,14038,[14038],nacin,Stop a dismissed admin notice feed from appearing on the next page load. see #12912.
changeset,14039,[14039],nacin,Remove references to the old .fade class for message divs.
changeset,1403,[1403],saxmatt,"J. Scott's fix pretty majorly broke options. Rolback.
"
changeset,14040,[14040],nacin,"Revert [14011]. Add some actions. fixes #12109, see #12460."
changeset,14041,[14041],ryan,Call create_initial_post_types() before plugins and themes are loaded so that premature post API calls don't fail. fixes #12918
changeset,14042,[14042],nacin,Fix revoke_super_admin(). see #12933.
changeset,14043,[14043],nacin,More grant/revoke super admin improvements. fixes #12933.
changeset,14044,[14044],ryan,add_meta_boxes actions for comment and link forms.
changeset,14045,[14045],dd32,Removing stray svn:ignore property
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,14047,[14047],nacin,"Tweaks to the action in get_template_part(). fixes #12248, fixes #12941."
changeset,14048,[14048],nacin,"Account for WP_Error from get_terms() in the nav menu tax metabox. fixes #12949, props ptahdunbar."
changeset,14049,[14049],dd32,"Prevent $post_type_object->menu_position from conflicting with another plugin, or core menu item. Props blepoxp. Fixes #12951"
changeset,1404,[1404],saxmatt,"Gzip cleanup, debugged wacky options problem, some cleanup and reorg. We need to split up functions.php more logically, and kill some of the useless functions.
"
changeset,14050,[14050],nacin,"Clean up the HTTP inline docs to reflect the times. props jacobsantos, fixes #12882."
changeset,14051,[14051],dd32,Check the appropriate radio option on the Permalinks page for the Root blog; Display index.php prefixes properly for the root Multisite Blog. Fixes #12952
changeset,14052,[14052],nacin,Mark Snoopy as deprecated. see #12882
changeset,14053,[14053],dd32,Introduce is_post_type_hierarchical(). Props ptahdunbar. See #12950
changeset,14054,[14054],nacin,"Quick edit taxonomy label. props scribu, keighl, fixes #12796"
changeset,14055,[14055],nacin,"Don't set MIME headers in MS activation/welcome emails. fixes #12728, props barry."
changeset,14056,[14056],dd32,Handle future-scheduled custom post_type's. Props waltervos. Fixes #12842
changeset,14057,[14057],dd32,Remember the post_parent during autosaves. Props duck_. Fixes #12938
changeset,14058,[14058],nacin,Some wpdb cleanups.
changeset,14059,[14059],nacin,Fix notice in get_media_items().
changeset,1405,[1405],rboren,"Get our slashes straight.
"
changeset,14060,[14060],dd32,Password nag should be a global user option. Fixes #12926
changeset,14061,[14061],nacin,Script bump.
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,14063,[14063],dd32,Consistent spacing for MAnage|Install Themes menu tabs. Props dremeda for initial patch. See #12412
changeset,14064,[14064],dd32,Add .tsv file format to Upload whitelist. Fixes #12757
changeset,14065,[14065],dd32,Prevent the Slug metabox from being forever hidden when showing all metaboxes. Fixes #12088
changeset,14066,[14066],dd32,Add WordPerfect filetypes to Mimetype list. Props morganestes. Fixes #12849
changeset,14067,[14067],dd32,Introduce get_comment_id_fields() as a Getter for comment_id_fields(). Introduce a filter on the output to add extra fields. Props zoranzaric. Fixes #12893
changeset,14068,[14068],dd32,Correct sample URL's for custom post_type's. uses pretty permalinks if possible. Props duck_. See #12870
changeset,14069,[14069],dd32,Update Press This category styling & html to match 3.0 management screens. Props noel. See #12809
changeset,1406,[1406],rboren,"Remove more stripslashes().
"
changeset,14070,[14070],dd32,Tweak new strings for better typography. Props demetris. Fixes #12962
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,14072,[14072],dd32,Alternative implementation of custom post_type query_var handling. fills name & pagename for custom post_types to reduce amount of code duplication. See #12704
changeset,14073,[14073],nacin,Add @since.
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,14075,[14075],nacin,Don't use require_once for get_template_part(). fixes #12958.
changeset,14076,[14076],ryan,Cache fixes for get_blog_details()
changeset,14077,[14077],ryan,Sanity check terms. Skip term IDs that don't exist.
changeset,14078,[14078],westi,Remove blank data and lines after the closing ?> which can break image display for multisite.
changeset,14079,[14079],ryan,Always include class-http.php. see #12990
changeset,1407,[1407],jverber,"Added missing head tags to install.php and upgrade.php
"
changeset,14080,[14080],ryan,Use WP_FALLBACK_THEME instead of default. Props MichaelH. see #12846
changeset,14081,[14081],nacin,Unbreak setup-config.php. see #12990
changeset,14082,[14082],iammattthomas,Make entry-meta on single posts match entry-meta in the loop in Twenty Ten
changeset,14083,[14083],iammattthomas,"Remove the permalink from dates in Twenty Ten, fixes #12925"
changeset,14084,[14084],iammattthomas,Links on dates in Twenty Ten back by popular demand. Fixes #12925.
changeset,14085,[14085],potbot,"POT, generated from r14084"
changeset,14086,[14086],ryan,Register 'inherit' as a post status. Check the parent post status when commenting on attachments.
changeset,14087,[14087],ryan,Assume unattached attachments are published. fixes #12999
changeset,14088,[14088],ryan,"Introduce DISALLOW_FILE_MOD for disabling all ops that modify core, theme, or plugins files.  see #13000"
changeset,14089,[14089],ryan,Map 'index' to 'dashboard' for current screen. Fixes contextual help for the dashboard.
changeset,1408,[1408],rboren,"stripslashes() elimination.
"
changeset,14090,[14090],nacin,Deprecate set_current_user() in favor of wp_set_current_user().
changeset,14091,[14091],nacin,Be back compat with the contextual_help filter.
changeset,14092,[14092],nacin,"Update the html comments in comment_form(). props iandstewart, fixes #13016."
changeset,14093,[14093],nacin,Spacing/coding cleanup of comment_form(). see #13016.
changeset,14094,[14094],ryan,Make sure  is instantiated. see #12997
changeset,14095,[14095],westi,Improve behaviour of wptexturize with respect to single quotes. See #4539 props jmstacey.
changeset,14096,[14096],nacin,"Don't try to repair sitecategories if it doesn't exist. Global terms may be disabled, though we can't check that without a DB Call. fixes #12964"
changeset,14097,[14097],nacin,"Bump tools.php from read cap to edit_posts. Old cap was for Gears. fixes #12903, see #11301."
changeset,14098,[14098],nacin,Fix Right Now ugliness in blue/classic theme. see #12202
changeset,14099,[14099],nacin,"Add $force_delete to get_delete_post_link(). Remove unnecessary argument. props scribu, fixes #12708"
changeset,1409,[1409],saxmatt,"http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000013
"
changeset,140,[140],saxmatt,"Added new status fields.
"
changeset,140,[140],tellyworth,additional get_http tests for wporg #5479
changeset,14100,[14100],nacin,"Fix menu icons for custom post types. Fixes #12992, props wmrom."
changeset,14101,[14101],ryan,Check if value is not set. Possible in the use_cache = false scenario.
changeset,14102,[14102],nacin,Fix the blog settings checkboxes on ms-sites.php. fixes #12889
changeset,14103,[14103],nacin,Small fix to [14102]. props ocean90. see #12889
changeset,14104,[14104],nacin,Strip tags before escaping the title element in wp_list_pages(). props scribu. fixes #11040.
changeset,14105,[14105],nacin,"Consistently return WP_Error on failure in image_resize. props filosofo, fixes #12268"
changeset,14106,[14106],nacin,"Add actions to the form tags of user-new, user-edit, and post edit. props sivel, fixes #11933."
changeset,14107,[14107],nacin,"Don't enqueue unnecessary scripts when the post type doesn't support the editor. fixes #12590, props scribu, _duck."
changeset,14108,[14108],nacin,"Introduce the wp_filter_object_list() helper, with an $operator arg. Fixes an intersection bug in get_post_types() and get_taxonomies(). Also switches $operator default from 'or' to 'and' for get_post_stati(). props scribu, fixes #12966."
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,1410,[1410],saxmatt,"Ugly but works. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000014
"
changeset,14110,[14110],nacin,Allow create_users cap to be used independently of edit_users cap. fixes #12794.
changeset,14111,[14111],ryan,Add edit_theme_options capability
changeset,14112,[14112],ryan,Make post box states a global user preference. see #13032
changeset,14113,[14113],ryan,Change meta-box-hidden to metaboxhidden to adjust for new key sanitization rules and maintain the same key name as 2.9. fixes #13032
changeset,14114,[14114],nacin,Remove tabindex from comment_form(). fixes #12963
changeset,14115,[14115],nacin,Twentyten: Prevent right edge of the comment textarea from being hidden from view in Firefox. see #12994
changeset,14116,[14116],nacin,"Some sanity checks for parse_url in do_enclose. props miqrogroove, fixes #11029"
changeset,14117,[14117],nacin,"Allow for removing all tags in quick edit. Check only if $tags_input isset (can be empty) before running wp_set_post_tags. props sivel, fixes #12318."
changeset,14118,[14118],nacin,"More tweaks for thumbnail support when no editor support for custom post types. see #12792, props scribu."
changeset,14119,[14119],nacin,"Move stray closing p tag out of a translation. props chrisbliss18, fixes #13036."
changeset,1411,[1411],jverber,"Fixed invalid XHTML in a number of admin pages.
"
changeset,14120,[14120],dd32,Return false on WP_Filesystem_FTPext::dirlist() for non-existant folders. See #12232. See #12057 
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,14122,[14122],dd32,"Do not exclude inherit post_status from query results, Fixes Attachment listing in Gallery tab as well as displaying galleries on the front end (get_children() & friends). See #13031"
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,14124,[14124],dd32,Display the correct Slug in the permalink preview. Props duck_. Fixes #12870
changeset,14125,[14125],dd32,Fix undefined page var in Post Javascript; Fixes inactive cancel button in Publish time selection. Props duck_. Fixes #12829
changeset,14126,[14126],dd32,"Check $pagenow?post_type=$typenow for submenu titles, Fixes page titles for plugin pages added to custom post_type's. Fixes #12985"
changeset,14127,[14127],dd32,"Escape/texturize Admin menu titles. Fixes page titles such as ""Foo & Bar"" not being entity encoded. Also includes some basic whitespace/standards cleanup to a related function. Fixes #12039"
changeset,14128,[14128],dd32,Respect the comment ID parameter in comment_excerpt(). Props tenpura. Fixes #12874 
changeset,14129,[14129],dd32,Fix typo in Proxy Authorization header. Props thales.tede. Fixes #12995
changeset,1412,[1412],jverber,"Changed (wp_)list_cats. children argument now determines if categories below top level are displayed, and hierarchical determines if the list is displayed hierarchically.
"
changeset,14130,[14130],dd32,Update _wp_translate_postdata() capability checks to use Post Type API capability fields. Props duck_. Fixes #12987
changeset,14131,[14131],nacin,"Allow orberby in wp_list_bookmarks to accept a comma-delimited list of fields, per docs. fixes #12421, props sorich87, scribu."
changeset,14132,[14132],nacin,"Switch to simpler language regarding publication of email addresses in comment_form() template. props bumbu, see #13026."
changeset,14133,[14133],nacin,"Allow include/exclude args to be arrays in get_posts() and get_pages(). Utilizes wp_parse_id_list(). props scribu, fixes #11076."
changeset,14134,[14134],dd32,Bail from WP_HTTP when a invalid URL is provided. Fixes #12964
changeset,14135,[14135],nacin,"Fix sticky post handling. Use unset instead of array_splice to remove an item by key retrieved by array_search. props jeffstieler, fixes #11966."
changeset,14136,[14136],nacin,Switch to site_url() as wp-app base. fixes #11916
changeset,14137,[14137],nacin,"Escape some permalinks. add_query_arg will &, not &amp;, so we need to use esc_url those when used in an attribute. fixes #12126."
changeset,14138,[14138],dd32,Delete old hierarchical taxonomy children cache' on upgrade. Fixes #11866
changeset,14139,[14139],nacin,"Use relative paths when including files, avoiding include_path. fixes #12594, props sorich87."
changeset,1413,[1413],rboren,"Add comment_approved to commentdata. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000015
"
changeset,14140,[14140],dd32,"Bump the other upgrade check, Fixes r14138. See #11866"
changeset,14141,[14141],dd32,Advertise the correct comment feed link for a Page on the Front. Do not canonical redirect the front page comments feeds to home. Fixes #12452
changeset,14142,[14142],dd32,Fix typo in unspamed comments message
changeset,14143,[14143],dd32,Uncheck rows on comments page when hiding rows so as to not affect it by Bulk edits. Fixes #12365
changeset,14144,[14144],dd32,"Make (\d)x(\d) texturization less greedy, requires a word boundary either side of the phrase. See #12118"
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,14146,[14146],dd32,Use the correct field when determining if the parent can support the Post Editor. See #12792
changeset,14147,[14147],dd32,Use correct custom post_type token in get_sample_permalink()
changeset,14148,[14148],dd32,"Move nonces into better locations, Currently nested within the Editor support, which is not always enabled. Props duck_. Fixes #12867"
changeset,14149,[14149],dd32,Better styling for Press this Categories. Props duck_. See #12809
changeset,1414,[1414],jverber,"Fixed invalid XHTML in sidebar.php
"
changeset,14150,[14150],dd32,Better styling for Press This Category tabs in Classic theme. Fixes #12809 
changeset,14151,[14151],dd32,Fix invalid paths in requires. See r14139. See #12594
changeset,14152,[14152],dd32,Fix page-<pageslug>.php templates for static front pages. See #12907
changeset,14153,[14153],nacin,"Optimize the Authors drop-down in export.php. Makes it one query, also orders authors by display name. see #10317. "
changeset,14154,[14154],nacin,"Use wp_parse_args in register_sidebar. fixes #11836, props scribu."
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,14156,[14156],nacin,"Remove dead code. props azaozz, see #11882."
changeset,14157,[14157],nacin,"Change the 'per page' screen options strings. fixes #12872, props caesarsgrunt."
changeset,14158,[14158],nacin,"Introduce is_post_type(). Can check if a post type is registered, or also if a post (current or specified) is of a certain post type. fixes #12588, props sirzooro, blepoxp, rmccue"
changeset,14159,[14159],nacin,"Make the 'Delete' action link for plugins red. fixes #12741, props jane."
changeset,1415,[1415],rboren,"Handle https URLs when manipulating COOKIEPATH.  http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000001
"
changeset,14160,[14160],dd32,Remove double-query for Author ID. Props simonwheatley. Fixes #12048
changeset,14161,[14161],nbachiyski,"Take out opening and closing <p> tags from translation strings. Focus on the key input on page load.
"
changeset,14162,[14162],dd32,Canonical redirect to correct location if rss2 is not default feed. wp-feed.php redirection to default feed type instad of rss2. Props solarissmoke. Fixes #13047
changeset,14163,[14163],nbachiyski,"Indent and split into several lines the HTML for wp-admin logo
"
changeset,14164,[14164],nbachiyski,"Add a translators comment to clarify what comes after at
"
changeset,14165,[14165],nbachiyski,"Un-www wordpress.org links in two importers
"
changeset,14166,[14166],nbachiyski,"Add missing semi-colon in the end of quote entity. Props Cátia Kitahara
"
changeset,14167,[14167],nbachiyski,"Trash should always be in titlecase for consistency
"
changeset,14168,[14168],nbachiyski,"Don't use missing $taxonomy in screen_options(). $tax->name has the taxonomy slug/name we need
"
changeset,14169,[14169],nbachiyski,"Take <em> tag out of translatable string
"
changeset,1416,[1416],jverber,"link-manager.php assumed register globals was on for one variable
"
changeset,14170,[14170],nbachiyski,"Split the default password nag text to several translatable strings
"
changeset,14171,[14171],nbachiyski,"Focus on the password field if the user has come from the default password nag
"
changeset,14172,[14172],nbachiyski,"Change user name to username for consistency
"
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,14174,[14174],ryan,Add add_users cap to allow distringuishing between adding and creating users.
changeset,14175,[14175],westi,Improve documentation of validate_current_theme()
changeset,14176,[14176],ryan,Separate user deletion and removal. Add promote_users cap so that multisite Admins (not supes) can promote. see #13074
changeset,14177,[14177],nbachiyski,"Help translators with meaning of MB and GB. They are definitely not Macbook and Great Britain
"
changeset,14178,[14178],ryan,Add multisite check on delete. Check promote_user cap. see #13074
changeset,14179,[14179],ryan,Clear the users cache when updating user metadata. fixes #13075
changeset,1417,[1417],saxmatt,"Quick fix for quotes and (int).
"
changeset,14180,[14180],ryan,Make sure  is set correctly when advanced-cache.php is being used.
changeset,14181,[14181],ryan,Move the global up
changeset,14182,[14182],westi,Allow a theme to set an id on the container object for the wp_nav_menu output. Fixes #13057 props thee17.
changeset,14183,[14183],ryan,Return after echoing cached calendar. Fixes double output. Props mtdewvirus. fixes #13077
changeset,14184,[14184],westi,Remove unnecessary translations of decimal point character and number of decimal places. Fixes #10555 props nbachiyski.
changeset,14185,[14185],wpmuguru,"fix page count calc for unattached media, props PeteMall, see #12448"
changeset,14186,[14186],nbachiyski,"Make the $path argument of load_muplugin_textdomain() functional -- relative to mu-plugins. Props uglyrobot, fixes #12875
"
changeset,14187,[14187],ryan,Dashboard and Press This RTL fixeixes. Props yoavf. fixes #13083
changeset,14188,[14188],ryan,Fix paging numbers. Props ocean90. fixes #13082
changeset,14189,[14189],josephscott,"New 'list_users' cap to provide more controls over listing users vs. editing
users.

Apply this new cap to the 'Authors & Users' menu item and 'Users' page in
wp-admin.

Bump db version to 14139 to pick up the new cap.

See #13074

"
changeset,1418,[1418],rboren,"Use home instead of siteurl. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000021
"
changeset,14190,[14190],westi,Restore support for floating point numbers in number_format_i18n(). Fixes #10555.
changeset,14191,[14191],josephscott,"- don't pass user id to list_users check
- only link the username if the edit_user cap check passes

see #13074
"
changeset,14192,[14192],nbachiyski,"Do not force formatted number to int. Props brentes, fixes #10555
"
changeset,14193,[14193],ryan,Bring back delete on empty value for update_user_option() to preserve back compat. Switch to delete_user_option() in core.  Props mdawaffe. fixes #13088
changeset,14194,[14194],ryan,Remove fat finger typo.  see #13088
changeset,14195,[14195],nacin,"Clarify language for non-publication of emails. props lloydbudd, fixes #13026."
changeset,14196,[14196],nacin,Fix typo in inline docs. props TobiasBg. see #13088
changeset,14197,[14197],ryan,Use rtrim() instead of untrailingslashit to avoid formatting.php dependency.  Relying on formatting.php breaks SHORTINIT.
changeset,14198,[14198],ryan,Move ms_site_check() to after init and allow super admins to view blocked sites. see #13094
changeset,14199,[14199],ryan,Return true. fixes #13094
changeset,1419,[1419],rboren,"Fix spelling. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000036
"
changeset,141,[141],saxmatt,"Time should update when editing a draft.
"
changeset,141,[141],tellyworth,support running tests against an arbitrary branch with -v option
changeset,14200,[14200],nacin,Shake away files removed in 3.0.
changeset,14201,[14201],iammattthomas,"In twentyten, fix Firefox print style, make print styles use full page width, and style form inputs."
changeset,14202,[14202],iammattthomas,"In twentyten, remove border from last child of commentlist, add border to top of respond div"
changeset,14203,[14203],nacin,Make some branching look less crazy.
changeset,14204,[14204],iammattthomas,"In twentyten, CSS code cleanup"
changeset,14205,[14205],potbot,"POT, generated from r14204"
changeset,14206,[14206],ryan,Introduce get_super_admins().  Allow hard-coding a global super_admins array and bypassing site options. fixes #12815
changeset,14207,[14207],westi,Added escaping to wp_shortlink_wp_head() too. See #10640 props sirzooro.
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,14209,[14209],nacin,"Custom background UI tweaks. Props TECannon. see #12186, fixes #12699"
changeset,1420,[1420],rboren,"Mark some strings for translation and improve string consistency.  From Albert.  http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000024
"
changeset,14210,[14210],dd32,Remove Horizontal scrollbars on Thickbox iframes. Props ocean90. Fixes #13062
changeset,14211,[14211],dd32,s/'%s'/%s/ in prepares. Props jamescollins. See r13673. See #12416
changeset,14212,[14212],wpmuguru,"remove alpha-beta1 metabox preferences from options table, see #13032"
changeset,14213,[14213],wpmuguru,"remove from usermeta table in r14212, see #13032"
changeset,14214,[14214],dd32,Add descriptive error messages on Custom Fields updates attempting to set a empty Key or Value. Fixes #11650
changeset,14215,[14215],wpmuguru,"escape the trailing underscore in SHOW TABLES LIKE in delete_blog, fixes #13099"
changeset,14216,[14216],dd32,"Correct ""Last Edited by"" username, Updates the last edited username upon save rather than upon a edit lock being created. Props rooodini & deepak.seth. Fixes #12736"
changeset,14217,[14217],dd32,"Ignore sticky posts which the current user cannot read, Ignore sticky posts which have been explicitly excluded with 'post__not_in'. Fixes #11197"
changeset,14218,[14218],dd32,"Fix DB upgrade kickoff for removal of usermeta fields. See r14212, r14213, see #13032"
changeset,14219,[14219],dd32,Change custom post_type default Rewrite endpoint mask to EP_PERMALINK to ensure comment paging rules are added. Removes redundant/non-usable EP_NONE branch. Fixes #13086
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,14220,[14220],nacin,"Prevent HTML editor from being resized horizontally. props nomulous, fixes #13064"
changeset,14221,[14221],nacin,Style bumps and compressed styles for r14187. see #13083.
changeset,14222,[14222],nacin,Single quotes are way cooler.
changeset,14223,[14223],iammattthomas,"In twentyten, apply last-child stylings to pingbacks as well as comments."
changeset,14224,[14224],iammattthomas,"In twentyten, fix print stylesheet for single column page template."
changeset,14225,[14225],iammattthomas,"In twentyten, equalize border size on header and footer for print"
changeset,14226,[14226],wpmuguru,"fix site administrator add user to site logic, see #12488"
changeset,14227,[14227],iammattthomas,"In twentyten, use path.jpg as the default header image"
changeset,14228,[14228],dd32,"Handle HTTP errors on popular tags requests, Handle HTTP Errors on listing loading slightly different no-js compatible. Fixes #13107"
changeset,14229,[14229],dd32,"Allow Terms to exist within multiple taxonomies (Regression in 3.0); If a term slug is provided on the form, Respect it (do not suffix it, instead, feedback with error); Do not allow hierarchical term names to exist multiple times within a set level (ie. AU/NSW + AU/NSW is bad, AU/NSW + AU/VIC + AU/VIC/NSW is ok). See #13060"
changeset,1422,[1422],jverber,"Fixes for user websites (bugs #0000025 and #0000050) and fix line breaks for profile.php and users.php
"
changeset,14230,[14230],dd32,Allow edit posts page to save a empty set of terms for a custom hierarchical taxonomy. Props scribu for initial patch. See #10122
changeset,14231,[14231],dd32,"Add basic email/url validation to General options page. Prevents users entering a invalid Admin email or WordPress/Site Address which is not in URL form. Props technosailor for initial patch, slightly reworked. See #12868"
changeset,14232,[14232],dd32,Hide Parent dropdown in Page-attributes metabox when no potential parents exist. Props sorich87. Fixes #12655
changeset,14233,[14233],dd32,Remove dead browse happy code. Has not been used for 18months in core admin. Props ocean90. Fixes #4833
changeset,14234,[14234],wpmuguru,"only append parent term slug until unique slug found, see #10712"
changeset,14235,[14235],ryan,"Fix back compat for hidden columns and layout screen options. Change meta baox order to be per user, rather than per blog. This breaks back compat for box order but the previous behavior was wrong. see #13032"
changeset,14236,[14236],iammattthomas,"In Twenty Ten, give header img a bottom border so it looks right when there's no menu."
changeset,14237,[14237],ryan,privacy_on_link_title and privacy_on_link_text filters to allow privacy plugins to customize privacy-on-link
changeset,14238,[14238],dd32,Remove stray svn:ignore property set in r14234. See #10712
changeset,14239,[14239],ryan,Fix array handling in sanitize_bookmark_field(). Props mdawaffe. fixes #13098
changeset,1423,[1423],jverber,"Fixed bug #0000047: Now a user will be redirected to prev. location after editing a post. Also fixed line breaks.
"
changeset,14240,[14240],ryan,Add RTL support to add_editor_style(). Props yoavf. fixes #13120
changeset,14241,[14241],ryan,Allow regular admins to change the admin email. see #13126
changeset,14242,[14242],ryan,Hook update_option_new_admin_email to add_option_new_admin_email so that the confirmation email gets set even when new_admin_email doesn't already exist. see #12192
changeset,14243,[14243],ryan,Remove debug
changeset,14244,[14244],ryan,Introduce DISALLOW_UNFILTERED_HTML
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,14246,[14246],ryan,Fix custom tax and post type query var checks. Props prettyboymp. fixes #12857 #13076
changeset,14247,[14247],ryan,Revert [14230]. Broke menu save. see #10122
changeset,14248,[14248],ryan,New menu UI. Props filosofo. see #12713
changeset,14249,[14249],nacin,Simply search for newlines to strip instead of checking the oEmbed provider. fixes #12115.
changeset,1424,[1424],michelvaldrighi,"prevent double ob_gzhandler error
"
changeset,14250,[14250],nacin,Display PHP start-up errors/warnings. fixes #12395 for 2.9. props eddieringle.
changeset,14251,[14251],ryan,Remove move cursor when JS disabled. Props koopersmith. fixes #13136
changeset,14252,[14252],ryan,Menu styling updates. Props koopersmith. see #13134
changeset,14253,[14253],wpmuguru,don't change super admin primary site when creating new site
changeset,14254,[14254],ryan,Explanatory text for the plus tab. see #13134
changeset,14255,[14255],nacin,"Have media default to 'all', not false, in wp_enqueue_style. props koopersmith, fixes #13056."
changeset,14256,[14256],nacin,"Explicitly set the capability required in edit_users map_meta_cap branch, so we don't accidentally pass edit_user. props TheDeadMedic. fixes #13074, fixes #13137"
changeset,14257,[14257],nacin,Adjust get_file_description() to account for absolute paths. fixes #12843 for 2.9
changeset,14258,[14258],nacin,Escape thousandsSeparator and decimalPoint JS variables. fixes #12005 for 2.9.
changeset,14259,[14259],nacin,"Fix gallery column counts for localized versions, which exposed a bug in pomo. fixes #11851 for 2.9."
changeset,1425,[1425],michelvaldrighi,"send the blog's charset in trackbacks' Content-type
"
changeset,14260,[14260],nacin,"Don't remove a category filter after performing an action on edit.php. props garyc40, fixes #11587 for 2.9."
changeset,14261,[14261],nacin,Some default password nag and user-edit div.error style cleanups.
changeset,14262,[14262],nacin,"Don't translate internal post stati. props nbachiyski, fixes #13024."
changeset,14263,[14263],nacin,"Verify nav menu items. props filosofo, fixes #13154."
changeset,14264,[14264],nacin,Show the sanitized username on install.php completion page. Also add some help text. see #13159.
changeset,14265,[14265],nacin,Poka yoke for username sanitization during install. see #13159.
changeset,14266,[14266],nacin,"Show correct nav menu title on first pageload after change. props filosofo, fixes #13142."
changeset,14267,[14267],nacin,"Some menus meta box cleanups. props filosofo, see #13143."
changeset,14268,[14268],nacin,"Add full HTML filter to comment_form(), along with an echo arg. props joostdevalk, fixes #12564."
changeset,14269,[14269],iammattthomas,"In Twenty Ten, remove margins from normal inline images, set vertical alignment of inline images, and apply bottom margin to alignnone class."
changeset,1426,[1426],michelvaldrighi,"rolling back the ob_gzhandler 'fix' because ob_get_status is php >4.1
"
changeset,14270,[14270],nacin,"Give menu items a default 'draft' state when added to the menu. props filosofo, fixes #13149"
changeset,14271,[14271],nacin,"Give menu items a default 'draft' state when added to the menu. props filosofo, fixes #13149"
changeset,14272,[14272],iammattthomas,"In Twenty Ten, fix aligned image styles"
changeset,14273,[14273],nacin,"Don't serve dynamic robots.txt when WP is not installed at the root of a domain. props solarissmoke, fixes #13115"
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,14275,[14275],nacin,Better DNS error message in network.php.
changeset,14276,[14276],westi,"Introduce a template file for the Front Page of a site.  Has priority over every other template which applies and falls back to the standard template flow for the page / list of posts.
Fixes #6801"
changeset,14277,[14277],nacin,"Restore radios for MS site flags, as the schema supports other values. see #12832"
changeset,14278,[14278],nacin,Remove space between screen meta and screen icon on nav menu admin.
changeset,14279,[14279],nacin,"RTL for nav-menu.php. first pass. props RanYanivHartstein, see #13166"
changeset,1427,[1427],rboren,"String translation fixups.
"
changeset,14280,[14280],nacin,"Keep 'remember me' checked when user/pass is incorrect. props xibe, fixes #13165."
changeset,14281,[14281],iammattthomas,"In Twenty Ten, remove the pipe separator from the title when there is no blog description. Props noel."
changeset,14282,[14282],iammattthomas,"In Twenty Ten, fix the ordering of items in the title tag."
changeset,14283,[14283],nacin,"More nav menu fixes. props filosofo. see #13148. fixes #13155, fixes #13157, fixes #13138, see #13134."
changeset,14284,[14284],potbot,"POT, generated from r14283"
changeset,14285,[14285],nacin,"Fix handling of nav menu search, also menu naming conflicts. props filosofo, fixes #13138"
changeset,14286,[14286],nacin,"Nav menu UI updates. props koopersmith, see #13134."
changeset,14287,[14287],nacin,"Nav menu UI updates. props koopersmith, see #13134."
changeset,14288,[14288],nacin,"Small fixes to the initial nav menu message. props koopersmith, see #13134."
changeset,14289,[14289],nacin,"In Twenty Ten, i18n for prev/next post link arrows. props yoavf, fixes #13123."
changeset,1428,[1428],rboren,"Call update_post_caches() from within query_posts() and get_posts().  http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000046
"
changeset,14290,[14290],nacin,"Don't show plugin editor when there are no plugins. props solarissmoke, fixes #13117."
changeset,14291,[14291],nacin,Show 'no items' message in post/tax meta boxes for nav menu admin instead of empty tabs.
changeset,14292,[14292],nacin,Remove unnecessary single tab and second border in the custom links nav menu widget.
changeset,14293,[14293],nacin,Fix the ajax loading/processing spinner for nav menu meta boxes. see #13134.
changeset,14294,[14294],nacin,Fix typo in CSS. see #13134.
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,14296,[14296],potbot,"POT, generated from r14295"
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,14298,[14298],donncha,"Display the original username on the signup form on error, fixes #13124
"
changeset,14299,[14299],ryan,Don't call get_plugins() in menu.php. It is too slow to call on every admin page load. fixes #13117
changeset,1429,[1429],rboren,"Death to \r.
"
changeset,142,[142],saxmatt,"Only display published entries.
"
changeset,142,[142],tellyworth,fix up import tests for recent improvements
changeset,14300,[14300],iammattthomas,"In twenty ten, removing some unnecessary styles for images"
changeset,14301,[14301],ryan,Partially fix default hidden meta boxes for nav menus. see #13134
changeset,14302,[14302],ryan,Reset the global current_user object when the current user is changed.
changeset,14303,[14303],ryan,Remove debug
changeset,14304,[14304],ryan,Fix initial hidden meta boxes for nav menus. see #13134
changeset,14305,[14305],ryan,clean_user_cache() instead of direct cache delete.
changeset,14306,[14306],ryan,Remove debug
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,14308,[14308],ryan,Pass unserializeds value to meta actions.
changeset,14309,[14309],ryan,Always replace dashes with underscores for keys in get_user_option().
changeset,1430,[1430],jverber,"Fix for bug #0000062: calendar no longer highlights _today_ for previous years.
"
changeset,14310,[14310],nacin,"Update object term cache for custom post types. props scribu, fixes #12989."
changeset,14311,[14311],ryan,Don't consult global current_user object for usermeta values. Use get_userdata().
changeset,14312,[14312],westi,Fix support for rewrites on IIS7. Fixes #12973 props Frumph and ruslany.
changeset,14313,[14313],nacin,"s/blog/site/ in more places. props PeteMall, see #11644."
changeset,14314,[14314],nacin,"Small menu CSS tweak for item deletion. props koopersmith, see #13134."
changeset,14315,[14315],nacin,"s/blog/site/ in even more places. props PeteMall, see #11644."
changeset,14316,[14316],ryan,Don't stomp upload options when saving media options for MS sites. fixes #13182
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,14318,[14318],nacin,"Clean up secret_salt_warning. Use stronger version of wp_generate_password. Shrink line-height of #update-nag so multiple-line messages don't look so awful, use padding instead."
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,1431,[1431],jverber,"Fix for bug #0000023: import-mt will no longer confuse multiple dashes in a post with the seperator marking a new entry.
"
changeset,14320,[14320],markjaquith,"Make sure sidebars_widgets is an array. If it is a string (no idea how, but it happens), we get a fatal error"
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,14322,[14322],nacin,"Translate name of sidebars in twentyten. props zeo, fixes #13189."
changeset,14323,[14323],nacin,"Remove unnecessary space in 2010 comments.php. props zeo, fixes #13196."
changeset,14324,[14324],nacin,Change 'WordPress Development Blog' to 'WordPress Blog' in the dashboard widget.
changeset,14325,[14325],potbot,"POT, generated from r14324"
changeset,14326,[14326],nacin,s/blog/site/ in more places.
changeset,14327,[14327],nacin,Show > 100% blog space used in MS Right Now.
changeset,14328,[14328],nacin,Align the update nag with the screen meta box.
changeset,14329,[14329],nacin,Use the correct defines in secret_salt_warning.
changeset,1432,[1432],jverber,"Fix for bug #0000048: nested categories now display correctly in admin regardless of the order of their IDs
"
changeset,14330,[14330],markjaquith,Make sure alloptions is an array before we try to use unset() on its alleged key
changeset,14331,[14331],nacin,Remove Twenty Ten's searchform.php and use the core get_search_form() markup. fixes #13053
changeset,14332,[14332],nacin,"Fix ajax on add menu item boxes. props koopersmith, see #13204"
changeset,14333,[14333],nacin,"Clarify menu creation versus save. props duck_, see #13134. Check in scripts for r14332, see #13204."
changeset,14334,[14334],nacin,"Fix admin.php?import=x pages, which can re-include itself in certain environments. fixes #13184 for trunk."
changeset,14335,[14335],nacin,"Fix admin.php?import=x pages, which can re-include itself in certain environments. fixes #13184 for 2.9."
changeset,14336,[14336],nacin,"Fix admin.php?import=x pages, which can re-include itself in certain environments. fixes #13184 for 2.8."
changeset,14337,[14337],nacin,"Alot of drag/drop/sortable improvements to nav menu admin UI. props koopersmith, fixes #12675."
changeset,14338,[14338],potbot,"POT, generated from r14337"
changeset,14339,[14339],nacin,"Check thread_comments before loading the comment-reply script. props ptahdunbar, fixes #12932"
changeset,1433,[1433],rboren,"_( should be _e(. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000057
"
changeset,14340,[14340],nacin,Fix the nav menu ajax spinners (again).
changeset,14341,[14341],dd32,"Fix custom WP_Queries when using page_on_front. Props aaroncampbell. See #12391 (Which caused it), Fixes #12047"
changeset,14342,[14342],wpmuguru,"strip www from subdomains in blog lookup, see #13104"
changeset,14343,[14343],wpmuguru,"use correct var in r14342, see #13104"
changeset,14344,[14344],nacin,Only query for global_terms_enabled once.
changeset,14345,[14345],nacin,Don't silence inclusion of advanced-cache.php for WP_DEBUG. fixes #13185.
changeset,14346,[14346],dd32,"Check for ""ZIP_ER_OK"" return value on ZipArchive. See #12637"
changeset,14347,[14347],ryan,Escape links by default.  Props alexkingorg. see #13051
changeset,14348,[14348],nacin,"Support network-wide plugin re-activation in upgrades and edits. props PeteMall, fixes #13216"
changeset,14349,[14349],dd32,Skip over __MACOSX folders during zip extraction. Props chrisbliss18. Fixes #12637
changeset,1434,[1434],rboren,"_( should be _e(. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000057
"
changeset,14350,[14350],ryan,Mark Asides and Gallery category slugs for translation.
changeset,14351,[14351],wpmuguru,"fix warning in r14342, see #13104"
changeset,14352,[14352],ryan,Nav menu tweaks. Props ptahdunbar. see #13220
changeset,14353,[14353],nacin,"Tweaks for nav menu admin tabs with JS disabled. props koopersmith, see #13215"
changeset,14354,[14354],potbot,"POT, generated from r14353"
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,14356,[14356],dd32,Update logo image URL in Gears manifest. Props ocean90. Fixes #13177
changeset,14357,[14357],dd32,Bump Manifest version number. See #13177
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,14359,[14359],potbot,"POT, generated from r14358"
changeset,1435,[1435],rboren,"stripslashes() elimination. Remove extra slashes during upgrade.  Bugs 0000059 and 0000018
"
changeset,14360,[14360],nacin,"Introduce is_rtl(). Use it in core. It only becomes defined when locale is loaded, so it's impossible to use it too early. Deprecate the get_bloginfo('text_direction') call. fixes #13206."
changeset,14361,[14361],nacin,Prevent fatal error when falling back to fsockopen in the setup-config.php key/salt HTTP request. fixes #13030.
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,14363,[14363],nacin,Remove debug.
changeset,14364,[14364],nacin,Fix notice in ms_not_installed().
changeset,14365,[14365],westi,"First pass of compatibility code for old themes which relied on using templates from the default theme without expressly identifying it as the parent theme.
Fixes #12425 and #13009.
The fallback to these template files is now depreceated and will be removed in a future version.
"
changeset,14366,[14366],westi,Refactor the error messages and make them translatable.
changeset,14367,[14367],nacin,Fix string in ms_not_installed().
changeset,14368,[14368],nacin,"First pass on sliding tabs for the nav menu admin UI. props koopersmith, see #13215."
changeset,14369,[14369],westi,Add a nag message for themes which are relying on the deprecated behaviour.
changeset,1436,[1436],jverber,"Fix for bug #0000092: Special chars were not encoded correctly.
"
changeset,14370,[14370],westi,Correctly mark things as private in the phpDoc
changeset,14371,[14371],westi,Move theme_update_available out of the admin page and into the admin includes.
changeset,14372,[14372],westi,Fix the edit post link to cope with the change in behaviour of admin_url to always escape the url. See #13051.
changeset,14373,[14373],nacin,"Sliding tabs for the nav menu admin UI. second pass. props koopersmith, see #13215."
changeset,14374,[14374],ryan,Revert [14347] and [14372]. It broke more than we expected. Try again in 3.1. see #13051
changeset,14375,[14375],ryan,RTL fixes. Props yoavf.  see #13233
changeset,14376,[14376],ryan,RTL fixes. Props yoavf. see #13233
changeset,14377,[14377],dd32,"Fix ZIP_ER_OK constant, Its a class constant, and only accessible as such under PHP5. Props sivel for noticing. Fixes #12637"
changeset,14378,[14378],nbachiyski,"Take out the leading space from the translatable string
"
changeset,14379,[14379],dd32,Add reset background image to theme default. Props lancewillett. See #12186
changeset,1437,[1437],jverber,"Fix for bug 0000091: fixed encoding of special chars.
"
changeset,14380,[14380],wpmuguru,"only use domain cookies in a subdomain install, see #12142"
changeset,14381,[14381],nacin,"Deprecate checkdnsrr from is_email. Unused in core, and wonky on some server setups (Mac OS X < PHP 5.3 specifically). A plugin can always add it back. props technosailor, fixes #12503."
changeset,14382,[14382],ryan,Hooks for the widgets api. Props ptahdunbar. fixes #12546
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,14384,[14384],iammattthomas,"In Twenty Ten:

* removed custom functions for listing tags, cats, or other custom taxonomy terms.
* fixed up a couple of span tags meant to catch the text before tag and cat listings (for child themes)
* made attachment pages full width with a filterable size for the image, 'twentyten_attachment_size' (for child themes)
* removed ""RSS for this post"" in single.php.
clicking on attachment images in a gallery takes you to the next image, unless it's the last image in a gallery, in which case it points you back to the parent post.
* added a link to the full-size image in the post meta

Props iandstewart."
changeset,14385,[14385],nacin,Twenty Ten RTL fixes. props yoavf. fixes #13121.
changeset,14386,[14386],wpmuguru,"allow subdir multisite on ip address, see #12142"
changeset,14387,[14387],dd32,"Handle "", "" and "","" in non-hierarchical term suggestion. Props ocean90. Fixes #12152"
changeset,14388,[14388],ryan,Use get_search_query(). Props zeo. see #13198
changeset,14389,[14389],ryan,Typo fixes. Props zeo. see #13198
changeset,1438,[1438],jverber,"Fixes for bugs #0000088-90: fixed encoding of special chars.
"
changeset,14390,[14390],dd32,"Fix alignment/location of ""Add"" on non-hierarchical taxonomy addition boxes. Props ocean90. Fixes #12153"
changeset,14391,[14391],ryan,Coding standard cleanups. Props zeo. see #13198
changeset,14392,[14392],ryan,RTL fixes. Props yoavf. see #13233
changeset,14393,[14393],nacin,Remove unused vars. props TobiasBg. fixes #13228.
changeset,14394,[14394],nacin,"Check for deleted menus or something. It fixes a JS error. props koopersmith, see #13215."
changeset,14395,[14395],nacin,Remove files replaced by CSS3 gradients. IE falls back to solid colors. see #12586.
changeset,14396,[14396],nacin,Remove browse-happy.gif. see #12876. props ocean90
changeset,14397,[14397],nacin,Remove browse-happy.gif. see #12876. props ocean90
changeset,14398,[14398],dd32,Move edit_<tax>_form and <tax>_edit_form to above submit button. Fixes #12746
changeset,14399,[14399],nacin,"Handle page hierarchy when showing the sample permalink. props duck_, fixes #12327."
changeset,1439,[1439],jverber,"More special chars. encoding.
"
changeset,143,[143],saxmatt,"New status fields.
"
changeset,143,[143],tellyworth,more query tests
changeset,14400,[14400],nacin,"Ensure image MIME type matches extension for images. props Viper007Bond, fixes #11946."
changeset,14401,[14401],dd32,"WP_Query whitespace cleanup, some loop cleanup as well"
changeset,14402,[14402],dd32,s/#/ \/\/ / - Remove #comment with // comment in WP_Query
changeset,14403,[14403],potbot,"POT, generated from r14401"
changeset,14404,[14404],ryan,Strip trailing whites.
changeset,14405,[14405],nacin,"Fix JS error in autocomplete. props koopersmith, see #13205."
changeset,14406,[14406],nacin,"Add HTML 5 elements to kses, first pass. props rmccue. see #12835."
changeset,14407,[14407],nbachiyski,"Differentiate spam strings by subject: comments, sites, and users. Props dimadin. Fixes #13199
"
changeset,14408,[14408],nacin,"Truncate really long menu names. props koopersmith, see #13220."
changeset,14409,[14409],westi,Add is_child_theme(). Fixes #12998 props ptahdunbar.
changeset,1440,[1440],jverber,"Fix for bug #0000076: http:// added to links in link-manager when needed. Also more special chars. encoding.
"
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,14411,[14411],westi,Remove the deprecation message for now as it shows too many false positives. See #13230.
changeset,14412,[14412],markjaquith,Add some new protocols for KSES. Make the list of protocols filterable. Start esc_url() with the same list. fixes #10914. props technosailor
changeset,14413,[14413],nacin,"Remove unused CSS. props koopersmith, see #13220"
changeset,14414,[14414],ryan,Don't suppress errors when including cron if WP_DEBUG. Props sivel. fixes #11507
changeset,14415,[14415],nacin,"Bail when there is neither a menu, or a fallback. props ptahdunbar, fixes #13006."
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,14417,[14417],nbachiyski,"Refactor get_available_languages() to use glob() instead of *dir functions. See #13023
"
changeset,14418,[14418],nacin,"Provide a context to wp_handle_upload to differentiate between upload and sideload. props technosailor, fixes #12740."
changeset,14419,[14419],ryan,White list instead of black list post types when searching.  Props sivel. fixes #13183
changeset,1441,[1441],saxmatt,"Move timer start earlier.
"
changeset,14420,[14420],wpmuguru,"limit upload size to site's available limit, see #12853"
changeset,14421,[14421],wpmuguru,"use filter vs action in 14420, see #12853"
changeset,14422,[14422],ryan,User deletion fixes. Props yoavf. fixes #13242
changeset,14423,[14423],nacin,"Fix non-JS menu item close button. props duck_, fixes #13203"
changeset,14424,[14424],nacin,"Add 'Network Activate' link to the plugin upgrader class. props PeteMall, fixes #13097."
changeset,14425,[14425],wpmuguru,"themes admin pages UI cleanup, props PeteMall, see #13238"
changeset,14426,[14426],dd32,"Handle $_POST containing an empty term array, Fixes saving of deselecting all hierarchical terms. Fixes #10122"
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,14428,[14428],ryan,Fix user validation feedback. Props sivel. fixes #13162
changeset,14429,[14429],wpmuguru,"use homeurl(), props PeteMall, see #9008"
changeset,1442,[1442],saxmatt,"Last-modified should not have a space in it.
"
changeset,14430,[14430],nacin,"Revert accidental removal of parse_url(). see #9008, props PeteMall."
changeset,14431,[14431],dd32,Remove accidental code. See #10122
changeset,14432,[14432],nacin,Clean up whitespace in status/PT/tax registration.
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,14434,[14434],nacin,"Add ability to drag objects from meta boxes and drop them into your menu. Includes multiple-select before dragging. Select all is todo. Checkboxes remain non-JS fallback. props koopersmith, see #13247."
changeset,14435,[14435],potbot,"POT, generated from r14434"
changeset,14436,[14436],nacin,"Have 'Add to Menu' and multiple-item drag/drop only affect one meta box at a time. props ptahdunbar, with koopersmith. Non-JS will still handle the meta boxes all together as one form. see #13220, see #13219."
changeset,14437,[14437],nacin,@since for some new ms functions re: upload file size limits. see #12853.
changeset,14438,[14438],nacin,"Fix 'Select All' for the new drag/drop code. props koopersmith, see #13220."
changeset,14439,[14439],nacin,"More menu improvements. Add link that adds a menu item to the home page, make empty menu dropzone slightly larger, limit selected items to the active tab. props koopersmith and ptahdunbar. see #13220."
changeset,1443,[1443],rboren,"Add posts_where, the_posts, and query_string filters.
"
changeset,14440,[14440],nacin,Remove re-adding of filter. see #11742
changeset,14441,[14441],wpmuguru,"add export property to post types, see #10317"
changeset,14442,[14442],nacin,"Define home_url() in load-scripts.php. see #9008, props ocean90."
changeset,14443,[14443],nacin,"Add trailing slash to some home_url() calls. props zeo, fixes #13245."
changeset,14444,[14444],wpmuguru,"export improvements, props blepoxp, see #10317"
changeset,14445,[14445],dd32,"Handle $wp_query->query being a string in r14341. See #12391, #12047. Fixes #13241"
changeset,14446,[14446],wpmuguru,"add warning on slug conflict with trash, props williamsba1, see #11863"
changeset,14447,[14447],wpmuguru,"use reset vs offset 0, props scribu, see #13246"
changeset,14448,[14448],wpmuguru,"add default comment status setting for pages, props messenlehner, see #12991"
changeset,14449,[14449],nacin,"Early pass on RTL for nav menu UI. props yoavf, see #13166"
changeset,1444,[1444],rboren,"Add missing breaks to the_category().
"
changeset,14450,[14450],nacin,"Non-JS menu ordering fixes, also parent handling fixes. props filosofo, fixes #13135, fixes #13249"
changeset,14451,[14451],wpmuguru,"add default comment status setting to populate_options(), see #12991"
changeset,14452,[14452],nacin,"Deprecate VHOST in favor of a boolean, SUBDOMAIN_INSTALL. Core will keep VHOST defined for plugins' sake, but you should only define SUBDOMAIN_INSTALL. Throws a notice if VHOST is defined, and a warning if they somehow conflict. Sunrise can still handle them. fixes #11796."
changeset,14453,[14453],nacin,Remove unused woo nav menu icons. fixes #12876
changeset,14454,[14454],nacin,"Use correct field name. fixes menu ordering issues. props filosofo, fixes #13256."
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,14456,[14456],nbachiyski,"Cast the result of glob(), because on some systems it returns false on empty result set. Props ipstenu, fixes #13252
"
changeset,14457,[14457],nacin,"Check custom links, including a home link, against the current URL to see if we should add current-menu-item. props ptahdunbar, fixes #13213, see #13220."
changeset,14458,[14458],wpmuguru,"use same salts/keys across network, see #12142"
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,1445,[1445],saxmatt,"Use DOM to focus from Idan Sofer
"
changeset,14460,[14460],nacin,"Media RTL fixes. props yoavf, fixes #12818."
changeset,14461,[14461],westi,Switch to a constant string to make it possible to translate. See #11863.
changeset,14462,[14462],westi,Remove the trash warning on permalinks for now as the current implementation doesn't work very well.  See #11863
changeset,14463,[14463],nacin,Link to active plugins when we block a Network upgrade due to them. props ocean90.
changeset,14464,[14464],nacin,"Consolidate nav menu item ajax. Other misc fixes. props koopersmith, see #13204."
changeset,14465,[14465],nacin,Trim trailing whites from nav-menu js.
changeset,14466,[14466],nacin,"Add editor-style-rtl.css. props yoavf, fixes #13121."
changeset,14467,[14467],nacin,"Minor JS var declaration optimizations. props koopersmith, see #13220."
changeset,14468,[14468],nacin,"Only make one ajax call for multiple items. Also move jQuery extensions into their own function. props koopersmith, see #13220."
changeset,14469,[14469],iammattthomas,Add a home link to the navigation in twenty ten. Props iandstewart.
changeset,1446,[1446],rboren,"If the new value and old value are the same, do not update the option in update_option().
"
changeset,14470,[14470],potbot,"POT, generated from r14469"
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,14472,[14472],nacin,"Remove trailing comma in common.js that IE is known to choke on. props ocean90, fixes #13260."
changeset,14473,[14473],nacin,Allow comments on private posts to proceed past the comment_on_draft action and exit branch. We handle whether the commenter has the appropriate caps further down. fixes #13276.
changeset,14474,[14474],nacin,"Remove more trailing commas in nav menus JS. props koopersmith and ocean90, see #13220."
changeset,14475,[14475],nacin,"Adopt WP's general JS structure. Remove last of trailing commas. Remove dead code. props koopersmith, see #13220."
changeset,14476,[14476],nacin,"In Twenty Ten, give single.php a valid loop. fixes #13279."
changeset,14477,[14477],nacin,"Remove duplicated query var. props lriggle, fixes #13280."
changeset,14478,[14478],nacin,"Prevent ambiguous table aliases in wp_post_mime_type_where. props stephdau, jfarthing84, fixes #12750."
changeset,14479,[14479],nacin,"Allow get_object_taxonomies to return taxonomy objects. props scribu, fixes #13109."
changeset,1447,[1447],saxmatt,"Some meta changes.
"
changeset,14480,[14480],nacin,Small fix to r14479. see #13109.
changeset,14481,[14481],nacin,"Use menu-bits-rtl image for RTL nav menu UI. props RanYanivHartstein, see #13166."
changeset,14482,[14482],nacin,"Ensure valid HTML in the nav menu UI. props ocean90, see #13220."
changeset,14483,[14483],westi,Make the recent comments widget use the get_comments() api and cache the result. Fixes #10615 props filosofo and blepoxp.
changeset,14484,[14484],westi,Pass extra context to wpmu_new_blog.
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,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,14487,[14487],westi,Improve cross DST future post publishing behaviour to try and publish at the correct time if we have PHP5 timezone support available to help. Fixes #9285 props technosailor.
changeset,14488,[14488],westi,Bump
changeset,14489,[14489],westi,Bump the rev some more for the next nightly
changeset,1448,[1448],jverber,"More special chars encoding fixes.
"
changeset,14490,[14490],westi,Make wp_get_shortlink() loop friendly. Fixes #13212 props ryan.
changeset,14491,[14491],nacin,"Bump memory_limit for admins in wp-admin. Should help in imports, upgrades, uploads, etc. props MarkJaquith."
changeset,14492,[14492],nbachiyski,"Use sprintf instead of interpolation in translatable strings. Props demetris, fixes #13286
"
changeset,14493,[14493],nacin,"Add missing closing div tags to some edit-comments.php branches. props JohnONolan, fixes #13287."
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,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,14496,[14496],nacin,"Use a more generic string for GUU plugins and themes, as inactive items aren't 'running.' fixes #12517."
changeset,14497,[14497],nacin,"Fix warnings in WordPress importer. props briancolinger, fixes #13263."
changeset,14498,[14498],nacin,"Fix to is_post_type. props scribu, fixes #12588."
changeset,14499,[14499],nacin,"Fix start of week and SQL WEEK handling. props mdawaffe, fixes #10397."
changeset,1449,[1449],rboren,"Add WP_Query_State class.  Introduce is_single(), is_archive(), and friends.
"
changeset,144,[144],mikelittle,"Fix to use ezsql
"
changeset,144,[144],tellyworth,more unique filename tests
changeset,14500,[14500],nacin,"Properly handle the wp_page_args filter in Twenty Ten. fixes #13293, props demetris."
changeset,14501,[14501],nacin,"Make sure we're localizing the Gallery category in Twenty Ten. Use get_term_link because it can look up the category by the slug, instead of an extra get_cat_ID call. See [14350] for previous changes."
changeset,14502,[14502],westi,Don't cache option values while installing. See #12140.
changeset,14503,[14503],potbot,"POT, generated from r14502"
changeset,14504,[14504],nacin,"Allow duplicate emails (generally empty) if WP_IMPORTING to restore 2.9 behavior. props blepoxp, yoavf. fixes #13130. see r12778."
changeset,14505,[14505],nacin,"PHP4 compat in nav menu name truncation. props blepoxp, fixes #13295."
changeset,14506,[14506],wpmuguru,"include dates from all post types/stati. props michaelh, see #10317"
changeset,14507,[14507],westi,Restore the strtotime(). See #9285.
changeset,14508,[14508],westi,I like alot of version numbers.
changeset,14509,[14509],wpmuguru,"make end month in export inclusive, see #10317"
changeset,1450,[1450],saxmatt,"Fine tune checking.
"
changeset,14510,[14510],wpmuguru,"add upload dir support to switch to blog, props ocean90, see #11998"
changeset,14511,[14511],iammattthomas,"In Twenty Ten, keep the search widget lable from clashing with the search widget title. Props iandstewart."
changeset,14512,[14512],westi,Only hide the bulk actions and not the filters when no comments. Fixes #13193.
changeset,14513,[14513],wpmuguru,"add network install rule, filter & UI tweaks, see #12931"
changeset,14514,[14514],wpmuguru,"add subdomain explanation to network install, see #12931"
changeset,14515,[14515],wpmuguru,"consistency & simplicity in get_option(), see #12140"
changeset,14516,[14516],wpmuguru,"don't allow blog sub site in folder install, see #13304"
changeset,14517,[14517],nacin,Don't use WP_SITEURL and WP_HOME in multisite. fixes #13191.
changeset,14518,[14518],nacin,"Adjust POP3 error checks in wp-mail.php. props solarissmoke, fixes #13163."
changeset,14519,[14519],westi,Bumpity
changeset,1451,[1451],saxmatt,"Missing $before from Josh Kaufman-Horner and some code cleanup.
"
changeset,14520,[14520],nacin,"Allow menu items to be dropped on a parent item in addition to just being dragged to the right. props koopersmith, see #13220."
changeset,14521,[14521],nacin,Simplify is_post_type and is_post_type_hierarchical. Make them work like their taxonomy counterparts. see #12588.
changeset,14522,[14522],markjaquith,Omit extraneous argument. props coffee2code. fixes #10057
changeset,14523,[14523],nbachiyski,"I18n fixes in Twentyten footer. Props zeo, see #13198
"
changeset,14524,[14524],westi,Fix typos. Props Utkarsh.
changeset,14525,[14525],potbot,"POT, generated from r14524"
changeset,14526,[14526],westi,Bump Bump Bump.
changeset,14527,[14527],nacin,Remove codepress dir. see #13307.
changeset,14528,[14528],ryan,Allow turning off object_term and postmeta cache updates. Turn off object_term updates in the wp_get_nav_menu_items() get_posts() query to avoid useless taxonomy query.
changeset,14529,[14529],ryan,Don't call wp_get_nav_menu_items() twice.
changeset,1452,[1452],saxmatt,"http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000150 and various formatting cleanups.
"
changeset,14530,[14530],nacin,"Remove old code that breaks menu design rendering. props koopersmith, fixes #13311."
changeset,14531,[14531],nacin,"Some sortable improvements in the nav menu UI. props koopersmith, see #13220."
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,14533,[14533],nbachiyski,"Move vcard span out of the translatable string. See #13198
"
changeset,14534,[14534],nbachiyski,"I18n and whitespace fixes for functions.php in TwentyTen
"
changeset,14535,[14535],nbachiyski,"I18n fixes for header.php in Twentyten. Props zeo. See #13198
"
changeset,14536,[14536],nacin,"Remove unused global var. props filosofo, fixes #13316."
changeset,14537,[14537],potbot,"POT, generated from r14536"
changeset,14538,[14538],nacin,"Fix typos in phpdoc for comment_form(). props demetris, fixes #10910."
changeset,14539,[14539],nacin,"Use correct field name in a query in do_enclose(). fixes #12074, mtdewvirus."
changeset,1453,[1453],saxmatt,"http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000146
"
changeset,14540,[14540],ryan,Don't use closed dir handle. Props Miloslav. fixes #13322
changeset,14541,[14541],nbachiyski,"Clean up loop i18n. Props zeo, see #13198
 * Take out tags from strings
 * Extract two common and complicatd strings into functions
 * Whitespace
"
changeset,14542,[14542],nacin,Update IIS parameters.xml to reflect new config-sample values. also add salts. see #11523.
changeset,14543,[14543],potbot,"POT, generated from r14542"
changeset,14544,[14544],nbachiyski,"Various twentyten i18n fixes. Props zeo, dimadin. Fixes #13198 
"
changeset,14545,[14545],nacin,"Apply [14540] to get_mu_plugins and get_dropins. fixes #13322, props Miloslav."
changeset,14546,[14546],nacin,Fix double-tabbing in get_dropins.
changeset,14547,[14547],nacin,Revert patch for expecting unslashed data in the metadata API. Had snuck in with [14546]. see #12416.
changeset,14548,[14548],westi,Ensure the nonce is available even if no media items exist or are un-attached. Fixes #13284.
changeset,14549,[14549],westi,Add ARIA landmark roles to TwentyTen. Fixes #13055 props demetris.
changeset,1454,[1454],saxmatt,"http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000145 and a few other hardcoded styles.
"
changeset,14550,[14550],westi,Kick the version up some more.
changeset,14551,[14551],markjaquith,Handle manual saving of auto-drafts for Contributors without JavaScript. props jbsil. fixes #13133
changeset,14552,[14552],nbachiyski,"Do not cut the Tagged <tags> phrase in half. Fixes #13198
"
changeset,14553,[14553],wpmuguru,"revert non-rewrite permalink settings to be compatible with 2.9, see 13106"
changeset,14554,[14554],wpmuguru,"allow super admins to edit authors on all sites, props mtdewvirus, fixes #13270"
changeset,14555,[14555],potbot,"POT, generated from r14554"
changeset,14556,[14556],ryan,Force reauth when auth_redirect() redirects to login. see #12142
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,14558,[14558],ryan,No need to setup the nav menu items again. wp_get_nav_menu_items() handles it. see #12734
changeset,14559,[14559],ryan,Unset some vars when done with them to reduce peak memory usage. see #12734
changeset,1455,[1455],saxmatt,"http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000133
Stop execution after we 304 the client.
"
changeset,14560,[14560],ryan,Don't prime menu item cache if a persistent cache is being used. Prime the menu item cache only on the first call to wp_get_nav_menu_items(). Avoids unneeded queries when wp_get_nav_menu_items() is called repeatedly. see #12734
changeset,14561,[14561],ryan,Don't set/get tags or categories for post types that do not support them. fixes #13346
changeset,14562,[14562],ryan,Defer term counting until all nav menu items are updated. see #12734
changeset,14563,[14563],ryan,Don't order term count queries.
changeset,14564,[14564],ryan,Don't update meta data when the new value matches the old value. fixes #13350
changeset,14565,[14565],nacin,Remove apparent debug cruft committed in [14401]. fixes #13355
changeset,14566,[14566],nacin,Bump the version alot.
changeset,14567,[14567],ryan,No need to recount. see #12734
changeset,14568,[14568],ryan,Don't update term or meta cache for posts queried in wp_nav_menu_item_post_type_meta_box(). see #12734
changeset,14569,[14569],ryan,"Don't wp_count_terms(). Just count the results returned from get_terms(), which has to run anyway. see #12734"
changeset,1456,[1456],saxmatt,"http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000130
Slashes cleanup. We still need to handle this in the upgrade.
"
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,14571,[14571],nbachiyski,"I18n for custom post type labels. Props demetris, dimadin. Fixes #12968
"
changeset,14572,[14572],nacin,"Remove unused global. props lloydbudd, fixes #13356."
changeset,14573,[14573],ryan,Setup user globals for user id 0. Props mdawaffe. fixes #13362
changeset,14574,[14574],nacin,Allow for multiple classes and XFN relationships in menu items.
changeset,14575,[14575],wpmuguru,"signup cleanup, props ocean90, fixes #13087"
changeset,14576,[14576],ryan,Bumpity bump bump
changeset,14577,[14577],ryan,"Remove redundant CSS, lighten up border on background preview, change labels for background preview. Props johnonolan. see #12186"
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,14579,[14579],nacin,Whitespace and standards in get_userdata. fixes #13317.
changeset,1457,[1457],saxmatt,"De-funkify the CSS file.
"
changeset,14580,[14580],ryan,Fix bulk editing of non-hierarchical taxonomies. Props prettyboymp. fixes #13153
changeset,14581,[14581],nacin,Use the edit_theme_options capability. fixes #13290.
changeset,14582,[14582],nacin,"Don't nest p tag inside the opening table tag in the new right now box. fixes IE display, and validation. fixes #12202, props ocean90."
changeset,14583,[14583],nacin,"Blue scheme for nav menu admin UI. props kpdesign, duck_. fixes #13190."
changeset,14584,[14584],nacin,Use correct cap check. see #13358.
changeset,14585,[14585],nacin,"Move post type object capabilities to a 'cap' object. Allow them to be initialized via the 'capabilities' key (an array) when registering support for the post type. Caps are now referred to by the name of the cap as if it was a post, i.e. ->cap->edit_post. see #13358."
changeset,14586,[14586],ryan,Pass menu id instead of name. Allows menus with commas in the name. Props filosofo. fixes #13368
changeset,14587,[14587],nacin,Fix typos. see #13358.
changeset,14588,[14588],nacin,More typos. see #13358.
changeset,14589,[14589],nacin,Unset capabilities property when we're done. see #13358.
changeset,1458,[1458],saxmatt,"Register globals problem reported by Rich Bowen.
"
changeset,14590,[14590],ryan,Don't pass a slug when creating anew menu. This prevents creating a menu whose slug matches a different term in another taxonomy. Props filosofo. fixes #13345
changeset,14591,[14591],nacin,"Nav menu inline doc fixes. props NathanRice, fixes #13370."
changeset,14592,[14592],nacin,"Allow wp_nav_menu_items filters to run on the backend as well. props NathanRice, fixes #13371."
changeset,14593,[14593],nacin,Move taxonomy object properties for capabilities into a cap object. Capabilities can be specified via ['capabilities'] (an array keyed by the generic cap name) for register_taxonomy. fixes #13358.
changeset,14594,[14594],nacin,Change is_multisite check for hiding a term slug on edit-tags.php to checking for global terms.
changeset,14595,[14595],ryan,Attempt canonical redirect only for public post types. Props solarissmoke. see #13125
changeset,14596,[14596],ryan,Delete more bad screen options from usermeta. like_escape() blog prefix. fixes #13032
changeset,14597,[14597],ryan,Bump
changeset,14598,[14598],ryan,Limit initial menu meta boxes only if option is not set. Props ocean90. fixes #13359
changeset,14599,[14599],ryan,Check for WP_Error. Props ptahdunbar. fixes #12949
changeset,1459,[1459],saxmatt,"A nicer meta bar.
"
changeset,145,[145],mikelittle,"Fix to use ezsql
Also brought into line with inline comments code.
"
changeset,145,[145],tellyworth,pre/break test
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,14601,[14601],ryan,Go to first tab instead of + after deleting a menu. see #13338
changeset,14602,[14602],ryan,Add show_in_nav_menus flag to post type registration.  Props williamsba1. fixes #13144
changeset,14603,[14603],westi,Add commentary about the posts_search filter. See #10667.
changeset,14604,[14604],nacin,"More inline doc clarifications for wp_nav_menu. fixes #13370, props jorbin."
changeset,14605,[14605],nacin,"More wp_navMore inline doc clarifications for wp_nav_menu. fixes #13370, props jorbin."
changeset,14606,[14606],ryan,get_term_by('id') -> get_term().  Add get_term filters to get_term_by.
changeset,14607,[14607],westi,Introduce wp_reset_postdata(). Use it to reset the post global for the current query_posts() call after using a loop with a new WP_Query object. Fixes #12320 props scribu.
changeset,14608,[14608],westi,Fix the default password nag clearer to work when an admin sets someone elses password away from the default. Fixes #12334.
changeset,14609,[14609],wpmuguru,"block ms-files.php when not multisite, see #11742"
changeset,1460,[1460],saxmatt,"Check for registration settings.
"
changeset,14610,[14610],nacin,"Check if HEADER_ constants are defined before continuing. props ocean90, fixes #13367."
changeset,14611,[14611],wpmuguru,"add menu slots/theme_menus, props ryan, see #13378"
changeset,14612,[14612],ryan,Remove 'slots' from menu tabs. Going a different direction. see #14611
changeset,14613,[14613],potbot,"POT, generated from r14612"
changeset,14614,[14614],nbachiyski,"I18n for custom taxonomies. Fixes #13357
"
changeset,14615,[14615],nacin,"Only save menu item positions on save. Had implications for draft items otherwise. see #13337, props koopersmith."
changeset,14616,[14616],nacin,"Use 'Posts', 'Pages', and corresponding custom post type names as the edit.php title. fixes #12968, fixes #11274."
changeset,14617,[14617],nacin,"Add closing tr tag to custom-background.php. Close paragraph tags in the recent comments and posts widget controls. props jshreve, see #13383."
changeset,14618,[14618],nacin,"Append closing td/tr to output instead of directly echoing it. props jshreve, see #13383."
changeset,14619,[14619],nbachiyski,"Keep label as a quick way to set up a taxonomy/post type, without diving into the labels array. Deprecate singular_label while there. Props nacin. Fixes #13357
"
changeset,1461,[1461],rboren,"Handle trackback URIs containing query strings.  http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000066
"
changeset,14620,[14620],nacin,First pass on 'Theme Locations' for navigation menus. Themes need to specify a location when calling wp_nav_menu and register locations in functions.php. Users then map menus to locations in the nav menu admin. Subject to review. see #13378.
changeset,14621,[14621],nacin,Only show Theme Locations meta box if menus exist and if the theme has registered menus. see #13378.
changeset,14622,[14622],nacin,Remove trailing space from a localized string.
changeset,14623,[14623],nacin,"If theme has registered menus, set the first menu created to the first registered location by default. see #13378."
changeset,14624,[14624],nacin,"Use inline styles in custom background admin, and prepopulate background options. props jshreve, see #12186."
changeset,14625,[14625],nacin,"Use valid HTML in the theme editor. span instead of div inside an anchor. props Utkarsh, see #13383."
changeset,14626,[14626],nacin,"Ensure validation. props Utkarsh, see #13383."
changeset,14627,[14627],nacin,"Align default items shown in edit.php. props ocean90, fixes #13312."
changeset,14628,[14628],nacin,"Ensure validation. props Utkarsh, see #13383."
changeset,14629,[14629],potbot,"POT, generated from r14627"
changeset,1462,[1462],rboren,"preg_quote search terms.  http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000123
"
changeset,14630,[14630],nacin,"Close wrapper div when ending network_step1 with a warning. props Caspie, fixes #13389."
changeset,14631,[14631],nacin,"Only show published items of custom post types in nav menu meta boxes. props duck_, fixes #13390."
changeset,14632,[14632],nacin,"Valid HTML in ms-users and ms-sites. props Utkarsh, see #13383."
changeset,14633,[14633],nacin,"esc_url the URL from get_upload_iframe_src. props jshreve, see #13383."
changeset,14634,[14634],westi,Add phpDoc for convert_to_screen() and get_column_headers().
changeset,14635,[14635],westi,Only show the column preferences if we have columns. See #13393 props duck_.
changeset,14636,[14636],westi,Remove unnecessary filters and provide for translation context instead. Fixes #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,14638,[14638],westi,"Try and tidy up the show_screen logic a little.
Implement a better override of the column header.
See #13393."
changeset,14639,[14639],westi,"Introduce __return_zero() and use it instead of create_function in the login header.
Also add version info to __return_true and __return_false."
changeset,1463,[1463],saxmatt,"Clearer option text. Hat tip: Eric Meyer
"
changeset,14640,[14640],westi,Bumpity Bump
changeset,14641,[14641],westi,Introduce __return_empty_array() and use it instead of create_function in the theme preview.
changeset,14642,[14642],ryan,Show page template dropdown only for pages and not for other post types. Props greenshady. fixes #12759
changeset,14643,[14643],ryan,Don't allow previewing auto-draft.  Props duck_. fixes #12859
changeset,14644,[14644],ryan,"Don't output empty title. Props mattwiebe, ptahdunbar. fixes #13240"
changeset,14645,[14645],ryan,Add wp_edit_nav_menu_walker filter for specifying a custom edit nav menu walker. Props filosofo. fixes #13342
changeset,14646,[14646],westi,Restore the correct behaviour of bloginfo('text_direction'). Fixes #13360. See #13206.
changeset,14647,[14647],nacin,"Introduce _ex(), a hybrid between _e() and _x() -- translate with context, then echo. props westi, see #13395."
changeset,14648,[14648],ryan,register_post_type phpdoc updates. Props michaelh. fixes #13398
changeset,14649,[14649],nacin,"Introduce wp_check_filetype_and_ext() to handle mime/ext image comparisons and corrections for upload and sideload. props Viper007Bond, see #11946."
changeset,1464,[1464],saxmatt,"Fix for PHP5.
"
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,14652,[14652],nacin,Use 'Comments' and 'Links' as page title instead of Edit %s. fixes #11274.
changeset,14653,[14653],nacin,"Always pass post ID, not post object, to the_title filter. Original the_title filter in get_the_title() uses ID only. props filosofo, fixes #12631."
changeset,14654,[14654],nacin,"Make sure custom post types have unique IDs in the admin menu. props validBen, fixes #12445."
changeset,14655,[14655],nacin,"Validation and some textarea escaping for ms-options. props Utkarsh, see #13383."
changeset,14656,[14656],nacin,"Escape slash in inline JS for SWFUploader. props zeo, see #13383."
changeset,14657,[14657],nacin,"Add a form action to network.php. props xibe, see #13383."
changeset,14658,[14658],nacin,"Also return raw author name and URI from get_theme_data and get_themes. props blepoxp, fixes #12275."
changeset,14659,[14659],nacin,"Validation for network.php. props dremeda, see #13383."
changeset,1465,[1465],rboren,"Close post_latf and post_lonf input tags.  http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000171
"
changeset,14660,[14660],markjaquith,Do not show dummy default category output when calling the_category on a post_type that does not support the category taxonomy (like pages). Fix TwentyTen theme to not display wrapping text if there are no categories. fixes #10333
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,14662,[14662],potbot,"POT, generated from r14661"
changeset,14663,[14663],ryan,autosave_update_post_ID() no longer needed.  Fix button enable lag.  Props duck_.  fixes #13400
changeset,14664,[14664],ryan,Use the remove_user cap instead of delete_user. fixes #13325
changeset,14665,[14665],ryan,Don't update_post_caches if a persistent object cache is installed. fixes #12611
changeset,14666,[14666],nacin,"Remove p tag from allowed nav menu container tags. Cannot validly contain block level elements. props Jorbin, fixes #13349."
changeset,14667,[14667],nacin,"Don't link active menu tabs. props koopersmith, fixes #13333."
changeset,14668,[14668],nacin,Don't have a label overlap two input boxes in ms-options. props ocean90.
changeset,14669,[14669],nacin,Wrap a label around an inline input. Same tactic we use in options-discussion. see [14668].
changeset,1466,[1466],rboren,"Add rewrite_rules_array filter point.
"
changeset,14670,[14670],nacin,"Validation and nonce improvements to custom background UI. props ocean90, see #12186."
changeset,14671,[14671],nacin,"Truncate long menu names in the menu locations box. props koopersmith, see #13378."
changeset,14672,[14672],nacin,"Validation for ms-sites.php. props Utkarsh, see #13383."
changeset,14673,[14673],nacin,"More validation fixes. Escape some preview=true URLs, also clean up tags in edit-attachment-rows. Slight CSS tweak to match presentation to the formerly invalid HTML. props zeo, see #13383."
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,14675,[14675],westi,Fix the column headers title override to use a special name rather than one we use elsewhere.
changeset,14676,[14676],westi,Bumpity
changeset,14677,[14677],westi,Don't trim whitespace from sections of the response in IXR_Client. Fixes #12559 props apeatling.
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,14679,[14679],nacin,"Don't show unapproved comments in comments widget. props jshreve, fixes #10615."
changeset,1467,[1467],rboren,"Remove extra slashes from link name and link description.
"
changeset,14680,[14680],wpmuguru,"don't check upload_path in upgraded MU install, see #12549"
changeset,14681,[14681],wpmuguru,"block creation of 'files' sub site, see #13304"
changeset,14682,[14682],wpmuguru,"show upload limit in media upload UI, see #12853"
changeset,14683,[14683],nacin,"i18n a string. props zeo, fixes #12896"
changeset,14684,[14684],nacin,"Custom background UI updates. props ocean90 for initial patch, see #12186."
changeset,14685,[14685],nacin,Show updated message after resetting or removing the background image. see #12186.
changeset,14686,[14686],nacin,"First pass at fixing search for add menu item boxes. props koopersmith, see #13283."
changeset,14687,[14687],nacin,Clarify that link_before and link_after text for wp_list_pages also applies to the current page which doesn't actually have a link. fixes #12247.
changeset,14688,[14688],nacin,"Remove unnecessary and out-of-place Twenty Ten filter. Also, tabs not spaces. see #13198."
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,1468,[1468],saxmatt,"Some admin look changes.
"
changeset,14690,[14690],westi,Fix notices/usage of closures as action/filter handlers. Fixes #10493 based on patch from scribu.
changeset,14691,[14691],westi,Fix remaining notice when using closures. Fixes #10493 props scribu.
changeset,14692,[14692],nacin,@subpackage cannot have spaces.
changeset,14693,[14693],wpmuguru,"boldly go where no man has gone before, see #12853"
changeset,14694,[14694],wpmuguru,"observe fileupload_maxk in media uploader, see #12853"
changeset,14695,[14695],westi,Don't return data for user 1 when passed in junk like an array. See #13317.
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,14697,[14697],westi,Bumpity
changeset,14698,[14698],nacin,Twenty Ten documentation and functions.php improvements. see #12695.
changeset,14699,[14699],westi,Make get_attachment_metadata() loop safe.
changeset,1469,[1469],saxmatt,"A little saner defaults.
"
changeset,146,[146],mikelittle,"fixed mismatched quotes in popup comment link
"
changeset,146,[146],tellyworth,new export file
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,14701,[14701],westi,First pass at making the scan for lost attachments custom post type aware. See #10911.
changeset,14702,[14702],wpmuguru,"improvements to get_home/site_url, props andreasnrb + code cleanup, see #12735"
changeset,14703,[14703],wpmuguru,"use network_home_url in get_blogaddress_by_name, see #12735"
changeset,14704,[14704],wpmuguru,"use get_blogaddress_by_name in wp-signup, see #12735"
changeset,14705,[14705],wpmuguru,"more use get_blogaddress_by_name, see #12735"
changeset,14706,[14706],potbot,"POT, generated from r14705"
changeset,14707,[14707],nacin,Various minor tweaks to file-level phpdoc in Twentyten. props dremeda. see #12695.
changeset,14708,[14708],nacin,"In Twenty Ten, documentation and code improvements. see #12695."
changeset,14709,[14709],nacin,"Refer to the right codex article. props MichaelH, see #12695."
changeset,1470,[1470],saxmatt,"Allow people to hook into the main menu
"
changeset,14710,[14710],potbot,"POT, generated from r14709"
changeset,14711,[14711],ryan,Introduce get_term_feed_link().  Use it in wp_list_categories(). Props blepoxp. see #13058
changeset,14712,[14712],ryan,Update _fill_many_users() phpdoc. Props miqrogroove. see #13319
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,14714,[14714],ryan,Don't allow clicking the[+] tab when it is active. Props koopersmith. fixes #13333
changeset,14715,[14715],nacin,Save menu locations meta box via ajax. see #13378.
changeset,14716,[14716],wpmuguru,"only die on async upload error, see #12853"
changeset,14717,[14717],wpmuguru,"die in non-async upload in [14716], see #12853"
changeset,14718,[14718],nacin,"Remove autocomplete and codepress. for autocomplete, see #13283. for codepress, see #13307."
changeset,14719,[14719],nacin,Translate some hard-coded strings. props PeteMall.
changeset,1471,[1471],saxmatt,"Moved profile under users
"
changeset,14720,[14720],nacin,"Use echo esc_html, not esc_html_e, which also translates."
changeset,14721,[14721],nacin,"Inline docs for menu location functions. props jorbin, see #13378."
changeset,14722,[14722],ryan,Use check_ajax_referer()
changeset,14723,[14723],ryan,Fix adding categories via bulk edit. Props duck_. see #13397
changeset,14724,[14724],ryan,Allow removing all categories via quick edit. Props duck_. fixes #13397
changeset,14725,[14725],ryan,Add nonce to menu-locations-save. Props koopersmith. see #13378
changeset,14726,[14726],ryan,Remove old metaboxorder settings. see #13424
changeset,14727,[14727],ryan,Remove taxonomy children cache purge. see #11866
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,14729,[14729],ryan,Bump
changeset,1472,[1472],saxmatt,"Show URI even when there's no email (trackbacks and pingbacks)
"
changeset,14730,[14730],markjaquith,Add nonce protection for setting/removing featured post image. fixes #13438
changeset,14731,[14731],markjaquith,Correctly set Featured Post Image link after removing/updating. fixes #13033. props PotterSys
changeset,14732,[14732],wpmuguru,"restore single WP permalink settings per 2.9.X, related #13106, see #13303"
changeset,14733,[14733],wpmuguru,"don't use both /blog & /index.php on main site permalinks, see #13106"
changeset,14734,[14734],markjaquith,Cast global_terms_enabled to bool before doing checked() so that FALSE matches as well as 0.
changeset,14735,[14735],markjaquith,Revert accidental inclusion of another patch in [14734]. Doh. Reviewing that one next!
changeset,14736,[14736],markjaquith,Use global_terms_enabled() api function. props nacin.
changeset,14737,[14737],markjaquith,Misc HTML validation fixes. see #13383. props jshreve
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,14739,[14739],markjaquith,Add missing border to media upload frame. fixes #13430. props ocean90
changeset,1473,[1473],saxmatt,"New style for edit comments.
"
changeset,14740,[14740],markjaquith,Remove trailing tabs from nav-menu.dev.js
changeset,14741,[14741],markjaquith,Add AYS notice on unsaved menu changes. see #12472
changeset,14742,[14742],dd32,"Allow for an empty search result set on the Installed Plugin searching, ie. when a non-existent term is searched. Fixes #13451"
changeset,14743,[14743],dd32,"Do not perform a plugin search for an empty string on the Installed plugins screen. Clicking ""Search Plugins"" without a term would result in ""No plugins to show"". See #13451"
changeset,14744,[14744],ryan,"Order pages in menu box by menu_order, title. Props filosofo. see #13329"
changeset,14745,[14745],ryan,Add docs for ->insert_id. Props scribu. fixes #13439
changeset,14746,[14746],ryan,Show local time when a UTC offset is selected. Props ktdreyer. fixes #13408
changeset,14747,[14747],westi,Mark the ULs containing child pages in the page Walker. Fixes #13254 props GDragoN.
changeset,14748,[14748],ryan,Don't subsitute a translated string into a translated string. Props dimadin. fixes #13357
changeset,14749,[14749],ryan,Fix viewing autosave revision for custom post types. Props duck_. fixes #13110
changeset,1474,[1474],saxmatt,"Some wording fixes.
"
changeset,14750,[14750],ryan,Fix pages setup in setup_postdata(). Props misterbisson. fixes #12651
changeset,14751,[14751],ryan,Order menu tabs by name. Allow passing args to wp_get_nav_menus() which are passed on to get_terms(). Default orderby for wo_get_nav_menus() to none since most requests won't care about order. fixes #13334
changeset,14752,[14752],ryan,Meta box and screen option phpdoc and cleanup. Props hakre. fixes #13017
changeset,14753,[14753],nacin,"Context and translator comments for revisions column names. props dimadin, fixes #13434."
changeset,14754,[14754],wpmuguru,"strip slashes from site name during network install, fixes #13448"
changeset,14755,[14755],wpmuguru,"add_metadata() already stripslashes & unserializes metadata, fixes #12860"
changeset,14756,[14756],nacin,Remove AYS for deleting a menu item. fixes #13330.
changeset,14757,[14757],nacin,RTL updates. props yoavf. see #13233.
changeset,14758,[14758],ryan,Make the next available tab active after deleting a tab. Props koopersmith. fixes #13338
changeset,14759,[14759],ryan,Add install links to the importer list if popular importers are not present. see #13465
changeset,1475,[1475],saxmatt,"Improved error messages.
"
changeset,14760,[14760],ryan,WP_Importer class. Props briancolinger. see #13034
changeset,14761,[14761],ryan,"Menu styling fixes for IE. Props filosofo, ocean90. fixes #13388 #13348"
changeset,14762,[14762],ryan,Fix quoting. see #13465
changeset,14763,[14763],westi,Revert [14755] as this breaks post_meta importing. See #12860.
changeset,14764,[14764],wpmuguru,"move importers to plugin repo, see #13307"
changeset,14765,[14765],nacin,Remove non-gzipped version of tinymce. Brace for impact. props azaozz. see #13307.
changeset,14766,[14766],westi,Attempt to make stripslashes_deep object safe. See #12860
changeset,14767,[14767],ryan,Some explanatory text for the theme locations box. see #13378
changeset,14768,[14768],westi,"Restore some more ""Show on screen"" headers. See #13393."
changeset,14769,[14769],westi,bumpity
changeset,1476,[1476],saxmatt,"New, pretty footer.
"
changeset,14770,[14770],nacin,Shake away old files during the upgrade process. see #13307.
changeset,14771,[14771],westi,First pass of conversion of theme-compat to the I18N version of the files. See #12425
changeset,14772,[14772],nacin,"Fix nav menu locations sorting. props jorbin, koopersmith with assists. see #13378."
changeset,14773,[14773],nacin,Less passive voice and improved language.
changeset,14774,[14774],nacin,"New screen options tab design. props JohnONolan, fixes #13477."
changeset,14775,[14775],nacin,"Custom background UI updates. Add padding to radio buttons, also convert repeat/title to radio buttons. props JohnONolan, see #12186."
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,14777,[14777],dd32,Clone Objects in add_option()/update_option() to prevent storing PHP5 object references in memory cache. See [9740]. Fixes #13480 
changeset,14778,[14778],ryan,Remove cat/tag importer from list of tools. see #13465
changeset,14779,[14779],ryan,Fix showing selected for none. Props johnbillion. fixes #13468
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,14780,[14780],nacin,Revert [14695]. We need to be a bit less strict. see #13317.
changeset,14781,[14781],nacin,"False alarm, something else is going on here. Revert [14780], restore [14695]. see #13317."
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,14783,[14783],ryan,Check for siblings only if term already exists in the same taxonomy. see #13119
changeset,14784,[14784],ryan,If slug and name match an existing term in the same taxonomy at the same hieararchy level return error. fixes #13481
changeset,14785,[14785],ryan,Update phpdoc for wp_insert_term(). Props prettyboymp. fixes #12482
changeset,14786,[14786],nacin,"In Twenty Ten, final pass on inline docs et al. props jorbin, zeo. fixes #12695."
changeset,14787,[14787],ryan,Fix typo. Props filosofo.
changeset,14788,[14788],nacin,"Notice sanity check. fixes #13484, props etiger13."
changeset,14789,[14789],nacin,"Exclusion instead of inclusion for post types for lost attachment scan. Exclude attachments and any !public types, and don't consider attachments on unregistered post types to be lost. fixes #10911."
changeset,1478,[1478],saxmatt,"Options system can now transparently handle arrays and objects.
"
changeset,14790,[14790],ryan,No need to double escape. Props s zeo. see #13198
changeset,14791,[14791],nacin,"Better escaping in 2010 attachment.php. fixes #13198, see [14789]."
changeset,14792,[14792],potbot,"POT, generated from r14791"
changeset,14793,[14793],ryan,Don't look for a fallback menu when a specific location is requested. Props tinkerpriest. see #13378
changeset,14794,[14794],nacin,Less clunky export UI. see #10317
changeset,14795,[14795],nacin,"Various CSS fixes for nav menus and RTL. props duck_, fixes #13441."
changeset,14796,[14796],nacin,"Script loader bump, and revert new orange that snuck in. see #13441."
changeset,14797,[14797],nacin,"Most Recent tab for nav menu meta boxes for post types. props filosofo, see #13217."
changeset,14798,[14798],nacin,"One more RTL tweak. props duck_, fixes #13441."
changeset,14799,[14799],nacin,"Pixel sanity check. props filosofo, fixes #13470."
changeset,1479,[1479],saxmatt,"Bump
"
changeset,147,[147],mikelittle,"Fix to use ezsql
"
changeset,147,[147],tellyworth,test some more capabilities functions
changeset,14800,[14800],dd32,Correct the ZipArchive opening test logic. See #13491
changeset,14801,[14801],nacin,Add post_updated_messages filter. Include explicit indexes in the arrays to make it easier for plugin authors to follow. fixes #13444.
changeset,14802,[14802],westi,Allow users to cancel email address changes. Fixes #13457 props mtdewvirus.
changeset,14803,[14803],ryan,Email messages should be plain text. Props arena. see #13488
changeset,14804,[14804],ryan,Use filters instead of action in wp_login_form(). see #11172
changeset,14805,[14805],westi,bump bump bump
changeset,14806,[14806],westi,Shake not your iphone for an incorrect password. Fixes #13495
changeset,14807,[14807],ryan,Add cat2tag converter to importer install list. see #13465
changeset,14808,[14808],ryan,Use subquery when finding detached objects. Props filosofo. fixes #13496
changeset,14809,[14809],dd32,Correct the no-shake iphone check. See #13495
changeset,1480,[1480],saxmatt,"Whoops!
"
changeset,14810,[14810],dd32,Ensure slashing of paths returned by WP_Filesystem_Base::find_folder() is consistent with the slashing of paths; Affects Windows machines using the Direct transport.
changeset,14811,[14811],dd32,Ensure that the entire folder structure exists within the $needed_folders array before attempting to create folders. Fixes cases where the Zip file does not contain a node for a folder which contains subfolders without files in the same level. Fixes #13171
changeset,14812,[14812],dd32,Fix potential notice in Upgrade process when failing part-way through. See #13171
changeset,14813,[14813],westi,Don't output empty html wrappers if no page numbers. Fixes #13497 props filosofo.
changeset,14814,[14814],dd32,"Introduce a 'post_updated' action, Fires when a post is updated, Post ID, Current and Previous post objects are passed. Updatewp_check_for_changed_slugs() to use new hook. See #12473"
changeset,14815,[14815],westi,Ensure that QuickPress media uploads get attached to the auto-draft we create for new posts correctly. Fixes #10917 props ocean90.
changeset,14816,[14816],dd32,Better display handling of error messages during swfupload uploading. Fixes #12225
changeset,14817,[14817],dd32,"Reset position after shaking the login screen, Fixes IE6 hiding the Remember Me & Login buttons. Props ocean90. Fixes #13495"
changeset,14818,[14818],dd32,Increase height of Theme install thickbox to remove useless scrollbars. Props ocean90
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,1481,[1481],rboren,"If the sanitized title is empty, fallback to the post ID for the nicename. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000116
"
changeset,14820,[14820],ryan,Minify. see #11232
changeset,14821,[14821],westi,Make the signup type in the message for super admins translatable. Fixes #13506.
changeset,14822,[14822],westi,roll on tomorrow
changeset,14823,[14823],iammattthomas,"In twenty ten, make the dropdown menu's shadow fit to the width of the dropdown. Props wds-chris and ocean90."
changeset,14824,[14824],nacin,"Proper checks for current-menu-item. props duck_, fixes #13409."
changeset,14825,[14825],nacin,Show warning in network.php if using a custom wp-content directory. fixes #11742.
changeset,14826,[14826],nacin,"Properly format menu item title attributes and descriptions. props ryan, fixes #12864."
changeset,14827,[14827],nacin,s/onclick/onClick/. props Gazzer from wp-testers.
changeset,14828,[14828],westi,Style the error messages in the installer.
changeset,14829,[14829],westi,Check to see we have posts before calling the_post(). Fixes #13510 props dd32.
changeset,1482,[1482],rboren,"Fallback to the category ID if category nicename is empty.
"
changeset,14830,[14830],westi,Check to see we have posts before calling the_post().
changeset,14831,[14831],nacin,"Menu tweaks. Save menu locations when saving the menu. Also, centralize theme support checks and add them to menu.php. Improve some branching. Remove some old JS vars, add a missing semicolon, etc. props koopersmith. see #13378."
changeset,14832,[14832],nacin,Some menu string improvements. props JohnONolan. see #13378.
changeset,14833,[14833],nacin,Don't override menu locations on a non-js save. see #13378.
changeset,14834,[14834],nacin,Styling for menu locations howto text. see #13378.
changeset,14835,[14835],potbot,"POT, generated from r14834"
changeset,14836,[14836],ryan,Help for dashboard. Props jane. see #13467
changeset,14837,[14837],ryan,Help for Updates screen. Props jane. see #13467
changeset,14838,[14838],ryan,Manage Plugins -> Plugins. see #11274
changeset,14839,[14839],ryan,Don't issue dupe slug error if provided slug matches name derived slug. fixes #12349
changeset,1483,[1483],rboren,"More addslashes/stripslashes elimination.
"
changeset,14840,[14840],ryan,Remove already exists check for passed in slug. fixes #12349
changeset,14841,[14841],ryan,Fix update label for link categories. Props duck_. fixes #13515
changeset,14842,[14842],ryan,Remove extraneous quote. Props duck_. see #13467
changeset,14843,[14843],ryan,Don't show view switcher for hierarhical post types. They don't support it yet.
changeset,14844,[14844],donncha,"Added $meta to ""wpmu_new_blog"" action
"
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,14846,[14846],ryan,Better text for locations box. Props filosofo. fixes #13520 see #13378
changeset,14847,[14847],nacin,"Use shorthand. props hakre, fixes #13512."
changeset,14848,[14848],ryan,Fix styling of underlines for menus admin. Props koopersmith. see #13378
changeset,14849,[14849],nacin,"s/navigation menu/custom menu/. props jane, duck_. fixes #13519."
changeset,1484,[1484],rboren,"Queue, SMS, timezone, and permalink fixes for wp-mail from MooKitty.
"
changeset,14850,[14850],nacin,"Invalidate header/background images for the current theme when the attachment is deleted. props ocean90, fixes #12467."
changeset,14851,[14851],nacin,"Change search box label to 'search installed plugins' for clarity. props jane, duck_, fixes #13518."
changeset,14852,[14852],nacin,"First pass on better UX for menu item save. props koopersmith, see #13525."
changeset,14853,[14853],ryan,Don't link to cat2tag importer since it might not be installed. see #13465
changeset,14854,[14854],nacin,"Even better, remove all UI for global terms. Add a filter to global_terms_enabled() and also allow the site option to simply be deleted. fixes #12666."
changeset,14855,[14855],ryan,Help for edit.php. see #13467
changeset,14856,[14856],nacin,"Use object names instead of 'Edit' in submenus. props jane, fixes #11274."
changeset,14857,[14857],nacin,"Remove now-unused post_type_object->labels>edit, which was 'Edit' (with context). see #12968, see #11274."
changeset,14858,[14858],westi,phpDoc updates.
changeset,14859,[14859],westi,phpDoc updates.
changeset,1485,[1485],rboren,"Do not cut excerpts in rss feeds.  Patch from Kitten for bug  0000192.
"
changeset,14860,[14860],westi,New high score!
changeset,14861,[14861],ryan,Fix site searching from ms-admin.php. Props mitchoyoshitaka. fixes #13526
changeset,14862,[14862],iammattthomas,"In Twenty Ten, make dropdown menus slightly wider to accommodate long words. Minor cleanup of style.css"
changeset,14863,[14863],iammattthomas,Twenty Ten editor-style CSS cleanup
changeset,14864,[14864],iammattthomas,Reduce the font size when widgets use the entry-meta class in the sidebar
changeset,14865,[14865],iammattthomas,"In Twenty Ten, adjust padding and margin for the site-generator image"
changeset,14866,[14866],wpmuguru,"eliminate warning in global_terms(), global to static, fixes #13517"
changeset,14867,[14867],wpmuguru,"give static var initial value, fixes #13517"
changeset,14868,[14868],ryan,Help text for edit form. see #13467
changeset,14869,[14869],ryan,Allow searching custom post types when attaching media. Props markoheijnen. fixes #13229
changeset,1486,[1486],rboren,"Quote $id in get_the_category() db query. Patch from MCincubus for bug 0000191.
"
changeset,14870,[14870],nacin,"New 'on' state for admin menus. props JohnONolan, see #13486."
changeset,14871,[14871],wpmuguru,"update rewrite rules for IIS, props Frumph, see #12758"
changeset,14872,[14872],wpmuguru,"ensure unique term_id when global terms enabled, see #13482"
changeset,14873,[14873],dd32,Add current menu item bottom-border to menu's without children. Props _duck. See #13486
changeset,14874,[14874],nbachiyski,"Fix MovableType importer plugin slug typo. The real one is movabletype-importer, not mt-importer.
"
changeset,14875,[14875],dd32,Fix selector in r14873. Props _duck. See #13486
changeset,14876,[14876],ryan,Add parent classes to nav menu. Props filosofo. see #12812
changeset,14877,[14877],dd32,More fine-tuning of CSS selectors in r14873. Props _duck. See #13486
changeset,14878,[14878],nacin,Allow pages to be added automattically to menus. see #13447.
changeset,14879,[14879],dd32,Add Actions to the end of Bulk upgrades; Remove Spinners and instead show the individual upgrade steps (Then hidden upon completion for bulk upgrades). See #11232
changeset,1487,[1487],rboren,"More wp-mail timezone and delimiter fixes from Kitten.
"
changeset,14880,[14880],nacin,Remove the on switch for global terms. install_global_terms() can be triggered in a plugin. see #12666.
changeset,14881,[14881],ryan,Add ancestor classes. Props filosofo. see #12812
changeset,14882,[14882],ryan,Active menu styling. Props ianddtewart. see #12812
changeset,14883,[14883],ryan,Don't set default category when saving an auto-draft. fixes #13531
changeset,14884,[14884],nacin,"Improved mayday calls in network.php when a subdirectory install isn't allowed. Also, /allow_folder_install/allow_subdirectory_install/g. fixes #12884, fixes #12931."
changeset,14885,[14885],wpmuguru,"cleanup $indents, props filosofo, see #12758"
changeset,14886,[14886],ryan,Fixing adding of custom fields to auto-drafts. Props ocean90. see #13401
changeset,14887,[14887],nacin,"Give is_singular the ability to provide awareness/context for custom post types. props ryan, scribu. Usage: is_singular('book') or is_singular( array( 'newspapers', 'books' ) ). fixes #12588."
changeset,14888,[14888],ryan,s/navigation menu/custom menu/ see #13519
changeset,14889,[14889],nacin,"Always show 'Continue reading' link when dealing with excerpts in Twenty Ten. props iandstewart, fixes #13361."
changeset,1488,[1488],rboren,"strip_tags from title in sanitize_title().  Patch from Masquerade for bugs 0000181 and 00000107.
"
changeset,14890,[14890],potbot,"POT, generated from r14889"
changeset,14891,[14891],ryan,Classes for posts and terms in the menus. see #13379
changeset,14892,[14892],donncha,"Cast ""public"" as an int to ensure it gets set correctly.
"
changeset,14893,[14893],nacin,"New media icons, props empireoflight. fixes #13523."
changeset,14894,[14894],nacin,Stirng capitalization fix. see #12035.
changeset,14895,[14895],nacin,Always show all comment status links in edit-comments.php so dynamic moderation can update the counts.
changeset,14896,[14896],ryan,Bump
changeset,14897,[14897],markjaquith,Update upload quota filled message to mention the limit and not suggest file deletion. fixes #13479
changeset,14898,[14898],nacin,"Fix some typos. props xibe, fixes #13537."
changeset,14899,[14899],nacin,Use a filter instead of a new NO404REDIRECT constant. see #12758.
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,148,[148],mikelittle,"Fixed old auto-toggle always on bug.
"
changeset,148,[148],tellyworth,add test_role_add_cap
changeset,14900,[14900],ryan,Back compat menu classes. see #12812 #13379
changeset,14901,[14901],nacin,Use a post type object label for edit_post_link's title attribute. props sc0ttkclark.
changeset,14902,[14902],nacin,"Fix typo. props rovo89, fixes #13494."
changeset,14903,[14903],nacin,Remove unused/duplicated/undocumented post type object label. see #13539
changeset,14904,[14904],nacin,"Generalize some strings. Also tidy the discussions meta box, which will stay as ""page"" as that is referring to the HTML page, not post/page/book etc. see #13539"
changeset,14905,[14905],ryan,Menu notice and stlying fixes. Props filosofo. fixes #12812
changeset,14906,[14906],ryan,Help for edit-comments.php. see #13467
changeset,14907,[14907],ryan,Custom header fixes and rework. Props ocean90. fixes #13231
changeset,14908,[14908],ryan,Media help. Props filosofo. see #13467
changeset,14909,[14909],ryan,Help for links pages. Props jorbin. see #13467
changeset,1490,[1490],rboren,"Fix for 0000190.  Do not set the category query state to true if single, date, or search are true.
"
changeset,14910,[14910],wpmuguru,fix warning in ms-edit.php
changeset,14911,[14911],wpmuguru,"allow main site 404 URL to be filtered, fixes #12758"
changeset,14912,[14912],wpmuguru,"shorten header in wp-config-sample, props lloydbudd, fixes #13542"
changeset,14913,[14913],ryan,Help for cats and tags. see #13467
changeset,14914,[14914],wpmuguru,"apache rewrite rule cleanup, props filosofo, fixes #13540"
changeset,14915,[14915],nacin,Only show slug help text when global terms are disabled. see #13467
changeset,14916,[14916],potbot,"POT, generated from r14915"
changeset,14917,[14917],nacin,"Don't hide early nav menu instructions until the menu is no longer empty. props koopersmith, see #13525"
changeset,14918,[14918],nacin,"New admin menu notification bubble color. props JohnONolan, fixes #13474."
changeset,14919,[14919],dd32,Revert back to spinner on bulk upgrades. See #11232
changeset,1491,[1491],rboren,"Support timestamp permalinks.  Make wider use of is_single().  Bug 0000194.
"
changeset,14920,[14920],dd32,Tweak String language to match language used elsewhere. Props Jane. See #11232
changeset,14921,[14921],nacin,"In Twenty Ten, fix display of 2nd-level submenus in Opera (Win/Mac). props iandstewart, fixes #13511."
changeset,14922,[14922],nacin,Remove svn:ignore that snuck in.
changeset,14923,[14923],nacin,"Handle current menu item classes for post pages. props filosofo, fixes #13543."
changeset,14924,[14924],ryan,Strip trailing whitespace
changeset,14925,[14925],nacin,"In Twenty Ten, fix IE6 hover state on top-level menu item. props filosofo, fixes #13545."
changeset,14926,[14926],nacin,Missing translated string in ms-upgrade-network. props dd32.
changeset,14927,[14927],nacin,Fix typo in [14926]
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,14929,[14929],ryan,Post and page help. see #13467
changeset,1492,[1492],rboren,"Fix wp_title() display of category_name.
"
changeset,14930,[14930],nacin,"Hide Flash uploader and theme/plugin editor documentation feature, if no JS. Also some validation fixes in the theme editor. props ocean90. see #13383."
changeset,14931,[14931],nacin,"Validation in wp_dropdown_users and the non-hierarchical taxonomy meta box. props ocean90, see #13383."
changeset,14932,[14932],nacin,"Use a more generic HTML comment. props zeo, fixes #12695."
changeset,14933,[14933],nacin,"Separate out multiple _ajax_nonce fields on post forms. Yay, validation. fixes #13383."
changeset,14934,[14934],nacin,Don't store nonexistent (deleted) menus in the auto-add option. see #13447.
changeset,14935,[14935],nacin,"In Twenty Ten, make classes on larr/rarr consistent, and make sure those are translated. props zeo, see #13198."
changeset,14936,[14936],nacin,Add textdomain. see #13198.
changeset,14937,[14937],nacin,Ensure auto-added pages are both published and sent to the end of the menu. Tiny enhancement and optimization to wp_update_nav_menu_item come with it. fixes #13447.
changeset,14938,[14938],nacin,"In the page attributes box, generalize the screen reader text, also remove the help text which is now in the 'Help' tab. see #13539. subject to final UX review."
changeset,14939,[14939],potbot,"POT, generated from r14938"
changeset,1493,[1493],rboren,"Bug 0000163.  Confirm comment deletion.  Courtesy of BrianMeidell and Kitten.
"
changeset,14940,[14940],nbachiyski,"Focus on category field when adding a new category in the write panel
"
changeset,14941,[14941],ryan,RTL updates for twentyten. Props yoavf. fixes #13233
changeset,14942,[14942],ryan,More menu class back compat. Props filosofo. fixes #13543
changeset,14943,[14943],ryan,Ajaxify pagination requests in menu boxes. Props filosofo. fixes #13204
changeset,14944,[14944],ryan,Make classes property for menus an array. Props filosofo. fixes #13551
changeset,14945,[14945],ryan,No default value for pass by ref. Props filosofo. fixes #13553
changeset,14946,[14946],ryan,Child menu stlying fixes. Props filosofo. fixes #13552
changeset,14947,[14947],westi,Escape the guid urls when placing them in feeds and other xml locations. See #13555.
changeset,14948,[14948],nacin,Consider 'auto-draft' a draft in get_post_permalink(). prevents custom post types from getting borked GUIDs. see #13555
changeset,14949,[14949],westi,Move the escaping into get_guid() so we don't have to repeat ourselves. See #13555.
changeset,1494,[1494],saxmatt,"Menu re-org
"
changeset,14950,[14950],westi,Some more url escaping in feeds. See #13555.
changeset,14951,[14951],ryan,"Help for Appearance screens. Props duck_, jane. see #13467"
changeset,14952,[14952],nacin,Final bit of escaping in feeds. fixes #13555
changeset,14953,[14953],ryan,Show taxonomies registered against the page type in the Pages submenus. Props markauk. fixes #13560
changeset,14954,[14954],markjaquith,Properly redirect custom post type URLs in redirect_canonical(). fixes #13561
changeset,14955,[14955],markjaquith,Do not display category blurb for post types that do not support that taxonomy.
changeset,14956,[14956],ryan,Update help for plugins.php. Props jane. see #13467
changeset,14957,[14957],potbot,"POT, generated from r14956"
changeset,14958,[14958],ryan,Help for plugin-install.php. see #13467
changeset,14959,[14959],ryan,Help for plugin-editor.php. see #13467
changeset,1495,[1495],rboren,"Delete postmeta when deleting a post. Bug 0000080.
"
changeset,14960,[14960],westi,tick tock
changeset,14961,[14961],ryan,strong FMI. see #13467
changeset,14962,[14962],ryan,strong FMI. see #13467
changeset,14963,[14963],nacin,"Add Press This to options-writing.php. Re-order sections a little. Plugin authors: tools.php will likely go away in 3.1, as it will be empty when Press This is removed. fixes #13563"
changeset,14964,[14964],nacin,"Always pass post ID to the_title filter. props dndrnkrd, fixes #13558"
changeset,14965,[14965],ryan,Help cleanup. Props duck_. see #13467
changeset,14966,[14966],ryan,Tools help. Props duck_. see #13467
changeset,14967,[14967],nacin,Call the 'Attributes' meta box 'Page Attributes' for pages. Add some help text. fixes #13539.
changeset,14968,[14968],nacin,Match up plugin slugs with importer slugs when checking if they're installed. They're different for MT and wpcat2tag currently. see #13566
changeset,14969,[14969],nacin,Remove debug. see #13566
changeset,1496,[1496],rboren,"Validation fixes.  Bug 0000170.
"
changeset,14970,[14970],nacin,Nicer message for an uninstalled/invalid importer. see #13566.
changeset,14971,[14971],nacin,"Move the ""Add Home Link"" functionality to a checkbox on the View All tab of the Pages metabox. Also makes it work non-JS. props filosofo, fixes #13213."
changeset,14972,[14972],nacin,"Don't show expand/collapse menu bit for menu meta boxes except on hover. props duck_, see #13525."
changeset,14973,[14973],nacin,"Force menu AYS when a menu item is deleted. props ocean90, see #13525."
changeset,14974,[14974],nacin,"Implement the Cancel menu item link for no JS. props ocean90, see #13525."
changeset,14975,[14975],nacin,gettext. see #13525.
changeset,14976,[14976],nacin,"Fix order of params to strpos. props ampt, fixes #12115."
changeset,14977,[14977],nacin,Clean up the menu name/actions section. see #13525.
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,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,1497,[1497],rboren,"Run htmlspecialchars on title attribute text in get_archives_link().  Bug 0000162.
"
changeset,14980,[14980],nacin,"Use orange for the plugin install thickbox button, not the new gray for update notification bubbles. fixes #13474."
changeset,14981,[14981],nacin,Add some educational tips. Suggest using add_image_size() in the inline docs for image_get_intermediate_size() and wp_get_attachment_image(). props jorbin. see #13556.
changeset,14982,[14982],nacin,"Remove stray tag. props Daniel Koskinen, fixes #13570."
changeset,14983,[14983],westi,Improved translation of the comment count in theme-compat. Props zeo.
changeset,14984,[14984],dd32,Fully implement the 'delete_themes' capability. See also r13547
changeset,14985,[14985],dd32,"Add Importer support to Plugin Install workflow, Offers to Activate Plugin & Run installer, and returning to Imports upon successful Importer Plugin Installation. See #13566"
changeset,14986,[14986],dd32,Change Install link to Activate link in Importer if plugin appears to be already installed. See #13566
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,14988,[14988],nbachiyski,"Show discs as leading list characters in contextual help messages. The global style is list-style-type: none;
"
changeset,14989,[14989],nbachiyski,"Menu translatable strings cleanup.

 * Take out <strong> of the translatable part of For more information:
 * Include support forums and Codex links inside translations, because most translators would want to change them to their local documentation sites or Codex prefixes
"
changeset,1498,[1498],rboren,"Oops.  Add ENT_QUOTES.
"
changeset,14990,[14990],nacin,"Use word-wrap:break-word in the nav menus. props ocean90, fixes #13574."
changeset,14991,[14991],nacin,"Some inline doc updates for get_post_type_capabilities and get_post_type_labels. props MichaelH, fixes #13573."
changeset,14992,[14992],nacin,Squeeze out some bytes via munging.
changeset,14993,[14993],nacin,"Some minor IE6/7 tweaks for menus. props ocean90, see #13525."
changeset,14994,[14994],nacin,RTL string fix. see #13525.
changeset,14995,[14995],nacin,Some string improvements in update-core.php. props jane.
changeset,14996,[14996],nacin,Forever eliminate 'Wordpress' from the planet (or at least the little bit we can influence). props matt.
changeset,14997,[14997],nacin,"RTL menu updates. props yoavf, see #13525."
changeset,14998,[14998],wpmuguru,"add fileupload_url option to main site on network install, see #13483"
changeset,14999,[14999],nacin,Add JS var isRtl to admin-header and remove unused JS localized vars for nav-menu. see #13525.
changeset,1499,[1499],rboren,"Grammar fix.  Bug 0000196.
"
changeset,149,[149],mikelittle,"Fixed admin level security problem.
Plus an user -> a user
"
changeset,149,[149],tellyworth,test some more esoteric capabilities behaviour
changeset,14,[14],saxmatt,"Update to use real lists.
"
changeset,14,[14],tellyworth,clean up test_vb_insert_future
changeset,14,[14],lancewillett,"Add Twenty Eleven PSD files.
"
changeset,15000,[15000],nacin,"Settings help. props duck_, see #13467."
changeset,15001,[15001],nacin,"Help text typo fixes. props jorbin, dougwrites. see #13467"
changeset,15002,[15002],markjaquith,Tweaks to wp_constrain_dimensions() for better fits and consistency. fixes #13556
changeset,15003,[15003],markjaquith,Initialize instead of using isset(). props nacin. see #13556
changeset,15004,[15004],nacin,"Help for multisite. props andrea_r, dougwrites, duck_. see #13467."
changeset,15005,[15005],nacin,"Typo (fix, not add). props duck_. see #13467."
changeset,15006,[15006],westi,↑↑↓↓←→←→BA
changeset,15007,[15007],nacin,"Remove some dead code. props ocean90, see #13525."
changeset,15008,[15008],nacin,"New pending menu item behavior. props filosofo, see #13579."
changeset,15009,[15009],ryan,Add custom-background to twentyten tags
changeset,1500,[1500],rboren,"Simplify post paging.  Remove ""posts paged"" setting.  We should always page.  Add posts_nav_link() to the default template.
"
changeset,15010,[15010],nacin,Menu touchups. see #13525.
changeset,15011,[15011],nacin,Users help. props dragoonis. see #13467.
changeset,15012,[15012],ryan,Typo fix
changeset,15013,[15013],nacin,Edit comments help links. see #13467.
changeset,15014,[15014],nacin,"Edit comment help text. props jane, dougwrites. see #13467."
changeset,15015,[15015],nacin,Stick to the existing styles. see #13467.
changeset,15016,[15016],nacin,"Custom background UI tweaks. Make 'Select Color' a link instead of a button, move color below the background image options, standardize screen reader text."
changeset,15017,[15017],ryan,Allow plugin activation even if plugin generates extra output.  Make warning more informative. fixes #13585
changeset,15018,[15018],potbot,"POT, generated from r15017"
changeset,15019,[15019],nacin,"Custom header and background help. props jane, see #13467."
changeset,1501,[1501],saxmatt,"Not sure why that style was inline.
"
changeset,15020,[15020],nacin,"The 'Help' tab on the custom background page should have, you know, custom background help. Oops. see #13467"
changeset,15021,[15021],nacin,RC 1.
changeset,15022,[15022],nacin,Use the variable set up for when the function doesn't exist.
changeset,15023,[15023],nacin,Bump.
changeset,15024,[15024],nacin,Don't tell IIS users to back up their .htaccess files.
changeset,15025,[15025],nacin,Add some Apache checks to some notices in network.php. see #12758.
changeset,15026,[15026],nacin,Better branching to account for mod_rewrite mimicry. see #12758.
changeset,15027,[15027],nacin,Use 'WordPress Blog' in the initial blogroll. see [14324].
changeset,15028,[15028],nacin,Fix nonce check for updating custom fields. fixes #13586.
changeset,15029,[15029],nacin,Shake away MU files which are no longer in core on an upgrade.
changeset,1502,[1502],saxmatt,"Fix broken header.
"
changeset,15030,[15030],nacin,Shake away second copy of prototype.js during an upgrade. see [12557].
changeset,15031,[15031],nbachiyski,"Take out <strong> of translatable string For more information:
"
changeset,15032,[15032],markjaquith,"Do proper caps check when processing bulk edited posts, and hide the checkbox on the Page edit page for users who lack permissions. props ocean90"
changeset,15033,[15033],markjaquith,Backport [15032] to the 2.9 branch
changeset,15034,[15034],ryan,Unique menu container ids. Props filosofo. fixes #13597
changeset,15035,[15035],ryan,Remove theme-options tag and allow wide attachments on pages. Props lancewillett. fixes #13595
changeset,15036,[15036],ryan,"Typo fix. Props vanillalounge, markmcwilliams. fixes #13593"
changeset,15037,[15037],wpmuguru,"will the real host please step forward, fixes #13594"
changeset,15038,[15038],ryan,Do not show 'Network Activate' link if update fails. Props ocean90. fixes #13596
changeset,15039,[15039],ryan,Nav menu RTL js fixes. Props filosofo. see #13525
changeset,1503,[1503],saxmatt,"Cleaning out some errors and fixing some XHTML 1.1 problems.
"
changeset,15040,[15040],wpmuguru,"continue reading link on custom excerpt in TwentyTen, props iandstewart, fixes #13361"
changeset,15041,[15041],wpmuguru,shake away out of date support files
changeset,15042,[15042],wpmuguru,"don't clobber term if sitecategories doesn't exist, fixes 13482"
changeset,15043,[15043],potbot,"POT, generated from r15042"
changeset,15044,[15044],nacin,Give translators a little more room with nav menu meta box tabs. see #13525.
changeset,15045,[15045],nacin,Make nav menu meta box tab ordering consistent across post types and taxonomies. see #13525.
changeset,15046,[15046],nacin,"Don't show double-AYS for deleting a menu. props filosofo, duck_. see #13525."
changeset,15047,[15047],nacin,"Don't show (pending) in JS mode for nav menus UI. props filosofo, fixes #13604."
changeset,15048,[15048],nacin,Allow the text labels in the multisite elements of the Right Now dashboard widget. Fixes display with narrow columns due to screen options or browser window width. props ocean90.
changeset,15049,[15049],nacin,"Sanity check menu item parents and fix HTML issues. props filosofo, fixes #13600."
changeset,1504,[1504],saxmatt,"Spacing fix and access key for <code>
"
changeset,15050,[15050],wpmuguru,strip www before adding subdomain when creating new site
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,15052,[15052],dd32,"Always fallback to PclZip in the event that ZipArchive does not return true. The PHP Zip extension is hit-and-miss with OSX generated zip files, sometimes 0 will be emitted and extraction will succeed, others it will fail with. Reverts r14346, r14377, partially r14800. See #12637. See #13491"
changeset,15053,[15053],nbachiyski,"Load multisite strings POT file only on multisite requests. Fixes #13565
"
changeset,15054,[15054],nacin,"Help whitespace/punctuation cleanup. props zeo, see #13467."
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,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,15057,[15057],ryan,Bump WP version in update_core()
changeset,15058,[15058],nacin,"Welcome to Dashboard help line. see #13467. props jane, her first patch (!)"
changeset,15059,[15059],wpmuguru,"check both wordpress & wordpress-mu roots in update core, see #13625"
changeset,1505,[1505],saxmatt,"Move pingback to hidden field. Fix trackback wording.
"
changeset,15060,[15060],wpmuguru,bump
changeset,15061,[15061],wpmuguru,"remove naughty not, see #13625"
changeset,15062,[15062],markjaquith,"Do not load window.onbeforeonload event if we are not on an existing nav menu. props filosofo. Reduce opacity on nav menu postboxes if we are not on an existing nav menu, and for JS users, deactivate all links and form elements, to make it obvious that those UI elements are not usable at this stage. fixes #13615"
changeset,15063,[15063],nacin,Full no-JS and IE support for [15062]. fixes #13615.
changeset,15064,[15064],nbachiyski,"Better detection whether we are on the Network page. Use custom constant to tell us. See #13565, props nacin

We used to load multisite translations each time WP_ALLOW_MULTISITE was defined, but
it could lead to alot of false positives. Generic config files can include to allow
users to updgrade to multisite without further editing the config file.
"
changeset,15065,[15065],nacin,"Fix a default taxonomy label. props michaelh, fixes #13624."
changeset,15066,[15066],nacin,"Small IE fix. props ocean90. Also, remove outdated style. see #13615."
changeset,15067,[15067],nacin,Consistent font size for menu instructions.
changeset,15068,[15068],markjaquith,Default Google Gears ignoreQuery to true in manifest. see #13562
changeset,15069,[15069],westi,Bumpity
changeset,1506,[1506],saxmatt,"Tweaking of time form
"
changeset,15070,[15070],nacin,"Fix typos in permalink settings help. props catiakitahara, dougwrites. fixes #13645."
changeset,15071,[15071],nacin,Better subj-verb agreement and all that jazz. see #13645.
changeset,15072,[15072],markjaquith,"Add ?ver=DATE query strings to all images that changed since 2.9, to expire browser cache. Bump versions on all CSS/JS files modified in that process. fixes #13562."
changeset,15073,[15073],dd32,"Do not stripslashes() passwords during Install, Matches Login/Updating password handling. Props johanee. See #13654"
changeset,15074,[15074],nacin,"Don't fall back to pages list in the menus widget. props filosofo, fixes #13634."
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,15076,[15076],nacin,Proper whitespace before and after content within a textarea on network.php. props ocean90.
changeset,15077,[15077],nacin,Move the Walker_Nav_Menu_Checklist class to admin/includes.
changeset,15078,[15078],nacin,Cleanups.
changeset,15079,[15079],nacin,"Use correct element in jQuery selector. props ocean90, see #12186."
changeset,1507,[1507],saxmatt,"Added ability to edit other users.
"
changeset,15080,[15080],nacin,"Nav menu improvements. props koopersmith. RTL support for tabs, better tab handling, other improvements. see #13525."
changeset,15081,[15081],wpmuguru,"add rewrites for registration pages, fixes #13638"
changeset,15082,[15082],nacin,"Use default wp_nav_menu sorting in Twenty Ten. props iandstewart, fixes #13660."
changeset,15083,[15083],nacin,"Remove old Twenty Ten code. props iandstewart, fixes #13646."
changeset,15084,[15084],nacin,/me bumps versions.
changeset,15085,[15085],markjaquith,Fix the Author links from Edit Pages screen. props duck_. fixes #13665
changeset,15086,[15086],dd32,Reinstate the custom chmod value in FtpExt. Accidentally removed in r12998. Props reaperhulk. Fixes #13667
changeset,15087,[15087],ryan,Add colors-fresh and colors-classic to rtl_styles so that suffixes are handled properly. fixes #13676
changeset,15088,[15088],ryan,Don't add sticky class if is_paged(). Props iandstewart. fixes #13666
changeset,15089,[15089],ryan,Clear content. Props ocean90 iandstewart. fixes #13642
changeset,1508,[1508],rboren,"Fix localization of next month link in get_calendar.  Bug 0000201.
"
changeset,15090,[15090],ryan,Remove login-header.png. Use CSS3 with fallback color.  Login RTL fix. Props ocean90. fixes #13587
changeset,15091,[15091],nacin,Introduce has_nav_menu(). Returns boolean whether the theme's registered nav menu location has a menu assigned to it. props greenshady for the idea.
changeset,15092,[15092],iammattthomas,"In Twenty Ten, move the top margin from the header to the wrapper div. Fixes #13636. Props markjaquith."
changeset,15093,[15093],ryan,Bump
changeset,15094,[15094],ryan,Entities cleanup for help. Props zeo. see #13467
changeset,15095,[15095],ryan,Punctuation fix. Props dougwrites. see #13467
changeset,15096,[15096],ryan,Add export capability. fixes #13681
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,15098,[15098],nacin,"Clarify the connection information requested in request_filesystem_credentials() to reduce confusion surrounding FTP information versus your WordPress login. see #13467, props jane."
changeset,15099,[15099],nacin,Add missing spaces.
changeset,1509,[1509],rboren,"Remove references to gethelp_link().  Bug 0000208.
"
changeset,150,[150],mikelittle,"Updated admin levels to match page requirements.
"
changeset,150,[150],tellyworth,test remove_all_caps
changeset,15100,[15100],nacin,Clear nav menu from menu locations on delete. Additional sanity checks. fixes #13690.
changeset,15101,[15101],nacin,"Help fix. props xibe, see #13467."
changeset,15102,[15102],nacin,"MS help fixes. props dougwrites, see #13467."
changeset,15103,[15103],nacin,"Help fixes, props jane. fixes #13467."
changeset,15104,[15104],ryan,Nav menu API cleanups. Props filosofo. fixes #13696
changeset,15105,[15105],ryan,Consolidate nav menu class assignments. Props filosofo. fixes #13664
changeset,15106,[15106],ryan,clearstatcache() after writing files. Props momo360modena. fixes #13683
changeset,15107,[15107],ryan,Pass args to wp_list_categories filter. Props momo360modena. fixes #13682
changeset,15108,[15108],ryan,Make _pad_term_counts custom post type aware. Props reko. fixes #13670
changeset,15109,[15109],ryan,"IIS rewrite fixes. Props duck_, ruslany. fixes #13679"
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,15110,[15110],ryan,Remove debug. fixes #13670
changeset,15111,[15111],nacin,Ensure we're only auto-adding root pages to menus. fixes #13447.
changeset,15112,[15112],ryan,wp_get_nav_menus filter. Props filosofo. fixes #13702
changeset,15113,[15113],nacin,Add menu_id to wp_nav_menu() and move container_id to the container. Set the container arg to false to not use a container. fixes #13669
changeset,15114,[15114],ryan,Bump
changeset,15115,[15115],ryan,Whitespace cleanup. Props zeo. fixes #13678
changeset,15116,[15116],ryan,"Cut 'em out, move 'em on, trailing whitespace"
changeset,15117,[15117],westi,Let the filters know its a sample permalink. Props yoast.
changeset,15118,[15118],nacin,Let's not emphasize that multisite might as well be its own language. fixes #13706.
changeset,15119,[15119],nacin,Don't add the Featured Image meta box in MS if image uploads are disabled. fixes #13700
changeset,1511,[1511],rboren,"Remove unneeded addslashes().
"
changeset,15120,[15120],nacin,"Don't show 'Continue reading' in Twenty Ten on attachment pages. props iandstewart, fixes #13361."
changeset,15121,[15121],nacin,"Use p.nopassword instead of div.nopassword in Twenty Ten. props zeo, fixes #13692."
changeset,15122,[15122],nacin,"Hide the 'Close' link in nav menu no-JS. The Cancel link should suitably handle the modified workflow. props ocean90, see #13525."
changeset,15123,[15123],nacin,Remove reference to global terms from MS options help. props bigdawggi via wp-testers.
changeset,15124,[15124],nacin,"Prevent 'Enter menu name here' menus, and offer some feedback. props koopersmith, fixes #13703."
changeset,15125,[15125],nacin,Hide 'no password' text for comments. It's already being shown for the_content; aligns it with .nocomments; fixes #13692.
changeset,15126,[15126],ryan,Help text cleanup. Props zeo. fixes #13467
changeset,15127,[15127],iammattthomas,Updated WP logo for admin header. Props Ben Dunkle.
changeset,15128,[15128],ryan,Mark planet link for translation. Props xibe. fixes #13467
changeset,15129,[15129],nacin,Some MS help string cleanup and standardization. fixes #13467.
changeset,1512,[1512],rboren,"In sanitize_title(), strip_tags() before sanitizing, not after.  In post.php, if post name is empty, pass the post title to the sanitizer.
"
changeset,15130,[15130],nacin,More request_filesystem_credentials() string improvements.
changeset,15131,[15131],nacin,"Help fixes. props kpdesign, fixes #13467."
changeset,15132,[15132],nacin,"target=blank for help. props jorbin, see #13467"
changeset,15133,[15133],nacin,Bump.
changeset,15134,[15134],azaozz,"Fix regex for matching auth. key strings in wp-config-sample.php, remove extra fields for salts (we generate them automatically in wp_salt())"
changeset,15135,[15135],nacin,"target=blank help fixes. props zeo, fixes #13467."
changeset,15136,[15136],westi,bumpity
changeset,15137,[15137],ryan,Fix ms lang file check. Props ocean90. fixes #13706
changeset,15138,[15138],ryan,Better ms lang file check. Props ocean90. fixes #13706
changeset,15139,[15139],ryan,Make upgrading global so maintenance_nag() can see it. see #13721
changeset,1513,[1513],saxmatt,"Define COOKIEHASH and new get_profile function. TODO: re-org function soup
"
changeset,15140,[15140],ryan,Don't show a cloud for hierarchical taxonomies.
changeset,15141,[15141],ryan,Don't call wp_tag_cloud() at all for hierarchical taxonomies.
changeset,15142,[15142],nacin,"Remove 'popular_items' label for hierarchical taxonomies. see [15140], [15141]"
changeset,15143,[15143],ryan,Fix logic
changeset,15144,[15144],ryan,Fix logic
changeset,15145,[15145],ryan,Check if comment paging is on. Props iandstewart. fixes #13739
changeset,15146,[15146],nacin,"Numerous RTL improvements. props ocean90, TECannon. fixes #13663, fixes #13677."
changeset,15147,[15147],nacin,Script bumps for [15146].
changeset,15148,[15148],nacin,"s/echos/echoes/ in phpdoc. props demetris, fixes #13742."
changeset,15149,[15149],ryan,"Typo fix. Props pedger, mattsains. fixes #13740"
changeset,1514,[1514],rboren,"Fix get_pagenum_link() to work with path info permalinks and permalinks without trailing slashes. Bug 0002040.
"
changeset,15150,[15150],ryan,Don't allow promoting a user that doesn't already belong to the blog.
changeset,15151,[15151],ryan,Cast to int
changeset,15152,[15152],ryan,Check only if is_multisite().
changeset,15153,[15153],iammattthomas,Specify a line height for entry-title in the Twenty Ten theme
changeset,15154,[15154],iammattthomas,Better padding for photo captions in the Twenty Ten theme.
changeset,15155,[15155],iammattthomas,Adjusting caption text style in the Twenty Ten theme.
changeset,15156,[15156],dd32,"Do not check to see if parents of folders outside of the Destination folder exist within the Archive extractors, unzip_file() will take care of that area. Fixes #13741"
changeset,15157,[15157],ryan,Fix warning. Props filosofo. fixes #13764
changeset,15158,[15158],ryan,Make crop button primary and change text to note that cropping the image publishes it. Props ocean90. see #13720
changeset,15159,[15159],ryan,"Typo fix. Props zeo, dougwrites. fixes #13734"
changeset,1515,[1515],rboren,"Define add_magic_quotes() in user-edit.php.  Bug 0000216.
"
changeset,15160,[15160],ryan,Typo fix. Props tai. fixes #13735
changeset,15161,[15161],nacin,++;
changeset,15162,[15162],iammattthomas,Fixing drop shadow bug in Safari for Twenty Ten dropdowns. Props iandstewart.
changeset,15163,[15163],iammattthomas,"Twenty Ten CSS cleanup, margin fix. Props zeo."
changeset,15164,[15164],iammattthomas,"In Twenty Ten, removing the color declaration from the strong tag so we don't interfere with the user's color choices. Slightly darkening body text for better readability."
changeset,15165,[15165],nacin,"Fix phpdoc typo. props demetris, fixes #13781."
changeset,15166,[15166],dd32,Use the correct variable name. Props ScottMac. Fixes #13778
changeset,15167,[15167],dd32,Use the correct variable name. See #13778
changeset,15168,[15168],ryan,Deprecate get_most_active_blogs() and get_blog_list(). Props ocean90. fixes #13773
changeset,15169,[15169],ryan,phpdoc fix. Props duck_
changeset,1516,[1516],rboren,"WP Query class.
"
changeset,15170,[15170],ryan,Resurrect get_blog_list() and get_most_active_blogs() but leave deprecated. Props ocean90. fixes #13773
changeset,15171,[15171],ryan,Use admin_url() for the media-upload.php url.  see #13685
changeset,15172,[15172],ryan,bump
changeset,15173,[15173],ryan,Don't force post_status to publish for custom taxonomy queries. fixes #13755
changeset,15174,[15174],ryan,Update get_current_user_id() and move to user.php. Props filosofo. fixes #13785
changeset,15175,[15175],ryan,Make set_current_screen() taxonomy aware. Use current_screen when setting up table headers for edit-tags.php. see #13783
changeset,15176,[15176],iammattthomas,Replacing previous classic theme logo with a new one from Ben Dunkle
changeset,15177,[15177],nacin,Script bump for [15176] and use existing naming convention.
changeset,15178,[15178],ryan,Set the screen for add-tag ajax requests. see #13783
changeset,15179,[15179],ryan,Warning and styling fixes. Props ocean90. fixes #13775
changeset,1517,[1517],rboren,"Add get_query_var() wrapper for $wp_query->get().
"
changeset,15180,[15180],westi,Improve phpDoc for add_settings_section. Fixes #13801 props frankieroberto.
changeset,15181,[15181],ryan,Sort only when importers exist. Props aaroncampbell. fixes #13806
changeset,15182,[15182],westi,Mr Bump says hai!
changeset,15183,[15183],ryan,Pass taxonomy to post_tags_meta_box. Use add_new_item label. see #13805
changeset,15184,[15184],ryan,Allow assigning an empty menu to a location. fixes #13787
changeset,15185,[15185],nacin,"Use entity. props zeo, see #13720."
changeset,15186,[15186],wpmuguru,"removed unused validation from activation process, see #13760"
changeset,15187,[15187],ryan,Remove old hidden columns usermeta keys.  fixes #13783
changeset,15188,[15188],ryan,Fix global post stomping in get_post(). Turn get_page() into an alias of get_post().  Props westi. fixes #13753
changeset,15189,[15189],nacin,"Server-side check for an empty menu name on save. props ocean90, fixes #13703."
changeset,1518,[1518],rboren,"Hack to make day initials unique for translation.  Ugly, but it works.  Bug 0000010.
"
changeset,15190,[15190],nacin,"Move 'helps' argument to the taxonomy labels object. Also move over help_nojs and help_cloud, both introduced in 3.0. This adds three new core labels for non-hierarchical taxonomies, for tweaking the meta box strings. fixes #13805."
changeset,15191,[15191],nacin,Don't show an error when the theme supports widgets but not menus. see #13825.
changeset,15192,[15192],nacin,"Don't specify a background for the default RSS widget's icon. props lancewillet, fixes #13719."
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,15194,[15194],nacin,"Don't reveal gallery content in Twenty Ten when the post is password protected. fixes #13770, props zeo."
changeset,15195,[15195],nacin,"Use wp_title() proper in Twenty Ten, and move the janky stuff to a filter. see #13751."
changeset,15196,[15196],nacin,"Improve the custom background front-end callback. Also, background-attachment should default to scroll, not fixed. fixes #13751."
changeset,15197,[15197],wpmuguru,"allow custom content dir in WP 3.0 main site, fixes #13733"
changeset,15198,[15198],potbot,"POT, generated from r15197"
changeset,15199,[15199],nacin,"Valid HTML for wp-signup. fixes #13369, props ocean90, snumb130."
changeset,1519,[1519],rboren,"Gracefully handle multiple <!--more> tags.  From Scott Reilly (coffee2code).  Bug 0000113.
"
changeset,151,[151],mikelittle,"Check for no links returned stops error
"
changeset,151,[151],tellyworth,simple meta_cap tests
changeset,15200,[15200],nacin,"Revert accidental commit. see [15199], see #13369"
changeset,15201,[15201],nacin,Provide context for screen options plural labels. fixes #13369.
changeset,15202,[15202],wpmuguru,"alway update fileupload_url during initial network install, see #13828"
changeset,15203,[15203],westi,Introduce  menu_page_url() for plugins to use to get the url for the pages they have added. Fixes  #13829 props o'malley for all the cuteness.
changeset,15204,[15204],westi,O'Malley sez bump me pls
changeset,15205,[15205],nacin,"Check for the import cap before showing links to the tag/cat converter. props kpdesign, fixes #13834."
changeset,15206,[15206],nacin,"Fix admin menu background for long names. props JohnONolan, fixes #13803."
changeset,15207,[15207],iammattthomas,Updating Twenty Ten's screenshot to not show the search form label
changeset,15208,[15208],iammattthomas,"In Twenty ten, make last gallery image link back to the first. Props iandstewart."
changeset,15209,[15209],iammattthomas,Avoid displaying custom comment types as pingbacks/trackbacks in Twenty Ten. Fixes #13812. Props jdub.
changeset,1520,[1520],rboren,"Use user ID for author permalink if sanitize_title returns an empty string. Bug 0000116.
"
changeset,15210,[15210],nacin,"Reset variables back to empty arrays instead of unsetting them in dbDelta. prevents a warning. props mitchoyoshitaka, fixes #13715."
changeset,15211,[15211],nacin,dbDelta needs all the comments it can get. Restore the one removed in [15210].
changeset,15212,[15212],nacin,"Use a switch. props jdub, see #13812."
changeset,15213,[15213],potbot,"POT, generated from r15212"
changeset,15214,[15214],nacin,"Horizontal scrolling/resizing fixes for nav menu UI. Also some RTL fixes. props koopersmith, see #13525"
changeset,15215,[15215],dd32,Commit .dev version of wp-admin.css for r14816. See #12225
changeset,15216,[15216],dd32,re-minify wp-admin.dev.css after r15215. See #12225
changeset,15217,[15217],wpmuguru,"signup username length consistent with user_login field, props niallkennedy, fixes #13842"
changeset,15218,[15218],ryan,IE RTL fixes. Props koopersmith. fixes #13525
changeset,15219,[15219],wpmuguru,"hide unpublished items on frontend nav menus, props filosofo, fixes #13822"
changeset,1521,[1521],saxmatt,"Load plugins even on plugin page.
"
changeset,15220,[15220],ryan,"Deprecate is_term, is_taxonomy, is_post_type for *_exists(). Props nacin. fixes #13747"
changeset,15221,[15221],wpmuguru,"add ancestor classes for taxonomy objects, props filosofo, fixes #13831"
changeset,15222,[15222],wpmuguru,"arrange twentyten strings for easier translation, props zeo, fixes #13824"
changeset,15223,[15223],potbot,"POT, generated from r15222"
changeset,15224,[15224],wpmuguru,"fix warning when page on front missing, see #13830"
changeset,15225,[15225],nacin,Add a constant for allow_subdirectory_install as conventional plugins have to be disabled on network.php. fixes #13844.
changeset,15226,[15226],nacin,Make sure no output is sent in Twenty Ten before get_header(). fixes #13851.
changeset,15227,[15227],nacin,Fix warnings related to static pages. props zeo for initial patch. fixes #13830.
changeset,15228,[15228],wpmuguru,"add create site link to My Sites page, original patch props filosofo, fixes #13852"
changeset,15229,[15229],nacin,"Don't use deprecated functions. props filosofo, fixes #13854."
changeset,1522,[1522],saxmatt,"Use array storage for plugins list.
"
changeset,15230,[15230],westi,Fell the dead wood. No point keeping a function as deprecated we only just introduced. See #13747
changeset,15231,[15231],nacin,"Missing links for custom background, header, and GUU. props zeo."
changeset,15232,[15232],ryan,Bump
changeset,15233,[15233],wpmuguru,"non js support in options permalink, props filosofo, fixes #13856"
changeset,15234,[15234],ryan,Bump
changeset,15235,[15235],ryan,Trim trailing whitespace.
changeset,15236,[15236],potbot,"POT, generated from r15235"
changeset,15237,[15237],ryan,RC3
changeset,15238,[15238],nacin,"Use correct variable in populate_network(). props wpmuguru, fixes #13859."
changeset,15239,[15239],markjaquith,WEAPON LOCKED. http://txfx.net/s/34 props Left Bank Pictures (Strike Back).
changeset,1523,[1523],saxmatt,"Don't need the 1=1
"
changeset,15240,[15240],nacin,"Fix two sprintf placeholders in a WP_I18N string. props demetris, fixes #13865."
changeset,15241,[15241],westi,bump
changeset,15242,[15242],nacin,"Don't use deprecated functions. props koopersmith, fixes #13854."
changeset,15243,[15243],markjaquith,Update jQuery UI to 1.7.3 (small maintenance update with three little changes). props aaroncampbell. fixes #13868
changeset,15244,[15244],westi,Fix typo in translation. Fixes #13872 props Angeloverona.
changeset,15245,[15245],wpmuguru,"use site details on confirm delete site, props sivel, fixes #13873.diff"
changeset,15246,[15246],dd32,Fix PHP Notice in Revisions comparison. Props filosofo. Fixes #13853
changeset,15247,[15247],nacin,"Don't pass bogus argument to the_excerpt. props zeo, fixes #13883."
changeset,15248,[15248],nacin,"Use more specific selector. props CAMWebDesign, fixes #13880."
changeset,15249,[15249],nacin,"Treat trash/untrash of posts associated with media items the same as other stati changes. props koopersmith, see #13822."
changeset,1524,[1524],saxmatt,"Some login functions.
"
changeset,15250,[15250],nacin,"Add admin UI labels for menu items of unpublished posts. props koopersmith, fixes #13822. #stringchange"
changeset,15251,[15251],potbot,"POT, generated from r15250"
changeset,15252,[15252],ryan,set_current_screen() before calling _tag_row in the inlin-save-tax ajax handler. Props batmoo. fixes #13892
changeset,15253,[15253],ryan,Differentiate between edit and new via an action field for the screen. Fix favorite_actions(). fixes #13876
changeset,15254,[15254],nacin,"Revert [15219], [15250], some of [15249] for 3.0, revisit in 3.0.1. see #13822."
changeset,15255,[15255],nacin,"Fix IE8 line-height of title input. props ocean90, fixes #13890."
changeset,15256,[15256],nacin,"Add missing filter to wp_get_nav_menu_items(). props filosofo, fixes #13858."
changeset,15257,[15257],ryan,Menu ancestor fixes. Props filosofo. fixes #12812
changeset,15258,[15258],ryan,Bump
changeset,15259,[15259],ryan,Remove trailing whites
changeset,1525,[1525],saxmatt,"Type.
"
changeset,15260,[15260],nacin,"Remove errant closing label tag. props wahgnube, fixes #13901."
changeset,15261,[15261],nacin,"In Twenty Ten, don't use the filter on wp_title in feeds."
changeset,15262,[15262],potbot,"POT, generated from r15261"
changeset,15263,[15263],markjaquith,Make the number of taxonomies to display per page setting actually stick. props nacin. fixes #13899
changeset,15264,[15264],nacin,"Two birds with one stone. fixes #13902, props ocean90, wahgnube. fixes #13555, props hakre."
changeset,15265,[15265],ryan,Retern variable to avoid notice in PHP 4.
changeset,15266,[15266],ryan,Make dbh parameter to select optional for plugin back compat. Don't pass by ref to preserve PHP 4 support. fixes #13914
changeset,15267,[15267],ryan,Bump
changeset,15268,[15268],nacin,Use add_query_arg() in menu_page_url(). fixes #13923.
changeset,15269,[15269],ryan,Avoid var name collision. see #13929
changeset,1526,[1526],saxmatt,"Fix for people who move.
"
changeset,15270,[15270],ryan,Bump
changeset,15271,[15271],ryan,Allow only super admins to see plugins.php if the Plugins menu is not exposed. Props ocean90. fixes #13944
changeset,15272,[15272],ryan,3.0
changeset,15273,[15273],ryan,3.0
changeset,15274,[15274],ryan,3.0
changeset,15275,[15275],ryan,Bump
changeset,15276,[15276],nacin,"Blacklist remove_theme_support('menus'), used internally. fixes #13935 for 3.0."
changeset,15277,[15277],nacin,"Blacklist remove_theme_support('menus'), used internally. fixes #13935 for trunk."
changeset,15278,[15278],dd32,"Coding standards clean-up of admin template.php. No logic changes. Removal of multiple spaces, addition of whitespace, addition of ;, s/""/'/g where appropriate, case changes of constants, removal of $output = '..'; echo $output. "
changeset,15279,[15279],dd32,Replace Permalink options Javascript with easily understood jQuery version
changeset,1527,[1527],rboren,"Static pages.  Take 1.
"
changeset,15280,[15280],dd32,Fix typos in r15278. Caused by fat fingers.
changeset,15281,[15281],dd32,Correct the links to the codex for non-english users. Props ocean90. Fixes #13948 for trunk
changeset,15282,[15282],dd32,Correct the links to the codex for non-english users. Props ocean90. Fixes #13948 for 3.0
changeset,15283,[15283],dd32,Fix typo in HTTP Class. Props filosofo. Fixes #13897 for 3.0
changeset,15284,[15284],dd32,Fix typo in HTTP Class. Props filosofo. Fixes #13897 for trunk
changeset,15285,[15285],dd32,Some coding standards cleanups for WP_HTTP. Props hakre for initial patch. See #13897
changeset,15286,[15286],dd32,Close <img> spinner XHTML style. Props zeo. Fixes #13970
changeset,15287,[15287],dd32,Move plugin installer install_popular_tags() to use a site transient rather than its own caching logic. Fixes #13108
changeset,15288,[15288],nacin,[15286] for 3.0 branch. see #13970.
changeset,15289,[15289],dd32,Fix typo in wpmu_signup_blog_notification() and wpmu_signup_user_notification(). Props mdawaffe. Fixes #14002 for 3.0
changeset,1528,[1528],rboren,"Static pages.  Take 1.
"
changeset,15290,[15290],dd32,Fix typo in wpmu_signup_blog_notification() and wpmu_signup_user_notification(). Props mdawaffe. Fixes #14002 for trunk
changeset,15291,[15291],dd32,Fix typo in type_url_form_video() help text. Props mako09. Fixes #14003 for 3.0
changeset,15292,[15292],dd32,Fix typo in type_url_form_video() help text. Props mako09. Fixes #14003 for trunk
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,15295,[15295],nbachiyski,"Check for context item, when using noop-ed plural translations. Props SergeyBiryukov, fixes #13996 for 3.0 branch 
"
changeset,15296,[15296],ryan,Bump
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,15299,[15299],nacin,"Remove unused global from install-helper. props hakre, fixes #13405."
changeset,1529,[1529],saxmatt,"Slightly nicer upgrade.
"
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,152,[152],tellyworth,fix paste errors
changeset,15300,[15300],nacin,Capitalization and grammar changes in upgrade strings. fixes #13628.
changeset,15301,[15301],nacin,"s/goto/go to/g. props demetris, fixes #13863."
changeset,15302,[15302],nacin,"Assign menu-item-home also when menu item isn't current. props filosofo, see #14053 for trunk."
changeset,15303,[15303],nacin,"Assign menu-item-home also when menu item isn't current. props filosofo, see #14053 for 3.0."
changeset,15304,[15304],nacin,Fix typo in user-new help. see #14038 for trunk.
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,15306,[15306],nacin,Avoid variable clash in export.php. see #14026 for trunk.
changeset,15307,[15307],nacin,Revert typo. Thanks autocomplete for randomly modifying my file. see #14026.
changeset,15308,[15308],nacin,Avoid variable clash in export.php. see #14026 for 3.0.
changeset,15309,[15309],nacin,"Some whitespace in WP_HTTP. props hakre, see #13897."
changeset,1530,[1530],saxmatt,"Fix for empty plugin strings, class include moved for timing.
"
changeset,15310,[15310],nacin,s/site/network/ in user-new.php.
changeset,15311,[15311],ryan,Pass ID to is_super_admin(). Props bigdawggi. fixes #14066 for 3.1
changeset,15312,[15312],ryan,Pass ID to is_super_admin(). Props bigdawggi. fixes #14066 for 3.0.1
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,15315,[15315],ryan,Use get_current_user() and get_current_user_id() instead of global . Props filofo. see #13934 for trunk
changeset,15316,[15316],ryan,Filter title for Custom Menu widget. Props jorbin. fixes #14009 for 3.1
changeset,15317,[15317],ryan,Filter title for Custom Menu widget. Props jorbin. fixes #14009 for 3.0.1
changeset,15318,[15318],ryan,Markup fixes for plugins screen. Props johnbillion. fixes #14007 for 3.1
changeset,15319,[15319],ryan,Markup fixes for plugins screen. Props johnbillion. fixes #14007 for 3.0.1
changeset,1531,[1531],rboren,"Add pagename query var.
"
changeset,15320,[15320],ryan,Fix current page detection for home when index.php is in the requested URL.  Props filosofo. fixes #13977 for 3.1
changeset,15321,[15321],ryan,Fix current page detection for home when index.php is in the requested URL.  Props filosofo. fixes #13977 for 3.0.1
changeset,15322,[15322],ryan,bump
changeset,15323,[15323],westi,Fix notice when visiting the plugins page as a site admin with multisite enabled. Fixes #14010.
changeset,15324,[15324],westi,Remove dead code. Props nacin.
changeset,15325,[15325],nacin,"Fix typo in php comment. props Utkarsh, fixes #14072."
changeset,15326,[15326],nacin,"i18n a string in import.php. props vanillalounge, fixes #14086 for trunk."
changeset,15327,[15327],nacin,"i18n a string in import.php. props vanillalounge, fixes #14086 for 3.0."
changeset,15328,[15328],ryan,Fix is_site_admin() when passing a username. Props francescolaffi. fixes #14046
changeset,15329,[15329],ryan,Fix is_site_admin() when passing a username. Props francescolaffi. fixes #14046 for 3.0.1
changeset,1532,[1532],rboren,"Add lost return to get_permalink().
"
changeset,15330,[15330],nacin,"WPMU->Network Codex link updates. props wpmuguru, see #14014 for trunk."
changeset,15331,[15331],ryan,Don't perform current user ops in switch_to_blog() or restore_current_blog() if init hasn't fired. Avoids wp_get_current_user() not defined error when those functions are run before init.  Ops on current user prior to init are meaningless anyway. see #13934
changeset,15332,[15332],ryan,Fix inverted logic in [15331]. see #13934
changeset,15333,[15333],nacin,Remove a @todo. see #14014.
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,15336,[15336],nacin,Make Categories/Tags columns on edit.php properly aware of post types. Also ensure AJAX add-tag on edit-tags.php is given the post type. fixes #14061 for trunk.
changeset,15337,[15337],nacin,Make Categories/Tags columns on edit.php properly aware of post types. Also ensure AJAX add-tag on edit-tags.php is given the post type. fixes #14061 for 3.0.
changeset,15338,[15338],nacin,"Increment first, to avoid ++ later on when it conflicts with [25]."
changeset,15339,[15339],nacin,"screen_options() for 'show on screen' should look for show_ui post types, not public."
changeset,1533,[1533],rboren,"Use sanitize_title() to process post, page, author, and category names in the query.
"
changeset,15340,[15340],ryan,Use prepare(). Props Ben Ward.
changeset,15341,[15341],ryan,Use prepare(). Props Ben Ward.
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,15344,[15344],nacin,Deprecated doc cleanup.
changeset,15345,[15345],nacin,s/trash/Trash/
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,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,1534,[1534],rboren,"Complete support for %author% in post permalinks.
"
changeset,15350,[15350],ryan,Bump
changeset,15351,[15351],ryan,Don't process allowedthemes option when editing a site. Props wpmuguru. fixes #14120
changeset,15352,[15352],ryan,Don't process allowedthemes option when editing a site. Props wpmuguru. fixes #14120 for 3.0.1
changeset,15353,[15353],dd32,Tabs are so much nicer than spaces.. Props jorbin. Fixes #14147
changeset,15354,[15354],dd32,And the rest of r15353. See #14147
changeset,15355,[15355],dd32,Alot more tabs. Props jacobsantos & Viper007bond. See #14147
changeset,15356,[15356],ryan,Don't use deprecated function. Blacklist curlies.
changeset,15357,[15357],ryan,Don't use deprecated function. Blacklist curlies. For 3.0.1
changeset,15358,[15358],nacin,Curses on PHP 5.0.5. see #14160 for trunk.
changeset,15359,[15359],nacin,Curses on PHP 5.0.5. see #14160 for 3.0.1
changeset,1535,[1535],rboren,"Document %category% and %author% in the permalink options.
"
changeset,15360,[15360],nacin,Bump.
changeset,15361,[15361],nacin,Give nav-menus.php some better include paths.
changeset,15362,[15362],dd32,Remove redundant strtolower() in WP_HTTP. Props rmccue. Fixes #14168
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,15365,[15365],ryan,Fix nonce for Press This category adder. fixes #14210 for 3.1
changeset,15366,[15366],ryan,Fix nonce for Press This category adder. fixes #14210 for 3.0.1
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,15369,[15369],nacin,"Update WPMU Codex links and remove todos. props wpmuguru, fixes #14014 for 3.0"
changeset,1536,[1536],rboren,"Paging cleanup.
"
changeset,15370,[15370],nacin,"Fix typo in user-new. props Caspie, fixes #13038 for 3.0."
changeset,15371,[15371],nacin,"Pass feed type from the_content_feed to get_the_content_feed. props peaceablewhale, fixes #14214."
changeset,15372,[15372],nacin,Use page_rows() for quick edit for all hierarchical post types. fixes #14194 for trunk
changeset,15373,[15373],nacin,Use page_rows() for quick edit for all hierarchical post types. fixes #14194 for trunk
changeset,15374,[15374],ryan,Introduce DO_NOT_UPGRADE_GLOBAL_TABLES. fixes #14221 for 3.1
changeset,15375,[15375],ryan,Introduce DO_NOT_UPGRADE_GLOBAL_TABLES. fixes #14221 for 3.0.1
changeset,15376,[15376],nacin,Only ask for active_sitewide_plugins in deactivate_plugins() if we're running multisite.
changeset,15377,[15377],markjaquith,"More judicious Wordpress-to-WordPress correction, to avoid bungling reasonable URLs. fixes #13971"
changeset,15378,[15378],markjaquith,"More judicious Wordpress-to-WordPress correction, to avoid bungling reasonable URLs. fixes #13971 for 3.0"
changeset,15379,[15379],nacin,"Add missing echo. props PhillKenoyer, fixes #14242 for trunk."
changeset,1537,[1537],rboren,"Use is_single().
"
changeset,15380,[15380],nacin,"Add missing echo. props PhillKenoyer, fixes #14242 for 3.0.1."
changeset,15381,[15381],westi,Ensure the language selection dropdown is output correctly. Fixes #14255 for trunk props SergeyBiryukov.
changeset,15382,[15382],westi,Ensure the language selection dropdown is output correctly. Fixes #14255 for 3.0.1 props SergeyBiryukov.
changeset,15383,[15383],ryan,Add equal sign to blacklist. Props Pádraic Brady. for 3.1
changeset,15384,[15384],ryan,Add equal sign to blacklist. Props Pádraic Brady. for 3.0.1
changeset,15385,[15385],ryan,Block editing of sites in a network other than the current one. Props wpmuguru. see #14185 for 3.1
changeset,15386,[15386],ryan,Block editing of sites in a network other than the current one. Props wpmuguru. see #14185 for 3.0.1
changeset,15387,[15387],ryan,Back compat load actions. Props simonwheatley. fixes #14083 for 3.1
changeset,15388,[15388],ryan,Back compat load actions. Props simonwheatley. fixes #14083 for 3.0.1
changeset,15389,[15389],ryan,Perform strict equality comparison. Props shawnparker. fixes #13350 for 3.1
changeset,1538,[1538],emc3,"Added support for XFN 1.1
"
changeset,15390,[15390],ryan,Perform strict equality comparison. Props shawnparker. fixes #13350 for 3.0.1
changeset,15391,[15391],nacin,Update to Twenty Ten 1.0.3 from theme dir. see #14284.
changeset,15392,[15392],nacin,Update to Twenty Ten 1.0.3 from theme dir. see #14284.
changeset,15393,[15393],nacin,Center images on attachment pages in Twenty Ten. props lancewillett. see #14284.
changeset,15394,[15394],nacin,[15393] for 3.0 branch. see #14284.
changeset,15395,[15395],nacin,style.css updates for theme repo sync. see #14284.
changeset,15396,[15396],nacin,Fix typo.
changeset,15397,[15397],nacin,style.css updates for theme repo sync. see #14284.
changeset,15398,[15398],potbot,"POT, generated from r15397"
changeset,15399,[15399],potbot,"POT, generated from r15397"
changeset,1539,[1539],rboren,"Add lastentry to the list of vars to reset.  Fix from 2fargon for bug 00002222.
"
changeset,153,[153],mikelittle,"Fix remote SQL injection exploit.
""b2 0.6.2 and prior"" allow sql injection in ./blog.header.php. $posts isn�t
convert to integer, so we can inject a sql in this variable. In MySQL 4.x
UNION and subselects can be used to obtain privileges.
"
changeset,153,[153],tellyworth,new tests for wporg #5540
changeset,15400,[15400],nacin,"It's called WordPress. props zeo, fixes #14293."
changeset,15401,[15401],nacin,"[15400] for 3.0 branch, keep Twenty Ten sync'd. It's called WordPress. props zeo, fixes #14293."
changeset,15402,[15402],nacin,Have wp_set_post_terms return wp_set_object_terms. fixes #14301.
changeset,15403,[15403],nacin,"Fix checking for whether WP_User object is actually a user. props filosofo, fixes #13903 for 3.0."
changeset,15404,[15404],nacin,"Fix checking for whether WP_User object is actually a user. props filosofo, fixes #13903 for trunk."
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,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,15409,[15409],nacin,Don't throw 404 in the backend. fixes #14088 for trunk.
changeset,1540,[1540],rboren,"Search permalinks complete with feed and paging support.
"
changeset,15410,[15410],nacin,Don't throw 404 in the backend. fixes #14088 for 3.0.
changeset,15411,[15411],nacin,"get_post_permalink() should take a post ID and pass the post object to the filter. Note that the filter received a post object previously as the  variable. props filosofo, fixes #14299 for trunk."
changeset,15412,[15412],nacin,"get_post_permalink() should take a post ID and pass the post object to the filter. Note that the filter received a post object previously as the  variable. props filosofo, fixes #14299 for 3.0."
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,15414,[15414],nacin,Twenty Ten 1.0.4. This is [15413] for 3.0. see #14298.
changeset,15415,[15415],nacin,"style.css cleanup. props lancewillett, see #14298 for 3.0."
changeset,15416,[15416],nacin,"style.css cleanup. props lancewillett, see #14298 for trunk."
changeset,15417,[15417],nacin,Bump.
changeset,15418,[15418],nacin,Bump.
changeset,15419,[15419],potbot,"POT, generated from r15418"
changeset,1541,[1541],rboren,"MT import fixes from 2fargon.  Bug 0000227.
"
changeset,15420,[15420],potbot,"POT, generated from r15418"
changeset,15421,[15421],nacin,"Twenty Ten minor image style edits. props iandstewart, fixes #14303 for trunk."
changeset,15422,[15422],nacin,[15421] for 3.0.
changeset,15423,[15423],nacin,"Fix admin memu link for tax assigned to pages. props SeyelentEco, fixes #13560 for 3.0."
changeset,15424,[15424],nacin,"Fix admin memu link for tax assigned to pages. props SeyelentEco, fixes #13560 for trunk."
changeset,15425,[15425],ryan,"If category already exists, return its ID. Restores previous behavior.  fixes #14067 for 3.1"
changeset,15426,[15426],ryan,"If category already exists, return its ID. Restores previous behavior.  fixes #14067 for 3.0.1"
changeset,15427,[15427],nacin,s/TwentyTen/Twenty Ten/ so we don't wipe theme mods and the current theme cache. for 3.0
changeset,15428,[15428],nacin,s/TwentyTen/Twenty Ten/ so we don't wipe theme mods and the current theme cache. for trunk
changeset,15429,[15429],nacin,Don't publish the first menu to the first menu location immediately on create. Bad UX. for 3.0.1.
changeset,1542,[1542],saxmatt,"Header/footer template start
"
changeset,15430,[15430],nacin,Don't publish the first menu to the first menu location immediately on create. Bad UX. for 3.1.
changeset,15431,[15431],potbot,"POT, generated from r15430"
changeset,15432,[15432],potbot,"POT, generated from r15430"
changeset,15433,[15433],westi,Fix the theme compat file require paths to be fully absolute so they don't rely on a particular php path to work. Fixes #14315 for trunk props dougal.
changeset,15434,[15434],westi,"Fix the theme compat file require paths to be fully absolute so they don't rely on a particular php path to work. Fixes #14315 for 3.0 branch 
props dougal.
"
changeset,15435,[15435],westi,Remove debug cruft. See #14315 props scribu.
changeset,15436,[15436],westi,Remove debug cruft. See #14315 props scribu.
changeset,15437,[15437],ryan,Hex octets are case-insenstive.  Don't 301 when the only octet case differs. Props hakre. fixes #14292 for 3.1
changeset,15438,[15438],ryan,Hex octets are case-insenstive.  Don't 301 when only the octet case differs. Props hakre. fixes #14292 for 3.0.1
changeset,15439,[15439],ryan,Add cap check. Props duck_. see #14343
changeset,1543,[1543],saxmatt,"Some profiling info in $wpdb optionally.
"
changeset,15440,[15440],ryan,Add cap check. Props duck_. see #14343 for 3.0.1
changeset,15441,[15441],ryan,Add cap check. see #14343
changeset,15442,[15442],ryan,Add cap check. see #14343
changeset,15443,[15443],ryan,Bump
changeset,15444,[15444],ryan,Remove rededundant code. see #14292
changeset,15445,[15445],ryan,Default posts per page to 20. Props wpmuguru. fixes #14342 for 3.1
changeset,15446,[15446],ryan,Default posts per page to 20. Props wpmuguru. fixes #14342 for 3.0.1
changeset,15447,[15447],nbachiyski,"Do not include newline character in the beginning if the database error string
"
changeset,15448,[15448],nbachiyski,"Do not include space in the beginning of internationalized string
"
changeset,15449,[15449],nacin,Doc update for [15402]. fixes #14301.
changeset,1544,[1544],saxmatt,"Typo.
"
changeset,15450,[15450],ryan,Make posts per page filters consistent and back compat.  Props wpmuguru. fixes #14135 for 3.1
changeset,15451,[15451],ryan,Make posts per page filters consistent and back compat.  Props wpmuguru. fixes #14135 for 3.0.1
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,15453,[15453],nacin,Ensure we're saving valid menu locations. for 3.0.
changeset,15454,[15454],nacin,Ensure we're saving valid menu locations. for trunk.
changeset,15455,[15455],ryan,Clean up wp_update_themes(). Fix reporting of active theme. Props josephscott. fixes #14381 for 3.1
changeset,15456,[15456],ryan,Clean up wp_update_themes(). Fix reporting of active theme. Props josephscott. fixes #14381 for 3.0.1
changeset,15457,[15457],ryan,Update wordpress.org blog url
changeset,15458,[15458],ryan,Update wordpress.org blog url
changeset,15459,[15459],ryan,Update version
changeset,1545,[1545],saxmatt,"Escape from slashville
"
changeset,15460,[15460],nacin,"Disable the visual editor in iOS. props azaozz, simonwheatley. fixes #13326 for 3.1."
changeset,15461,[15461],nacin,"Disable the visual editor in iOS. props azaozz, simonwheatley. fixes #13326 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,15463,[15463],ryan,Temp fix for canonical redirects of taxonomy links containing non-ASCII bases. Props nbachiyski. see #14201 for 3.0.1
changeset,15464,[15464],nacin,"Clear #main in Twenty Ten to fix rendering in old Gecko browsers. props demetris, fixes #13991 for trunk."
changeset,15465,[15465],nacin,"Clear #main in Twenty Ten to fix rendering in old Gecko browsers. props demetris, fixes #13991 for 3.0.1."
changeset,15466,[15466],nacin,"Add unregister_nav_menu(). props jorbin, fixes #14001 for 3.0.1."
changeset,15467,[15467],nacin,"Add unregister_nav_menu(). props jorbin, fixes #14001 for 3.1."
changeset,15468,[15468],westi,1up mushroom
changeset,15469,[15469],dd32,Only use maintenance_mode() for ( is_multisite() || (plugin|theme) being updated is in use ) with Plugin|Theme Bulk Upgrades. See #14393
changeset,1546,[1546],saxmatt,"Even friendlier!
"
changeset,15470,[15470],nacin,"More curses on PHP 5.0.5. see #13757, fixes #14160. for 3.0.1."
changeset,15471,[15471],nacin,"More curses on PHP 5.0.5. see #13757, fixes #14160. for trunk."
changeset,15472,[15472],ryan,Bump
changeset,15473,[15473],markjaquith,These are not verbs. http://notaverb.com/badbad_verbs
changeset,15474,[15474],ryan,3.0.1
changeset,15475,[15475],westi,Context for the medium password strength string to disabiguate it. Fixes #14431 for trunk props demetris.
changeset,15476,[15476],westi,"Context for the medium password strength string to disabiguate it. Fixes #14431 for 3.0.1 props demetris
"
changeset,15477,[15477],ryan,3.0.1
changeset,15478,[15478],nacin,Ensure we're checking  when looking for is_super_admin() in map_meta_cap(). Bump DB version.
changeset,15479,[15479],nacin,"Ensure we're checking  when looking for is_super_admin() in map_meta_cap(). Bump DB version.
fixes #14454 for the 3.0.1 tag."
changeset,1547,[1547],saxmatt,"Just a little annoyance.
"
changeset,15480,[15480],nacin,"Ensure we're checking  when looking for is_super_admin() in map_meta_cap(). Bump DB version.
fixes #14454 for trunk."
changeset,15481,[15481],ryan,"Network Admin, first pass. see #14435"
changeset,15482,[15482],ryan,Add user_meta to global groups. see #14475
changeset,15483,[15483],ryan,Fix network plugins menu active highlight. Props duck_. see #14435
changeset,15484,[15484],ryan,Update network upgrade links. see #14435
changeset,15485,[15485],ryan,Remove 'plugins page is not visible to normal users' notice. We're just not that into you.
changeset,15486,[15486],ryan,Remove show_post_thumbnail_warning
changeset,15487,[15487],ryan,Move dashboard_quota in dashboard.php. Don't perform current_user_can check before init.
changeset,15488,[15488],ryan,Move confirm_delete_users() to edit.php. Update links in edit.php. see #14435
changeset,15489,[15489],ryan,Favorite action for network admin. see #14435
changeset,1548,[1548],saxmatt,"Wording clarification.
"
changeset,15490,[15490],westi,Allow plugins to add more options to the comment status meta box easily. Fixes #14544 props ryan.
changeset,15491,[15491],scribu,Ajaxify list-type screens in the admin. See #14579
changeset,15492,[15492],scribu,Revert MS related stuff in plugins.php from [15491]
changeset,15493,[15493],scribu,"Small, subtle fixes. See #14596"
changeset,15494,[15494],scribu,Fix network files. See #14579
changeset,15495,[15495],scribu,Fix ajaxification in network area by using ajaxurl. See #14579
changeset,15496,[15496],scribu,Introduce WP_List_Table::check_permissions() and WP_List_Table::prepare_items(). Fixes #14596; See #14579
changeset,15497,[15497],scribu,Fix Comments meta box in post editing screen. See #14579
changeset,15498,[15498],scribu,Round th corners. Based on patch by wedsxcrfv. Fixes #14613
changeset,15499,[15499],scribu,Fix remaining links to ms-* files. Includes patch by markmcwilliams. See 14579
changeset,1549,[1549],saxmatt,"Nicer defaults.
"
changeset,154,[154],saxmatt,"Multiviews.
"
changeset,154,[154],tellyworth,add some wp_set_object_terms tests
changeset,15500,[15500],scribu,"In WP_Posts_Table, merge _single_row_hierarchical() and _single_row(). Fixes #14089; see #14579"
changeset,15501,[15501],scribu,Safer hierarchical display check. Fixes #14600; See #14579
changeset,15502,[15502],scribu,WP_Comments_Table::extra_tablenav() - move the closing div back to it's original position. Fixes #14612. Props josephscott
changeset,15503,[15503],markjaquith,Do not attempt to clear post cache for post ID 0... that will recursively destroy your server
changeset,15504,[15504],scribu,introduce WP_List_Table::comments_bubble(); revert to edit-comments.php?p=123. See #14579
changeset,15505,[15505],scribu,correct post id in comments_bubble()
changeset,15506,[15506],scribu,Temporary fix for #14637
changeset,15507,[15507],scribu,refactor admin-table.js code
changeset,15508,[15508],scribu,Fix the Trash quickling in edit-comments.php. See #14637
changeset,15509,[15509],scribu,Use adminTable to refill #the-extra-comment-list. See #14637
changeset,1550,[1550],saxmatt,"Opening up Staticize to work from other developers.
"
changeset,15510,[15510],scribu,Add register_column_headers() and print_column_headers() to deprecated.php to prevent fatal errors in plugins. See #14579
changeset,15511,[15511],scribu,Show dropdowns filter even when JS is disabled. Props blepoxp. Fixes #14150
changeset,15512,[15512],scribu,Add the floated_admin_avatar filter from WP_Comments_Table. See #14637
changeset,15513,[15513],scribu,Fix the comment type dropdown. Fixes #14637
changeset,15514,[15514],scribu,Deprecate get_hidden_columns(). Fixes #14651
changeset,15515,[15515],scribu,Move list table deprecated functions to wp-admin/includes/deprecated.php
changeset,15516,[15516],scribu,Remove dead code from WP_List_Table::print_column_headers()
changeset,15517,[15517],scribu,Make deprecated functions work. See #14651
changeset,15518,[15518],scribu,use is_a() instead of is_object() in screen_meta(). See #14579
changeset,15519,[15519],scribu,replace $table with $wp_list_table. See #14651
changeset,1551,[1551],saxmatt,"New submenu system.
"
changeset,15520,[15520],nacin,"Check for header image before showing it, in Twenty Ten. props koopersmith, see #14486 for trunk."
changeset,15521,[15521],ryan,Some escaping
changeset,15522,[15522],nbachiyski,"I18n fixes

Do not leave more than %s in a translatable string and add a comment for translators what each placeholder means
"
changeset,15523,[15523],nbachiyski,"Fix typo

There were multiple to-s
"
changeset,15524,[15524],scribu,Use global_terms_enabled() instead of is_multisite() for term quick-editing
changeset,15525,[15525],scribu,Fix Recently Active plugins screen. See #14579
changeset,15526,[15526],scribu,munge admin-table.js & minify jquery.query
changeset,15527,[15527],scribu,"On the plugins page, set  and  at the right time. See #14579"
changeset,15528,[15528],scribu,Introduce get_list_table(). See #14579
changeset,15529,[15529],markjaquith,"This readme sentence is talking about the license, not the copyright."
changeset,1552,[1552],saxmatt,"Too much of a mess
"
changeset,15530,[15530],scribu,Rename admin-table.js to list-table.js
changeset,15531,[15531],ryan,is_* WP_Query methods. Props mdawaffe. fixes #14494
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,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,15535,[15535],scribu,use unaltered  in the get_list_table_* filter
changeset,15536,[15536],markjaquith,"Leonard Lin was kind enough to relicense his balanceTags() function as ""GPL (any version)"" instead of ""GPL v2.0."" http://github.com/lhl/balanceTags/blob/master/README"
changeset,15537,[15537],ryan,Remove WP_USE_MULTIPLE_DB. Introduce init_charset() and set_charset(). fixes #14672
changeset,15538,[15538],scribu,Fix weird wrapping of sorting arrow in Chrome. Fixes #14706
changeset,15539,[15539],scribu,use get_users() in get_editable_user_ids() and cache result. See #14572
changeset,1553,[1553],saxmatt,"Bookmarklet escaping fix from Alex
"
changeset,15540,[15540],scribu,Deprecate unused get_author_user_ids()and get_editable_authors(). See #14572
changeset,15541,[15541],scribu,Fix post_author_meta_box(). See #14572
changeset,15542,[15542],scribu,"Deprecated get_editable_user_ids() altogether, along with similar, unused functions. See #14572"
changeset,15543,[15543],scribu,WP_User_Query constructor improvements. Props filosofo. Fixes #14709
changeset,15544,[15544],nbachiyski,"Make menus manipulation easier for plugin developers

 * Add a wp_nav_menu_objects filter, which gets a sorted list of all menu node objects in the currently rendered menu
 * Add current, current_item_ancestor and current_item_parent boolean member variables to each menu node object, which are true when the item has the current-menu-item, current-menu-ancestor or current-menu-parent CSS class respectively
"
changeset,15545,[15545],ryan,Fix typo in [15544]
changeset,15546,[15546],nacin,Use return_empty_array instead of create_function. see #14579.
changeset,15547,[15547],scribu,update WP_Query docs. See #14600
changeset,15548,[15548],scribu,Always set no_found_rows = true in get_posts(). Fixes #14528
changeset,15549,[15549],scribu,Don't use the  global anymore. Fixes #11624
changeset,1554,[1554],saxmatt,"Missing table block elements from arnau siches
"
changeset,15550,[15550],ryan,Update last_changed when cleaning comment cache. fixes #14713
changeset,15551,[15551],ryan,Cache to site_name instead of current_site_name.  Props benward. fixes #14461
changeset,15552,[15552],ryan,Pass more info to notification filters. Props mdawaffe. fixes #14743
changeset,15553,[15553],ryan,Link directly to comment in email notification. Props lancewillett. fixes #12797
changeset,15554,[15554],ryan,Make smilies links SSL aware. Props tech163. fixes #14360
changeset,15555,[15555],ryan,Hide more meta boxes by default. fixes #14212
changeset,15556,[15556],ryan,Fix page taxonomy query string. Props t31os_. fixes #14591
changeset,15557,[15557],markjaquith,This file was mistakenly labeled as being GPLv2-only. fixes #14727
changeset,15558,[15558],ryan,is_blog_admin(). fixes #14763
changeset,15559,[15559],ryan,Do not run kses on display filters for front page views. see #14758
changeset,1555,[1555],rboren," Fix a path info paging bug.  Add using_mod_rewrite().
"
changeset,15560,[15560],nacin,Add a note about REMOTE_ADDR behind proxies.
changeset,15561,[15561],nacin,Fix the delete_user meta cap.
changeset,15562,[15562],nacin,Fix the delete_user meta cap.
changeset,15563,[15563],nacin,Adjustments to [15549]. See #11624.
changeset,15564,[15564],nacin,"phpdoc, @since, whitespace. Also require an argument in wp_insert_post(). props duck_, see #14783."
changeset,15565,[15565],scribu,introduce _wp_meta_sql(). Preparation for adding blog_id to WP_User_Query. See #14572
changeset,15566,[15566],scribu,call get_users() from get_users_of_blog()
changeset,15567,[15567],scribu,fix wp_getAuthors in xmlrpc.php. See #14572 and [15566]
changeset,15568,[15568],scribu,Don't suppress errors in _wp_meta_sql(). See #14572
changeset,15569,[15569],scribu,Introduce WP_List_Table::get_items_per_page(). See #14579
changeset,1556,[1556],rboren,"Add is_year(), is_month(), is_day(), is_time().
"
changeset,15570,[15570],scribu,Fix meta query in WP_User_Query. See #14572
changeset,15571,[15571],scribu,Introduce WP_List_Table::row_actions(). See #14579
changeset,15572,[15572],scribu,Use get_users() in WP_MS_User_Table. See #14579
changeset,15573,[15573],scribu,remove useless __() call with variable. 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,15576,[15576],scribu,Fix Change Role dropdown. See #14579
changeset,15577,[15577],scribu,Fix theme pagination. See #14579
changeset,15578,[15578],scribu,introduce WP_List_Table::views(). See #14579
changeset,15579,[15579],scribu,Rewrite WP_User_Query to use JOIN instead of subquery. See #14572
changeset,1557,[1557],rboren,"Add previous_post_link() and next_post_link().
"
changeset,15580,[15580],scribu,Use multiple JOINs instead of CASE in _wp_meta_sql(). See #14572
changeset,15581,[15581],scribu,Use _wp_meta_sql() in WP_Query. See #14572. See #14645
changeset,15582,[15582],scribu,Don't hardcode the pagination base. Fixes #12507
changeset,15583,[15583],markjaquith,Do not cache terms indefinitely... use TTL of one day. fixes #11431. props Denis-de-Bernardy
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,15585,[15585],markjaquith,More efficient calendar queries. fixes #8351. props vladimir_kolesnikov
changeset,15586,[15586],markjaquith,Make the second (taxonomy) parameter for get_term_link() optional if you pass in a term object as the first argument (which has the taxonomy in it). fixes #13081. props scribu
changeset,15587,[15587],markjaquith,Support custom post type links in wp_list_pages(). fixes #14177. props scribu
changeset,15588,[15588],markjaquith,Duplicate Save button for nav menus at the bottom. fixes #14265. props duck_
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,1558,[1558],rboren,"Template redirection.
"
changeset,15590,[15590],nacin,"Phpdoc argument/@param cleanups. props duck_, see #14783."
changeset,15591,[15591],nacin,Only run update checks on the main site. fixes #14554.
changeset,15592,[15592],nacin,"Pass some context to the pre_comment_approved hook. props coffee2code, fixes #14802."
changeset,15593,[15593],nacin,"Fix typo. props mrmist, fixes #14571."
changeset,15594,[15594],nacin,"Speak in full, clear sentences. props mrmist, fixes #14633."
changeset,15595,[15595],nacin,"Return the character range removed in [15594]. fixes #14633, props demetris."
changeset,15596,[15596],scribu,Introduce 'edit_comment' meta cap. Fixes #14520
changeset,15597,[15597],scribu,Fix delete plugin links. See #14579
changeset,15598,[15598],scribu,"Clean up single_cat_title(), single_tag_title() and wp_title(). Fixes #14161"
changeset,15599,[15599],scribu,Replace is_term() with is_tax(). See #14161
changeset,1559,[1559],saxmatt,"XFN 1.1 profile
"
changeset,155,[155],saxmatt,"Markup fixes. Removed weblogs.com updater by default.
"
changeset,155,[155],tellyworth,invalid behaviour test
changeset,15600,[15600],nacin,Add force_filtered_html_on_import filter. fixes #14818.
changeset,15601,[15601],markjaquith,wp_dequeue_script() and wp_dequeue_style(). fixes #14815. props scribu
changeset,15602,[15602],scribu,Fix MS Sites nonce. See #14579
changeset,15603,[15603],scribu,Fix MS User search. See #14579
changeset,15604,[15604],westi,Apply some bandaid to WP_Comments_Table::prepare_items() to cover more of the different ways we include post IDs in urls/ajax queries.
changeset,15605,[15605],scribu,Fix posts screen for contributors. Fixes #14822
changeset,15606,[15606],nacin,Don't try to load WP in admin-ajax if we have no action to take.
changeset,15607,[15607],nacin,Fix UPLOADS constant. see #14840.
changeset,15608,[15608],nacin,"More efficient is_super_admin(). Don't call new WP_User on the current user. props mdawaffe, fixes #14842."
changeset,15609,[15609],nacin,"Fix image size handling in Twenty Ten. props lancewillett, iandstewart, see #14303 for trunk."
changeset,1560,[1560],michelvaldrighi,"whoops, typo in trackback_url_list
"
changeset,15610,[15610],potbot,"POT, generated from r15609"
changeset,15611,[15611],scribu,Apply filters consistently in get_*_template() functions. Fixes #14310
changeset,15612,[15612],scribu,Update Incutio XML-RPC Library to latest version (1.7.4). Props hakre. Fixes #14703
changeset,15613,[15613],scribu,Clean up taxonomy queries in WP_Query. See #12891
changeset,15614,[15614],nacin,"Don't show the default password nag on the profile screen. props duck_, fixes #14861."
changeset,15615,[15615],scribu,Calculate term count using $wp_query->tax_query. See #12891
changeset,15616,[15616],nacin,"Make note of an optional argument. props hakre, fixes #14870."
changeset,15617,[15617],nacin,Some docs and corrections to _wp_link_page().
changeset,15618,[15618],nacin,"Correct typo and use full blogs.dir path. props filosofo, fixes #14871."
changeset,15619,[15619],scribu,Fix border radius in login form. Props filosofo. Fixes #14872
changeset,1561,[1561],michelvaldrighi,"added user_can_edit_post and user_can_delete_post
"
changeset,15620,[15620],scribu,Clean up wp_list_authors(). See #10329
changeset,15621,[15621],scribu,use get_user_count() in get_sitestats()
changeset,15622,[15622],scribu,Add default display_rows() and single_row() methods to WP_List_Table. See #14579
changeset,15623,[15623],scribu,Apply filter to wp_get_current_commenter(). Fixes #14878
changeset,15624,[15624],scribu,Allow plugins to manipulate the meta query args. See #14645
changeset,15625,[15625],scribu,Remove extraneous sanitization of category_name. Leave it to wp_tax_query(). See #12891
changeset,15626,[15626],scribu,"Don't require category__in, tag__in etc. to be arrays necessarily. Fixes #14892"
changeset,15627,[15627],nacin,"Fix logic inversion in r15626. see #14892. Also note that r15626 fixed a s/is_category/is_tag/ typo introduced in r6011, on line 1340."
changeset,15628,[15628],scribu,Remove unused edit-*-rows.php files. See #14579
changeset,15629,[15629],scribu,Extra single_row_columns() out of single_row() for increased flexibility. See #14579
changeset,1562,[1562],michelvaldrighi,"added blogger.editPost and blogger.deletePost, time to move on to metaWeblog API addition
"
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,15631,[15631],scribu,Introduce get_ancestors(). Props filosofo. Fixes #12443
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,15633,[15633],scribu,Map 'approved' comment view to 'approve' comment status. See #14579
changeset,15634,[15634],scribu,Clarify code in wp_load_alloptions(). Props joelhardi. Fixes #14896
changeset,15635,[15635],ryan,Simplify sanitize_key() and use it in more places. see #14910
changeset,15636,[15636],ryan,Speed up is_serialized() with strpbrk().  Props Rasmus. see #14429
changeset,15637,[15637],ryan,"Remove annoying, useless construcotrs. Props Rasmus. http://talks.php.net/show/confoo10/8"
changeset,15638,[15638],nacin,Always include wp-db.php. Prevents a conditional include and allows db dropins to cleanly extend the wpdb class. Move require_wp_db() to load.php for consistency with bootloader helpers. fixes #14508.
changeset,15639,[15639],ryan,Revert [15637]. Still needed for PHP4.
changeset,1563,[1563],michelvaldrighi,"added metaweblog methods: newPost, editPost, getPost -- UNTESTED (yet)
"
changeset,15640,[15640],nacin,"Provide an example for add_role() capabilities argument. props simonwheatley, fixes #14918."
changeset,15641,[15641],ryan,Don't fetch theme_roots transient on every page load.  Avoid it altogether if there is only one theme dir.  fixes #14911
changeset,15642,[15642],scribu,Introduce WP_List_Table::current_action() and use throughout admin list screens. See #14579
changeset,15643,[15643],scribu,Make login css more flexible. Props joelhardi. Fixes #7763
changeset,15644,[15644],ryan,Theme searching. First pass. see #14936
changeset,15645,[15645],ryan,Options list for current theme. see #14936
changeset,15646,[15646],ryan,Options list for current theme. see #14936
changeset,15647,[15647],westi,First part of #14820. Copy the file to preserve history. Props filosofo.
changeset,15648,[15648],westi,"Complete the move to a seperate class file for #14820 props filosofo.
Add support for replacing the class used. Fixes #14814 props filosofo."
changeset,15649,[15649],scribu,Set $post_type to 'any' when taxonomies are involved (code resqued from r15613). See #12891
changeset,1564,[1564],michelvaldrighi,"added very basic timezone support to IXR_Date
"
changeset,15650,[15650],scribu,Consistently set $post_type to 'any' when a taxonomy query is involved. See [15649]. See #14589
changeset,15651,[15651],dd32,Use the correct term_id field in get_body_class().
changeset,15652,[15652],dd32,Do not generate invalid SQL for empty term archives. See #12891
changeset,15653,[15653],scribu,"Column headers revamp:
	* undeprecate get_column_headers()
	* undeprecate get_hidden_columns()
	* in WP_List_Table, rename get_column_headers() to get_column_info()
	* remove $taxonomy argument from single_row()
	* merge manage_columns_prefs() into screen_meta()
Fixes #14952. Fixes #14776.
"
changeset,15654,[15654],scribu,get_objects_in_term(): include term children when querying by slug. See #12891
changeset,15655,[15655],ryan,get_theme_feature_list() replaces install_themes_feature_list().  Does translation and works if feature_list is not accessible from api.wordpress.org. see #14936
changeset,15656,[15656],ryan,Feature filter visuals.  First pass. see #14936
changeset,15657,[15657],scribu,Remove misplaced code introduced in [15653]. See #14579
changeset,15658,[15658],ryan,Fix header positioning in IE9. Props iandstewart. fixes #14883
changeset,15659,[15659],dd32,Only show the Password Strength Meter when JavaScript is available. Fixes #14943
changeset,1565,[1565],michelvaldrighi,"added mw.getRecentPosts, mw.getCategories, refactored the living shit out of the rest of the file
"
changeset,15660,[15660],nacin,"Have get_boundary_post sort by post_date, not ID. props scribu, jk0. fixes #14035."
changeset,15661,[15661],nacin,Add a post type class to screen icons. props jfarthing84 for initial patch. see #14959.
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,15663,[15663],nacin,Remove debug cruft. see [15662].
changeset,15664,[15664],nacin,Apply [15661] to the edit-tags.php screens. fixes #14959. see #14886 for current_screen.
changeset,15665,[15665],nacin,"Add missing 'Moderate Comment' $title to comment.php. props MattyRob, fixes #14139."
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,15667,[15667],dd32,"Partially revert [15642]. Fixes Bulk deletion of non-media items. As a bonus, exit on redirects & check the post status is valid before querying it. See #14579"
changeset,15668,[15668],scribu,Update FSF Address in license.txt. Props niallkennedy. Fixes #14967
changeset,15669,[15669],scribu,Fix redirection when saving network settings. Fixes #14970
changeset,1566,[1566],saxmatt,"Stop recursive stop recursive stop recursive... Hat tip: Dougal
"
changeset,15670,[15670],nacin,Fix a comma splice. Props Amanda French.
changeset,15671,[15671],ryan,"Admin bar, first pass. see #14772"
changeset,15672,[15672],scribu,Do thorough resets in init() and init_query_flags(). Props coffee2code. Fixes #14976
changeset,15673,[15673],nacin,Don't echo the updated div on sites.php before the admin header.
changeset,15674,[15674],nacin,"Add missing echo. see #14139, [15665]."
changeset,15675,[15675],nacin,Some phpdoc for ms-functions.php. props boonebgorges. see #14953.
changeset,15676,[15676],scribu,Add inline documentation for ms-blogs.php. See #14953
changeset,15677,[15677],ryan,has_term(). Props ptahdunbar. fixes #12526
changeset,15678,[15678],ryan,Remove wordpressmu_wp_mail_from(). fixes #14586
changeset,15679,[15679],ryan,Eliminate admin_notice_feed(). Props technosailor. fixes #14587
changeset,1567,[1567],rboren,"Eliminate use of DOCUMENT_ROOT.  Look for .htaccess in 'home'.
"
changeset,15680,[15680],dd32,utilise wp_guess_url() in installation redirection to provide an Absolute URL. See #14062. See #14904
changeset,15681,[15681],dd32,indentation consistency
changeset,15682,[15682],dd32,"Retire IIS 3,4,5 Set-Cookie redirection workaround. See [2436] for original implementation. See #10187"
changeset,15683,[15683],azaozz,TinyMCE 3.3 first run
changeset,15684,[15684],azaozz,"Properly align all buttons in the TinyMCE dialogs, see #12574"
changeset,15685,[15685],scribu,Set 'cat' query var for backwards compatibility. Fixes #15007
changeset,15686,[15686],scribu,Split wp_filter_object_list() into wp_list_filter() and wp_list_pluck(). Fixes #15016
changeset,15687,[15687],scribu,Allow search in archive pages. Fixes #14831
changeset,15688,[15688],nacin,"Move some post and taxonomy functions from admin/includes to wp-includes in preparation for QuickPress template tag. Moves get_tags_to_edit, get_terms_to_edit, get_default_post_to_edit, media_buttons, _media_button, get_upload_iframe_src. Also introduce get_media_buttons as a wrapper for media_buttons. props jorbin, see #14966."
changeset,15689,[15689],nacin,Docs and breathing room for get_media_buttons() and friends. see #14966.
changeset,1568,[1568],michelvaldrighi,"added mw.newMediaObject (not tested yet), fixed local/gmt dates confusion, removed debug edits, ate an apple too and taught a coworker how to use our espresso machine (it only takes a button to press)
"
changeset,15690,[15690],nacin,"Have wp_delete_category wrap wp_delete_term. Move wp_delete_category into wp-includes scope for consistency. fixes #15008, props blepoxp."
changeset,15691,[15691],nacin,"wp_quickpress_form, first pass. props jorbin. see #14966."
changeset,15692,[15692],dd32,Sanitize meta keynames used as object properties on retrieval. Fixes #14924
changeset,15693,[15693],dd32,Fix profile link in admin bar. Props mellertime. Fixes #15022
changeset,15694,[15694],dd32,Fix return false; for Adminbar Blog info.
changeset,15695,[15695],dd32,Do not show admin bar in update iframes. See #14772
changeset,15696,[15696],dd32,Do not load adminbar css in media uploader. See #14772
changeset,15697,[15697],dd32,Preserve search terms on plugin management pages during actions. Fixes #14905 for trunk.
changeset,15698,[15698],dd32,"get_user_metavalues(): Use cached user objects when querying for a single user, Prevents duplicate usermeta queries from Adminbar. Whitespace & s/AS/as/. See #14772"
changeset,15699,[15699],nacin,Initialize a variable. fixes #15025.
changeset,1569,[1569],michelvaldrighi,"fix0red mw.newMediaObject, added byte-length logging (in which we learn Ecto 1.1.8 sends too many bytes, it seems)
"
changeset,156,[156],saxmatt,"Don't show the comment form if comments are closed.
"
changeset,156,[156],tellyworth,minor import test improvements
changeset,15700,[15700],dd32,Cache terms under more scenario's in update_post_caches(). Fixes #15026
changeset,15701,[15701],dd32,Do not load Taxonomy cache & Postmeta cache in get_boundary_post(). Fixes #15028
changeset,15702,[15702],dd32,Fix a hard-coded database table typo. s/wp_users/$wpdb->users/
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,15704,[15704],dd32,Forgot to change a variable name in [15703]
changeset,15705,[15705],dd32,"Introduce hierarchical taxonomy URL's, Can be enabled by setting 'hierarchical_url' to true upon taxonomy registration. See #12659"
changeset,15706,[15706],dd32,Revert part of [15703]. The Metadata API doesnt unserialize everything.
changeset,15707,[15707],dd32,Fix canonical redirection for permalinks containing %category% with nested categories and paging. Fixes #13471 for trunk
changeset,15708,[15708],dd32,Fix canonical redirection for permalinks containing %category% with nested categories and paging. Fixes #13471 for 3.0 branch
changeset,15709,[15709],scribu,Fix menu box search. Fixes #14335
changeset,1570,[1570],rboren,"404 permalink handler.
"
changeset,15710,[15710],ryan,Streamline password reset process. Allow user to input new password. Props scribu. see #5919
changeset,15711,[15711],ryan,jQuery UI 1.8.5. Props demetris. fixes #12863
changeset,15712,[15712],nacin,"Restore wp_delete_category. props blepoxp, fixes #15008."
changeset,15713,[15713],scribu,Recognize meta_query as a query var. Props aaroncampbell. Fixes #14645
changeset,15714,[15714],scribu,Strip redundant 'meta_' from 'meta_query' keys. See #14645
changeset,15715,[15715],scribu,Introduce WP_Object_Query. See #15032
changeset,15716,[15716],ryan,require_once to avoid error from admin bar snack menu include
changeset,15717,[15717],ryan,Fix user edit urls for network admin
changeset,15718,[15718],ryan,Revert [15717]; it had extra bits in it
changeset,15719,[15719],ryan,Fix user edit urls for network admin
changeset,1571,[1571],saxmatt,"Improved autolink function. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000236
"
changeset,15720,[15720],nacin,"Account for Twenty Ten in theme name collisions and properly fall back to TT in get_current_theme(). fixes #15719, props tonyf12."
changeset,15721,[15721],scribu,"Put the simple meta query first, so that orderby=meta_value works even when using 'meta_query'. See #15031"
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,15723,[15723],scribu,Move _wp_search_sql() into WP_Object_Query. Introduce WP_Comment_Search. See #15032
changeset,15724,[15724],scribu,Enhance get_meta_sql. Props aaroncampbell. Fixes #9124
changeset,15725,[15725],scribu,Use elseif in get_meta_sql(). Props Viper007Bond. See #9124
changeset,15726,[15726],scribu,Don't revalidate $meta_type in get_meta_sql(). Props Viper007Bond. See #9124
changeset,15727,[15727],ryan,Move themes_api() to theme.php so that it is available to themes.php. see #14936
changeset,15728,[15728],azaozz,"Properly reference tinyMCEPreInit in wp-tinymce.js.gz, fixes #15027"
changeset,15729,[15729],scribu,Revert part of [15713] to prevent notices. See #14645
changeset,1572,[1572],saxmatt,"Case typo in delete_post API hook. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000228
"
changeset,15730,[15730],scribu,further meta query optimization. props aaroncampbell. fixes #9124
changeset,15731,[15731],scribu,"Generalize taxonomy queries:
	* transform wp_tax_query() into WP_Object_Query::get_tax_sql()
	* create parse_tax_query() method in WP_Query
	* add doc-block for $tax_query and $meta_query
See #15032. See #12891.
"
changeset,15732,[15732],scribu,Make hierarchical URLs work for any hierarchical taxonomy. See #12659
changeset,15733,[15733],scribu,Better way of settings tax related query flags. See #12891
changeset,15734,[15734],scribu,Prevent db error when dealing with unexistant parent term. See #12891
changeset,15735,[15735],scribu,Fix password reset procedure. See #5919
changeset,15736,[15736],nacin,Shift theme mods to be reliant on the theme slug instead of name. fixes #15048.
changeset,15737,[15737],scribu,Proper handling of array query variables. Props loushou. Fixes #14330
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,15739,[15739],nacin,Some doc updates. see #15048.
changeset,1573,[1573],saxmatt,"Show # of awaiting comments in menu.
"
changeset,15740,[15740],markjaquith,Fix an English fail.
changeset,15741,[15741],markjaquith,Revert accidental inclusion in last commit... [15740]
changeset,15742,[15742],nacin,"Sticky post support for post types, first pass. see #12702, props azizur."
changeset,15743,[15743],scribu,More specific selector for checkbox columns. Props Cimmo for initial patch. Fixes #15051
changeset,15744,[15744],scribu,Fix irrelevant error message on plugin activation again. Props andy. Fixes #7671
changeset,15745,[15745],nacin,Fix irrelevant error message on plugin activation again. Props andy. Fixes #15062 for the 3.0 branch. see #7671.
changeset,15746,[15746],ryan,First pass of user admin. Network admin and screen cleanups. see #14696
changeset,15747,[15747],ryan,Unset global variables when they are no longer needed.
changeset,15748,[15748],scribu,Revive WP_User_Search as deprecated. See #14579
changeset,15749,[15749],westi,Ensure we don't generate incorrect content types when files are requested with query strings. Fixes #14450 props chrisbliss18.
changeset,1574,[1574],saxmatt,"Encoding change.
"
changeset,15750,[15750],westi,Avoid Notice if the query doesn't have a post set e.g. on a 404 . Fixes #15059 props chrisbliss18.
changeset,15751,[15751],scribu,Add 'tax_query' as public query var. See #12891
changeset,15752,[15752],scribu,Remove debug cruft introduced by [15751]. See #12891
changeset,15753,[15753],scribu,Introduce remove_menu_page() and remove_submenu_page(). Fixes #12718
changeset,15754,[15754],scribu,Revert part of [15753]. See [12914]. See #14666
changeset,15755,[15755],nacin,"Add NOT LIKE/BETWEEN/IN. props AaronCampbell, fixes #9124."
changeset,15756,[15756],nacin,s/Wether/Whether/
changeset,15757,[15757],nacin,Update via ajax the sample output of custom date/times on options-general. fixes #12636.
changeset,15758,[15758],ryan,Some more hierarchy loop detection.
changeset,15759,[15759],nacin,"s/Backend/Dashboard/. props markmcwilliams, fixes #14585."
changeset,1575,[1575],saxmatt,"Vanquishing the terror of iso-8859-1.
"
changeset,15760,[15760],dd32,Standardise on ->user->domain and ->user->account_domain being trailingslash'd. See #14772
changeset,15761,[15761],nacin,"Fix some notices. props mrmist, fixes #15079. Also some standards fixes."
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,15763,[15763],nacin,"svn add attachment.php. see #15078, r15762."
changeset,15764,[15764],scribu,Add WP_List_Table columns before all others. Fixes #15075
changeset,15765,[15765],scribu,Get rid of redundant ->tax_query. See #12891
changeset,15766,[15766],scribu,Get rid of redundant $this->meta_query. See #14645
changeset,15767,[15767],nacin,esc_html in WP_Object_Cache::stats(). fixes #15003.
changeset,15768,[15768],scribu,Fix warning caused by empty meta query. See #14645
changeset,15769,[15769],nacin,"s/blog/site/ on the admin bar code. props markmcwilliams, see #14772."
changeset,1576,[1576],saxmatt,"Missing dollar sign.
"
changeset,15770,[15770],scribu,Make parse_reques() set empty variables. Props filosofo for initial patch. Fixes #10710
changeset,15771,[15771],scribu,Allow string as first parameter to locate_template(). Props chrisbliss18 for initial patch. Fixes #15061
changeset,15772,[15772],nacin,Make it explicit that you can set fallback_cb to false in wp_nav_menu.
changeset,15773,[15773],scribu,don't re-urlencode taxonomy query vars. See #12891
changeset,15774,[15774],scribu,Remove redundant call to function_exists() in wp_nav_menu(). Fixes #15094
changeset,15775,[15775],scribu,Introduce wp_query_clauses filter. Fixes #14997
changeset,15776,[15776],scribu,Improve password reset email copy. See #5919
changeset,15777,[15777],ryan,"Post formats, take one. see #14746"
changeset,15778,[15778],ryan,has_post_format(). see #14746
changeset,15779,[15779],ryan,Allow deleting a format. see #14746
changeset,1577,[1577],saxmatt,"Eliminating some cruft.
"
changeset,15780,[15780],scribu,move password-strength-meter.js into user-profile.js. See #5919
changeset,15781,[15781],scribu,Revert part of [15780] included by accident. See #5919
changeset,15782,[15782],scribu,first pass at strength indicator on password reset. see #5919
changeset,15783,[15783],nacin,"Check for header image before showing it, in Twenty Ten. props koopersmith, fixes #14486 for 3.0."
changeset,15784,[15784],nacin,Fix header positioning in IE9. Props iandstewart. fixes #14883 for 3.0.
changeset,15785,[15785],nacin,Set IE6 incompatible CSS rule in a different selector. fixes #14688 for 3.0. props iammattthomas
changeset,15786,[15786],nacin,"Fix image size handling in Twenty Ten. props lancewillett, iandstewart, fixes #14303 for 3.0."
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,15788,[15788],nacin,s/showposts/posts_per_page/
changeset,15789,[15789],potbot,"POT, generated from r15788"
changeset,1578,[1578],rboren,"Require upgrade-functions.php so that call to upgrade_all() does not fail.  Reported by shelleyp, fixed by 2fargon.
"
changeset,15790,[15790],potbot,"POT, generated from r15788"
changeset,15791,[15791],scribu,Restore previous filter order in WP_Query. See #14997
changeset,15792,[15792],scribu,Introduce edit_term_link() and get_term_url(). Props yoast. Fixes #9702
changeset,15793,[15793],scribu,Don't attempt to convert objects to strings in WP->parse_request(). Fixes #14330
changeset,15794,[15794],scribu,Add posts_clauses_request filter too. Props hakre. See #14997
changeset,15795,[15795],scribu,Sacrifice DRY for readability in WP_Query. Props nacin for initial patch. See #14997
changeset,15796,[15796],scribu,Don't look in  in WP->parse_request(). See #15112
changeset,15797,[15797],ryan,Don't hide empty terms when determing exclude trees. Props layotte. fixes #14446
changeset,15798,[15798],ryan,Don't show a term's descendants in the parent selector. Props mdawaffe. fixes #14663
changeset,15799,[15799],ryan,Fix notice when creating users. Props coffee2code. fixes #14286
changeset,1579,[1579],rboren,"Limit number of posts displayed on the edit posts page to 15 unless searching by month.  In that case, show all posts for that month.  Regression from 1.2.  Reported by shelleyp.
"
changeset,157,[157],saxmatt,"Comments off is now faded.
"
changeset,157,[157],tellyworth,includes/formatting.php tests
changeset,15800,[15800],scribu,"get_edit_term_link() improvements:
	* add optional $object_type parameter
	* make $term_id and $taxonomy parameters mandatory
	* pass all relevant information to the filter
	* use in WP_Terms_Table
See #9702
"
changeset,15801,[15801],scribu,Rename get_edit_term_url() to get_edit_term_link() for consistency. See #9702
changeset,15802,[15802],nacin,"Pass screen context to favorite_actions filter. props whoismanu, fixes #15117."
changeset,15803,[15803],nacin,Custom post type archives. see #13818.
changeset,15804,[15804],nacin,Use correct variable. see #13818.
changeset,15805,[15805],scribu,Add hook in custom header admin page. Props blepoxp. Fixes #15119
changeset,15806,[15806],ryan,Prevent post and term hierarchy loops. Props mdawaffe. fixes #14662
changeset,15807,[15807],ryan,Hook up theme filter. see #14936
changeset,15808,[15808],westi,"Display mysql_connect errors when WP_DEBUG is enabled. Fixes #14654 props lloydbudd and hakre
Always die if we can't connect to the db no point in going any futher."
changeset,15809,[15809],ryan,Remove undismissable 'new themes must be activated' super admin notice.
changeset,1580,[1580],michelvaldrighi,"added Emmanuel Frecon's fix to create directories in mw.newMediaObject, removed some useless (and/or potentially dangerous) debug strings
"
changeset,15810,[15810],scribu,Introduce submit_button(). Props markjaquith for initial patch. See #15064
changeset,15811,[15811],ryan,Require plugin.php earlier so all pluggables can get at it. Props skeltoac. fixes #15042
changeset,15812,[15812],nacin,"Use map_meta_cap for multisite super admins in current_user_can_for_blog. props jamescollins, see #15122."
changeset,15813,[15813],nacin,Remove debug cruft.
changeset,15814,[15814],westi,Group the quicktags js. Fixes #15124.
changeset,15815,[15815],ryan,Nav menu phpdoc updates. Props Utkarsh. fixes #15125
changeset,15816,[15816],ryan,Improve regex performance in wptexturize().  Props mdawaffe. fixes #15093
changeset,15817,[15817],ryan,Remove dead code from get_next_posts_link(). Props filosofo. fixes #14850
changeset,15818,[15818],ryan,nav_menu and post_format taxonomies should not be public. fixes #15107
changeset,15819,[15819],nacin,"Custom post type archives, second pass. see #13818."
changeset,1581,[1581],saxmatt,"XHTML error.
"
changeset,15820,[15820],scribu,Get rid of old link category management files. Fixes #12285
changeset,15821,[15821],nacin,jQuery 1.4.3. props demetris. fixes #15135.
changeset,15822,[15822],azaozz,"Editor: stop inserting empty paragraphs before/after captioned images, see #15095"
changeset,15823,[15823],dd32,The Hook that never was. Use correct / Revert back-compat hookname changes in [15820]. See #12285
changeset,15824,[15824],dd32,Move hierarchical_url to $args['rewrite']['hierarchical']
changeset,15825,[15825],dd32,Merge Category/Tag URL creation/rewriting into general Taxonomy system. Removes the legacy handling for these url's. See #12659
changeset,15826,[15826],dd32,Remove missed tokens in [15825]. See #12659
changeset,15827,[15827],dd32,Prevent notices on non-existent Term locations (such as /tag/404-non-existant-term/)
changeset,15828,[15828],nacin,"Allow disabling of custom header uploads via remove_theme_support. props jorbin, fixes #14837."
changeset,15829,[15829],scribu,Apply filter in plugin_basename(). Props vladimir_kolesnikov. Fixes #13550
changeset,1582,[1582],rboren,"Add missing quotes.  Bug 0000254.
"
changeset,15830,[15830],scribu,Use submit_button() in more places. See #15064
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,15832,[15832],dd32,Use $wpdb->prepare in wp_old_slug_redirect(). See #15140
changeset,15833,[15833],ryan,Cache invalidation for get_blogs_of_user(). fixes #14379
changeset,15834,[15834],ryan,"Allow turning off the admin bar via WP_SHOW_ADMIN_BAR constant, no_admin_bar() function, or show_admin_bar filter. see #14772"
changeset,15835,[15835],ryan,Remove get_current_screen() call
changeset,15836,[15836],ryan,Allow flagging of a blog as mature via a URL. Move some actions into update_blog_status(). Props Viper007Bond. fixes #14385
changeset,15837,[15837],ryan,Introduce schedule_event filter. fixes #15146
changeset,15838,[15838],scribu,Fix custom post type feed when no regular posts present. Props aaroncampbell for initial patch. Fixes #14922
changeset,15839,[15839],scribu,"Get rid of wp_cache_key(), as it's not really that useful. See [15838]"
changeset,1583,[1583],rboren,"Localize comment_type() text.  Bug 246.  Patch from nbachiyski.
"
changeset,15840,[15840],nacin,"Restore jQ noConflict. props filosofo, fixes #15147."
changeset,15841,[15841],nacin,Inline docs for _get_last_post_time helper.
changeset,15842,[15842],nacin,Full @since's for 3.1.0.
changeset,15843,[15843],nacin,Pinking shears.
changeset,15844,[15844],nacin,Introduce show_in_menu for register_post_type. Allows post types to be a submenu. Accepts boolean and also a parent base. With help from duck_. fixes #14145.
changeset,15845,[15845],nacin,Remove debug cruft in [15844].
changeset,15846,[15846],nacin,"Doc fixes for wp_find_hierarchy_loop. props mdawaffe, fixes #14662."
changeset,15847,[15847],dd32,Fix current-cat & current-cat-parent classes for Category listings for non-category taxonomies. General cleanup of wp_list_categories() sanity checking. Props TheDeadMedic for the initial taxonomy patch. Fixes #15143
changeset,15848,[15848],dd32,Limit wp_old_slug_redirect() to redirecting to only posts of the same post_type kind. See #15140
changeset,15849,[15849],dd32,Prevent Notices in Incoming links widget. Fixes #14617
changeset,1584,[1584],rboren,"Send Geo Url Header only if use_geo_positions is set.  Bug 242. Patch from 2fargon.
"
changeset,15850,[15850],scribu,Re-add the ability to filter by 'taxonomy' and 'term' query vars. Fixes #13582. See #12891
changeset,15851,[15851],ryan,Lose get_ordered_blogs_of_user() and set_visibility().  Not using them yet. see #14772
changeset,15852,[15852],scribu,Don't stomp on posts_per_page in get_posts(). Props bobbyblade. Fixes #15150
changeset,15853,[15853],ryan,Plugin editing for network admin. Props PeteMall. see #14435
changeset,15854,[15854],scribu,Correct dockblock for the_terms()
changeset,15855,[15855],scribu,Make $id arg optional in the_terms(). Fixes #15160
changeset,15856,[15856],nacin,"Body classes for custom taxonomies and terms. props nkuttler, fixes #15017."
changeset,15857,[15857],nacin,Remove wp-admin/sidebar.php. fixes #15164.
changeset,15858,[15858],nacin,"Remove Lucida Grande from the sans serif font stack. fixes #8352, props iammattthomas."
changeset,15859,[15859],nacin,Add files we've deleted thus far to update-core.
changeset,1585,[1585],rboren,"More permissive, i18n friendly regexs.
"
changeset,15860,[15860],scribu,Fix 'taxonomy' and 'term' query var logic. See #12891
changeset,15861,[15861],scribu,Get rid of $taxonomy_query_vars altogether. See #12891
changeset,15862,[15862],ryan,admin_bar_init action. see #14772
changeset,15863,[15863],ryan,show_admin_bar(). see #14772
changeset,15864,[15864],ryan,Equal equal equal.  see #14772
changeset,15865,[15865],westi,Fix variable mis-name.
changeset,15866,[15866],ryan,Improved self determination. Props PeteMall. see #14435
changeset,15867,[15867],ryan,"Add plugin update notifications, plugin install, plugin update to the network admin screen. Props PeteMall. see #15129"
changeset,15868,[15868],nacin,Cast before implode. fixes #15167.
changeset,15869,[15869],nacin,"Fix dashboard menu icon in network admin. props PeteMall, see #14435."
changeset,1586,[1586],rboren,"Return post ID from generic_ping().  Bug 229.
"
changeset,15870,[15870],nacin,Add some more network admin logic to the plugins list table. fixes #15166.
changeset,15871,[15871],ryan,Add update-core to network admin. Props PeteMall. see #15162
changeset,15872,[15872],ryan,Schedule update checks from an init hook. see #15148
changeset,15873,[15873],nacin,Make get_users arg optional. props duck_. see #14572.
changeset,15874,[15874],scribu,Fix tax=term1+term2 queries. See #12891
changeset,15875,[15875],ryan,Update network-wide active user and blog counts via a cron job to avoid costly count queries. see #15170
changeset,15876,[15876],ryan,Add query args argument to get_users_of_blog().  Limit number of users fetched for user lists in sites table and edit blog form. see #15053
changeset,15877,[15877],markjaquith,Push capital P filter back behind the wpautop one to catch Wordpress after opening HTML tag
changeset,15878,[15878],nacin,Dashboard widgets in the network admin. props PeteMall. see #15163.
changeset,15879,[15879],nacin,Doc blocks for wp-admin/user. see #14696.
changeset,1587,[1587],rboren,"Fix variable name typo.  Patch from MooKitty.
"
changeset,15880,[15880],nacin,Doc blocks for wp-admin/network. see #14435.
changeset,15881,[15881],nacin,"Encode the amp in the edit-tags menu link for pages. props blepoxp, see #14489 for trunk."
changeset,15882,[15882],ryan,Use get_users() instead of get_users_of_blog(). Props scribu. see #15053
changeset,15883,[15883],nacin,Kill off get_users_of_blog args argument.
changeset,15884,[15884],nacin,"Fix html in WP_Object_Cache::stats. props Utkarsh, fixes #15183."
changeset,15885,[15885],ryan,Add network/update-core.php. see #15162
changeset,15886,[15886],ryan,Move add site form to site-new.php. see #15174
changeset,15887,[15887],scribu,Allow filtering comments by user_id via URL. Props neoxx. Fixes #14163
changeset,15888,[15888],scribu,Revert accidental changes to WP_Query made in [15887]. See #14163
changeset,15889,[15889],nacin,Use correct class.
changeset,1588,[1588],rboren,"Localize more text.  Bug 119.
"
changeset,15890,[15890],nacin,Rough first pass on map_meta_cap for custom post types. see #14122.
changeset,15891,[15891],nacin,Only check the post author if the post type supports authors. see #14122.
changeset,15892,[15892],nacin,Clean up get_post_type_capabilities. Don't bother with new capabilities for edit_others_posts and delete_others_posts if the post type does not support authors.
changeset,15893,[15893],scribu,Use isset() instead of '@'. Props Utkarsh. See #14579
changeset,15894,[15894],scribu,Fix notices in WP_List_Table::ajax_response(). Props Utkarsh. Fixes #15185
changeset,15895,[15895],nacin,Add @since to new file. props markmcwilliams. see #15174.
changeset,15896,[15896],nacin,"Pass user object through _wp_get_user_contactmethods() to the user_contactmethods filter. props aaroncampbell, fixes #15186."
changeset,15897,[15897],nacin,Only dumb down delete_others_posts if it deserves to exist. fixes a notice. see #14122.
changeset,15898,[15898],nacin,"Network admin theme install. props PeteMall, fixes #15184."
changeset,15899,[15899],nacin,"s/ms-options/settings. props PeteMall, fixes #14826."
changeset,1589,[1589],rboren,"Fix for bug 250:  Metaweblog API discards comment_status and ping_status.
"
changeset,158,[158],saxmatt,"Typo in title. Speling rox.
"
changeset,158,[158],tellyworth,add image shrink/constrain tests
changeset,15900,[15900],nacin,"Hooks for user dashboard. props PeteMall, see #14696."
changeset,15901,[15901],nacin,Rename Update menu to Updates in network admin. see #14435
changeset,15902,[15902],nacin,Please pardon my OCD.
changeset,15903,[15903],ryan,Tabbed interface for site editing. see #15174
changeset,15904,[15904],nacin,Pruning shears.
changeset,15905,[15905],ryan,Fix bulk network users nonce. Props duck_. fixes #15168
changeset,15906,[15906],nacin,"Checkboxes over radio buttons for site info tab. Values outside of 0/1 won't be changed, see #12832 for previous discussion. see #15174."
changeset,15907,[15907],nacin,"Use correct network admin icon. props PeteMall, see #15174."
changeset,15908,[15908],nacin,"And site-new, too. props PeteMall, see #15174."
changeset,15909,[15909],nacin,Revisions and attachments should also generate meta capabilities as part of their cap object. see #14122.
changeset,1590,[1590],rboren,"Escape content and title before inserting into the DB.  http://wordpress.org/support/2/12153
"
changeset,15910,[15910],nacin,"Mid-page headers should be h3, not h2."
changeset,15911,[15911],dd32,Support wildcard domains in WP_PROXY_BYPASS_HOSTS and WP_ACCESSIBLE_HOSTS. Fixes #14636 
changeset,15912,[15912],scribu,"Make plugin search & order methods, instead of standalone functions. See #14579"
changeset,15913,[15913],ryan,Fix id
changeset,15914,[15914],ryan,Remove redundant logged in check. Props neoxx. see #14772
changeset,15915,[15915],ryan,Fix attribute spacing. Props Utkarsh. see #14772
changeset,15916,[15916],ryan,Use underscore separator
changeset,15917,[15917],ryan,Actions for adding and deleting meta. Props wojtek.szkutnik mitchoyoshitaka. fixes #14173
changeset,15918,[15918],ryan,Fix media dialog keyPress handling. Props mdawaffe. fixes #14394
changeset,15919,[15919],ryan,Do not set role if it is the same. Props nickmomrik. fixes #14708
changeset,1591,[1591],saxmatt,"We're going to refer them to the heavy version instead.
"
changeset,15920,[15920],ryan,Default send to editor to true if the post parent is empty. Props blepoxp. fixes #14133
changeset,15921,[15921],scribu,Remove misplaced code in WP_Query::parse_tax_query(). See #12659
changeset,15922,[15922],scribu,Remove debugging code in wp_check_term_hierarchy_for_loops(). See #14662
changeset,15923,[15923],scribu,Introduce _qv_basename() and apply it to hierarchical taxonomies. See #9591.
changeset,15924,[15924],scribu,Use row_actions() in WP_Plugins_Table. See #14579
changeset,15925,[15925],scribu,Set $plugin_file as plugin row id. See #14579
changeset,15926,[15926],dd32,Do not use deprecated argument in wp-links-opml.php. See #15195
changeset,15927,[15927],scribu,Revert [15925]. See #14579
changeset,15928,[15928],dd32,"Do not Query for posts on OPML exports, Fixes OPML export script 404'ing due to no pages matching 'wp-links-opml.php'. Fixes #15195"
changeset,15929,[15929],scribu,Introduce sanitize_title_for_query(). See #9591
changeset,1592,[1592],saxmatt,"Texturize fix.
"
changeset,15930,[15930],scribu,remove_accents(): Nordic characters fixes. Props einare. Fixes #4739. See #9591
changeset,15931,[15931],scribu,Also convert uppercase letters in Latin Extended-B. See #9591
changeset,15932,[15932],nacin,Don't make redundant str_replace calls in link-template. props duck_.
changeset,15933,[15933],nacin,Use a consistent variable.
changeset,15934,[15934],nacin,"Allow capability_type to be an array, for odd plural situations such as story/storys/stories. After registration it reverts to a singular string. Lots of documentation for meta capabilities and post types, also some cleanups for register_post_type documentation. see #14122."
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,15936,[15936],nacin,"Move the CPT archive flag outside of the rewrite argument, into its own has_archive. has_archive controls more than just URL rewriting, it also handles whether ?post_type= is treated as a CPT archive. feeds remain in rewrite as ?feed= would work regardless. see #13818."
changeset,15937,[15937],nacin,Remove post_type params from is_archive(). use is_post_type_archive() for full context. see #13818.
changeset,15938,[15938],nacin,"Don't show the admin bar in the plugin/theme installers. Inserts condition directly into iframe_header(). Allows show_admin_bar() to be called after init by unsetting wp_admin_bar, thus preventing render once those hooks are fired. see #14772."
changeset,15939,[15939],azaozz,"Clean list-table.js: when declaring JS object a comma after the last property is invalid, remove unused vars. See #14579"
changeset,1593,[1593],saxmatt,"Bump to Markdown 1.0
"
changeset,15940,[15940],nacin,"Internal linking, first pass. props koopersmith, see #11420."
changeset,15941,[15941],nacin,Compress scripts and bump for [15939] [15940]. see #11420.
changeset,15942,[15942],nacin,"Remove dead arguments. see [15937], see #13818, props dd32."
changeset,15943,[15943],nacin,Rearrange wp-load include. see #11420.
changeset,15944,[15944],scribu,Add sanitized plugin name as id attribute to plugin rows. See #14579
changeset,15945,[15945],nacin,Allow fields with a paragraph tag to align to top in the form-table on settings pages. see #15205.
changeset,15946,[15946],nacin,"Disable static page dropdowns when 'latest posts' is selected on Settings > Reading. props koopersmith, fixes #15205."
changeset,15947,[15947],nacin,Don't use deprecated path in wp_admin_css call.
changeset,15948,[15948],ryan,Idempotence for sanitize_user().  Make sanitize_key() match its phpdoc. Props duck_ fixes #15198
changeset,15949,[15949],nacin,"Avoid extra conditional in the subdirectory rewrite rules. props wpmuguru, fixes #15083."
changeset,1594,[1594],saxmatt,"Remove optionvalues table.
"
changeset,15950,[15950],nacin,"Fix long taglines hidden under the header image lte IE7. props iandstewart, fixes #15113 for trunk."
changeset,15951,[15951],nacin,"Fix long taglines hidden under the header image lte IE7. props iandstewart, fixes #15113 for the 3.0 branch."
changeset,15952,[15952],nacin,"Don't let widget select boxes get cut off by the sidebar in Twenty Ten. props iandstewart, fixes #15114 for trunk."
changeset,15953,[15953],nacin,"Don't let widget select boxes get cut off by the sidebar in Twenty Ten. props iandstewart, fixes #15114 for trunk."
changeset,15954,[15954],nacin,Shuffle list-table files. First pass. see #14579.
changeset,15955,[15955],nacin,"Introduce require_list_table(), rework get_list_table() calls, split default-list-tables into individual files. see #14579."
changeset,15956,[15956],nacin,Commit the rest of [15955]. see #14579.
changeset,15957,[15957],nacin,Pass comment ID from comment_text to get_comment_text. Also add the comment object as context to the filter. fixes #14261
changeset,15958,[15958],nacin,phpdoc for the various list table includes. see #14579.
changeset,15959,[15959],nacin,Fix inverted logic. props duck_. fixes #15205.
changeset,1595,[1595],saxmatt,"Remove optiontypes  table.
"
changeset,15960,[15960],westi,Attempt at a fix for url encoding issues with UTF8 chars. See #10249.
changeset,15961,[15961],nacin,"Importer and exporter overhaul, mega props duck.

Exporter overhaul:
 * Add author information to export
 * Greater usage of slug identifiers
 * Don't export auto-drafts, spam comments, or edit lock/last meta keys
 * Inline documentation improvements
 * Remove filtering for now (@todo)
 * Bump WXR version to 1.1, but remain back compat in the importer

Importer overhaul (http://plugins.trac.wordpress.org/changeset/304249):
 * Use an XML parser where available (SimpleXML, XML Parser)
 * Proper import support for navigation menus
 * Many bug fixes, specifically improvements to category and custom taxonomy handling
 * Better author/user mapping

Fixes #5447 #5460 #7400 #7973 #8471 #9237 #10319 #11118 #11144 #11354 #11574 #12685 #13364 #13394 #13453 #13454 #13627 #14306 #14442 #14524 #14750 #15055 #15091 #15108.

See #15197.
"
changeset,15962,[15962],ryan,Generalize seletion for h2 and h3 tabs. Props chrisbliss18 fixes #15154
changeset,15963,[15963],scribu,Remove dead 'delete-link-cat' ajax handler. See #12285
changeset,15964,[15964],nacin,Remove redundant filter. props coffee2code. fixes #14285.
changeset,15965,[15965],nacin,wp_htmledit_pre for salts in wp-admin/network. fixes #15092.
changeset,15966,[15966],nacin,"Fix custom background selector for IE7. props duck_, fixes #14152."
changeset,15967,[15967],nacin,"Also look for SUBDOMAIN_INSTALL in is_multisite(). props wpmuguru, fixes #14536 for 3.0."
changeset,15968,[15968],nacin,"Also look for SUBDOMAIN_INSTALL in is_multisite(). props wpmuguru, fixes #14536 for trunk."
changeset,15969,[15969],nacin,"Classes must be defined before they are extended. props PeteMall, see #14579."
changeset,1596,[1596],saxmatt,"Remove optiongroups  table.
"
changeset,15970,[15970],nacin,Allow page rewrites to be disabled. see #13818.
changeset,15971,[15971],ryan,Cause infinite recursion caused by malformed URLs. Props mdawaffe. fixes #14655
changeset,15972,[15972],ryan,Fix infinite recursion caused by malformed URLs. Props mdawaffe. fixes #14655
changeset,15973,[15973],ryan,Refactor wp_get_recent_posts to use get_posts(). Props blepoxp. fixes #14389
changeset,15974,[15974],westi,No Admin Bar for XML-RPC requests.
changeset,15975,[15975],westi,4th argument of wp.getOptions is optional so don't notice if it's not supplied.
changeset,15976,[15976],ryan,Hide more meta boxes by default. fixes #14212
changeset,15977,[15977],ryan,Remove “Actions: ” string from action links (on updater screens). Props demetris. fixes #15047
changeset,15978,[15978],nacin,"s/awhile/a while/. props jane, PeteMall, fixes #15225."
changeset,15979,[15979],nacin,"Fix Dashboard link in Network Admin on update-core. props PeteMall, see #14435."
changeset,1597,[1597],saxmatt,"Remove optiongroup_options table.
"
changeset,15980,[15980],westi,Expose the media options over XML-RPC. Fixes #15153 props koke.
changeset,15981,[15981],nacin,"Don't sort plugin descriptions column. Make on state for sortable columns black, not the typical link orange. fixes #15224."
changeset,15982,[15982],scribu,Introduce 'fields' query var to WP_Query. See #14777
changeset,15983,[15983],scribu,Add filters to *_metadata() functions. Props sc0ttkclark. Fixes #14766
changeset,15984,[15984],nacin,"Specify feed type in the_category_rss() call. props benward, fixes #14451."
changeset,15985,[15985],nacin,Remove trailing newlines. see #14579.
changeset,15986,[15986],scribu,Round bottom-right corner of the screen options dropdown. Fixes #15226
changeset,15987,[15987],scribu,Don't trigger verbose page rules if permalink begins with fixed string. Fixes #9824
changeset,15988,[15988],nacin,Bool cast preg_match. see #9824.
changeset,15989,[15989],nacin,"Bool cast preg_match, in readable form. see #9824."
changeset,1598,[1598],saxmatt,"Missing global.
"
changeset,15990,[15990],nacin,More pedantry.
changeset,15991,[15991],nacin,jQuery 1.4.4 preview as of Wed Oct 27 00:55:02 2010. see #15227.
changeset,15992,[15992],nacin,"Use 'Visit Site' in header if blog has no name. props blepoxp, fixes #13978."
changeset,15993,[15993],nacin,Standardize on 'Display as dropdown' and list those before post counts in default widgets. fixes #15096.
changeset,15994,[15994],nacin,Return empty array in wp_get_sidebars_widgets() if no sidebars are defined. fixes #14876.
changeset,15995,[15995],nacin,Fix UPLOADS constant. fixes #14840 for the 3.0 branch.
changeset,15996,[15996],nacin,Add 'Check Again' button and timestamp to update-core. Also return the same error message for themes as we do for plugins when no checkboxes are checked. fixes #14764.
changeset,15997,[15997],nacin,Wasn't me.
changeset,15998,[15998],westi,Bring back a seperate js file for the password strength meter and correctly mark it as a dependancy of the user profile code. See #5919.
changeset,15999,[15999],nacin,"Make a string accurate. props jane, see #5919."
changeset,1599,[1599],saxmatt,"Massive options cleanup and another step of cleaning up the upgrade/install.
"
changeset,159,[159],saxmatt,"Check for comment status.
"
changeset,159,[159],tellyworth,add tests for shortcodes.php
changeset,15,[15],saxmatt,"Use new features (texturize etc.) by default.
"
changeset,15,[15],tellyworth,rename rss item test
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,16001,[16001],nacin,"Language cleanup. props jane, scribu, fixes #14585."
changeset,16002,[16002],nacin,"Language cleanup. props mrmist, fixes #14409."
changeset,16003,[16003],nacin,Add a 'Sticky' filter on the edit posts page. Add post_in and post_not_in as private query vars in the WP class to support this. fixes #8466.
changeset,16004,[16004],nacin,Don't check the raw edit_others_posts cap. see #12702.
changeset,16005,[16005],nacin,"Fix some encoding issues. props hakre, fixes #14735."
changeset,16006,[16006],dd32,Use Absolute URL's in header redirects in wp-admin/plugin.php. See #14062
changeset,16007,[16007],westi,Use the api to build site urls. Props nacin.
changeset,16008,[16008],dd32,Use Absolute URL's & API's in header redirects in more locations. See #14062
changeset,16009,[16009],nacin,"Move registration.php functions to user.php. Deprecate registration.php, everything is now included by default. fixes #13761."
changeset,1600,[1600],saxmatt,"Version bump.
"
changeset,16010,[16010],nacin,"Improve the line height on div.updated, div.error. props joelhardi, fixes #14891."
changeset,16011,[16011],scribu,Pass $network_wide flag to de/activation hooks. See #14170
changeset,16012,[16012],scribu,Don't call activation hooks when upgrading. Props joelhardi for initial patch. See #14915
changeset,16013,[16013],westi,Restore the (at most 15) on the Recent Posts Widgets UI - Accidentally removed as part of [14483].
changeset,16014,[16014],ryan,Action switch no longer needed. see #15174
changeset,16015,[16015],ryan,Use self_admin_url(). Props PeteMall. see #14062
changeset,16016,[16016],westi,"First pass at 'wp.getMediaItem'	and
 'wp.getMediaLibrary'. See #15151 props koke."
changeset,16017,[16017],scribu,Fix inconsistencies in metadata filters. Props sc0ttkclark. See #14766
changeset,16018,[16018],scribu,Move get() and set() methods from WP_Query to WP_Object_Query. See #15032
changeset,16019,[16019],scribu,Add filters to WP_Comment_Query. Props sc0ttkclark. Fixes #15019
changeset,1601,[1601],saxmatt,"Install and upgrade refactoring complete.
"
changeset,16020,[16020],scribu,Make comment clauses more similar to post clauses. See #15019
changeset,16021,[16021],scribu,Trigger activation hooks for netork plugins when new site is created. See #14170
changeset,16022,[16022],scribu,Set additional fields when searching. Fixes #15211
changeset,16023,[16023],scribu,Fix variable name and re-minify list-table.js. See #15211
changeset,16024,[16024],nacin,"Docs for wp-admin/includes/file.php. props sivel, see #14783."
changeset,16025,[16025],nacin,Use call_user_func for wpnique_filename callback. fixes #14627.
changeset,16026,[16026],nacin,"More self_admin_url. props PeteMall, see #14062."
changeset,16027,[16027],scribu,Prevent double inclusion of plugin when already activated on main site. See #14435
changeset,16028,[16028],nacin,Add a class to 'Your comment is awaiting moderation' in the comment walker and Twenty Ten's callback. fixes #15206.
changeset,16029,[16029],nacin,"Remove unnecessary wp_cache_delete calls. props shidouhikari, fixes #14080."
changeset,1602,[1602],saxmatt,"Two new fields.
"
changeset,16030,[16030],nacin,"Use correct variable. props linguasite, fixes #14141."
changeset,16031,[16031],nacin,"Use esc_html. Ancient, deprecated functions, but a valid fix nonetheless. fixes #14199."
changeset,16032,[16032],nacin,Fix comment.
changeset,16033,[16033],nacin,"Doc fix for get_author_posts_url. props simonwheatley, fixes #14249."
changeset,16034,[16034],westi,Remove create_function usage during preview. See #14424 props ScottMac.
changeset,16035,[16035],westi,Purger more create_function usage during autop and iso descrambling. See #14424 props ScottMac.
changeset,16036,[16036],nacin,"Remove unnecessary bulk actions for plugins re: network admin. props PeteMall, see #14435."
changeset,16037,[16037],nacin,"Don't show plugin update notifications outside of the network admin. props PeteMall, see #14435."
changeset,16038,[16038],westi,"Admin bar cleanup. See #14772 props filosofo.
Moves CSS into seperate files.
Patch cleanup included moving function call arguments back on to one line where not necessary to split them."
changeset,16039,[16039],westi,Strip out some junk from trunk. See #14772.
changeset,1603,[1603],saxmatt,"Track and check user agent for comments.
"
changeset,16040,[16040],nacin,"Don't show plugin update counts on the non network admin menu. props PeteMall, see #14435."
changeset,16041,[16041],westi,Revert [16039]. Wasn't as much junk as it looked :-( See #14772.
changeset,16042,[16042],westi,Debug should be a plugin not a core feature for now. See #14772.
changeset,16043,[16043],westi,Missing part of the admin bar rework. See #14772 props filosofo.
changeset,16044,[16044],westi,Add a todo. See #14772.
changeset,16045,[16045],westi,Comment it out better
changeset,16046,[16046],westi,phpDoc and a bug fix for the new media XMLRPC functions. See #15151 props koke.
changeset,16047,[16047],westi,Add a filter to the mime type list displayed in the iframe media uploader when viewing the media library. Fixes #6348 props wojtek.szkutnik
changeset,16048,[16048],scribu,More precise role querying. Props johnbillion for initial patch. Fixes #12693
changeset,16049,[16049],scribu,"s/awhile/a while. Props johnbillion, PeteMall. Fixes #14462"
changeset,1604,[1604],saxmatt,"Set GUID when posting.
"
changeset,16050,[16050],ryan,get_current_blog_id(). Props aaroncampbell. fixes #15233
changeset,16051,[16051],scribu,Move WP_Object_Query to it's own file. See #15032
changeset,16052,[16052],scribu,Remove duplicate file docs. See #15032
changeset,16053,[16053],scribu,Make get_meta_sql() return associative array. See #15032
changeset,16054,[16054],ryan,Typo fix. Props markmcwilliams. see #14772
changeset,16055,[16055],ryan,Lose the snack menu. see #14772
changeset,16056,[16056],scribu,Add terms_clauses filter. Props sc0ttkclark for initial patch. See #15020
changeset,16057,[16057],ryan,Don't show private attachment taxonomies in the uploader. see #14746
changeset,16058,[16058],ryan,s/Read Site/Visit Site/. Props markmcwilliams. see #14772
changeset,16059,[16059],scribu,Introduce get_terms_args filter. Fixes #15020
changeset,1605,[1605],saxmatt,"Set GUID on upgrade. CURRENTLY NOT WORKING. For some reason the get_settings calls aren't working.
"
changeset,16060,[16060],ryan,Update wp-tinymce.js.gz. see #11420
changeset,16061,[16061],markjaquith,Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064
changeset,16062,[16062],westi,Add a TODO to review this code later.
changeset,16063,[16063],westi,Ensure we always have a headers array.
changeset,16064,[16064],westi,Introduce WP_HTTP_IXR_Client. Extends IXR_Client and switches it to using the WordPress HTTP API instead of fsockopen. See #10588 props andy and ryan.
changeset,16065,[16065],westi,Switch to using WP_HTTP_IXR_Client in core. See #10588.
changeset,16066,[16066],nacin,"Revert submit_button() for wp-includes, setup-config, install, login, signup. see [16061], see #15064, fixes #15247.
"
changeset,16067,[16067],nacin,"Restore submit_button() for user-new. props markmcwilliams, see #15064."
changeset,16068,[16068],westi,Don't pass deprecated argument to discover_pingback_server_uri!
changeset,16069,[16069],westi,Fix some notices when pinging
changeset,1606,[1606],saxmatt,"Enable morally correct trackback autodiscovery.
"
changeset,16070,[16070],westi,"More admin bar updates. See #14772 props filosofo.
Moves js out into seperate file.
Respects WP_SHOW_ADMIN_BAR.
Moved shortlink to top-level
Removed admin bar from non-multisite admin pages.
Set eol-style on new files."
changeset,16071,[16071],westi,If someone has defined WP_SHOW_ADMIN_BAR it wins period. Otherwise we break for things like XMLRPC which disable this always. See #14772.
changeset,16072,[16072],westi,We never want an admin bar on an APP request either. See #14772.
changeset,16073,[16073],nbachiyski,"Introduce and use translate_nooped_plural(). Fixes #13996

 * _n_noop() and _nx_noop() now return associative arrays for greater clarity
 * translate_nooped_plural() takes one such associative array and translates it
 * it works on both the result from _n_noop() and from _nx_noop()
 * this breaks backwards compatibility, but I doubt any plugin uses it (I will do a global grep to confirm)
 * translate_nooped_plural() is applied where applicable
"
changeset,16074,[16074],ryan,Fix typo. Props filosofo. see #14772
changeset,16075,[16075],nbachiyski,"Retain backwards compatiblity for the few plugins using _n_noop()
"
changeset,16076,[16076],westi,Don't show a shortlink button if we don't have one. See #14772.
changeset,16077,[16077],ryan,Beginnings of new admin bar organization. see #14772
changeset,16078,[16078],ryan,Add Appearance menu to admin bar. see #14772
changeset,16079,[16079],ryan,Add Updates menu to admin bar. see #14772
changeset,1607,[1607],saxmatt,"Slight cleanup
"
changeset,16080,[16080],westi,Only show it as the Global Dashboard if multisite. See #14772
changeset,16081,[16081],ryan,Use a sprite for screen options toggle. Props TECannon PeteMall. see #15163
changeset,16082,[16082],ryan,Fix comments links. Props PeteMall. see #14772
changeset,16083,[16083],ryan,get_dashboard_url() and get_edit_profile_url().  Determine the appropriate dahboard for a user based on the user's blogs and the current blog.  see #14696 #14772
changeset,16084,[16084],ryan,Add Network Admin link to super admin menu.  Link Site Options to site-info.php. see #14772
changeset,16085,[16085],ryan,Use get_edit_profile_url(). see #14772
changeset,16086,[16086],ryan,Lose Manage Sites. see #14772
changeset,16087,[16087],ryan,Add toggle sprite. see #15163
changeset,16088,[16088],ryan,Remove old screen options images. see #15163
changeset,16089,[16089],scribu,Fix bulk actions for Network Admin -> plugins. See #14435
changeset,1608,[1608],saxmatt,"Bring wp.php into the 21st century
"
changeset,16090,[16090],azaozz,"Editor: utilize the new ""formats"" option in TinyMCE, fix errors in IE when pressing Enter inside a caption box, fix resizing of the caption box when the user soft-resizes the image in the editor, fixes #12574"
changeset,16091,[16091],ryan,get_queried_obecjt() and get_queried_object_id(). Props filosofo. fixes #14015
changeset,16092,[16092],nacin,Kill what_to_show on upgrade. fixes #9815.
changeset,16093,[16093],nacin,"Move an array cast further down the stack. props filosofo, fixes #13965."
changeset,16094,[16094],nacin,"Prevent network creation when OMG_DO_NOT_UPGRADE_GLOBAL_TABLES is defined. props wpmuguru, fixes #14246."
changeset,16095,[16095],nacin,"Add menu-item-object-$object class. props filosofo, fixes #14053."
changeset,16096,[16096],scribu,Optimize menu item creation. Props filosofo. Fixes #14415
changeset,16097,[16097],nacin,"Fix nested HTML in submit_button(). fixes #15257, see #15064."
changeset,16098,[16098],nacin,Kill the admin-bar directory. see #14772.
changeset,16099,[16099],nacin,Begin the dissolution of classes.php. see #10287.
changeset,1609,[1609],saxmatt,"Friendlier comment schema.
"
changeset,160,[160],saxmatt,"Check if pings are allowed.
"
changeset,160,[160],tellyworth,upload function tests
changeset,16100,[16100],nacin,"Move Walker_Page* to post-template, Walker_Category* to category-template, and rm classes.php. see #10287."
changeset,16101,[16101],nacin,File-level phpdoc for new class files. fixes #10287.
changeset,16102,[16102],nacin,Remove the classes.php include and delay the lesser important remnants of classes.php. fixes #10287.
changeset,16103,[16103],nacin,Use a create_users cap for Sites > Add New. fixes #14621.
changeset,16104,[16104],nacin,"Move code out of the conditional. props duck_, fixes #14415."
changeset,16105,[16105],scribu,Fix regression introduced by [16096]. Props duck_. See #14415
changeset,16106,[16106],scribu,Add 'get_meta_sql' filter. Props sc0ttkclark for initial patch. Fixes #15018
changeset,16107,[16107],scribu,Fix class in wp-admin/users.php submit button. See #15064
changeset,16108,[16108],scribu,Move no_items logic to WP_Comments_Table. See #14579
changeset,16109,[16109],scribu,WP_List_Table::no_items() consistency fixes. See #14579
changeset,1610,[1610],rboren,"Improve paging by days.  Retabify source.
"
changeset,16110,[16110],nacin,<br/> tags are self-closing. see #14579.
changeset,16111,[16111],westi,Always capture ! as part of a url. See #14993 props filosofo.
changeset,16112,[16112],westi,Check for empty strings before indexing into them. Fixes #15265 props solarissmoke.
changeset,16113,[16113],westi,First pass at a new Network Admins page for Theme enable/disable/upgrade. See #14897 props PeteMall.
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,16116,[16116],scribu,Remove check on unexistant $ids var in WP_Query::get_posts. Props Utkarsh. See #12891
changeset,16117,[16117],scribu,remove redundant 'Network ' prefix from action names and redundant display_tablenav() method. See #14897
changeset,16118,[16118],scribu,Set $current_screen before creating list table. Props rovo89. See #14579
changeset,16119,[16119],nacin,Translate a string.
changeset,1611,[1611],rboren,"Remove left over debug output.
"
changeset,16120,[16120],nacin,"Remove old ajax handler. props PeteMall, see #14897."
changeset,16121,[16121],scribu,make not_found puctuation translatable. See #14579
changeset,16122,[16122],scribu,Add contextual help for Network -> Sites. Props PeteMall. See #14897
changeset,16123,[16123],scribu,Fix search in network themes panel. Props PeteMall. See #14897
changeset,16124,[16124],westi,Improve WPLANG example. Fixes #13891 props TobiasBg.
changeset,16125,[16125],westi,"Make the class to filename mapping easier to read.
Ensure that we support PHP4 for now by passing references to objects in list tables code.
See #14579."
changeset,16126,[16126],westi,"Correct the subdomain/non-subdomain logic when listing sites.
Tidy up the case statement.
See #15174."
changeset,16127,[16127],westi,"Split out the list table functions into a seperate file from the base class.
See #14579."
changeset,16128,[16128],westi,"The big renaming of the list-table class files.
See #14579"
changeset,16129,[16129],westi,"Group the Network admin List Tables class mapping seperately so they are easier to pick out. See #14435, #14579"
changeset,1612,[1612],rboren,"Add wp-layout and a string translation.  From MooKitty.
"
changeset,16130,[16130],westi,Allow better contextual based filtering of the path to the image being edited by having specific filters for local filesystem and url based paths.
changeset,16131,[16131],westi,Apply the missing bits of the patch. Fixes #13891 props TobiasBg and zeo
changeset,16132,[16132],ryan,Use CPTs in admin bar menus. Props duck_. see #14772
changeset,16133,[16133],westi,Enable the dialog for paste as plain text in the new TinyMCE paste plugin. Fixes #15278.
changeset,16134,[16134],ryan,edit.php markup fixes. Props wahgnube. fixes #15260
changeset,16135,[16135],ryan,Die if user doesn't have caps for the post type.  Props duck_. fixes #15259
changeset,16136,[16136],westi,"First pass of wp-admin.css cleanup from JohnONolan.
Merge conflicts manually resolved and marked for review
Not recompressed for now to allow for easier side by side testing.
So test with SCRIPT_DEBUG set to true.
See #14770 props JohnONolan
"
changeset,16137,[16137],ryan,"For large networks, show the latest registered blogs without paging to avoid expensive count queries. see #15170"
changeset,16138,[16138],westi,Add a post class if a password is required for the post to be displayed. See #13860 props zeo.
changeset,16139,[16139],westi,Add the post status as a class so that a theme can easily style private posts differently. Fixes #15279.
changeset,1613,[1613],rboren,"Add missing join to page by day query.
"
changeset,16140,[16140],ryan,Add edit theme links. Props PeteMall. see #14897
changeset,16141,[16141],nacin,"Add theme updates to the network themes screen. props PeteMall, see #14897."
changeset,16142,[16142],scribu,Rename class.wp-object-query.php to class-wp-object-query.php. See #15032
changeset,16143,[16143],scribu,Just pass meta type to get_meta_sql(). See #15032
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,16145,[16145],nacin,"Blue theme refresh, first pass. props saracannon. see #15207."
changeset,16146,[16146],nacin,"Housekeeping for blue refresh. Script bumps, image bumps, remove unused blue-specific files. see #15207."
changeset,16147,[16147],nacin,Remove deleted file from the manifest. Note that most other blue files were never added. see #15207.
changeset,16148,[16148],nacin,"Add screen options toggle. props saracannon, see #15207."
changeset,16149,[16149],westi,Rename new classes to match our coding standards. Fixes #15280.
changeset,1614,[1614],rboren,"New page by day code from Sebastian Herp.
"
changeset,16150,[16150],westi,Don't capture RFC3986 sub-delims when making urls clickable except for ). Fixes #14993 props filosofo.
changeset,16151,[16151],westi,Revert 16150 - breaks things more than it fixes things. See #14993
changeset,16152,[16152],nacin,"Implement the screen options toggle sprite across color schemes. props PeteMall, and use correct file ext, props ocean90. see #15207."
changeset,16153,[16153],nacin,"Cleaned up WP logo for blue refresh. props saracannon, see #15207."
changeset,16154,[16154],scribu,Introduce wp_basename() and use it for media handling. See #11887
changeset,16155,[16155],scribu,Use wp_basename() in WP_Query too. See #11887
changeset,16156,[16156],nacin,"New color scheme swatches for the profile page. props JohnONolan, saracannon. see #15207."
changeset,16157,[16157],ryan,Default to id since registered doesn't have an index. see #15170
changeset,16158,[16158],westi,Revert part of [16126] and restore the correct behaviour in the ms sites list. Fixes #15297 props ronbme
changeset,16159,[16159],nacin,"Tabs for internal linking. props koopersmith, see #11420."
changeset,1615,[1615],rboren,"Apache 1.3 does not support the reluctant (non-greedy) expression modifier.  Remove the modifier when outputting mod_rewrite rules.
"
changeset,16160,[16160],ryan,Show latest x users with no paging if on a large network. see #15170
changeset,16161,[16161],ryan,Lose wildcards in site search. Maybe bring it back as an option. see #15170
changeset,16162,[16162],ryan,Lose super admin bar css. No longer used. see #14772
changeset,16163,[16163],ryan,Check for install_plugins cap too since it can be removed for supes. see #15163
changeset,16164,[16164],westi,Much better description for the noconfirmation check box.
changeset,16165,[16165],ryan,jQuery UI 1.8.6. Props demetris. fixes #15303
changeset,16166,[16166],ryan,Drop Sites search action dropdown. Determine the search action from the search string. see #15170
changeset,16167,[16167],ryan,Make IP query threshold more restrictive. see #15170
changeset,16168,[16168],ryan,Anchor user search queries to the front.  Limit columns searched based on what the search string looks like. see #15170
changeset,16169,[16169],ryan,Allow trailing wildcard site searches by appending *. see #15170
changeset,1616,[1616],saxmatt,"Move trackbacks to new comment function.
"
changeset,16170,[16170],ryan,Allow trailing wildcard user searches by appending *. see #15170
changeset,16171,[16171],scribu,List-table Class Names: Consistency's Revenge. See #14579
changeset,16172,[16172],scribu,complete the renaming. props ocean90. See #14579
changeset,16173,[16173],nacin,"Blue tweaks. props saracannon, see #15207."
changeset,16174,[16174],markjaquith,"add_theme_support( 'post-formats', array( 'aside', 'image', 'etc' ) ); Add UI for choosing a post format, and save the choice. see #14746
"
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,16176,[16176],potbot,"POT, generated from r16175"
changeset,16177,[16177],westi,"Add define('WP_SHOW_ADMIN_BAR' , false) for now. See #15315."
changeset,16178,[16178],westi,When adding a user to the blog pass in the current blog id. See #15316.
changeset,16179,[16179],westi,Don't mangle the primary_blog option when trying to fix it. Don't set people to be a subscriber on a blog they already have a role for. See #15316
changeset,1617,[1617],saxmatt,"Trackback fix from Michael Dale.
"
changeset,16180,[16180],scribu,Allow tag cloud using multiple taxonomies. Props sorich87. Fixes #15313
changeset,16181,[16181],ryan,Use bool not string. Props TobiasBg. see #15170
changeset,16182,[16182],scribu,Default to get_current_screen() in list table classes. See #14579
changeset,16183,[16183],ryan,Add new user page for network admin. Props PeteMall. see #14435
changeset,16184,[16184],ryan,Check create_users cap. see #14435
changeset,16185,[16185],westi,Check the current user can create sites before showing the button. See #14435 props PeteMall.
changeset,16186,[16186],ryan,jQuery 1.4.4rc2. see #15227
changeset,16187,[16187],markjaquith,Do our return falses. Props duck_. see #14746
changeset,16188,[16188],markjaquith,"Limit post format UI to posts only, for now. see #14746"
changeset,16189,[16189],markjaquith,Bump the post.js version
changeset,1618,[1618],rboren,"Paging by days fix.
"
changeset,16190,[16190],scribu,Minor cleanups. See #14579
changeset,16191,[16191],markjaquith,"Translate and prettify post formats for display. Also, filterable by themes/plugins to add new ones. see #14746"
changeset,16192,[16192],scribu,Revert [16182] for comments table. See#14579
changeset,16193,[16193],scribu,Network Themes cleanup. Props PeteMall. See #14897
changeset,16194,[16194],scribu,Fix screen options for the network admin themes and plugins. Props ocean90. Fixes #15269. Also fixes [16190]
changeset,16195,[16195],scribu,Rename property _screen to screen. See #14579
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,16197,[16197],markjaquith,Add Post Format support to TwentyTen. Can now use this to designate an Aside or a Gallery! see #14746
changeset,16198,[16198],markjaquith,"get_post_format_string() to get nice version of a post format slug. Try appending post format as a post-status label. Enclose in square brackets to help it stand out. Remove post format strings filter. If this is going to be standard, it should be standard. see #14746"
changeset,16199,[16199],potbot,"POT, generated from r16198"
changeset,1619,[1619],saxmatt,"Quicktag scroll uber-fix for Moz from Alex
"
changeset,161,[161],saxmatt,"Version change.
"
changeset,161,[161],tellyworth,image resize tests
changeset,16200,[16200],markjaquith,"Post Formats generate output in post_class() (format-foo), and body_class() (for single... single-format-foo). Now themers can support Post Formats with one line of PHP and by adding CSS! see #14746"
changeset,16201,[16201],markjaquith,format-FOO classes on post edit row TR tags. props deanjrobinson. see #14746
changeset,16202,[16202],markjaquith,Allow get_post_format() to assume current post if none passed in. see #14746
changeset,16203,[16203],westi,Restore the functionality of some of the other timezone format modifiers in date_i18n props nbachiyski.
changeset,16204,[16204],scribu,Skip category/tag queries if post type doesn't support them. Props mfields. Fixes #15322
changeset,16205,[16205],scribu,remove leading <li> from get_views() and add it later. Fixes #15321
changeset,16206,[16206],ryan,"Eliminate some queries in get_page_by_path() by consulting cache. Props Denis-de-Bernardy, wojtek.szkutnik. fixes #11373"
changeset,16207,[16207],ryan,Don't anchor regex. Props ozh. fixes #14628
changeset,16208,[16208],ryan,Don't fire wp_notify_postauthor() when the author moderated the comment. Props mrmist. fixes #12774
changeset,16209,[16209],ryan,Introduce user_can(). Props simonwheatley. fixes #14602
changeset,1620,[1620],saxmatt,"Retrospam check from Kitten
"
changeset,16210,[16210],ryan,Remove role selector from network admin user-edit. Props PeteMall. see #14435
changeset,16211,[16211],nacin,"Add missing arguments to post_type_archive_title. props greenshady, see #13818."
changeset,16212,[16212],scribu,Make post column hooks consistent. See #14579
changeset,16213,[16213],nacin,Revert [16021]. See #14170.
changeset,16214,[16214],scribu,Clean up WP_Terms_List_Table::column_default(). See #14579
changeset,16215,[16215],scribu,Make get_file_data() regex more precise. Fixes #15193
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,16218,[16218],scribu,Uncheck mass select checkbox when updating rows via ajax. See #14579
changeset,16219,[16219],potbot,"POT, generated from r16218"
changeset,1621,[1621],saxmatt,"Slight wording change.
"
changeset,16220,[16220],potbot,"POT, generated from r16218"
changeset,16221,[16221],westi,Remove WP_SHOW_ADMIN_BAR and go off existing and new defines on page type. See #15315
changeset,16222,[16222],westi,Extra cap checks. See #15326.
changeset,16223,[16223],ryan,Send moderation emails to post author. see #6286
changeset,16224,[16224],ryan,Issue user_admin_notices for user admin.  Issue admin_notices only for blog admin.  Issue all_admin_notices for all dashboards. see #14696
changeset,16225,[16225],ryan,Prime blogs of user cache from old cache to avoid mass DB requests on upgrade. see #14379
changeset,16226,[16226],scribu,"Use screen id instead of base, to be consistent with older filters. See #14579"
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,1622,[1622],saxmatt,"Delete all them suckers.
"
changeset,16230,[16230],scribu,Remove nofollow on comment reply links. Fixes #10550
changeset,16231,[16231],westi,Ensure that booleans are booleans for now. See #15336.
changeset,16232,[16232],westi,Fix typo. See #15336 props Utkarsh.
changeset,16233,[16233],westi,Fix typo in error message. Props PeteMall
changeset,16234,[16234],westi,"Fix typo. See #15336 props Utkarsh.
Also actually correctly cast to boolean :-)"
changeset,16235,[16235],scribu,Use get_current_screen() in list table classes. Fixes #15338
changeset,16236,[16236],westi,Encode quotes and chevrons in the HTML editor version of the generated captions too. Fixes #15343.
changeset,16237,[16237],ryan,Add the former contents of ms-admin.php to a right now widget for the network admin. see #14435
changeset,16238,[16238],ryan,Fix typo. Props PeteMall. see #14435
changeset,16239,[16239],ryan,Update links. see #14435
changeset,1623,[1623],saxmatt,"Some named entities have numbers.
"
changeset,16240,[16240],ryan,Use submt_button(). see #14435
changeset,16241,[16241],ryan,Use bool for allowed themes. Props PeteMall. see #14897
changeset,16242,[16242],ryan,site-themes.php cleanup. Props PeteMall. see #14897
changeset,16243,[16243],ryan,Resurrect nav-tab-wrapper. Lost in [16136]. see #15154
changeset,16244,[16244],scribu,Fix admin comment reply. See #14579
changeset,16245,[16245],nacin,Use spaces for alignment. see #15343 [16236]
changeset,16246,[16246],nacin,Hide the slugdiv by default for custom post types. Restores behavior toggled in [15555]. see #14212.
changeset,16247,[16247],nacin,enter_title_here filter. fixes #13386.
changeset,16248,[16248],nacin,"Merge two strings in JS, which were merged elsewhere some time ago."
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,1624,[1624],saxmatt,"Have WP mailed post come from author if email matches author in DB. Hat tip:  Jerome Cornet.
"
changeset,16250,[16250],nacin,Confirm that the queried term object is of the requested taxonomy in wp_list_categories. fixes #15347.
changeset,16251,[16251],nacin,Introduce menu_name label for taxonomies and post types. Defaults to name. fixes #14832.
changeset,16252,[16252],nacin,"Search for site-themes. props PeteMall, see #14897."
changeset,16253,[16253],nacin,"Set $tax as the taxonomy object, and kill off our colliding global from menu construction. see #15326."
changeset,16254,[16254],nacin,"Default to 'post' in WP_Terms_List_Table. props filosofo, fixes #15351."
changeset,16255,[16255],westi,Mark the calling of wp_get_recent_posts() with just a count as deprecated - only use in core was from XMLRPC.
changeset,16256,[16256],westi,"Switch the following XMLRPC api calls to support an optional number of posts.
blogger.getRecentPosts
metaWeblog.getRecentPosts
mt.getRecentPostTitles"
changeset,16257,[16257],westi,Better message.
changeset,16258,[16258],scribu,Set 'operator' field. Fixes #15350. See #12891
changeset,16259,[16259],scribu,"Allow mix of 'taxonomy' => 'foo', 'term' => 'bar' and 'foo2' => 'bar2'. Props filosofo. Fixes #15363"
changeset,1625,[1625],saxmatt,"Extra handy plugin hook.
"
changeset,16260,[16260],scribu,Make admin screen titles filterable. Props caesarsgrunt. Fixes #15301
changeset,16261,[16261],ryan,Route submenus added to old super admin menu to tools menu for now. see #14435
changeset,16262,[16262],ryan,Drop display_name from user search columns. It doesn't have an index. see #15170
changeset,16263,[16263],nacin,Better better message.
changeset,16264,[16264],ryan,Always allow super admins to have create_users. see #15357
changeset,16265,[16265],ryan,Give the user dashboard a more suitable title. see #14696
changeset,16266,[16266],scribu,Make get_meta_sql() a standalone function. See #15032
changeset,16267,[16267],scribu,Make get_tax_sql() a standalone function. See #15032
changeset,16268,[16268],nacin,Properly set up menu_name. We're handling it differently because it defaults off other labels. fixes #14832.
changeset,16269,[16269],nacin,Update phpdoc for wp_list_widgets(). fixes #15373.
changeset,1626,[1626],saxmatt,"Fixed type and moving out the sidebar.
"
changeset,16270,[16270],nacin,"Hello Dolly 1.6. fixes typo, props sbressler, fixes #15229. Removes absolute from positioning, props kapeels, fixes #15228. Add some whitespace."
changeset,16271,[16271],nacin,"Network Wide Settings -> Language Settings and kill the notice, which is implicit enough with the word 'Default.' see #14435."
changeset,16272,[16272],nacin,Network admin multisite checks and docs. see #14435.
changeset,16273,[16273],nacin,"Cripple capability_type. Produced inconsistent, janky meta cap mapping; now only acts as a capability base. see #14122."
changeset,16274,[16274],ryan,Admin bar hover fixes. Props filosofo. see #15307
changeset,16275,[16275],ryan,Pass post ID to get_enclosed filter. Props willnorris. fixes #14018
changeset,16276,[16276],nacin,"Ensure we have a valid post type object when checking for has_archive. props filosofo, fixes #15364."
changeset,16277,[16277],nacin,Super Admin filter for network/users.php. fixes #15371.
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,16279,[16279],westi,Don't capture the pesky trailing punctuation. Fixes #14993 props filosofo
changeset,1627,[1627],saxmatt,"Missing user_description.
"
changeset,16280,[16280],westi,Improved RegEx for quote matching in wptexturize. Fixes #4539 and #15241 props norbertm.
changeset,16281,[16281],westi,Blankity Blank. Fixes #15380 props arena.
changeset,16282,[16282],westi,"Move the l10n helper function into a seperate js file so we can always output it first.
Fixes #15124."
changeset,16283,[16283],westi,Add support for ID style classes in get_body_class(). Fixes #12397 props filosofo
changeset,16284,[16284],westi,Generate Human Readable passwords as they are much more userfriendly. Fixes #13324 props Otto42.
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,16286,[16286],scribu,Add context to get_meta_sql(). See #15018
changeset,16287,[16287],westi,Link the shortlink button to the shortlink. Props caesarsgrunt see #14772.
changeset,16288,[16288],westi,Strip back the stats in the memory based object cache to something less verbose and useless.
changeset,16289,[16289],scribu,Make 'registered' column sort by site id. See #14579
changeset,1628,[1628],saxmatt,"Removed some unused code.
"
changeset,16290,[16290],scribu,Make 'registered' column sort by user id. See #14579
changeset,16291,[16291],westi,Don't show duff links if someone decides that they want the admin bar for all users - even those who are logged out.
changeset,16292,[16292],nacin,"blog_admin_notices for non-network-non-user, admin_notices for all. see #14696."
changeset,16293,[16293],westi,Chop this off as we don't need it anymore. Fixes #13960 props filosofo.
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,16295,[16295],ryan,Better styling for add user form fields. see #15357
changeset,16296,[16296],ryan,Marksup fixes. see #15357
changeset,16297,[16297],ryan,Fix logic. Props nacin. see #15357
changeset,16298,[16298],ryan,Add screen options to site-themes. Props PeteMall. see #14897
changeset,16299,[16299],ryan,Return false if upload_space_check_disabled is true in upload_is_user_over_quota(). Props SergeyBiryukov. fixes #14121
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,162,[162],saxmatt,"New comment status code.
"
changeset,162,[162],tellyworth,add test images
changeset,16300,[16300],ryan,"Faster is_serialized(). Props duck_, hakre, Denis-de-Bernardy. see #14429"
changeset,16301,[16301],ryan,Admin bar tweaks. Props filosofo. see #15308
changeset,16302,[16302],ryan,Admin bar tweaks. Props filosofo. see #15308
changeset,16303,[16303],ryan,Prevent stomping of  global. Props prettyboymp. fixes #13945
changeset,16304,[16304],nacin,Don't notify the author when they posted or moderated the comment. fixes #12774.
changeset,16305,[16305],ryan,Farbtastic 1.3u. Props flashingcursor. fixes #14707
changeset,16306,[16306],ryan,Whitespace cleanup. Props sorich87. see #14147
changeset,16307,[16307],ryan,phpdoc fixes. Props hakre. fixes #12526
changeset,16308,[16308],ryan,Make the My Sites menu items use admin_url() instead of hardcoding the url. Props caesarsgrunt. see #14772
changeset,16309,[16309],ryan,Register admin menus against admin_bar_menu action to be consistent with other menu hooks.  see #14772
changeset,1630,[1630],michelvaldrighi,"ugh, no wonder the new xmlrpc wouldn't post anything
"
changeset,16310,[16310],ryan,Admin bar fixes. Props ocean90. see #14772
changeset,16311,[16311],nacin,"Remove old header/footer link active state. props dremeda, fixes #14487."
changeset,16312,[16312],nacin,Kill a create_function by introducing is_plugin_inactive. see #14424.
changeset,16313,[16313],nacin,"Remove more create_function calls. props huichen, see #14424."
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,16315,[16315],markjaquith,Add checks for WP_Error. props ptahdunbar. see #14746
changeset,16316,[16316],markjaquith,"Always add in the current post format, in case the theme was switched to one that does not support it. props anderswc. fixes #15393. see #14746"
changeset,16317,[16317],nacin,Typo fix. see #14424.
changeset,16318,[16318],nacin,"jQuery 1.4.4. props demetris, fixes #15201, #15227."
changeset,16319,[16319],nacin,Use term cache in get_post_format() to save a boatload of queries. see #15396.
changeset,1631,[1631],saxmatt,"Abstract quicktag code and don't show if it's Safari.
"
changeset,16320,[16320],nacin,"Memory usage and execution improvements in wpdb. Store and work with resources directly, rather than full copies of results. Plugins which incorrectly used wpdb->last_result (a private property) will need to shift to wpdb->get_results() with no \$query. Magic getter is introduced for back compat when using PHP5. props joelhardi, fixes #12257.
"
changeset,16321,[16321],nacin,"Only mysql_free_result if we have a valid resource, and remove error suppression there. see #15402."
changeset,16322,[16322],nacin,"Only register post_format taxonomy to posts. see #15396, #14746."
changeset,16323,[16323],nacin,"Self-close embed tag for googlevideo embed handler. props pross, fixes #14230."
changeset,16324,[16324],nacin,"Remove dead code. props nathanrice, fixes #13893."
changeset,16325,[16325],westi,Use the l10n helper js file in the installer. See #15124.
changeset,16326,[16326],ryan,Contextual help updates. Props dougwrites. see #15346
changeset,16327,[16327],ryan,Use install_themes cap
changeset,16328,[16328],ryan,Check delete caps in network users admin.
changeset,16329,[16329],ryan,Check delete_site and delete_sites caps.  Check for delete_user is more places.
changeset,1632,[1632],rboren,"Allow the calendar start of week to be provisioned.  get_calendar() patch from rq. Bug 32.
"
changeset,16330,[16330],ryan,Show Add New if user can promote.
changeset,16331,[16331],scribu,Don't use deprecated category properties. Props filosofo. Fixes #15408
changeset,16332,[16332],scribu,Replace get_the_category() with get_the_categories(). Props filosofo. Fixes #15407
changeset,16333,[16333],ryan,Whitespace cleanup in contextual help. Props markmcwilliams. see #15346
changeset,16334,[16334],westi,Revert most of [16332] - renaming and deprecating a commonly used function is silly. Improving it is good. Fixes #15407.
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,16336,[16336],westi,Revert [16320] and [16321] for now. Breaks things
changeset,16337,[16337],nacin,Use cap->edit_post in WP_Posts_List_Table. see #14122.
changeset,16338,[16338],nacin,Set map_meta_cap to true when capability_type = post and no custom caps are specified. see #14122.
changeset,16339,[16339],nacin,"Only a static class method or function can be used in an uninstall hook. props scribu, fixes #13786."
changeset,1633,[1633],rboren,"Fix static page editing.
"
changeset,16340,[16340],nacin,"Use square brackets instead of braces for string access. props hakre, fixes #13900."
changeset,16341,[16341],nacin,"Escape the class arg in wp_list_categories. props hakre, fixes #11514."
changeset,16342,[16342],scribu,Add 'get_the_terms' filter. Props filosofo. Fixes #15410
changeset,16343,[16343],nacin,Move cast to within array_keys to prevent warning when get_the_terms returns false. see #15407.
changeset,16344,[16344],scribu,Prevent horizontal scrollbar. See #14579
changeset,16345,[16345],scribu,Begin rework of plugins list table. Props edward mindreantre. See #15318
changeset,16346,[16346],scribu,Move network only status check out of foreach. See #15318
changeset,16347,[16347],scribu,Introduce WP_Plugins_List_table:single_row(). See #15318
changeset,16348,[16348],scribu,Add 'manage_plugin_custom_column' action and properly hide plugin columns. See #15318
changeset,16349,[16349],scribu,Rename action to 'manage_plugins_custom_column' to be consistent with other screens. See #15318
changeset,1634,[1634],rboren,"Honor default category in post forms. Bug 182.
"
changeset,16350,[16350],scribu,Make custom plugin columns hideable. See #15318
changeset,16351,[16351],scribu,Split get_search_sql(). See #15170. See #15032
changeset,16352,[16352],scribu,Revert most of [16018]. See #15032
changeset,16353,[16353],scribu,Kill WP_Object_Query. See #15032
changeset,16354,[16354],scribu,Make manage_users_custom_column hook consistent between WP_(MS)?_Users_List_Table. Fixes #14562
changeset,16355,[16355],scribu,Fix 'response' column title. Props zeo. See #14579
changeset,16356,[16356],scribu,Add back 'Submitted on ' text. Props zeo. See #14579
changeset,16357,[16357],scribu,Always apply comment_text filter in check_comment(). Props hakre. Fixes #14680
changeset,16358,[16358],scribu,Add colon after Upload/Insert. Fixes #14810
changeset,16359,[16359],scribu,Use wp_start_object_cache() in switch_to_blog(). Props prettyboymp. Fixes #15361
changeset,1635,[1635],rboren,"get_pagenum_link() tweaks.
"
changeset,16360,[16360],scribu,Update doc for WP_Query::post. Fixes #15105
changeset,16361,[16361],scribu,Rework WP_MS_Themes_List_Table column display. Props ocean90. See #15318
changeset,16362,[16362],scribu,submit_button() fixes. Props sbressler. See #15064
changeset,16363,[16363],scribu,Fix empty query vars being passed as 'true' instead of ''. See #14579
changeset,16364,[16364],scribu,Fix typo from r16363. Props filosofo. Fixes #15420
changeset,16365,[16365],scribu,Improve hook readability via curly brackets. Props jjj for initial patch. Fixes #15422
changeset,16366,[16366],nacin,Some escaping
changeset,16367,[16367],nacin,Some escaping
changeset,16368,[16368],scribu,Introduce WP_List_Table::get_column_count() and take care of update notice <tr>. Props ocean90 for initial patch. Fixes #15318
changeset,16369,[16369],scribu,Fix inline term editing. See #15338
changeset,1636,[1636],rboren,"Incorporate utf8_uri_encode() in sanitize_title().  Improve UTF-8 accented character decomposition in remove_accents().
"
changeset,16370,[16370],ryan,Handle sites that hard-code roles rather than storing them in the DB. Temp hack. see #15411
changeset,16371,[16371],scribu,Fix post comments box and remove unused 'add-comment' ajax action. See #15338
changeset,16372,[16372],scribu,Don't display upgradeable plugins in site admin and only translate plugin data for currently displayed plugins. See #14435
changeset,16373,[16373],ryan,Some escaping
changeset,16374,[16374],scribu,Don't display Updates submenu in site admin. See #14435
changeset,16375,[16375],scribu,Make submitted-on a class instead of an id. Fixes #15426
changeset,16376,[16376],scribu,Don't show author column if the post type doesn't support it. Fixes #15425
changeset,16377,[16377],nacin,"Properly check, initialize, or cast a number of variables. props ChenHui. see #14642."
changeset,16378,[16378],westi,Fix regression in wptexturize with single quotes when used for contraction. See #15241 props norbertm.
changeset,16379,[16379],scribu,Better error handling in get_meta_sql(). Props Viper007Bond. See #12891
changeset,1637,[1637],saxmatt,"Timeout changes. Hat tip: Michael Dale.
"
changeset,16380,[16380],scribu,Re-parse tax query just before calling get_tax_sql(). Fixes #15161
changeset,16381,[16381],scribu,Set 'taxonomy' and 'term' query vars for back-compat. Fixes #12659
changeset,16382,[16382],scribu,Fix get_tax_sql() docs. Props Viper007Bond. Fixes #15431
changeset,16383,[16383],scribu,Make media_handle_sideload() return attachment id instead of URL. Props joostdevalk. Fixes #15432
changeset,16384,[16384],scribu,Ignore 'name' qv if 'p' qv is set. Fixes #15433
changeset,16385,[16385],scribu,Revert [16384]. See #15433
changeset,16386,[16386],nacin,"Restore rule for #submitted-on. props JohnONolan, see #15426."
changeset,16387,[16387],nacin,capability_type = page and no custom caps should also kick on map_meta_cap. see #14122.
changeset,16388,[16388],nacin,set_post_thumbnail(). fixes #15192.
changeset,16389,[16389],nacin,Sanity cast. see #15192.
changeset,1638,[1638],rboren,"Themes.
"
changeset,16390,[16390],ryan,Auto focus URL field. see #11420
changeset,16391,[16391],ryan,Minify wplink js. see #11420
changeset,16392,[16392],nbachiyski,"Fallback to only RTL attributes in wp_die()'s HTML tag if it's very early in the execution. Fixes #6132. Props RanYanivHartstein and nacin.
"
changeset,16393,[16393],nacin,"Next pass on internal linking. Functional, but needs styling. props koopersmith, see #11420."
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,16395,[16395],nacin,"Properly force variable to an array. props Viper007Bond, fixes #15407."
changeset,16396,[16396],nacin,Bump wplink version. see #11420.
changeset,16397,[16397],ryan,Minify wplink js. see #11420
changeset,16398,[16398],nacin,Internal linking UI updates. see #11420.
changeset,16399,[16399],nacin,"Internal linking functionality updates. Scrap pagination for a river of results. props koopersmith, see #11420."
changeset,1639,[1639],rboren,"Use stylesheet_url from bloginfo().
"
changeset,163,[163],saxmatt,"Version up.
"
changeset,163,[163],tellyworth,"make test-image.jpg RGB, not grayscale"
changeset,16400,[16400],scribu,Update some @since tags. Props demetris. Fixes #15438
changeset,16401,[16401],nacin,Use user_trailingslashit in get_author_posts_url(). fixes #15441.
changeset,16402,[16402],scribu,Don't pollute the 'tax_query' query var. See #12891
changeset,16403,[16403],scribu,Revert taxonomy.php part of [16402]. Not fully backed yet. See #12891
changeset,16404,[16404],scribu,Revert [16402] outright. Causes issues with themes. See #12891
changeset,16405,[16405],azaozz,"Revert the TinyMCE spellchecker to its old behaviour, update to tinymce_spellchecker_php_2_0_3, fixes #15268"
changeset,16406,[16406],nacin,Remove unnecessary message in network/settings. see #14435
changeset,16407,[16407],nacin,"Improve internal linking river feedback. props koopersmith, see #11420."
changeset,16408,[16408],nacin,More updates to post.js. see [16248].
changeset,16409,[16409],nacin,"Revert changes to wptexturize() until test cases pass. Reverts [16280], [16378]. see #4539 and #15241."
changeset,1640,[1640],rboren,"Use stylesheet_url from bloginfo().
"
changeset,16410,[16410],scribu,Minor get_meta_sql() cleanup. See #9124
changeset,16411,[16411],nacin,Fix arin whois link. props ozh. @todo consider its removal. see #15281.
changeset,16412,[16412],scribu,Deprecate update_category_cache(). Fixes #15446
changeset,16413,[16413],scribu,Optimize get_tax_sql(). See #12891
changeset,16414,[16414],scribu,Re-introduce ->tax_query as a read-only var. See #12891
changeset,16415,[16415],nacin,"Finalize conflicts from [16136]. Final pass on wp-admin css cleanup. props JohnONolan, fixes #14770."
changeset,16416,[16416],nacin,"Blue color scheme for the folded admin menu. props PeteMall, see #15207."
changeset,16417,[16417],nacin,Remove visit site button gradient images from pre-3.0. see #15207.
changeset,16418,[16418],nacin,"Show continous color in admin menu when text wraps. props ocean90, see #15207."
changeset,16419,[16419],nacin,Fix the screen options sprite in RTL. Also compress and bump for previous commits. see #15207.
changeset,1641,[1641],rboren,"Template redirection fix-up.
"
changeset,16420,[16420],nacin,Blue theme RTL. props saracannon. see #15207.
changeset,16421,[16421],nacin,Don't have awkward alternate color classes for core updates on update-core. see #15207.
changeset,16422,[16422],nacin,Don't check post_type_supports in map_meta_cap. see #14122.
changeset,16423,[16423],scribu,Fix ambiguous column error. See #12891
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,16425,[16425],markjaquith,The path goes INSIDE home_url(). fixes #15413
changeset,16426,[16426],scribu,Remove drag_drop_help() and plugins_search_help(). Fixes #15451
changeset,16427,[16427],markjaquith,"Make clear that we are installing the *American* English version, so this message makes sense for non-American English translation users. fixes #14467"
changeset,16428,[16428],nacin,"s/Login/Username/ to restore 3.0 string. props demetris, fixes #15453."
changeset,16429,[16429],scribu,Differentiate between localized and raw total pages. See #14579
changeset,1642,[1642],rboren,"Simplify template redirector.  Collapse mutliple guard vars into one.
"
changeset,16430,[16430],nacin,get_tag_link and get_category_link can also return WP_Error. fixes #15449.
changeset,16431,[16431],markjaquith,esc_textarea() and application for obvious textarea escaping. props alexkingorg. fixes #15454
changeset,16432,[16432],markjaquith,Add admin-bar class to body_class() if the admin bar is showing. fixes #15455
changeset,16433,[16433],scribu,Don't set total_pages unless there are pagination links. See #14579
changeset,16434,[16434],nacin,"Don't pass optional argument with its default value. props hakre, fixes #15450."
changeset,16435,[16435],markjaquith,"Make admin bar update bubbles DARK text on LIGHT background, per janeforshort. see #15308"
changeset,16436,[16436],markjaquith,admin-bar.js is stale. Bumping the version number.
changeset,16437,[16437],ryan,Use wp_cache_add() instead of wp_cache_set() in update_meta_cache(). fixes #15452
changeset,16438,[16438],ryan,Pinking shears
changeset,16439,[16439],ryan,Pinking shears
changeset,1643,[1643],rboren,"Refactor some theme code.
"
changeset,16440,[16440],ryan,"Add existing user to site form. Props PeteMall, ocean90. see #15342"
changeset,16441,[16441],ryan,Remove debug. Props ocean90. see #15342
changeset,16442,[16442],nacin,Kill unnecessary br.clear after div.tablenav. fixes #15354.
changeset,16443,[16443],nacin,We don't want a populated WP_User object here. see #14642.
changeset,16444,[16444],nacin,"When inserting an image via oEmbed, wrap it in a link. props MarkJaquith, fixes #14945."
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,16446,[16446],nacin,"Add list_pages filter. props johnjamesjacoby, fixes #13668."
changeset,16447,[16447],nacin,"Allow is_feed() to drill down the feed being checked. props johnbillion for initial patch, fixes #15460."
changeset,16448,[16448],nacin,"Codex links should open in a new window. fixes #14665, props qwertymaniac."
changeset,16449,[16449],nacin,"Include a single-column option in gallery settings. props husobj, fixes #14836."
changeset,1644,[1644],rboren,"Save meta info to DB before doing the publish_post action.
"
changeset,16450,[16450],nacin,"WP_Http_ExtHTTP variable fix. Don't pass an empty array to http_request, props mdawaffe, fixes #13730."
changeset,16451,[16451],nacin,"Style the on-hover state for collapsed admin menus in the blue theme. props PeteMall, fixes #15462."
changeset,16452,[16452],nacin,"Fix width of nav menu search boxes. props batmoo, fixes #15464."
changeset,16453,[16453],nacin,"Move the network version of Tools > Network to the network admin. props wpdavis, fixes #15461."
changeset,16454,[16454],nacin,Redirect from network.php to network/setup.php. see #15461.
changeset,16455,[16455],nacin,"Every time you nest a ternary operator, a kitten dies."
changeset,16456,[16456],nacin,Revert extra stuff from [16455].
changeset,16457,[16457],nacin,"Ludicrous speed for internal linking. First pass. props koopersmith, see #11420."
changeset,16458,[16458],nacin,"Second pass on internal linking preloading. Adjust styles, svn add the wpdialogs plugin, adjust files and docs. see #11420."
changeset,16459,[16459],nacin,"Third pass on internal linking preloading. Or, what I left out of the second pass commit. see #11420."
changeset,1645,[1645],rboren,"If the query is for a page, make sure single is false.
"
changeset,16460,[16460],nacin,More svn add. see #11420.
changeset,16461,[16461],nacin,"Kill the background from the default jQuery UI dialog theme. We'll get this from .wp-dialog in the colors stylesheets. props koopersmith, see #11420."
changeset,16462,[16462],nacin,Clean up logic when selecting post types for the admin bar content drop-down. see #15308.
changeset,16463,[16463],nacin,Second half of [16462]. props duck_. see #15308.
changeset,16464,[16464],ryan,Script bump
changeset,16465,[16465],scribu,Always use 'paged' in list tables. See #14579
changeset,16466,[16466],scribu,Clarify doc-block for wp_delete_object_term_relationships(). Props simonwheatley. Fixes #15472
changeset,16467,[16467],markjaquith,"Exclude term exclusions even if they are also inclusions. props foofy, scribu. see #12891"
changeset,16468,[16468],nacin,"s/ui-dialog/wp-dialog/ in our dialog styles. props koopersmith, see #11420."
changeset,16469,[16469],nacin,"More param fixes, props duck_. see #14783."
changeset,1646,[1646],rboren,"Load the currently active theme into the theme editor upon first visit rather than Default.
"
changeset,16470,[16470],nacin,"s/flush/flush_rules/ in a comment. fixes #15474, props hakre."
changeset,16471,[16471],ryan,Fix undefined offset warnings on pages the current user does not have perms for.  Props wpdavis. fixes #15469
changeset,16472,[16472],scribu,Make entire sortable header clickable. Props batmoo. Fixes #15352
changeset,16473,[16473],scribu,Fix user pagination. Props duck_. Fixes #15479
changeset,16474,[16474],ryan,Titles for network admin and global dashboard. see #15477
changeset,16475,[16475],ryan,Link to edit profile screen within same admin if in network or user admin.
changeset,16476,[16476],ryan,"get_media_item_args, swfupload_post_params, and swfupload_success_handler filters. Props simonwheatley. fixes #13817"
changeset,16477,[16477],markjaquith,"Use ""default"" as the key (not ""0"") for the default post format string in the translation array. props josephscott"
changeset,16478,[16478],ryan,Return false if empty cat passed. Restores old behavior.
changeset,16479,[16479],nacin,"Internal linking cleanups. Fix combination of pagination and searching. Add a margin of error (ha, get it?) to triggering the river. props koopersmith, see #11420."
changeset,1647,[1647],saxmatt,"View other's drafts. Still need author editing on the advanced edit form.
"
changeset,16480,[16480],nacin,"Twenty Ten code cleanups. props lancewillett, fixes #15476."
changeset,16481,[16481],potbot,"POT, generated from r16480"
changeset,16482,[16482],scribu,Force GROUP BY when there's a tax query. See #12891
changeset,16483,[16483],scribu,Set current screen for comment quick-edit. Props batmoo. See #14579
changeset,16484,[16484],josephscott,"Expose post format details in XML-RPC:

- New method: wp.getPostFormats
- New field in methods dealing with posts: wp_post_format

props ericmann, fixes #15405

"
changeset,16485,[16485],nbachiyski,"Don't forget to echo the result of esc_textarea()
"
changeset,16486,[16486],scribu,Use event delegation in wp-lists.js. Fixes #15488
changeset,16487,[16487],ryan,Populate post term relationship cache in get_the_terms(). Restores caching lost when we moved away from get_the_category(). see #15407
changeset,16488,[16488],ryan,Remove debug cruft.
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,1648,[1648],saxmatt,"Moved visit link from menu to header, adjusted CSS to match and to also handle overflow better.
"
changeset,16490,[16490],ryan,wplink IE fixes. Props koopersmith. see #15485
changeset,16491,[16491],ryan,Clear fields on refresh. Props koopersmith. see #11420
changeset,16492,[16492],ryan,Fill http by default. Props koopersmith. see #11420
changeset,16493,[16493],nacin,Bump wplink.
changeset,16494,[16494],nacin,"Add missing div. props PeteMall, fixes #15501."
changeset,16495,[16495],markjaquith,Do not set is_category/is_tax/is_tax for is_singular requests. props mtekk. fixes #15487
changeset,16496,[16496],ryan,Fix user search input name. Props nickmomrik.
changeset,16497,[16497],ryan, should not be an array of arrays. Props nickmomrik
changeset,16498,[16498],nacin,"Don't include Network Only plugins in the site admin plugin counts. props PeteMall, fixes #15502."
changeset,16499,[16499],nacin,"self_admin_url in plugin-install. props ocean90, fixes #14062."
changeset,1649,[1649],saxmatt,"Nowrap on labels was breaking the post layout with long category names.
"
changeset,164,[164],saxmatt,"Altered with new database fields.
"
changeset,164,[164],tellyworth,test case wher upload_path is empty
changeset,16500,[16500],nacin,"IE8 fixes for internal linking. props koopersmith, see #15485, see #11420."
changeset,16501,[16501],ryan,"Could not bulk edit users in Network Admin due to reversed logic on capability check, and incorrect action included for comparing to nonce. Props beaulebens"
changeset,16502,[16502],ryan,Don't esc_textarea() in meta boxes since the post object is already escaped.  Props Viper007Bond. see #15505
changeset,16503,[16503],westi,Add missing calls to convertEntities for js l10n
changeset,16504,[16504],westi,Use do_items rather than do_item so the output of the l10n script is recorded. Fixes #15124.
changeset,16505,[16505],scribu,Don't set post_type to 'any' for category and tag queries. See #12891
changeset,16506,[16506],scribu,Remove debug cruft from [16505]. See #12891
changeset,16507,[16507],scribu,Don't need WP_MS_Users_List_Table constructor anymore. See [16501]
changeset,16508,[16508],westi,Ensure that we return post IDs as strings to honour API defintions. See #15517
changeset,16509,[16509],nacin,Indent a foreach.
changeset,1650,[1650],saxmatt,"Tweak.
"
changeset,16510,[16510],nacin,"Use 'Update' and 'Save Link' for internal linking submit button. props koopersmith, see #11420."
changeset,16511,[16511],ryan,If the queried term does not exist make sure no posts are returned in the query rather than falling through to querying all posts.  Fixes 404s when querying cats that do not exist. see #12891
changeset,16512,[16512],scribu,Fix logic for when excluding a non-existant term. See #12891
changeset,16513,[16513],ryan,"array_unique() category__in and category__not_in to eliminate dupes from multiple runs of parse_tax_query(). Fixes canonical redirects for cat, category__in, and category__not_in requests. see #12891 #15487"
changeset,16514,[16514],ryan,Revert debug
changeset,16515,[16515],scribu,Don't do any taxonomy stuff if is_singular. See #15487
changeset,16516,[16516],scribu,Use event delegation in edit-comments.js. Fixes #15504
changeset,16517,[16517],scribu,re-minify edit-comments.js. See #15504
changeset,16518,[16518],ryan,Fixes for user-new.php. Props wpdavis. see #15456
changeset,16519,[16519],nacin,"Introduce items_wrap arg to wp_nav_menu(). props filosofo, fixes #14235."
changeset,1651,[1651],saxmatt,"ID change.
"
changeset,16520,[16520],nacin,Escape the wrap ID and class attributes going into sprintf() and s/slug/wrap_id/ to make it more obvious. see #14235.
changeset,16521,[16521],nacin,"Revert [15994] for now, as the default widgets then go through an identity crisis. see #14876, #15493."
changeset,16522,[16522],nacin,"Add a simple filter to allow removing the recent comments default widget styles. fixes #15493, see #14876."
changeset,16523,[16523],scribu,Update get_tax_sql() docblock. See #14579
changeset,16524,[16524],nacin,Use correct name in script loader. see #14936.
changeset,16525,[16525],scribu,Don't display search subtitle on themes page. Props ocean90. See #14579
changeset,16526,[16526],scribu,"Move s/ /+ out of WP_Query, so that 'category_name=Some Category' works again. See #12891"
changeset,16527,[16527],ryan,Notice fixes for user-new.php. Props wpdavis. see #15456
changeset,16528,[16528],ryan,Bring link dialog to front when TinyMCE is fullscreen. Props koopersmith. see #15532
changeset,16529,[16529],ryan,Bump tinymce version. see #15532
changeset,1652,[1652],saxmatt,"More CSS tweaks.
"
changeset,16530,[16530],PeteMall,Use first and last name in network admin users. Fixes #15528.
changeset,16531,[16531],scribu,Consider only IN tax queries when returning the queried object. See #12891
changeset,16532,[16532],nacin,"Yeah, about that comma... Fix internal linking for both IE6 and IE7. props koopersmith, fixes #15485."
changeset,16533,[16533],PeteMall,"Use tools screen_icon for udpate-core. Props ocean90, fixes #15531."
changeset,16534,[16534],nacin,"Add the audio post format, the final format we plan to support. see #14746."
changeset,16535,[16535],nacin,"Revert [15688], [15689], [15691]. Try again in 3.2. see #14966."
changeset,16536,[16536],scribu,Document url_shorten() and use in more places. Props latz for initial patch. Fixes #15540
changeset,16537,[16537],scribu,Fix 'timeinfo' cache invalidation. Fixes #14922
changeset,16538,[16538],scribu,Prevent notice when checking for hierarchical tax rewrite. Props demetris. See #12891
changeset,16539,[16539],nacin,escape URL in wp_link_pages. fixes #14271.
changeset,1653,[1653],saxmatt,"Make the posts page a bit friendlier.
"
changeset,16540,[16540],scribu,Remove vestige code from theme.js. See #14936
changeset,16541,[16541],potbot,"POT, generated from r16540"
changeset,16542,[16542],nacin,"Cast term_id to int for queried_object_id. props wojtek.szkutnik, fixes #14590."
changeset,16543,[16543],scribu,Minor cleanup in queried object setting logic. See #14590
changeset,16544,[16544],scribu,Remove debug cruft from [16543]. See #14590
changeset,16545,[16545],westi,Implement proper column show/hide behaviour based on screen options for the Network Admin Sites table.
changeset,16546,[16546],westi,Implement proper column show/hide behaviour based on screen options for the Network Admin Sites table column added for the wpmublogsaction hook.
changeset,16547,[16547],westi,Add a nonce check on the confirm links in the Network Admin stage one.
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,16549,[16549],westi,Correct incorrect action name.
changeset,1654,[1654],saxmatt,"This file shouldn't be there.
"
changeset,16550,[16550],westi,And proper context too!
changeset,16551,[16551],ryan,Make sure create_users is strippped from blog admins for multisite setups where add_new_users is not enabled. see #15357
changeset,16552,[16552],scribu,Make get_file_data() regex even more precise. Props hakre. See #15193
changeset,16553,[16553],scribu,Ajaxify theme feature filter. Props ocean90 for initial patch. See #14936
changeset,16554,[16554],scribu,Make filter_count() a closure. See #14936
changeset,16555,[16555],scribu,Introduce 'relation' operator between tax queries. Props Otto42 for initial patch. See #12891
changeset,16556,[16556],ryan,Set blog id for site-themes.php AJAX requests.
changeset,16557,[16557],scribu,Improve oEmbed toggle label. Props JohnONolan. Fixes #15430
changeset,16558,[16558],ryan,Load network plugins for wp-activate.php. Restore MU load order. Props blamenacin.  fixes #14718
changeset,16559,[16559],PeteMall,Site Themes cleanup. See #14897.
changeset,1655,[1655],saxmatt,"Some UI changes to theme manager. Seems to be updating the stylesheet but not the template.
"
changeset,16560,[16560],PeteMall,Adapt user-list-table for network admin site-users. See #15558
changeset,16561,[16561],markjaquith,Make Linking and Internal Linking keyboard-friendly and URL-paste-friendly. props koopersmith. fixes #15544
changeset,16562,[16562],scribu,Correct cache invalidation in update_usermeta() and delete_usermeta(). Props mdawaffe. Fixes #15559
changeset,16563,[16563],PeteMall,Ignore role selector in network admin user-edit. See #14435.
changeset,16564,[16564],westi,Updated WebPI parameters.xml file. Props  	Chris Sfanos.
changeset,16565,[16565],westi,Error suppression is lame!
changeset,16566,[16566],westi,Let SimplePie do more of the date handling for us. Props rmccue.
changeset,16567,[16567],ryan,Bump tinymce gz.  see #15544
changeset,16568,[16568],markjaquith,Do not double up on id attribute for submit_button() if id is provided in other attributes param. props duck_. see #15064
changeset,16569,[16569],markjaquith,Fix duplicate HTML IDs for wp-admin/user-new.php on MS installs. props duck_. fixes #15562
changeset,1656,[1656],saxmatt,"Initial functionality so level 1 users may be allowed to publish or just post drafts.
"
changeset,16570,[16570],PeteMall,"Add screen option in site-users. Props duck_, see #15558"
changeset,16571,[16571],ryan,Press This fixes. Props duck_. see #15561
changeset,16572,[16572],westi,Cast to string so we return the correct datatype. See #15517 props barry.
changeset,16573,[16573],PeteMall,"Hide posts column for site-users. Props ocean90, see #15558"
changeset,16574,[16574],PeteMall,Use get_user_count() in network admin users. Fixes #15567
changeset,16575,[16575],markjaquith,"Revert [15829] for now, consider better solution for 3.2. see #13550"
changeset,16576,[16576],markjaquith,"Cast to array, to avoid notices. props hakre. fixes #14997"
changeset,16577,[16577],markjaquith,Improve the wording of the file upload security message. props janeforshort. fixes #13550
changeset,16578,[16578],scribu,Don't link post counts if taxonomy isn't queryable. Fixes #15573
changeset,16579,[16579],scribu,Check public flag instead of query_var to decide if counts should be linked. See #15573
changeset,1657,[1657],michelvaldrighi,"fixed bug #279, and fixed datetime to make it a proper w3cdtf string
"
changeset,16580,[16580],scribu,Prevent WSOD when no comments selected for bulk action. See #15572
changeset,16581,[16581],scribu,Minor code beautification. Props hakre. Fixes #15569
changeset,16582,[16582],PeteMall,Update and error messages for site-users. See #15558.
changeset,16583,[16583],westi,Add Post formats info to the help text. Fixes #15376 props vegasgeek
changeset,16584,[16584],PeteMall,Exit after wp_redirect(). See #15558
changeset,16585,[16585],westi,Tighter match for the ACL.
changeset,16586,[16586],PeteMall,Create new user form for site-users. See #15558
changeset,16587,[16587],westi,Things go bump in the night.
changeset,16588,[16588],scribu,Make comment content column unsortable. See #15580
changeset,16589,[16589],nacin,"Only link to the Gallery category if the post is in the category. (It may be a format.) see #15506, see #15378."
changeset,1658,[1658],michelvaldrighi,"various fixes, and started MT API support
"
changeset,16590,[16590],nacin,Post beta bump for tonight's build.
changeset,16591,[16591],potbot,"POT, generated from r16590"
changeset,16592,[16592],PeteMall,Site themes cleanup. See #14897
changeset,16593,[16593],scribu,Make date columns first sort in descending order. See #15580
changeset,16594,[16594],scribu,Update get_*_columns() method docs. See #15580
changeset,16595,[16595],nbachiyski,"Add context to Add New admin bar menu label -- we have many other Add New
"
changeset,16596,[16596],ryan,Meta data caching improvements. Props mdawaffe. see #15545
changeset,16597,[16597],ryan,Revert [16359]. Deal with it in 3.2. see #15361
changeset,16598,[16598],ryan,Super admin menu hover fix. Props filosofo. fixes #15524
changeset,16599,[16599],ryan,Admin bar phpdoc update. Props filosofo. fixes #15418
changeset,1659,[1659],michelvaldrighi,"fixed comment_status screwup, removed debug stuff, screwed up big time, ate a cheese sandwich
"
changeset,165,[165],saxmatt,"New database fields.
"
changeset,165,[165],nbachiyski,"wp_html_excerpt tests
"
changeset,16600,[16600],ryan,Remove wp_admin_body_style(). Props ocean90. fixes #15507
changeset,16601,[16601],scribu,Fix problems with hidden columns on network users screen. Props ocean90. See #14579
changeset,16602,[16602],scribu,Make bottom admin pagination scroll to the top after rows are updated. See #15580
changeset,16603,[16603],nacin,Kill check_server_timer(). fixes #15602.
changeset,16604,[16604],nacin,"Use get_user_count() if multisite in wp_version_check. props PeteMall, fixes #15599."
changeset,16605,[16605],scribu,Set get_users() as a replacement to get_editable_user_ids() and friends. See #14572
changeset,16606,[16606],PeteMall,Update and error messages for site-themes. See #14897
changeset,16607,[16607],westi,"Make the list of actions that can be performed on a site in the User List in Network admin filterable.
Add classes for all core site status types to the view url.
Move the CSS to a css file rather than including it inline.
See #15558"
changeset,16608,[16608],ryan,Remove unnecessary addslashes. Props duck_. fixes #15325
changeset,16609,[16609],ryan,Admin Bar: Don't show Manage Comments and Add Post link if the user doesn't has the cap for it. Props ocean90. fixes #15597
changeset,1660,[1660],rboren,"Make comments_template() theme aware.
"
changeset,16610,[16610],ryan,Default Add New menu link to first post type in list.  Avoids empty href issues. see #15308
changeset,16611,[16611],nbachiyski,"Add context to Add New buttons in Network admin. See #15577
"
changeset,16612,[16612],nbachiyski,"Add New string fixes. Fixes #15577
"
changeset,16613,[16613],nbachiyski,"comments_number() doesn't need to call get_the_ID(), because get_comments_number() does it if post ID is missing
"
changeset,16614,[16614],nbachiyski,"Make comments_popup_link() calls in Twenty Ten respect languages with multiple plural forms until we add such support in comments_number(). See #13651, props zeo
"
changeset,16615,[16615],scribu,Update URL when performing ajaxified action. See #15580
changeset,16616,[16616],scribu,Add missing quote char when creating overlay. See #14579. See #15580
changeset,16617,[16617],scribu,Get rid of  in favor of . Fixes #15607. See #15580
changeset,16618,[16618],potbot,"POT, generated from r16617"
changeset,16619,[16619],scribu,Link post title on comments for a single post screen. Fixes #15609
changeset,1661,[1661],rboren,"Mark ""more"" link text for translation, just for grins.  Bug 119.
"
changeset,16620,[16620],PeteMall,Remove theme udpate notification from site admin for multisite installs.
changeset,16621,[16621],nbachiyski,"COonvert spaces to tabs
"
changeset,16622,[16622],nbachiyski,"Proper spacing in win_is_writable(), according to the coding standards
"
changeset,16623,[16623],nbachiyski,"Rename the $rm variable so that the logic in win_is_writable() makes more sense
"
changeset,16624,[16624],ryan,Prepare properly.  Props Vladimir Kolesnikov.
changeset,16625,[16625],ryan,Prepare properly.  Props Vladimir Kolesnikov.
changeset,16626,[16626],ryan,Version bumps
changeset,16627,[16627],PeteMall,Add missign hooks in site-options. Fixes #15593
changeset,16628,[16628],nacin,Merge Twenty Ten 1.1 to the 3.0 branch.
changeset,16629,[16629],PeteMall,Remove update notifications from site-themes. See #14897
changeset,1662,[1662],rboren,"Check for index.php instead of blogfilename.
"
changeset,16630,[16630],nacin,Complete Twenty Ten 1.1 merge.
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,16632,[16632],nacin,Ensure we don't generate incorrect content types when files are requested with query strings. props chrisbliss18. fixes #14450 for the 3.0 branch.
changeset,16633,[16633],PeteMall,"Address redirection loop with multiple networks and network admin. Props mwidmann, fixes #15591"
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,16635,[16635],nbachiyski,"Add another pair of parentheses, so that the right-hand win_is_writable() isn't always called. Fixes #15616
"
changeset,16636,[16636],ryan,Add bump down for menu bar.  Allow themes to add a custom bump callback. Props ocean90. fixes #15592
changeset,16637,[16637],markjaquith,Drop pingback/trackback blogroll whitelisting feature. Too many ways to abuse it. props avereha. props vladimir_kolesnikov. fixes #13887 for trunk
changeset,16638,[16638],markjaquith,Drop pingback/trackback blogroll whitelisting feature. Too many ways to abuse it. props avereha. props vladimir_kolesnikov. fixes #13887 for 3.0.x
changeset,16639,[16639],ryan,Bump
changeset,1663,[1663],rboren,"Make $pagenow work with PATH_INFO.
"
changeset,16640,[16640],ryan,3.0.2
changeset,16641,[16641],ryan,3.0.2
changeset,16642,[16642],nacin,Bump.
changeset,16643,[16643],markjaquith,Use prepare() instead of addslashes(). props wpmuguru.
changeset,16644,[16644],scribu,Validate pagination input. Props batmoo. See #15580
changeset,16645,[16645],westi,Don't show the Post Format if the current theme doesn't support them. Fixes #15625.
changeset,16646,[16646],markjaquith,Prevent media upload links from being clicked before lightbox is ready to handle them. fixes #15621
changeset,16647,[16647],ryan,Fix bulk comment keyboard shortcuts. Props duck_. fixes #15571
changeset,16648,[16648],ryan,Fix bulk comment keyboard shortcuts. Props duck_. fixes #15571
changeset,16649,[16649],ryan,Fix comment_notes_before. Props mrmist. fixes #14510
changeset,1664,[1664],saxmatt,"Axing of geo stuff, major cleanups on permalink options, style tweaks.
"
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,16651,[16651],ryan,Don’t nag to Change Permalinks if permalink structure is defined. Props demetris. fixes #13918
changeset,16652,[16652],ryan,Export filtering. Props duck_. fixes #15197
changeset,16653,[16653],ryan,Markup and gettext fixes. Props sorich87. fixes #14731
changeset,16654,[16654],ryan,Set IFRAME_REQUEST for theme-information iframe. Props Utkarsh. see #15509
changeset,16655,[16655],scribu,Fix edit-tags button conflict. Props batmoo. Fixes #15356
changeset,16656,[16656],scribu,Make image edit labels more concise. Props lloydbudd. Fixes #13613
changeset,16657,[16657],scribu,Prevent post_parent from being reset when there's no page attributes box. Props mikeschinkel. Fixes #13179
changeset,16658,[16658],PeteMall,"Set IFRAME_REQUEST for theme/plugin information iframe. Props SergeyBiryukov, fixes #15509"
changeset,16659,[16659],ryan,Save meta id before performing actions since the insert_id can change. Props cyberhobo. fixes #15465
changeset,1665,[1665],saxmatt,"Don't forget to strip
"
changeset,16660,[16660],ryan,Update since phpdoc. Props demetris. fixes #15445
changeset,16661,[16661],ryan,Define IFRAME_REQUEST only if not inline.  Props ocean90. fixes #15630
changeset,16662,[16662],ryan,Prevent default post formats from entering the DB. see #15629 #15582
changeset,16663,[16663],ryan,Allow long plugin upgrade notices to wrap. Props duck_. fixes #14068
changeset,16664,[16664],ryan,Hide Extra-Long admin bar text. Props filosofo. fixes #15412
changeset,16665,[16665],scribu,Get rid of misplaced 'taxonomy_template' filter. Fixes #14740
changeset,16666,[16666],scribu,Don't show permalink box unless the post type is publicly queryable. Props filosofo. Fixes #14321
changeset,16667,[16667],scribu,Remove archaic reference return in get_children(). Props filosofo. Fixes #12372
changeset,16668,[16668],markjaquith,Doh. [16646] and [16650] were made against the wrong branch. Revert. see #13709. see #15621
changeset,16669,[16669],markjaquith,Prevent media upload links from being clicked before lightbox is ready to handle them. fixes #15621
changeset,1666,[1666],michelvaldrighi,"wtf was I thinking? here comes a bunch of fixes
"
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,16671,[16671],markjaquith,Prevent double Thickbox caption line for Dashboard QuickPress uploads. props ocean90. fixes #15169
changeset,16672,[16672],ryan,Network setup fixes. Props wpdavis. fixes #15620
changeset,16673,[16673],ryan,Deprecate and ignore the refresh arg. fixes #15605
changeset,16674,[16674],nacin,Introduce remove_custom_image_header(). see #14903.
changeset,16675,[16675],nacin,Allow the various header constants to be redefined in Twenty Ten. see #14903.
changeset,16676,[16676],potbot,"POT, generated from r16675"
changeset,16677,[16677],nacin,Return true if not is_admin. Tidy. see #14903.
changeset,16678,[16678],markjaquith,Move Post Format UI out of Publish meta box and into its own box. see #15638
changeset,16679,[16679],markjaquith,The name of the standard post format is now Standard (might offer ability to change Default). fixes #15582
changeset,1667,[1667],saxmatt,"More new_users_can_blog fixes, including to the registration form and resolution to http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000280
"
changeset,16680,[16680],nacin,Revert [15742]. Custom post types and sticky posts don't mix. fixes #12702.
changeset,16681,[16681],markjaquith,Make sure media upload thickbox takes admin bar height into account. props ocean90. fixes #15635
changeset,16682,[16682],markjaquith,Missed a s/default/standard/ in [16679]. props PeteMall. see #15582.
changeset,16683,[16683],markjaquith,Argh. Missed another s/default/standard/ in [16679]. Any others? see #15582.
changeset,16684,[16684],markjaquith,PHPDoc. see #15638
changeset,16685,[16685],westi,If we have not items don't try and output the inline_edit form. Fixes #15240 props mrmist for tracking the bug down.
changeset,16686,[16686],westi,Restore the fix with to the Create New User form fields. Fixes #15642.
changeset,16687,[16687],nacin,"define isRtl in the media upload iframe. props filosofo, fixes #15639."
changeset,16688,[16688],nacin,add_editor_style should include the parent theme CSS before the child theme CSS for override reasons. props JohnPBloch. fixes #14430.
changeset,16689,[16689],scribu,Fix compression test 404. Props duck_. Fixes #15496
changeset,1668,[1668],saxmatt,"Title attribute can cause probs with markup.
"
changeset,16690,[16690],scribu,Add note about wp_next_scheduled() in wp_schedule_event(). See #14668
changeset,16691,[16691],westi,Clean the cache when deleting a term. Fixes #15651
changeset,16692,[16692],westi,Revert [16279] - the recursive nature of this regex doesn't play well with stack space. See #14993
changeset,16693,[16693],markjaquith,Another s/default/standard/. see #15582
changeset,16694,[16694],markjaquith,Add class to Tag Cloud widget div. props djzone. fixes #12602
changeset,16695,[16695],markjaquith,Use get_taxonomies() when iterating taxonomies for menus. props wojtek.szkutnik. fixes #13936
changeset,16696,[16696],markjaquith,"Standardize around ""Update"" instead of ""Upgrade."" props RanYanivHartstein. props latz. fixes #14107"
changeset,16697,[16697],markjaquith,Fix typo in PHPdoc. props PeteMall.
changeset,16698,[16698],nacin,"Remove sticky arg from post support. props michaelh, see #12702."
changeset,16699,[16699],nacin,"s/occured/occurred/. props aldenta, fixes #15653."
changeset,1669,[1669],michelvaldrighi,"support for comment_type, while we move away from <*back /> stuff
"
changeset,166,[166],saxmatt,"Forgot post_status.
"
changeset,166,[166],nbachiyski,"_mb_strcut tests
"
changeset,16700,[16700],PeteMall,s/Enable/Network Enable for net admin themes. Fixes #14897
changeset,16701,[16701],scribu,More s/upgrade/update. Props michaelh. See #15656
changeset,16702,[16702],scribu,s/upgrade/update in readme.html. Fixes #15656
changeset,16703,[16703],scribu,Still missed some. See #15656
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,16705,[16705],nacin,Post format indexes. First pass. see #15378.
changeset,16706,[16706],markjaquith,Backwards compat for plugin use of updated=1. fixes #15660
changeset,16707,[16707],westi,Actions and Filters for the Network Admin sites panel to make it easier to add custom actions.
changeset,16708,[16708],westi,Always exit after we redirect.
changeset,16709,[16709],PeteMall,Show network only plugins for !is_multisite. Fixes #15666
changeset,1670,[1670],michelvaldrighi,"added pingback (now with accurate fault codes and more easily readable code), added aliases for metaweblog stuff that mimics blogger api
"
changeset,16710,[16710],scribu,Use more specific view classes in plugin & theme install screens. Props batmoo. Fixes #15658
changeset,16711,[16711],nacin,Make sure get_themes() returns the proper template and stylesheet directory paths. Use the correct variables. fixes #15671.
changeset,16712,[16712],nacin,Sanity text in the theme editor when you have a child theme. fixes #15672.
changeset,16713,[16713],scribu,Check correct cap in WP_Terms_List_Table::check_permissions. Props duck_. Fixes #15673
changeset,16714,[16714],nacin,Don't even show parent theme files when viewing the child theme. see #15672.
changeset,16715,[16715],nacin,Remove unused logic. see #15672.
changeset,16716,[16716],nacin,"Don't use orange as an on state. Also, restore zero margin on the filename header. fixes #15672."
changeset,16717,[16717],nacin,Add 'Visual Editor RTL Stylesheet' to the list of theme file descriptions. see #15672.
changeset,16718,[16718],nacin,"Always land on style.css by default, rather than whichever stylesheet came first in the directory scan. Prevents useless trips to editor-style-rtl.css and the like. see #15672."
changeset,16719,[16719],scribu,Use large spinner instead of 'Loading...' text. Props batmoo. See #15580
changeset,1671,[1671],michelvaldrighi,"now with complete MT API support -- TEST TEST TEST THIS (here it worked fine with Ecto 2)
"
changeset,16720,[16720],nacin,Introduce remove_custom_background(). see #14903.
changeset,16721,[16721],nacin,Introduce remove_editor_styles(). fixes #14903.
changeset,16722,[16722],westi,Revert [16719] until it has has UI review. See #15580
changeset,16723,[16723],nacin,Things that go bump in the night
changeset,16724,[16724],markjaquith,"Pin Akismet external to a revision, for better control of changes to core, as discussed in dev meeting."
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,16726,[16726],nacin,Fix comment number in Twenty Ten when there is one comment. Due to how these values are then passed to comments_popup_link(). We need to fix this. see #13651.
changeset,16727,[16727],nacin,"Fix typo in TT loop.php. props wpcanyon, markmcwilliams. fixes #15537."
changeset,16728,[16728],nacin,"Unescape ampersands before making an oEmbed request. props Viper007Bond, fixes #14514, see #11311."
changeset,16729,[16729],nacin,"Fix notice. props vericgar, fixes #11976."
changeset,1672,[1672],michelvaldrighi,"added pingback.extensions.getPingbacks
"
changeset,16730,[16730],potbot,"POT, generated from r16729"
changeset,16731,[16731],nacin,"Check that ancestors are not the currently queried objects in nav menu classes. props filosofo, fixes #14518."
changeset,16732,[16732],nacin,Please test beta one / More fixes are on the way / Beta two next up
changeset,16733,[16733],nacin,"Export filtering JS and minor tweaks. props duck_, see #15197."
changeset,16734,[16734],nacin,String fixes. props demetris. fixes #15688.
changeset,16735,[16735],scribu,remove redundant require()s in wp-admin/update.php. See #15679
changeset,16736,[16736],scribu,Fix IE JS error in options-general.php. Props ocean90. Fixes #15680
changeset,16737,[16737],nacin,Remove merge cruft. props ocean90.
changeset,16738,[16738],markjaquith,Get rid of niggling hardcoded blogs.dir path. props scribu. fixes #15383
changeset,16739,[16739],markjaquith,Remove some unused CSS. props ocean90. fixes #15696
changeset,1673,[1673],michelvaldrighi,"added timeout and vendor parameters to IXR_Client, could be very useful for weblog_pings
"
changeset,16740,[16740],markjaquith,Pass post ID to embed_oembed_html filter to avoid global variable incantations. props filosofo. fixes #15491
changeset,16741,[16741],markjaquith,Fix up the PHPdoc for get_file_data(). props hakre. fixes #14071
changeset,16742,[16742],markjaquith,Highlight home page Custom Nav Menu item even when extra query args are present in the URL (only if all other highlights fail). props filosofo. fixes #13994
changeset,16743,[16743],nacin,Flush these left.
changeset,16744,[16744],nacin,Don't double-escape user description. see #15454.
changeset,16745,[16745],nacin,Restore bottom padding in plugin rows. fixes #15547.
changeset,16746,[16746],nacin,Optimize the keys/salts textarea. fixes #15092.
changeset,16747,[16747],nacin,"Link to network/update-core when running multisite. Remove theme/plugin editors from blog menu when running multisite. Redirect to network/* when accessing theme/plugin-install/editor. props ocean90, see #15525."
changeset,16748,[16748],nacin,"Use correct variable. props ocean90, fixes #15693."
changeset,16749,[16749],scribu,Pass $args to login_form_* filters. Props aaroncampbell. Fixes #15702
changeset,1674,[1674],michelvaldrighi,"replaced old weblog_ping with new IXR-based weblog_ping
"
changeset,16750,[16750],nacin,Fix handling of no titles and long titles in internal linking. see #11240.
changeset,16751,[16751],nacin,This should be a string. fixes #15704.
changeset,16752,[16752],ryan,Add jquery-ui-sortable dependency to nav-menu. fixes #15622
changeset,16753,[16753],ryan,"Pin Akismet external to a revision, for better control of changes to core, as discussed in dev meeting. For 3.0 branch."
changeset,16754,[16754],PeteMall,Hide tabs on site admin themes screen for multisite. See #15525
changeset,16755,[16755],nacin,"s/ms-options/settings/. props koke, fixes #15708."
changeset,16756,[16756],nacin,"Don't show theme deletion link in multisite in the site admin. Also, link to proper theme-install when using multisite if there are no themes. see #15707."
changeset,16757,[16757],nacin,Add AuthorName to get_plugins() and use it when deleting a plugin. fixes #15662.
changeset,16758,[16758],nacin,Set AuthorName even when no translation or markup is processed. see #15662.
changeset,16759,[16759],nacin,Don't reference nonexistent tabs. see #15707.
changeset,1675,[1675],rboren,"Revert to default theme if active theme is broken.
"
changeset,16760,[16760],nacin,"Remove unnecessary space. props demetris, JohnPBloch. fixes #12797."
changeset,16761,[16761],nacin,"Move [14551] to after the is_wp_error check. see #13133, fixes #15511, props alexdunae."
changeset,16762,[16762],nacin,"We only need strpos here. Ensures PHP4 compat. props mailnew2ster, fixes #14187."
changeset,16763,[16763],westi,Allow for the callee of download_url() to specify a different timeout if they want to - maybe they don't want to wait that long.
changeset,16764,[16764],westi,Introduce can_edit_site to replace inline checks on whether or not the site_id is for the current Network. See #15716.
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,16766,[16766],ryan,Fix return the themes links. Props duck_. fixes #15718
changeset,16767,[16767],ryan,Don't show super admin checkbox for the user that has the network admin email address. Props duck_. fixes #14051
changeset,16768,[16768],ryan,Apply wp_get_attachment_url to empty urls. Props filosofo. fixes #15494
changeset,16769,[16769],ryan,Pass NULL as second arg to wp_upload_bits() to avoid deprecated warning. Props koke. fixes #15698
changeset,1676,[1676],michelvaldrighi,"letting IXR take care of URI parsing, while leaving the old way to call weblog_ping possible
"
changeset,16770,[16770],nacin,Initialize a variable. props kapeels for initial patch. fixes #15703.
changeset,16771,[16771],nacin,Use assign_terms cap for tag search and tag cloud in admin ajax. fixes #15437.
changeset,16772,[16772],ryan,Fix notice. Props ocean90. fixes #15692
changeset,16773,[16773],nacin,Fix the background colors for the Select Files upload buttons. props TECannon. fixes #8545.
changeset,16774,[16774],nacin,"Fix a sprintf call. props wojtek.szkutnik, sorich87. fixes #14555."
changeset,16775,[16775],nacin,"Don't check post counts in the network admin. props scribu, fixes #15699."
changeset,16776,[16776],westi,Restore some more cap checks for clarity. See #15326.
changeset,16777,[16777],nacin,Don't show plugin edit link in the site admin. fixes #15722.
changeset,16778,[16778],nacin,Don't show plugin edit link in the site admin. fixes #15722. fixes logic in [16777].
changeset,16779,[16779],westi,Revert brokenness. See #15326.
changeset,1677,[1677],michelvaldrighi,"now that we have a new pingback server in wp-admin/xmlrpc.php, let's advertise it
"
changeset,16780,[16780],ryan,Define IFRAME_REQUEST only for framed requests. Props ocean90. fixes #15721
changeset,16781,[16781],ryan,Don't show Suspend/Unsuspend links for the main site on the admin bar. Props ocean90. fixes #15669
changeset,16782,[16782],nacin,Add 'View Galleries' link for post formats. fixes #15506.
changeset,16783,[16783],potbot,"POT, generated from r16782"
changeset,16784,[16784],nacin,Handle posts without titles better in internal linking. see #11420.
changeset,16785,[16785],nacin,Initialize this variable.
changeset,16786,[16786],nacin,Switch to the Akismet 2.5.0 tag.
changeset,16787,[16787],nacin,"Use pagination base for CPT archives. props scribu, fixes #15728."
changeset,16788,[16788],nacin,Don't improperly whitescreen on incorrect DB credentials during setup-config. Show error message with an opportunity to try again. fixes #15682.
changeset,16789,[16789],scribu,Use has_archive in get_post_type_archive_link(). See #13818
changeset,1678,[1678],donncha,"Check for moderation_notify flag before notifying moderator that about
held comments.
"
changeset,16790,[16790],nacin,"Don't show blurry text shadow in the admin bar count. props demetris, fixes #15308."
changeset,16791,[16791],nacin,"Admin bar styling improvements.
 * Ensure there isn't a text shadow for update and comment counts.
 * Hide zero count of pending comments via PHP, not CSS.
 * Show the update title attribute across the entire menu item, props demetris.
 * Let the CSS breathe a little.
"
changeset,16792,[16792],scribu,Set queried object on CPT archives. Fixes #15730
changeset,16793,[16793],scribu,Revert logic change made in [16789]. See #13818
changeset,16794,[16794],nacin,Fix logic inversion. see #15699.
changeset,16795,[16795],nacin,Close a quote. see #15308.
changeset,16796,[16796],dd32,Remove visit site button gradient images from pre-3.0. see [16417]. see #15207.
changeset,16797,[16797],dd32,Enable canonical redirections for Permalink suporting IIS. Props peaceablewhale See #10187
changeset,16798,[16798],westi,Ensure that we always check the right cap when posts are added or edited.
changeset,16799,[16799],westi,Condense the logic. Props nacin.
changeset,1679,[1679],michelvaldrighi,"returning actual fault codes in pingback.ping
"
changeset,167,[167],saxmatt,"Upgrade script.
"
changeset,167,[167],tellyworth,post and attachment tests
changeset,16800,[16800],westi,Correct some more cap checks to use the correct caps.
changeset,16801,[16801],westi,Check for extra caps here too.
changeset,16802,[16802],westi,Correct the logic as there is no publish_post cap.
changeset,16803,[16803],westi,Improve the capabilites checking in the XMLRPC code.
changeset,16804,[16804],markjaquith,"Herr Direktor von Leerzeichen ist nicht zufrieden!
"
changeset,16805,[16805],westi,Tagging 3.0.2
changeset,16806,[16806],westi,Revert 16805 that was so not what I meant to do
changeset,16807,[16807],westi,Tagging 3.0.3 for real
changeset,16808,[16808],ryan,Remove stripslashes(). No longer needed.  Props RogerTheriault. fixes #12560
changeset,16809,[16809],nacin,"s/method_exists/is_callable/. props hakre, fixes #14933."
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,16810,[16810],nacin,"Define all margins for the admin bar input. props chrisbliss18, fixes #15216."
changeset,16811,[16811],nacin,"Better reset for ul and li in the admin bar. props duck_, fixes #15727."
changeset,16812,[16812],ryan,Fix media form error display. Props andyblackwell. fixes #13810
changeset,16813,[16813],nacin,"Fix closing admin menu animation. props filosofo, fixes #15615."
changeset,16814,[16814],markjaquith,Keep Dashboard RSS widgets in same place when configuring. props duck_. fixes #14785
changeset,16815,[16815],PeteMall,Remove plugin-install from site admin for is_multisite(). See #14435
changeset,16816,[16816],nacin,"Update show_on_front to posts if there are no pages, just in case. see #14403."
changeset,16817,[16817],ryan,Close br. Props wahgnube. see #15287
changeset,16818,[16818],markjaquith,Do not do slug logging/redirects for hierarchical post types. see #15140
changeset,16819,[16819],markjaquith,Use is_page_type_hierarchical(). props nacin. see #15140
changeset,1681,[1681],donncha,"The two flags ""default_ping_status"" and ""default_comment_status"" weren't being
recorded properly.
"
changeset,16820,[16820],markjaquith,Do not store empty _wp_old_slug values. fixes #15736
changeset,16821,[16821],nacin,"Include the username in the incorrect password message, for clarity. fixes #14575."
changeset,16822,[16822],ryan,Use santize_key() in more places. Props WraithKenny. fixes #14910
changeset,16823,[16823],nacin,"Fix typo. props SergeyBiryukov, fixes #14107."
changeset,16824,[16824],markjaquith,Work around some unset variable notices in xmlrpc.php. props redsweater. props sorich87. fixes #10665
changeset,16825,[16825],nacin,Remove post_type_supports check from register_post_type caps all together. fixes #14122.
changeset,16826,[16826],ryan,Link to unobfuscated JS. Props filosofo. fixes #15262
changeset,16827,[16827],nacin,"Add the for atteibute to internal linking labels. props batmoo, see #11420."
changeset,16828,[16828],scribu,Correct get_file_data() inline doc. Fixes #14071
changeset,16829,[16829],nacin,"Fix menu_page_url() for submenu pages attached to custom menu pages. props duck_, see #14159."
changeset,1682,[1682],michelvaldrighi,"updated pingback() to use IXR -- now we aren't using phpxmlrpc anywhere anymore
"
changeset,16830,[16830],scribu,Clarify is_single() inline doc. Fixes #14034
changeset,16831,[16831],scribu,Add @return to add_*menu_page() docs. Fixes #15747
changeset,16832,[16832],scribu,Make get_term_by() use sanitize_title_for_query() too. See #9591
changeset,16833,[16833],nacin,s/can_edit_site/can_edit_network/g. see #15720.
changeset,16834,[16834],nacin,"_get_post_ancestors() in Walker_Page. props layotte, fixes #14329."
changeset,16835,[16835],nacin,"Example About Page. props jane, studionashvegas. fixes #14973."
changeset,16836,[16836],scribu,Fix strange JS error when trashing a comment. Props greuben. Fixes #15746
changeset,16837,[16837],nacin,Use correct query var. see #15378.
changeset,16838,[16838],nacin,Adjust branching and errors in WP_Themes_List_Table::no_items(). fixes #15751.
changeset,16839,[16839],nacin,Remove the snack bar from core. Will become a plugin. Lay down the red.
changeset,1683,[1683],michelvaldrighi,"reverting wp-admin/xmlrpc.php changes
"
changeset,16840,[16840],nacin,Remove the snack bar from core. Will become a plugin. Lay down the red.
changeset,16841,[16841],ryan,Don't show the WP plugins widget in multisite in the site admin. Props ocean90. fixes #15748
changeset,16842,[16842],PeteMall,Kill blog specific menus from admin-bar in net admin. Fixes #15754
changeset,16843,[16843],scribu,"Set tax query defaults earlier, for notice prevention and convenience. See #15752"
changeset,16844,[16844],scribu,"Proper check for tax query, which will never be empty, due to 'relation'. See #15752"
changeset,16845,[16845],scribu,False advertising is bad. See #15752
changeset,16846,[16846],nacin,Make get_header_image() ssl-aware. fixes #14835.
changeset,16847,[16847],nacin,"Always exit after wp_redirect. props filosofo, fixes #15518."
changeset,16848,[16848],ryan,Go back to sanitize_user() so that dots are allowed. Props ocean90. see #14910
changeset,16849,[16849],scribu,Introduce WP_Tax_Query. Fix canonical redirects in the process. See #15752
changeset,1684,[1684],michelvaldrighi,"moved wp-admin/xmlrpc.php to the root dir
"
changeset,16850,[16850],scribu,Correct relation var and PHP4 constructor. See #15752
changeset,16851,[16851],scribu,"Always have a WP_Tax_Query instance, to prevent notices. See #15752"
changeset,16852,[16852],nacin,"Admin bar CSS cleaning. props ocean90, see #15308."
changeset,16853,[16853],scribu,Fix notice in get_queried_object(). See #15752
changeset,16854,[16854],scribu,Inline docs for WP_Tax_Query. See #15752
changeset,16855,[16855],scribu,Redirect to correct page after bulk action for posts and comments. Props garyc40. Fixes #15416
changeset,16856,[16856],scribu,Remove unnecessary comments. See #15416
changeset,16857,[16857],ryan,Add retro gravatar option. Props beaulebens. fixes #15759
changeset,16858,[16858],ryan,like_escape() search string. see #15764
changeset,16859,[16859],ryan,Lose last-blog-admin-visited. Figure out a better way in 3.2
changeset,1685,[1685],michelvaldrighi,"big oopsie related to moving the xmlrpc.php file: somehow it got replaced by the old one. you can ignore version 1.21
"
changeset,16860,[16860],nacin,"IFRAME_REQUEST for network/update.php. props duck_, see #15724."
changeset,16861,[16861],scribu,Don't show search box if there are no themes available. See #15353
changeset,16862,[16862],nacin,"Admin bar script/style improvements. props ocean90, see #15308."
changeset,16863,[16863],ryan,jQuery UI 1.8.7. Props demetris. fixes #15766
changeset,16864,[16864],nacin,"wp-caption-text class for the gallery shortcode caption. props chipbennett, fixes #14411."
changeset,16865,[16865],nacin,use_default_gallery_style boolean filter and new gallery-columns-* class. see #15103.
changeset,16866,[16866],nacin,Deprecate twentyten_remove_gallery_css in favor of the use_default_gallery_style filter. see #15103.
changeset,16867,[16867],potbot,"POT, generated from r16866"
changeset,16868,[16868],scribu,Don't show search box if there are no items available. See #15353
changeset,16869,[16869],nacin,"Utilize gallery-columns-# classes in Twenty Ten. props ianstewart, lancewillett. fixes #15103."
changeset,1686,[1686],rboren,"htmlspecialchars() no longer needs to be run against rewrite_rules due to options-permalink reorg.  Currently, ampersands end up being encoded in .htaccess, which causes breakage.
"
changeset,16870,[16870],nacin,"Don't clear saved username in wp_attempt_focus. props JohnPBloch, wojtek.szkutnik. fixes #14031."
changeset,16871,[16871],dd32,"Coding Standards clean-up, Variable typo fix ($errstr), Svn property correction. See #10588"
changeset,16872,[16872],dd32,Check to see if WP_Query has returned any posts before blindly accessing posts. Fixes #15771
changeset,16873,[16873],dd32,"Include a blank email to prevent a PHP notice when pingbacks are being added, causes XML-RPC responses to be malformed with WP_DEBUG."
changeset,16874,[16874],nacin,"Fix admin menu save state. props greuben, fixes #15767, see #15615."
changeset,16875,[16875],nacin,"More admin bar styling improvements. Includes RTL fixes. Don't show redundant 'search' value. props ocean90, see #15308."
changeset,16876,[16876],nacin,"Use the blue background in the HTML editor, same as the visual editor. see #15207."
changeset,16877,[16877],scribu,Use is_singular in url_to_postid(). See #15771
changeset,16878,[16878],scribu,Remove excess comments from url_to_postid(). See #15771
changeset,16879,[16879],westi,Fix row hilighting when user is spam. See #15558 props beaulebens.
changeset,1687,[1687],rboren,"Do not sanitize an empty title.
"
changeset,16880,[16880],scribu,Don't set query flags in parse_tax_query(). See #15487
changeset,16881,[16881],dd32,Include Javascript Global variables in iframe_header(); Add extra style/script actions which are missing from iframe_header() to bring it inline with admin-header.php. Fixes #15781
changeset,16882,[16882],dd32,Add missing global for r16881 See #15781
changeset,16883,[16883],markjaquith,Mark Twenty Ten as GPL per new theme directory guidelines. props pross. fixes #15632
changeset,16884,[16884],scribu,"Fix Parent dropdown after creating a category. Props Utkarsh, garyc40. Fixes #15194"
changeset,16885,[16885],nacin,"Oh hai, haven't seen you in a while."
changeset,16886,[16886],scribu,Set $wp_query->tax_query earlier. See #15752
changeset,16887,[16887],scribu,Set both column header sorting arrows. Props batmoo. Fixes #15480
changeset,16888,[16888],scribu,Re-index categories in get_the_category(). Props greuben. Fixes #15442
changeset,16889,[16889],scribu,Prevent redundant wp_usermeta JOIN on single-site installs. See #14123
changeset,1688,[1688],rboren,"Do not sanitize an empty title.
"
changeset,16890,[16890],scribu,Slight logic tweak to [16889]. See #14123
changeset,16891,[16891],westi,Add some filters and an action to make this more flexible for plugin extension / modification. See #15793.
changeset,16892,[16892],westi,Add cap checks. do the action in php. See #15793
changeset,16893,[16893],scribu,Always call WP_Tax_Query::get_sql(). Fixes #15797
changeset,16894,[16894],scribu,Always set groupby when a tax query is involved. See #15752
changeset,16895,[16895],ryan,Bump ver.
changeset,16896,[16896],ryan,Ver bump
changeset,16897,[16897],ryan,"Admin bar sprite cleanups. Props ocean90, darrenmeehan. see #15611"
changeset,16898,[16898],ryan,s/default/standard/ for post format slug.
changeset,16899,[16899],ryan,Apply the break. Props ocean90. fixes #15802
changeset,1689,[1689],rboren,"Remove extra slashes from permalink structure.
"
changeset,168,[168],saxmatt,"Wrong filename and typo in title. Thanks Mike :).
"
changeset,168,[168],nbachiyski,"Update wp_html_excerpt test to reflect the new behaviour
"
changeset,16900,[16900],ryan,Pink trailing whites.
changeset,16901,[16901],ryan,Add user id to lock. Props duck_. see #15130
changeset,16902,[16902],ryan,Make classes global. Props JohnONolan. fixes #15558
changeset,16903,[16903],ryan,"Use https for preview links if is_ssl(). Props nacin, filosofo. fixes #13328"
changeset,16904,[16904],dd32,Fix fatal error on IIS after r16797. props peaceablewhale. Limit variable string searching when possible. See #10187
changeset,16905,[16905],dd32,Other piece of r16904. Limit variable string searching when possible. See #10187
changeset,16906,[16906],PeteMall,"Ensure correct HTTP status code is returned. Props nacin, fixes #15799"
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,16908,[16908],scribu,Run parent title through 'the_title'. Props garyc40. Fixes #13968
changeset,16909,[16909],nacin,Ensure the map_meta_cap filter receives the right cap when the map_meta_cap flag is false. fixes #15779.
changeset,1690,[1690],rboren,"Fix boulk comment delete.  Bug 291.  Patch from ringmaster.
"
changeset,16910,[16910],nacin,I have CDO. see #15779.
changeset,16911,[16911],scribu,Fix error when trashing a comment on the last page. Props garyc40. Fixes #15500
changeset,16912,[16912],nacin,"Pass args to nav_menu_css_class filter. props scribu, fixes #15808."
changeset,16913,[16913],nacin,"Fix admin bar styling when no avatars are in use. props ocean90, see #15611."
changeset,16914,[16914],ryan,Fix notice in ajax response. Props garyc40. fixes #15810
changeset,16915,[16915],ryan,Honor the page template when a page is the home page but not also the front page. Props filosofo. fixes #15513
changeset,16916,[16916],ryan,Honor defaults in wp_dropdown_users(). Props duck_. fixes #15791
changeset,16917,[16917],markjaquith,Recreate initial taxonomies after updating their URL base. props nacin. fixes #15815
changeset,16918,[16918],markjaquith,Add WP Rewrite root to front of add_permastruct() call when adding a taxonomy. fixes #15813
changeset,16919,[16919],ryan,Hide add new button or link to network/plugin-install on plugins page. Props ocean90. fixes #15785
changeset,1691,[1691],rboren,"Do not try to link to theme and author uris that are not there.  Bug 295.
"
changeset,16920,[16920],markjaquith,Fix canonical paged/feed redirects. props rfw. fixes #14288
changeset,16921,[16921],ryan,"Better backup notices. Props SergeyBiryukov, kapeels. fixes #15753"
changeset,16922,[16922],nacin,Remove ceilings on recent comments and posts widgets and dashboard widgets. fixes #14543.
changeset,16923,[16923],nacin,Remove unneeded stripslashes. see #14543.
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,16926,[16926],ryan,Pink trailing whites
changeset,16927,[16927],ryan,Pink trailing whites
changeset,16928,[16928],nacin,Remove redundancy. see #14288.
changeset,16929,[16929],nacin,"Fix nesting of parentheses. fixes #14995, props duck_, jakub.misek."
changeset,1692,[1692],michelvaldrighi,"whoops, a dot that was removed yesterday came back when restoring the file
"
changeset,16930,[16930],PeteMall,s/Creationism/Evolution/ in site-users. See #14756
changeset,16931,[16931],ryan,"Expand/collapse in internal linking. Props koopersmith, nacin. see #15739"
changeset,16932,[16932],ryan,Beta2
changeset,16933,[16933],ryan,Internal linking IE tweaks. Props koopersmith. see #15739
changeset,16934,[16934],westi,Give the Logout menu item the correct parent so it appears when we have avatars as well as when we don't. Fixes #15611 props ocean90.
changeset,16935,[16935],PeteMall,Use get_blog_option() isntead of raw SQL in site-users. See #14756
changeset,16936,[16936],westi,Bumpity
changeset,16937,[16937],scribu,Limit height only to iframe body. Fixes #15679
changeset,16938,[16938],nacin,Don't show extra .0 in _deprecated_argument calls. They should appear in @since docs though.
changeset,16939,[16939],westi,Introduce _doing_it_wrong(). See #15824.
changeset,1693,[1693],michelvaldrighi,"I was stupidly parsing dateCreated even when it was empty -- hence the crash in mw_newPost
"
changeset,16940,[16940],westi,Switch to _doing_it_wrong(). See #15824
changeset,16941,[16941],westi,Zap the extra * props duck_
changeset,16942,[16942],westi,Better message text to reflect that it might not just be an incorrect argument but maybe your calling something way too early. See #15824
changeset,16943,[16943],westi,Clear both in the right now widget so it clears nicely when there are extra comment statuses added. Fixes #14985 props doktorbro.
changeset,16944,[16944],nacin,Fix this in RTL too. see #14985.
changeset,16945,[16945],nacin,Move _doing_it_wrong to other debug functions. Modify docs and the output message. see #15824.
changeset,16946,[16946],nacin,Grammar and spelling. see #15824.
changeset,16947,[16947],nacin,"You are doing it wrong in query.php. see #15824, see #14729."
changeset,16948,[16948],westi,Ultimate make_clickable. Fixes #14993 props filosofo
changeset,16949,[16949],ryan,"Skip confirmation email fixes. Props ocean90, duck_. see #15725"
changeset,1694,[1694],rboren,"Test for feed and trackback at the beginning of the template redirection code.
"
changeset,16950,[16950],nacin,TinyMCE 3.3.9.3-dev. fixes #15111.
changeset,16951,[16951],nacin,"Inline doc fixes for get_next|previous|adjacent_post. props kawauso, fixes #15822."
changeset,16952,[16952],nacin,"Admin bar blogname handling improvements. Kill visible property vestige. props ocean90, fixes #15308."
changeset,16953,[16953],nacin,"Allow actual DB fields in WP_User_Query orderby. props duck, see #15816."
changeset,16954,[16954],nacin,"s/site/user/ if signup doesn't have a domain attached. props wpmuguru, fixes #15780."
changeset,16955,[16955],nacin,_doing_it_wrong takes three arguments. fixes #15824.
changeset,16956,[16956],nacin,"Add user_nicename, nicename, ID to WP_User_Query orderby. props duck_, fixes #15816."
changeset,16957,[16957],ryan,"Pass wp_admin_bar object to admin_bar_menu action. Props TheDeadMedic, JohnPBloch. fixes #15723"
changeset,16958,[16958],nacin,"Add theme_mods option if is_admin. props MarkJaquith, fixes #14828."
changeset,16959,[16959],nacin,s/example-about-page/sample-page/. see #14973.
changeset,1695,[1695],rboren,"Rename using_mod_rewrite() to using_index_permalinks().  Start removing blogfilename references.
"
changeset,16960,[16960],westi,Allow a plugin to filter our slugs if it wants to. Fixes #15726
changeset,16961,[16961],PeteMall,"Move search results text in site-themes/site-users. Props sorich87, ocean90. Fixes #15553"
changeset,16962,[16962],westi,Fix HTML validation errors. Fixes #15716.
changeset,16963,[16963],nacin,"Plugin install and thickbox for the network admin. props ocean90, fixes #15510, fixes #15750."
changeset,16964,[16964],nacin,Revert [16645]. see #15625.
changeset,16965,[16965],westi,Move post_type var setup back into edit.php and reinstate the cap check. See #15326
changeset,16966,[16966],westi,Re-instate this code so AJAX still works
changeset,16967,[16967],westi,This is only for use in the Network admin when it is always multisite.
changeset,16968,[16968],PeteMall,This is only for use in the Network admin when it is always multisite.
changeset,16969,[16969],nacin,Post formats help text. fixes #15376.
changeset,1696,[1696],rboren,"Trackback fix ups.
"
changeset,16970,[16970],westi,More caps back. See #15326
changeset,16971,[16971],nacin,Italicize. see #15376.
changeset,16972,[16972],scribu,Revert to raw SQL query and HTML in export author dropdowns. Fixes #15786
changeset,16973,[16973],PeteMall,s/<? /<?php / in [16963].
changeset,16974,[16974],scribu,Fetch only the required field in wp_dropdown_users(). See #14572
changeset,16975,[16975],scribu,"Use wp_dropdown_users() in export.php again, due to [16974]. See #15786"
changeset,16976,[16976],PeteMall,Use net admin plugin-install in site admin tools. Fixes #15839
changeset,16977,[16977],nacin,maybe_network_admin_url. see #15840.
changeset,16978,[16978],nacin,Use maybe_network_admin_url. see #15840.
changeset,16979,[16979],nacin,This is already cap checked - no need to show outdated message.
changeset,1697,[1697],rboren,"If we attempt path info matching but do not match, set 404.  Also, retabify some code.
"
changeset,16980,[16980],nacin,"Help text edits. props dougwrites, fixes #15346."
changeset,16981,[16981],nacin,"Network Admin contextual help. props andrea_r (!), see #15314.

"
changeset,16982,[16982],nacin,"Network admin contextual help edits. props vegasgeek, see #15314."
changeset,16983,[16983],nacin,Move to 'Documentation on XY' in the network admin. see #15314.
changeset,16984,[16984],nacin,Network Admin: Rename Options to Settings. Kick the tab to the end as well. see #15314.
changeset,16985,[16985],nacin,A few more s/site-options/site-settings/. see #15314.
changeset,16986,[16986],nacin,Minor cleanups.
changeset,16987,[16987],nacin,"Add scheme arguments to get_blogaddress_by_domain and get_blogaddress_by_id. props adambackstrom for initial patch, fixes #14867."
changeset,16988,[16988],nacin,We don't apply markup here. see #15742.
changeset,16989,[16989],nacin,Translate and markup plugins in a directory when deleting a plugin. fixes #15742.
changeset,1698,[1698],donncha,"Fix by Michael Leuchtenburg so that bookmarklet respects pingback setting.
"
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,16991,[16991],nacin,Move check_permissions() out of ajax_response(). see #15326.
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,16993,[16993],markjaquith,"Use ENT_QUOTES in esc_textarea() in case someone uses it in a value='' situation by accident. see #15454
"
changeset,16994,[16994],nacin,Make network_admin_url() return admin_url() when not multisite like its home and site counterparts. Kill the now redundant maybe_network_admin_url() function. fixes #15840.
changeset,16995,[16995],nacin,The user description field should be esc_textarea when context is edit. see #15454.
changeset,16996,[16996],westi,Check for the wp-admin/imports folder before we open it so we don't show notices when it isn't there.
changeset,16997,[16997],westi,Bumpity Bump
changeset,16998,[16998],westi,Ensure we always have a $help to append to. Fixes #15845 props garyc40.
changeset,16999,[16999],ryan,Add like_escape() to some queries.  fixes #15764
changeset,1699,[1699],saxmatt,"No longer used.
"
changeset,169,[169],saxmatt,"Unecessary queries.
"
changeset,169,[169],nbachiyski,"Mark as connected with a bug
"
changeset,16,[16],saxmatt,"Fixed semantics. Cleaned up HTML in general.
"
changeset,16,[16],tellyworth,move _make_user() to base.php
changeset,17000,[17000],ryan,"Add jquery and utils dependencies for editor js.  Props JohnPBloch, jczorkmid. fixes #15830"
changeset,17001,[17001],ryan,Remove some unnecessary esc_textarea() calls. Props garyc40. see #15454
changeset,17002,[17002],scribu,"Always display the table, with a placeholder row when there are no items. Fixes #15849"
changeset,17003,[17003],scribu,Remove placeholder row when adding first term. See #15849
changeset,17004,[17004],PeteMall,New filter for network admin plugins action link. Fixes #15850.
changeset,17005,[17005],ryan,Revert [16987]. This pollutes home and siteurl during signup and blog creation. see #14867
changeset,17006,[17006],scribu,Introduce WP_List_Table::search_box(). See #15353
changeset,17007,[17007],westi,Give the screen options Apply button an id so it validates.
changeset,17008,[17008],westi,Give the button an id so it validates.
changeset,17009,[17009],ryan,phpdoc notation fixes. Props demetris. fixes #15852
changeset,1700,[1700],saxmatt,"No longer used.
"
changeset,17010,[17010],scribu,Use wp_dropdown_users() in the delete confirmation screen. Props duck_. See #15854
changeset,17011,[17011],scribu,Get only required fields in wp_getAuthors(). Props duck_. See #15854
changeset,17012,[17012],scribu,Get only required fields in populate_network(). See #15854
changeset,17013,[17013],scribu,Make WP_User_Query return regular objects by default. Fixes #15854
changeset,17014,[17014],nacin,"Help fixes. props zeo, fixes #15346."
changeset,17015,[17015],nacin,"Final network admin help tweaks. props andrea_r, fixes #15314."
changeset,17016,[17016],nacin,"Revert [16292], admin_notices for non-network non-user only. all_admin_notices for all. fixes #14696."
changeset,17017,[17017],nacin,"More admin bar css reset. props JohnONolan, see #15851."
changeset,17018,[17018],westi,Make note that this is a preview_iframe. See #15856
changeset,17019,[17019],nacin,NULL isn't set.
changeset,1701,[1701],saxmatt,"Usability enhancements.
"
changeset,17020,[17020],westi,If we are previewing don't show the admin bar. See #15856
changeset,17021,[17021],westi,Ensure show_admin_bar( false ) works after init. Fixes #15856.
changeset,17022,[17022],westi,-- bad white space
changeset,17023,[17023],westi,-- bad white space part deux
changeset,17024,[17024],scribu,Disable sorting by post count for now. See #15861
changeset,17025,[17025],scribu,Display categories again. Props garyc40. Fixes #15857
changeset,17026,[17026],scribu,Always show term search box. See #15857
changeset,17027,[17027],scribu,Fix notices in quick-edit. See #15285
changeset,17028,[17028],nacin,"Make get_the_taxonomies() take an array of arguments. props scribu, fixes #14740."
changeset,17029,[17029],nacin,"Add theme update bubble, hide redundant bubble on network admin. props PeteMall, see #15866."
changeset,1702,[1702],saxmatt,"Usability enhancements.
"
changeset,17030,[17030],markjaquith,Do not add URL query args twice in certain Canonical Redirect situations. Use add_query_arg(). props filosofo. fixes #15774
changeset,17031,[17031],markjaquith,Strip partial name= parameters when doing canonical redirection on them with default permalinks. props filosofo. fixes #15775
changeset,17032,[17032],ryan,Admin bar visibility prefs. Props duck_. see #15829
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,17034,[17034],nacin,"Don't limit total_users. props scribu, fixes #15479."
changeset,17035,[17035],nacin,"s/Discuusion/Discussion/. props dougwrites, fixes #15870."
changeset,17036,[17036],nacin,"Network Admin: Show a warning when deleting non-network-only plugins, as they may be activated on subsites. fixes #15709."
changeset,17037,[17037],nacin,"Network admin contextual help fixes. props SergeyBiryukov, fixes #15314."
changeset,17038,[17038],ryan,Search query string tweaks for net plugins. Props PeteMall. see #15872
changeset,17039,[17039],nacin,"Fix one of my typos. props SergeyBiryukov, fixes #15346."
changeset,1703,[1703],saxmatt,"Some file editor improvements. New: Recently edited and editor sidebar.
"
changeset,17040,[17040],nacin,Change this string now so we can freeze earlier. see #15866.
changeset,17041,[17041],ryan,Fix menu highlight for link category edit. Props duck_. fixes #15877
changeset,17042,[17042],nacin,"s/id/ID/. props ocean90, fixes #15868."
changeset,17043,[17043],nacin,"Add login_footer action to the default case, which doesn't use login_footer(). fixes #15880."
changeset,17044,[17044],nacin,Merge the help strings across the network/site- pages. see #15880.
changeset,17045,[17045],nacin,Move to what will be the new Network Admin Codex page URLs. see #15314.
changeset,17046,[17046],nacin,"Network-specific language on the plugin and theme editor help tabs. props andrea_r, see #15314."
changeset,17047,[17047],nacin,"Slight tweak. props andrea_r, #15314."
changeset,17048,[17048],nacin,"Use the update_core, update_plugins and update_themes caps in update-core.php. fixes #15866."
changeset,17049,[17049],ryan,Clarify button text. fixes #14756
changeset,1704,[1704],michelvaldrighi,"dateCreated typos
"
changeset,17050,[17050],ryan,Remove 'Search Results filter from ms themes. fixes #15872
changeset,17051,[17051],nacin,"Remove old string. props SergeyBiryukov, see #15314."
changeset,17052,[17052],dd32,"Fix Pings/Trackback comment table filter. Props greuben. Fixes #15885
"
changeset,17053,[17053],dd32,Revert debug cruft from r17052. See #15885
changeset,17054,[17054],nacin,"Simplify this string. props jane, see #15346, see #15829."
changeset,17055,[17055],nacin,"String changes to admin bar preferences. props jane, see #15829."
changeset,17056,[17056],nacin,Allow dfault post format selections. fixes #15882.
changeset,17057,[17057],westi,Less ugly show_admin_bar() enforcement. Fixes #15869 props filosofo.
changeset,17058,[17058],westi,Add missing file from Blue Theme refresh. See #15207.
changeset,17059,[17059],westi,Commit the image not the trac download page. See #15207.
changeset,1705,[1705],michelvaldrighi,"fixes for bug #311, by bronski
"
changeset,17060,[17060],westi,Set correct mime-type
changeset,17061,[17061],ryan,Fix guid generation for page auto drafts. Props shawnparker. fixes #15041
changeset,17062,[17062],markjaquith,Only set default post format on new posts – not old ones. props nacin. fixes #15882
changeset,17063,[17063],nacin,"Fix name attribute in export. props ocean90, see [16975], fixes #15901."
changeset,17064,[17064],nacin,"Thorough CSS reset of the admin bar to avoid theme conflicts. props ocean90, JohnONolan, filosofo, duck_. fixes #15851."
changeset,17065,[17065],nacin,"Support post formats in Press This. fixes #15795, props greuben for initial patch."
changeset,17066,[17066],nacin,"Don't refill the comment list when undoing a spam action on a comment. props greuben, fixes #15884."
changeset,17067,[17067],nacin,"Have 'My Sites' in admin bar actually link to my-sites.php. props ocean90, fixes #15900."
changeset,17068,[17068],nacin,Don't fatal error when conditional tags are called before init. fixes #14729.
changeset,17069,[17069],westi,Improve the button and header test to give a clearer picture between Adding New Users and Adding Exiting Users to a site. Fixes #14756
changeset,1706,[1706],michelvaldrighi,"make pingback.ping use wp_new_comment
"
changeset,17070,[17070],nacin,"Don't double-slash list table include. props wpmuguru, fixes #15904."
changeset,17071,[17071],nacin,"More @since. props SergeyBiryukov, fixes #15445."
changeset,17072,[17072],nacin,Handle 'This gallery contains X photos' properly in Twenty Ten. fixes #15858.
changeset,17073,[17073],nacin,"Docs for get_post_format_slugs(). props demetris, fixes #15867."
changeset,17074,[17074],nacin,Call comment_type() without arguments that way 'Comment' is translated internally with context. fixes #15798.
changeset,17075,[17075],nacin,"Don't let the screen options text escape the box. props ohanesian, fixes #15329."
changeset,17076,[17076],ryan,"Relocate isset check. Props TobiasBg, SergeyBiryukov. fixes #15041"
changeset,17077,[17077],ryan,Check is_network in the screen object for AJAX requests.  Props scribu. fixes #15903
changeset,17078,[17078],ryan,Restrict meta update/delete to the current post. Props kawauso. fixes #15276
changeset,17079,[17079],ryan,@since additions and updates. Props demetris. fixes #15867
changeset,1707,[1707],michelvaldrighi,"added From: header to the mail notification
"
changeset,17080,[17080],ryan,Define net and user admin constants for fetch-list case. Props scribu. fixes #15903
changeset,17081,[17081],nacin,"Fix placeholder issues when removing comments. props garyc40, fixes #15879."
changeset,17082,[17082],ryan,Consistently use edit_posts_per_page. Props sorich87. fixes #14135
changeset,17083,[17083],nacin,"Clarify the _doing_it_wrong message for conditioanl tags. init prevents the fatal error, but the query still isn't run. Just drop the mention of a hook and we end up with better reasoning why this doesn't work to boot. see #14729."
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,17085,[17085],nacin,"Don't check the upload space site option if the option is disabled. props greuben, fixes #13601."
changeset,17086,[17086],nacin,"Enqueue plugin-install scripts and styles on import.php. props ocean90, fixes #15842."
changeset,17087,[17087],nacin,Minify plugin-install.js. see #15842.
changeset,17088,[17088],ryan,Add 'who' arg to wp_dropdown_users() and get_users().  Add' hide_if_only_one_author' argument to get_users().  Query only authors (user level greater than 0) when who => author is passed.  Query only authors for author meta box and quick edit dropdowns. Props scribu. fixes #15871
changeset,17089,[17089],ryan,Comment reply and quick edit js fixes. Props garyc40. fixes #15908
changeset,1708,[1708],michelvaldrighi,"moved die() command, fixes bug #309
"
changeset,17090,[17090],ryan,List table spinner. Props scribu. see #15580
changeset,17091,[17091],ryan,Add default for who arg. see #15871
changeset,17092,[17092],markjaquith,Translate post format term names on the fly. props mfields. fixes #15899
changeset,17093,[17093],potbot,"POT, generated from r17092"
changeset,17094,[17094],potbot,"POT, generated from r17093"
changeset,17095,[17095],nacin,"Final string tweaks to admin bar preferences. props jane, fixes #15829."
changeset,17096,[17096],nacin,Switch to Akismet 2.5.1.
changeset,17097,[17097],nacin,"Don't include trash posts in the sticky posts count. props garyc40, fixes #15934."
changeset,17098,[17098],nacin,"Add missing translation for 'Page Template' in the theme editor. props SergeyBiryukov, fixes #15933."
changeset,17099,[17099],nacin,"New help strings in internal linking. props jane, see #15739."
changeset,1709,[1709],michelvaldrighi,"added discover_pingback_server_uri, should dramatically speed things up
"
changeset,170,[170],mikelittle,"Test we have some posts to avoid foreach error.
Capitalisation of WordPress
"
changeset,170,[170],nbachiyski,"Remove persistent object cache tests
"
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,17101,[17101],ryan,Add delete support to network themes. Props PeteMall. fixes #15707
changeset,17102,[17102],ryan,Translations in title attributes require esc_attr().
changeset,17103,[17103],markjaquith,Display placeholder when no comments found. props garyc40. fixes #15937
changeset,17104,[17104],markjaquith,Remove overly broad CSS rule. fixes #15913
changeset,17105,[17105],ryan,RTL for wplink. Props ocean90. see #15864
changeset,17106,[17106],nacin,"Use a separate variable to fix plugin deletion. props phill_brown, fixes #15940."
changeset,17107,[17107],nacin,"echo OR return, not both, in single_term_title(). props Viper007Bond, fixes #15939."
changeset,17108,[17108],ryan,"Use term_taxonomy_id instead of term_id. Props duck_, nootron. fixes #15941"
changeset,17109,[17109],ryan,Don't assume queried object is a term. Fixes non-existent var notice.  Props filosofo. fixes #15944
changeset,1710,[1710],saxmatt,"Typo. Hat tip: Marc van Veen
"
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,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,17112,[17112],potbot,"POT, generated from r17111"
changeset,17113,[17113],ryan,Fix comment manipulation on edit post screen. Props garyc40. fixes #15876
changeset,17114,[17114],nacin,"Restore an exit we need. props duck_, fixes #15518."
changeset,17115,[17115],ryan,Set the correct plural. Use plugins class on the table. Props scribu. fixes #15922
changeset,17116,[17116],ryan,Remove unnecessary nowraps.  Props scribu. fixes #15834
changeset,17117,[17117],ryan,Expand/collapse arrows for internal linking. Props ocean90. fixes #15739
changeset,17118,[17118],nacin,"The internal linking dialog should be 'Add Link' not 'Save Link'. Not a new string. props jane, see #15739."
changeset,17119,[17119],ryan,Don't be so sensitive.
changeset,1711,[1711],michelvaldrighi,"fix for #317: part one, avoid activating the same plugin twice
"
changeset,17120,[17120],westi,Ensure that images added using Press This get the correct source url set. Fixes #15841 props duck_.
changeset,17121,[17121],ryan,Check bulk-themes nonce before bulk delete. fixes #15922
changeset,17122,[17122],ryan,nonce checks for ms themes.  see #15969
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,17124,[17124],ryan,Fix comment reply colspan. Props garyc40. fixes #15876
changeset,17125,[17125],nacin,"CSS tweaks and arrow fixes for internal linking. props ocean90, see #15739."
changeset,17126,[17126],nacin,"bulk-themes nonce for network/themes.php deletion. props PeteMall, see #15969."
changeset,17127,[17127],nacin,Remove this check in favor of the one added in [17126]. see #15969.
changeset,17128,[17128],nacin,"Prevent notices in the allblogs and allusers branches. props SergeyBiryukov, see #15920."
changeset,17129,[17129],nacin,"Validation fixes. props ocean90, fixes #15287."
changeset,1712,[1712],michelvaldrighi,"fix for #317: part two, avoid including the same plugin file twice
"
changeset,17130,[17130],ryan,"MS themes fixes.  Fix bulk actions when no items selected. Props SergeyBiryukov, nacin. fixes #15920"
changeset,17131,[17131],nacin,"Fix some tab CSS in Press This. props dd32. Also adjust menu bits to default to gray, and then add rules to blue. see #15561."
changeset,17132,[17132],ryan,"Clear messages when searching, sorting, paginating. Props scribu. fixes #15973"
changeset,17133,[17133],nacin,"Internal linking CSS resets to fix Press This formatting. props garyc40, ocean90. see #15561."
changeset,17134,[17134],ryan,nonce checks for site-themes.  Props PeteMall. see #15969
changeset,17135,[17135],nacin,More CSS reset for wplink. Give the dialog title a specific line height. see #15561.
changeset,17136,[17136],westi,Nonce checks for site-users. See #15969 props PeteMall.
changeset,17137,[17137],westi,Improved messaging for theme enabled/disabled on a per-site bases. Fixes #15920 props PeteMall
changeset,17138,[17138],nacin,"Remove redundancy in these arguments. props PeteMall, fixes #15920."
changeset,17139,[17139],nacin,RTL for the new style pagination links. fixes #15974.
changeset,1713,[1713],rboren,"Use call_user_func() when applying filter.  Bug 63.  Patch from Bill Zeller.
"
changeset,17140,[17140],nacin,"Delay wp_tiny_mce_preload_dialogs to the footer, as occurs in admin-header. props ocean90, fixes #15561."
changeset,17141,[17141],nacin,Tag textareas escaped earlier with textarea_escaped. see #15454.
changeset,17142,[17142],nacin,"Revert [16995] due to the way the data enters the db. props garyc40, see #15454."
changeset,17143,[17143],nacin,Revert to esc_html when escaping the textarea for nav menu item description. see #15454.
changeset,17144,[17144],nacin,D'oh. Use the proper URL to the multisite support forum. see #15880.
changeset,17145,[17145],nacin,"Revert [15830] for wp-activate.php. see #15064, fixes #15976."
changeset,17146,[17146],ryan,link_notes and term_description escaping fixes. Props garyc40. fixes #15454
changeset,17147,[17147],dd32,Set taxonomy/term back-compat query vars for all views (not just taxonomy indexes). Fixes #15978
changeset,17148,[17148],nacin,Happy holidays :D
changeset,17149,[17149],nacin,"RTL for theme installer. props yoavf, fixes #15984."
changeset,1714,[1714],rboren,"Use get_query_var to get the search terms.
"
changeset,17150,[17150],nacin,Add files missing in [17149]. see #15984.
changeset,17151,[17151],ryan,Give search submit buttons a unique ID. Props dd32. fixes #15979
changeset,17152,[17152],ryan,RTL pagination fixes. Props yoavf. fixes #15974
changeset,17153,[17153],ryan,RTL pagination fixes. Props yoavf. fixes #15974
changeset,17154,[17154],ryan,RTL pagination fixes. Props yoavf. fixes #15974
changeset,17155,[17155],ryan,Don't sanitize_key() the post type so that colons aren't stripped from attachment types. Props nacin. fixes #15982
changeset,17156,[17156],ryan,Always output pagination controls. Hide them when they are not needed. Show them upon AJAX result that requires pagination. Props nacin. fixes #15983
changeset,17157,[17157],nacin,Bump.
changeset,17158,[17158],nacin,"Correct the docs for register_post_status. fixes #15947, props simonwheatley."
changeset,17159,[17159],ryan,Link Links columns to link manager. Props nacin. fixes #15994
changeset,1715,[1715],rboren,"Do not attemp to load marker data from a non-existent htaccess.  Bug 308.
"
changeset,17160,[17160],ryan,"Issue manage_pages_custom_column for hierarchical post types. Props mrwok, duck_. fixes #16000"
changeset,17161,[17161],nacin,Move the admin bar profile preferences to a hook. fixes #16004.
changeset,17162,[17162],ryan,"Ignore an empty pagename when correcting is_* for page_on_front requests. Props donalmacarthur, SergeyBiryukov, filosofo.  fixes #16002"
changeset,17163,[17163],ryan,Bump
changeset,17164,[17164],nacin,We'll release Twenty Ten 1.2 with 3.1. fixes #15990.
changeset,17165,[17165],potbot,"POT, generated from r17164"
changeset,17166,[17166],nacin,"RTL fixes for sortable list headings. props RanYanivHartstein, fixes #16008."
changeset,17167,[17167],nacin,"RTL fixes for custom header page. props SergeyBiryukov, fixes #16018."
changeset,17168,[17168],ryan,Hard limit to 10 comments on edit post screen. Props greuben. fixes #15998
changeset,17169,[17169],westi,Ensure the Parent menu is hilighted correctly when Custom Post Types are shown under an existing top level menu. Fixes #16015 props duck_.
changeset,1716,[1716],michelvaldrighi,"whoops, we forgot to store the comment_type
"
changeset,17170,[17170],nacin,get_meta_sql should be private. see #14645.
changeset,17171,[17171],ryan,"Don't be case sensitive to attribute names.  Handle padded entities when checking for bad protocols.  Normalize entities before checking for bad protocols in esc_url(). Props Mauro Gentile, duck_, miqrogroove"
changeset,17172,[17172],ryan,"Don't be case sensitive to attribute names.  Handle padded entities when checking for bad protocols.  Normalize entities before checking for bad protocols in esc_url(). Props Mauro Gentile, duck_, miqrogroove"
changeset,17173,[17173],markjaquith,Fit potbot with a restraining bolt.
changeset,17174,[17174],ryan,3.0.4
changeset,17175,[17175],ryan,3.0.4
changeset,17176,[17176],markjaquith,Reinstitute Intall Now AYS that was accidentally disabled. props ocean90. fixes #16032
changeset,17177,[17177],markjaquith,urlencode() theme name when creating theme edit link. props tomthewebmaster. fixes #16028
changeset,17178,[17178],markjaquith,"s/Network Options/Settings/. props wpmuguru. Not a string change (already existed). fixes #16027
"
changeset,17179,[17179],markjaquith,Fix some RTL CSS issues. props garyc40. props ocean90. fixes #16017
changeset,1717,[1717],michelvaldrighi,"fixed url_to_postid (it was the cause of pingbacks to the first post when a simple link to the blog was done)
"
changeset,17180,[17180],ryan,Fix registered and path column sorting. Props garyc40. fixes #16034
changeset,17181,[17181],ryan,"Add Copyright Statement, Licensing Information and Disclaimer to kses. Props hakre.  Thanks Ulf Harnhammar. fixes #16039"
changeset,17182,[17182],ryan,"Add Copyright Statement, Licensing Information and Disclaimer to kses. Props hakre.  Thanks Ulf Harnhammar. see #16039"
changeset,17183,[17183],ryan,Don't deactivate a plugin that is both network activated and activated on the main site after editing. Props SergeyBiryukov. fixes #16011
changeset,17184,[17184],ryan,"Clean up admin bar node removal.  Make it PHP4 safe and prevent display of blank spots. Props sorich87, SergeyBiryukov. fixes #16005"
changeset,17185,[17185],ryan,Update @author tag contact info. Props hakre. see #16039
changeset,17186,[17186],ryan,Update @author tag contact info. Props hakre. see #16039
changeset,17187,[17187],ryan,"Show correct title for static page home.  Props aaroncampbell, greuben, SergeyBiryukov. fixes #16041"
changeset,17188,[17188],nacin,Typo fix. props Kawauso.
changeset,17189,[17189],ryan,"Default to leading and trailing wildcards for site user searches. Require explicit trailing wildcard asterisk request for network user searches. Disallow leading wildcards for network user searches. Move wildcard policy up the stake, allowing more flexibility in WP_User_Query. Props SergeyBiryukov. fixes #16014"
changeset,1718,[1718],michelvaldrighi,"ok, I can't believe I forgot to add that in
"
changeset,17190,[17190],nacin,Use the blue background color around the blue gradient. see #15993.
changeset,17191,[17191],nacin,Small visual improvements to post formats on edit.php. see #16047.
changeset,17192,[17192],nacin,Defense in depth for comment text.
changeset,17193,[17193],nacin,Restore original argument order for the taxonomy quick_edit_custom_box hook. fixes #15285.
changeset,17194,[17194],nacin,Add a note about E_DEPRECATED in wp_debug_mode() because I keep seeing reports about people trying to define it.
changeset,17195,[17195],nacin,"div.alignleft.actions needs to wrap the 'Empty Trash' button too, otherwise they're not aligned. see #15580."
changeset,17196,[17196],nacin,"Remove a random nacin typo introduced in 3.0. see [12976], #16055."
changeset,17197,[17197],nacin,Have menu_name work with show_in_menu = submenu. fixes #14832.
changeset,17198,[17198],ryan,Introduce include_selected arg for wp_dropdown_users().   Add current author to dropdown in post_author_meta_box().  fixes #16045
changeset,17199,[17199],potbot,"POT, generated from r17198"
changeset,1719,[1719],michelvaldrighi,"convert trackbacks and pingbacks to use comment_type
"
changeset,171,[171],mikelittle,"Removed erroneous require of wp-db its now in b2config
"
changeset,171,[171],nbachiyski,"Allow forcing the check for known bugs, now you can't check them once they are makred as such
"
changeset,17200,[17200],nacin,"Don't esc_html the default error string. props SergeyBiryukov, fixes #16058."
changeset,17201,[17201],nacin,"Allow us to return from whence we came. Specify wp_http_referer for user-edit in the network admin, as we may come from network/users or site-users. props PeteMall, SergeyBiryukov, fixes #16053."
changeset,17202,[17202],nacin,Disabled states for first/prev and next/last pagination buttons when they should noop. see #15503.
changeset,17203,[17203],nacin,Compress and bump scripts for [17202]. see #15503.
changeset,17204,[17204],nacin,RC2.
changeset,17205,[17205],nacin,Recommit [15986]. see #15226.
changeset,17206,[17206],nacin,"Use correct variables. props garyc40, see #15503."
changeset,17207,[17207],ryan,"RTL: Space between texas and avatar. Props SergeyBiryukov, rasheed. fixes #16081"
changeset,17208,[17208],ryan,"RTL: Custom background tweak. Props SergeyBiryukov, rasheed"
changeset,17209,[17209],ryan,RTL: Space between buttons. Props SergeyBiryukov. fixes #16084
changeset,1720,[1720],rboren,"Use superglobals for m and s.  Bug 321.  Hat tip: christoph.
"
changeset,17210,[17210],ryan,wp-admin css bump
changeset,17211,[17211],ryan,"PHP4 compat. Props SergeyBiryukov, westi. see #16080"
changeset,17212,[17212],nacin,"Correct docs for TT version number. props Jayjdk, fixes #16087."
changeset,17213,[17213],ryan,Ignore unsupported post types in add_theme_support(). Props garyc40. fixes #16073
changeset,17214,[17214],markjaquith,Revert [15611] for 3.1. Needs more time for peer review and iteration. see #14310
changeset,17215,[17215],nacin,"Alter admin_notices usage in admin/includes/ms.php due to changes in the action with the network/user admin. props PeteMall, see #16063."
changeset,17216,[17216],nacin,"Quick RTL CSS fix in widgets admin. see #16082, props SergeyBiryukov."
changeset,17217,[17217],nacin,Update indicator for the Network Admin link. fixes #16063.
changeset,17218,[17218],nacin,"Giant chunk of phpdoc for multisite functions. props boonebgorges, SergeyBiryukov. fixes #14953."
changeset,17219,[17219],nacin,"Use correct variable. props SergeyBiryukov, TobiasBg, fixes #16063."
changeset,1721,[1721],rboren,"Wrap rewrite rules in IfModule.  Bug 318.
"
changeset,17220,[17220],markjaquith,"I bungled [17214]. Reverting the revert, so it can be reverted properly! see #14310"
changeset,17221,[17221],nacin,br tags must self close. props blamescribu. see #16095.
changeset,17222,[17222],ryan,Don't show button in placeholder row. Props SergeyBiryukov. fixes #16095
changeset,17223,[17223],ryan,Avoid notice.
changeset,17224,[17224],markjaquith,Funnel unknown values to blank (standard) post format in set_post_format()
changeset,17225,[17225],nacin,More room for your content! Increase default post edit rows as the meta boxes are all hidden by default. see #14212.
changeset,17226,[17226],ryan,Revert [15987] [15988] [15989]. Props SergeyBiryukov. see #9824 fixes #16041
changeset,17227,[17227],ryan,Add some cookie filters to allow plugins more control over SSL cookie delivery. see #15330
changeset,17228,[17228],ryan,Bring out the shears.
changeset,17229,[17229],ryan,Bump
changeset,1722,[1722],rboren,"Use stylesheet_url.
"
changeset,17230,[17230],westi,Ensure that we apply the absolute integer casting result to the variable we are going to use. See #16119
changeset,17231,[17231],nacin,"Fix typo in phpdoc. props PeteMall, fixes #16120."
changeset,17232,[17232],ryan,Use edit_comment cap. Props casben79. fixes #16129
changeset,17233,[17233],ryan,Add context to string. Props nbachiyski. fixes #16130
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,17235,[17235],nacin,"Err, oops. Put the class on the table row. props yoast, see [17234], see #16004."
changeset,17236,[17236],nacin,"Add post format CSS to Twenty Ten. props iandstewart, fixes #16141."
changeset,17237,[17237],ryan,Fix net admin theme deletion over FTP. see #16117
changeset,17238,[17238],ryan,Fix post theme delete redirect. Props greuben. see #16117
changeset,17239,[17239],ryan,Selectively reset list-table forms rather than all forms to avoid stompage.  Props koopersmith. fixes #16098
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,17240,[17240],nacin,Don't check for post format support when registering the post format taxonomy. fixes #16146.
changeset,17241,[17241],markjaquith,[17240] rendered the theme-change rules flush introduced in [16705] unnecessary.
changeset,17242,[17242],nacin,"RTL contextual help fix. props rasheed, SergeyBiryukov, fixes #16151."
changeset,17243,[17243],ryan,Use correct var. Props westi. fixes #16145
changeset,17244,[17244],ryan,"category__and, tag__and, tag_slug__in, tag_slug__and support. fixes #16157"
changeset,17245,[17245],ryan,Cast category and tag query args to array to allow passing a single ID or slug. Props SergeyBiryukov. fixes #14892
changeset,17246,[17246],ryan,Don't parse cat query var twice.  Don't include children for category__* queries. Props SergeyBiryukov. see #16152
changeset,17247,[17247],nacin,"RTL fixes. props yoavf, SergeyBiryukov, fixes #16160."
changeset,17248,[17248],nacin,"Set a background color for the admin bar css3 gradient. props koopersmith, fixes #16142."
changeset,17249,[17249],nacin,Limit post format queries to the post types registered for the taxonomy. see #16149.
changeset,1724,[1724],michelvaldrighi,"typo/confusion, earlier patch committed in haste
"
changeset,17250,[17250],markjaquith,"Remove the help prompt text on the Post Format UI. It gets annoying quickly. see #15638
"
changeset,17251,[17251],ryan,Set tag_id for tag queries. Add NOT support to wp_list_filter(). Props scribu. fixes #16170
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,17253,[17253],markjaquith,Minify and bump list-table.js see #16190
changeset,17254,[17254],nacin,"Set the post format before publishing the post in Press This. props Otto42, fixes #16192."
changeset,17255,[17255],nacin,Nonce checks for internal linking and list table ajax. fixes #16188.
changeset,17256,[17256],ryan,Strip and prepare ajax tag search string.  Avoids applying slashes toward the character count. Props brianlayman. see #13580
changeset,17257,[17257],westi,Fix wplink version. Bump list-table version. Fixes #16188 props scribu.
changeset,17258,[17258],westi,Bumpity
changeset,17259,[17259],nacin,Only rely on is_super_admin for is_multisite when generating menu code. fixes #16184.
changeset,1725,[1725],donncha,"Changed length of ID field in posts table so it matches the post_id
field in other tables.
"
changeset,17260,[17260],nacin,"Disallow a self-reference on RSS widget save, which would DoS a site. Checking home/siteurl should cover the vast majority of cases. see #8910."
changeset,17261,[17261],nacin,"Give the format taxonomy a name. props SergeyBiryukov, see #16172."
changeset,17262,[17262],nacin,Add nonces to instances where the list table display() method is overridden. see #16188.
changeset,17263,[17263],ryan,Expand shortlink menu when clicked.  Fix displayed of shortlinks when rel shortlink is missing. Props koopersmith. fixes #16155
changeset,17264,[17264],nacin,"Leave the 'Try Again' link for the wp_die() when the themes API fails. props solarissmoke, fixes #16132."
changeset,17265,[17265],nacin,"Admin bar shortlink improvements. props koopersmith, fixes #16155."
changeset,17266,[17266],nacin,"Check for a property of the object as well. props koopersmith, see #16194."
changeset,17267,[17267],nacin,Multisite super admins should still be able to see the Plugins menu in the site admin. fixes #16184.
changeset,17268,[17268],nacin,Document abstract methods in WP_List_Table.
changeset,17269,[17269],westi,Admin Bar - show fullsite name in the tooltip. Correct some escaping. Fixes #16197 props nacin.
changeset,1726,[1726],rboren,"Introduce get_template_directory() and bloginfo('stylesheet_directory').  Make comments_popup_script() theme aware.
"
changeset,17270,[17270],nacin,"Keep sorting and paging for bulk actions. props garyc40, see #16166."
changeset,17271,[17271],nacin,"Force get_pagenum to validate max pages. Add sanity redirect code to upload.php. see #16187. props MarkJaquith, greuben."
changeset,17272,[17272],ryan,Resurrect 'tag' query processing. see #16157
changeset,17273,[17273],nacin,"#blamenacin, see #16166."
changeset,17274,[17274],markjaquith,"Add ""paged param is greater than total pages"" redirects to a few more screens. props greuben. fixes #16187
"
changeset,17275,[17275],nacin,"Move wp_redirect calls to the end of the switch in users.php. Fix unrelated bug where the user's cap should be check, rather than their role's cap. see #16166."
changeset,17276,[17276],nacin,Move edit.php bulk actions code to a handler in the list table class. see #16166.
changeset,17277,[17277],nacin,Revert [17275] and [17276]. The rabbit hole is too deep. see #16166.
changeset,17278,[17278],nacin,Use is_post_type_hierarchical() instead of hierarchical_display. fixes #16213.
changeset,17279,[17279],westi,"Add unique ids as well as of classes in the admin bar to make it easier for plugins to extend.
Ensure we escape the classname.
Fixes #16211 props koopersmith."
changeset,1727,[1727],emc3,"Security: Clean up user inputs before using.
"
changeset,17280,[17280],westi,Bump script loader versions. See #16211
changeset,17281,[17281],nacin,"Fix plugin-install column hiding and widths. props PeteMall, fixes #16210."
changeset,17282,[17282],nacin,Just a typo of the class name. fixes #14786.
changeset,17283,[17283],ryan,Bump.
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,17285,[17285],markjaquith,script compress and bump
changeset,17286,[17286],markjaquith,Recompress some JS scripts that were done without YUI munging.
changeset,17287,[17287],nacin,"Don't use deprecated arguments. props PeteMall, see #15605."
changeset,17288,[17288],nacin,Remove the TinyMCE media plugin. fixes #14647.
changeset,17289,[17289],nacin,Revert unrelated cruft in [17288]. see #14647.
changeset,1728,[1728],rboren,"Extend is_single(), is_page(), is_category(), and is_author() to accept an optional argument which designates a particular id, name, or nicename.
"
changeset,17290,[17290],nacin,"Old files removal for 3.1, against r17285."
changeset,17291,[17291],nacin,"Remove the button too. props ryan, see #14647."
changeset,17292,[17292],nacin,"Only add the post format post classes when the post type supports post formats. posts posts posts posts. props iandstewart, fixes #16224."
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,17294,[17294],nacin,Hide the many extraneous meta boxes for pages by default too. see #14212.
changeset,17295,[17295],westi,Switch to using min-width so long titles can be displayed instead of using elipsis. Fixes #15654 props koopersmith.
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,17297,[17297],nacin,Prevent new bulk actions from being added through the bulk_actions-screen filter. fixes #16031 at least for 3.1.
changeset,17298,[17298],nacin,"Don't allow an empty rewrite slug for CPT. If you need something like this, do rewrite=>false. fixes #15082."
changeset,17299,[17299],nacin,"For admin bar padding, use margin on the html element instead of padding on the body element. Causes far less conflicts. props aldenta, fixes #16222."
changeset,1729,[1729],rboren,"Fix wp_title() for pages.
"
changeset,172,[172],saxmatt,"$url to $tb_url fix from Dougal.
"
changeset,172,[172],nbachiyski,"Add more test for make_clickable, see #5081
"
changeset,17300,[17300],nacin,Check for theme support before calling has_post_thumbnail for child theme compatibility. see #14903.
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,17302,[17302],markjaquith,"Add missing ""General"" word in readme. props duck_"
changeset,17303,[17303],ryan,"Improve presentation when there are no available themes. Props solarissmoke, garyc40. fixes #16196"
changeset,17304,[17304],nacin,"jQuery UI 1.8.8. props demetris, fixes #16234."
changeset,17305,[17305],nacin,"Add twentyten_attachment_height filter. props lancewillett, fixes #14402."
changeset,17306,[17306],potbot,"POT, generated from r17305"
changeset,17307,[17307],westi,Switch back to GET from REQUEST for these so the non js searches work again. See #14927
changeset,17308,[17308],nacin,Broken Themes should be in an h3.
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,1730,[1730],saxmatt,"Move functions out of switch statement, PHP5 fix
"
changeset,17310,[17310],nacin,"Offer the standard tags for the plugin name datapoint. props Kawauso, fixes #16241."
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,17312,[17312],westi,Add explit link to the licence for this file. Fixes #16078
changeset,17313,[17313],nacin,"Stop localizing the admin bar. props ocean90, fixes #16155."
changeset,17314,[17314],nacin,"Pass id to the site-users and site-themes search form. props ocean90, fixes #16246."
changeset,17315,[17315],westi,Things that go bump in the night
changeset,17316,[17316],westi,"Remove this new filter as it didn't get enough discussion prior to addition.
Revisit later. See #14310."
changeset,17317,[17317],nacin,"Remove cruft overflow:hidden from the admin bar items. props ocean90, fixes #15654."
changeset,17318,[17318],markjaquith,Append -network or -user suffix in convert_to_screen(). props kawauso. fixes #16238
changeset,17319,[17319],nacin,Remove assignment that is later overridden. props PeteMall.
changeset,1731,[1731],saxmatt,"New login system.
"
changeset,17320,[17320],nacin,Akismet 2.5.2 tag.
changeset,17321,[17321],nacin,"Revert [17270], [17273], see #16166, see #16262."
changeset,17322,[17322],nacin,Remove AJAX from list tables. first pass. see #16262.
changeset,17323,[17323],nacin,"Set base if we return to network step 2. props scribu, fixes #15620."
changeset,17324,[17324],markjaquith,"Fix the ""Back to Authors and Users"" link on Edit Users page. props SergeyBiryukov. fixes #16275
"
changeset,17325,[17325],nacin,s/get_list_table/_get_list_table/ in admin-ajax. see #16262.
changeset,17326,[17326],markjaquith,"Several list table JS fixes. restores XHR comment status changes. props garyc40. see #16262
"
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,17328,[17328],westi,Don't touch web.config when flushing rewrite rules if it is a multisite install. Fixes #16076 props nacin.
changeset,17329,[17329],nacin,Only show 'Edit %s' in the admin bar when show_ui. fixes #16304.
changeset,1732,[1732],saxmatt,"Better errors.
"
changeset,17330,[17330],ryan,Bump
changeset,17331,[17331],nacin,"Clear floats before page links in Twenty Ten. props chipbennett, fixes #16178."
changeset,17332,[17332],nacin,"Correct user admin redirection checks, and deny access to the user admin when not running multisite. fixes #16297."
changeset,17333,[17333],nacin,Add the load-edit-link-categories.php hook for back compat. fixes #16307.
changeset,17334,[17334],nacin,"Remove duplicated CSS section. props markmcwilliams, fixes #16308."
changeset,17335,[17335],nacin,"Compress and bump, see #16308."
changeset,17336,[17336],nacin,"Link to site-users and network/user-edit on sites.php. props PeteMall, see #16322."
changeset,17337,[17337],nacin,Don't allow the 'Path' column on sites.php to be hidden. see #16322.
changeset,17338,[17338],nacin,"Don't sort the plugin name column. It doesn't stick between actions and is quite useless, so out it goes. fixes #16322."
changeset,17339,[17339],nacin,"Properly account for columns shown in the list table display_rows_or_placeholder methods. props garyc40, fixes #16279."
changeset,1733,[1733],saxmatt,"Use mb_mail_send if available.
"
changeset,17340,[17340],nacin,svn:eol-style native on a bunch of files new in 3.0 and 3.1.
changeset,17341,[17341],nacin,"Correct the @return for get_term_link. It always has been able to return WP_Error. props SergeyBiryukov, see #16282."
changeset,17342,[17342],nacin,"Use get_column_count() instead of manual logic. props scribu, fixes #16279."
changeset,17343,[17343],markjaquith,Fix inter-page navigating on Edit Comments screen when using keyboard shortcuts. props garyc40. see #16262
changeset,17344,[17344],markjaquith,"Fix the comments ""river."" issue 9. props garyc40. see #16262"
changeset,17345,[17345],ryan,From post back to get. Props SergeyBiryukov. fixes #16335
changeset,17346,[17346],ryan,jQuery UI 1.8.9. Props demetris. fixes #16331
changeset,17347,[17347],ryan,"Revert [17327] and [15858]. Props markmcwilliams, JohnONolan, et al. see #16298 #8352"
changeset,17348,[17348],ryan,Admin bar RTL fixes. Props ocean90. fixes #16340
changeset,17349,[17349],nacin,"Use only an ID, no name, on the 'Filter' buttons on list screens. see #16345."
changeset,1734,[1734],saxmatt,"Code cleanup and some fixes from the WP Japan folks.
"
changeset,17350,[17350],nacin,"Global comment_type in WP_Comments_List_Table::prepare_items(). props jorbin, fixes #16344."
changeset,17351,[17351],ryan,Don't try to redirect to user admin for unpriv users unless a site admin redirect was requested. fixes #16297
changeset,17352,[17352],nacin,"doaction buttons don't need a name, only an ID. fixes #16345."
changeset,17353,[17353],nacin,"Add orderby and order hidden fields to each list form, to allow for state. props SergeyBiryukov, fixes #16341."
changeset,17354,[17354],ryan,"Update counts and pagination when trashing and moderating comments. Props garyc40, koopersmith, mdawaffe, nacin. fixes #15530"
changeset,17355,[17355],nacin,RC3.
changeset,17356,[17356],markjaquith,"Make sure we don't double-add -user or -network suffixes in convert_to_screen(). props SergeyBiryukov. fixes #16348
"
changeset,17357,[17357],markjaquith,Revert [16832]. see #9591. fixes #16282
changeset,17358,[17358],markjaquith,"Get is_post_type_archive( 'my-post-type' ) working properly outside of the loop. props bit4. fixes #16347
"
changeset,17359,[17359],westi,Fix the bulk actions on Network > Sites and Network > Users. Fixes #16364
changeset,1735,[1735],saxmatt,"I like the INT better but we can't keep it if it with the current DB upgrade system.
"
changeset,17360,[17360],ryan,Don't pass deprecated arg to update_blog_status(). Props PeteMall. fixes #15605
changeset,17361,[17361],ryan,Pagination fixes. Props garyc40. fixes #16357
changeset,17362,[17362],ryan,"Fix redirects for trashed post bulk ops.  Props nacin, SergeyBiryukov. fixes #16355"
changeset,17363,[17363],ryan,Add name to reassign user dropdown. Props nacin. fixes #16361
changeset,17364,[17364],ryan,Fix theme filtering when no JS. Props dd32. fixes #14936
changeset,17365,[17365],ryan,Bump
changeset,17366,[17366],westi,Don't redirect continually on empty search results pages. Fixes #16357 props garyc40
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,17368,[17368],ryan,Admin bar CSS fix; removes unnecessary scrollbars. Props WraithKenny. fixes #15507
changeset,17369,[17369],nacin,"Use array_intersec_assoc. props duck_, fixes #16378."
changeset,1736,[1736],saxmatt,"Updated to reflect new features a bit.
"
changeset,17370,[17370],markjaquith,"Branching for 3.1
"
changeset,17371,[17371],markjaquith,Please switch to branches/3.1! See: http://wp.me/pbNCB-lf for background.
changeset,17372,[17372],nacin,"Add context to 'Format' string. props scribu, SergeyBiryukov, fixes #16423 for trunk."
changeset,17373,[17373],nacin,"Add context to 'Format' string. props scribu, SergeyBiryukov, fixes #16423 for the 3.1 branch."
changeset,17374,[17374],nacin,"Keep trunk and branches/3.1 in sync for now, for the beta tester plugin. Bump."
changeset,17375,[17375],nacin,D'oh.
changeset,17376,[17376],nacin,Bump.
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,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,1737,[1737],saxmatt,"Kitten's emergent registration / comment whitelisting patch.
"
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,17381,[17381],markjaquith,"Remove unused/non-functional code with old-style CSRF checking. see #16499
"
changeset,17382,[17382],markjaquith,"Remove unused/non-functional code with old-style CSRF checking. see #16499
"
changeset,17383,[17383],ryan,Remove debug cruft. Props markmcwilliams. fixes #15530
changeset,17384,[17384],ryan,Remove debug cruft. Props markmcwilliams. fixes #15530
changeset,17385,[17385],markjaquith,Improvement to check_admin_referer() when called without first argument (PLUGIN AUTHORS: STOP DOING THAT). props indie-ulf. fixes #16449 for trunk
changeset,17386,[17386],markjaquith,Improvement to check_admin_referer() when called without first argument (PLUGIN AUTHORS: STOP DOING THAT). props indie-ulf. fixes #16449 for 3.1
changeset,17387,[17387],markjaquith,Improvement to check_admin_referer() when called without first argument (PLUGIN AUTHORS: STOP DOING THAT). props indie-ulf. fixes #16449 for 3.0
changeset,17388,[17388],markjaquith,GPLv2+ for 3.0 branch
changeset,17389,[17389],nacin,Apply [17302] to branches/3.0. props hakre. fixes #16454.
changeset,1738,[1738],saxmatt,"Not used.
"
changeset,17390,[17390],ryan,Add cap and type checks to media item fetch. For trunk
changeset,17391,[17391],markjaquith,No translation for post format slugs. Too fragile for the future. fixes #16459 for trunk
changeset,17392,[17392],ryan,Add cap and type checks to media item fetch. For 3.1
changeset,17393,[17393],ryan,Add cap and type checks to media item fetch. For 3.0
changeset,17394,[17394],markjaquith,No translation for post format slugs. Too fragile for the future. fixes #16459 for 3.1 branch
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,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,1739,[1739],saxmatt,"Move plugin call to allow plugin authors to get in before notification is sent out.
"
changeset,173,[173],saxmatt,"$post conflict.
"
changeset,173,[173],tellyworth,add some basic kses and balanceTags tests
changeset,17400,[17400],ryan,Defense in depth for comment text. For 3.0
changeset,17401,[17401],ryan,"Preserve tag escaping. Props koopersmith, Nils Jueneman. For 3.0"
changeset,17402,[17402],markjaquith,Do not use PHP5-only array_combine. props duck_. see #16459 for trunk
changeset,17403,[17403],markjaquith,Do not use PHP5-only array_combine. props duck_. see #16459 for 3.1
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,17407,[17407],ryan,Bump
changeset,17408,[17408],ryan,Bump
changeset,17409,[17409],ryan,Bump
changeset,1740,[1740],saxmatt,"Turn off GZIP.
"
changeset,17410,[17410],markjaquith,"A little escaping paranoia, just to be safe. (Already sanitized, higher up). for trunk"
changeset,17411,[17411],markjaquith,"A little escaping paranoia, just to be safe. (Already sanitized, higher up). for 3.1"
changeset,17412,[17412],markjaquith,"A little escaping paranoia, just to be safe. (Already sanitized, higher up). for 3.0"
changeset,17413,[17413],ryan,Bump
changeset,17414,[17414],ryan,Bump
changeset,17415,[17415],markjaquith,Skip authors that no longer exist when doing an export. props nacin. fixes #16479
changeset,17416,[17416],markjaquith,Skip authors that no longer exist when doing an export. props nacin. fixes #16479 for 3.1
changeset,17417,[17417],ryan,RC4
changeset,17418,[17418],ryan,RC4
changeset,17419,[17419],ryan,3.0.5
changeset,1741,[1741],donncha,"Missing "";""
"
changeset,17420,[17420],ryan,3.0.5
changeset,17421,[17421],nacin,Only run kses on comment_text in the admin. Use wp_kses_post instead of wp_kses_data for a better balance between security and flexibility. fixes #16489 for the 3.0 branch.
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,17424,[17424],nacin,Bump.
changeset,17425,[17425],nacin,Akismet 2.5.3 for trunk.
changeset,17426,[17426],nacin,Akismet 2.5.3 for the 3.1 branch.
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,17429,[17429],ryan,Don't query the post format for post types that don't support formats.  Props nacin. fixes #16503 for trunk
changeset,1742,[1742],saxmatt,"Allow tildes.
"
changeset,17430,[17430],ryan,Don't query the post format for post types that don't support formats.  Props nacin. fixes #16503 for 3.1
changeset,17431,[17431],ryan,Add additional promote_users checks.  Show Add existing button only for multisite.   Don't show bulk actions if user can't promote users.  Show add new user menu if user has create_users but not promote_users. Props nacin. fixes #16501 for trunk
changeset,17432,[17432],ryan,Add additional promote_users checks.  Show Add existing button only for multisite.   Don't show bulk actions if user can't promote users.  Show add new user menu if user has create_users but not promote_users. Props nacin. fixes #16501 for 3.1
changeset,17433,[17433],nacin,Cleanup crew.
changeset,17434,[17434],nacin,Cleanup crew.
changeset,17435,[17435],ryan,Pink the whites.
changeset,17436,[17436],ryan,Pink the whites.
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,17439,[17439],ryan,Disallow and hide user removal (as opposed to deletion) for single site installs.  Removal is a multisite concept.  Props nacin. fixes #16501 for trunk
changeset,1743,[1743],saxmatt,"Input cleanup
"
changeset,17440,[17440],ryan,Disallow and hide user removal (as opposed to deletion) for single site installs.  Removal is a multisite concept.  Props nacin. fixes #16501 for 3.1
changeset,17441,[17441],ryan,Bump
changeset,17442,[17442],ryan,Bump
changeset,17443,[17443],ryan,Don't allow passing slugs to get_tag_link() and get_category_link(); they are too ambiguous.  Restore WP_Error return to get_term_link(). fixes #16521 for trunk
changeset,17444,[17444],ryan,Don't allow passing slugs to get_tag_link() and get_category_link(); they are too ambiguous.  Restore WP_Error return to get_term_link(). fixes #16521 for 3.1
changeset,17445,[17445],markjaquith,Do not output an HTML ID on the (potentially duplicate) hidden parent_id field. props nacin. fixes #13179 for trunk
changeset,17446,[17446],markjaquith,Do not output an HTML ID on the (potentially duplicate) hidden parent_id field. props nacin. fixes #13179 for 3.1
changeset,17447,[17447],nacin,"s/owpbody/wpbody/. props ptahdunbar, fixes #16559 for 3.1."
changeset,17448,[17448],nacin,"s/owpbody/wpbody/. props ptahdunbar, fixes #16559 for trunk."
changeset,17449,[17449],ryan,Make plugin and theme title columns narrower. Props garyc40. fixes #16563 for trunk
changeset,1744,[1744],saxmatt,"Cosmetic tweaks.
"
changeset,17450,[17450],ryan,Make plugin and theme title columns narrower. Props garyc40. fixes #16563 for 3.1
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,17453,[17453],ryan,Bump
changeset,17454,[17454],ryan,Bump
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,17457,[17457],ryan,Don't allow changing the post type.  Props nacin. For trunk
changeset,17458,[17458],ryan,Don't allow changing the post type.  Props nacin. For 3.1
changeset,17459,[17459],ryan,"Lose create_function() in links_add_target() and links_add_base_url(). esc_attr() the target to provide extra coverage for plugins.  Props Justin Rainbow, nacin. For trunk"
changeset,1745,[1745],saxmatt,"Page comments
"
changeset,17460,[17460],ryan,"Lose create_function() in links_add_target() and links_add_base_url(). esc_attr() the target to provide extra coverage for plugins.  Props Justin Rainbow, nacin. For 3.1"
changeset,17461,[17461],nacin,Bump.
changeset,17462,[17462],nacin,Bump.
changeset,17463,[17463],ryan,Bump
changeset,17464,[17464],ryan,Bump
changeset,17465,[17465],markjaquith,Do not attach wp_enqueue_scripts to login_head. New login_enqueue_scripts hook. props nacin. fixes #16586 for trunk
changeset,17466,[17466],markjaquith,Do not attach wp_enqueue_scripts to login_head. New login_enqueue_scripts hook. props nacin. fixes #16586 for 3.1
changeset,17467,[17467],markjaquith,Bump
changeset,17468,[17468],markjaquith,Bump
changeset,17469,[17469],ryan,3.0 compat for twentyten
changeset,1746,[1746],saxmatt,"Fix GUID generation
"
changeset,17470,[17470],nacin,"Ensure we're matching the complete theme directory when excluding parent templates from the theme editor. props chrisbliss18, fixes #16607 for the 3.1 branch."
changeset,17471,[17471],nacin,"Ensure we're matching the complete theme directory when excluding parent templates from the theme editor. props chrisbliss18, fixes #16607 for trunk."
changeset,17472,[17472],markjaquith,"Make a written offer pointing to a central WordPress.org URL for obtaining the source to any binary programs included in WordPress, instead of relying on third party sites. Include the MIT license file that the swfupload project omitted from their codebase. fixes #16517 for trunk"
changeset,17473,[17473],markjaquith,"Make a written offer pointing to a central WordPress.org URL for obtaining the source to any binary programs included in WordPress, instead of relying on third party sites. Include the MIT license file that the swfupload project omitted from their codebase. fixes #16517 for 3.1"
changeset,17474,[17474],ryan,3.0 compat for twentyten. For 3.1
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,17477,[17477],nacin,Back compat with the gallery_style filter in Twenty Ten. fixes #16610 for the 3.1 branch.
changeset,17478,[17478],nacin,Back compat with the gallery_style filter in Twenty Ten. fixes #16610 for trunk.
changeset,17479,[17479],potbot,"POT, generated from r17478"
changeset,1747,[1747],saxmatt,"Pages update and tweaks.
"
changeset,17480,[17480],potbot,"POT, generated from r17478"
changeset,17481,[17481],nacin,"Avoid printf entirely. props SergeyBiryukov, fixes #16611 for trunk."
changeset,17482,[17482],nacin,"Avoid printf entirely. props SergeyBiryukov, fixes #16611 for 3.1."
changeset,17483,[17483],markjaquith,Also mention compressed scripts
changeset,17484,[17484],markjaquith,Also mention compressed scripts
changeset,17485,[17485],markjaquith,3.1
changeset,17486,[17486],markjaquith,3.1
changeset,17487,[17487],markjaquith,Tag 3.1
changeset,17488,[17488],nacin,3.2-bleeding
changeset,17489,[17489],markjaquith,Reparse the taxonomy query if query vars change. fixes #16622 for trunk
changeset,1748,[1748],saxmatt,"Changes to how we do redirects.
"
changeset,17490,[17490],markjaquith,Reparse the taxonomy query if query vars change. fixes #16622 for 3.1
changeset,17491,[17491],ryan,Bump
changeset,17492,[17492],ryan,Do not perform canonical redirects for IISto avoid redirect loops on some IIS setups.  fixes #16639 for trunk
changeset,17493,[17493],ryan,Do not perform canonical redirects for IISto avoid redirect loops on some IIS setups.  fixes #16639 for 3.1
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,17496,[17496],nacin,"Avoid mangling the current site path variable with the search query. props greuben, fixes #16720 for trunk."
changeset,17497,[17497],nacin,"Avoid mangling the current site path variable with the search query. props greuben, fixes #16720 for the 3.1 branch."
changeset,17498,[17498],ryan,Do not do canonical redirects for unregistered feeds. fixes #16704 for trunk
changeset,17499,[17499],ryan,Do not do canonical redirects for unregistered feeds. fixes #16704 for 3.1
changeset,1749,[1749],donncha,"Very minor bugfix - extra "",""
"
changeset,174,[174],saxmatt,"Ampersand fixer should be called outside of the texturize loop.
"
changeset,174,[174],tellyworth,remove debug code
changeset,17500,[17500],ryan,Don't double process the tag query var. Props scribu. fixes #16730 for trunk
changeset,17501,[17501],ryan,Don't double process the tag query var. Props scribu. fixes #16730 for 3.1
changeset,17502,[17502],ryan,Mark theme preview iframe as a preview_iframe so that the admin bar doesn't show.  Props tetele. fixes #16659 for trunk
changeset,17503,[17503],ryan,Mark theme preview iframe as a preview_iframe so that the admin bar doesn't show.  Props tetele. fixes #16659 for 3.1
changeset,17504,[17504],ryan,Don't perform taxonomy queries for single post requests. Props scribu. fixes #16793 for trunk
changeset,17505,[17505],ryan,Don't perform taxonomy queries for single post requests. Props scribu. fixes #16703 for trunk
changeset,17506,[17506],ryan,"Check for WP_Error return from get_term_by().  Props fabifott, kawauso, nacin. fixes #16717 for trunk"
changeset,17507,[17507],ryan,"Check for WP_Error return from get_term_by().  Props fabifott, kawauso, nacin. fixes #16717 for 3.1"
changeset,17508,[17508],ryan,Don't show admin bar on login screen. Props nacin. fixes #16588 for trunk
changeset,17509,[17509],ryan,Don't show admin bar on login screen. Props nacin. fixes #16588 for 3.1
changeset,1750,[1750],donncha,"Not required by WordPress.
"
changeset,17510,[17510],ryan,Anchor network and user admins at the network domain and path rather than at the main site.  Makes the redirects consistent with network_admin_url().  fixes #16652 for trunk
changeset,17511,[17511],ryan,Anchor network and user admins at the network domain and path rather than at the main site.  Makes the redirects consistent with network_admin_url().  fixes #16652 for 3.1
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,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,17516,[17516],markjaquith,"Make plugin header parsing slightly more liberal (like it was in 3.0), to allow for PHPdoc style headers. props miqrogroove. fixes #16751 for trunk"
changeset,17517,[17517],markjaquith,"Make plugin header parsing slightly more liberal (like it was in 3.0), to allow for PHPdoc style headers. props miqrogroove. fixes #16751 for 3.1"
changeset,17518,[17518],markjaquith,Correctly handle PATHINFO CPTs and CTs that specify with_front=false. fixes #16807 for trunk
changeset,17519,[17519],markjaquith,Correctly handle PATHINFO CPTs and CTs that specify with_front=false. fixes #16807 for 3.1
changeset,1751,[1751],saxmatt,"Better redirect cleaning.
"
changeset,17520,[17520],nacin,"Add TinyMCE version number. props SergeyBiryukov, fixes #16674 for the 3.1 branch."
changeset,17521,[17521],nacin,"Add TinyMCE version number. props SergeyBiryukov, fixes #16674 for trunk."
changeset,17522,[17522],azaozz,"Allow JS functions in the TinyMCE init array, fixes #15596"
changeset,17523,[17523],markjaquith,Bump PHP requirement to 5.2.4. Bump MySQL requirement to 5.0. see #16917
changeset,17524,[17524],nacin,"I before E, except after C. props jkudish, fixes #16915."
changeset,17525,[17525],dd32,Optimisations to WP_Filesystem; Pass known information to called functions. Props aldenta (John Ford) for investigation and patch. See #10913
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,17528,[17528],ryan,"Add back compat fields to queried category objects.  Props scribu, duck_. fixes #16857 for trunk"
changeset,17529,[17529],ryan,"Add back compat fields to queried category objects.  Props scribu, duck_. fixes #16857 for 3.1"
changeset,1752,[1752],rboren,"Page/subpage URIs.
"
changeset,17530,[17530],ryan,"Avoid var name conflict in _get_meta_sql().  Fixes type var passed to get_meta_sql filter. Props Rahe, nacin. fixes #16825 for trunk"
changeset,17531,[17531],ryan,"Avoid var name conflict in _get_meta_sql().  Fixes type var passed to get_meta_sql filter. Props Rahe, nacin. fixes #16825 for 3.1"
changeset,17532,[17532],ryan,"Fix display of oversized custom user/site icons in the admin bar. Props jtsternberg, JohnONolan. see #16667 for trunk"
changeset,17533,[17533],ryan,"Fix display of oversized custom user/site icons in the admin bar. Props jtsternberg, JohnONolan. see #16667 for 3.1"
changeset,17534,[17534],dd32,Remove PHP4 based WP_Http_Fopen class. Props sivel for initial patch. See #16917 Fixes #13915
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,17536,[17536],ryan,Don't die for failed db connects during install. Props westi. fixes #16640 for trunk
changeset,17537,[17537],ryan,Don't die for failed db connects during install. Props westi. fixes #16640 for 3.1
changeset,17538,[17538],nacin,Remove dead globals. props mitchoyoshitaka. fixes #16571.
changeset,17539,[17539],nacin,Avoid functions.php from ever being treated as a page template. fixes #16689.
changeset,1753,[1753],rboren,"Page templates.
"
changeset,17540,[17540],nacin,"Fix copypasta typo in docblock. props scribu, fixes #16384."
changeset,17541,[17541],nacin,"Reference proper function equivalents in deprecated.php. props pross, fixes #15253."
changeset,17542,[17542],nacin,"Document that the size parameter in image_downsize() can also be an array. props scribu, fixes #16263."
changeset,17543,[17543],nacin,Don't show two 'Create Menu' buttons on nav-menus.php. fixes #16715.
changeset,17544,[17544],nacin,"Send an associative array to the display_post_states filter. props greenshady, kawauso, fixes #15421."
changeset,17545,[17545],nacin,Bail early in dynamic_sidebar() if there are no sidebars. fixes #14816.
changeset,17546,[17546],ryan,Don't die inside db_connect() if connection fails.  Let dead_db() handle it. fixes #16640 for trunk
changeset,17547,[17547],ryan,Don't die inside db_connect() if connection fails.  Let dead_db() handle it. fixes #16640 for 3.1
changeset,17548,[17548],markjaquith,Prevent Notice if the author object is not set.
changeset,17549,[17549],dd32,Reinstate [15462] for 3.1; Prevents canonical redirects for custom rewrite rules for taxonomies. See #16627
changeset,1754,[1754],saxmatt,"Automatic login fixes.
"
changeset,17550,[17550],dd32,"Fix WP_HTTP to only make a request upon a working transport, as well as to allow Unit Testing. Removes the getTransport() & postTransport() methods as they're no longer needed, replaces them with a single _dispatch_request() method. Fixes #11613"
changeset,17551,[17551],dd32,Allow for array('redirection' => 0) to bypass WP_Error on redirects being encountered; Allows HEAD requests WITH 'redirection' > 0 specified at call time to follow redirections; Standardises on return values from all transports to act the same based on the Unit Tests. Fixes #16855
changeset,17552,[17552],ryan,Parse the meta query again if query vars change.  Set a global query_vars_changed flag instead of doing multiple hash creation calls. Props greuben. see #16742 for trunk
changeset,17553,[17553],ryan,Parse the meta query again if query vars change.  Set a global query_vars_changed flag instead of doing multiple hash creation calls. Props greuben. see #16742 for 3.1
changeset,17554,[17554],nacin,"Change this string to one that already exists. props ericmann, fixes #16806."
changeset,17555,[17555],dd32,First run of introducing Stream-To-File for the WP_HTTP API. Reduces memory consumption during file downloads. Implemented in download_url() for upgraders. Props sivel. See #16236
changeset,17556,[17556],azaozz,"Fix discrepancy in the nested loop in the Recent Comments dashboard widget, props ocean90, fixes #16846 for trunk"
changeset,17557,[17557],azaozz,"Fix discrepancy in the nested loop in the Recent Comments dashboard widget, props ocean90, fixes #16846 for 3.1.1"
changeset,17558,[17558],azaozz,"Fix position of submenus when showing avatar, props johnjamesjacoby, see #16667 for trunk"
changeset,17559,[17559],azaozz,"Fix position of submenus when showing avatar, props johnjamesjacoby, see #16667 for 3.1"
changeset,1755,[1755],rboren,"Add switch_theme action.  Cleanup staticize-reloaded's cache when theme is switched.
"
changeset,17560,[17560],nacin,3.1.1 beta 1.
changeset,17561,[17561],nacin,Bump update-core and readme for 3.2.
changeset,17562,[17562],nacin,"Bump readme system requirements. props duck_, see #16917."
changeset,17563,[17563],dd32,"Correct logic for cURL Errors, add extra sanity protection in ::processHeaders to guard against null inputs. See #16236"
changeset,17564,[17564],nacin,"Initialize a variable. props boonebgorges, fixes #16977."
changeset,17565,[17565],azaozz,"Handle error response in autosave_update_slug(), props nacin, fixes #16975"
changeset,17566,[17566],dd32,Use the correct variable name; Simpler static initialisation. Props hakre. See #11613 & #16978
changeset,17567,[17567],nacin,Remove two out of date strings from network contextual help. see #16988 for the 3.1 branch.
changeset,17568,[17568],ryan,Add some nonce checks to the uploaders.  Props duck_. For trunk.
changeset,17569,[17569],ryan,Add some nonce checks to the uploaders.  Props duck_. For 3.1.
changeset,1756,[1756],donncha,"Fixed minor bug - wrong variable passed to get_permalink() - caused
comment redirect to fail.
"
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,17572,[17572],ryan,Bump
changeset,17573,[17573],ryan,Assigning the return value of new by reference is deprecated. Props hakre. see #16767
changeset,17574,[17574],nacin,"Remove cryptic bitwise check. Todo, CPT/supports checks. see #17005."
changeset,17575,[17575],dd32,Default WP_LANG_DIR to `WP_CONTENT_DIR/languages` when `wp-includes/languages/` doesn't exist. Fixes #17006
changeset,17576,[17576],dd32,Be a party-pooper; No more Akismet Dancing upon upgrade; Respect custom WP_CONTENT_DIR for bundled plugins/theme installation; Respect custom WP_CONTENT_DIR/WP_LANG_DIR for Language files when upgrading; Standardise WP_Filesystem path method returns (They're trailing slash'd). Adds an exclusion list to copy_dir() as well as WP_Filesystem_Base::wp_lang_dir().  See #14484 See #11495
changeset,17577,[17577],dd32,"Typo in r17576, Twentyten isn't new to 3.2. See #14484 See #11495
"
changeset,17578,[17578],dd32,Back-compat for upgrades with WP_LANG_DIR. See #11495
changeset,17579,[17579],dd32,Add an extra FTP_LANG_DIR override constant to short-circuit WP_Filesystem_Base::find_folder(WP_LANG_DIR);. See #11495
changeset,1757,[1757],donncha,"Check if $uris is an array.
"
changeset,17580,[17580],dd32,Back-compat for core upgrades with pre-3.2. Utilises a temporary _copy_dir() function which can be removed in 3.3-dev to bring immediate wp-content relief to the 3.1-3.2 upgrades. See #14484
changeset,17581,[17581],dd32,@ignore for _copy_dir(). Props duck_. See #14484
changeset,17582,[17582],ryan,s/esc_url_raw/esc_url/. Props duck_.
changeset,17583,[17583],ryan,s/esc_url_raw/esc_url/. Props duck_. For 3.1
changeset,17584,[17584],ryan,esc_url_raw() when doing urlencode()
changeset,17585,[17585],ryan,esc_url_raw() when doing urlencode()
changeset,17586,[17586],ryan,Bump
changeset,17587,[17587],azaozz,"Fix display of apostrophes in the user's first and last names on the User Profile page, partial props andrewryno, see #17004"
changeset,17588,[17588],dd32,Hide update bubble counts for users who can't perform the update. Props garyc40 for initial patch. Fixes #14447
changeset,17589,[17589],dd32,Allow plugins to hook into /wp-admin/update-core.php. Props ampt. Fixes #15221
changeset,1758,[1758],rboren,"Check to see if any pages exist when generating page rewrite rules.  Bug 345.  Patch from MC_incubus.
"
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,17591,[17591],dd32,Remove debug cruft from [17590]. See #14182
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,17593,[17593],dd32,Add missing closing fieldset tag. Props bluntelk. Fixes #17042 for trunk
changeset,17594,[17594],ryan,Bump
changeset,17595,[17595],ryan,3.1.1
changeset,17596,[17596],dd32,Pass image URL's to thickbox via L10n in script-loader.php. Allows thickbox to be used on any page in the install without defining the image URL variables. Fixes #17050
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,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,17599,[17599],dd32,Fix warning in HTTP Header parsing where response message is not specified. Props hakre. Fixes #16885
changeset,1759,[1759],rboren,"Use page_id=xx instead of p=xx&static=1
"
changeset,175,[175],saxmatt,"Fixed missing tr
"
changeset,175,[175],tellyworth,add tests for path_is_absolute
changeset,17600,[17600],dd32,explode always returns an array in this context. Props hakre. Fixes #16958
changeset,17601,[17601],nacin,s/esc_url_raw/esc_url/. props duck_. for the 3.0 branch
changeset,17602,[17602],nacin,Add some nonce checks to the uploaders. Props duck_. For the 3.0 branch.
changeset,17603,[17603],ryan,"Take out unnecessary compat functions from compat.php. Props hakre, ptahdunbar. see #16918"
changeset,17604,[17604],ryan,Remove PHP4 constructors. Props hakre. see #16768
changeset,17605,[17605],ryan,Bump
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,17608,[17608],nacin,"Revert [17596] for now. props kawauso, see #17057, see #17050."
changeset,17609,[17609],dd32,Revert [17608] adding back [17596] and actually include the dummy function this time. See #17057 Fixes #17050
changeset,1760,[1760],donncha,"Define message header if blank.
"
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,17612,[17612],ryan,Remove setcookie() back compat. Props hakre. see#16920
changeset,17613,[17613],ryan,Deprecate wp_clone(). Call clone directly. Props hakre. fixes #16813
changeset,17614,[17614],nacin,Make underscores valid in sanitize_html_class. fixes #17067.
changeset,17615,[17615],nacin,Remove type attribute from textarea. props solarissmoke.
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,17617,[17617],dd32,"Move closedir() to better locations to prevent the need for error suppression, prevents suppressed Warnings/Notices to be thrown during Plugin Installation. Fixes #16547"
changeset,17618,[17618],dd32,Prevent update API requests on every load of themes.php when no updates are available. Fixes #16362
changeset,17619,[17619],dd32,Ensure that the Update API's are always using a non-modified $wp_version. Props nacin. Fixes #14384
changeset,1761,[1761],emc3,"Fixed the file renaming bug that I introduced.
"
changeset,17620,[17620],markjaquith,Add _() back to compat.php (it is non-default). see #16918. props aaroncampbell
changeset,17621,[17621],markjaquith,Add mb_substr() back to compat.php (it is non-default). see #16918. props joostdevalk
changeset,17622,[17622],markjaquith,Restore compat.php includes. see #16918
changeset,17623,[17623],azaozz,"Don't refresh the admin menu after page load, apply the user-state from PHP, fix behaviour after folding the menu, props nacin, props nuxwin, fixes #10646, fixes #17058"
changeset,17624,[17624],azaozz,"Remove width: 99.5% from metaboxes, props andrewryno, fixes #17084"
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,17626,[17626],azaozz,"Stop themes and plugins from overriding the admin bar CSS, props johnjamesjacoby, fixes #17107"
changeset,17627,[17627],azaozz,"Not 12, 13px, see #17107"
changeset,17628,[17628],azaozz,Fix EOL for newly added files
changeset,17629,[17629],ryan,E_RECOVERABLE_ERROR is always available in PHP 5.2+.  Remove back compat code.  Props hakre. see #16920
changeset,1762,[1762],donncha,"""Instant Preview"" added to Advanced Editing form.
"
changeset,17630,[17630],ryan,Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920
changeset,17631,[17631],ryan,Remove PHP4 constructor. Props Jayjdk. see #16768
changeset,17632,[17632],nacin,"Remove more E_RECOVERABLE_ERROR checks. props duck_, see #16920."
changeset,17633,[17633],nacin,Clarify the return value of get_page_templates(). props kovshenin.
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,17636,[17636],ryan,"Performance improvements for wptexturize(). Props solarissmoke, hakre. fixes #16684"
changeset,17637,[17637],ryan,Remove PHP4 timezone support. Props hakre. fixes #16970
changeset,17638,[17638],ryan,Avoid array push/pops for empty filters and actions.  fixes #17110
changeset,17639,[17639],azaozz,"Remove redundant IE restore selection calls for TinyMCE, see #17136"
changeset,1763,[1763],saxmatt,"Remove print.css reference, don't echo bloginfo.
"
changeset,17640,[17640],azaozz,"Fix two rare regressions: alert when the login has expires and when post is edited by another user, fixes #16928"
changeset,17641,[17641],westi,"Allow custom author elements such as email. Fixes #17149 props niallkennedy.
"
changeset,17642,[17642],westi,"Don't do SSL discovery for every RSD request. APP endpoint already respects the SSLness of the site. Fixes #15960.
"
changeset,17643,[17643],westi,"Introduce a special wp_die handler for XMLRPC requests to ensure we send an XML response.
Props koke for the original patch. See #16748."
changeset,17644,[17644],westi,"Use static strings and respect coding standards in wp-activate.php. Fixes #17158 props niallkennedy.
"
changeset,17645,[17645],westi,"Switch some strings to single rather than double quotes in wp-load.php. Fixes #17160 props niallkennedy.
"
changeset,17646,[17646],westi,The beginings of better phpdoc for XMLRPC functions. See #15238 props koke.
changeset,17647,[17647],westi,More better phpdoc for XMLRPC functions. See #15238 props koke.
changeset,17648,[17648],josephscott,"Don't reset the post slug on XML-RPC calls.

Fixes #12947 props cfinke, nprasath002
"
changeset,17649,[17649],josephscott,"Include the post status in the response for mt.getRecentPostTitles calls

Fixes #17091 props daniloercoli
"
changeset,1764,[1764],saxmatt,"Automatically trigger DB upgrade.
"
changeset,17650,[17650],josephscott,"Add support to wp.getPostFormats to provide a list of the currently supported post formats in addition to the complete list.

Fixes #17094 
"
changeset,17651,[17651],josephscott,"Allow Pages to have a status of pending.

Fixes #17000 props mrroundhill, nprasath002
"
changeset,17652,[17652],ryan,More efficient term intersection query. Props tigertech. see #16706
changeset,17653,[17653],ryan,Don't pollute orderby query var. Props scribu. fixes #16844
changeset,17654,[17654],ryan,Remove PHP4 constructor. Props ocean90. see #16768
changeset,17655,[17655],ryan,Remove PHP4 constructors. Props scribu. fixes #16768
changeset,17656,[17656],ryan,Introduce get_screen_icon(). Props aaroncampbell. fixes #15377
changeset,17657,[17657],ryan,Back to Authors and Users should say Back to Users. Props SergeyBiryukov. fixes #16054
changeset,17658,[17658],ryan,Used passed admin bar object instead of global. Props solarissmoke. fixes #16540
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,1765,[1765],rboren,"pagenow fixes
"
changeset,17660,[17660],dd32,Do not delete local package files in WP_Upgrader. Props joelhardi. Fixes #14963
changeset,17661,[17661],azaozz,"Fix font color in admin bar site list, fixes #17178"
changeset,17662,[17662],azaozz,"Press This bookmarklet redesign, props chexee, fixes #17184"
changeset,17663,[17663],josephscott,"Expose the content width as a read only option via XML-RPC.

Fixes #17131 props koke, nacin
"
changeset,17664,[17664],nacin,This folder is back now under new management. Quit killing it on auto updates.
changeset,17665,[17665],markjaquith,Press This HTML fix. Still waiting on the icon image. props andrewryno. see #17184
changeset,17666,[17666],markjaquith,Do not allow the Press This links to be click-activated when they are meant to be dragged. fixes #17192. see #17184
changeset,17667,[17667],ryan,"Allow retrieving comments by post type, status, author, author, name, or parent.  Fetch only published posts for recent comments widget. Props filosofo. fixes #16506 #12904"
changeset,17668,[17668],ryan,Allow plugins to control user and network admin canonical redirects. fixes #17196
changeset,17669,[17669],matt,"Importing Duster theme, first pass at a candidate for twentyeleven theme.

Nice to have, but optional, improvements it'd be nice to have:

* Ability to have random rotating headers. (Core improvement to custom header functionality.)
* Color and layout options.
* More post formats. (Currently supporst  Asides, Links, and Galleries.)
* CMS-style slider home page option.

Welcome, TwentyEleven née Duster. :) Track at #17198."
changeset,1766,[1766],rboren,"wp_list_pages(), first draft
"
changeset,17670,[17670],westi,"Set svn:eol-style on twentyeleven. See #17198
"
changeset,17671,[17671],westi,Fix html5 js link. See #17198 props Jayjdk
changeset,17672,[17672],westi,Provide more arguments to the widgets on the 404 page so as to avoid notices. See #17198
changeset,17673,[17673],ryan,Singular and plural strings for bulk user delete. Props nacin. fixes #16360
changeset,17674,[17674],ryan,Allow querying empty meta values. Props scribu. fixes #15292
changeset,17675,[17675],azaozz,Fix decoding of &#039; in TinyMCE
changeset,17676,[17676],ryan,Update phpmailer and smtp to 5.1. Props MattyRob cnorris23. fixes #15912
changeset,17677,[17677],ryan,Update pop3 class. Props aaroncampbell. fixes #17064
changeset,17678,[17678],ryan,Update phpass. Props duck_. fixes #16072
changeset,17679,[17679],azaozz,"Update json2.js, props niallkennedy, fixes #16669"
changeset,1767,[1767],saxmatt,"Cookie path fix: http://wordpress.org/support/3/14408
"
changeset,17680,[17680],azaozz,"Fix dependencies for some jQuery UI components, props scribu, fixes #16511"
changeset,17681,[17681],ryan,Move wp_clone() back to load.php. Props technosailor. fixes #17206
changeset,17682,[17682],nacin,"Remove vestige code, prevent over-escaping of post titles when using Quick Edit for hierarchical post types. fixes #17218."
changeset,17683,[17683],nacin,Apply esc_html properly in Walker_PageDropdown. fixes #17217.
changeset,17684,[17684],nacin,"Add the filter in display_rows, rather than _display_rows."
changeset,17685,[17685],nacin,Apply esc_html properly in Walker_PageDropdown. fixes #17217 for the 3.1 branch.
changeset,17686,[17686],ryan,Handle term intersection requests containg inexistent terms. Props scribu. fixes #17194
changeset,17687,[17687],azaozz,"Use wpLink in the HTML editor too, props koopersmith, fixes #16631"
changeset,17688,[17688],dd32,Prevent $taxonony->object_type containing duplicate values. Initial patch props kevinB. Fixes #16951
changeset,17689,[17689],dd32,"Allow WP_Query 'post_status' parameter to accept an array, as well as a singular value and comma separated list. Fixes #16824"
changeset,1768,[1768],saxmatt,"Move to cookiehash define, use wp_login()  function for auth.php.
"
changeset,17690,[17690],nacin,Update wp-tinymce.js.gz and bump. see #16631.
changeset,17691,[17691],dd32,Ensure all theme searching is done case-insensitive. Props solarissmoke for initial path. Fixes #17059
changeset,17692,[17692],dd32,Allow the cURL transport to handle '0' response bodies. Fixes #17223
changeset,17693,[17693],dd32,"Handle zip error's in PclZip better. PclZip::extract() returns an array on success, 0 on failure. Fixes #17224"
changeset,17694,[17694],azaozz,"Fix missing comma in TinyMCE advanced theme image.js, props johnjamesjacoby, fixes #17233"
changeset,17695,[17695],azaozz,"Distraction Free Writing mode, see #17136"
changeset,17696,[17696],azaozz,"Fix Opera event name and bump TinyMCE version string, see #17136"
changeset,17697,[17697],azaozz,"Fix padding in DFW mode, add the new wpfullscreen plugin in wp-tinymce.js.gz, fix notices in press-this see #17136"
changeset,17698,[17698],ryan,"Typo fix. Props ocean90, guyn. fixes #17234"
changeset,17699,[17699],ryan,"Introduce WP_Meta_Query and relation support. Props scribu, greuben. fixes #17165 #17011"
changeset,1769,[1769],saxmatt,"Minor header cleanup
"
changeset,176,[176],mikelittle,"RE-fixed mis-mat hed quote type in popup comment link.
"
changeset,176,[176],tellyworth,"wp_unique_filename() tests, thanks Mark Jaquith"
changeset,17700,[17700],ryan,Export commentmeta. Props duck_. see #12871
changeset,17701,[17701],azaozz,"Fix image insertion in IE, fixes #17237"
changeset,17702,[17702],azaozz,"DFW: remove unneeded JS global, fix screen flash in WebKit, props koopersmith, see #17136"
changeset,17703,[17703],azaozz,"Don't hide the top bar when the cursor is over it, see #17136"
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,17705,[17705],nacin,"Add the filter in display_rows, rather than _display_rows. for 3.1."
changeset,17706,[17706],dd32,Allow Taxonomies to be queried by $_GET parameters on non-taxonomy url's. See #17174 
changeset,17707,[17707],ryan,Bump
changeset,17708,[17708],ryan,Bump
changeset,17709,[17709],ryan,Validate post status against capabilities in press this. Props nacin. for trunk
changeset,1770,[1770],rboren,"Use is_single().  Bug 350.
"
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,17712,[17712],ryan,Bump
changeset,17713,[17713],ryan,Bump
changeset,17714,[17714],lancewillett,"Twenty Eleven: strip trailing spaces, props kawauso - see #17198
"
changeset,17715,[17715],ryan,3.0.6
changeset,17716,[17716],ryan,3.1.2
changeset,17717,[17717],lancewillett,"Twenty Eleven: add support for Status and Quote formats, props iandstewart - see #17198
"
changeset,17718,[17718],lancewillett,"Twenty Eleven: add additional conditional IDs for the html element, props iandstewart - see #17198"
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,1771,[1771],saxmatt,"Typo
"
changeset,17720,[17720],lancewillett,"Twenty Eleven: move widgets.php into /inc - see #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,17722,[17722],lancewillett,"Twenty Eleven: set default case for switch statement in the twentyeleven_comment(), props greenshady - see #17198
"
changeset,17723,[17723],lancewillett,"Twenty Eleven: fix spacing and add a few missing esc_attr() calls in widgets.php - see #17198
"
changeset,17724,[17724],nacin,"Only show the sticky posts checkbox when edit_others_posts. Doesn't work without it. props solarissmoke, linuxologos, fixes #16947."
changeset,17725,[17725],azaozz,"jQuery 1.5.2, props JDTrower demetris, fixes #16426"
changeset,17726,[17726],iandstewart,"Twenty Eleven: first pass at print styles; See ##17198
"
changeset,17727,[17727],ryan,Don't load themes functions.php for upgrades. Props greuben. fixes #16722
changeset,17728,[17728],ryan,"Translate default link labels for *posts_link(). Props nathanrice, CharlesClarkson. fixes #16998"
changeset,17729,[17729],lancewillett,"Twenty Eleven: add first batch of new header images, courtesy of the immeasurable photomatt archives - see #17198"
changeset,1772,[1772],rboren,"Add missing paren.
"
changeset,17730,[17730],ryan,kses optimizations. Props duck_. fixes #17045
changeset,17731,[17731],ryan,Add Background and Header to Admin Bar Appearance Menu. fixes #17263
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,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,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,17735,[17735],nacin,"Move files in inc/theme-options up one level. see #17198.

"
changeset,17736,[17736],dd32,Include TwentyEleven in the 3.2 upgrade process. Props markmcwilliams. See #14484
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,17738,[17738],nacin,"In Twenty Eleven: Register the widget from functions.php. Kill create_function. Attach twentyeleven_widgets_init() to widgets_init, rather than init. Eliminate use of the $post global in the widget. see #17198."
changeset,17739,[17739],nacin,More Twenty Eleven cleanup and add the comment-awaiting-moderation class. see #17198. see #15206 for history on the CSS class.
changeset,1773,[1773],saxmatt,"File removed.
"
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,17741,[17741],nacin,"Admin Bar: Add a Themes submenu under Appearance, for consistency. fixes #15931."
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,17743,[17743],nacin,"Don't load the QuickPress widget via XHR. see #16927. Reverts [16725] as it's no longer needed. Reverts part of [14815], which introduced the behavior, see #10917."
changeset,17744,[17744],nacin,Add line height to QuickPress media buttons. Prevents jitters as the images load. see #16927.
changeset,17745,[17745],nacin,"s/Web Path/Filesystem Path/ in inline documentation. props kawauso, fixes #17205."
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,17747,[17747],nacin,"Remove PHP 5.1/Windows code from date_i18n. Allows timestamps from pre-1970. props DH-Shredder, fixes #10332."
changeset,17748,[17748],nacin,"Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265."
changeset,17749,[17749],westi,"Introduce WP_MAX_MEMORY_LIMIT constant for the high memory limit we set when image processing and unzipping.
Ensure it is always filterable by plugins as well as configurable in wp-config
Fixes #13847 props hakre
"
changeset,1774,[1774],rboren,"Login fixes.
"
changeset,17750,[17750],nacin,"Define border-radius with vendor properties. props hebbet, see #17226."
changeset,17751,[17751],nacin,Remove default-embeds.php. fixes #17112.
changeset,17752,[17752],iandstewart,"Twenty Eleven: First pass at styles to support the theme option for alternate layouts; See #17198
"
changeset,17753,[17753],ryan,Use exceptions with phpmailer to avoid headers already sent errors. fixes #17228
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,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,17756,[17756],iandstewart,"Twenty Eleven: First pass at dark color scheme w/ simplification of borders above and below the menu; See #17198
"
changeset,17757,[17757],ryan,Allow selecting previously uploader headers and randomly serving previously uploaded or default headers. Props lancewillett. see #17240
changeset,17758,[17758],ryan,Set meta when upload matches dimensions. see #17240
changeset,17759,[17759],nacin,Escape urls in the Epherma widget. see #17198.
changeset,1775,[1775],donncha,"Re-arranged where wp-mail() sets message headers
"
changeset,17760,[17760],lancewillett,"Twenty Eleven: update background color of comment arrows so they're visible, props iandstewart - see #17198"
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,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,17763,[17763],nacin,Use proper placeholders. No need to exit after wp_die(). fixes #17121.
changeset,17764,[17764],nacin,"Don't load dashboard widgets via XHR when the feed cache is hot. What a difference it makes, too. Reverts part of [11613], fixes #16927."
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,17766,[17766],nacin,Revert unrelated code from [17765].
changeset,17767,[17767],nacin,"Remove space from string. props pavelevap, fixes #17274."
changeset,17768,[17768],azaozz,"Updated styles for the Visual editor buttons, props chexee, see #15986"
changeset,17769,[17769],nacin,Remove unused variable. props ocean90.
changeset,1776,[1776],michelvaldrighi,"functions-compat.php shall hold PHP functions needed for PHP 4.1 compatibility
"
changeset,17770,[17770],ryan,"Fix hiding of header image. Fix radio selection when falling back to randomized default headers. Props lancewillett, kawauso. see #17240"
changeset,17771,[17771],ryan,Constructor cleanup. Props ocean90. fixes #16768
changeset,17772,[17772],iandstewart,"Twenty Eleven: Simplified post author highlighting and comment arrow images for the dark color scheme comments; See #17198
"
changeset,17773,[17773],ryan,Remove h3s. see #17240
changeset,17774,[17774],azaozz,Just testing
changeset,17775,[17775],lancewillett,Twenty Eleven: improve calls to get_header_image() - see #17240 and #17198
changeset,17776,[17776],lancewillett,"Twenty Eleven: introduce image post format and miscellaneous style fixes, props matveb and iandstewart - see #17198"
changeset,17777,[17777],azaozz,"Add quotes to [value=""some""] selectors, see #16426"
changeset,17778,[17778],dd32,Support Edit link on the Admin Bar for Attachments. Fixes #17273
changeset,17779,[17779],markjaquith,Speed optimizations for is_serialized_string(). fixes #17129
changeset,1777,[1777],michelvaldrighi,"remove contextual compatiblity, and require functions-compat instead
"
changeset,17780,[17780],azaozz,Fix getColor() in wp-lists.js
changeset,17781,[17781],markjaquith,More constructor cleanup. Props ampt. see #16768
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,17783,[17783],azaozz,"Don't trigger ""Exception thrown and not caught"" error in jQuery 1.5.2 in IE"
changeset,17784,[17784],azaozz,"Cleanup in dashboard.js, props scribu, fixes 17292"
changeset,17785,[17785],azaozz,"HTML mode for Distraction Free Writing, props koopersmith, see #17136"
changeset,17786,[17786],azaozz,"Fix action handling code, see #17136"
changeset,17787,[17787],iandstewart,"Twenty Eleven: updated DocBlock comments following Twenty Ten's example; See #17198
"
changeset,17788,[17788],iandstewart,"Twenty Eleven: Post Format headings and CSS cleanup; See #17198 props matveb
"
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,1778,[1778],michelvaldrighi,"printr instead of print_r
"
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,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,17792,[17792],potbot,"POT, generated from r17791"
changeset,17793,[17793],ryan,Denote images that are headers or backgrounds in the media ui. Props ocean90. fixes #17291
changeset,17794,[17794],ryan,"Check if empty to avoid noticed when signing up for username in multisite. Props jfarthing84, kawauso. fixes #16680"
changeset,17795,[17795],ryan,"Fix notice thrown in wp_count_comments(). Props tfnab, batmoo. fixes #15215"
changeset,17796,[17796],ryan,Show hierarchy for pages and taxonomies in nav menus admin. Props greuben. fixes #17029
changeset,17797,[17797],ryan,Change View All Buttons into plain links.  Show full set of status links in recent comments box. Drop Change Theme button.Props ryanimel. fixes #17282
changeset,17798,[17798],ryan,Always show # items text. Props johnbillion. fixes #17260
changeset,17799,[17799],ryan,"Make ""Space Used"" gray instead of green in multisite Right Now box. Props ocean90. fixes #17283"
changeset,1779,[1779],saxmatt,"PHP 5 fix from http://www.fredfred.net/skriker/index.php?p=84
There be dragons here
"
changeset,177,[177],saxmatt,"We need the ampersand fixer in the loop too.
"
changeset,177,[177],tellyworth,"base: set_time_limit(), improvements for import and generate functions"
changeset,17800,[17800],markjaquith,Big UI style update. props koopersmith. see #17324
changeset,17801,[17801],markjaquith,"Style tweaks for the ""Search Engines Blocked"" notice. see #17324"
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,17803,[17803],lancewillett,Twenty Eleven: update description and tag list - see #17198
changeset,17804,[17804],ryan,Make twentyeleven the default theme. see #17198
changeset,17805,[17805],dd32,Do not return duplicate posts for Meta Queries. Props Greuben. Fixes #17264 for 3.1
changeset,17806,[17806],dd32," * Allow Pagination for Must-Use/Dropin plugins
 * Respect WP_CONTENT_DIR & WPMU_PLUGIN_DIR for help text
 * Move help text into WP_Plugins_List_Table
See #17327"
changeset,17807,[17807],dd32,"* Allow Pagination for Must-Use/Dropin plugins 
* Move help text into WP_Plugins_List_Table
Fixes #17327 for 3.1"
changeset,17808,[17808],azaozz,Fix wp-lists.js for jQuery 1.5.2
changeset,17809,[17809],potbot,"POT, generated from r17808"
changeset,1780,[1780],saxmatt,"Removed some left-over link rating stuff
"
changeset,17810,[17810],nacin,"Use int for redirect code. props niallkennedy, fixes #17321."
changeset,17811,[17811],ryan,Properly handle https in ixr client.  Props mdawaffe. fixes #16402
changeset,17812,[17812],ryan,Pass post id along to *comment_id_fields(). Props natecook. fixes #17193
changeset,17813,[17813],koopersmith,"Add collapse link to admin menu, add new arrow graphics, improve screen meta JS/CSS."
changeset,17814,[17814],ryan,Custom header admin UI fixes. Props lancewillett. fixes #17240
changeset,17815,[17815],koopersmith,Improve collapsed menu styling. see #17324.
changeset,17816,[17816],iandstewart,"Twenty Eleven: first pass at visual editor styles with RTL editor styles to come; See #17198
"
changeset,17817,[17817],koopersmith,"Updated list table styles. First pass, see #17324."
changeset,17818,[17818],koopersmith,Improve dashboard styles and bump. see #17324.
changeset,17819,[17819],iandstewart,Twenty Eleven: correct typo in inline documentation props markmcwilliams; See #17198
changeset,1781,[1781],saxmatt,"Move balanceTags into filters.
"
changeset,17820,[17820],markjaquith,"Compromise between a mix of razor-sharp corners and gratuitously over-rounded ""safety corners"" by standardizing around 3px border-radius (mouse-nibbled corners). see #17324"
changeset,17821,[17821],ryan,Round out the objects in the Admin Bar -> Add New list
changeset,17822,[17822],ryan,Don't fetch update info our show update bubbles if the user does not have install caps. Props nacin. fixes #16532
changeset,17823,[17823],ryan,Use static strings. Props niallkennedy. fixes #17169
changeset,17824,[17824],ryan,Add context for widget Deactivate string. Props ocean90. fixes #17295
changeset,17825,[17825],ryan,Pass no_found_rows to query in recent posts widget. Props scribu. fixes #17203
changeset,17826,[17826],ryan,Send X-Frame-Options: SAMEORIGIN for admin and login pages. see #12293
changeset,17827,[17827],koopersmith,Add user actions dropdown to admin header. see #17324.
changeset,17828,[17828],koopersmith,Bump. see #17324 and [17813].
changeset,17829,[17829],koopersmith,Move 'Search Engines Blocked' to 'Right Now' from admin header. see #17324.
changeset,1782,[1782],saxmatt,"Some additional API hooks.
"
changeset,17830,[17830],lancewillett,Twenty Eleven: adding RTL editor styles and tighter header height - see #17198
changeset,17831,[17831],markjaquith,"A few ""login"" used as a verb fixes. props xibe. fixes #17335"
changeset,17832,[17832],azaozz,"Change comment Reply to Approve and Reply and auto-approve the comment if it is in moderation, props DH-Shredder, fixes #15898"
changeset,17833,[17833],koopersmith,Reduce admin h2 (page title) size. Use smaller icons. see #17324.
changeset,17834,[17834],koopersmith,Increase clickable area within favorite actions button. Props duck_. see #17324.
changeset,17835,[17835],markjaquith,Some more mouse-nibbled corners. see #17324
changeset,17836,[17836],markjaquith,"Revert [17835] temporarily, as it accidentally reverted something else."
changeset,17837,[17837],azaozz,"DFW: import editor-style.css, fine-tune transition times, add width resizing setting, some cleanup, see #17136"
changeset,17838,[17838],azaozz,"DFW: change width resizing to use hotkeys only: Alt (Win, Linux) or Ctrl (Mac) 0/reset, +/wider, -/narrower, see #17136"
changeset,17839,[17839],markjaquith,More mouse-nibbled corners. see #17324
changeset,1783,[1783],michelvaldrighi,"fixed posts_nav_link to use a much lighter query
"
changeset,17840,[17840],azaozz,"Close >> Exit fullscreen, see #17136"
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,17842,[17842],azaozz,"Add the new grey TinyMCE icons, see #15986"
changeset,17843,[17843],azaozz,"Lighter background for the TinyMCE buttons, props chexee, see #15986"
changeset,17844,[17844],koopersmith,"Improve 'howdy user' dropdown trigger, delay, and animation. see #17324."
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,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,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,17848,[17848],koopersmith,Increase size of blog title in admin header. see #17324.
changeset,17849,[17849],ryan,Remove favorite_actions() from h2s. Restore Add New buttons. see #17324
changeset,1784,[1784],michelvaldrighi,"fixed posts_nav_link again, to reclaim functionality lost in last fix ;)
"
changeset,17850,[17850],markjaquith,Lighten the big menu separators and make them 1px taller. see #17324
changeset,17851,[17851],koopersmith,Trigger 'howdy' dropdown by click instead of hover. see #17324.
changeset,17852,[17852],azaozz,"DFW: add Blockquote button, enable After the Deadline button if plugin is installed, set button state, see #17136"
changeset,17853,[17853],koopersmith,"Improve 'howdy' dropdown styles, add 'your profile' item and no-js. see #17324."
changeset,17854,[17854],koopersmith,Font-size tweaks. see #17324.
changeset,17855,[17855],koopersmith,Increase size of page title. see #17324.
changeset,17856,[17856],azaozz,"DFW: add tagline, move the Word count under the editor, see #17136"
changeset,17857,[17857],westi,Add a filter in postbox_classes on the classes being returned so you can add ones to your metabox easily if you want. See #17323
changeset,17858,[17858],markjaquith,change the padding on .wrap h2 by one pixel to make it align with the icon better. see #17324
changeset,17859,[17859],koopersmith,Embiggen fonts. see #17324.
changeset,1785,[1785],michelvaldrighi,"fixed next_posts_links, removed debug artefacts lying there
"
changeset,17860,[17860],westi,Switch this to be inside the else to match previous functionality more closely.
changeset,17861,[17861],koopersmith,Add new metabox styles. see #17324.
changeset,17862,[17862],koopersmith,Gradients for everyone! Provide additional browser prefixes (including old webkit syntax) and clean up syntax errors. see #17324.
changeset,17863,[17863],koopersmith,"Style tweaks: remove accidental border, improve metabox arrow."
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,17865,[17865],koopersmith,"Fix footer whitespace/clearing issues, support two-line footer for low widths. see #17324."
changeset,17866,[17866],koopersmith,"Menu tweaks. Bold top level items, less padding on submenu items. Props iammattthomas. see #17324."
changeset,17867,[17867],markjaquith,"Add missing Press This image, CSS background tweak. props Chexee. fixes #17184"
changeset,17868,[17868],koopersmith,"Editor toolbar/textarea styling. Props chexee. see #17324, #15986."
changeset,17869,[17869],koopersmith,Widgets: nibble the corners and use new arrows. Props chexee. see #17324.
changeset,1786,[1786],donncha,"Added enclosure support.
"
changeset,17870,[17870],koopersmith,New gradient menu shadow. see #17324.
changeset,17871,[17871],koopersmith,Add proper mime-type to admin pngs. Props nacin.
changeset,17872,[17872],koopersmith,"Admin Header 2: The Return of 32px Icons. Props, iammattthomas. see #17324."
changeset,17873,[17873],koopersmith,Remove unnecessary CSS important declarations from gradient stacks.
changeset,17874,[17874],koopersmith,Tighten list table styles. see #17324.
changeset,17875,[17875],nacin,"Add 'Your Rights' screen to the admin. props matt, jane, ryan, markjaquith, westi. see #17383."
changeset,17876,[17876],koopersmith,Prevent content from colliding with footer. see #17324.
changeset,17877,[17877],nacin,Credits page. see #17384.
changeset,17878,[17878],nacin,s/Your Rights/Rights/ in the footer. see #17383.
changeset,17879,[17879],nacin,"Make the footer text code a bit easier to read. see #17383, #17384."
changeset,1787,[1787],rboren,"Use == instead of =
"
changeset,17880,[17880],azaozz,"Improve code for DFW buttons, fix colors in some rare TinyMCE popups, see #17136"
changeset,17881,[17881],koopersmith,Menu style updates. see #17324.
changeset,17882,[17882],koopersmith,Widgets style refresh. see #17324.
changeset,17883,[17883],nacin,"Cache post thumbnails in the loop. props garyc40, scribu, greuben. fixes #15447."
changeset,17884,[17884],azaozz,"Allow plugins to disable screen options with filter, props yoavf, fixes #17187"
changeset,17885,[17885],koopersmith,Style upload form on custom header/background pages consistently. see #17324.
changeset,17886,[17886],nacin,Add clear to custom background color field. props lancewillett for initial patch. fixes #15755.
changeset,17887,[17887],azaozz,"Warning for out of date and insecure browsers, props aaroncampbell, fixes #17323"
changeset,17888,[17888],nacin,"Document img_src_ssl in wp_check_browser_version(), see #17323."
changeset,17889,[17889],nacin,Allow get_pages() to take multiple post statuses. see #8592.
changeset,1788,[1788],rboren,"Double hash password in cookies.
"
changeset,17890,[17890],koopersmith,"Add colored hover/active state to tinymce icons. props chexee, empireoflight. fixes #15986."
changeset,17891,[17891],nacin,Don't allow indexing of replytocom URLs. fixes #16893.
changeset,17892,[17892],koopersmith,Improve publish box styles. Props chexee. see #17324.
changeset,17893,[17893],koopersmith,"Restore lines in publish box, speed up misc-action edit animations. see #17324."
changeset,17894,[17894],nacin,Switch to 'Freedoms'. see #17383.
changeset,17895,[17895],nacin,"Shorten key used for browse happy site transient so it fits in option_name. fixes #17323, props AaronCampbell."
changeset,17896,[17896],koopersmith,Fix padding on 'save draft' button. see #17324.
changeset,17897,[17897],nacin,"Move output buffering out of a loop, collapsing it into one buffer. props mitchoyoshitaka, fixes #17352."
changeset,17898,[17898],koopersmith,Prevent shadow from showing in dfw visual editor.
changeset,17899,[17899],nacin,"Don't show broken 'View' links when a CPT isn't publicly queryable. fixes #13301, props johnbillion."
changeset,1789,[1789],rboren,"Add template and stylesheet filters.
"
changeset,178,[178],mikelittle,"Implemented, only ping weblogs, pingback and trackback when creating a published (not draft) post
OR when editing a post from draft to published
"
changeset,178,[178],tellyworth,more thorough setup and teardown for _WPEmptyBlog
changeset,17900,[17900],markjaquith,Centralize pagination bound exceeding redirects for list tables. props garyc40. props johnjamesjacoby. fixes #16208
changeset,17901,[17901],westi,"Introduce new is_multi_author() template tag to make it easier for themes to have different behaviour when a site has more than one 
author. Fixes #14405 props filosofo.
"
changeset,17902,[17902],westi,Update script loader version for quicktags to match when it last changed. Props mdawaffe
changeset,17903,[17903],markjaquith,Bump
changeset,17904,[17904],markjaquith,Fix URL typo in freedoms.php. props duck_. see #17383
changeset,17905,[17905],nacin,"Update wp-logo.png version number. props zekeweeks, fixes #17402."
changeset,17906,[17906],lancewillett,"Twenty Eleven: updated screenshot, props matveb"
changeset,17907,[17907],azaozz,"jQuery 1.6.1 and fix for some small bugs that popped up while testing it, props JDTrower, fixes #17311"
changeset,17908,[17908],lancewillett,"Twenty Eleven footer style fixes, props matveb

 * Improve footer credits, add WordPress PNG
 * Add hover color to footer links"
changeset,17909,[17909],nacin,"Add core contributors to credits page, first pass. see #17384."
changeset,1790,[1790],saxmatt,"Unused link images
"
changeset,17910,[17910],nacin,Show display names from wp.org profiles on the credits page. see #17384.
changeset,17911,[17911],nacin,"Use correct variable, see #17384."
changeset,17912,[17912],azaozz,"jQuery UI 1..8.12, props hebbet, fixes #16656"
changeset,17913,[17913],azaozz,"DFW: scroll to top when opening so the user is not disoriented, see #17136"
changeset,17914,[17914],westi,"Introduce wp_http_supports as a much less hacky replacement for the http_transport_(get|post)_debug hooks that plugins could have 
been using to detect if things like ssl requests were working.
See #17251 props mdawaffe
"
changeset,17915,[17915],westi,"Typo fix props duck_
"
changeset,17916,[17916],westi,"Bumpity
"
changeset,17917,[17917],lancewillett,"Twenty Eleven: run twentyeleven_url_grabber once in widgets.php, props duck_ -- closes #17279"
changeset,17918,[17918],ryan,s/login_form/login_init/. Props sorich87. fixes #17411
changeset,17919,[17919],ryan,Fix broken help link. Props SergeyBiryukov. fixes #17265
changeset,1791,[1791],michelvaldrighi,"unb0rked the pagination links
"
changeset,17920,[17920],ryan,Remove PHP5 back compat code from get_gmt_from_date. Props technosailor. fixes #16920
changeset,17921,[17921],ryan,Update some network admin help text. Props dougwrites. fixes #16988
changeset,17922,[17922],ryan,s/Content-type/Content-Type/. Props dvwallin. fixes #17256
changeset,17923,[17923],azaozz,"FIx static front page selector in Settings-Writing, props JDTrower duck_, fixes #17421"
changeset,17924,[17924],markjaquith,Blue admin theme updates for the new UI style. props saracannon. see #17324
changeset,17925,[17925],westi,"Fix typos and inconsistencies in PHPdoc / function declarations. See #17414 props duck_
"
changeset,17926,[17926],westi,"More phpdoc typo fixes. See #17414 props Utkarsh
"
changeset,17927,[17927],nacin,"Search Installed Plugins, Search Installed Themes. props garyc40, fixes #16543."
changeset,17928,[17928],nacin,"Use wp_remote_retrieve_* helper functions instead of the raw HTTP response array. props aaroncampbell, fixes #17416."
changeset,17929,[17929],nacin,"Don't fetch auto-draft pages in WP_Rewrite::page_uri_index(). props duck_, see #17176."
changeset,1792,[1792],rboren,"Move get_theme*() from admin-functions to functions so that templates and plugins can use them.
"
changeset,17930,[17930],koopersmith,Blue theme revisions. Migrate colors from nav-menu.css to colors-*.css. Props saracannon. see #17324.
changeset,17931,[17931],azaozz,Remove blocking alert when login cookie has expired.
changeset,17932,[17932],azaozz,Refresh word count when switching editors in DFW.
changeset,17933,[17933],dd32,svn:eol-stle:native (CRLF for licenses) for new files
changeset,17934,[17934],azaozz,"Update imgareaselect Jquery plugin, props duck_, fixes #17446"
changeset,17935,[17935],azaozz,"Center admin menu icons when menu is folded, see #17324"
changeset,17936,[17936],azaozz,"Fix autosave and word count for DFW HTML editor, always update word count on autosave, see #17136"
changeset,17937,[17937],westi,"Use the correct cap for the export menu item. Fixes #17452
"
changeset,17938,[17938],potbot,"POT, generated from r17937"
changeset,17939,[17939],azaozz,"Blue styles for DFW toolbar, props jorbin, fixes #17436"
changeset,1793,[1793],saxmatt,"Some code cleanup. Also double email fix care of Mark Jaquith.
"
changeset,17940,[17940],azaozz,"Maximum i18n flexibility for word count, props nacin, see #17136"
changeset,17941,[17941],azaozz,"RTL styles, props yoavf, see #17324"
changeset,17942,[17942],nacin,"Credits page HTML closing tag and alt fix, props Utkarsh. Link gravatars to profiles. fixes #17384."
changeset,17943,[17943],azaozz,"Remove links from the menu separators, see #17324"
changeset,17944,[17944],azaozz,"Update jQuery Form plugin, props duck_, fixes #15909"
changeset,17945,[17945],markjaquith,Make sure we have an array on the Credits page. Handles situations where non-array data is sometimes cached.
changeset,17946,[17946],markjaquith,Even better poka-yoke on Credits page.
changeset,17947,[17947],azaozz,"Use the ""media"" admin menu icon for the add media button in DFW, move the tagline, see #17136"
changeset,17948,[17948],nacin,Fix inverse logic in [17946].
changeset,17949,[17949],azaozz,"Fix width shortcuts in DFW, see #17136"
changeset,1794,[1794],saxmatt,"Trackback and pingback cleanups.
"
changeset,17950,[17950],azaozz,"Revert [17943] as it breaks plugins, props johnjamesjacoby, fixes #17484"
changeset,17951,[17951],markjaquith,Add a per-post-type nav menu items filter for plugin control. props aaroncampbell. see #16075
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,17953,[17953],nacin,the_excerpt() doesn't take an argument. props coffee2code. fixes #17489. see #13883.
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,17955,[17955],nacin,"s/twentyten/twentyeleven/. props zeo, fixes #17493."
changeset,17956,[17956],markjaquith,Better CSS background color fallback for TinyMCE icons (for browsers without gradient support). props greuben. fixes #17469
changeset,17957,[17957],nacin,"Add admin body classes for the WP branch, WP version, and current admin color. props andy, fixes #17496."
changeset,17958,[17958],ryan,Revert part of [17920]. Support for empty tz must remain. Props johnjamesjacoby. fixes #17448
changeset,17959,[17959],nacin,"Fix Twenty Eleven phpdoc subpackage names. props zeo, fixes #17444."
changeset,1795,[1795],saxmatt,"Rollback live preview stuff.
"
changeset,17960,[17960],nacin,"Allow Codex URLs to be translated. Don't offer wp.org/about/ URLs for translation. props zeo, xibe. fixes #17480."
changeset,17961,[17961],azaozz,"New sprite for the TinyMCE buttons, props empireoflight, props saracannon, see #15986"
changeset,17962,[17962],markjaquith,Add New links when editing content. fixes #17499
changeset,17963,[17963],azaozz,"IE7 fixes, see #17324"
changeset,17964,[17964],azaozz,"More IE7 fixes, see #17324"
changeset,17965,[17965],azaozz,"Fix race condition in the comments river XHR, props mintindeed, fixes #17483"
changeset,17966,[17966],azaozz,"Don't show the Fullscreen button on the comment edit page, see #17136"
changeset,17967,[17967],westi,Move the codex link into a seperate translation so you don't have to translate it if you have not got a version in your language and you only have to translate it once. Fixes #17480
changeset,17968,[17968],nacin,"Fix twentyeleven_url_grabber(). props duck_, see #17267."
changeset,17969,[17969],westi,Bumpity
changeset,1796,[1796],saxmatt,"Forgot to uncomment debug line
"
changeset,17970,[17970],azaozz,"FIx the position of Enter title here, see #17136"
changeset,17971,[17971],azaozz,"Add JS detection to wp_iframe output, remove ""display:none"" from the Flash uploader button, props jacobwg, fixes #17473"
changeset,17972,[17972],azaozz,"Add the missing icon to the TinyMCE buttons, props empireoflight, props saracannon, see #15986"
changeset,17973,[17973],nacin,"Only show multisite upload space when user has upload_files, rather than edit_posts. props johnbillion, fixes #17510."
changeset,17974,[17974],azaozz,"When viewing Help in DFW, show only the shortcuts tab, see #17136"
changeset,17975,[17975],nacin,"Add 'Add New' buttons to edit links, edit media, and edit user screens. props sbressler, fixes #17499."
changeset,17976,[17976],nacin,Fix typo in docs.
changeset,17977,[17977],nacin,Remove non-functional vestigal code.
changeset,17978,[17978],nacin,"Update the blip.tv regex. props blepoxp, fixes #17495."
changeset,17979,[17979],azaozz,"Fix select all checkboxes JS function, another .attr() vs .prop() case in jQuery 1.6.1, fixes #17527"
changeset,1797,[1797],donncha,"Fix for fsockopen to stop warnings about ""Call-time pass-by-reference"".
"
changeset,17980,[17980],nacin,"s/add_css/_wp_credits_add_css/. props dimadin, see #17532."
changeset,17981,[17981],azaozz,"Fix updating of custom fields, fixes #17483"
changeset,17982,[17982],nacin,s/coma/comma/. props ocean90.
changeset,17983,[17983],azaozz,"Fix Reply and Approve when replying from the comment moderation page, see #15898"
changeset,17984,[17984],nacin,"Move the closing tags inside the same conditional in wp_plugin_update_row. props mitchoyoshitaka, fixes #17536."
changeset,17985,[17985],nacin,"echo. props ocean90, fixes #17535."
changeset,17986,[17986],nacin,Add option_page_capability_$option_page filter. see #14365.
changeset,17987,[17987],nacin,Leverage option_page_capability_* filter in Twenty Eleven. fixes #14365.
changeset,17988,[17988],nacin,"Single quotes and spaces in ms-blogs.php. props niallkennedy, fixes #17522."
changeset,17989,[17989],nacin,"Code readability improvements. props niallkennedy, fixes #17166, #17182, #17231, #16474."
changeset,1798,[1798],saxmatt,"Fix for bug 299.
"
changeset,17990,[17990],ryan,Properly anchor mime preg.
changeset,17991,[17991],ryan,Don't do a canonical redirect from author=x to /author/foo/ if the user is not an author
changeset,17992,[17992],ryan,Add a nonce.
changeset,17993,[17993],ryan,Use esc_url() once again.
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,17995,[17995],ryan,Cast widget and height to int in WP_oEmbed:fetch() so we don't have to rely on providers.
changeset,17996,[17996],ryan,Use correct keys
changeset,17997,[17997],ryan,Prepare some LIKEs
changeset,17998,[17998],ryan,Make sure ext passes through sanitize_file_name()
changeset,17999,[17999],ryan,Mark import attachments as private. Schedule job to delete old import attachments. Introduce attachment context.
changeset,1799,[1799],saxmatt,"Fix for bug 137. Patch from kelson.
"
changeset,179,[179],mikelittle,"Also ping when going from private to published.
"
changeset,179,[179],tellyworth,simplify version selection; remove bogus .. from default
changeset,17,[17],mikelittle,"Added return excerpt if none
"
changeset,17,[17],tellyworth,add tests for wp-includes/user.php
changeset,18000,[18000],ryan,Bump
changeset,18001,[18001],nacin,Update the Credits page for changes in the API. see #17532.
changeset,18002,[18002],nacin,Prepare the Credits page to handle translators. see #17532.
changeset,18003,[18003],nacin,"s/WordPress MU/WordPress/ and remove an unused sprintf param. props wpmuguru, fixes #17529."
changeset,18004,[18004],nacin,Add paragraph tags around the blocks of contributors. see #17532.
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,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,18007,[18007],nacin,String swap. see #17532.
changeset,18008,[18008],ryan,Don't show _access_denied_splash() if the user has permissions for the site but insufficient perms for a particular page. Props sorich87. fixes #17514
changeset,18009,[18009],ryan,Don't show _access_denied_splash() for network admin pages. Props sorich87. fixes #17511
changeset,1800,[1800],donncha,"Seperate enclosure URLs by 1 space, not 3.
"
changeset,18010,[18010],ryan,"Validation fixes. Props ocean90, peaceablewhale. see #17364"
changeset,18011,[18011],ryan,Correct phpdoc for replacing/extending thewpdb class. Props johnbillion. fixes #17533
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,18013,[18013],ryan,Send X-Frame-Options: SAMEORIGIN for admin and login pages. see #12293
changeset,18014,[18014],ryan,Properly anchor mime preg.
changeset,18015,[18015],ryan,Don't do a canonical redirect from author=x to /author/foo/ if the user is not an author
changeset,18016,[18016],ryan,Add a nonce.
changeset,18017,[18017],ryan,Use esc_url() once again.
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,18019,[18019],ryan,Cast width and height to int in WP_oEmbed:fetch() so we don't have to rely on providers.
changeset,1801,[1801],saxmatt,"Missed some preview stuff.
"
changeset,18020,[18020],ryan,Use correct keys
changeset,18021,[18021],ryan,Prepare some LIKEs
changeset,18022,[18022],ryan,Make sure ext passes through sanitize_file_name()
changeset,18023,[18023],ryan,Mark import attachments as private. Schedule job to delete old import attachments. Introduce attachment context.
changeset,18024,[18024],azaozz,"Fix another .attr() vs .prop() case, props ocean90, fixes #17546"
changeset,18025,[18025],azaozz,"Stop TinyMCE from trying to maintain text formatting when adding new paragraphs in FF and WebKit, see #17549"
changeset,18026,[18026],ryan,"Rename network admin submenus to not clash with top level menus. Props ocean90, markmcwilliams. see #17378"
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,18028,[18028],azaozz,"Remove wp-admin/js/list-table.js, not used anywhere and not listed in script-loader."
changeset,18029,[18029],iandstewart,"Twenty Eleven: make categories and tags i18n friendly; Props dimadin; Fixes #17531
"
changeset,1802,[1802],rboren,"If the match is unanchored and greedy, prepend rewrite conditions to avoid infinite redirects and eclipsing of real files. Add L to rewrite flags to break out of rewriting once a match is found.
"
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,18031,[18031],ryan,Update @since
changeset,18032,[18032],ryan,Update @since
changeset,18033,[18033],iandstewart,"Twenty Eleven: correcting mis-floated sidebar in IE9 on the showcase page; Props rosshanney; Fixes #17486
"
changeset,18034,[18034],ryan,"If there is only one submenu and it is has same destination as the parent, remove the submenu. fixes #17528"
changeset,18035,[18035],ryan,Fix name of plugins submenu. Props ocean90. fixes #17530
changeset,18036,[18036],ryan,Support Chrome Frame. fixes #14537
changeset,18037,[18037],iandstewart,"Twenty Eleven: better visibility for comment form text in the dark color scheme; Props greuben; Fixes #17468
"
changeset,18038,[18038],ryan,Fix notices. Props ocean90. fixes #17528
changeset,18039,[18039],iandstewart,"Twenty Eleven: consistent styles for .nopassword and .nocomments; Props zeo; Fixes #17437
"
changeset,1803,[1803],saxmatt,"Fix for http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000351 from MC_incubus
"
changeset,18040,[18040],iandstewart,"Twenty Eleven: Fix a typo in PHPdoc; Props tenpura; Fixes #17434
"
changeset,18041,[18041],ryan,Remove duplicate IDs before passing comment post IDs to get_pending_comments_num()
changeset,18042,[18042],iandstewart,"Twenty Eleven: prevent overflow on the pre element; Props devinreams; Fixes #17432
"
changeset,18043,[18043],ryan,Bump
changeset,18044,[18044],ryan,3.1.3
changeset,18045,[18045],ryan,Bump. Beta 2
changeset,18046,[18046],iandstewart,"Twenty Eleven: correct syntax for CSS transition property; Props Jayjdk; Fixes #17426
"
changeset,18047,[18047],ryan,"Allow WP_Query 'post_status' parameter to accept an array, as well as a singular value and comma separated list. Fixes #16824"
changeset,18048,[18048],iandstewart,"Twenty Eleven: make sure title-less widgets don't float into content for small screens; Props devinreams; Fixes #17423
"
changeset,18049,[18049],ryan,Bump
changeset,1804,[1804],michelvaldrighi,"added more user_can_* functions
"
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,18051,[18051],nacin,Bump
changeset,18052,[18052],nacin,"Upddate FSF address in kses. props mcepl, fixes #14967."
changeset,18053,[18053],nacin,"Don't use array calling for post_status in wp_edit_attachments_query() to prevent any use of the deprecated query_string filter (as in, don't use it) from tanking the page. see #17556, #17559. for 3.1."
changeset,18054,[18054],nacin,"Don't use array calling for post_status in wp_edit_attachments_query() to prevent any use of the deprecated query_string filter (as in, don't use it) from tanking the page. see #17556, #17559. for the 3.1 branch."
changeset,18055,[18055],nacin,Bump
changeset,18056,[18056],ryan,Remove duplicate sentence search terms. Props scribu. fixes #17152
changeset,18057,[18057],iandstewart,"Twenty Eleven: focus styles for all links; Fixes #17410
"
changeset,18058,[18058],iandstewart,"Twenty Eleven: Show tag descriptions on tag archive pages if they exist; Props zeo; Fixes #17438
"
changeset,18059,[18059],iandstewart,"Twenty Eleven: Add the Ephemera title to the theme textdomain; Props knutsp; Fixes #17572
"
changeset,1805,[1805],michelvaldrighi,"replaced  stuff with user_can_*() stuff
"
changeset,18060,[18060],iandstewart,"Twenty Eleven: Improvements to the responsive layout
"
changeset,18061,[18061],potbot,"POT, generated from r18060"
changeset,18062,[18062],ryan,Return false from is_page_template() if the template is default. Props johnbillion. fixes #17458
changeset,18063,[18063],ryan,"Properly handle return value of DDL statements. Props scribu, marcis20. fixes #11372"
changeset,18064,[18064],azaozz,"Fix regression: the visual editor removes empty paragraphs, fix CSS for the spellchecker button, fixes #17368"
changeset,18065,[18065],azaozz,"Fix background color for approved comments, props DH-Shredder, fixes #17405"
changeset,18066,[18066],azaozz,"Fix the spellchecker button for the visual editor.
Fix focusing the editor in IE, props greuben, fixes #17467"
changeset,18067,[18067],nacin,Remove accidental tint on the post-box div. Should be a white background.
changeset,18068,[18068],nacin,Remove terrible suggestion.
changeset,18069,[18069],azaozz,"Don't close DFW when closing modal dialogs with Escape key, fixes #17399"
changeset,1806,[1806],michelvaldrighi,"removed call time pass by reference in enclosures support
"
changeset,18070,[18070],azaozz,"s/Colse/Close/, props nacin, fixes #17399"
changeset,18071,[18071],azaozz,Improve JS array/object detection when outputting the TinyMCE init array.
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,18073,[18073],azaozz,"Add some delay to allow the flash uploader swf to load in FF4, fixes #17329"
changeset,18074,[18074],azaozz,"Fix notice, props greuben, fixes #17613"
changeset,18075,[18075],azaozz,"Force-hide the adminbar when DFW opens to keep IE7 users happy, fixes #17622"
changeset,18076,[18076],azaozz,"s/autosave/autosave-message to show these messages again, fixes #17624"
changeset,18077,[18077],iandstewart,"Twenty Eleven: Correct the broken 404 layout; Fixes #17606
"
changeset,18078,[18078],dd32,Correct the logic for Taxonomy edit page actions. Props michaeltyson for initial patch. Fixes #17617
changeset,18079,[18079],dd32,"More specific Tazonomy canonicalisation; Allows custom vars through, strips all per-taxonomy query vars. See #17174"
changeset,1807,[1807],michelvaldrighi,"honey, your cookies are delicious, but not when they're empty
"
changeset,18080,[18080],ryan,phpdoc typo fix. Props Caspie. fixes #17616
changeset,18081,[18081],ryan,Remove misleading phpdoc.  Props mfields. fixes #17558
changeset,18082,[18082],ryan,"Don't set fields to empty values in _wp_translate_data(). Props scribu, johnjamesjacoby. fixes #16673"
changeset,18083,[18083],ryan,Use array_combine() to avoid a hard-coded copy of the post format slugs. Props mfields. fixes #17576
changeset,18084,[18084],ryan,s/seperator/separator/. Props brandonburke. fixes #17610
changeset,18085,[18085],westi,Bumpity
changeset,18086,[18086],westi,Make the css for the row status highlighting more specific so that it works regardless of the ordering of the CSS loading. Fixes #16827 props wpmuguru.
changeset,18087,[18087],westi,Only close comments on old posts by default. Fixes #16090 props nacin and johnjamesjacoby.
changeset,18088,[18088],westi,Only apply the admin bar bump down css to the screen media type so it doesn't affect printouts. Fixes #17512 props kawauso.
changeset,18089,[18089],ryan,Use wp-menu-separator after Settings and before the first plugin top-level.  Remove trailing separators. fixes #17629
changeset,1808,[1808],rboren,"Plugin and theme localization.
"
changeset,18090,[18090],westi,Add a ms_user_row_actions filter on the actions array for the Network Users table. Fixes #15932 props sorich87
changeset,18091,[18091],westi,Add .ics / text/calendar to the whitelist of allowed file types. Fixes #15916 props SergeyBiryukov
changeset,18092,[18092],westi,"Help Tab text updatates. Fixes #17312 prop dougwrites.
"
changeset,18093,[18093],ryan,Fix paging through plugin search results. Props dd32. fixes #17285
changeset,18094,[18094],ryan,url_encode file names in theme and plugin editor urls.  Props kawauso. fixes #17038
changeset,18095,[18095],azaozz,"Widgets RTL fixes, props yoavf, fixes #16082"
changeset,18096,[18096],nacin,"s/displayied/displayed/. props kawauso, fixes #17633."
changeset,18097,[18097],westi,Fix hover styles in the admin bar sites menu too. Fixes #17178 props ocean90 and johnjamesjacoby.
changeset,18098,[18098],westi,Bump the version on the updated CSS. See #17178.
changeset,18099,[18099],iandstewart,"Twenty Eleven: Style the comments off message in the Ephemera widget; Props knutsp; Fixes #17583
"
changeset,1809,[1809],rboren,"Fix typo.
"
changeset,180,[180],mikelittle,"Added extra html escaping to title.
"
changeset,180,[180],tellyworth,rss tests: better error capturing
changeset,18100,[18100],ryan,Decrement pending count after Approve and Reply. Props DH-Shredder. fixes #17380
changeset,18101,[18101],ryan,"Contextual help for twentyeleven's theme options screen. Props sbressler, dougwrites, jane. fixes #17357"
changeset,18102,[18102],markjaquith,Use monospaced font for HTML editor. props iammattthomas. fixes #17640
changeset,18103,[18103],azaozz,"Make DFW use the exact same style as the normal editor, remove width resizing in DFW as it would clash with editor-style.css for some themes, fixes #17644"
changeset,18104,[18104],azaozz,"Remove reference to wp-fullscreen-content-css, see #17644"
changeset,18105,[18105],ryan,"Apply editable_slug filter to parent page slugs in get_sample_permalink(). Props solarissmoke, ramiy. fixes #16999"
changeset,18106,[18106],ryan,"Apply editable_slug filter in post_slug_meta_box(). Props yoavf, ramiy. fixes #17598"
changeset,18107,[18107],westi,Fix typo in PHPMailer. Fixes #17614 props pross.
changeset,18108,[18108],azaozz,"Set DFW background color to match the admin theme's background, see #17644"
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,1810,[1810],rboren,"Do not stomp permalink setting.  Bug 372.
"
changeset,18110,[18110],nacin,"Take that, PHP 5.0.5. Good riddens. see #14160."
changeset,18111,[18111],ryan,Resurrect hash_hmac() compat for hosts that --disable-hash. Props aaroncampbell. fixes #17647
changeset,18112,[18112],ryan,Remove redundant hidden parent_id input from edit form. Props solarissmoke. fixes #17656
changeset,18113,[18113],ryan,"RTL fixes for dfw tagline, permalink editing, and hscroll. Props yoavf. fixes #17639"
changeset,18114,[18114],ryan,"Validation fixes. Props ocean90, xknown. fixes #17364"
changeset,18115,[18115],ryan,"Validation fixes. Props ocean90, xknown. fixes #17364"
changeset,18116,[18116],ryan,"RTL fixes for credits.php. Props BenChapman, rasheed. fixes #17602"
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,18118,[18118],koopersmith,Remove Courier from the monospace font stack. fixes #17640.
changeset,18119,[18119],ryan,Revert [17663]. fixes #17131
changeset,1811,[1811],rboren,"Use options-head
"
changeset,18120,[18120],ryan,Remove summary attribute. Props ocean90. fixes #11554
changeset,18121,[18121],iandstewart,"Twenty Eleven: editor-style should have max-width; Props bi0xid; Fixes #17393 #17649; See #17644
"
changeset,18122,[18122],azaozz,"Squeeze 10 more pixels for longer menu names, fixes #17544"
changeset,18123,[18123],ryan,Retain screen-reader-text for pages shown in the admin. see #17524
changeset,18124,[18124],azaozz,"Also move the dark arrows, props ocean90, see #17544"
changeset,18125,[18125],ryan,Add rtl class to the admin body if is_rtl().  RTL fixes for twentyeleven theme-options.php. Props rasheed. fixes #17603
changeset,18126,[18126],markjaquith,Tighten up the Credits page so it's not so spaced out.
changeset,18127,[18127],iandstewart,"Twenty Eleven: show expected formatting for em, strong, and a in editor styles; Props greuben; Fixes #17417
"
changeset,18128,[18128],ryan,Add cache_domain argument to get_terms() to allow caching to a unique set of cache buckets.  Useful when taxonomy queries have been modified via filters and need their own cache space. Props mfields. fixes #13318
changeset,18129,[18129],ryan,Link to site being edited. Props lloydbudd. fixes #17257
changeset,1812,[1812],donncha,"Enclosure support moved to functions.php - it now scans the content
and encloses file of mime type ""video"", ""audio"" and ""image"".
Fixed a bug in upgrade.php - extra character at the start of file.
"
changeset,18130,[18130],ryan,"Properly return referrer when referer = true and echo = false. Props scribu, webduo. fixes #11953"
changeset,18131,[18131],ryan,Make user validation when adding a user via network admin consistent with adding a user elsewhere. Provide better feedback for validation problems. Props sorich87. fixes #17239
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,18133,[18133],potbot,"POT, generated from r18132"
changeset,18134,[18134],iandstewart,"Twenty Eleven: style 4-column galleries -- Props mfields -- and remove unneeded !important rules; Fixes #17564
"
changeset,18135,[18135],ryan,Check result of add_theme_page(). Return if false. Props greuben. fixes #17677
changeset,18136,[18136],nacin,Document that add_submenu_page() might return false if ! current_user_can(). see #17677.
changeset,18137,[18137],azaozz,"DFW: restore editor width shortcuts, restore limited overwriting of the theme styling in TinyMCE, show the toolbar on mouse move in TinyMCE, improve the help, fixes #17503, fixes #17644, fixes #17664, fixes #17596"
changeset,18138,[18138],azaozz,"Fix collapsed menu transition glitch, props rosshanney, fixes #17534"
changeset,18139,[18139],iandstewart,Twenty Eleven: restore Image Post margin resetting
changeset,1813,[1813],michelvaldrighi,"fix for bug #328: better/sane way to get  before using it as a fallback for post_name
"
changeset,18140,[18140],iandstewart,Twenty Eleven: correct typos in PHP comments
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,18142,[18142],azaozz,"Fix WebKit browsers reporting document.body height shorter than it is, add classes to TinyMCE's body: 'wp-editor' or 'wp-fullscreen-editor', fix mousemove event in IE, fixes #17664"
changeset,18143,[18143],westi,Mark two missed strings in Press This for translation. Fixes #16334 props SergeyBiryukov and ocean90.
changeset,18144,[18144],westi,Whitespace fixes
changeset,18145,[18145],westi,Bumpity
changeset,18146,[18146],westi,Scroll up to the top when bulk editing so the form is completely visible. Fixes #17208 props greuben.
changeset,18147,[18147],westi,Move the in_admin_footer action out of p#footer-left.alignleft so it is just in div#footer to allow for it to be used more flexibly. Fixes #17358 props aaroncampbell.
changeset,18148,[18148],westi,Output TinyMCE HTML inside the body for Press This. Fixes #17500 props greuben
changeset,18149,[18149],ryan,RTL fixes for credits.php. fixes #17602
changeset,1814,[1814],michelvaldrighi,"update the XMLRPC part
"
changeset,18150,[18150],ryan,"Check return value of wp_check_browser_version(). Make return value consistent. Props duck_, aaroncampbell. fixes #17682"
changeset,18151,[18151],azaozz,"DFW: don't prepend comma if content_css is empty, props duck_, fixes #17690"
changeset,18152,[18152],nacin,"Use default argument for get_option(). props dcowgill, westi. fixes #17686."
changeset,18153,[18153],azaozz,"Properly add shadow to folded admin menu in RTL, props ocean90, fixes #17692"
changeset,18154,[18154],koopersmith,Update RTL blue admin theme. Props saracannon. fixes #17696.
changeset,18155,[18155],azaozz,"Fix JS error in Press This, props greuben, fixes #17501"
changeset,18156,[18156],azaozz,"Change cursor on hover on dashboard box toggles, props andrewryno, fixes #16440"
changeset,18157,[18157],nacin,s/Themes Updates/Theme Updates/. props mitchoyoshitaka. fixes #17701.
changeset,18158,[18158],azaozz,"Fix quick edit error message styling, props solarissmoke, fixes #16912, fixes #14317
Fix top margin in bulk edit posts"
changeset,18159,[18159],azaozz,"Fix typo in remove_accents(), props scribu, fixes #16232"
changeset,1815,[1815],michelvaldrighi,"fixed single_month_title. thanks to Brak (http://wordpress.org/support/6/14897)
"
changeset,18160,[18160],azaozz,"Remove the title attribute from the Press This link as it needlessly repeats the text, props johnjamesjacoby, fixes #17184"
changeset,18161,[18161],nacin,Bump.
changeset,18162,[18162],nacin,"Credits screen redux. Add external libraries, gravatars for language validators. Backed by a new API. fixes #17518, fixes #17532."
changeset,18163,[18163],nacin,Oops. Credits API version remain unchanged. see #17518.
changeset,18164,[18164],westi,Link the Media item in the Add New menu to the Upload New Media form correctly. Props hew.
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,18166,[18166],iandstewart,Twenty Eleven: Add a hidden label for search forms; See #17524
changeset,18167,[18167],iandstewart,Twenty Eleven: focus styles for sidebar links; Fixes #17410
changeset,18168,[18168],iandstewart,Twenty Eleven: correct layout bug with showcase template and alt layout option; Props ocean90; Fixes #17415
changeset,18169,[18169],ryan,Fix warnings in menu.php when plugins.php is enabled for non-supes.  Props PeteMall. fixes #17702
changeset,1816,[1816],michelvaldrighi,"better fix for single_month_title, preserves backward-compatibility with
"
changeset,18170,[18170],azaozz,"Workaround for removeAttr('style') in Chromium, props duck_, fixes #17706"
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,18172,[18172],iandstewart,Twenty Eleven: make sure the featured post title link is visible in the dark color scheme
changeset,18173,[18173],azaozz,"Some CSS cleanup and tuning, see #17324"
changeset,18174,[18174],nacin,"Use correct textdomain. props knutsp, fixes #17712."
changeset,18175,[18175],iandstewart,Twenty Eleven: we need to be really specific about resetting the layout for smaller screen sizes
changeset,18176,[18176],westi,Ensure that we always coerce the class list passed to get_body_class to an array even when it is empty. Fixes #17717
changeset,18177,[18177],potbot,"POT, generated from r18176"
changeset,18178,[18178],ryan,"Use DISTINCT to eliminate duplicates when using an OR meta query relation.  Props scribu, greuben. fixes #17582"
changeset,18179,[18179],ryan,Don't add search wildcards to an empty string. fixes #17719
changeset,1817,[1817],rboren,"Default textdomain loading cleanup.  Fix for bug 230.
"
changeset,18180,[18180],koopersmith,Show post editor inset shadow in visual mode.
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,18182,[18182],iandstewart,Twenty Eleven: updating editor styles to match main stylesheet
changeset,18183,[18183],iandstewart,Twenty Eleven: restore max-width for full-size images
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,18185,[18185],ryan,HTTP API PHP Doc Updates. Props sivel. fixes #17724
changeset,18186,[18186],iandstewart,Twenty Eleven: prevent notices in taxonomy archives using custom post types; Props mfields; Fixes #17566
changeset,18187,[18187],azaozz,"Make copying the PressThis bookmarklet code easier in WebKit browsers, fixes #17184"
changeset,18188,[18188],iandstewart,Twenty Eleven: submenu line-height was too cramped; Props mitchoyoshitaka; Fixes #17695
changeset,18189,[18189],azaozz,"Implement rel=""author"" in Twenty Eleven and Twenty Ten, props joostdevalk, fixes #17722"
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,18190,[18190],iandstewart,Twenty Eleven: reset content margins for 404
changeset,18191,[18191],potbot,"POT, generated from r18190"
changeset,18192,[18192],nacin,"Don't 404 for empty post type archives. props markmcwilliams, jfarthing84, fixes #17316."
changeset,18193,[18193],markjaquith,"Remove code formatting from uploaded file size error messages, for now. props JohnONolan. fixes #17674"
changeset,18194,[18194],nacin,"Admin Bar: Add View Site/Dashboard links, 'View X' links in the admin, 'View' action link for terms. New custom taxonomy string: view_item, defaulting to 'View Tag' and View Category'. fixes #17705."
changeset,18195,[18195],markjaquith,Throw _doing_it_wrong() when nonce action not passed to check_admin_referer(). props duck_. see #16449
changeset,18196,[18196],azaozz,Fix style of the <!--more--> tag replacement image in TinyMCE so it doesn't show horizontal scrollbar in FF and IE.
changeset,18197,[18197],azaozz,"background-color = transparent, fixes #17726"
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,18199,[18199],ryan,Add padding to search subtitle. Props kawauso. fixes #17634
changeset,1819,[1819],donncha,"change for admin.php
"
changeset,181,[181],saxmatt,"Added rel=bookmark
"
changeset,181,[181],tellyworth,add test_query_results
changeset,18200,[18200],markjaquith,Check parent caps for revisions. props aaroncampbell. fixes #17668
changeset,18201,[18201],markjaquith,Move copyright notices to license.txt. props hakre. props aaroncampbell. fixes #16269
changeset,18202,[18202],azaozz,"Fix borders at the bottom of tabs in postboxes, props dcowgill, fixes #17699
Fix color of active tab in Categories postbox."
changeset,18203,[18203],koopersmith,"DFW: When hiding DFW, switch to correct main editors before saving content. Otherwise, some content will be lost. fixes #17729."
changeset,18204,[18204],iandstewart,Twenty Eleven: updated featured slider border color for the dark color scheme
changeset,18205,[18205],koopersmith,Prevent items from overflowing from the 'howdy' menu. Props Otto42. fixes #17148.
changeset,18206,[18206],nacin,"Move charset declaration to just inside <head>. props niallkennedy, fixes #17148."
changeset,18207,[18207],azaozz,"Enable autocomplete on the href and title fields in the link popup, props nacin, fixes #17101
Remove unneeded for="".."" attributes from the <label> tags there."
changeset,18208,[18208],nacin,"i before e except after c. props trepmal, fixes #17730."
changeset,18209,[18209],westi,Bumpity Bump
changeset,1820,[1820],donncha,"Make checking enclosure URLs much faster - fclose() after blank line in response.
"
changeset,18210,[18210],potbot,"POT, generated from r18209"
changeset,18211,[18211],westi,"Only show Comments are Closed when they are supported.
Tidy up the logic to be clearer.
Mark attachements as supporting comments.
Fixes #17568 props duck_"
changeset,18212,[18212],dd32,Remove the psd's from Twenty Eleven. See #17641
changeset,18213,[18213],westi,Only show the Dashboard link if you are logged in. See #17705.
changeset,18214,[18214],potbot,"POT, generated from r18213"
changeset,18215,[18215],iandstewart,Twenty Eleven: reduce image sizes; Props demetris; Fixes #17641
changeset,18216,[18216],iandstewart,Twenty Eleven: make sure we're checking for sticky posts at the correct time in showcase.php
changeset,18217,[18217],potbot,"POT, generated from r18216"
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,18219,[18219],potbot,"POT, generated from r18218"
changeset,1821,[1821],emc3,"BUG 390: Fixed support for multiple enclosures.
"
changeset,18220,[18220],nacin,PHPdoc fixes. props trepmal. fixes #17734.
changeset,18221,[18221],koopersmith,Darken h2 subtitles on post pages to improve readability. see #17634.
changeset,18222,[18222],azaozz,"Do not run bulk edit when the user clicks on a filter, fixes #17733"
changeset,18223,[18223],koopersmith,Refresh login form styles to match admin style refresh. Props iammattthomas. see #17324.
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,18225,[18225],nacin,Core support for partial updates. see #10611.
changeset,18226,[18226],nacin,Bump.
changeset,18227,[18227],nacin,Extra check for partial updates: Make sure the API response matches the current version of WP. see #10611.
changeset,18228,[18228],dd32,Cache the Dashboard RSS Widgets HTML output to reduce the memory footprint of including SimplePie. Fixes #16927
changeset,18229,[18229],dd32,"* Don't clear link colour when switching layouts
* Update ""default colour"" link when a custom colour has been selected
Fixes #17746"
changeset,1822,[1822],emc3,"Fix header error when saving drafts.
"
changeset,18230,[18230],azaozz,"H2 font weight = normal as Helvetica Neue Light doesn't scale well for lighter setting, props dd32, fixes #17743"
changeset,18231,[18231],markjaquith,"Be less specific about theme and plugin repo licenses (as they can vary in specifics). They are all compatible with the license WordPress uses, which is what matters. fixes #16514"
changeset,18232,[18232],ryan,Add Howdy back to the admin_user_info_links filtered array. Props trepmal. fixes #17740
changeset,18233,[18233],ryan,Disambiguation for Add New links in admin bar. Props nacin. see #16406
changeset,18234,[18234],markjaquith,Fix mistaken use of publicly_queryable when public was what was intended. props nacin. fixes #17040
changeset,18235,[18235],ryan,Add missing textdomain to twentyeleven contextual help. Props pavelevap. see #17744
changeset,18236,[18236],koopersmith,"The Lightening, Part One: Lighten tabs UI on new post and menus screens. see #17324."
changeset,18237,[18237],azaozz,"Fix pagination when searching or filtering, props solarissmoke, koopersmith, fixes #17685"
changeset,18238,[18238],koopersmith,Improve contrast on login screen by darkening shadow. Props iammattthomas. see #17324.
changeset,18239,[18239],ryan,Use no_found_rows for some queries. Props pavelevap. fixes #17745
changeset,1823,[1823],rboren,"Introducing add_query_arg() and remove_query_arg().  Props:  Owen Winkler.
"
changeset,18240,[18240],potbot,"POT, generated from r18239"
changeset,18241,[18241],azaozz,"DFW: show the toolbar only when the mouse is near the top of the window, see #17503"
changeset,18242,[18242],nacin,Some more credits strings.
changeset,18243,[18243],nacin,s/Blue/Classic/
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,18245,[18245],iandstewart,Twenty Eleven: compressed header thumbnails and theme screenshot; Props demetris; Fixes #17641
changeset,18246,[18246],nacin,Revert [18243].
changeset,18247,[18247],azaozz,"Add context to _e('Name'), props valentinas, fixes #16531"
changeset,18248,[18248],nacin,Fix whitespace discrepancy between Manage Themes and Install Themes tabs. props trepmal. Don't show a single Manage Themes heading as a tab if the user doesn't have install_themes. fixes #17758.
changeset,18249,[18249],nacin,"Translate a missing string. props ldebrouwer, fixes #16861."
changeset,1824,[1824],donncha,"Fixed missing function - include admin.php
"
changeset,18250,[18250],nacin,"Don't add extra spaces. props duck_, see #16861."
changeset,18251,[18251],potbot,"POT, generated from r18250"
changeset,18252,[18252],nacin,Remove 'Development.' fixes #15991.
changeset,18253,[18253],azaozz,"Twenty Eleven code review and cleanup, props dd32, fixes #17748"
changeset,18254,[18254],ryan,Bring out the pinking shears.
changeset,18255,[18255],nacin,"New comment bubble styling! props matveb, iandstewart, fixes #17741."
changeset,18256,[18256],ryan,Update _old_files for 3.2. see #17759
changeset,18257,[18257],nacin,Remove extra </a>. props aaroncampbell. see #17385.
changeset,18258,[18258],koopersmith,"The Lightening, Part 2: Return of the Luminous Hex Codes. Make the admin styles a bit brighter. see #17324."
changeset,18259,[18259],potbot,"POT, generated from r18257"
changeset,1825,[1825],donncha,"Indented file.
"
changeset,18260,[18260],nacin,"Mark menu items tied to invalid taxonomies and post types as invalid. props ocean90, see #13958."
changeset,18261,[18261],nacin,Introduce name_admin_bar label and the show_in_admin_bar (Add New menu) argument for post types. Allows for proper translations of these strings and provides for consolidated logic. fixes #16406.
changeset,18262,[18262],nacin,"Make update-core only do sanity checks against readme.html and version.php, both always included even in partial builds. fixes #17760."
changeset,18263,[18263],ryan,"Load the theme's functions.php for wp-activate.php.  Props nacin, frumph. fixes #17761"
changeset,18264,[18264],dd32,Key the Dashboard widget cache off the Widget ID & clear cache upon options changing. Props ocean90. Fixes #16927
changeset,18265,[18265],dd32,"Restore the md5 in the Dash widget cache key, prevents issues with long widget ids. Props nacin. Fixes #16927"
changeset,18266,[18266],dd32,Remove debug comments & more housecleaning. See #17748
changeset,18267,[18267],potbot,"POT, generated from r18266"
changeset,18268,[18268],nacin,@since s/3.2/3.2.0/
changeset,18269,[18269],dd32,Showcase template cleanup. See #17748
changeset,1826,[1826],michelvaldrighi,"removed preg_match check from comment_type() since by now we should never ever need it
"
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,18271,[18271],potbot,"POT, generated from r18270"
changeset,18272,[18272],dd32,"Twenty Eleven Functions.php comments cleanup, merge the 2 body class functions. Props jorbin. See #17748"
changeset,18273,[18273],potbot,"POT, generated from r18272"
changeset,18274,[18274],dd32,"Remove the few post_type == post checks on Post Format templates, Post formats only apply to posts. See #17748"
changeset,18275,[18275],potbot,"POT, generated from r18274"
changeset,18276,[18276],ryan,Pinking shears
changeset,18277,[18277],ryan,Improvements to invalid menu item handling. Props ocean90. fixes #13958
changeset,18278,[18278],nacin,"Fix display of browser nag, use lowercase hex values, move identical styles out of colors-* and into dashboard.css. props duck_, fixes #17765."
changeset,18279,[18279],nacin,"UI refresh for Press This. props koopersmith, see #17757."
changeset,1827,[1827],rboren,"Fix REQUEST_URI construction for IIS.  Bug 389.  Patch from Dennis Williamson.
"
changeset,18280,[18280],nacin,"Remove my debug cruft. No, you're not looking in a mirror. props dcowgill, fixes #17769."
changeset,18281,[18281],nacin,"Browser nag dismiss: hide-if-no-js. props duck_, see #17766."
changeset,18282,[18282],azaozz,"Press This RTL css fixes, props ocean90, fixes #17757"
changeset,18283,[18283],azaozz,"More Press This cleanup and fixes, see #17757"
changeset,18284,[18284],nacin,'Dashboard' should be to the right of 'My Sites' for visual hierarchy reasons. see #17705.
changeset,18285,[18285],dd32,"Highlight the current menu item and ancestors, not current menu item and children. See #17748"
changeset,18286,[18286],dd32,Add Opera variants of linear-gradient & transition alongside moz and webkit variants. Se #17748
changeset,18287,[18287],nacin,"Login is not a verb. props dcowgill, fixes #17770."
changeset,18288,[18288],nacin,Revert commit to tag.
changeset,18289,[18289],nacin,"Login is not a verb. props dcowgill, fixes #17770."
changeset,1828,[1828],rboren,"PATH_INFO page links now include the index. Bug 404.
"
changeset,18290,[18290],dd32,Only hide the browser uploader by default if the Flash uploader is enabled. Fixes #17772
changeset,18291,[18291],ryan,Add no posts found message to templates.  Props sorich87. fixes #17735
changeset,18292,[18292],potbot,"POT, generated from r18291"
changeset,18293,[18293],nacin,Avoid _deprecated_function() in wp_clone(). An object cache gets loaded before i18n functions exist. Maybe a better solution in 3.3. see #17206.
changeset,18294,[18294],nacin,"Only warn about 'unsafe' for IE6/7. props jane, fixes #17440."
changeset,18295,[18295],azaozz,Make sure the browser nag in shown first on the dashboard no matter what! See #17323
changeset,18296,[18296],azaozz,"Always use curly brackets with foreach, see [18295]"
changeset,18297,[18297],nacin,"[18294] was a bit too quick to eliminate backslashed apostrophes in translated strings. $s as a placeholder becomes a variable. Switch to %s and %s, as the href will always come before the text, so no need for numbered placeholders. fixes #17781."
changeset,18298,[18298],nacin,"Sanity int casts in custom header step_3. props xknown, fixes #17779."
changeset,18299,[18299],potbot,"POT, generated from r18298"
changeset,1829,[1829],rboren,"List broken themes and suggest corrective action.
"
changeset,182,[182],saxmatt,"Fixed variable name conflict.
"
changeset,182,[182],tellyworth,quick rename
changeset,18300,[18300],potbot,"POT, generated from r18298"
changeset,18301,[18301],potbot,"POT, generated from r18298"
changeset,18302,[18302],potbot,"POT, generated from r18301"
changeset,18303,[18303],nbachiyski,"Split the comment date and time string into two and add translator comments. See #17777
"
changeset,18304,[18304],nbachiyski,"Add forgotten spaces. See #17777
"
changeset,18305,[18305],potbot,"POT, generated from r18304"
changeset,18306,[18306],ryan,The dance is your chance to do the bump
changeset,18307,[18307],dd32,Fix Gallery re-ordering draggable handle area in RTL. Props yoavf. Fixes #17791 
changeset,18308,[18308],dd32,Fix the Margins in the Tag metabox for RTL. Props yoavf. Fixes #17799
changeset,18309,[18309],dd32,Flip the Gallery header sort buttons to the left for RTL. Props yoavf. Fixes #17790
changeset,1830,[1830],rboren,"Do not touch REQUEST_URI if it is already set by the server.
"
changeset,18310,[18310],dd32,Fix positioning of TinyMCE Resize handler for RTL. Props yoavf. Fixes #17796
changeset,18311,[18311],dd32,Bump the CSS versions for RTL changes. See #17790 #17791 #17796 & #17799
changeset,18312,[18312],dd32,"Consistently wrap the ""Pages:"" text in <span> tags, Combine the 2 identical translations for the Pages text (one with, and one without, span tags). See #17744"
changeset,18313,[18313],potbot,"POT, generated from r18312"
changeset,18314,[18314],nacin,"Anchor the Browse Happy dashboard widget to the top. Reverts [18295], [18296]. Fixes #17781, #17323."
changeset,18315,[18315],nacin,Add missing translate() call.
changeset,18316,[18316],nacin,Move the sekrit full screen editor width shortcut keys below the common bold/italic/etc keys on the editor keyboard shortcuts help tab. No strings were harmed in the making of this commit.
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,18318,[18318],dd32,Add new star.gif replacement with a Grey background (& White counterpart). Props chexee for star icons. Fixes #17428
changeset,18319,[18319],nacin,"Plugins per page should default to 999, not 20. Fixes minor (but annoying) 3.0 to 3.1 regression."
changeset,1831,[1831],donncha,"Added links to developer's sites.
Fixed bug in install: post2cat record for ""first post"" missing.
"
changeset,18320,[18320],nacin,Don't push dashboard_browser_nag into 'sorted' in do_meta_boxes. see #17781.
changeset,18321,[18321],nacin,Remove undiscussed FIXME from add_option. fixes #16813.
changeset,18322,[18322],dd32,Twenty Eleven trumps it's pretenders. Fixes #17841
changeset,18323,[18323],westi,"Ensure we have a valid timezone identifier before trying to use it.
Validate the new timezone identifier during option update.
Fixes #17840."
changeset,18324,[18324],ryan,Allow plus '+' character when sanitizing mime type. Props cyberhobo. fixes #17855
changeset,18325,[18325],ryan,Add theme support option for turning on random default headers. fixes #17832
changeset,18326,[18326],ryan,Fix notice in wp_tag_cloud. Props greuben. fixes #17213
changeset,18327,[18327],nacin,"Add theme feature strings for translation. These are already being returned by the API. props lancewillett, fixes #17359."
changeset,18328,[18328],ryan,Fix handing of super admins that don't have a blog in get_dashboard_url() and login. Props nacin. fixes #17829
changeset,18329,[18329],ryan,Admin bar rtl fixes. Props johnjamesjacoby. fixes #17854
changeset,1832,[1832],donncha,"Very minor typo.
"
changeset,18330,[18330],ryan,Don't attempt old slug redirect for multi-post_type queries. Props aaroncampbell. see #16949
changeset,18331,[18331],azaozz,"Fix warning when DFW is loaded and the $post global is not set, props SidHarrell, fixes #17874"
changeset,18332,[18332],ryan,"Added padding for 'Storage Space' in RTL. Props rasheed, yoavf. fixes #17871"
changeset,18333,[18333],ryan,Add menu id for admin-bar's dashboard and view-site link. Props szadok. fixes #17873
changeset,18334,[18334],azaozz,"Make 2011 search box wider, props demetris, fixes #17707"
changeset,18335,[18335],azaozz,"TwentyEleven Theme H1 Priority, props iandstewart, fixes #17611"
changeset,18336,[18336],azaozz,"Twenty Eleven: Tweaking the tiny bubbles, again. fixes #17741"
changeset,18337,[18337],nbachiyski,"Fix typo, fixes #17868, props rasheed2 and vanillalounge
"
changeset,18338,[18338],potbot,"POT, generated from r18337"
changeset,18339,[18339],ryan,Avoid PHP 4 parse error prior to version checks. Props dd32. see #17880
changeset,1833,[1833],emc3,"Eliminate double emails. Already sending email in wp_new_comment()
"
changeset,18340,[18340],ryan,Fix display of color icon for menus that don't have submenus. Props duck_. fixes #17881
changeset,18341,[18341],ryan,RC2 bump
changeset,18342,[18342],azaozz,"Twenty Eleven RTL update, props yoavf, fixes #17882"
changeset,18343,[18343],potbot,"POT, generated from r18342"
changeset,18344,[18344],ryan,Sanitize order and orderby in get_terms()
changeset,18345,[18345],ryan,Sanitize order and orderby in get_bookmarks()
changeset,18346,[18346],ryan,Hardening. Santizers for WPLANG and new_admin_email.  Prevent stomping ID and filter.  Validate locale filename. Props westi.
changeset,18347,[18347],azaozz,"Fix text color in the browser nag when no JS, props duck_, fixes #17889"
changeset,18348,[18348],azaozz,"Simplify some Twenty-Eleven strings for i18n, props nbachiyski, fixes #17777"
changeset,18349,[18349],azaozz,"Fix unfolding of the admin menu when no JS, fixes #17897"
changeset,1834,[1834],rboren,"Extract updated query vars back into global namespace.
"
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,18351,[18351],potbot,"POT, generated from r18349"
changeset,18352,[18352],azaozz,"Fix phpdoc for register_post_status(), props aaroncampbell, fixes #17900"
changeset,18353,[18353],ryan,Allow plus '+' character when sanitizing mime type. Props cyberhobo. fixes #17855 for 3.1
changeset,18354,[18354],ryan,Sanitize order and orderby in get_terms(). For 3.1
changeset,18355,[18355],ryan,Sanitize order and orderby in get_bookmarks(). For 3.1
changeset,18356,[18356],ryan,Hardening. Santizers for WPLANG and new_admin_email. Prevent stomping ID and filter. Validate locale filename. Props westi. For 3.1.
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,18358,[18358],ryan,Bump
changeset,18359,[18359],azaozz,"Fix arrows in 2011, props iandstewart, fixes #17809"
changeset,1835,[1835],rboren,"Add $post_per_archive_page to override the number of posts to show for an archive page.  Turn off paging if $post_per_* are set to -1.
"
changeset,18360,[18360],azaozz,"More fixes for 2011, props iandstewart, see #17809"
changeset,18361,[18361],potbot,"POT, generated from r18360"
changeset,18362,[18362],dd32,Correct the background colour for the stars. Props ocean90 & helenyhou. Fixes #17887
changeset,18363,[18363],azaozz,"User Profile JS cleanup, props dd32, fixes #17910 for 3.1"
changeset,18364,[18364],azaozz,"User Profile JS cleanup, props dd32, fixes #17910 for 3.2"
changeset,18365,[18365],ryan,Perform a cap check on attachments in media_upload_form_handler(). For trunk
changeset,18366,[18366],ryan,Perform a cap check on attachments in media_upload_form_handler(). For 3.1
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,18369,[18369],ryan,Block editing of post_mime_type and guid in bulk_edit_posts(). More filter unsets. For trunk
changeset,1836,[1836],rboren,"Make button save ""Save Page"" instead of ""Create New Page"" when editing an existing page.
"
changeset,18370,[18370],ryan,Block editing of post_mime_type and guid in bulk_edit_posts(). More filter unsets. For 3.1
changeset,18371,[18371],ryan,Bump
changeset,18372,[18372],nacin,Bump
changeset,18373,[18373],azaozz,"Add the new TinyMCE icons to two more buttons, fixes #17925"
changeset,18374,[18374],nacin,wp_check_php_mysql_versions() during setup and install. see #17934.
changeset,18375,[18375],nacin,Mark a few files as needing to be parsable by PHP4 in order to show the proper error messages. Non-exhaustive. see #17934.
changeset,18376,[18376],ryan,"Bump, RC3"
changeset,18377,[18377],ryan,"Bump, 3.1.4"
changeset,18378,[18378],ryan,3.1.4
changeset,18379,[18379],azaozz,"Fix DFW autoresizing in WebKit when zoom != 100%, fixes #17927"
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,18380,[18380],azaozz,"DFW: check if the Add Image button is enabled in ms mode before using it, props nacin, fixes #17942"
changeset,18381,[18381],azaozz,"Change shadow on menu ""notification"" badge, props shakenstirred, nacin, fixes #17941"
changeset,18382,[18382],azaozz,"Twenty Eleven: limit textarea resizing to vertical only, props iandstewart, fixes #17947"
changeset,18383,[18383],nacin,"Twenty Eleven without header text: Prevent the nav from overlapping the search box. props iandstewart, fixes #17949."
changeset,18384,[18384],nacin,"RTL for [18383]. props yoavf, fixes #17949."
changeset,18385,[18385],ryan,"twentyeleven code tidy up. Props dd32, lancewillett. fixes #17748"
changeset,18386,[18386],ryan,Pinking shears
changeset,18387,[18387],ryan,Bump
changeset,18388,[18388],potbot,"POT, generated from r18387"
changeset,18389,[18389],azaozz,"Twenty Eleven: Fix missing comma in transition-property (accidentally reverted), props Jayjdk, fixes #17426"
changeset,1838,[1838],rboren,"Save user profile.  Bug 413.
"
changeset,18390,[18390],azaozz,"Revert overriding the font color for the editor textarea in [18102], as it is a regression, fixes #17971"
changeset,18391,[18391],nacin,Bump.
changeset,18392,[18392],nacin,Bump core/version-check endpoint. see #17759.
changeset,18393,[18393],nacin,Affirm current credits timeout. see #17759.
changeset,18394,[18394],nacin,Twenty Eleven bump. see #17759.
changeset,18395,[18395],ryan,"Bump, 3.2"
changeset,18396,[18396],ryan,Branching 3.2
changeset,18397,[18397],ryan,Tagging 3.2
changeset,18398,[18398],azaozz,"Fix DFW resizing after reaching the sanity check width, props merty, fixes #17983 for 3.2"
changeset,18399,[18399],azaozz,"Fix DFW resizing after reaching the sanity check width, props merty, fixes #17983 for trunk"
changeset,1839,[1839],michelvaldrighi,"leave my textarea opened, kthx
"
changeset,183,[183],saxmatt,"RSS didn't work!
"
changeset,183,[183],tellyworth,improve attachment tests
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,18402,[18402],azaozz,"Fix typo in 2011, props AndrewFrazier, fixes #17989 for 3.2"
changeset,18403,[18403],azaozz,"Fix typo in 2011, props AndrewFrazier, fixes #17989 for trunk"
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,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,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,1840,[1840],donncha,"Make sure email and name are not blank when checking comment author in whitelist.
"
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,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,18414,[18414],nacin,Shears.
changeset,18415,[18415],nacin,Shears.
changeset,18416,[18416],nacin,"Browse Happy dashboard box title should be white. props AndrewFrazier, fixes #17987 for trunk."
changeset,18417,[18417],nacin,"Browse Happy dashboard box title should be white. props AndrewFrazier, fixes #17987 for 3.2."
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,1841,[1841],rboren,"urldecode page URI so that it will work for multibyte languages.
"
changeset,18420,[18420],nacin,"Fix RTL admin menu collapsing margin. props rosshanney, see #18029 for trunk."
changeset,18421,[18421],nacin,"Fix RTL admin menu collapsing margin. props rosshanney, see #18029 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,18424,[18424],nacin,"A few more pixels of padding for the admin content area. props iammattthomas, fixes #18046 for trunk."
changeset,18425,[18425],nacin,"A few more pixels of padding for the admin content area. props iammattthomas, fixes #18046 for 3.2."
changeset,18426,[18426],nacin,Check for WP_Error return values when using get_term_field() to set up nav menu items. fixes #17958 for trunk.
changeset,18427,[18427],nacin,Check for WP_Error return values when using get_term_field() to set up nav menu items. fixes #17958 for 3.2.
changeset,18428,[18428],azaozz,"Fix expanding the admin menu in RTL mode when no JS and collapsing it when JS, fixes #18029 for trunk"
changeset,18429,[18429],azaozz,"Fix expanding the admin menu in RTL mode when no JS and collapsing it when JS, fixes #18029 for 3.2"
changeset,1842,[1842],rboren,"Do not process path info if it contains only ""/"".
"
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,18432,[18432],nacin,Don't echo empty <h3>s if we don't pass a section title to add_settings_section(). see #18045.
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,18435,[18435],nacin,"Use edit_comment rather than edit_post in admin-ajax. props ejdanderson, see #17909. for trunk."
changeset,18436,[18436],azaozz,"Fix resetting of page number when entering it manually, fixes #18002 for trunk"
changeset,18437,[18437],ryan,Bump
changeset,18438,[18438],ryan,1.2
changeset,18439,[18439],ryan,3.2.1
changeset,1843,[1843],rboren,"Typo fix.  Bug 423.
"
changeset,18440,[18440],potbot,"POT, generated from r18439"
changeset,18441,[18441],potbot,"POT, generated from r18439"
changeset,18442,[18442],ryan,Sites search improvements. fixes #18013
changeset,18443,[18443],ryan,Fix CPT rewrite generation when turning on permalinks. Props andy. see #18040 for trunk
changeset,18444,[18444],nacin,"Use login_post context for wp_login_form action. props mdawaffe, see #18137 for trunk."
changeset,18445,[18445],ryan,"Introduce register_meta(), get_metadata_by_mid(), and *_post_meta capabilities.  fixes #17850"
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,18447,[18447],ryan,Typo fix. Props kawauso. fixes #18177
changeset,18448,[18448],ryan,phpdoc typo fixes for functions.php. Props coffee2code. fixes #17752
changeset,18449,[18449],ryan,Check caps for both old and new meta keys when changing the key for a mid.  Properly handle slashes when checking meta caps.  Props xknown. see #17850
changeset,1844,[1844],emc3,"ANTI-SPAM: reject numerically encoded entities that fall in the normal ASCII range
"
changeset,18450,[18450],ryan,Call register_shutdown_function() for SHORTINIT.  Props jtclarke. fixes #16389
changeset,18451,[18451],ryan,Show admin bar in single site backend by default. Props dimadin. fixes #17899
changeset,18452,[18452],ryan,Fix redirects for plugin searches containing spaces in the search string. Props SergeyBiryukov. fixes #16548
changeset,18453,[18453],azaozz,"UI fix for select form elements, props ptahdunbar, fixes #17043"
changeset,18454,[18454],ryan,Strip trailing slashes form WP_HOME and WP_SITEURL. Props xknown. fixes #17898
changeset,18455,[18455],nacin,Use the Settings fields/sections API in Twenty Eleven. props chipbennett for initial patch. see #18045. for 3.3.
changeset,18456,[18456],nacin,"Add pre_ent2ncr filter. props GaryJ, fixes #16432."
changeset,18457,[18457],ryan,Empty headers instance var instead of unsetting to avoid warning. Props chrisbliss18. fixes #18157
changeset,18458,[18458],nacin,Fix @sinces in Twenty Eleven. see #18045.
changeset,18459,[18459],potbot,"POT, generated from r18458"
changeset,1845,[1845],emc3,"BUGFIX: prevent '#' chars in moderation_keys from breaking regex handling.
"
changeset,18460,[18460],azaozz,"<!DOCTYPE html> for all, fixes #18202"
changeset,18461,[18461],nacin,"Context for the color scheme strings. props SergeyBiryukov, fixes #18208."
changeset,18462,[18462],dd32,Cast $themes to an array to avoid a PHP Warning when there are no themes currently installed. Fixes #18213
changeset,18463,[18463],nacin,"Use login_post context for wp_login_form action. props mdawaffe, fixes #18137. for the 3.2 branch."
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,18465,[18465],westi,Make [18456] more obvious. Fixes #16432.
changeset,18466,[18466],ryan,Optimize parse_request for the home page. Props duck_. see #17177
changeset,18467,[18467],ryan,Explain the empty req_uri branch.  Props duck_. fixes #17177
changeset,18468,[18468],ryan,Consolidate update count code into wp_get_update_data(). Props mitchoyoshitaka. fixes #17694
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,1846,[1846],rboren,"Put the right index.php in the template file list for the default theme.
"
changeset,18470,[18470],ryan,Allow sorting by id in get_bookmarks(). Props SergeyBiryukov. see #18234 for trunk
changeset,18471,[18471],ryan,Allow sorting by id in get_bookmarks(). Props SergeyBiryukov. fixes #18234 for 3.2
changeset,18472,[18472],ryan,phpdoc for all_items and menu_name. Props ocean90. fixes #18036
changeset,18473,[18473],ryan,"Allow creating sites with IDN domains. Props SergeyBiryukov, wpmuguru. fixes #15554"
changeset,18474,[18474],azaozz,"Fix URL in wp-link when editing, props SergeyBiryukov, fixes #18149"
changeset,18475,[18475],ryan,Inline docs typo fix. Props dougwrites. fixes #17753
changeset,18476,[18476],ryan,"Remove return by ref from get_role(). Props scribu, elyobo. fixes #18237"
changeset,18477,[18477],ryan,Support an array or comma-seperated list of excluded category IDs in get_adjacent_post(). Props solarissmoke. fixes #17673
changeset,18478,[18478],nacin,Fire _deprecated_argument() for get_adjacent_post()'s crazy excluded_categories 'and' thing. fixes #17673.
changeset,18479,[18479],ryan,Removed unused strings in script-loader. Props SergeyBiryukov. fixes #16332
changeset,1847,[1847],rboren,"add $user_agent to check_comment() arg list.  Bug 415.  Patch by MC_incubus.
"
changeset,18480,[18480],azaozz,"Introduce WP_Dependencies::get_data() method, change scripts and styles priority to follow the ""natural"" order in HTML, i.e. the last one wins, props scribu, see #11520"
changeset,18481,[18481],nacin,Link tab=upload when referenced on 'Install Plugins.' fixes #18290.
changeset,18482,[18482],azaozz,"Pluploader take 1, props jacobwg, see #18206"
changeset,18483,[18483],azaozz,"Remove debug bits, see #18206"
changeset,18484,[18484],azaozz,"Add SWFUpload back for plugins that queue it directly, fix some escaping in media.php, see #18206"
changeset,18485,[18485],ryan,Better double encoding handling in _wp_special_chars(). Props miqrogroove.
changeset,18486,[18486],ryan,s/login/log in/. Props johnbillion. fixes #18294
changeset,18487,[18487],ryan,"Grammar fix. Props SergeyBiryukov, johnbillion. fixes #18291"
changeset,18488,[18488],azaozz,"Admin bar: use jQuery if loaded to improve UX, fixes #18299"
changeset,18489,[18489],azaozz,"Remove tabs from JS, props duck_, see #18206"
changeset,1848,[1848],rboren,"Use $wpdb->post2cat instead of wp_main_post2cat.  Bug 442.  Hat tip:  ludoo.
"
changeset,18490,[18490],azaozz,"Bring back wp_localize_script(), see #11520"
changeset,18491,[18491],azaozz,"Completely remove wp_add_script_data(), props ocean90, see #11520"
changeset,18492,[18492],nacin,Use correct closing tag. props pagesimplify. (wp-hackers)
changeset,18493,[18493],nacin,Remove duplicated id attribute. props pagesimplify. (wp-testers)
changeset,18494,[18494],ryan,update_metadata_by_mid() and delete_metadata_by_mid(). Props kovshenin. see #18195
changeset,18495,[18495],azaozz,"Admin bar: fix the Shortlink menu when using jQuery, see #18299"
changeset,18496,[18496],azaozz,"Optimize script-loader a bit, see #11520"
changeset,18497,[18497],azaozz,"Refactor Quicktags, props garyc40, see #16695"
changeset,18498,[18498],azaozz,"Editor API enhancement, first run (still needs some work), see #17144"
changeset,18499,[18499],azaozz,"Remove debug remnants, props scribu, see #16695"
changeset,1849,[1849],rboren,"Avoid polluting the category cache with duplicate category lists when using multiple post loops.  http://wordpress.org/support/6/15213.  Fix from Owen Winkler.
"
changeset,184,[184],mikelittle,"return is not a function!
"
changeset,184,[184],tellyworth,new and improved image tests
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,18501,[18