Commit Graph

  • 14e585a645 In bulk editing mode, make all columns full-width and increase the font size when at responsive sizes. Fixes #25978, props johnbillion. Matt Thomas 2013-11-14 20:40:13 +00:00
  • 6a2adc2663 Replace icon-pointer-flag.png with the flag Dashicon. Fixes #25982. Matt Thomas 2013-11-14 20:16:31 +00:00
  • 896777db21 Add a :disabled style for radio inputs and checkboxes. Fixes #26004. Matt Thomas 2013-11-14 19:45:25 +00:00
  • 8dc91f3646 Heartbeat: clean up code style, better naming, better code structure. Props carldanley, props evansolomon. Changes: - Add connectNow() public method to trigger a connection immediately. - Remove the "skipping" when no data to send. - Change the default interval to 60 sec. - Fix resetting the next connection time when changing the interval. See #25073. Andrew Ozz 2013-11-14 18:40:03 +00:00
  • 518cac37de Grunt jshint: ensure the file passed with --file=filename.js matches all or part of the filepath before checking string lengths. Makes it possible to pass a file with full or partial path. All of these would work properly: admin-bar.js, wp-includes/js/admin-bar.js, src/wp-includes/js/admin-bar.js. Props atimmer, fixes #25992. Andrew Ozz 2013-11-14 18:16:59 +00:00
  • cf748f9c6d Fix JSHint errors in postbox.js. Andrew Nacin 2013-11-14 18:09:27 +00:00
  • 4bb79a2ce3 Add a unit test to confirm that the version number in readme.html matches version.php. Andrew Nacin 2013-11-14 16:50:21 +00:00
  • cc62157248 Remove old control/accordion section title gradients that were still appearing in the customizer and reinstate a divider between the customizer sidebar and the preview. props ryelle, helen. see #25858. Helen Hou-Sandi 2013-11-14 16:41:36 +00:00
  • 53748cebe1 Bacground Updates: Move the 'automatic_updates_complete' hook to only fire when some updates have actually been completed. Props nacin. Fixes #25841 Dion Hulse 2013-11-14 06:28:42 +00:00
  • 3b3bb985fa Fix JSHint errors in nav-menu.js. Andrew Nacin 2013-11-14 06:08:11 +00:00
  • c22a544c89 Fix JSHint errors (again) for revisions.js. Andrew Nacin 2013-11-14 05:55:46 +00:00
  • 6a08d485dc Fix JSHint errors in media-views.js. Andrew Nacin 2013-11-14 05:53:15 +00:00
  • 6e585ecd0c Fix JSHint errors in admin-bar.js. Andrew Nacin 2013-11-14 05:50:40 +00:00
  • c0207f3bfb Fix JSHint errors in the old XML-based ajax response JS. Andrew Nacin 2013-11-14 05:42:06 +00:00
  • efe54a3ac6 Fix JSHint errors in custom-header.js and custom-background.js. Andrew Nacin 2013-11-14 05:39:28 +00:00
  • 1e02e255eb JSHint: Make commentReply a declared global from elsewhere. Andrew Nacin 2013-11-14 05:29:01 +00:00
  • 01f59af277 Avoid jshint errors in edit-comment.js. Andrew Nacin 2013-11-14 05:09:46 +00:00
  • 707082fd12 Background Updates: Add a 'automatic_updates_complete' hook that fires after any updates have run. Props pento. Fixes #25841 Dion Hulse 2013-11-14 05:07:19 +00:00
  • eab85bc5d8 Twenty Fourteen: fix tabs to spaces in two files. See #25946. Lance Willett 2013-11-14 04:56:27 +00:00
  • 96569b0075 Twenty Fourteen: first pass at adding help text to to "Help" tab for edit.php and themes.php screens. Props obenland for starter patch, see #25837. Lance Willett 2013-11-14 04:52:06 +00:00
  • 3345e88fad Twenty Fourteen: simplify and prefix post thumbnail sizes, props obenland. See #25946. Lance Willett 2013-11-14 04:49:19 +00:00
  • 21ed02204d Twenty Fourteen: remove unused class name, props obenland. See #25946. Lance Willett 2013-11-14 04:45:45 +00:00
  • ad44560149 Twenty Fourteen: make sure styles for featured content on a static page are limited to posts within the main content area. Props iamtakashi, fixes #25938. Lance Willett 2013-11-14 04:19:21 +00:00
  • 6d70a797be Background Updates: Spread them over the hour. Props Pento. Fixes #25833 for trunk Dion Hulse 2013-11-14 04:03:27 +00:00
  • a23ead1467 Background Updates: Fix a PHP Fatal error which could be encountered on some systems when using FTP. Fixes #25817 for trunk. Dion Hulse 2013-11-14 02:01:30 +00:00
  • e7986b035c Remove SCRIPT_DEBUG reference from register_admin_color_schemes(). Andrew Nacin 2013-11-14 00:02:36 +00:00
  • 37b14a653a Avoid a notice when SCRIPT_DEBUG is not defined. props MikeHansenMe. see #25824, #25858. Helen Hou-Sandi 2013-11-13 23:58:32 +00:00
  • b0bd982f4c Move to grunt-sass, which which has less bells and whistles than grunt-contrib-sass but also no Ruby dependency. Andrew Nacin 2013-11-13 23:37:30 +00:00
  • 3b82749eba Merge the new dashboard design into core. Andrew Nacin 2013-11-13 22:08:47 +00:00
  • 0b868783d0 Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out. Andrew Nacin 2013-11-13 21:44:04 +00:00
  • fec84d9bd3 THX needs this file, for now. see #25948. Andrew Nacin 2013-11-13 21:03:21 +00:00
  • 12ccb6d136 Update the Themes screen, merging THX into core. Andrew Nacin 2013-11-13 20:57:29 +00:00
  • e00060118b Bring in the widgets component of MP6. See #25858. Matt Thomas 2013-11-13 20:05:51 +00:00
  • 2e54579af7 Turns out it helps if you add those pesky Sass files if you're going to use a preprocessor. see #25858. Helen Hou-Sandi 2013-11-13 19:53:01 +00:00
  • 87b1101b49 Inline documentation for hooks in wp-admin/includes/class-wp-comments-list-table.php. Sergey Biryukov 2013-11-13 19:46:20 +00:00
  • e84e1e8791 Merge the color schemes component from MP6. Introduces Light, Blue, and Midnight. Helen Hou-Sandi 2013-11-13 19:37:10 +00:00
  • d4802f6c82 Remove smarttabs from .jshintrc per IRC discussion. see #25187. Andrew Nacin 2013-11-13 19:23:16 +00:00
  • 6c20964578 Twenty Fourteen: use numbered placeholders for Customizer help text in case they get swapped during translation, props obenland. See #25837. Lance Willett 2013-11-13 19:01:34 +00:00
  • 58f312f95e Bring in the responsive component of MP6. See #25858. Matt Thomas 2013-11-13 17:59:32 +00:00
  • bedae470cd Twenty Fourteen: style multisite pages wp-activate.php and wp-signup.php, props obenland. Fixes #25479. Lance Willett 2013-11-13 16:23:30 +00:00
  • 24b68b6152 Reinstating this fix for the issue described in #18868, wherein some versions of Chrome open the About/"W" dropdown menu inadvertantly, like when clicking a select element. Fix was removed in the initial MP6 commit r26072, this brings it back. See #25858; props azaozz. Matt Thomas 2013-11-13 15:35:35 +00:00
  • 1dee61d8b6 Clean up the new svg-painter.js so that it passes our jshint; see #25858. Props jorbin. Matt Thomas 2013-11-13 15:25:20 +00:00
  • e196d64613 Better description for WP_Locale::_strings_for_pot(). props dimadin. fixes #25937. Sergey Biryukov 2013-11-13 14:00:59 +00:00
  • 4006e4a233 Inline documentation for hooks in wp-mail.php. Sergey Biryukov 2013-11-13 11:57:11 +00:00
  • 7d2ba3675e Fix new RTL file loading when style concatenation is enabled. Andrew Nacin 2013-11-13 05:09:40 +00:00
  • d57f3a4442 3.8-alpha-26127 to bust all the caches. Andrew Nacin 2013-11-13 04:43:58 +00:00
  • 323524abef Inline documentation for hooks in wp-includes/capabilities.php. Sergey Biryukov 2013-11-13 04:38:13 +00:00
  • 0074ad2d90 Merge the sticky menu component from MP6. The admin menu is now fixed if the viewport is large enough. props tollmanz, tillkruess, dd32. see #25858. Helen Hou-Sandi 2013-11-13 04:29:27 +00:00
  • d97f64f9f7 Restore the $current_site global in wp-admin/admin-header.php to avoid an undefined function error in single site. Sergey Biryukov 2013-11-13 04:16:43 +00:00
  • d3cee0734e Change jQuery selector in Quick Edit to avoid losing data in IE8. Sergey Biryukov 2013-11-13 04:05:57 +00:00
  • 4f0bb96602 Use a simple replacement for 'wp_title' filter in capital_P_dangit(), like we do for 'the_title'. Sergey Biryukov 2013-11-13 03:55:33 +00:00
  • a6f9656497 Remove redundant cleanup of PHPMailer addresses in wp_mail(). Sergey Biryukov 2013-11-13 03:44:16 +00:00
  • 39d55fddb8 Use get_current_site() instead of the $current_site global when possible. Sergey Biryukov 2013-11-13 03:22:48 +00:00
  • f13e9a6796 Twenty Fourteen: remove unnecessary width rule that broke responsiveness. Props iamtakashi. Lance Willett 2013-11-13 03:20:44 +00:00
  • 76a9f245ae Twenty Fourteen: updated (and more PNG crushing) screenshot. Props iamtakashi. Lance Willett 2013-11-13 03:07:11 +00:00
  • 2c76ed028f Twenty Fourteen: enhanced styles for logged-out comment form "required" mark and comment moderation text. Props iamtakashi, fixes #25932. Lance Willett 2013-11-13 02:50:40 +00:00
  • 3f49cd224e Twenty Fourteen: fix low-contrast input elements in Firefox by explicitly setting opacity: 1 for the placeholder text. Also brighten the border styles a bit. Props iamtakashi, fixes #25930. Lance Willett 2013-11-13 02:45:15 +00:00
  • 7cd8d225a3 Use case-insensitive comparison for email addresses. fixes #25779. Sergey Biryukov 2013-11-13 02:40:28 +00:00
  • c7c382b077 Avoid PHP notices in wp_notify_postauthor() when using a custom comment type. Use a switch statement for consistency with wp_notify_moderator(). Sergey Biryukov 2013-11-13 02:31:15 +00:00
  • 9149d49677 Remove no_update_actions(), unused since [12157]. props jdgrimes. fixes #25923. Sergey Biryukov 2013-11-13 02:17:52 +00:00
  • 40f762f894 Free common.js of JSHint errors. Andrew Nacin 2013-11-12 23:55:23 +00:00
  • b1dfc8ef61 Mark zxcvbn global to avoid JSHint errors. Andrew Nacin 2013-11-12 23:42:17 +00:00
  • 66634a9075 Add grunt jshint:themes for linting Twenty Fourteen and future bundled themes. Andrew Nacin 2013-11-12 23:41:17 +00:00
  • 9d81ee781e Ignore our TinyMCE schema fork for JSHint purposes. fixes #25903. Andrew Nacin 2013-11-12 23:27:52 +00:00
  • e5dddf77e8 Don't remove the compiled.html QUnit file. Ignore it instead. Andrew Nacin 2013-11-12 23:20:28 +00:00
  • d416108af5 Use CSSJanus via a Grunt task to generate right-to-left CSS. Andrew Nacin 2013-11-12 21:18:45 +00:00
  • e2922ff103 Twenty Fourteen: remove extra newline from footer.php file. Lance Willett 2013-11-12 20:14:18 +00:00
  • dc242fbc80 Twenty Fourteen: move page templates into their own directory. See #25929. Lance Willett 2013-11-12 19:02:09 +00:00
  • 0b4c3fde55 Twenty Fourteen: move CSS files except for rtl.css and style.css into new css directory. See #25929. Lance Willett 2013-11-12 18:56:18 +00:00
  • 839325fe34 Twenty Fourteen: rename fonts to genericons. See #25929. Lance Willett 2013-11-12 18:37:51 +00:00
  • d37cefbdfc Twenty Fourteen: update two over-qualified selectors in main stylesheet. Lance Willett 2013-11-12 18:18:04 +00:00
  • ddb8e58f8d Twenty Fourteen: add in more contextual help for setting up Featured Content, links to "featured" tag posts and "sticky" posts from inside the Customizer. See #25837. Lance Willett 2013-11-12 17:12:08 +00:00
  • 4a39bb0d00 Twenty Fourteen: adjust fixed header top margin now that MP6 is merged. See #25906 props celloexpressions. Lance Willett 2013-11-12 17:10:29 +00:00
  • d220b3fd88 Twenty Fourteen: don't load unused font weights. Props iamtakashi, fixes #25922. Lance Willett 2013-11-12 16:47:46 +00:00
  • 4b63213b62 Twenty Fourteen: full-width page template should display a full-width featured image, except for mobile. Fixes #25925, props iamtakashi. Lance Willett 2013-11-12 16:46:31 +00:00
  • cc0f0d8c6e Twenty Fourteen: first pass at older Internet Explorer browser support. Props iamtakashi, see #25036. Lance Willett 2013-11-12 04:17:07 +00:00
  • 5f1180ca0f Change nofollow to follow in wp_robots_noindex(). "The noindex is fine, the nofollow stops any link equity from that URL, so that's actually a bad idea." Scott Taylor 2013-11-11 22:26:33 +00:00
  • 6603f4802a Always clean install in PHPUnit Tests. Scott Taylor 2013-11-11 22:14:24 +00:00
  • 2ccc101050 Make HTML tag searches for <code> and <pre> case-insensitive in make_clickable(). Scott Taylor 2013-11-11 21:53:08 +00:00
  • 8120f2861c The test for #5953 doesn't require the ticket to be closed for its assertions to pass. Scott Taylor 2013-11-11 21:23:39 +00:00
  • 270ba8b564 Twenty Fourteen: update the theme description with more information about theme features such as Featured Content and how to set it up. See #25837. Lance Willett 2013-11-11 19:31:24 +00:00
  • a8e76ea8f9 Set the page_comments option to true in Tests_Canonical to properly check canonical redirection for paged comments. By doing so, one assertion tied to #20388 no longer needs to be. Scott Taylor 2013-11-11 18:57:11 +00:00
  • 95a00fb920 Fix canonical redirection of cat as described in #15256 by rolling the cat query var into tax_query, instead of category__in / category__not_in. Top-level categories were only redirecting properly if they had no children. Scott Taylor 2013-11-11 18:35:21 +00:00
  • 88138fbf3a Fix the X-UA-Compatible header for IE8, fixes #25575 Andrew Ozz 2013-11-11 18:01:40 +00:00
  • 3cbb68c3af Avoid Out of range value for column 'post_parent' error in Tests_Ajax_MediaEdit::_make_attachment() by setting the default parent id to 0 instead of -1 Scott Taylor 2013-11-11 17:51:29 +00:00
  • 0fdff310fd Fix a failing unit test: an XML-RPC unit test for getPosts with filters was failing. The cause of the failure: a set of posts was created with create_many() and then paginated results were requested. The paginated results were meant to equal the original resultset when diff'd after all pages were joined. create_many() was assigning the same timestamp to all posts, so the LIMIT clause in the generated SQL was not operating as expected. I replaced the create_many() call with a create() loop that increments time by 1 each time. Unit test now passes. Scott Taylor 2013-11-11 17:45:36 +00:00
  • 315681a8ed Remove the code for increasing z-index for the tag suggestion script from Twenty Fourteen. Sergey Biryukov 2013-11-11 17:42:04 +00:00
  • 6592f4cb73 Make suggest script visible in the customizer. Sergey Biryukov 2013-11-11 17:38:49 +00:00
  • 8cc1529de8 Twenty Fourteen: changes to JavaScript files to pass jshint, props jorbin. Fixes #25908 #25909 #25910. Lance Willett 2013-11-11 17:26:24 +00:00
  • f2bd2d8359 Remove the code for setting ajaxurl from Twenty Fourteen. Sergey Biryukov 2013-11-11 15:50:49 +00:00
  • adb2e127c1 Define ajaxurl in the customizer. Sergey Biryukov 2013-11-11 15:46:36 +00:00
  • a2aed7b119 Fix docblock formatting. fixes #25893. Sergey Biryukov 2013-11-11 13:31:19 +00:00
  • eb8f223cd0 Inline documentation for hooks in wp-admin/edit-link-form.php. Sergey Biryukov 2013-11-11 13:15:57 +00:00
  • 7d112ad590 Twenty Fourteen: improve Featured Content experience in the Customizer. Better preview and cache clearing, props obenland and rachelbaker. Fixes #25549. Lance Willett 2013-11-10 23:37:36 +00:00
  • 1d57e79726 Widgets screen: adjust the placeholder to match the new widget "handle" height, and the spinner's margins so the sidebar titles don't "jump" when it is shown. See #25821, see #25858. Andrew Ozz 2013-11-10 18:32:01 +00:00
  • 325cc9f120 Add a white WordPress logo for use on the about pages. See #25858 Dion Hulse 2013-11-10 06:11:25 +00:00
  • c8df5459d8 Fixing a typo, see #25858. Props designsimply. Matt Thomas 2013-11-10 03:52:06 +00:00
  • 78ee1a4a22 Add missing wordpress-logo.svg, see #25858. Matt Thomas 2013-11-10 03:49:10 +00:00
  • 974737e832 Fix order, declaration, tabbing of vars in color-picker.js. Andrew Nacin 2013-11-10 02:42:32 +00:00
  • b0c601170c Add spinner images that were inadvertently left out of [26072]. see #25858. Helen Hou-Sandi 2013-11-10 00:39:38 +00:00