{33} Commit messages (25667 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 (1 - 100 of 25667)

1 2 3 4 5 6 7 8 9 10 11
Changeset Author Message
[1] New repository initialized by cvs2svn.
[17004] PeteMall New filter for network admin plugins action link. Fixes #15850.
[16976] PeteMall Use net admin plugin-install in site admin tools. Fixes #15839
[16973] PeteMall s/<? /<?php / in [16963].
[16968] PeteMall This is only for use in the Network admin when it is always multisite.
[16961] PeteMall Move search results text in site-themes/site-users. Props sorich87, ocean90. Fixes #15553
[16935] PeteMall Use get_blog_option() isntead of raw SQL in site-users. See #14756
[16930] PeteMall s/Creationism/Evolution/ in site-users. See #14756
[16906] PeteMall Ensure correct HTTP status code is returned. Props nacin, fixes #15799
[16842] PeteMall Kill blog specific menus from admin-bar in net admin. Fixes #15754
[16815] PeteMall Remove plugin-install from site admin for is_multisite(). See #14435
[16754] PeteMall Hide tabs on site admin themes screen for multisite. See #15525
[16709] PeteMall Show network only plugins for !is_multisite. Fixes #15666
[16700] PeteMall s/Enable/Network Enable for net admin themes. Fixes #14897
[16658] PeteMall Set IFRAME_REQUEST for theme/plugin information iframe. Props SergeyBiryukov, fixes #15509
[16633] PeteMall Address redirection loop with multiple networks and network admin. Props mwidmann, fixes #15591
[16629] PeteMall Remove update notifications from site-themes. See #14897
[16627] PeteMall Add missign hooks in site-options. Fixes #15593
[16620] PeteMall Remove theme udpate notification from site admin for multisite installs.
[16606] PeteMall Update and error messages for site-themes. See #14897
[16592] PeteMall Site themes cleanup. See #14897
[16586] PeteMall Create new user form for site-users. See #15558
[16584] PeteMall Exit after wp_redirect(). See #15558
[16582] PeteMall Update and error messages for site-users. See #15558.
[16574] PeteMall Use get_user_count() in network admin users. Fixes #15567
[16573] PeteMall Hide posts column for site-users. Props ocean90, see #15558
[16570] PeteMall Add screen option in site-users. Props duck_, see #15558
[16563] PeteMall Ignore role selector in network admin user-edit. See #14435.
[16560] PeteMall Adapt user-list-table for network admin site-users. See #15558
[16559] PeteMall Site Themes cleanup. See #14897.
[16533] PeteMall Use tools screen_icon for udpate-core. Props ocean90, fixes #15531.
[16530] PeteMall Use first and last name in network admin users. Fixes #15528.
[24352] SergeyBiryukov Add @return for get_the_post_format_image(). Make sure the function always returns a string. props tollmanz. fixes #24414. see #24348.
[24348] SergeyBiryukov Auto-expand the menus accordion if JavaScript is disabled. fixes #24402.
[24346] SergeyBiryukov Remove unused variable. props zeo. fixes #24412.
[24329] SergeyBiryukov Switch to a CSS comment in gallery_shortcode() to avoid breaking markup when the shortcode is used inside an HTML comment. props mark-k, aaroncampbell. fixes #23787.
[24327] SergeyBiryukov Use numbered placeholders. see #24389.
[24296] SergeyBiryukov Move the PHP4 constructor below the PHP5 one to avoid E_STRICT message. props uuf6429, iandunn. fixes #20801.
[24267] SergeyBiryukov Add file header to post-formats.php. props DrewAPicture. fixes #24349.
[24262] SergeyBiryukov Correct default value and inline description for $meta argument. see #22187.
[24261] SergeyBiryukov Correct inline docs for wp_delete_term(). fixes #24343.
[24255] SergeyBiryukov Fix typos in comments. fixes #24337.
[24238] SergeyBiryukov Fix handling of '0' as meta_value argument in get_pages(). fixes #20376.
[24235] SergeyBiryukov Prevent menu items with '0' label from being removed on menu saving. props MikeHansenMe, kovshenin. fixes #23051.
[24233] SergeyBiryukov Update _post_formats_fix_empty_title() description. Make it clear that 'wp_insert_post_data' is a filter, not an action. props DrewAPicture. fixes #24303.
[24232] SergeyBiryukov Display consistent labels in Image post format UI for users with and without unfiltered_html capability. props tollmanz. fixes #24304. see #24291.
[24231] SergeyBiryukov Remove debug cruft. props kovshenin. see #23930.
[24230] SergeyBiryukov Use esc_textarea(), not esc_html(), for escaping textarea content. props johnbillion. fixes #24300.
[24229] SergeyBiryukov Fix typos in phpdoc. props TheLastCicada. fixes #24302.
[24228] SergeyBiryukov Use correct escaping function. props tollmanz. fixes #24300.
[24225] SergeyBiryukov Allow to switch get_search_form() to HTML5 with an add_theme_support() call. fixes #23850.
[24218] SergeyBiryukov Make the notice on Edit Menus screen more in line with the help text. props DrewAPicture. see #24115.
[24217] SergeyBiryukov Don't show "Manage Locations" tab if the theme has no menu locations defined. props DrewAPicture. fixes #24115.
[24214] SergeyBiryukov * Pass ellipsis as a parameter to wp_html_excerpt() instead of appending it manually. * Consolidate the logic to avoid appending ellipsis if the entire string is shown. * Show ellipsis after truncated filenames and post titles. props solarissmoke, bpetty, SergeyBiryukov. fixes #11446.
[24213] SergeyBiryukov Don't append ellipsis in RSS widget if the entire content is shown. props kovshenin. fixes #21702.
[24212] SergeyBiryukov Use wp_trim_words() in Recent Drafts widget. fixes #24292.
[24207] SergeyBiryukov Use ellipsis instead of three dots. props tjsingleton, jordie23, wojtek.szkutnik, DrewAPicture, SergeyBiryukov. see #8714.
[24201] SergeyBiryukov Avoid PHP notices when deleting or restoring an item that no longer exists. props johnbillion, ocean90. fixes #24246.
[24200] SergeyBiryukov Add missing semicolon. props jcastaneda. fixes #24282.
[24199] SergeyBiryukov Remove unused variables. props ocean90. fixes #24247.
[24191] SergeyBiryukov Avoid a PHP notice in get_page_template_slug() if the page does not exist. props tollmanz. fixes #24250.
[24185] SergeyBiryukov Update the instructions on Edit Menus screen. props DrewAPicture. fixes #24261.
[24183] SergeyBiryukov Clarify the instructions on Edit Menus screen. props tw2113. fixes #23936.
[24182] SergeyBiryukov Avoid PHP notices in Media Library if an attachment parent does not exist. props trepmal, viniciusmassuchetto, alex-ye, adamsilverstein for initial patches. fixes #22312. fixes #23154.
[24181] SergeyBiryukov Remove obsolete reference in menus help tab. props DrewAPicture. fixes #24262.
[24158] SergeyBiryukov Fix localization on Edit Menus screen. props kovshenin. fixes #24228.
[24150] SergeyBiryukov Don't translate a single placeholder. Remove unused variables. props settle, DrewAPicture. fixes #24229.
[24149] SergeyBiryukov Avoid an undefined variable notice. fixes #24236.
[24148] SergeyBiryukov Avoid an undefined variable notice. props sc0ttkclark. see #24236.
[24147] SergeyBiryukov Fix typos in phpdoc. props jcastaneda. fixes #24230.
[24146] SergeyBiryukov Make $post_id argument optional for _post_formats_title(). props kovshenin. fixes #24233. see #24011.
[24141] SergeyBiryukov Avoid a JS error when switching post format if Visual editor is disabled. fixes #24218.
[24139] SergeyBiryukov Fix typo in heartbeat.js. see #23216.
[24124] SergeyBiryukov Fix typo in phpdoc. props belloswan. fixes #24217.
[24123] SergeyBiryukov Remove redundant echo calls from list tables. Don't mix string concatenation with direct output. see #24210.
[24122] SergeyBiryukov Remove extraneous function parameters in wp_video_shortcode(). props rlerdorf. see #24210.
[24121] SergeyBiryukov Remove extraneous function parameters in the wpdb class. props rlerdorf. see #24210.
[24120] SergeyBiryukov Remove extraneous function parameters in the network admin. props rlerdorf. see #24210.
[24118] SergeyBiryukov Fix typo in get_the_post_format_image(). props rlerdorf. see #23964. see #24210.
[24112] SergeyBiryukov Remove excess margin on the menus accordion in IE7. props bobbravo2. fixes #24095.
[24111] SergeyBiryukov Fix display of post format icons and post titles in IE7. props kovshenin. fixes #24120.
[24099] SergeyBiryukov Remove unused variable and CSS class. see #24046.
[24097] SergeyBiryukov Avoid an undefined variable notice. props lightningspirit. fixes #24190.
[24096] SergeyBiryukov Fix typo in phpdoc. props jcastaneda. fixes #24185.
[24045] SergeyBiryukov Correct phpdoc for get_content_quote(). props kovshenin. see #24009.
[24027] SergeyBiryukov Only show database errors if WP_DEBUG_DISPLAY is enabled. props cheeserolls, storkontheroof, crazycoders. fixes #22203.
[24024] SergeyBiryukov Rename some variables for consistency. Remove redundant absint() call. see #24010.
[24011] SergeyBiryukov Make sure the variables are always defined. props tlovett1, danielbachhuber. fixes #24034. fixes #24112.
[24000] SergeyBiryukov * Add start/end markers to the regex patterns in audio and video embed handlers. * Move the handler functions registration to wp_maybe_load_embeds(). * Rename both functions to match the wp_embed_handler_* pattern. * Move the functions closer to wp_embed_handler_googlevideo(). props kovshenin. fixes #24092.
[23999] SergeyBiryukov Fix several copy/paste errors in register_deactivation_hook() description. props Caspie. fixes #24097.
[23998] SergeyBiryukov Add missing semicolon. props kovshenin. see #23831.
[23993] SergeyBiryukov Remove unused variables introduced in [23843]. see #19570.
[23952] SergeyBiryukov Remove \s from regex in pingback_ping() to avoid UTF-8 issues. props tenpura. fixes #24001.
[23951] SergeyBiryukov Reset transition property in toolbar CSS to avoid conflicts with themes. props kwight. fixes #24031.
[23950] SergeyBiryukov Fix copy/paste error in user-new.php. props tivnet. fixes #24022.
[23949] SergeyBiryukov Fix typo in upgrade_100(). props tivnet, bpetty. fixes #24020.
[23948] SergeyBiryukov Remove duplicate array key. props tivnet. fixes #24021.
[23941] SergeyBiryukov Use correct variable. fixes #24014. see #23119.
[23940] SergeyBiryukov Add alt attribute for selected image. see #19570.
[23939] SergeyBiryukov Fix inconsistent id attributes. props kovshenin. fixes #24006.
1 2 3 4 5 6 7 8 9 10 11
Note: See TracReports for help on using and creating reports.