{33} Commit messages (25654 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 (601 - 700 of 25654)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Changeset Author Message
[23739] ryan Escape form action urls with esc_url() rather than esc_attr(). Props SergeyBiryukov fixes #23266
[23738] ryan Remove old phpdoc that incorrectly marks wp_timezone_choice() as temporary. Props danielbachhuber fixes #23804
[23737] ryan Cleanup additional capabilities display in user-edit.php. Mark a string for translation. Props johnjamesjacoby, SergeyBiryukov fixes #14267
[23736] bumpbot Compress scripts/styles: 3.6-alpha-23736.
[23735] azaozz Create one autosave per user rather than a single autosave for all users. Remove unused code from autosave.js and wp_ajax_autosave(). See #23665.
[23734] bumpbot Compress scripts/styles: 3.6-alpha-23734.
[23733] azaozz Post locks: when a dialog is shown move focus to the text, see #23697
[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.
[23731] bumpbot Compress scripts/styles: 3.6-alpha-23731.
[23730] azaozz Pass post format as a class to TinyMCE's body, props adamsilverstein, fixes #23198
[23729] markjaquith Introduce [audio] and [video] shortcodes, and use MediaElement.js to play them. props wonderboymusic. see #23282.
[23728] bumpbot Compress scripts/styles: 3.6-alpha-23728.
[23727] markjaquith Accessibility revamp for nav menus. props lessbloat. fixes #14045
[23726] bumpbot Compress scripts/styles: 3.6-alpha-23726.
[23725] azaozz Post locks: add Preview button when post is locked, fix the suggested places, see #23312
[23724] potbot POT, generated from r23722
[23723] potbot POT, generated from r23722
[23722] SergeyBiryukov Remove redundant code from post_type_supports() and remove_post_type_support(). props obenland, bilalcoder. fixes #21527.
[23721] lancewillett Twenty Ten: use callback in functions.php to enqueue scripts and styles rather than putting them directly in header.php template file. Props obenland, fixes #23772.
[23720] lancewillett Twenty Eleven: use callback in functions.php to enqueue scripts and styles rather than putting them directly in header.php template file. Props obenland, see #23772.
[23719] lancewillett Twenty Ten: use a filter to modify the output of `wp_title()`. Props obenland, closes #23774.
[23718] lancewillett Twenty Eleven: use a filter to modify the output of `wp_title()`. Props obenland, see #23774.
[23717] lancewillett Twenty Twelve: improve Appearance > Header styles to match front end view better -- including loading special Google Font there. Props obenland, fixes #23790.
[23716] lancewillett Twenty Twelve: update post author comment markup and styles, improving hCard data parsing and simplifying styles. Fixes #23128.
[23715] potbot POT, generated from r23713
[23714] SergeyBiryukov Add phpdoc for $attr argument of wp_get_attachment_image(). props GaryJ. fixes #23791.
[23713] lancewillett Twenty Twelve: load our special Google Font in the visual editor to improve user experience. Props to the Konstanthemes: kovshenin and obenland. Closes #22499. See also r23672.
[23712] SergeyBiryukov Remove unused variables. props GaryJ. fixes #23789.
[23711] lancewillett Twenty Twelve: fix regression introduced in r23572, allow hide/show of Header Text in Customizer. Fixes #23600. Also remove another `!important` -- and there was much rejoicing. Props SergeyBiryukov and obenland.
[23710] SergeyBiryukov Remove unused variable. props DrewAPicture. fixes #23782.
[23709] SergeyBiryukov Fix placeholder reference in translator comment. props devesine. fixes #23766.
[23708] bumpbot Compress scripts/styles: 3.6-alpha-23708.
[23707] markjaquith Turn the Nav Menu meta boxes into an accordion. Less sprawling and overwhelming. * Registration stays the same — they're meta boxes * Call `do_accordion_sections()` instead of `do_meta_boxes()` and they render as an accordion props DrewAPicture, lessbloat, jkudish. fixes #23450. see #23449
[23706] bumpbot Compress scripts/styles: 3.6-alpha-23706.
[23705] azaozz Local autosave: remove the temp cookie after first use. Prevents false negative if the browser crashes. Add some temp logging to aid testing. See #23220
[23704] bumpbot Compress scripts/styles: 3.6-alpha-23704.
[23703] markjaquith Wrap self.run in an anonymous function wrapper so self always gets the same scope. props azaozz. fixes #23780
[23702] lancewillett Twenty Thirteen: ensure footer position if Masonry unavailable for changing the layout. Props obenland, fixes #23771.
[23701] lancewillett Twenty Thirteen: better caption styles for short words and sentences. Props kwight, fixes #23773.
[23700] lancewillett Twenty Thirteen: hide gallery captions from small screens and when a gallery has 7 columns or more. Props kwight, fixes #23769.
[23699] azaozz Logged out warnings: remove the logged out warning from autosave when in login_grace_period, see #23295
[23698] lancewillett Twenty Thirteen: remove several more `px` unit values.
[23697] lancewillett Twenty Thirteen: a bit wider search input in main content area. Props obenland, fixes #23765. Also clean out one case of unneeded "px" value unit.
[23696] lancewillett Twenty Thirteen: remove custom comment callback in favor of core `comment_form()` defaults. Props obenland, closes #22005. See #20088.
[23695] bumpbot Compress scripts/styles: 3.6-alpha-23695.
[23694] markjaquith Improve wp_list_comments() markup. * Whitespace cleanup * Accepts format=html5 which uses some of the HTML5 elements * Some helpful HTML comments to help untangle the HTML * Other misc code cleanup props lancewillett, obenland, georgestephanis. fixes #20088.
[23693] azaozz Local autosave: set a temp cookie on submitting the form and change it on redirecting after the post is saved/updated, then use it to determine if saving worked properly. Removes the chance for false positives after saving/updating a post. See #23220
[23692] azaozz Logged out warnings, heartbeat: remove nopriv_autosave as it doubles the functionality of the logged out warnings, move wp_ajax_nopriv_heartbeat() under No-privilege Ajax handlers in ajax-actions.php, see #23295, see #23216
[23691] azaozz Logged out warnings: clear previous errors when interim_login is set, see #23295
[23690] lancewillett Twenty Thirteen: use new HTML5 comment form argument, and adjust CSS selectors a bit. Closes #23702, see #15080.
[23689] markjaquith Add the ability to use HTML5 input types in the comment form. props jorbin, georgestephanis, obenland. fixes #15080
[23688] lancewillett Twenty Thirteen: adjust header max-width value for older IE browsers. Props jvisick77, see #23732.
[23687] lancewillett Twenty Thirteen: revert three changes to content attributes, props obenland. See #23550.
[23686] westi Multisite: Ensure that get_blogaddress_by_name does not mangle blognames with leading digits. Correctly specify the backreference in the regular expression so that it can not become ambiguous when there is a leading digit on the blogname. Fixes #23689 props dllh.
[23685] westi Formatting: Pass the blog charset to htmlspecialchars so that we don't eat non-UTF8 strings in PHP 5.4 Fixes #23688
[23684] bumpbot Compress scripts/styles: 3.6-alpha-23684.
[23683] azaozz Autosave to the browser's sessionStorage, compare this autosave to the post content on page load and let the user restore it when the data is not the same. First run, see #23220
[23682] bumpbot Compress scripts/styles: 3.6-alpha-23682.
[23681] azaozz Post locks on the posts list screen: new icons for the lock, props empireoflight, show avatar for the user currently editing, props dh-shredder, see #23312
[23680] lancewillett Twenty Thirteen: fix SVN properties.
[23679] lancewillett Twenty Thirteen: pinking shears.
[23678] lancewillett Twenty Thirteen: improve header area padding to ensure stable layout at any size screen. Props jvisick77, fixes #23732. (Small props also to Google TV for revealing the bug.)
[23677] lancewillett Twenty Thirteen: revert addition of `twentythirteen_attachment_link()` in r23523 -- as discussed in the following ticket comments, the tradeoff means simpler code instead of a minor UX enhancement. Closes #23543 and #23719.
[23676] lancewillett Twenty Thirteen: enable a JavaScript-based fix for long sidebar areas that overflow the footer. Props obenland, fixes #23557.
[23675] lancewillett Twenty Thirteen: gallery styles fixed to allow image thumbnails larger than 150 to align properly. Props obenland, fixes #23742.
[23674] lancewillett Twenty Thirteen: second pass at RTL support and minor style.css fixes, props obenland. See #23550.
[23673] lancewillett Twenty Thirteen: remove searchform.php template once core search form accepts HTML5 argument. Props obenland, fixes #23701.
[23672] lancewillett Twenty Thirteen: first pass at editor styles. Props Frank Klein and obenland. See #23551.
[23671] lancewillett Twenty Thirteen: better styles for gallery captions. Props obenland, see #23584.
[23670] lancewillett Twenty Thirteen: fix toggling header text display in Customizer. Props obenland, fixes #23722.
[23669] SergeyBiryukov Make get_home_path() return consistent slashes. fixes #23175.
[23668] SergeyBiryukov Fix array formatting. see #21210.
[23667] SergeyBiryukov Add $format argument to get_search_form() to allow HTML5 markup. props georgestephanis, lancewillett. fixes #15081.
[23666] SergeyBiryukov Always respect $echo argument in get_search_form(). props garyc40, kawauso. fixes #16541.
[23665] SergeyBiryukov Improve punctuation in phpdoc. see #23090.
[23664] SergeyBiryukov Fix fatal error in WP_User_Query when searching users by URL. Move wp_is_large_network() to wp-includes. fixes #23683 for trunk.
[23663] SergeyBiryukov Fix missing i18n in auto-draft titles. fixes #23565.
[23662] bumpbot Compress scripts/styles: 3.6-alpha-23662.
[23661] azaozz Check post locks with heartbeat and display modal notifications when a post is locked or a user takes over editing, props dh-shredder, see #23697
[23660] SergeyBiryukov Avoid an undefined index notice in get_post_type_archive_feed_link(). props ericlewis. fixes #23744.
[23659] SergeyBiryukov Fix typo in phpdoc. props fanquake. fixes #23737.
[23658] SergeyBiryukov Replace deprecated WP_Screen::is_network property with WP_Screen::in_admin( 'network' ). props bpetty. fixes #23215.
[23657] SergeyBiryukov Update Network Dashboard help text. props DrewAPicture, raggedrobins. see #23163.
[23656] SergeyBiryukov Prevent plugins with certain filenames from breaking links in the admin menu. props lightningspirit. fixes #22079.
[23655] SergeyBiryukov Pass the post ID to the_title filter in post_formats_compat(). see #23347.
[23654] lancewillett Twenty Eleven: set images without WordPress-generated class to 100% maximum width, and fix spacing of images within caption containers. Props obenland, fixes #22366.
[23653] SergeyBiryukov Make wp_link_pages() filterable. Add 'separator' argument. Simplify the function logic. props obenland, brianlayman. fixes #13578.
[23652] lancewillett Twenty Thirteen: show portrait images correctly in gallery post formats. Props obenland, fixes #23649.
[23651] lancewillett Twenty Thirteen: improve contrast for quote post format links, props sabreuse. See #23513.
[23650] lancewillett Twenty Thirteen: lighten orange color for link text in footer widgets, props sabreuse. See #23513. Also use same shade for paging links, to be consistent and not have thousands of small color variations in the the theme.
[23649] SergeyBiryukov Add orientation information to gallery items. props obenland. fixes #23695.
[23648] lancewillett Twenty Thirteen: first pass at print styles, see #23552.
[23647] lancewillett Twenty Eleven: fix showcase template display in IE7 and IE8, props obenland. Fixes #18024.
[23646] bumpbot Compress scripts/styles: 3.6-alpha-23646.
[23645] lancewillett Twenty Thirteen: simpler isRTL check for masonry, props obenland. See #23550.
[23644] lancewillett Twenty Thirteen: RTL JS support, fix class selector, see #23550.
[23643] lancewillett Twenty Thirteen: first pass at RTL CSS and JS support. Props DrewAPicture and maor, see #23550.
[23642] lancewillett Twenty Thirteen: remove redundant `esc_url()` calls, props SergeyBiryukov, fixes #23663.
[23641] markjaquith Add back "Add New" next to h2 on Nav Menus screen. props DrewAPicture. see #23641
[23640] nacin Remove message slide-down effect on the nav-menus.php page. props lessbloat, fixes #23714.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracReports for help on using and creating reports.