{33} Commit messages (25620 matches)

Report designed to help manage the list of contributors. Shows commit messages since 3.1 was tagged

Note: If you'd like a RSS feed of the changesets a they happen, Please use the timeline rss feed instead.

Results (2901 - 3000 of 25620)

Changeset Author Message
[19827] bumpbot Compress scripts/styles: 3.4-alpha-19827.
[19814] bumpbot Compress scripts/styles: 3.4-alpha-19814.
[19805] bumpbot Compress scripts/styles: 3.4-alpha-19805.
[19800] bumpbot Compress scripts/styles: 3.4-alpha-19800.
[19719] bumpbot Compress scripts/styles: 3.4-alpha-19719.
[19716] bumpbot Compress scripts/styles: 3.4-alpha-19716.
[19715] bumpbot Compress scripts/styles: 3.4-alpha-19715.
[19714] bumpbot Compress scripts/styles: 3.4-alpha-19713.
[19704] bumpbot Compress scripts/styles: 3.4-alpha-19704.
[2] chexee Adds 2x media icons for retina display
[1] chexee First commit. Includes some source files for icons, spinners, and logos, and mockups for certain features.
[748] coffee2code Add tests for wp_unique_term_slug()
[708] coffee2code Add WP_Query tests for query vars: offset, paged, posts_per_page, and #WP18897
[698] coffee2code Add tests for stripslashes_deep(), including for #WP18026
[661] coffee2code Add more comprehensive tests for balanceTags()
[1165] convissor Remove the illusion of setting error_reporting; wp hard codes level in way too many places.
[1164] convissor Provide way to set error_reporting() level.
[1163] convissor Assert type rather than is_array() true.
[1161] convissor Prevent failures/fatals when jpeg support missing.
[901] convissor Make a subdir to test in to keep everything in /tmp getting removed.
[900] convissor Explain how to run all tests.
[511] convissor Fix cat query test even better, per duck_.
[510] convissor Make sure we have a user object before trying to do anything with it, avoiding misdirection in later assertions.
[509] convissor Break up string so PHP does not think $cat[termid] is an array. (PHP 5.3 let it slide, 5.4 does not.)
[508] convissor Check return values first: avoiding messier comparisons in one case and a "Creating default object from empty value" PHP 5.4 error in another.
[507] convissor PHP 5.4 brings E_STRICT into E_ALL, adjust tests accordingly. Turn off E_DEPRECATED as is done in core wp_debug_mode().
[504] convissor Turn PHPUnit --verbose into an option (-p), false by default.
[503] convissor Skip remaining gd functions if gd not installed. Move method callable skips to setUp. Use message parameter when skipping.
[502] convissor Provide help/usage command line argument.
[501] convissor Provide docblock listing the command line options. (If you want people to run the tests, make it easy for them.)
[499] convissor Fix mixed dos/unix line endings that make viewing in vim a mess.
[498] convissor Skip TestImageResize tests if gd extension is not installed.
[23732] dd32 Move the Mediaelement.js include into the wp-includes/js folder, rather than wp-includes directly. Fixes the mediaplayer in browsers which don't support <audio> directly. Props DrewAPicture See #23282.
[23609] dd32 WP_HTTP: Prevent the 'max_body_length' and 'stream_handle' properties of the curl class from leaking between requests by specifically initializing them in every case. See #23472 & r23605
[23608] dd32 WP_HTTP: Fix returning WP_Error's on too-many-redirects after r23603 See #23682
[23607] dd32 WP_HTTP: Return error responses from cURL for non-blocking requests. Contrary to popular belief, cURL's non-blocking requests are not exact non-blocking, we still wait for cURL to make the request before returning, so making this change aids in development debugging. Props SergeyBiryukov Fixes #23310
[23605] dd32 WP_HTTP: Enable developers to request the first x bytes of a document using the 'limit-response-size' parameter. The connection to the remote server will be disconnected after x number of bytes has been received. See #23472
[23603] dd32 WP_HTTP: Funnel all redirect requests through WP_HTTP::request() via wp_remote_request() to ensure that the proper transport is chosen for redirects. This change also moves PHP Streams from redirecting internally, to us handling the redirections in PHP, which brings a more consistent behaviour between transports. Fixes #23682
[23602] dd32 WP_HTTP: Specifically mark a static function as being static
[23601] dd32 WP_HTTP: Do not send a Accept-Encoding header when we're streaming to file, or decompression has been disabled by the caller, See #22913
[23600] dd32 WP_HTTP: Allow developers to specify a Accept-Encoding header. Fixes #20142
[23297] dd32 Core Update: Fix a issue which caused automatic upgrades from 2.7 to 3.5+ to fail. Pre-2.7 WP_Filesystem::wp_content_dir() returned unslashed paths. Introduced in [22227]. See #23177
[23256] dd32 Correct an incorrect PHPDoc s/@see/@link/ introduced in r23254. See #22900
[23255] dd32 HTTP API: Introduce wp_is_writable() to wrap win_is_writable() and is_writable() to work around PHP Windows ACL issues. See #22900 for trunk
[23254] dd32 Clarify the Documentation in win_is_writable() and move an inline comment to the Docblock, reduces confusion about what the function actually does. See #22900
[23253] dd32 Upgrade: When upgrading from WordPress 3.5, if an empty twentytwelve theme directory exists, remove it to allow the installation of Twenty Twelve. See #22856. For trunk
[23252] dd32 Upgrade: When upgrading from WordPress 3.5, if an empty twentytwelve theme directory exists, remove it and install Twenty Twelve. See #22856. For the 3.5 branch
[23251] dd32 When copying new bundled themes & plugins, bail early if the distro doesn't include the bundled item. This prevents us from creating an empty directory in the destination when the source doesn't exist. See #22856. Merges [23179] to the 3.5 branch
[23179] dd32 When copying new bundled themes & plugins, bail early if the distro doesn't include the bundled item. This prevents us from creating an empty directory in the destination when the source doesn't exist. See #22856
[22800] dd32 Correct get_home_path() for cases where WordPress is installed in a subdirectory called /wp/, previously it would match on /wp-admin instead of /wp causing an incorrect return path. Props SergeyBiryukov. Fixes #20449
[22354] dd32 Fix a PHP Notice when attempting to Add or remove capabilities from nonexistant roles. Props SergeyBiryukov. Fixes #18461
[22346] dd32 Theme Translations: Allow for theme pomo files to be loaded from WP_LANG_DIR/themes/{$domain}-{$locale}.(p|m)o. This directory format is what we have chosen for Language Packs (See #18200), but which is currently delayed. By making this change, we can ship localised theme files within core for bundled themes, and avoid the issues associated with Theme Updates overwriting/removing the language files. Fixes #18960
[22331] dd32 Prevent an issue on windows systems which can cause the temporary directory from get_temp_dir() from returning a path containing \/. Props to SergeyBiryukov for the initial patch. Fixes #20778
[22330] dd32 When reading local feeds from disk, check that the file exists first to avoid a PHP Warning in WP_SimplePie_File. Props SergeyBiryukov. Fixes #17756
[22227] dd32 Replace the hard coded version and PHP/MySQL requirements in update-core.php by pulling in the new version.php file during installation. Fixes #22015 #11639. See #21789
[22226] dd32 When upgrading a site to/from a Beta, alpha, or non-stable release, overwrite any existing bundled themes & plugins with the version from the release zip. See #21789
[22084] dd32 Fix Bulk Theme Deletion in the Network Admin when using FTP. Props kobenland. Fixes #20671
[22083] dd32 Make WP_Filesystem_Base::getnumchmodfromh() return the expected values when the executable bit is set in the input. Props Keruspe. Fixes #20365
[22082] dd32 Silence a PHP Warning in Safe Mode from get_temp_dir(). Props ocean90. Fixes #20778
[22055] dd32 Avoid a warning in wp_remote_post() when using arrays or objects in the body param by using a more verbose check, introduced with [22047]. See #14184
[22047] dd32 Allow wp_remote_post to send a body consisting of entirely '0', which may be used when PUT'ing or POST'ing data to a API which accepts a raw chunk of data rather than key=value pairs (Such as some REST API's). Fixes #14184
[22009] dd32 Move win_is_writable() from wp-admin/includes to wp-includes so that it's always available for get_temp_dir(). Fixes #20778
[22008] dd32 Rearrange the order that we check for temporary directories in get_temp_dir(). This change causes us to use System temporary directories in preference to WP_CONTENT_DIR, for better windows compatibility, we use win_is_writable() as well. Props simonwheatley and kurtpayne for initial patches, See #20778
[21421] dd32 Fix the plupload script enqueue, props SergeyBiryukov, Fixes #21467. See #20683.
[21231] dd32 WP_HTTP: Add a @link to the Chunked Decode RFC for documentation of how to decode the data correctly. Props mailnew2ster. Fixes #14184
[21230] dd32 WP_HTTP: Remove a empty() check that would never be empty due to the format of HTTP Headers, value would always contain at least a space followed by the value. See #14184
[21227] dd32 WP_HTTP: Allow for cookies with "empty" values be sent, this affects sending cookies such as test=0, which would previously fail. Props mailnew2ster for initial patch. See #14184
[21226] dd32 WP_HTTP: Respect that some cookies do not have an expiration time, this is a valid use-case that WP_HTTP_Cookie::test() should not discard, a non-existant expiration date simply means to let it expire at the end of the session. Props mailnew2ster. Fixes #14191
[21225] dd32 WP_HTTP: Add a filter to WP_HTTP_Proxy::send_through_proxy() to allow for plugins to modify which requests are sent to a proxy dynamically. Fixes #20222
[21224] dd32 Make get_home_path() work in more cases by being case insensitive and sanitzing Windows paths. In some cases (such as differing case of hostnames or paths in the site/home options, or when SCRIPT_FILENAME contains forward slashes) the function was failing to return the correct path, and would instead return /. Props to SergeyBiryukov for the initial patch. Fixes #20449 Fixes #10447
[21223] dd32 WP_Filesystem: Return symlinked directory names correctly, previously the FTP extensions would return it as 'source -> dest' instead of simply 'source'. Props kurtpayne. Fixes #17846
[21222] dd32 WP_Filesystem: When recursivly searching for a directory path, only search for unfound directory entries. This solves a case where the same directory may be entered twice inadvertantly when nested directories using the same name exist. Fixes #20652
[21221] dd32 WP_Filesystem: Correct a rare case where the FTP directory will be detected incorrectly when the final path token exists higher in the chain, for example /x/x/Z/x/Z/ would be detected as /x/x/Z/. Fixes #20934
[20399] dd32 WP_HTTP: Curl: $theHeaders is an array, not an object, introduced in [20370]. Props kurtpayne. Fixes #20389 See #20219
[20370] dd32 WP_HTTP: Curl: Correct a typo in [20208] causing failed curl requests not to return a WP_Error under certain situations. Props SergeyBiryukov. Fixes #20219
[20311] dd32 WP_Filesystem: PemFTP: Detect dl() being disabled in order to avoid any fatals which may be produced when the Sockets extension is not available. Props to kurtpayne for initial patch, Fixes #20187
[20209] dd32 Restore the h1 styling for wp_die(), primarily affects database down messages. See #17975
[20208] dd32 WP_HTTP: Curl: Handle Redirections in PHP rather than internally in Curl, Simplifies code flow between safe_mode On and Off, and works around certain bugs. Props simonwheatley for initial patch. Fixes #20219, Fixes #17490
[20207] dd32 WP_Http: cURL: Use the parsed args $r, rather than the raw $args. Mentioned in #20219
[20183] dd32 WP_HTTP: Send the body with custom method requests when using cURL. Fixes #18589
[20070] dd32 Fix a small typo.
[19732] dd32 Re-pin Akismet to 2.5.5. Fixes #19812
[19711] dd32 Show Changelog by default for "View version x.y.z details" links for Plugin updates. Props linuxologos. Fixes #19208
[19710] dd32 Better indentation. Props SergeyBiryukov. See #16580
[19709] dd32 Clean up the Plugin installer Screenshots page, Adds CSS resize support to the images to prevent them requiring scrolling and falling below the FYI box. Fixes #19777
[19708] dd32 s/Faq/FAQ/ for Plugin Installer tabs, Gains Translation support for Tabs/Titles as well. Fixes #16580
[19707] dd32 use maybe_unserialize() in update and API checks, Tighten up the checks on expected return data to avoid processing invalid responses after change. See #19617
[19697] dd32 Fix edge case in get_home_path() where the incorrect path may be returned. Props ptahdunbar. Fixes #18768
[19696] dd32 Support custom HTTP Methods in WP_Http_Curl. Brings it in line with the other HTTP transports of respecting the requested method. Props zx2c4. Fixes #18589
[19681] dd32 Revert Debug cruft from [19679], See #19249
[19598] dd32 Use is_ssl() in self_link(). Fixes #19563
[19454] dd32 Add a missing translation. Props yuraz, vanillalounge. Fixes #19359
[19444] dd32 Switch to sanitize_title_for_query() for Query sanitization (allows for pre-3.3 page slugs to be viewable), Don't update page slugs to new slug-types when the slug is not being changed, Don't issue a XHR if the page slug hasn't changed. Group effort props xknown, markjaquith, nacin. See #19292
[19395] dd32 Close WP_I18N_WHAT_DO_I_DO translation tag properly. Props Nao. Fixes #19328
[19392] dd32 Add some height to the Login button in Chrome/IE. Props SergeyBiryukov. Fixes #19319
[19234] dd32 Fix typo in [19231]. See #17579
[19115] dd32 Tabs > Spaces. Props SergeyBiryukov. See #14999
[19057] dd32 Themes not within a subdirectory of the zip need to have the working directory Trailingslashed. See #14999
[19000] dd32 Respect the Content-Type header developers pass to WP_HTTP. Fixes #18982
[18986] dd32 Fix Undefined Variable Notices when no charset/collate is set for $wpdb. See #12028
Note: See TracReports for help on using and creating reports.