Commit Graph

  • 869798d915 XML-RPC: Send 405 Method Not Allowed for GET requests. Andrew Nacin 2014-12-30 20:40:50 +00:00
  • e85543f68b When no plugins are active, return an empty array from validate_active_plugins(). Boone Gorges 2014-12-30 19:30:07 +00:00
  • 8d2c1bdc72 Improved tests for wp-admin/includes/plugin.php. Boone Gorges 2014-12-30 19:23:49 +00:00
  • 95548e511c Twenty Fifteen: more styles for multi-site forms. Lance Willett 2014-12-30 10:29:18 +00:00
  • 0d308bfd6b Pass the $adjacent parameter to the "{$adjacent}_post_link" filter. Sergey Biryukov 2014-12-30 06:56:19 +00:00
  • a441150c17 Fix incorrect @since tag introduced in [30998]. Boone Gorges 2014-12-29 17:17:09 +00:00
  • 51d9fc0ad1 Apply 'taxonomy_parent_dropdown_args' filter when editing terms. Boone Gorges 2014-12-29 15:26:51 +00:00
  • e30d6790aa Twenty Fifteen: fix missing style for menu in small screens. Lance Willett 2014-12-29 12:00:35 +00:00
  • 9a3942ffd8 Twenty Fifteen: pinking shears. Lance Willett 2014-12-29 10:07:50 +00:00
  • 31114d0d6e Twenty Fifteen: add styles for multisite registration forms. Lance Willett 2014-12-29 09:57:27 +00:00
  • b71e24216d Correct $taxonomies parameter description in get_terms() filters. Sergey Biryukov 2014-12-28 01:43:47 +00:00
  • 6d5084ef1c Pass $resource_type to 'get_ancestors' filter. Boone Gorges 2014-12-26 21:29:00 +00:00
  • f3d83c3f6c Customizer: Use correct event variable when moving widgets to another widget area. Dominik Schilling (ocean90) 2014-12-23 17:23:16 +00:00
  • c05e46e4d1 Customizer: Improve IE 8 compatibility. Dominik Schilling (ocean90) 2014-12-23 17:04:47 +00:00
  • 8dbce12a61 In Imagick tests, instantiate WP_Image_Editor_Imagick directly instead of calling wp_get_image_editor(). Boone Gorges 2014-12-23 14:34:09 +00:00
  • 1c68f89686 Add jQuery UI Core as a dependency for qUnit tests Aaron Jorbin 2014-12-23 00:16:52 +00:00
  • 86db4d88fe Update npm on Travis CI as a part of build Aaron Jorbin 2014-12-22 23:46:46 +00:00
  • 876ce714fc Switch to container-based infrastructure on Travis CI. Aaron Jorbin 2014-12-22 23:25:40 +00:00
  • 8298e94bfe TinyMCE wpView: when clicking on the Edit button, move the focus back to the editor before opening the modal. This is needed for IE so TinyMCE can save the proper DOM "bookmark", and makes it possible to move the focus to the modal after it is opened. See #30817. Andrew Ozz 2014-12-22 21:30:16 +00:00
  • 5f1ad2d768 In wp_update_term(), limit duplicate slug checks to the same taxonomy as the updated term. Boone Gorges 2014-12-22 15:32:59 +00:00
  • 061bfddda9 Comment List Tables: Scott Taylor 2014-12-20 23:27:00 +00:00
  • 44fe0ebf75 Correct the @param docs for arguments that are truthy/falsey. Scott Taylor 2014-12-20 23:03:21 +00:00
  • 218dd4fd6b For clarity, initialize some arrays that previously were only assigned via short circuit in loops. Scott Taylor 2014-12-20 22:46:53 +00:00
  • 91dcf8796b In image_size_input_fields(): Scott Taylor 2014-12-20 22:18:12 +00:00
  • a75c7977b9 In wp_import_handle_upload(): Scott Taylor 2014-12-20 21:09:11 +00:00
  • f6f12912e2 Improve some docs for @param. Remove an unneeded $wpdb global import. Scott Taylor 2014-12-20 20:55:21 +00:00
  • 04ed6499cd Improve some wp-admin/includes/class-wp-filesystem-*.php docs for @param. Scott Taylor 2014-12-20 20:39:41 +00:00
  • 6695ac3bab Editor: when switching editor-expand off for the first time use the default editor height. Props avryl, fixes #30760 for trunk. Andrew Ozz 2014-12-20 19:33:01 +00:00
  • fd4231c2a1 Use correct notation for global functions in @covers test annotations. Boone Gorges 2014-12-19 15:20:41 +00:00
  • 26eeb623a6 About page: CDN images. Andrew Nacin 2014-12-18 17:54:43 +00:00
  • 657768ff9c Update theme POT files in trunk. Andrew Nacin 2014-12-18 17:00:41 +00:00
  • 2f096d219f Bundled Themes: bump version numbers to coordinate with 4.1 release. Lance Willett 2014-12-18 16:18:14 +00:00
  • e8e2db6e00 Update bundled theme POT files in trunk. Andrew Nacin 2014-12-18 01:32:09 +00:00
  • 47d5cadf38 Add Slack notifications to Travis CI config. fixes #30755. Andrew Nacin 2014-12-17 23:50:37 +00:00
  • 439d540c20 Twenty Fifteen: use better, universal sans-serif fonts for RTL, similar to Twenty Ten which also had serif fonts throughout. Lance Willett 2014-12-17 22:29:08 +00:00
  • d268aaf37f Update version numbers in trunk. Andrew Nacin 2014-12-17 17:37:16 +00:00
  • 6a312bdd21 Twenty Fifteen: ensure RTL editor font style is consistent with front-end font style. Lance Willett 2014-12-17 17:21:29 +00:00
  • 340f6052fd Twenty Fifteen: ensure menu icon is properly centered for RTL views on small screens. Lance Willett 2014-12-17 16:38:51 +00:00
  • b824d6f56c Update individual term caches in get_terms(). Boone Gorges 2014-12-17 16:38:44 +00:00
  • c7d2f360cb Twenty Fifteen: fix styles for screen-reader-only search button in small screens. Lance Willett 2014-12-17 16:37:05 +00:00
  • 908a2e87c8 Ensure inline code examples stay LTR, punctuation and all. Helen Hou-Sandi 2014-12-17 16:21:54 +00:00
  • d34709eaa5 About page: Don't allow tab text to wrap. Helen Hou-Sandi 2014-12-17 16:01:42 +00:00
  • fabd47a2ff About: Fix the WordPress badge. Dominik Schilling (ocean90) 2014-12-16 22:53:25 +00:00
  • e2c36c3176 Twenty Fifteen: hide search input cancel button. See #30728. Lance Willett 2014-12-16 22:42:24 +00:00
  • 7560f4cf8c Pass locale to wordpress.org theme/plugin API. Dominik Schilling (ocean90) 2014-12-16 22:38:52 +00:00
  • 6873e08839 Twenty Fifteen: Use dynamic default color value instead of hardcoded color. Dominik Schilling (ocean90) 2014-12-16 21:34:46 +00:00
  • b4dc6629cd Last about page string. props celloexpressions. fixes #30435. Andrew Nacin 2014-12-16 21:26:34 +00:00
  • 9189fbcff9 Make the DFW paragraph on the About page narrower to mitigate an orphan in Firefox. John Blackbourn 2014-12-16 20:01:56 +00:00
  • e7f2ebf414 Customizer: Add more QUnit tests to improve coverage on the new models. Dominik Schilling (ocean90) 2014-12-16 19:43:22 +00:00
  • 93ea9862a5 Revert [30036]. Mark Jaquith 2014-12-16 17:34:17 +00:00
  • 8d69099344 Twenty Fifteen: fallback hex color for no-comments text should come first. Lance Willett 2014-12-16 16:18:40 +00:00
  • c9707a4a31 In response to regressions on .com, fix MEjs styles for screen reader text and overflow on the volume slider. Scott Taylor 2014-12-16 15:12:35 +00:00
  • b258a6c144 Twenty Fifteen: Remove unnecessary esc_html() from get_the_date() and get_the_modified_date(). Dominik Schilling (ocean90) 2014-12-16 14:18:48 +00:00
  • 2069d52fa1 Move a <code> tag out of a localised string on the About page. John Blackbourn 2014-12-16 14:03:53 +00:00
  • 1ca9749c93 Twenty Fifteen: Remove esc_html() from get_the_author(). Dominik Schilling (ocean90) 2014-12-16 13:39:32 +00:00
  • bf62165353 Remove caching for get_term_by() calls. Boone Gorges 2014-12-16 13:26:19 +00:00
  • 3a63ae0cb2 Twenty Fifteen: Don't escape translated strings. Dominik Schilling (ocean90) 2014-12-16 13:24:38 +00:00
  • 5447103756 Twenty Fifteen: Remove esc_html() from blog description. Dominik Schilling (ocean90) 2014-12-16 13:19:17 +00:00
  • 25ffd56152 Twenty Fifteen: Don't escape translated strings. Dominik Schilling (ocean90) 2014-12-16 12:59:59 +00:00
  • 754fc5f22d Twenty Fifteen: Don't save unfiltered CSS in a setting. Dominik Schilling (ocean90) 2014-12-16 12:26:49 +00:00
  • 8f323ecf9a Customizer: Export Preview instance to wp.customize.preview. Dominik Schilling (ocean90) 2014-12-16 11:52:38 +00:00
  • daf16cdb63 Call it 'Distraction-free writing mode' and update the help string. fixes #30657. Andrew Nacin 2014-12-16 10:06:17 +00:00
  • 855ff22a53 Update/add plugin recommendation strings. Andrew Nacin 2014-12-16 10:05:09 +00:00
  • 07e7f03373 Updates to the 'Log out everywhere' implementation. * Include a message and a disabled button when you're only logged in at one location. * Avoid leaking the session token in HTML. * Simplify, simplify, simplify. Andrew Nacin 2014-12-16 09:15:01 +00:00
  • 82d0ba4b60 Finalize two more about page strings. see #30435. Andrew Nacin 2014-12-16 08:57:11 +00:00
  • 1e721a144b Add braces around a Docblock in an if statement, although not required by PHP, this is required by our coding standards for readability. Introduced in 3.9 with r27365 See #25905 Dion Hulse 2014-12-16 05:51:49 +00:00
  • c959c4d4b3 Customizer: Add _wp_attachment_is_custom_background meta to uploaded background images. Dominik Schilling (ocean90) 2014-12-15 23:27:17 +00:00
  • d5299a9522 Autoprefixer for [30857]. Dominik Schilling (ocean90) 2014-12-15 23:19:06 +00:00
  • 0533e9bd8c Correct the height of the search type select element when searching the plugin directory. John Blackbourn 2014-12-15 22:31:35 +00:00
  • 5918c5d365 Clarify the behaviour of the wp_editor_set_quality and jpeg_quality filters. John Blackbourn 2014-12-15 21:42:32 +00:00
  • 4f35288dd1 Add tests which ensure the wp_editor_set_quality and jpeg_quality filters only apply if they are added before the corresponding WP_Image_Editor is instantiated. John Blackbourn 2014-12-15 21:24:21 +00:00
  • 663d12c8f8 Customizer: Remove date filter from the Header/Background Image upload frames. Dominik Schilling (ocean90) 2014-12-15 20:26:54 +00:00
  • c17317912a Customizer: Import missing wp.customize.Control.prototype._toggleActive. Dominik Schilling (ocean90) 2014-12-15 19:53:55 +00:00
  • eb3ea331f0 Twenty Fifteen: minor updates to readme.txt file for clarity and removing non-ASCII characters. Closes #30675. Lance Willett 2014-12-15 19:08:54 +00:00
  • 5f5936f81f Twenty Twelve: fix widget stacking problem in older IE browsers for Front Page template. Lance Willett 2014-12-15 17:55:37 +00:00
  • d931b5cbc5 Twenty Fifteen: remove license details for the image shown in the theme screenshot file as it is Creative Commons Zero, which doesn't require attribution. Lance Willett 2014-12-15 17:43:34 +00:00
  • cb816a383a Twenty Fourteen: remove Genericons as a dependency from loading the main stylesheet and IE-specific stylesheet. See #30532. Lance Willett 2014-12-15 17:39:59 +00:00
  • a25f807d6e Twenty Fifteen: remove Genericons as a dependency from loading the main stylesheet. Lance Willett 2014-12-15 17:37:05 +00:00
  • 28e22a4ec4 Background Updates: Pass back whether Group Writable support is being leveraged for an update to the WordPress.org API. See #30245 Dion Hulse 2014-12-15 14:07:35 +00:00
  • 5c04326ba6 About page design for 4.1. Andrew Nacin 2014-12-15 10:46:43 +00:00
  • b38c603682 Rename _wp_clear_update_cache() to wp_clean_update_cache(). Andrew Nacin 2014-12-15 08:54:14 +00:00
  • 0375edc8c6 No need for wp_get_password_hint() to be prefixed as if it is private. Andrew Nacin 2014-12-15 08:33:48 +00:00
  • 7344a29063 Avoid repeatedly calling is_tax( 'post_format', '...' ) in get_the_archive_title(). Andrew Nacin 2014-12-15 07:31:48 +00:00
  • 34a2576fd6 Editor, new DFW: fix fading out for the right sidebar in IE. Fixes #30714. Andrew Ozz 2014-12-15 03:08:12 +00:00
  • 284bfd81b9 Improve the fix for menu shakiness when over-scrolling. Recalculate heights on editor auto-resize. See #30692. Andrew Ozz 2014-12-15 00:10:18 +00:00
  • 326d7f8c5f Customizer: Re-add the possibility to remove and restore a default background image. Dominik Schilling (ocean90) 2014-12-14 19:36:27 +00:00
  • 4a662deaa5 Customizer: Don't escape control descriptions in JavaScript templates. Dominik Schilling (ocean90) 2014-12-14 19:23:49 +00:00
  • 093de0f0be In WP_Meta_Query, interpret 'value' correctly when used with EXISTS/NOT EXISTS. Boone Gorges 2014-12-14 19:00:31 +00:00
  • 91ac188a12 Twenty Fifteen: Update the .pot file for [30834]. Dominik Schilling (ocean90) 2014-12-14 12:33:56 +00:00
  • 35c763f795 Fix menu shakiness when over-scrolling in Chrome and Safari on MacOS. See #30692. Andrew Ozz 2014-12-14 01:46:39 +00:00
  • 560a1ba478 iOS: do not autofocus the readonly textarea with the code for wp-config.php in setup-config.php. See #30703. Andrew Ozz 2014-12-14 00:10:05 +00:00
  • 2fc1155920 Do not autofocus text fields on page load on mobile devices. This is currently broken in many mobile browsers: - iOS Safari opens the keyboard and auto-scrolls on the first tap anywhere on the screen triggering the click at an unexpected place. That makes it impossible to follow links or press buttons. - Chrome on iOS opens the keyboard on load and may scroll the focused field off screen. - The Android 4.4 browser only highlights the field, the user has to tap it to open the keyboard and type. See #30703. Andrew Ozz 2014-12-13 22:07:58 +00:00
  • 074d8c1ad7 Finalize more about page strings. see #30435. Andrew Nacin 2014-12-13 22:04:51 +00:00
  • 095c9857ef About page updates. * Live-update the number of active translations. * Finalize most strings. * Lazily remove links to admin-only screens based on cap checks. see #30435. Andrew Nacin 2014-12-13 20:11:49 +00:00
  • 276a69d6f9 TinyMCE: add another Edit translatable string for the tooltip of the Edit button on the image toolbar. Props pavelevap, see #30694. Andrew Ozz 2014-12-13 00:46:20 +00:00
  • 950126a515 Twenty Fifteen: update scroll functionality to make sure child menu items are always reachable. Lance Willett 2014-12-12 23:58:06 +00:00
  • 1bbc18c390 Improve text for the DFW admin pointer. Remove the concatenation. Props kpdesign, ianmjones. See #30671. Andrew Ozz 2014-12-12 22:11:46 +00:00
  • 30a12129af Twenty Fifteen, editor-style: remove margin-bottom from the gallery preview inside the editor. Fixes #30697. Andrew Ozz 2014-12-12 21:44:21 +00:00
  • 8f7be98176 TinyMCE: make the tooltip for the remove button in the image toolbar translatable. Props pavelevap, fixes #30694 for trunk. Andrew Ozz 2014-12-12 21:25:08 +00:00
  • dc0e4af5ba Twenty Fifteen: update archive pagination links to use aria-hidden for better accessibility. lancewillett 2014-12-12 18:36:02 +00:00