Commit Graph

  • d3ceebd2cd Twenty Fourteen: accent color fixes, props celloexpressions. See #25220. Lance Willett 2013-10-08 17:31:00 +00:00
  • 5b5e048ffa Twenty Fourteen: reduce post widget margin, props kraftbj, closes #25426. Lance Willett 2013-10-08 17:28:14 +00:00
  • e7ee404ec9 Improve inline documentation for the multi_resize() method in WP_Image_Editor, WP_Image_Editor_GD, and WP_Image_Editor_Imagick. Drew Jaynes 2013-10-08 17:19:00 +00:00
  • 4aa0066736 Use parens to ensure that RegEx OR matches the front when determining that mime-type matches audio|video in attachment_submitbox_metadata(). Scott Taylor 2013-10-08 15:31:32 +00:00
  • d02ef44f33 Inline documentation for hooks in wp-includes/class-wp-embed.php. Drew Jaynes 2013-10-08 04:42:20 +00:00
  • f13f18de24 Inline documentation for hooks in wp-admin/maint/repair.php. Drew Jaynes 2013-10-08 00:29:37 +00:00
  • 6d1558e461 Inline documentation for hooks in wp-includes/category.php. Drew Jaynes 2013-10-08 00:21:47 +00:00
  • c58e5cac6a Inline documentation for hooks in wp-includes/class-oembed.php. Drew Jaynes 2013-10-07 23:56:52 +00:00
  • 887af83f53 Inline documentation for hooks in wp-admin/network.php. Drew Jaynes 2013-10-07 23:42:43 +00:00
  • 3170612070 Inline documentation for hooks in wp-settings.php. Drew Jaynes 2013-10-07 19:33:16 +00:00
  • 23013c544a Prevent the removal of a manual 'orderby' attribute in the gallery shortcode. Andrew Nacin 2013-10-07 19:01:48 +00:00
  • 04f053ce0c Move the revisions upgrade handler to POST, to avoid esoteric metadata stomping. Andrew Nacin 2013-10-07 18:34:35 +00:00
  • b654f9c0e3 Add missing variable for inline hook documentation changes in wp-includes/vars.php. Drew Jaynes 2013-10-07 17:55:45 +00:00
  • 4a86f70280 Inline documentation for wp-admin/options-reading.php. Drew Jaynes 2013-10-07 17:18:00 +00:00
  • 7c03553de8 Twenty Thirteen: Remove unneeded .single-attachment selector. Andrew Nacin 2013-10-07 16:42:12 +00:00
  • eabbcec46f Twenty Twelve: Use the correct body class for attachments in the IE stylesheet. Andrew Nacin 2013-10-07 16:41:18 +00:00
  • 46a60cc6d5 Fix phpdoc indentation for hooks in wp-includes/class-wp-image-editor.php. Drew Jaynes 2013-10-07 16:27:34 +00:00
  • a541f2e31e Correct phpdoc for wp_check_filetype_and_ext(). props dimadin. fixes #25513. Sergey Biryukov 2013-10-07 15:33:19 +00:00
  • 1ab8ced9d7 Inline documentation for hooks in wp-includes/vars.php. Drew Jaynes 2013-10-07 15:29:14 +00:00
  • c02412fa8d Remove tests for code still in development, see #22229. If accidentally run, they produce fatal errors. Andrew Nacin 2013-10-07 14:17:13 +00:00
  • 55ee5c4894 Escape title in HTML5 search form. props obenland, joostdevalk, scottsweb. fixes #25322. Sergey Biryukov 2013-10-07 14:13:14 +00:00
  • fc1438c8bc Move the trim() from wp_set_password() to inside wp_hash_password(). Andrew Nacin 2013-10-07 13:53:09 +00:00
  • f4227afa2b Optimize the accessibility JS on the Menus screen to avoid browser crashes with very large menus. Andrew Nacin 2013-10-07 13:37:00 +00:00
  • 2476d62991 Twenty Twelve: Use the correct body class for attachments. Andrew Nacin 2013-10-07 13:18:31 +00:00
  • 2a2587c6dc Inline documentation for hooks in wp-admin/includes/bookmark.php. Drew Jaynes 2013-10-07 02:18:20 +00:00
  • 3da73dfa3f Inline documentation for hooks in wp-includes/class-wp-image-editor.php. Drew Jaynes 2013-10-06 22:18:29 +00:00
  • 90291e5702 Add a svn:ignore property to wp-content for wp-content/languages See [25559] See #25337 See #24976 Dion Hulse 2013-10-06 19:21:38 +00:00
  • 2e27610793 Inline documentation for a hooks in wp-includes/template.php. Drew Jaynes 2013-10-06 19:00:05 +00:00
  • 5c5928cac9 Inline documentation for hooks in wp-includes/template-loader.php. Drew Jaynes 2013-10-06 18:40:29 +00:00
  • b60980d0af Inline documentation for hooks in wp-login.php. Drew Jaynes 2013-10-06 16:23:39 +00:00
  • 40ea01d759 Be as sure as possible that WordPress is not under version control when deciding if we should do automatic updates. Andrew Nacin 2013-10-06 15:45:09 +00:00
  • 04fd4d2bb8 Inline documentation for hooks in wp-includes/update.php. Drew Jaynes 2013-10-06 15:30:51 +00:00
  • 0286d7030d Don't modify post_author during a quick edit when the post type doesn't support authors. Andrew Nacin 2013-10-06 13:14:06 +00:00
  • 9f23f85ae2 Run _fix_attachment_links() when post_status is future or private in addition to publish. Andrew Nacin 2013-10-06 12:55:38 +00:00
  • 48f68c8c6b Hash password reset keys in the database. Andrew Nacin 2013-10-06 11:28:42 +00:00
  • 352ff49768 Reverse the order of roles in wp_dropdown_roles(). Reset to 'subscriber' when the default role is removed and when a save is invalid. Andrew Nacin 2013-10-06 10:55:42 +00:00
  • c0fb231f92 Hide the "If you take over" string from the post locked dialog when the override_post_lock filter is used to prevent an override. Andrew Nacin 2013-10-06 10:45:25 +00:00
  • 9bd950b6d1 New grunt copy:version task that removes -src from $wp_version on build. Andrew Nacin 2013-10-06 10:33:01 +00:00
  • 29a12d6ee5 Append -src to the $wp_version in the develop repo (only) to allow for us to differentiate. see #25161. Andrew Nacin 2013-10-05 14:24:21 +00:00
  • 1b37564f35 Send current SSL status to the plugin information API endpoint so we can render screenshots over SSL if appropriate. fixes #11009. Andrew Nacin 2013-10-05 10:58:20 +00:00
  • cee5480513 Avoid 404 for wp-activate.php. Andrew Nacin 2013-10-04 14:11:49 +00:00
  • 3f422038dd Move get_current_user_id() call out of if-block, see [25669]. Dominik Schilling (ocean90) 2013-10-03 13:35:12 +00:00
  • d529239d24 Post UI: Increase the trigger width for switching from two columns to one. Dominik Schilling (ocean90) 2013-10-03 09:36:36 +00:00
  • 4f7760db6f Revert [25622]. fixes #25445. see #25122. Dominik Schilling (ocean90) 2013-10-03 09:11:45 +00:00
  • 20686308d3 Reset "Page on Front" when such a page is trashed. Andrew Nacin 2013-10-03 03:50:26 +00:00
  • 83a69a16d2 Support G shorthand for WP_MEMORY_LIMIT. see #23251. Andrew Nacin 2013-10-03 03:46:01 +00:00
  • d4f0c8604a Don't override a PHP memory_limit specified using G shorthand. Andrew Nacin 2013-10-03 03:27:04 +00:00
  • 2dae159c6e Ensure wp::send_headers() detects a comments feed when permalinks are disabled and thus the withcomments QV is omitted. This fixes Last-Modified. Andrew Nacin 2013-10-03 03:14:39 +00:00
  • df0aceb365 Backport a fix for qmail from PHPMailer upstream. Andrew Nacin 2013-10-03 03:00:01 +00:00
  • 2068a3e6da When determining a frontend, local URL in the theme customizer, match the home URL without a trailing slash. Andrew Nacin 2013-10-03 01:49:59 +00:00
  • a59daf91cf Ensure we globally replace [ and ] in customizer control IDs, to match the PHP. Andrew Nacin 2013-10-03 01:45:39 +00:00
  • 8cd52fe580 Don't let the query string pile up on successive themes.php searches. Andrew Nacin 2013-10-03 01:25:24 +00:00
  • a2c2641419 Avoid counting auto-drafts in sticky. Andrew Nacin 2013-10-03 01:15:30 +00:00
  • 7a9a26fb84 List tables: When executing a search, reset the Bulk Actions dropdown to avoid the search from failing. Andrew Nacin 2013-10-03 01:08:13 +00:00
  • 635a1249f5 Post lists table: When counting a user's posts, use get_post_stati() instead of hardcoded internal statuses. Andrew Nacin 2013-10-03 00:59:12 +00:00
  • f6138dc287 Remove redundant title attributes. Andrew Nacin 2013-10-02 22:50:50 +00:00
  • df647346b1 Don't use a double negative. Andrew Nacin 2013-10-02 21:49:34 +00:00
  • c03af6bbd7 WP_User::get_role_caps() now returns the caps it was already setting. The method was previously just setting $allprops and requiring that property to be read. Scott Taylor 2013-10-02 21:35:20 +00:00
  • 6611067dee Use site_url() in theme-compat. Andrew Nacin 2013-10-02 21:16:17 +00:00
  • a05eefbd64 Ensure that get_bloginfo( 'pingback_url' ) uses site_url(), for SSL awareness. Andrew Nacin 2013-10-02 21:14:05 +00:00
  • 69a17e3469 Links manager: Restrict field length based on DB schema. Andrew Nacin 2013-10-02 21:10:24 +00:00
  • 6311fbbfdb Replace use of global $user_ID in favor of get_current_user_id(). fixes #25372. Dominik Schilling (ocean90) 2013-10-02 21:09:52 +00:00
  • dac3f63f9c Don't order feeds of search results by relevance. Andrew Nacin 2013-10-02 21:04:36 +00:00
  • f3722d70c1 Revert [25663] for UX discussion Scott Taylor 2013-10-02 20:52:22 +00:00
  • 212dba1113 Show a proper error message on the dashboard when the current theme is broken. Andrew Nacin 2013-10-02 20:49:59 +00:00
  • 27fe045132 Allow to filter the link attribute via shortcode_atts_gallery. props iworks. fixes #24979. Dominik Schilling (ocean90) 2013-10-02 20:45:55 +00:00
  • 0a13564db8 When queries fail in option functions, bail before setting cache. Andrew Nacin 2013-10-02 20:42:39 +00:00
  • 415a348999 When Quick Edit'ing a page, checks if edited page has a new parent and moves the row underneath that one. If the parent doesn't exist on this page then it hides the row altogether. Scott Taylor 2013-10-02 20:37:48 +00:00
  • a27234c898 Rather than adding a taxonomy arg to get_category(), convert all uses of get_category() in core to get_term(). By doing so, we negate the need to call _make_cat_compat() in a few places that are only looking for a single property. Scott Taylor 2013-10-02 19:58:50 +00:00
  • faa8c3c9ef post_content does not have a default value in the $wpdb->posts table. Add a default value of empty string to wp_insert_attachment() to avoid a tornado of database errors in PHP 5.5/MySQL 5.6, even when debug mode is turned off. Scott Taylor 2013-10-02 19:51:57 +00:00
  • f3488744ce Add a default value to WP_UnitTest_Factory_For_Comment::default_generation_definitions['comment_content'] to avoid a tornado of database errors in PHP 5.5/MySQL 5.6, even when WP_DEBUG is turned off. Scott Taylor 2013-10-02 19:46:58 +00:00
  • 7918d5cd98 Make url_to_postid() work for custom post type URLs. Use get_post_types() and get_taxonomies() instead of directly accessing globals. Adds unit test. Scott Taylor 2013-10-02 19:41:19 +00:00
  • 64d3d53838 More string cleanups. Andrew Nacin 2013-10-02 18:50:45 +00:00
  • 7755927e7d End sentences in periods. see #24982. Andrew Nacin 2013-10-02 17:48:55 +00:00
  • fc97814a23 This error message should have a period. Andrew Nacin 2013-10-02 17:44:09 +00:00
  • 49e7cf1a30 Rollback is not a verb. Andrew Nacin 2013-10-02 17:43:15 +00:00
  • 456b8837f2 Use sentence case. Andrew Nacin 2013-10-02 17:39:26 +00:00
  • 7e18d18db5 Remove inaccurate @return value from remove_role(). props tivnet. fixes #25450. Sergey Biryukov 2013-10-01 02:52:30 +00:00
  • 85c8f3c68f Send back core translation information to the API. Update wp_get_installed_translations() to work with core translations. see #18200. Andrew Nacin 2013-09-30 19:46:15 +00:00
  • 6d29f14560 Automatic Updates: Remove some debug from [25649] See #22704 Dion Hulse 2013-09-30 00:29:19 +00:00
  • 3fa23828e3 Automatic Updates: Disable Automatic updates for Mercurial(HG) and Bazaar(bzr) version control systems in addition to Git and SVN. Props jamescollins. See #22704 Dion Hulse 2013-09-30 00:24:06 +00:00
  • 05a01e5964 Automatic Updates: Add a rollback functionality upon installation failure, the rollback package will be available for partial-updates for automatic updates and be similar to our existing partial builds (but in reverse). A further iteration of this is to also detect whitescreens (fatals) after a auto update, and trigger the rollback for that too. See #22704 Dion Hulse 2013-09-30 00:20:35 +00:00
  • f1928e42bf MD5 file verification: Prevent md5_file() warnings when files don't exist, additionally, don't verify wp-content files as they can be updated separately, as well as WP_CONTENT_DIR being set elsewhere. See #22704 See #18201 Dion Hulse 2013-09-29 23:07:59 +00:00
  • fefaa807e9 Automatic Updates: Skip doing the sanity checking MD5 before deciding if we should use a partial build or not, This change means we always use a partial build for automatic updates. See #22704 Dion Hulse 2013-09-29 22:59:46 +00:00
  • 85875364e4 Correct phpdoc for translate_smiley(). props toscho. fixes #25440. Sergey Biryukov 2013-09-29 10:07:27 +00:00
  • 651be4d157 Inline documentation for hooks in wp-signup.php. Drew Jaynes 2013-09-28 23:41:07 +00:00
  • 6ff14b2408 Improve inline documentation for the Walker class. Drew Jaynes 2013-09-28 21:28:03 +00:00
  • 78d93bfac3 Improve inline documentation for Walker_Nav_Menu, Walker_Nav_Menu_Edit, Walker_Nav_Menu_Checklist. Drew Jaynes 2013-09-28 21:01:54 +00:00
  • 346d71fdbd Inline documentation for Walker_Category_Checklist. Drew Jaynes 2013-09-28 18:07:02 +00:00
  • 67342ade09 Inline documentation improvements for Walker_Category and Walker_CategoryDropdown. Drew Jaynes 2013-09-28 18:01:26 +00:00
  • 50a1bb0eb2 Mark _search_terms_tidy() as deprecated in 3.7. see #7394. Andrew Nacin 2013-09-28 08:24:28 +00:00
  • 44ee54e153 3.7-beta1-25639 Andrew Nacin 2013-09-28 07:30:45 +00:00
  • 35a24943ea 3.7-beta1 Andrew Nacin 2013-09-28 06:47:49 +00:00
  • 89febfe766 Expand the zxcvbn password meter blacklist, based on user input. Andrew Nacin 2013-09-28 06:46:29 +00:00
  • e212691d73 Fix non-square rotations when using the Imagick image editor. Andrew Nacin 2013-09-28 06:36:17 +00:00
  • c3a6047584 Fix strict notice. see #22704. Andrew Nacin 2013-09-28 06:32:14 +00:00
  • 7149ae3b9f Filters for locale in wp_update_plugins() and wp_update_themes(). see #18200. Andrew Nacin 2013-09-28 04:17:54 +00:00
  • ed31cbfab1 Changes to automatic background updates in preparation for Beta 1. Andrew Nacin 2013-09-27 23:20:08 +00:00
  • cff3bb14e6 Order search results by relevance, rather than by date. Andrew Nacin 2013-09-27 17:33:36 +00:00
  • 4b8896d171 Remove the new user_new_form hook from the network admin, pending further review. see #18709. Andrew Nacin 2013-09-26 16:37:06 +00:00