Commit Graph

  • e4762df523 TinyMCE: include 709266e308 that fixes the UI state updates for the "link" button. See #28576. Andrew Ozz 2014-07-17 19:30:41 +00:00
  • 750c310565 Twenty Fourteen: Remove unused variable after [27120]. Sergey Biryukov 2014-07-17 19:08:05 +00:00
  • f59a307e10 Merge wp_handle_upload() and wp_handle_sideload() by making them each wrap a new function: _wp_handle_upload(). Scott Taylor 2014-07-17 18:57:26 +00:00
  • 5e1556a4ce After [29106], check for data.meta before attempting to render data.meta.bitrate. Scott Taylor 2014-07-17 17:41:06 +00:00
  • 753a60c709 After [29197], use ! empty() instead of isset(). Don't call has_shortcode() internally twice if it's true. Scott Taylor 2014-07-17 17:37:51 +00:00
  • 6ddc1e5f6d Fix syntax for single- and multi-line comments in wp-admin-directory files. Drew Jaynes (DrewAPicture) 2014-07-17 09:13:53 +00:00
  • 161266c17d Fix syntax for single- and multi-line comments in root-directory files. Drew Jaynes (DrewAPicture) 2014-07-17 09:11:46 +00:00
  • fdabfafa0f Media Grid Attachment Details modal UI improvements: Helen Hou-Sandi 2014-07-17 03:54:44 +00:00
  • db9a148b34 TinyMCE: - Update to 4.1.2, changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt - Update the tests to 4.1.2. Fixes #28576. Andrew Ozz 2014-07-17 00:58:41 +00:00
  • 50f7313fdd TinyMCE wpView: prevent fatal (security) errors when trying to access iframe.contentWindow in pausePlayers() and unsetPlayers(). See #28905. Andrew Ozz 2014-07-17 00:49:11 +00:00
  • 283fa473e6 In Plugin Install List Table, remove title attribute for plugin action links; add screen-reader-text. Scott Taylor 2014-07-16 22:49:53 +00:00
  • bda6f0cffe Properly set $subdomain_error to false when applicable in ms_subdomain_constants(). This was previously untestable because it used static vars: use globals instead. Scott Taylor 2014-07-16 22:34:18 +00:00
  • 8a5d825fac Fix a typo in the @access tag for WP_List_Table::__get(). Drew Jaynes (DrewAPicture) 2014-07-16 22:12:11 +00:00
  • e7e0aa5a42 Make sure that the ready event only fires once for relevant MCE views that are sandbox'd in iframes. Move some editor callbacks to initialize. Scott Taylor 2014-07-16 22:09:13 +00:00
  • 17d67d93e7 Make has_shortcode() recursive/work for nested shortcodes. Scott Taylor 2014-07-16 22:04:08 +00:00
  • 722930611c Avoid a race condition when multiple windows are open so that orphaned terms cannot be created by accident. Scott Taylor 2014-07-16 21:51:40 +00:00
  • 0e3aac5016 TinyMCE: fix aligncenter for html5-captions, props obenland, fixes #28681. Andrew Ozz 2014-07-16 21:27:54 +00:00
  • 977b4a7c26 Cleanup after [29179]: Scott Taylor 2014-07-16 19:35:55 +00:00
  • aa10b9f67b Cleanup after [29179]: Scott Taylor 2014-07-16 19:31:30 +00:00
  • 67c5474701 Autosave: always expose the wp.autosave.local methods, fixes #28924. Andrew Ozz 2014-07-16 18:33:03 +00:00
  • 72c8cf3233 Cleanup after [29179]: Scott Taylor 2014-07-16 18:18:18 +00:00
  • fa4ed6e062 TinyMCE wpView: add noop() when returning early, fixes #28921 Andrew Ozz 2014-07-16 17:55:00 +00:00
  • f071e710c2 Cleanup after [29179]: Scott Taylor 2014-07-16 16:13:47 +00:00
  • 9452f31220 DB schema change: Add comment_author_email(10) index. Andrew Nacin 2014-07-16 15:53:14 +00:00
  • 7e05c69ce2 Cleanup after [29179]: Scott Taylor 2014-07-16 15:39:05 +00:00
  • 09f5183276 Editor scrolling: better "scroll into view" in the visual editor. Don't override MCE path focus style. Props avryl, see #28328. Andrew Ozz 2014-07-16 04:05:13 +00:00
  • 850d8eb69e Editor scrolling: on setcontent, resize the editor after some delay to allow the browser to render the content. Props avryl, see #28328. Andrew Ozz 2014-07-16 02:29:53 +00:00
  • a90e8c6ff2 TinyMCE wpView: handle execCommand when the "fake caret" P is selected, props avryl, see #28595 Andrew Ozz 2014-07-16 02:18:18 +00:00
  • 76c3055aec TinyMCE wpView: - Cast off commands targeted to a view except undo, redo, RemoveFormat and mceToggleFormat (bold, italic, etc.). - Disable the link and unlink buttons when a view is selected. Props avryl, see #28595 Andrew Ozz 2014-07-16 00:09:58 +00:00
  • e7b7e3fa44 TinyMCE wpView: remove unused code, props avryl, see #28595 Andrew Ozz 2014-07-15 23:38:33 +00:00
  • aa163fdee3 Twenty Thirteen: make small-screen menu accessible to keyboard commands and voice-driven software by using a focusable button element rather than h3 for the toggle element. Fixes #28293, props rclations and obenland. Lance Willett 2014-07-15 23:09:41 +00:00
  • 12ebd89657 Editor scrolling: also disable in IE < 9. See #28328. azaozz 2014-07-15 22:36:02 +00:00
  • cba1ae06af Simplify creation of audio, video, and playlist MCE views by placing them in iframe sandboxes. Scott Taylor 2014-07-15 22:17:58 +00:00
  • 9e573243cf Add a new AJAX action: parse-media-shortcode. This async call will replace JS rendering of audio/video/playlist shortcodes. Scott Taylor 2014-07-15 22:07:16 +00:00
  • de49a2e6da _WP_Editors::editor_settings() should make use of get_editor_stylesheets(). Scott Taylor 2014-07-15 22:00:34 +00:00
  • bbfdf38a5b Make audio and video URLs/embed handlers work in <iframe>-sandbox'd MCE views. Scott Taylor 2014-07-15 21:50:41 +00:00
  • 0db107498a No-JS fallback for the Media Library grid view. props michalzuber. fixes #28830, see #24716. Helen Hou-Sandi 2014-07-15 20:44:38 +00:00
  • a9f6a727eb Twenty Fourteen: optimize featured content lookup to reduce the number of queries for featured posts. Props Chouby and obenland, closes #26744. Lance Willett 2014-07-15 06:43:31 +00:00
  • 4d6759dcf5 Remove unused variable in WP_Theme_Install_List_Table::install_theme_info(). Unused since [26380]. Dominik Schilling (ocean90) 2014-07-14 20:27:37 +00:00
  • cf673a6985 Fix wrong indentation in [29136]. Dominik Schilling (ocean90) 2014-07-14 20:08:38 +00:00
  • 1b2386e787 Remove plugin_install_details_link filter, which was added in [29047]. Dominik Schilling (ocean90) 2014-07-14 19:49:15 +00:00
  • 60b1befd8e Customizer: Add meta capability customize which is mapped to edit_theme_options. Dominik Schilling (ocean90) 2014-07-14 19:00:24 +00:00
  • 305e72859a Twenty Fourteen: pinking shears. Lance Willett 2014-07-14 17:48:48 +00:00
  • 6b86010ec2 Twenty Fourteen: improve styles for media "play" button. Props iamtakashi, closes #26469. Lance Willett 2014-07-14 17:47:36 +00:00
  • 4024ffdabc Twenty Fourteen: RTL display adjustment for Custom Header, props yoavf. Fixes #28670. Lance Willett 2014-07-14 17:40:07 +00:00
  • e5a663297c Missed one: WP_MS_Sites_List_Table::display_rows() must be public. Scott Taylor 2014-07-14 15:41:53 +00:00
  • 7ad77d58ee Add periods to short descriptions for magic methods added in [28501], [28521], and [28524]. Drew Jaynes (DrewAPicture) 2014-07-14 01:11:55 +00:00
  • a752c42b05 Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 01:06:58 +00:00
  • 551f829c55 Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 01:01:22 +00:00
  • 94d5e7b388 Fill out inline documentation for the __call() magic method added to the WP_Comment_Query class in [28519]. Drew Jaynes (DrewAPicture) 2014-07-14 00:47:36 +00:00
  • 2d27b684fb Fill out inline documentation for the __call() magic method added to the wp_xmlrpc_server class in [28515]. Drew Jaynes (DrewAPicture) 2014-07-14 00:45:54 +00:00
  • 1a2da86366 Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 00:43:51 +00:00
  • 17ba9ab973 Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 00:41:20 +00:00
  • 37a39b6b74 Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 00:39:10 +00:00
  • f6c14d758e Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 00:35:43 +00:00
  • e52c954fad Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 00:31:22 +00:00
  • e68fd93be4 Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 00:22:18 +00:00
  • e58a2aae1d Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 00:16:36 +00:00
  • 34edad1645 Fill out inline documentation for the __call() magic method added to the WP_Roles class in [28503]. Drew Jaynes (DrewAPicture) 2014-07-14 00:11:39 +00:00
  • f77584ea2c Inline documentation for the 'plugin_install_details_link' hook added in [29047] should use a 3-digit, x.x.x-style @since version. Drew Jaynes (DrewAPicture) 2014-07-14 00:09:58 +00:00
  • 08fd193850 Inline documentation cleanup for 4.0 audit. Drew Jaynes (DrewAPicture) 2014-07-14 00:05:37 +00:00
  • 49fdc296ba Fill out inline documentation for magic methods added to the Custom_Image_Header class in [28481], [28521], and [28524]. Drew Jaynes (DrewAPicture) 2014-07-13 23:58:27 +00:00
  • 1db583af25 Fill out inline documentation for magic methods added to the Custom_Background class in [28481], [28521], and [28524]. Drew Jaynes (DrewAPicture) 2014-07-13 23:57:03 +00:00
  • 1bf87b2c9e Fill out inline documentation for magic methods added to the WP_List_Table class in [28493], [28521], and [28524]. Drew Jaynes (DrewAPicture) 2014-07-13 23:54:15 +00:00
  • 343c544f6b Fill out inline documentation for magic methods added to the WP_Filesystem_Base class in [28521]. Drew Jaynes (DrewAPicture) 2014-07-13 23:51:39 +00:00
  • d7ff96d00f Fill out inline documentation for magic methods added to the WP_Object_Cache class in [28502], [28521], [28524]. Drew Jaynes (DrewAPicture) 2014-07-13 23:45:11 +00:00
  • e9e796d230 Fill out inline documentation for magic methods added to the WP_Ajax_Response class in [28524]. Drew Jaynes (DrewAPicture) 2014-07-13 23:43:18 +00:00
  • 144542362f Fill out inline documentation for magic methods added to the WP_Error class in [28511]. Drew Jaynes (DrewAPicture) 2014-07-13 23:41:50 +00:00
  • 930db4b518 Fill out inline documentation for magic methods added to the Walker class in [28514]. Drew Jaynes (DrewAPicture) 2014-07-13 23:40:14 +00:00
  • 77467c3095 Fill out inline documentation for magic methods added to the WP_MatchesMapRegex class in [28516]. Drew Jaynes (DrewAPicture) 2014-07-13 23:38:55 +00:00
  • 1850b9a60a Fill out inline documentation for magic methods added to the WP_Query class in [28523]. Drew Jaynes (DrewAPicture) 2014-07-13 23:35:52 +00:00
  • 844efdf398 Fill out inline documentation for magic methods added to the WP_User_Query class in [28528]. Drew Jaynes (DrewAPicture) 2014-07-13 23:34:01 +00:00
  • 88ca644228 Fill out inline documentation for magic methods added to the WP_Text_Diff_Renderer_Table class in [28525]. Drew Jaynes (DrewAPicture) 2014-07-13 23:31:55 +00:00
  • 8934fa3dad 4.0-beta1-29138. Andrew Nacin 2014-07-13 22:10:54 +00:00
  • 510ad2e1e9 Fix mismatches in access modifiers for WP_List_Table + subclasses. Scott Taylor 2014-07-13 22:08:22 +00:00
  • 1264558022 Media Grid improvements: Dominik Schilling (ocean90) 2014-07-13 16:15:36 +00:00
  • cf0e666184 Customizer: Make panel title translatable too. Dominik Schilling (ocean90) 2014-07-13 15:12:00 +00:00
  • 092e51042c Use assertEqualSets() instead of direct array comparison. Sergey Biryukov 2014-07-13 11:27:07 +00:00
  • 33db0d4ff2 Lists View Switcher: Replace blank image with screen reader text. Dominik Schilling (ocean90) 2014-07-13 11:04:21 +00:00
  • d5eca1c19f Customizer: Make screen reader text translatable. Dominik Schilling (ocean90) 2014-07-13 10:53:45 +00:00
  • 39fe2b445c Media Grid: Remove CSS transition from inline uploader. Dominik Schilling (ocean90) 2014-07-13 10:43:32 +00:00
  • d198c0bdd5 Remove unused variable in wp_dashboard_plugins_output(). Unused since [26144]. Dominik Schilling (ocean90) 2014-07-13 10:30:53 +00:00
  • 6fb887a1e6 Add indentation for the hash notation missed in [29128]. Drew Jaynes (DrewAPicture) 2014-07-13 04:17:10 +00:00
  • 810aeb40d4 Convert default arguments documentation for get_terms() into a hash notation. Drew Jaynes (DrewAPicture) 2014-07-13 04:14:39 +00:00
  • 9cc9f95cd2 TinyMCE wpView: better handling of the Enter key, props avryl, see #28595 Andrew Ozz 2014-07-13 00:33:58 +00:00
  • c46233940f TinyMCE wpView: fix selecting views on click, part props avryl, see #28595 Andrew Ozz 2014-07-12 22:50:19 +00:00
  • 1285d1450b Improvements to the plugin information modal: Dominik Schilling (ocean90) 2014-07-12 22:07:16 +00:00
  • c7f2a54dc8 Themes: Don't set background color for the filter icon. Dominik Schilling (ocean90) 2014-07-12 19:48:24 +00:00
  • c52f02cc3f Use correct ID for plugin search input label. Sergey Biryukov 2014-07-12 17:44:51 +00:00
  • 7580577e82 Don't use box shadow focus styling for widget arrows, see #28267. Dominik Schilling (ocean90) 2014-07-12 15:46:27 +00:00
  • 911da56fe8 Improve styling of progress bar on wp-admin/media-new.php. Dominik Schilling (ocean90) 2014-07-12 14:51:30 +00:00
  • d97b10eecf Wouldn't it be incredible if you could run Unit Tests without all of your uploads being indiscriminately blown away and your upload folder permissions being destroyed? Scott Taylor 2014-07-12 07:08:15 +00:00
  • 04b0ec782b The 2nd argument to array_unique() was added to PHP in 5.2.9, so don't use it. We have to use our own code to return unique terms when fields => all in wp_get_object_terms(). Scott Taylor 2014-07-12 03:53:34 +00:00
  • 63cb20cc5a Repent for our original OOP sins and doc blocks as pertains to access modifiers in List Table + subclasses. Scott Taylor 2014-07-12 03:26:40 +00:00
  • dbb367bee8 Editor scrolling: disable on mobile devices and hide the resize handle. See #28328. Andrew Ozz 2014-07-12 00:53:08 +00:00
  • d42f6c10af Convert default arguments documentation for wp_insert_user() into a hash notation. Drew Jaynes (DrewAPicture) 2014-07-12 00:20:14 +00:00
  • 0cef622342 Convert default arguments documentation for wp_dropdown_users() into a hash notation. Drew Jaynes (DrewAPicture) 2014-07-12 00:07:18 +00:00
  • a3d84ae66f Update the oEmbed provider inline docs John Blackbourn 2014-07-11 23:38:01 +00:00
  • e347ef267d Convert default arguments documentation for get_posts() into a hash notation. Drew Jaynes (DrewAPicture) 2014-07-11 23:33:33 +00:00
  • 01350ad5a7 Convert default arguments documentation for wp_page_menu() into a hash notation. Drew Jaynes (DrewAPicture) 2014-07-11 23:12:42 +00:00