{33} Commit messages (25596 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 (3001 - 3100 of 25596)

Changeset Author Message
[21290] nacin Fix typo in HTTP docblock. props ocean90. fixes #21215.
[21289] nacin Use html_type for alternate link elements in atom feeds, as done in atom comment feeds. props niallkennedy. fixes #21305.
[21288] nacin Clarify the return value of has_filter() and has_action(). It returns a boolean if only the first argument is specified. If the second argument is specified, it returns false or an integer, which means it may return a non-boolean value that evaluates to false (so, 0), so you should take care to use the === operator. Correct the function definition of remove_filter() and remove_action(), which 'accepted' an $accepted_args argument, but did not require or use it. fixes #19417.
[21287] nacin Remove unnecessary is_null() checks from the worker loops inside do_action(), apply_filters(), etc. fixes #21321. see #21169.
[21286] markjaquith Clear the get_pages cache whenever ANY hierarchical post type cache is cleared — not just Pages. fixes #21279
[21285] nacin Improve the performance of WP_Object_Cache's _exists() method. Results showed a performance improvement on one admin screen of 90ms (~2%). fixes #21320. see #20004.
[21284] bumpbot Compress scripts/styles: 3.5-alpha-21284.
[21283] azaozz Admin menu: add z-index to the pending/updates count bubbles, props ocean90, fixes #20502
[21282] bumpbot Compress scripts/styles: 3.5-alpha-21282.
[21281] azaozz Widgets UI: make the whole "header" clickable to open/close the widget (same as postboxes), remove deprecated jQuery .live(), part props lessbloat, fixes #21247
[21280] lancewillett Twenty Twelve: update theme options file to use PHP5 constructor and visibility keywords, and also minor DocBlock cleanup. Props Mamaduka and obenland, closes #21297.
[21279] lancewillett Twenty Twelve: Update full-width handling with a missing CSS selector, and add case of no sidebar to the content_width calculation. Props obenland, fixes #21254.
[21278] lancewillett Twenty Twelve: minor comment text fix, props griffinjt. Closes #21291.
[21277] lancewillett Twenty Twelve: add styles for common HTML elements in comment content, and also style up password protected form. Props drewstrojny, fixes #21242.
[21276] lancewillett Twenty Twelve: make title truly pluggable by moving output from header.php to a function. Props obenland, fixes #21233.
[21275] lancewillett Twenty Twelve: proper namespace for two script/style handles in functions.php, props obenland. Fixes #21230.
[21274] azaozz TinyMCE: don't throw fatal errors for malformed/invalid image caption shortcodes, props SergeyBiryukov, fixes #21145 for 3.4
[21273] bumpbot Compress scripts/styles: 3.5-alpha-21273. TinyMCE updated.
[21272] azaozz TinyMCE: add the Alt + W shortcut only when DFW is loaded and Alt + G only when MCE fullscreen is loaded, fixes #21197
[21271] bumpbot Compress scripts/styles: 3.5-alpha-21271.
[21270] azaozz Widgets: ensure the "drop zone" matches the height of the Inactive Widgets container, fixes #21250
[21269] bumpbot Compress scripts/styles: 3.5-alpha-21269. TinyMCE updated.
[21268] lancewillett Twenty Twelve: remove tag_description and category_description filters from archive template in favor of core filters. Fixes #21230.
[21267] lancewillett Twenty Twelve: change content_width variable to the correct value, matching the width of the main content container. Fixes #21248.
[21266] azaozz TinyMCE: update the keyboard shortcuts: Alt + letter for Firefox and WebKit, Alt + Shift + letter for IE and Opera, add shortcut for DFW (Alt + W), see #21214, fixes #21197, fixes #17992
[21265] lancewillett Twenty Twelve: update search title styling to be consistent with archive title styling. Fixes #21239, props saltcod.
[21264] lancewillett Twenty Twelve: improve screen-reader-text handling (aka assistive-text) to use text hiding technique more friendly for RTL. Also remove a duplicate CSS declaration as the same selector exists below in the file.
[21263] lancewillett Twenty Twelve: show sticky badge only on non-paged home view. Fixes #21238, props DrewAPicture and obenland.
[21262] lancewillett Twenty Twelve: fix @package documentation, props obenland. Fixes #21232.
[21261] nacin The Twenty Twelve for WordPress. props drewstrojny, lancewillett. also props corvannoorloos, jeffsebring, kobenland, iandstewart, mfields, mtdesign, op12no2, philiparthurmoore, sixhours, mamaduka. see #19978.
[21260] westi Multisite: Tidy up [21256] and introduce/correct PHPDoc for a few other media upload functions. Fixes #21179 props SergeyBiryukov.
[21259] nacin Admin bar: When calling add_node() for an existing node, all properties should be merged into the existing arguments, including individual meta arguments. Corrects a logic inversion. fixes #21117.
[21258] nacin Admin bar: Avoid clash with a parent node and a 'content' post type. see #21117.
[21257] nacin Tabs, not spaces for intendation. Add a docblock to the file/class.
[21256] westi Multisite: Make it easy to replace or augment the over-quota message displayed when you try and upload new media and you have reached your quota. Fixes #21179 props dllh, jkudish.
[21255] bumpbot Compress scripts/styles: 3.5-alpha-21255. TinyMCE updated.
[21254] azaozz TinyMCE: when pressing Enter while an image with caption is selected, fix moving the caret in a new paragraph under it, fix opening the Image Properties popup in IE9, see #21173
[21253] nacin Deprecate sticky_class() in favor of post_class(). props solarissmoke, fixes #16675.
[21252] nacin Remove unused global reference. props ampt. fixes #20863.
[21251] nacin Only obey the RELOCATE move flag if it evaluates to true. props TomAuger, JustinSainton, fixes #20636.
[21250] nacin HTML object tags are self-nestable. props coffee2code. fixes #20401.
[21249] nacin Fix the 'Display item date' configuration option for the Incoming Links dashboard widget. props Latz, SergeyBiryukov, fixes #20644.
[21248] nacin Use is_main_query() method, rather than the function. Only decode the search query variable if we are executing the main query and it came from the /search/ base, rather than the query string. fixes #13961.
[21247] bumpbot Compress scripts/styles: 3.5-alpha-21247.
[21246] azaozz Add 2x icons for the list/excerpt switch on the Posts screen, props empireoflight, see #21019
[21245] azaozz TinyMCE icons sprite with tweaked positions, props lessbloat, see #21019
[21244] markjaquith Increase the height of the widget drag/drop placeholder by one pixel so it matches the size of the dragged widget. props alexvorn2. props SergeyBiryukov. fixes #21054
[21243] markjaquith Remove an errant 1 pixel border below the header image in Twenty Eleven. props alexvorn2. props SergeyBiryukov. fixes #21057
[21242] markjaquith Collapse an i18n context to make it more accurate and to make for one less string to translate. props pavelevap. fixes #21137
[21241] markjaquith Bunch of PHPDoc corrections and cleanups. props c3mdigital. props SergeyBiryukov. fixes #21149
[21240] markjaquith Hide UI for Attachment taxonomies if show_ui is false for that taxonomy. props simonwheatley. fixes #21104
[21239] markjaquith Supply the missing @return doc for get_the_content_feed(). props c3mdigital. fixes #21148
[21238] markjaquith Use a CDATA section for RSS2 comments feeds, so HTML in comments doesn't kill XML validation. props bazza. fixes #16466
[21237] markjaquith Do not block XML-RPC uploads when upload_space_check_disabled is true, regardless of fileupload_maxk value. props SergeyBiryukov. fixes #16217
[21236] markjaquith Do not display an error message when a plugin or theme being updated is found to already be up to date. Note the fact, and call it success. props solarissmoke. fixes #19752
[21235] markjaquith Use the_content_feed() when looking for zero-length post content for RSS2 feeds. Now you can have blank posts with content generated by the_content filters. props SergeyBiryukov. fixes #15604
[21234] markjaquith Insert a proper line break (instead of an HTML line break) into the "first comment". props nacin. fixes #16712
[21233] bumpbot Compress scripts/styles: 3.5-alpha-21233. TinyMCE updated.
[21232] azaozz TinyMCE: don't throw fatal errors for malformed/invalid image caption shortcodes, props SergeyBiryukov, see #21145
[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
[21229] bumpbot Compress scripts/styles: 3.5-alpha-21229. TinyMCE updated.
[21228] azaozz Update TinyMCE to 3.5.4.1, fixes #21173
[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
[21220] bumpbot Compress scripts/styles: 3.5-alpha-21220.
[21219] markjaquith Better image extension regexes, so we don't just grab the "jpe" from "jpeg" files in media_sideload_image(). props sivel. fixes #16693
[21218] azaozz Clarify that 'html' refers to the Text editor tab, see #20993
[21217] markjaquith Also switch back the @uses annotation for [21215]. props duck_. see #20484. see #16639
[21216] markjaquith Periods at the ends of sentences should be in the translated string, not outside it. Fixes an instance of that on the Tags page. props Nao. fixes #21131
[21215] markjaquith Implement the IIS logic test that #16639 should have gotten back in the day, before it was disabled altogether. IIS canonical redirects now only supported for pretty permalink–supporting IIS7 installs. props nacin. fixes #20484. see #16639
[21214] markjaquith Increase the z-index of widgets so they don't appear behind menu portions while dragging. props jkudish. fixes #20300
[21213] nacin Allow wp_update_post() to accept the same second argument as wp_insert_post(), allowing for WP_Error return values on failure. props scribu, mikeschinkel. fixes #15036.
[21212] markjaquith Switch "HTML" tab to "Text" in DFW mode. Update documentation and inline comments to refer to the "Text" tab or mode instead of "HTML". see #20993
[21211] markjaquith Rename the "HTML" editor tab to "Text" (as it has never been a pure HTML editor, but a text editor that supports HTML and also does some HTML transformations automatically). fixes #20993
[21210] bumpbot Compress scripts/styles: 3.5-alpha-21210.
[21209] markjaquith Uncheck the "select all" checkbox when one of the child checkboxes is manually unchecked. props SergeyBiryukov. fixes #20261
[21208] markjaquith Allow home page of multisite (subdir install) sites to resolve regardless of capitalization, as they already do for URLs other than the home page. props SergeyBiryukov. fixes #16200
[21207] markjaquith Reënable canonical redirects for IIS. Let's work out any remaining bugs in this cycle. fixes #20484. reverts [17492]. see #16639
[21206] bumpbot Compress scripts/styles: 3.5-alpha-21206.
[21205] markjaquith Change a jQuery selector to work around a change in jQuery 1.7.2 related to some class names containing colons. props SergeyBiryukov. fixes #21106 for trunk. see #21152
[21204] nacin Remove charset attribute from script elements. props neoxx, fixes #21146.
[21203] nacin require_once dashboard.php in wp_ajax_dashboard_widgets() so it is testable. props kurtpayne. fixes #UT41.
[21202] nacin Eliminate $user_pass_md5. fixes #21125.
[21201] nacin Remove more code not specific to updating core from core_upgrade_preamble(). fixes #21124.
[21200] nacin Un-indent after [21198]. see #19824.
[21199] nacin Allow the 'WordPress Updates' page to be accessible even if you cannot update core, as long as you can update plugins or themes. fixes #21124.
[21198] nacin Enforce multisite plugins menu preference in map_meta_cap(). This means a simple current_user_can('activate_plugins') check will handle the 'Enable administration menus' setting. Remove bogus checks for enabling/disabling the 'themes' menu (something core does not handle out of the box) when in the network admin. fixes #21123.
[21197] nacin Cap checks for links in the upgrader, for plugins. fixes #19824.
[21196] nacin Have the correct screen icon in place when the top level Plugins menu is plugin-install.php. This occurs when the user can install but not activate plugins. see #19824.
[21195] nacin Cap checks in the upgrader so we do not show links the user cannot access. props linuxologos for the initial patch. see #19824. Also fixes a rare fatal error when theme_info is not set when updating a theme that is already up to date.
[21194] nacin Don't use switch_to_blog() in wp.getUsersBlogs to improve performance and memory footprint. props mohanjith for initial patch. fixes #20665.
[21193] nacin Don't output empty class names or ones with leading/trailing spaces. props MattyRob for the initial patch. fixes #20698.
[21192] markjaquith Prevent child pages from being visually promoted to the top level after Quick Edit. props ssamture. fixes #18615
[21191] markjaquith Prevent child categories from being visually promoted to the top level after Quick Edit. props ssamture. fixes #19474
Note: See TracReports for help on using and creating reports.