Commit Graph

  • ea34a0bdf7 Replace is_https_url() with 'https' === parse_url( $url, PHP_URL_SCHEME ). Dominik Schilling (ocean90) 2014-07-27 17:45:34 +00:00
  • 0f93a72879 Remove unit test for is_https_url(), see [29309]. Dominik Schilling (ocean90) 2014-07-27 17:18:19 +00:00
  • 080f52ceb9 Revert [28894] as it's currently unused in core. Dominik Schilling (ocean90) 2014-07-27 17:15:22 +00:00
  • 0e42ce2dc0 Add missing screen-reader-text CSS class in [29294]. Dominik Schilling (ocean90) 2014-07-27 13:42:49 +00:00
  • db77bc8bff Media Grid: Align "Apply" button on small screens. Dominik Schilling (ocean90) 2014-07-27 12:14:58 +00:00
  • 3003895858 Fix jshint errors introduced in [29284] and [29299]. Dominik Schilling (ocean90) 2014-07-27 11:48:26 +00:00
  • 812ecd9b8d Media Grid: Ignore user setting for content. Dominik Schilling (ocean90) 2014-07-27 11:43:08 +00:00
  • cb5838a937 Media Grid: Improve dropzone margins when viewport height is <400px. Dominik Schilling (ocean90) 2014-07-26 15:29:39 +00:00
  • 0480144f86 Media Grid: Add context for "or" in [29296]. Dominik Schilling (ocean90) 2014-07-26 14:36:56 +00:00
  • 42ac48d52a TinyMCE: - Fix complex character input in Japanese, Chinese, etc. Was broken in getCursorOffset() in editor-expand.js. - Disable auto-scrolling in some edge cases when editor expanding is enabled. See #28328. Andrew Ozz 2014-07-26 00:07:55 +00:00
  • 357d96c367 Don't interfere with browser-based autocomplete in the link modal. props SergeyBiryukov. fixes #28685. Helen Hou-Sandi 2014-07-25 15:56:57 +00:00
  • 59cec2e2ff When adding a post of a post type whose menu item is in a submenu, highlight the correct menu item. props mordauk, markjaquith. fixes #24137. Helen Hou-Sandi 2014-07-25 15:25:20 +00:00
  • 0b3802eb12 Media Grid: when closing the modal, automatically focus the proper attachment by reading the model's ID, which is unique. Scott Taylor 2014-07-25 00:59:29 +00:00
  • 67032cf170 TinyMCE wpView: - Fix opening the media modal on clicking Edit in Firefox. - Fix range errors when restoring the selection bookmark in IE11 after editing a view. See #28595. Andrew Ozz 2014-07-25 00:55:33 +00:00
  • e11d72f889 Media Grid: make check box-shadow more subtle. Scott Taylor 2014-07-25 00:46:14 +00:00
  • 3fef7648f6 Media Grid: improve uploader styles. Scott Taylor 2014-07-25 00:30:28 +00:00
  • 276496aa29 Media Grid: change text to "Close Media Panel" to provide context for screen readers. Scott Taylor 2014-07-25 00:25:16 +00:00
  • ced3f94927 Adds <label>s to current page selector and bulk actions <select> field so that screen readers have an explicit label. Scott Taylor 2014-07-25 00:19:21 +00:00
  • f0318988c4 Correct a few @param docs for $walker. Scott Taylor 2014-07-24 22:24:07 +00:00
  • 6e74d46d94 Whitelist input types that are styled in the scope of .form-field. Scott Taylor 2014-07-24 22:21:00 +00:00
  • 66c8ad501f Add exif orientation to data extracted in wp_read_image_metadata(). Scott Taylor 2014-07-24 22:13:19 +00:00
  • 1cbe1cec12 In sanitize_file_name(), replace %20 and + with dashes. Remove unnecessary code from _wp_handle_upload(). Scott Taylor 2014-07-24 22:08:09 +00:00
  • cdf2c8132c Media Grid: UI improvements to Attachment modal. Scott Taylor 2014-07-24 21:54:22 +00:00
  • dd76aeea5b Media Grid: remove pencil icon from attachment hover and a bunch of unused CSS. Scott Taylor 2014-07-24 21:17:32 +00:00
  • 1b01b92dc6 Media Grid CSS: Media modal close icon should be consistent with other modals. Scott Taylor 2014-07-24 21:06:42 +00:00
  • 052e5c5062 Remove white box-shadow divider from uploading status area for consistency. Scott Taylor 2014-07-24 21:03:25 +00:00
  • b1053cca13 Don't render Attachment Display Settings when display is set to false. Currently, the value for display in the media.view.AttachmentsBrowser instance in the media.view.MediaFrame.Select frame is set to the value for displaySettings. These values do different things, so check for the existence of display on the state before arbitrarily setting it to the displaySettings value. Scott Taylor 2014-07-24 20:57:05 +00:00
  • c2491f31ae When gallery settings are overridden, the JS-generated shortcodes need to check the new defaults before deleting attributes that it suspects are the same as the original default values. Scott Taylor 2014-07-24 19:59:18 +00:00
  • 530328ef59 The Underscore templates for Gallery settings should respect defaults when marking an <option> as selected. Scott Taylor 2014-07-24 19:34:53 +00:00
  • abc6b8c1d7 Media Grid: Manage focus when toggling between the grid and an edit attachment modal Scott Taylor 2014-07-24 19:04:48 +00:00
  • 2fd45b514b Set default values for attachment meta and ID3 data when preparing for JS to avoid errors in rendering templates. props ericmann for the initial patch. fixes #29013. Helen Hou-Sandi 2014-07-24 18:03:58 +00:00
  • 5698a9dc7e Media Grid: Remove fields from showing in the grid itself. Helen Hou-Sandi 2014-07-24 05:25:28 +00:00
  • 0a73faec46 Editor scrolling: - Improve TinyMCE resizing when a floated block is at the end of the content. - Improve setting the padding/margin under the toolbar on loading. - Add custom event on TinyMCE resizing and use it to adjust the pinning (if needed). Part props avryl, see #28328. Andrew Ozz 2014-07-24 01:32:29 +00:00
  • 3d3b141b30 Add support for attachment_fields_to_edit in the attachment details modal. props ericlewis. fixes #28991, see #24716. Helen Hou-Sandi 2014-07-23 22:08:17 +00:00
  • 15aaf0691a After [29179], remove the last instance of this.isCompatibleSrc(). Scott Taylor 2014-07-23 17:53:07 +00:00
  • d9564736b8 Fix a typo in the PHPDoc for wp_register_sidebar_widget(). Drew Jaynes (DrewAPicture) 2014-07-23 17:20:10 +00:00
  • 1e2fa2ddd3 Fix a typo in the PHPDoc for get_stylesheet(). Drew Jaynes (DrewAPicture) 2014-07-23 05:10:44 +00:00
  • c72d29e63e Revert [29267], as it causes unit test breakage and appears unnecessary. see #28986. Helen Hou-Sandi 2014-07-23 02:22:57 +00:00
  • 2d466f4c86 wpView: make sure the editor is focused before selecting/deselecting a view, or IE may throw an invalid range error, see #28595. azaozz 2014-07-22 21:52:02 +00:00
  • c2bd765b32 wpView: consolidate pausePlayers() and unsetPlayers(), they are almost the same. Prevent errors when instead of a player ME.js shows only a "Download File" placeholder (in IE). See #28905. Andrew Ozz 2014-07-22 21:48:41 +00:00
  • cce3bdf920 Media Grid: Add a date filter. Dominik Schilling (ocean90) 2014-07-22 20:46:22 +00:00
  • 60732933f3 Update the versions of several devDependencies in package.json. Run npm update in the project root to receive updates. Dominik Schilling (ocean90) 2014-07-22 20:40:08 +00:00
  • f5c0cf95e0 Fix jshint errors introduced in [29259]. see #11325. Dominik Schilling (ocean90) 2014-07-22 20:02:34 +00:00
  • 5bba352ae0 Media CSS: Fix typo in box-shadow property for WebKit and update indentation to match the other ones. Dominik Schilling (ocean90) 2014-07-22 19:57:21 +00:00
  • 7f9edd3e69 After [29251], set the array keys in WP_UnitTestCase::$hooks_saved to prevent notices in 3rd party use cases. Scott Taylor 2014-07-22 17:21:40 +00:00
  • 80c4d6a96c Media Grid: general JS cleanup. Scott Taylor 2014-07-22 16:20:59 +00:00
  • d51539d8b3 Media Grid: Fix missing padding in RTL in Attachment Details modal. Sergey Biryukov 2014-07-22 03:17:59 +00:00
  • 708af1c467 Media Grid: Swap arrow direction in RTL in Attachment Details modal. Sergey Biryukov 2014-07-22 03:07:21 +00:00
  • 25b733cea2 Move the "view" link for attachment details to the sidebar and use more specific language. Removes an unnecessary JS handler. fixes #28977. Helen Hou-Sandi 2014-07-22 02:19:21 +00:00
  • f171b362a9 Media Grid: Add a View button to Attachment Details modal. Sergey Biryukov 2014-07-22 01:29:17 +00:00
  • 9106987a3f TinyMCE: include 85e22b58e9that and quote one more use of "float". This is "reserved as future keyword by older ECMAScript specifications" according to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar and can throw a syntax error. See #28576. Andrew Ozz 2014-07-21 23:04:29 +00:00
  • dfa33f92ff Add a lang attribute to each language listed on the language selector screen during installation. See #28858, #28577. John Blackbourn 2014-07-21 21:50:12 +00:00
  • ac17007b10 Remove requirement for a minimum image size in the image editor. Sergey Biryukov 2014-07-21 19:09:44 +00:00
  • 98e7bb798c Don't always focus password field on interim login. Sergey Biryukov 2014-07-21 16:20:05 +00:00
  • 4ba18baec2 Remove a redundant condition for comment feeds from WP_Query::get_posts(). Sergey Biryukov 2014-07-21 15:37:14 +00:00
  • 0c3d0214cb Gruntfile: Change import rules to include RTL stylesheets when running CSSJanus. Sergey Biryukov 2014-07-21 02:50:45 +00:00
  • 01277f8d32 XMLRPC: Switch the file deletion alias to be deleteFile to more closely make uploadFile. Peter Westwood 2014-07-20 14:01:35 +00:00
  • 6d0218365b Post beta2 version bump to 4.0-beta2-29254 Peter Westwood 2014-07-20 13:58:21 +00:00
  • b085282340 WP_Dependencies->recurse_deps(): tuck the recursion into elseif so the foreach doesn't break on the first item. Scott Taylor 2014-07-20 00:33:51 +00:00
  • 77ee35c4eb wp_script_is( ..., 'enqueued' ) needs to check dependencies recursively - a single item's dependencies may only be a subset of the full dependency tree. Adds a new method on WP_Dependencies called ->recurse_deps(). Scott Taylor 2014-07-20 00:28:57 +00:00
  • 36e455d018 Backup filter globals ( $merged_filters, $wp_actions, $wp_current_filter, $wp_filter ) statically when running unit tests, restore on tearDown(). This ensures that all tests initially use the same filters/actions. Scott Taylor 2014-07-19 23:58:07 +00:00
  • ca5d586b8e After [29200], switch back to using static vars instead of adding 2 globals, as per Sergey. Scott Taylor 2014-07-19 23:13:19 +00:00
  • a1aa518788 Call untrailingslashit() when adding a theme directory in register_theme_directory(). This prevents double-slashing in generated URLs. Don't add a directory if it is already present. Scott Taylor 2014-07-19 23:06:54 +00:00
  • 150e1367b4 In get_adjacent_post(), make $excluded_terms work as expected. Scott Taylor 2014-07-19 22:26:43 +00:00
  • 9c366c8f61 Fix admin menu open/close issues on some mobile devices, props adamsilverstein, fixes #27980. Andrew Ozz 2014-07-19 18:54:50 +00:00
  • b53705fa7b TinyMCE wpView: better removal of views, replace a selected view when pasting. Props avryl, fixes #28913. Andrew Ozz 2014-07-19 07:29:34 +00:00
  • 8c67be305d TinyMCE wpVIew: use CSS3 currentcolor for the fake carets, see #28595. Andrew Ozz 2014-07-19 06:28:38 +00:00
  • 50090763ba Remove redundant title attributes from get_calendar(). Sergey Biryukov 2014-07-19 04:40:32 +00:00
  • d83dbfca17 Customizer: Remove "Add a Widget" button from tab order when reordering widgets. Sergey Biryukov 2014-07-19 03:31:49 +00:00
  • 45ec949d58 Customizer: When widget reorder button is actioned, transfer focus to the first Move control within the section. Sergey Biryukov 2014-07-19 03:23:51 +00:00
  • c62cd97555 Add a class for get_comment_author_link() in Recent Comments widget. Sergey Biryukov 2014-07-19 02:43:27 +00:00
  • 0121e36154 Customizer: Add screen reader text to announce that panels and sections are expandable. Sergey Biryukov 2014-07-19 02:36:07 +00:00
  • 123702b484 Add screen reader text to announce that menu item accordion sections are expandable. Remove redundant title attribute. Sergey Biryukov 2014-07-19 02:20:58 +00:00
  • a740868552 Customizer: Add widget title to Move/Up/Down controls to provide context for screen readers when reordering or moving widgets. Sergey Biryukov 2014-07-19 01:57:05 +00:00
  • 7a01c6af7b Customizer: Avoid losing focus when adding widgets via keyboard. Sergey Biryukov 2014-07-19 01:18:39 +00:00
  • bcff52c1b0 TinyMCE wpView: - Typing something replaces a selected view. - Pressing backspace deletes the selection. - Pressing enter also deletes the selection. - Pasting something replaces the selection. - Also merge the different 'keydown' handlers. Props avryl, fixes #28913. Andrew Ozz 2014-07-19 00:33:46 +00:00
  • fad9723a42 Revert [28963]. Sergey Biryukov 2014-07-19 00:25:46 +00:00
  • 9b1dbf7417 Use an existing string. Sergey Biryukov 2014-07-18 23:55:47 +00:00
  • 54f0c851d5 Reverse the order of roles in help text on Add New User screen to match [25695]. Sergey Biryukov 2014-07-18 23:47:54 +00:00
  • 218cbba634 Add screen reader text for star ratings on Install Plugins screen. Sergey Biryukov 2014-07-18 23:40:43 +00:00
  • 72916a9751 TinyMCE: better "color preview" for the text color button, props avryl, fixes #28280. Andrew Ozz 2014-07-18 22:14:05 +00:00
  • b4e97b5d5a Convert documentation for default arguments in WP_Http::request() to a hash notation. Drew Jaynes (DrewAPicture) 2014-07-18 22:00:51 +00:00
  • 9ea77904ba Fix syntax for single- and multi-line comments in wp-includes/class-http.php. Drew Jaynes (DrewAPicture) 2014-07-18 21:46:24 +00:00
  • b26c85ff29 4.0-beta2. Andrew Nacin 2014-07-18 21:04:27 +00:00
  • 3bd777fba5 Plugin Install screens: Pass locale and installed plugins to the API, for context. Andrew Nacin 2014-07-18 20:49:14 +00:00
  • b00097b758 Add 'Details' links to installed plugins. Andrew Nacin 2014-07-18 20:48:28 +00:00
  • 446f78396a Plugin install: display cards in groups if the API returns them with the appropriate information. props tellyworth. fixes #28673. Helen Hou-Sandi 2014-07-18 19:34:47 +00:00
  • fdacabaa7e WP_Session_Tokens: Can't abstract a static method. Andrew Nacin 2014-07-18 19:15:13 +00:00
  • bda49ba928 Update some inline docs for the WP_Http class. Fixes #28943. John Blackbourn 2014-07-18 18:14:09 +00:00
  • 6fdf1c5d36 Fix parse error in PHP 5.2. Sergey Biryukov 2014-07-18 17:33:50 +00:00
  • 97fcbef707 Tie cookies and nonces to user sessions so they may be invalidated upon logout. Andrew Nacin 2014-07-18 09:12:05 +00:00
  • a14ea26577 Keyboard accessibility for the media modal: Helen Hou-Sandi 2014-07-18 07:56:25 +00:00
  • 1803c4c1e8 Plugin install cards: Helen Hou-Sandi 2014-07-18 06:07:21 +00:00
  • b0b9655b12 Install Plugins screen: Helen Hou-Sandi 2014-07-18 04:49:19 +00:00
  • 021750b4f4 Use more generic, reusable CSS for the filter bar on Add Themes. This will allow us to reuse the UI in other places, such as the Media Library. props paulwilde. fixes #28794. Helen Hou-Sandi 2014-07-18 03:39:04 +00:00
  • 168ed4764e Don't 404 for empty feeds. Sergey Biryukov 2014-07-17 22:21:37 +00:00
  • 332a618271 Declare the variable before using it. Sergey Biryukov 2014-07-17 22:00:14 +00:00
  • 9730c679f1 TinyMCE: add the 'colorpicker' and 'lists' plugins, fixes #28939, #27359. Andrew Ozz 2014-07-17 21:53:28 +00:00
  • cb2ea6501a Fix jshint errors introduced in [29212]. see #28842. Helen Hou-Sandi 2014-07-17 20:45:09 +00:00
  • e391aa228a Media Grid: Helen Hou-Sandi 2014-07-17 20:41:40 +00:00