Commit Graph

  • 2441202954 Prevent "Add" button in Tags meta box from wrapping to a new line in ru_RU. Sergey Biryukov 2014-08-19 08:56:58 +00:00
  • ace2e0ba1f Correct 'no_found_rows' parameter description. Sergey Biryukov 2014-08-19 07:27:51 +00:00
  • 1422cab58c Don't display an empty "Uploaded To" link in the media modal after [29436]. Sergey Biryukov 2014-08-19 07:23:46 +00:00
  • 8b1ee8e04b TinyMCE wpView: remove CSS transition for the fake caret. Can have very annoying side effect: the whole page shifts a bit. See #28595. Andrew Ozz 2014-08-19 03:56:53 +00:00
  • cd048c0154 TinyMCE wpView: ignore more keys when the caret is around a view. Part props avryl, fixes #29115. Andrew Ozz 2014-08-19 03:26:14 +00:00
  • c6e4597bbf Plugin details: Accessibility improvements Dominik Schilling (ocean90) 2014-08-18 20:01:47 +00:00
  • 1e61bbb8f1 DFW: revert applying the Visual editor body color and background-color for now. Set the color to #333 and the background to transparent. Fixes #28330. Andrew Ozz 2014-08-18 18:22:54 +00:00
  • 7cbb35a84e Media Modal: Restore to the previous filter and search error message. Dominik Schilling (ocean90) 2014-08-18 16:27:33 +00:00
  • 75f20c3e69 After [29507], move unreachable code from _requery() to Query.get(). Scott Taylor 2014-08-18 04:07:03 +00:00
  • 36b5f034ab wpviews: whenever a view is updated or inserted, don't refresh ALL of the views. Scott Taylor 2014-08-18 03:58:24 +00:00
  • 8691d31bdc Media Modal: don't show the "Edit Image" button for attachments that don't have data.sizes set. Scott Taylor 2014-08-18 02:41:46 +00:00
  • e67f53149d Media Grid: don't try to display images that don't have data.sizes set. Also, don't show the "Edit Image" button. Scott Taylor 2014-08-18 02:34:03 +00:00
  • 87fe6870e0 Media Grid: Don't show attachment details in the "sidebar" for errors. Scott Taylor 2014-08-18 02:25:43 +00:00
  • eaf912ec54 Media Grid: improve the design of upload errors. Scott Taylor 2014-08-18 02:21:57 +00:00
  • 48d83dcc66 Media Grid: on page load with ?item= in the URL, if the model is not in the library: fetch it. Defer the triggering of edit:attachment until the model has been fetched. Scott Taylor 2014-08-18 02:13:01 +00:00
  • 27cd1b4f92 Editor scrolling: set max-width: 100% for the text editor clone instead of always resizing it. See #29246. Andrew Ozz 2014-08-18 01:12:31 +00:00
  • dcba23a58e Editor scrolling: - Properly handle change of sidebar height when opening, closing or hiding postboxes. - Add a flag when to start pinning. Set it to few pixels more than the initial editor height. See #28328 Andrew Ozz 2014-08-18 00:34:45 +00:00
  • 53488d1404 Editor scrolling: always resize the text editor clone so it doesn't "push" the parent's width over 100%, fixes #29246. Andrew Ozz 2014-08-17 21:32:10 +00:00
  • ed01241d4b TinyMCE: fix the edit image and wpview buttons on touch screen PCs, fixes #29235. Andrew Ozz 2014-08-17 20:10:16 +00:00
  • 712b9d0897 Dashicons: Update to the latest dashicons files. Dominik Schilling (ocean90) 2014-08-17 15:00:40 +00:00
  • a6da7fd8f2 Restore focus styles for checkboxes and radio buttons. Broken since [29465]. Dominik Schilling (ocean90) 2014-08-17 14:18:05 +00:00
  • 7de002f960 Admin Menu: Auto fold the menu at 960px. Dominik Schilling (ocean90) 2014-08-17 14:14:09 +00:00
  • a1aa297d82 Media Grid: Improve position of fixed toolbar at small-screen sizes. Dominik Schilling (ocean90) 2014-08-17 14:02:16 +00:00
  • 6dfb2d6ec5 Avoid a PHP notice if you manually navigate to /wp-admin/install.php?step=2. See #28577. John Blackbourn 2014-08-17 13:59:10 +00:00
  • 1ba2f5c853 Fix expected value in Tests_Media::test_video_shortcode_body(). Since [29457] the .wp-video wrapper for a video has a height set. Dominik Schilling (ocean90) 2014-08-17 11:48:03 +00:00
  • 663164eeca Add a label to site language setting. Dominik Schilling (ocean90) 2014-08-17 09:44:18 +00:00
  • 652e929bff TinyMCE wpView: add small delay before inserting wpview sandbox iframes into the DOM. Fixes a problem in Firefox that may prevent rendering them. Fixes #29241. azaozz 2014-08-17 03:42:03 +00:00
  • 3211b09ed4 Use correct form name for translation updates. Dominik Schilling (ocean90) 2014-08-16 10:00:00 +00:00
  • de313ebf30 * Add span to the list of allowed tags in plugin sections in plugin details modal. * Don't strip class attribute from div/span tags in plugin sections. Sergey Biryukov 2014-08-16 03:06:26 +00:00
  • e22782e068 Plugin details: Use translation functions. Dominik Schilling (ocean90) 2014-08-15 20:50:51 +00:00
  • c4f784ba8e Correct the documentation for the customize_save_* action. Dominik Schilling (ocean90) 2014-08-15 19:48:16 +00:00
  • 4ec10e82c2 Customizer: Increase default priority for a section to 160. Dominik Schilling (ocean90) 2014-08-15 19:35:52 +00:00
  • c26ea8e3e5 Media Grid: $.when expects a splat. Disambiguation: change cache to refresh as the arg name for _requery(). Scott Taylor 2014-08-15 18:59:25 +00:00
  • 8314367632 Plugin details: Escape the donate link. Dominik Schilling (ocean90) 2014-08-15 17:16:16 +00:00
  • 482a3a7c8a Temporarily switch to a pinned version of grunt-cssjanus. This in turn temporarily pins cssjanus to a patched fork. Dominik Schilling (ocean90) 2014-08-15 16:30:21 +00:00
  • 8c900d184d Restore some rules for media sidebar settings. HTML5 input type selection is intense. fixes #29218. Helen Hou-Sandi 2014-08-15 16:01:29 +00:00
  • 262929004d Avoid undefined index notices in WP_UnitTestCase::_restore_hooks(). Sergey Biryukov 2014-08-15 15:40:48 +00:00
  • b6f0d0c208 Use consistent margin and padding on #wpcontent and #wpfooter. props jesin, TJNowell, sumobi. fixes #28675. Helen Hou-Sandi 2014-08-15 15:33:24 +00:00
  • 63ec249db9 Allow WebKit browsers to break strings in <code> tags. This prevents an overflow for example on Permalink Settings. Dominik Schilling (ocean90) 2014-08-15 13:18:52 +00:00
  • 9a331801d5 Media: Apply attachment opacity only in grid mode. Dominik Schilling (ocean90) 2014-08-15 10:02:59 +00:00
  • 2bac022b4c Autoprefixer for [29496]. Dominik Schilling (ocean90) 2014-08-15 09:41:00 +00:00
  • ae4830351c Plugin install: Remove columns and screen options. Dominik Schilling (ocean90) 2014-08-15 09:37:01 +00:00
  • fb2a4afeb2 4.0-beta4 Helen Hou-Sandi 2014-08-15 04:46:27 +00:00
  • ce45b90525 Small screen responsive for attachment details modal. see #28844. Helen Hou-Sandi 2014-08-15 04:09:58 +00:00
  • ee20b5a45f Editor scrolling: Helen Hou-Sandi 2014-08-15 03:16:07 +00:00
  • 22eca56a81 Some pre-commit cleanup of media-grid.js and media-views.js Andrew Ozz 2014-08-15 01:12:32 +00:00
  • 97eb710697 Media Grid: Use an existing string for posts without a title. Sergey Biryukov 2014-08-14 21:40:11 +00:00
  • d0441a6b42 Media Grid, support MEDIA_TRASH: add AYS to bulk actions. Scott Taylor 2014-08-14 19:07:06 +00:00
  • 7308949ea3 Media Grid, support MEDIA_TRASH: Scott Taylor 2014-08-14 18:50:04 +00:00
  • 8661fcf0d9 Media Grid, support MEDIA_TRASH: Scott Taylor 2014-08-14 18:30:49 +00:00
  • 1ab750d0d2 Media grid bulk selection styling: Helen Hou-Sandi 2014-08-14 07:17:27 +00:00
  • bc582fc058 Customizer: Mixed priority sorting for panels and top-level sections. Andrew Nacin 2014-08-14 04:42:30 +00:00
  • 112f9e9cc7 Separate WP_Customize_Panel from WP_Customize_Section. Andrew Nacin 2014-08-14 04:39:42 +00:00
  • cc51f62262 Remove now-unused strings. see #28842. Helen Hou-Sandi 2014-08-14 04:22:34 +00:00
  • 2cca041f44 Remove debug line from [29484]. Scott Taylor 2014-08-14 00:36:08 +00:00
  • 3ed9e02d0b Media Grid: add Bulk Selection mode for deleting attachments. Scott Taylor 2014-08-13 22:44:48 +00:00
  • ef86826322 Media Grid: treat Edit Image like a mode, which it is, instead of a state, which it is not. Scott Taylor 2014-08-13 19:25:23 +00:00
  • f22c2110ac Customizer: Fix ID attribute for a panel. Dominik Schilling (ocean90) 2014-08-13 18:25:04 +00:00
  • d48bee596a In the Edit Attachment frame, when in Edit Image mode, add a key event for Escape. There are conflicting keydown handlers that don't propagate the event to the modal properly. Scott Taylor 2014-08-13 18:14:15 +00:00
  • 4958fecdaf Plugin details: Remove some CSS rules that were unnecessary and causing issues in Firefox. see #27440. Helen Hou-Sandi 2014-08-13 05:27:01 +00:00
  • ab6063cc88 Fix some documentation typos in various core files. Drew Jaynes (DrewAPicture) 2014-08-13 03:55:10 +00:00
  • b343d48221 Fix the wp-settings-* cookies used in getUserSetting()/setUserSetting(). They should be set without COOKIE_DOMAIN to work properly for sub-domains. Fixes #29095. Andrew Ozz 2014-08-13 02:46:18 +00:00
  • 6d6bce429d Plugin install: Make plugin groups translatable. Sergey Biryukov 2014-08-13 02:30:24 +00:00
  • 30f7ce96cb Switch the Polldaddy oEmbed endpoint to HTTPS as it now redirects there. See #28507. John Blackbourn 2014-08-13 00:16:11 +00:00
  • c943d6d816 Additional @return clarifications for get_the_terms(), get_the_tag_list(), and get_the_term_list(). Sergey Biryukov 2014-08-12 23:47:23 +00:00
  • f37a0e160d Plugin details modal: Helen Hou-Sandi 2014-08-12 23:01:38 +00:00
  • ecfee74ce2 Media modal: make sure the Close button is focused after attempting to close the onscreen keyboard on touch devices. Props celloexpressions, fixes #29166. Andrew Ozz 2014-08-12 21:57:43 +00:00
  • 72ca5be593 After [29422], make sure the internal array counter is not reset for the $wp_filter global. Scott Taylor 2014-08-12 14:46:45 +00:00
  • 169a5ae561 TinyMCE: fix the 'editimage' plugin for touch devices. Better attempt to hide the onscreen keyboard when the media modal opens and TinyMCE is in focus. See #28595, #29166 Andrew Ozz 2014-08-12 04:26:13 +00:00
  • fff4c473d3 Clearer visual differentiation between panels and sections in the customizer. props celloexpressions. see #28979. Helen Hou-Sandi 2014-08-12 01:17:07 +00:00
  • 947ca94071 Correct references to post-template.php in the inline docs. Sergey Biryukov 2014-08-12 01:08:19 +00:00
  • fcda873946 Correct the docblock for the registered_post_type action. Fixes #29184. John Blackbourn 2014-08-11 21:20:58 +00:00
  • ccc0673612 Docblock corrections for get_the_terms() function and corresponding filter, and registered_taxonomy action. Fixes #29183. John Blackbourn 2014-08-11 21:16:52 +00:00
  • 8bdbb3de87 Better focus styling for buttons and button groups. props mattheu, avryl, celloexpressions. fixes #27826. see #28267. Helen Hou-Sandi 2014-08-11 18:20:18 +00:00
  • 18a8b40401 Add styling for various HTML5 input elements. props avryl. fixes #28262. Helen Hou-Sandi 2014-08-11 16:41:35 +00:00
  • 9f3b8dbead XML-RPC: Avoid a PHP notice in pingback_ping() method. Sergey Biryukov 2014-08-11 15:18:08 +00:00
  • 5b2ae73e18 TinyMCE: update wpview and editimage plugins for 4.1.3. Add show/hide of the Edit and Delete buttons on views and images on 'touchend'. See #28595, #29166 Andrew Ozz 2014-08-10 04:21:46 +00:00
  • e8adffff96 s/does/does not in wp_set_password() docblock. Drew Jaynes (DrewAPicture) 2014-08-10 02:43:07 +00:00
  • 5aef1c5aa5 Improve the wp_set_password() PHPDoc with a note to guard against executing the function on every page load, such as through a theme's functions.php file. Drew Jaynes (DrewAPicture) 2014-08-10 02:38:52 +00:00
  • 39ba840e04 Add @access tags to constructor docblocks in list table classes. Drew Jaynes (DrewAPicture) 2014-08-10 02:21:56 +00:00
  • 126147a877 Document default arguments for the WP_List_Table class. Also add referenced docblocks to extending class constructors. Drew Jaynes (DrewAPicture) 2014-08-10 02:17:14 +00:00
  • f8fed596ec TinyMCE: update to 4.1.3, changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt, fixes #29166 Andrew Ozz 2014-08-09 20:55:34 +00:00
  • e23c1ae3ff Upgrade MediaElement to 2.15.0: Scott Taylor 2014-08-09 20:43:25 +00:00
  • 45368dbfaa Video: Scott Taylor 2014-08-09 19:38:40 +00:00
  • 8feaba4ca2 Clean up some missing @access tags and other tweaks for 4.0.0-functionality docs. Drew Jaynes (DrewAPicture) 2014-08-09 19:31:35 +00:00
  • a84d50dfa3 Fix some words that aren't words. Drew Jaynes (DrewAPicture) 2014-08-09 19:29:37 +00:00
  • e8e0880851 WP_Plugins_List_Table::bulk_actions() method declaration should match WP_List_Table, see [29440]. Dominik Schilling (ocean90) 2014-08-09 14:45:20 +00:00
  • c4424ea546 Media at small screens: - Show the image details/settings as an overlay. - Better styling for the frame drop-down. - Remove the multi-select by default on the Insert frame. See #27423 Andrew Ozz 2014-08-09 05:08:16 +00:00
  • af851b9bda Add some docs to Customizer JS. Scott Taylor 2014-08-08 23:30:30 +00:00
  • 0a6221058f Add some docs to Customizer JS. Scott Taylor 2014-08-08 22:09:46 +00:00
  • d6d00167a6 TinyMCE: don't access the parent window when opening the (iframe based) Help/Keyboard Shortcuts modal. Fixes #20094. Andrew Ozz 2014-08-08 21:17:15 +00:00
  • 78c928ad44 Editor: use the post_edit_form_tag action to add autocomplete="off" to the whole form on the Add/Edit Post screen in WebKit. Prevents editor problems when the browser's Back button is used. Fixes #28037. Andrew Ozz 2014-08-08 20:53:31 +00:00
  • d837ad9fa3 Revert [29287] based on design and core team feedback. see #29012. Helen Hou-Sandi 2014-08-08 19:00:28 +00:00
  • f4e7b2a6ad Media: improve the media modal at small screen sizes and make it usable on phones, first run. Part-props gcorne, see #27423. Andrew Ozz 2014-08-08 03:45:55 +00:00
  • f1aceb1667 4.0-beta3-29445 Andrew Nacin 2014-08-08 01:43:45 +00:00
  • 8fad4c957c Media Grid: remove Router code that doesn't actually ever run. Scott Taylor 2014-08-07 22:36:30 +00:00
  • 86034ec04d Media Grid: remove Router code that doesn't actually ever run. Scott Taylor 2014-08-07 22:32:58 +00:00
  • fa6508e234 wp_dashboard_cached_rss_widget() contained some func_get_args() code that was indescribably weird. This keeps it weird, but makes sure that $check_urls gets passed to the callback. wonderboymusic 2014-08-07 21:46:02 +00:00
  • ec7895af29 After [29360], add rules for <input>s in the scope of .media-sidebar. Scott Taylor 2014-08-07 21:33:33 +00:00
  • 9b9b4a82da Mark WP_List_Table::bulk_actions()'s argument $which as optional for BC. Scott Taylor 2014-08-07 21:30:01 +00:00