Commit Graph

  • e9f0de0951 Remove a blank line and @global reference in the PHPDoc for comment_author_email_link(). Drew Jaynes (DrewAPicture) 2014-04-04 04:35:20 +00:00
  • ee33326f32 Edit image modal: - Make the calculation of the aspect ratio more robust. - Better getting of the image height and width. Props gcorne, see #27366 Andrew Ozz 2014-04-04 01:48:24 +00:00
  • ec18e88dee TinyMCE: better calculation for editor height when switching Text to Visual and back. Add stopping of editor resizing when the mouse leaves the browser window. See #27279 Andrew Ozz 2014-04-04 01:30:11 +00:00
  • e8ad1fbf6c Theme Installer: Center spinner, remove plural string. Andrew Nacin 2014-04-04 00:45:13 +00:00
  • 96563b4143 Clarify tooltips on Edit Image screen. Sergey Biryukov 2014-04-04 00:02:22 +00:00
  • a97e9018c4 Fix typo in verify_file_md5() description. see [25541]. Sergey Biryukov 2014-04-04 00:02:12 +00:00
  • b29ccb5656 Theme Installer: Fix sorting, counts, keyboard navigation; add prev/next to previews. Andrew Nacin 2014-04-03 23:52:45 +00:00
  • e73e290712 Themes: Hide 'Add New' with no JS. see #27055. Andrew Nacin 2014-04-03 23:05:01 +00:00
  • ccb4f3714a Database: Fall back from ext/mysqli to ext/mysql if the connection fails. Andrew Nacin 2014-04-03 21:57:22 +00:00
  • 641f9f9a93 TinyMCE: improve setting disabled/enabled/activated states on the Unlink button, fixes #27309 Andrew Ozz 2014-04-03 20:04:44 +00:00
  • de2c9e23cf Plupload wrapper: Call init callback on PostInit event. Fixes the background image uploader in Customizer, which was broken after [27316]. Dominik Schilling (ocean90) 2014-04-03 19:43:53 +00:00
  • d817c574a3 Fix styling for plugin update details Thickbox. Dominik Schilling (ocean90) 2014-04-03 14:07:42 +00:00
  • ed139644be Use multiplication sign instead of a colon for selection size when editing an image. Sergey Biryukov 2014-04-03 09:45:44 +00:00
  • ce76432676 Background Updates: Fix a PHP Warning caused by a Upgrader instance being passed into the Theme & Plugin $extra_stats parameter. See #27633 Dion Hulse 2014-04-03 05:32:02 +00:00
  • f57853519f TinyMCE: update translatable strings, see #27453, #24067 Andrew Ozz 2014-04-03 05:15:59 +00:00
  • 8dcec58f2a Twenty Thirteen and Fourteen: style to support the new HTML5 line-break-less galleries. Props obenland, see #27637. Lance Willett 2014-04-03 04:46:23 +00:00
  • 0faaacc7c8 Database: Add $allow_bail argument to wpdb::check_connection() to match the connect method. Andrew Nacin 2014-04-03 04:05:31 +00:00
  • 74ec183ee7 TinyMCE: - Bring back loading of /langs/[locale].js and /langs/[locale]_dlg.js from PHP. Prevents errors with missing translation files when custom plugins use requireLangPack() without second argument. - Back to using ISO 639-1 (two letter) locales as the locale is used as part of the translation file name. See #24067, fixes #27610 Andrew Ozz 2014-04-03 03:39:21 +00:00
  • 26391af850 Edit Image modal: - Fix issue with adding a link to an image that didn't have one previously. - Adjust the look-and-feel of the advance options toggle so that it becomes a section heading that can be open/closed. - Add a Custom Size option to the size drop-down that reveals fields for soft-resizing the image inserted into the post. Props gcorne, and props sdasse for the design help, see #27366 Andrew Ozz 2014-04-03 03:20:40 +00:00
  • 66f20812b9 Remove old links_recently_updated_* DB options that never had a UI. Andrew Nacin 2014-04-03 03:09:59 +00:00
  • df3eaf73cb Fix copy/paste error in [27710]. Sergey Biryukov 2014-04-02 23:46:34 +00:00
  • 87bc851561 Remove <br> elements for HTML5 galleries. Andrew Nacin 2014-04-02 21:49:38 +00:00
  • 63a83c88f8 Widget Customizer: Restore deferral of previewer-loading class removal until preview is synced. Dominik Schilling (ocean90) 2014-04-02 19:24:18 +00:00
  • 41c2ce306a Widget Customizer: Don't use opacity for the update spinner. Dominik Schilling (ocean90) 2014-04-02 19:19:53 +00:00
  • c65af080fd Update suggest.min.js for [26333]. Dominik Schilling (ocean90) 2014-04-02 19:04:56 +00:00
  • b0fae8aa2a Widget Customizer: Remove leading underscores from public methods. Dominik Schilling (ocean90) 2014-04-02 18:30:06 +00:00
  • 9f3976baf2 Widget Customizer: Improve support for dynamically-created inputs. Dominik Schilling (ocean90) 2014-04-02 18:20:00 +00:00
  • f17d9491b1 Fix a regression caused by [27622] in prepend_attachment() by passing all attachments that are not audio or video to the else clause. Scott Taylor 2014-04-02 17:13:09 +00:00
  • b5780fa7b8 Widget Customizer: Improve plugin compatibility. Dominik Schilling (ocean90) 2014-04-02 17:03:14 +00:00
  • c86d9021c5 Background Updates: Fix two variable typos in r27905 Dion Hulse 2014-04-02 13:12:28 +00:00
  • 48025fabd5 Background Updates: Record Plugin & Theme update statistics like we for for Core updates, Pass Plugin/Theme update objects into the Background updater for consistency with Core & Translations. See #27633 Dion Hulse 2014-04-02 13:04:30 +00:00
  • adf5fb1fe1 Coding standards and readability spacing for WP_Customize_Widgets. Drew Jaynes (DrewAPicture) 2014-04-02 06:11:49 +00:00
  • 0db976f610 Second-pass inline documentation improvements for WP_Customize_Widgets. Drew Jaynes (DrewAPicture) 2014-04-02 05:44:54 +00:00
  • d615eb4ee2 Improve some inline documentation for class properties in WP_Customize_Section. Drew Jaynes (DrewAPicture) 2014-04-02 03:01:31 +00:00
  • 7b272d3a26 Drag and drop files on the editor to upload: add new argument to wp_editor() to enable, fixes #27465 Andrew Ozz 2014-04-02 02:41:24 +00:00
  • c28fff3b65 wpLink: fix spinners selectors and add some throttling when searching with AJAX while the user is typing, fixes #27615 Andrew Ozz 2014-04-02 02:26:12 +00:00
  • c5f7f95979 Gallery preview: add a "No items found" state which is displayed when rendering the gallery wpview and no attachments are found. Props gcorne, fixes #27558 Andrew Ozz 2014-04-02 02:17:39 +00:00
  • d4f99c2142 Edit Image modal: - Move all advanced options under a single “Show advanced options” toggle that mirrors the behavior and look-and-feel of the wplink modal. - Switch to using <select> for the Size and Link To. - Bring back the field for CSS Class for the image, but don’t incorporate the internally managed WordPress classes (size-, wp-image-, etc…). - On larger screen sizes, float labels to the left. When the width drops below 900px, stack the label above the fields. - Keep image at top on screen sizes where the two columns are stacked into a single column. - Don't replace the nodes in the editor DOM so we don't stomp on any custom attributes that the user may have added via the Text editor or some other mechanism. Props gcorne, see #27366 Andrew Ozz 2014-04-02 01:53:56 +00:00
  • 5977c4332e TinyMCE: update to 4.0.21, see #24067 Andrew Ozz 2014-04-01 22:46:00 +00:00
  • 5b4287b991 Theme Installer fixes: * Better more filters section. props sonjanyc for some mockups. * Better handling of no results. * Use # for hrefs. Andrew Nacin 2014-04-01 22:19:51 +00:00
  • b1122743c8 Call MediaElement's shim method for setSrc() when dynamically updating the playing source in playlists, which will properly set the source for mobile. Scott Taylor 2014-04-01 19:03:24 +00:00
  • 13a0532006 Make <audio> elements in playlists responsive. Scott Taylor 2014-04-01 18:46:18 +00:00
  • 3046451bf7 Cleanup [27892]. Dominik Schilling (ocean90) 2014-04-01 15:29:34 +00:00
  • 11f6751d51 Widget Customizer: Use postMessage to highlight widgets in preview or sections/controls in Customizer. Dominik Schilling (ocean90) 2014-04-01 15:25:56 +00:00
  • bb7c7e06c0 Widget Customizer: Remove WidgetCustomizer.showFirstSidebarIfRequested(). Dominik Schilling (ocean90) 2014-04-01 12:37:43 +00:00
  • ab5b649243 Revert [27654] for strings. Dominik Schilling (ocean90) 2014-04-01 11:07:59 +00:00
  • 33acf29a46 Clarify PHPDoc return description for media_handle_upload(). Drew Jaynes (DrewAPicture) 2014-03-31 22:32:47 +00:00
  • 1bd14badd5 Clarify inline documentation for the 'html5' case and PHPDoc return in add_theme_support(). Drew Jaynes (DrewAPicture) 2014-03-31 22:20:01 +00:00
  • 239ac6e830 Forward pingback IP during pingback verification. Andrew Nacin 2014-03-31 20:42:41 +00:00
  • 9771a5aa78 Re-instantiate the MediaElementPlayer instance when switching mime types in playlists. Scott Taylor 2014-03-31 15:34:23 +00:00
  • cfaf65d392 Inline documentation for hooks in wp-includes/widgets.php. Drew Jaynes (DrewAPicture) 2014-03-31 07:29:29 +00:00
  • d8d26a4f79 Cleanup up the display, escaping, and handling of ID3 data for media. Rename wp_get_relevant_id3_keys() to wp_get_attachment_id3_keys(). Scott Taylor 2014-03-31 05:15:39 +00:00
  • 882df9f94a Favor escaping over interpolation in Underscore templates for media. Translate some strings directly instead of passing via JS. Scott Taylor 2014-03-31 05:12:29 +00:00
  • bce67739ff Bump the MediaElement version in script-loader.php to 2.14.1. Scott Taylor 2014-03-30 22:19:30 +00:00
  • 70beef6c31 Use correct formatting function. see [27864], see #27574. Andrew Nacin 2014-03-30 22:11:58 +00:00
  • 35306513dc Using percentages for playlist font-sizing was ambitious, but fell prey to editor-style.css in the admin. We have switched to using pixels. The editor styles were also forcing MediaElement players to inherit font-family, which was undesirable. And while we're at it, remove the top and bottom border from the playlist's list of tracks, which adds a dash of lovely to the playlist's default styles. Scott Taylor 2014-03-30 22:11:46 +00:00
  • 877ffc087f Cleanups for audio/video metadata, see [27862]. Andrew Nacin 2014-03-30 21:07:04 +00:00
  • 2846655164 In wp_generate_attachment_metadata(), when an audio or video files contains upload-able image bits in its ID3 tags, only upload it if the image has not already been uploaded. Determine this by checking for a _cover_hash value in post meta that matches the md5 representation of the bits. Scott Taylor 2014-03-30 20:53:21 +00:00
  • 149f36ed35 Metadata for audio and video files: Scott Taylor 2014-03-30 19:27:31 +00:00
  • a9d54abfed MEjs has been fixed upstream: 1a75559c9d No more infinite loop. Scott Taylor 2014-03-30 17:50:08 +00:00
  • c0373b288c Widget Customizer: Add a label to widget search. Dominik Schilling (ocean90) 2014-03-30 15:46:28 +00:00
  • 2e5586ee19 Only show test cookie warnings on submit as caching/proxies may intercept the test cookie for GET requests. Andrew Nacin 2014-03-30 00:40:43 +00:00
  • 02a46f5368 Add class wp-core-ui to DFW and wpLink as it is required by buttons.css. Props avryl, see #27279 Andrew Ozz 2014-03-30 00:36:12 +00:00
  • d6e6560980 Editor: - Use standard button styles for the Quicktags buttons. - Better style for the TinyMCE buttons (hover/focus/active/disabled). - Move the fullscreen (DFW) button to the right. - Better style for the Visual/Text buttons in DFW. Props avryl, see #27279 Andrew Ozz 2014-03-29 23:57:13 +00:00
  • d9a2370aab Customizer: Style "Cheatin’ uh?" message like wp_die(). Dominik Schilling (ocean90) 2014-03-29 23:18:54 +00:00
  • 64f5807b32 Adjust colors in wp_die() and install.css. Dominik Schilling (ocean90) 2014-03-29 23:05:12 +00:00
  • 9fb6f9557b Widget Customizer: Remove strings from WP_Error returns and go with just IDs. Dominik Schilling (ocean90) 2014-03-29 21:43:39 +00:00
  • 238459a604 Revert mediaelement-and-player.min.js to a usable build that doesn't cause an infinite loop. Still 2.14.0, minus the offending pull request: a7f67b7180 Scott Taylor 2014-03-29 21:35:58 +00:00
  • edee5feaab Restore some CSS rules that are necessary for non-default schemes. see #18380. Helen Hou-Sandi 2014-03-29 17:47:08 +00:00
  • b29fe2764c Post beta3 version bump. Andrew Nacin 2014-03-29 11:39:25 +00:00
  • 39972a8887 3.9-beta3 Andrew Nacin 2014-03-29 11:14:49 +00:00
  • 5f98beb862 Custom Headers: Simplify and consolidate the querying of custom headers for the customizer. Andrew Nacin 2014-03-29 10:52:17 +00:00
  • b7eaebf9b3 Update grunt-patch-wordpress to 0.2.1 which applies patches with a/ b/ paths. Andrew Nacin 2014-03-29 10:22:49 +00:00
  • e3171a42a3 Add PHP and JS unit tests for custom headers. Andrew Nacin 2014-03-29 10:05:22 +00:00
  • d8a3ebc173 JavaScript Unit Tests: Add Sinon (sinonjs.org) for test mocks, stubs, etc. see #21785. Andrew Nacin 2014-03-29 09:58:55 +00:00
  • 3b11bb9e36 Theme Installer: Avoid race condition during pagination. Andrew Nacin 2014-03-29 09:08:16 +00:00
  • 33f728034d Add braces to wptexturize() after [27839]. see #22692. Andrew Nacin 2014-03-29 08:59:38 +00:00
  • aff33c3bca Theme Installer: Remove unused variables and undesired commas. Andrew Nacin 2014-03-29 08:52:30 +00:00
  • 1c3f9e542b Restyle the image editor so it looks way less hideous. Andrew Nacin 2014-03-29 08:50:57 +00:00
  • 73677963e3 Media Manager: Hide 'Create Playlist' menu items until the user has uploaded audio or video. Andrew Nacin 2014-03-29 08:01:13 +00:00
  • 548a7d2b26 Fix drag-and-drop upload in distraction-free writing. Andrew Nacin 2014-03-29 07:53:47 +00:00
  • f0bd2b8a91 Texturize: Massive performance improvements (~600% faster); better handling of nbsp, double, and weird spaces; 136 new unit tests. Andrew Nacin 2014-03-29 07:15:33 +00:00
  • 18c8198487 Add a value to the password checkbox when creating a new user so the toggle is remembered. Andrew Nacin 2014-03-29 06:22:46 +00:00
  • 05ea231402 Avoid infinite recursion in get_term_children() when a term is incorrectly a parent of itself. Andrew Nacin 2014-03-29 06:07:17 +00:00
  • 0ad35e169b Revert the conversion of adjacent post queries to WP_Query. Explanation on the ticket. Andrew Nacin 2014-03-29 06:02:01 +00:00
  • 9b0101e59d Rewrite: Use same delimiter in url_to_postid() we use in WP::parse_request(). Andrew Nacin 2014-03-29 05:17:57 +00:00
  • 84cf72160d Use correct column name. See [27152]. Andrew Nacin 2014-03-29 03:38:39 +00:00
  • d167615ebf Restore the original z-index of the sticky admin menu, as first set in [26442]. Andrew Nacin 2014-03-29 03:29:43 +00:00
  • 5a41c8a06c Correct cascade issues and remove some unused CSS for the admin menu. see #18380. Helen Hou-Sandi 2014-03-29 02:46:04 +00:00
  • 02d1d894be Fix styling for mce-path (at the bottom of the editor), see #26952 Andrew Ozz 2014-03-29 00:18:35 +00:00
  • 363c2b4810 Theme Installer: Caching and paginating of API requests. Andrew Nacin 2014-03-28 21:48:52 +00:00
  • d658762063 Updated 2.14.0 build from the project maintainer. Scott Taylor 2014-03-28 21:43:58 +00:00
  • 2fc82bee56 Inline documentation for hooks in wp-includes/class-wp-editor.php. Drew Jaynes (DrewAPicture) 2014-03-28 21:32:39 +00:00
  • d5100269c8 Inline documentation for hooks in wp-includes/taxonomy.php. Drew Jaynes (DrewAPicture) 2014-03-28 21:28:23 +00:00
  • eb7173d906 Inline documentation for hooks in wp-includes/class.wp-styles.php. Drew Jaynes (DrewAPicture) 2014-03-28 21:23:44 +00:00
  • 57f3e4ca3c Inline documentation for hooks in wp-includes/pluggable.php. Drew Jaynes (DrewAPicture) 2014-03-28 21:20:08 +00:00
  • 12ba5b0ff9 Widget Customizer: Remove some specific styles for Widget Visibility from Jetpack. Dominik Schilling (ocean90) 2014-03-28 20:43:29 +00:00
  • a2d810d024 The sidebar_admin_setup hook should only be documented once in wp-admin/widgets.php. All others are duplicates. Drew Jaynes (DrewAPicture) 2014-03-28 19:46:26 +00:00
  • 5857c18dd8 Install: Allow an installation to go through with a custom user table with the username 'admin'. Andrew Nacin 2014-03-28 18:59:52 +00:00
  • 49c1734957 Allow the fullscreen editor's content area to also be responsive. props avryl. fixes #27569. Helen Hou-Sandi 2014-03-28 17:37:49 +00:00