Commit Graph

  • d4855bd5ec Twenty Fourteen: minor style adjustments for navigation and a new lighter pattern-dark graphic which makes easier to change the background color of the featured image content. Props iamtakashi. Lance Willett 2013-11-19 18:26:20 +00:00
  • fdc08a857e Widgets: move the chooser inside the selected widget so it inherits the width, add some keyboard shortcuts: tab to select, enter to append and escape to cancel. Props shaunandrews, see #25821 Andrew Ozz 2013-11-19 18:02:14 +00:00
  • c6a57c410a Twenty Fourteen: avoid premature creation of tags when using the tag suggestion for Featured Content. Props obenland, fixes #26080. Lance Willett 2013-11-19 15:26:56 +00:00
  • 659b2758ff Fix JSHint errors in gallery.js. Sergey Biryukov 2013-11-19 11:09:01 +00:00
  • cb5682ac2f Fix JSHint errors in Gruntfile.js. Sergey Biryukov 2013-11-19 10:41:05 +00:00
  • 41f46d5e85 Inline documentation for hooks in wp-includes/cron.php. Drew Jaynes 2013-11-19 05:00:39 +00:00
  • 9cf1790265 Fix JShint errors in user-profile.js. Andrew Nacin 2013-11-19 04:39:05 +00:00
  • 114e544ffb JSHint fixes for inline-edit-tax.js. Andrew Nacin 2013-11-19 04:34:29 +00:00
  • 010fbd7866 JShint fixes for inline-edit-post.js. Andrew Nacin 2013-11-19 04:31:42 +00:00
  • 199870b417 Plugin Deletion: Remove the correct transient after demoving plugins. Props jdgrimes. Fixes #26069 Dion Hulse 2013-11-19 04:16:50 +00:00
  • 520840e84c Plugin Deletion: Properly clear the cache when multiple plugins are deleted. Props jdgrimes. Fixes #26065 Dion Hulse 2013-11-19 04:07:47 +00:00
  • 05ec933ea1 Fix spaces/tabs in Twenty Fourteen JS, allowing JSHint to run clean for these files. Andrew Nacin 2013-11-19 03:48:55 +00:00
  • 7a9d3855d4 Twenty Fourteen: updates all PHP files to meet new brace style in WP coding standards. Props rickalee for initial patch, fixes #26093. Lance Willett 2013-11-18 23:11:01 +00:00
  • b01698ee01 Widgets: remove some unused styles, props shaunandrews, see #25821 Andrew Ozz 2013-11-18 23:05:31 +00:00
  • 1856fec849 Twenty Fourteen: simplify tags output in content templates, props nacin. See #26093. Lance Willett 2013-11-18 22:47:17 +00:00
  • 7d1c5d379a Correctly capitalize WP_Query in Featured_Content::pre_get_posts() inline docs. see #26064. Sergey Biryukov 2013-11-18 22:23:06 +00:00
  • 132e26e81a Make the item-controls elements on the Edit Menus page line up; use :before instead of :after for item-edit icons for better cross-browser performance; switch to :after instead of ::after for pseudo-elements so IE8 displays these icons properly. Fixes #26059, props jeremyfelt. Matt Thomas 2013-11-18 22:09:51 +00:00
  • c8d0070d64 Twenty Fourteen: correct $query usage in Featured_Content::pre_get_posts(), props SergeyBiryukov, fixes #26064. Lance Willett 2013-11-18 22:03:03 +00:00
  • ebb4753f12 Load the correct subset of Open Sans for cyrillic, greek, and vietnamese in addition to latin and latin-ext; following the example of Twenty Twelve. See #26063, props SergeyBiryukov. Matt Thomas 2013-11-18 21:39:22 +00:00
  • 6af1761110 Make password inputs on profile.php match the width of other text inputs. Fixes #26079, props johnbillion. Matt Thomas 2013-11-18 21:30:19 +00:00
  • ff4f1bb170 For unit tests that call wpmu_create_blog(), Blog factory, or installation code that attempts to clear transients: suppress database errors on setUp and restore on tearDown. Scott Taylor 2013-11-18 20:44:34 +00:00
  • d42e8eee3d Remove unused global reference. props jeremyfelt. fixes #26103. Sergey Biryukov 2013-11-18 20:18:57 +00:00
  • 3a323a26b1 Improvements to the modal media uploader on mobile in landscape orientation. Matt Thomas 2013-11-18 20:06:47 +00:00
  • ed5df3ab38 Twenty Fourteen: remove singular body class when a page is set to be the front page, and minor style tweaks. Props iamtakashi, see #25946. Lance Willett 2013-11-18 19:20:28 +00:00
  • c0dc646297 Put the 'Safe Draft' button back in its place in the Publish box. Fixes #26081, props aubreypwd. Matt Thomas 2013-11-18 19:03:01 +00:00
  • c85c7ec8df Style and positioning fixes to form elements in the Publish box: Matt Thomas 2013-11-18 18:52:06 +00:00
  • cbad0abaae Normalize slashes in WP_Filesystem_MockFS::mkdir() and WP_Filesystem_MockFS::locate_parent_node() to avoid an infinite loop on Windows. Sergey Biryukov 2013-11-18 15:32:47 +00:00
  • cf445be887 Remove debug cruft. props nbachiyski. see #25791. Sergey Biryukov 2013-11-18 13:17:13 +00:00
  • 42e0245712 Add level-X classes to the posts list table rows. Andrew Nacin 2013-11-17 20:39:48 +00:00
  • e52857484a Stop using .rtl classes, instead relying on flipping LTR CSS to RTL. Andrew Nacin 2013-11-17 16:17:05 +00:00
  • b95580d5ed Fix date comparison in dashboard_relative_date(). fixes #26033. Sergey Biryukov 2013-11-17 03:29:11 +00:00
  • dfd8f30724 PHPDoc and i18n fixes for dashboard widgets. Sergey Biryukov 2013-11-17 03:20:38 +00:00
  • 3035556d48 Fix CSS formatting. Remove redundant rule. see #25976. see #25824. Sergey Biryukov 2013-11-17 01:10:49 +00:00
  • bbd6116d28 Fix padding for Quick Draft dashboard widget when there are no drafts. Sergey Biryukov 2013-11-17 00:37:49 +00:00
  • 7a08bc4b70 JSHint fixes for user-suggest.js. Andrew Nacin 2013-11-16 20:40:04 +00:00
  • 4c416b2549 Inline documentation for hooks in wp-admin/press-this.php. Sergey Biryukov 2013-11-16 19:12:21 +00:00
  • 0262b2e4db Remove redundant current_user_can() check. props jeremyfelt. fixes #26057. Sergey Biryukov 2013-11-16 17:37:26 +00:00
  • 2e52eeb484 Use get_current_site() instead of the $current_site global in wp-admin/admin-header.php and is_main_network(). Sergey Biryukov 2013-11-16 13:45:28 +00:00
  • 796a9a5613 Add description for 'dayofyear' and 'dayofweek' arguments in WP_Date_Query. Sergey Biryukov 2013-11-16 08:20:17 +00:00
  • 9a8ec07996 Fix replacement regex in wp-admin/js/nav-menu.js. Sergey Biryukov 2013-11-16 07:41:01 +00:00
  • 3d0c903bfd Fix JSHint errors in three files. Andrew Nacin 2013-11-15 23:18:18 +00:00
  • b05fb903ac Revert these action blocks in wp-admin/post.php to their pre-[26144] state. Andrew Nacin 2013-11-15 22:28:57 +00:00
  • f000be8af3 More dash updates. * Shuffle around some pixels. * Rename some things that weren't caught in [26220]. * Revert default-widgets.php change from [26144]. props lessbloat. see #25824. Andrew Nacin 2013-11-15 22:22:43 +00:00
  • c97a94c0d5 Move media uploader responsive styles from wp-admin.css to media-views.css; clean up duplicated media queries. See #25977. Matt Thomas 2013-11-15 21:46:14 +00:00
  • b408e2ad07 Fix JSHint errors in shortcode.js. Andrew Nacin 2013-11-15 21:24:43 +00:00
  • 344866b1f0 Twenty Fourteen: general cleanup for spacing, inline comments. Props obenland, see #25946. Lance Willett 2013-11-15 21:19:33 +00:00
  • b52ee7959b Twenty Fourteen: fix an issue with keyboard navigation where you couldn't navigate to the previous image. Props obenland, see #25946. Lance Willett 2013-11-15 21:18:00 +00:00
  • 001e4b6052 Twenty Fourteen: limit back compat to 3.6 and later versions. See #26055, props obenland. Lance Willett 2013-11-15 21:14:49 +00:00
  • 961a2a89e9 JSHint fixes for editor.js. Props dougwollison, fixes #25947 Andrew Ozz 2013-11-15 21:02:56 +00:00
  • 5a8835f000 Make the Install Plugins search results page responsive, so the table doesn't overflow the viewport. Props joen, fixes #25976. Matt Thomas 2013-11-15 20:58:36 +00:00
  • f82e1c5d23 Add JavaScript tests for shortcode.js. Andrew Nacin 2013-11-15 20:40:54 +00:00
  • 1ce61ffda7 Merge wp_dashboard_recent_quickdrafts() into wp_dashboard_quick_press(). see #25824. Andrew Nacin 2013-11-15 20:39:37 +00:00
  • 9a936eb7d0 Dash cleanup. * Use wp_add_dashboard_widget() rather than add_meta_box(). * Use original functions like wp_dashboard_primary(), wp_dashboard_right_now(), wp_dashboard_quick_press() (where possible). * Only include plugins section of the news widget when appropriate, which necessitates the set_current_screen() via the ajax action. * Remove some debug cruft that was preventing caching and invalidation. * Simplify lots of things where possible. see #25824. Andrew Nacin 2013-11-15 20:14:44 +00:00
  • 8b8be72403 Improvements to the media uploader at responsive sizes: Matt Thomas 2013-11-15 19:53:50 +00:00
  • 9808a59513 Twenty Fourteen: remove a font weight of 900 italic which isn't needed. Props iamtakashi. See #25946. Lance Willett 2013-11-15 19:02:09 +00:00
  • a798664b35 Twenty Fourteen: remove main-content element where not necessary, props iamtakashi. See #25946. Lance Willett 2013-11-15 19:01:00 +00:00
  • 33cce1d7d7 Sort themes by name on the new themes.php page. see #25948. Andrew Nacin 2013-11-15 16:41:39 +00:00
  • f135b9b540 Remove debug cruft. props dimadin. see #25948. Andrew Nacin 2013-11-15 16:39:16 +00:00
  • f75ee9ea0f Fix JSHint errors in remaining WP TinyMCE plugin files. Andrew Nacin 2013-11-15 15:04:04 +00:00
  • d8e08549bb Fix JSHint errors in wp-plupload.js. Andrew Nacin 2013-11-15 14:26:36 +00:00
  • 34eff3bf52 Fix JSHint errors in quicktags.js. Ignore deprecated API rather than marking it as exported globals. Andrew Nacin 2013-11-15 14:25:29 +00:00
  • d5afb2c07c Twenty Fourteen: use HTML entity for arrow in Help text string, props dd32. See #25837. Lance Willett 2013-11-15 14:19:51 +00:00
  • 6597d9d43e Fix JSHint errors in theme-install.js. Andrew Nacin 2013-11-15 14:15:39 +00:00
  • 92f9cc1d5f JSHint fixes for word-count.js and wp-mediaelement.js. see #25187. Andrew Nacin 2013-11-15 06:51:23 +00:00
  • 3999d50cea Residual JSHint fixes in common.js and edit-comments.js. Andrew Nacin 2013-11-15 06:36:17 +00:00
  • aed015478f Fix JSHint errors in two files. see #25957, #25864. (Similar names but separate files.) Andrew Nacin 2013-11-15 06:24:01 +00:00
  • 0a315a3ff6 Fix JSHint errors in customize-controls.js. Andrew Nacin 2013-11-15 06:07:21 +00:00
  • 6ee347085f Fix JSHint errors in plupload handlers.js. Andrew Nacin 2013-11-15 05:55:24 +00:00
  • 1337df1724 Fix JSHint errors in post.js. Andrew Nacin 2013-11-15 05:34:14 +00:00
  • 39d3dd795c Fix JSHint errors in utils.js. Andrew Nacin 2013-11-15 05:26:00 +00:00
  • 3f60b57875 Fix JSHint errors in autosave.js. Andrew Nacin 2013-11-15 05:19:15 +00:00
  • 646bb59a2b Fix JSHint errors in the wpview and wplink editor plugins. Andrew Nacin 2013-11-15 05:17:13 +00:00
  • daf448ae0c Fix JSHint errors in 5 files. Andrew Nacin 2013-11-15 05:15:06 +00:00
  • 46a5e7a863 Fix JSHint errors in 3 files. Andrew Nacin 2013-11-15 05:11:10 +00:00
  • f25abde28f Fix JSHint errors in tags.js. Andrew Nacin 2013-11-15 05:01:34 +00:00
  • f649fb80c8 Fix JSHint errors in heartbeat.js. Andrew Nacin 2013-11-15 04:59:51 +00:00
  • 5a2af56620 Fix JSHint errors in media-upload.js. Andrew Nacin 2013-11-15 04:52:12 +00:00
  • caf4f48e31 Fix JSHint errors in six files. Andrew Nacin 2013-11-15 04:41:51 +00:00
  • 895e8edada Fix JSHint errors for customize-loader. Andrew Nacin 2013-11-15 04:30:26 +00:00
  • 61eedb9d34 Fix JSHint errors in wplink.js. Andrew Nacin 2013-11-15 04:27:31 +00:00
  • c4e0aa63d9 Updates: Force an update check to occur when the 'Check Again' button is used in the Dashboard. Fixes #25831 Dion Hulse 2013-11-15 03:04:00 +00:00
  • 15c1c2f130 Don't place smilies inside of pre or code tags. Don't skip smilie after a smilie with an 8 in it. Fix regular expression used for smiley translations to work when there is only one registered emoticon. Scott Taylor 2013-11-15 02:45:39 +00:00
  • e7fc90c34e Twenty Fourteen: remove unneeded translator context from theme Help tab text, props domain. See #25837. Lance Willett 2013-11-15 02:42:05 +00:00
  • 0f9564807b Don't call is_home() before the query is run in Featured Content's pre_get_posts hook callback. Scott Taylor 2013-11-15 02:36:30 +00:00
  • c7710e4238 Invalidate the 'update_core' Update check transient when $wp_version changes. See #25831 Dion Hulse 2013-11-15 02:34:37 +00:00
  • 5de39fc2f1 Remove the Featured Content term filters when running Unit Tests. Set the return value of wp_get_object_terms() to a var before passing to array_shift() in test_get_object_terms_types(), which expects a var to be passed by reference. Scott Taylor 2013-11-15 02:32:16 +00:00
  • 8c01596a75 Updates: When a failed Background Update occurs, only show the failed update nag if the user hasn't yet updated if it was an early abort. Props SergeyBiryukov. Fixes #25887 for trunk Dion Hulse 2013-11-15 02:30:30 +00:00
  • 3f6c11bf0a We only need to declare Open Sans once in wp-admin.css. See #25858. Helen Hou-Sandi 2013-11-15 00:14:41 +00:00
  • bee7eda2aa Fixing some inconsistent behavior on toolbar icons: Matt Thomas 2013-11-15 00:08:38 +00:00
  • 513f36d6f7 Clean up wp-admin/index.php after dash merge. see #25824. Andrew Nacin 2013-11-14 23:58:55 +00:00
  • 17a8516d2e Remove now-unused #adminmenushadow. see #25858. Helen Hou-Sandi 2013-11-14 23:48:44 +00:00
  • e525f62b27 Color schemes should use .ab-icon:before instead of .ab-item:before to target adminbar icons. See #25858. Matt Thomas 2013-11-14 23:45:11 +00:00
  • c7a7d8f5f8 Move the color rule for adminbar icons to a less-specific selector so that color schemes correctly affect icon color in the toolbar. Matt Thomas 2013-11-14 23:29:26 +00:00
  • 7c4caaff13 Reduce responsive menu transition animation from .2s to .05s to reduce lag. See #25969. Matt Thomas 2013-11-14 23:12:52 +00:00
  • efd1e19044 In multisite, set storage space labels to nowrap to prevent unnecessary line breaks. Fixes #25919, props SergeyBiryukov. Matt Thomas 2013-11-14 22:47:06 +00:00
  • 062ffefbc5 Move the responsive padding for html.wp-toolbar to wp-admin.css since it affects the page content, not the toolbar. Matt Thomas 2013-11-14 22:43:00 +00:00
  • 7c4e2caf01 Move #wpadminbar responsive styles from wp-admin.css to admin-bar.css. Remove unneeded font overrides and !importants where possible. Make sure the site menu item uses the globe icon consistently instead of switching to the home icon <782px. Fixes #25971. Matt Thomas 2013-11-14 22:36:34 +00:00
  • e299fef83d More specific CSS for the dashboard activity widget. Andrew Nacin 2013-11-14 22:10:24 +00:00
  • c137a8979a JSHint and coding style fixes for xfn.js. Andrew Nacin 2013-11-14 21:57:11 +00:00
  • c380f3276a Make the menu location screen full-width at responsive sizes. Fixes #25975, props johnbillion. Matt Thomas 2013-11-14 20:43:00 +00:00