Commit Graph

  • a4d03d360a Add missing parameter and return descriptions to WP_Customize_Widgets->filter_customize_dynamic_setting_args(). Drew Jaynes 2015-04-05 15:35:22 +00:00
  • efaab521f9 Add parameter and return descriptions for WP_Customize_Widgets->get_setting_type(). Drew Jaynes 2015-04-05 15:19:01 +00:00
  • 1f3341f11a Add missing @access tags to two DocBlocks in WP_Customize_Setting. Drew Jaynes 2015-04-05 15:16:32 +00:00
  • ab0b6a94c8 Document the $theme property in WP_Customize_Themes_Section. Drew Jaynes 2015-04-05 15:09:30 +00:00
  • 0b962deaaa Fix inline documentation syntax in a variety of DocBlocks and hook docs in WP_Customize_Manager. Drew Jaynes 2015-04-05 15:06:40 +00:00
  • 34a23ca66c Cleanup DocBlock syntax, add a missing parameter description for WP_Customize_Manager->set_post_value(). Drew Jaynes 2015-04-05 15:02:24 +00:00
  • 4bc17916a4 Add inline doc syntax fixes for WP_Customize_Manager->doing_ajax(). Drew Jaynes 2015-04-05 14:59:35 +00:00
  • b2a468c1fc After [31941], use the decoupled strings from wp-admin/network/themes.php in wp-admin/network/site-themes.php as well. Sergey Biryukov 2015-04-05 14:57:35 +00:00
  • 88ccda8ae8 Add documentation for the $type and $theme properties in WP_Customize_Theme_Control. Drew Jaynes 2015-04-05 14:52:28 +00:00
  • 0e236b6e72 wp_install_maybe_enable_pretty_permalinks() should have a consistent @return value. Sergey Biryukov 2015-04-05 14:48:23 +00:00
  • 4d57614cef Fix description alignment for the category_css_class filter docs. Drew Jaynes 2015-04-05 14:48:06 +00:00
  • fd8d9c5883 Correct grammar when referring to "a user" vs "an user" in several places. Drew Jaynes 2015-04-05 14:43:57 +00:00
  • b0c3d0e7c2 Emoji: Remove an errant / in Twemoji URLs. Gary Pendergast 2015-04-05 07:27:20 +00:00
  • 1463a2c88c Add documentation for the $type, $mime_type, and $button_labels properties in WP_Customize_Media_Control. Drew Jaynes 2015-04-04 23:04:51 +00:00
  • 3265aad744 TinyMCE wpView: - Fix editor undo levels. - Remove views and markers in the DOM before serialization. - Unbind views before removing them on hide. - Empty the content in the timeout, so it doesn't render iframes twice. Props iseulde. Fixes #31669. Andrew Ozz 2015-04-04 22:59:07 +00:00
  • b4420cb788 Use backticks when describing the value_field parameter, er, argument. Boone Gorges 2015-04-04 22:56:04 +00:00
  • bdbe9f7b1e The value_field argument is an argument per core vernacular, not a parameter. Drew Jaynes 2015-04-04 22:41:28 +00:00
  • 08a897b58c Clarify the DocBlock summary and parameter description for wp_edit_attachments_query_vars(). Drew Jaynes 2015-04-04 21:51:36 +00:00
  • c7fee4fab0 Add proper descriptions for the @global and @param tags in the wp_media_attach_action() DocBlock. Drew Jaynes 2015-04-04 21:34:15 +00:00
  • e66d393d1e wpLink: always show the URL field at the top. Fixes #28206. Andrew Ozz 2015-04-04 21:17:22 +00:00
  • 8d8ea0c529 Clarify the DocBlock description for wp_print_request_filesystem_credentials_modal(). Drew Jaynes 2015-04-04 21:12:10 +00:00
  • 2a44016ef8 Clarify 4.2.0 changelog entry, add global description to the DocBlock for WP_Users_List_Table->single_row(). Drew Jaynes 2015-04-04 21:08:57 +00:00
  • 3e36e59646 Add missing @since versions from a variety of methods in WP_Press_This. Drew Jaynes 2015-04-04 19:45:48 +00:00
  • 4d751d4e98 Add missing DocBlocks for the _limit_array(), _limit_string(), _limit_url(), _limit_img(), _limit_embed(), and _process_meta_entry() utility methods in WP_Press_This. Drew Jaynes 2015-04-04 18:22:30 +00:00
  • 9be177ec95 Customize Widgets: Improve sync logic for select[multiple] inputs. Dominik Schilling (ocean90) 2015-04-04 16:33:24 +00:00
  • 58ee5beced Fix filter doc vernacular for the quick_edit_show_taxonomy filter. Drew Jaynes 2015-04-04 16:07:48 +00:00
  • d0d60543ae Fix syntax for the $to_display parameter description in the DocBlock for WP_Posts_List_Table->_page_rows(). Drew Jaynes 2015-04-04 16:03:20 +00:00
  • 472b335948 Add a return description to the DocBlock for WP_Posts_List_Table->is_base_request(). Drew Jaynes 2015-04-04 16:00:08 +00:00
  • d5c14c102b Customizer: Fix spinners after [31996]. Dominik Schilling (ocean90) 2015-04-04 15:41:45 +00:00
  • f937bdc6ce Fix typos in the function summaries for wp_ajax_press_this_save_post() and wp_ajax_press_this_add_category(). Drew Jaynes 2015-04-04 14:37:16 +00:00
  • 5394bd31a0 Add an @see mention for Plugin_Upgrader, plus spacing to the wp_ajax_update_plugin() delcaration. Drew Jaynes 2015-04-04 14:18:52 +00:00
  • 3e5eeaf6f0 Add a more descriptive function summary for options_discussion_add_js(). Drew Jaynes 2015-04-04 14:15:49 +00:00
  • b152b46c0e Customizer Theme Switcher: Remove "Add New" reference from customize-controls.js. Dominik Schilling (ocean90) 2015-04-04 14:13:14 +00:00
  • f76ed758b8 Fix Docblock syntax for the taxonomy_parent_dropdown_args filter. Drew Jaynes 2015-04-04 14:12:04 +00:00
  • ddb33c9aed After [31114] and [31323], 'View Post' generated in get_sample_permalink_html() should go to pretty permalink. Boone Gorges 2015-04-04 01:26:08 +00:00
  • 468da41811 WP_User_Query: When querying users with 'fields=all', ensure that caps and roles are filled for the current site. Boone Gorges 2015-04-03 14:13:19 +00:00
  • 86f074ffde Unit tests verifying the filling of the 'roles' and 'caps' user properties during WP_User_Query. Boone Gorges 2015-04-03 14:13:11 +00:00
  • 667899569f Remove hidden user_id input from wp_comment_reply(). Sergey Biryukov 2015-04-03 13:27:32 +00:00
  • 3e0278aa94 Post-beta4 bump. Drew Jaynes 2015-04-03 13:00:53 +00:00
  • 123b684b84 WordPress 4.2-beta4 Drew Jaynes 2015-04-03 12:51:02 +00:00
  • 6983294161 Spinners: Toggle a class instead of show/hide. Helen Hou-Sandi 2015-04-03 04:51:18 +00:00
  • ca908b2056 Themes screen: remove extra debounce when searching. Props evansolomon. Fixes #31812. Andrew Ozz 2015-04-03 02:36:36 +00:00
  • c3d7fa68ce Accessibility improvements for Themes screen: fix keyboard events and callbacks for the Search field, increase trigger timeout a bit, improve Esc. key handling. Props joedolson, adamsilverstein, afercia, DrewAPicture. Fixes #26600. Andrew Ozz 2015-04-03 02:31:11 +00:00
  • 04fbf4cd60 Accessibility improvements for Options general screen: add missing labels and aria attributes. Props DrewAPicture, afercia. Fixes #31144. Andrew Ozz 2015-04-03 01:54:47 +00:00
  • eacf52a68a Press This: - Show a spinner while saving a post. - Do not redirect after saving a draft. - Make the unidentified error message clearer. Fixes #31875. Andrew Ozz 2015-04-03 01:33:30 +00:00
  • a0bd96bafb Introduce a string representing bulk plugin update success, ready for string freeze. Not used yet. John Blackbourn 2015-04-03 00:17:20 +00:00
  • 248c73b1cf Plugins Browser: Replace the download count with the number of Active installs of the plugin. Fixes #31865 Dion Hulse 2015-04-02 23:48:26 +00:00
  • bd13a5ec12 Add beforeunload string for shiny updates. Aaron Jorbin 2015-04-02 22:35:48 +00:00
  • 3bf1329f40 Beta3 version bump. Drew Jaynes 2015-04-02 21:42:49 +00:00
  • 4527b2cbb4 Press This: prevent pasting of HTML in the title H2. Insert the clipboard text instead. Fixes #31768. Andrew Ozz 2015-04-02 21:10:28 +00:00
  • 08e6f5306e Remove unnecessary echo(), add translator comment. Sergey Biryukov 2015-04-02 19:00:08 +00:00
  • 2563a4f802 Customizer: Update selector, missed in [31984]. Dominik Schilling (ocean90) 2015-04-02 17:17:19 +00:00
  • 340cb573ae Customizer: Improve the overlay close button for iOS. Dominik Schilling (ocean90) 2015-04-02 17:15:08 +00:00
  • d92cc07d91 Correctly set the post author in wp_xmlrpc_server::mw_editPost() when the current user is not the author of the post. John Blackbourn 2015-04-02 15:48:41 +00:00
  • dc502287ef Update aria-label when doing a shiny plugin update Aaron Jorbin 2015-04-02 05:30:13 +00:00
  • 111203b0f6 Check for an active blog before generating the my-sites.php URL. Jeremy Felt 2015-04-02 05:26:22 +00:00
  • b8b33293e1 Press This: Use more accurate wording on Tools screen. Sergey Biryukov 2015-04-02 01:29:41 +00:00
  • 4738590d5e Avoid duplicate classes for different terms with UTF-8 slugs in post_class() and body_class(). Sergey Biryukov 2015-04-02 01:04:22 +00:00
  • b9537f9488 Unit Tests added in [31970] need to be restricted to run in Multisite only. Gary Pendergast 2015-04-02 00:12:07 +00:00
  • 01cbacb308 Emoji: [31938] forgot a / in the emoji CDN URL. Gary Pendergast 2015-04-02 00:10:36 +00:00
  • f6e4d76e5b Customizer Theme Switcher: Update JavaScript template after [31975]. Dominik Schilling (ocean90) 2015-04-01 23:05:41 +00:00
  • a05bbf7e7b Customizer Theme Switcher: Navigation streamlining. Dominik Schilling (ocean90) 2015-04-01 22:50:10 +00:00
  • d6a590e087 Customizer: Make the available widgets overlay closable on narrow screens. Dominik Schilling (ocean90) 2015-04-01 22:24:21 +00:00
  • 35df5592f1 Admin notices: Make (most) core notices dismissible. Helen Hou-Sandi 2015-04-01 22:05:17 +00:00
  • e5d660e597 TinyMCE: always focus the editor after using the floated toolbar. Props iseulde. Fixes #30619. Andrew Ozz 2015-04-01 21:49:03 +00:00
  • 00fb680b7d Twenty Eleven: add postMessage support for header_textcolor to improve the user experience in the Customizer. Lance Willett 2015-04-01 21:41:36 +00:00
  • 4201382267 Unit tests for wpmu_validate_user_signup(). Boone Gorges 2015-04-01 21:37:34 +00:00
  • 5b676b4f8e Fix colors for activated and updated plugins Aaron Jorbin 2015-04-01 21:30:50 +00:00
  • 365ed7a6cb Customizer Theme Switcher: Remove "Add New" references. Dominik Schilling (ocean90) 2015-04-01 19:49:41 +00:00
  • a143f7f03b Avoid the use of array_replace() in add_query_arg(). Boone Gorges 2015-04-01 19:39:24 +00:00
  • d1235e323e Respect numerical keys in add_query_arg(), use array_replace() instead of array_merge(). Scott Taylor 2015-04-01 19:14:46 +00:00
  • bcf98c7742 Alter the regex in wptexturize() to properly handle input like: <> "Hello world" <>. Scott Taylor 2015-04-01 19:08:31 +00:00
  • e4a9e49b6d When shifting WP_Rewrite::flush_rules() to a later action if it was called too early, make sure to do a hard flush if requested. Sergey Biryukov 2015-04-01 19:05:21 +00:00
  • 2418711c47 When updating the email address for an existing user, make sure the email address is not already in use. Scott Taylor 2015-04-01 18:22:16 +00:00
  • f898c8bd3d Merge title strings on Edit Site screens. Sergey Biryukov 2015-04-01 17:59:25 +00:00
  • 02253bbcb6 Remove unused printf() on network setup screen. Sergey Biryukov 2015-04-01 17:00:49 +00:00
  • 45dfe8815f Remove the JS part of [31619]. Scott Taylor 2015-04-01 16:33:32 +00:00
  • 8f8c526a56 In WP_Posts_List_Table::get_views(), don't add the current class to the all status link if ->user_posts_count has a value, which triggers the additional mine status. Scott Taylor 2015-04-01 16:17:01 +00:00
  • bbfabf7fb5 When editing an image from the editor, and the image has a value for alignment (but not for width or caption), don't bail without first checking that the alignment's value is not alignnone. If so, add the class to the <a> before bailing. Scott Taylor 2015-04-01 16:03:36 +00:00
  • efb8f1d491 wpLink: Enable smooth scrolling on iOS devices. Helen Hou-Sandi 2015-04-01 15:33:55 +00:00
  • 3ecaee903e Add translator comments for placeholders in network-related strings. Sergey Biryukov 2015-04-01 13:25:55 +00:00
  • 14dc44fb83 Accessibility: Add landmark roles to WordPress admin areas. Dominik Schilling (ocean90) 2015-04-01 13:16:47 +00:00
  • b194676876 Customizer Theme Switcher: Switch the details/live preview buttons. Dominik Schilling (ocean90) 2015-04-01 12:35:26 +00:00
  • ed374ae10e WPDB: Due to PHP 5.2's internal string handling, strings in Windows are encoded using UTF-16, instead of UTF-8. With the addition of the many character set tests in [30345], a couple of them were tripping up in PHP 5.2 under Windows, because of this behaviour. Gary Pendergast 2015-04-01 12:33:39 +00:00
  • 5f8c60d79d Themes: Improve focus styling of add-new-theme link. Dominik Schilling (ocean90) 2015-04-01 12:21:08 +00:00
  • 8e9a5a7156 After [31941], use the decoupled strings from WP_Customize_Manager::register_controls() on the Menus screen. Sergey Biryukov 2015-04-01 11:36:46 +00:00
  • 8f1a04d2fb Customizer Theme Switcher: Fix invalid HTML markup when New Theme control is added. Dominik Schilling (ocean90) 2015-04-01 11:34:23 +00:00
  • 9932d7973d Refine UI for FTP modal and shiny updates Aaron Jorbin 2015-04-01 02:47:55 +00:00
  • 235b83b4c0 Emoji: - Enhance twemoji.js to support passing of additional attributes for the replacement images. - Use that to add the needed attributes when replacing emoji inside the editor. Fixes #31627. Andrew Ozz 2015-04-01 02:38:25 +00:00
  • 55792b59a8 WPDB: When we check the character set of a column, and find that it's utf8mb4, we should also check that the current connection supports utf8mb4. It's possible that the environment may have changed since upgrading the DB, so we can fall back to utf8 when that happens. Gary Pendergast 2015-04-01 02:21:15 +00:00
  • 29093fe8dc TinyMCE emoji: fix caret position after replacing emoji in Chrome on Windows 8. See #31627. Andrew Ozz 2015-03-31 23:34:23 +00:00
  • d66ac05792 Disable body scrolling when session expired log in modal is open. Dominik Schilling (ocean90) 2015-03-31 22:54:40 +00:00
  • 5283d55271 Customizer: Defer rendering theme controls until the section is displayed. Dominik Schilling (ocean90) 2015-03-31 22:20:13 +00:00
  • 78469b71b0 Themes: Add a filter to short-circuit wp_prepare_themes_for_js(). Sergey Biryukov 2015-03-31 20:03:55 +00:00
  • dcc75b1202 Media Library: Add a label for attachment type select in list mode. Sergey Biryukov 2015-03-31 19:56:08 +00:00
  • 0d55562fd7 Decouple strings where the singular and plural form are not just the same string with different numbers, but essentially two different strings. Sergey Biryukov 2015-03-31 18:44:46 +00:00
  • 4e6cb8a5e2 Emoji: Fix a unit test which was incorrectly failing after [31926] fixed emoji being incorrectly encoded. Gary Pendergast 2015-03-31 09:36:29 +00:00
  • 67ae889160 WPDB: When we're checking to see if the MySQL client library supports utf8mb4, we need a separate check for mysqlnd versions, which using different version numbering to libmysqlclient. Gary Pendergast 2015-03-31 09:17:43 +00:00
  • 48e551feb5 Emoji: Change the emoji CDN to w.org, from wp.com. Gary Pendergast 2015-03-31 04:30:38 +00:00
  • 9ce354f534 Tests: Clean up the resulting /tmp/foo* files from the tempnam call. Dion Hulse 2015-03-31 02:10:52 +00:00