Commit Graph

  • 9a5e8acead Restore @see get_next_post_link() reference and move it to next_post_link(). see #25743. Sergey Biryukov 2013-10-28 11:10:28 +00:00
  • 5674a54940 Fix a copy/paste error in get_next_post_link() description and $format argument. props jim912, ounziw. fixes #25743. Sergey Biryukov 2013-10-28 11:05:26 +00:00
  • 267b476885 Fix a copy/paste error in wp_update_theme() description. props Caspie. fixes #25742. Sergey Biryukov 2013-10-28 10:55:50 +00:00
  • e496679014 Clarify that wpmu_update_blog_options fires after ''site'' options are updated. Drew Jaynes 2013-10-28 00:16:54 +00:00
  • d8f9cc6fff Mark subdirectory_reserved_names filter as duplicate in wp-admin/network/site-new.php. Drew Jaynes 2013-10-27 23:36:46 +00:00
  • 3a26e383ae Inline documentation for hooks in wp-admin/includes/theme.php. Drew Jaynes 2013-10-27 22:45:32 +00:00
  • 06635ed4cd Add a .jshintrc file and associated jshint grunt task. Andrew Nacin 2013-10-27 21:53:11 +00:00
  • add8bc4e57 Add a $taxonomy argument to each of the adjacent post functions. Andrew Nacin 2013-10-27 21:39:51 +00:00
  • 1694272bff When an HTTPS request to api.wordpress.org fails, try an insecure HTTP request and issue a warning. Andrew Nacin 2013-10-27 21:08:25 +00:00
  • 47c58004fe Query stopwords: Only eliminate single A-Z letters as search terms. Andrew Nacin 2013-10-27 20:50:31 +00:00
  • 61b82f7eb3 Consolidate logic for not showing a taxonomy meta box. props ocean90. fixes #21543. Helen Hou-Sandi 2013-10-27 20:35:49 +00:00
  • 4b1e151b04 Inline documentation for hooks in wp-admin/network/site-settings.php. Drew Jaynes 2013-10-27 20:04:16 +00:00
  • eaedc9b427 Inline documentation for hooks in wp-admin/update.php. Drew Jaynes 2013-10-27 18:36:37 +00:00
  • 1c625a49ac Inline documentation for hooks in wp-includes/functions.wp-styles.php. Drew Jaynes 2013-10-27 17:58:32 +00:00
  • 1c127e99bd Inline documentation for hooks in wp-includes/functions.wp-scripts.php. Drew Jaynes 2013-10-27 17:50:38 +00:00
  • b2e15261ba Allow passing false for the meta_box_cb arg in register_taxonomy() to turn off the meta box display entirely. fixes #21543. Helen Hou-Sandi 2013-10-27 16:28:19 +00:00
  • 6af7557201 Update readme in trunk. Andrew Nacin 2013-10-27 15:34:59 +00:00
  • 5f3883cc8f Revert another instance where a WP property was assigned to a one-time variable for inline docs purposes. Drew Jaynes 2013-10-27 07:58:24 +00:00
  • 0969689efb Fix error introduced in [25940] where $public_query_vars should have only been used as a non-existent inline docs variable in the query_vars filter. Drew Jaynes 2013-10-27 07:48:34 +00:00
  • 0bb0c068ef Bump the TinyMCE version for 3.8, see #25700. Andrew Ozz 2013-10-26 21:44:39 +00:00
  • d26d83a36d Inline documentation for hooks in wp-admin/async-upload.php. Drew Jaynes 2013-10-26 21:40:13 +00:00
  • 3c1036d653 Inline documentation for hooks in wp-includes/admin-bar.php. Drew Jaynes 2013-10-26 21:18:00 +00:00
  • 421d906a59 Inline documentation for hooks in wp-includes/class-wp.php. Drew Jaynes 2013-10-26 21:02:06 +00:00
  • 4d9d985a64 Inline documentation for hooks in wp-admin/network/site-users.php. Drew Jaynes 2013-10-26 20:32:14 +00:00
  • acb441a519 Inline documentation for hooks in wp-admin/includes/schema.php. Drew Jaynes 2013-10-26 20:28:34 +00:00
  • 25becc93f9 Inline documentation for hooks in wp-admin/tool.php. Drew Jaynes 2013-10-26 19:22:08 +00:00
  • eef2e83b13 Inline documentation for hooks in wp-admin/includes/nav-menu.php. Drew Jaynes 2013-10-26 17:47:33 +00:00
  • 3f8c645247 Inline documentation for hooks in wp-includes/bookmark.php. Drew Jaynes 2013-10-26 16:52:48 +00:00
  • 90b55d0279 Fix the exclude_tree argument in get_terms(), which fixes the exclude argument in wp_list_categories(). Andrew Nacin 2013-10-26 15:03:10 +00:00
  • 287e4db6f6 In search stopwords filtering, suppress possible PHP warnings when PCRE lacks UTF-8 support. Andrew Nacin 2013-10-26 05:58:37 +00:00
  • eba5ddbcfa Have get_current_user_id() return 0 when pluggable.php is not yet included (which brings the ability to set or get the current user). Andrew Nacin 2013-10-26 03:19:41 +00:00
  • 350c015f94 In update_option(), call the update_option hook before the DB update. Andrew Nacin 2013-10-26 02:56:24 +00:00
  • 559dc21202 3.7 regression from [25119]: Have in_category() return false when the first argument is empty. Andrew Nacin 2013-10-26 02:53:30 +00:00
  • 99a4f77ea7 3.7 regression: Fix the width of captioned images inserted into the visual editor. Andrew Nacin 2013-10-26 02:50:02 +00:00
  • 04dd14f3b5 Extract: rename method extract_entries to extract_from_code Nikolay Bachiyski 2013-10-26 00:54:27 +00:00
  • 54e6261a34 Extract: _ and _c aren't among the common gettext function names Nikolay Bachiyski 2013-10-26 00:46:34 +00:00
  • 97a7dfc936 Extract: add default rules Nikolay Bachiyski 2013-10-26 00:45:16 +00:00
  • 38f7bf86c6 Extract: add a phpdoc to clarify the class responsibility Nikolay Bachiyski 2013-10-26 00:41:34 +00:00
  • 9a2bf56fc3 Avoid a notice for an undefined $checksums variable when updating from pre-3.7 to post-3.7. Andrew Nacin 2013-10-25 20:14:23 +00:00
  • 9e70ced313 POT update. Andrew Nacin 2013-10-24 20:37:53 +00:00
  • 53a3ebddce Translator comments are special, make sure they are parsed properly. see #25256. Andrew Nacin 2013-10-24 20:28:43 +00:00
  • 04397b30c6 Twenty Thirteen: Restore the original "Not found" string. see #24891, for trunk. Andrew Nacin 2013-10-24 20:19:19 +00:00
  • af5921fdca Update POT files for Twenty Ten through Twenty Thirteen. Andrew Nacin 2013-10-24 20:01:08 +00:00
  • ddb409d998 Bundled themes: bump version numbers (ignoring Twenty Ten). Lance Willett 2013-10-24 19:36:48 +00:00
  • ceaf87ff2d Maintain the same output for get_avatar() as 3.6. see [25895]. Andrew Nacin 2013-10-24 19:31:06 +00:00
  • 7508e7c03b Add editimage.min.js to $_old_files. see #24999. Andrew Nacin 2013-10-24 19:26:11 +00:00
  • 31e45a7aeb Always escape URLs at the last possible moment. Andrew Nacin 2013-10-24 18:51:59 +00:00
  • 391b22a4de Confirm delete_site_option() exists before calling it during an update. Andrew Nacin 2013-10-24 18:17:41 +00:00
  • 9c5420d74d Remove debug code from WP_Automatic_Updater::send_email(). Andrew Nacin 2013-10-24 01:50:09 +00:00
  • a75c4a56a8 Avoid notice with search feeds. Andrew Nacin 2013-10-23 20:54:22 +00:00
  • ed15997210 About page: Cache our zxcvbn calls and limit the variation of the animation. Andrew Nacin 2013-10-23 19:50:30 +00:00
  • 1d33726b1a About page, updates section: Don't show a message on about.php if the updater is 100% disabled. Don't show it if the user can't update core. Don't show the email if notifications are disabled. New string. Andrew Nacin 2013-10-23 19:47:39 +00:00
  • 3d2776d023 Introduce a send_core_update_notification_email filter to control whether to send update notifications. Andrew Nacin 2013-10-23 19:46:33 +00:00
  • 30f822b8ee Pinking shears Ryan Boren 2013-10-23 14:37:54 +00:00
  • b10ef05fb1 Trunk is now 3.8-alpha Andrew Nacin 2013-10-22 23:58:08 +00:00
  • c773d253ec 3.7-RC2 Andrew Nacin 2013-10-22 22:09:18 +00:00
  • 46302236ae Have heartbeat's connection lost notice handle 503 errors send by the upgrader's maintenance mode. Andrew Nacin 2013-10-22 21:26:04 +00:00
  • ff69fb4b8f Make some changes to the email templates to account for the fact that an auto update offer might not be to the latest version. Andrew Nacin 2013-10-22 21:18:09 +00:00
  • aab4ffb29d Show the nag we show for a stuck .maintenance file when an auto update failed. Andrew Nacin 2013-10-22 21:14:06 +00:00
  • ddbc271329 "some files" instead of "certain files". Less stuffy. Andrew Nacin 2013-10-22 18:40:20 +00:00
  • f36fbb550c New, better error message when we realize we won't be able to copy a file and continue with the update. Andrew Nacin 2013-10-22 18:20:51 +00:00
  • 1a7bfffd0b Only enforce disk free space checks when doing background updates. Andrew Nacin 2013-10-22 18:17:13 +00:00
  • c87ad6023d Spell out duplicate hook locations. Andrew Nacin 2013-10-22 17:21:32 +00:00
  • d3981e2793 Always apply the posts_search filter. Restores 3.6 behavior. Andrew Nacin 2013-10-22 17:20:17 +00:00
  • ea7d0de723 Updates: Disable maintenance mode once we've finished copying files, to minimize disruption. Andrew Nacin 2013-10-22 17:19:48 +00:00
  • c6b0970356 Twenty Fourteen: use SVG images instead of CSS3 gradients for featured image background pattern. Props iamtakashi. Lance Willett 2013-10-22 16:59:59 +00:00
  • ea64c830f4 Twenty Fourteen: further revise primary navigation functionality, simplify mobile navigation, and clean up the main JS file. Props obenland, iamtakashi. See #25554. Lance Willett 2013-10-22 16:36:26 +00:00
  • d0d07cf614 Updates: Saner stats and rollback handling. WP.org now collects basic stats on non-auto updates as they have been hugely informative. Andrew Nacin 2013-10-22 09:48:36 +00:00
  • af6c888f7c Improve inline documentation for the wp_get_sites() return value. Drew Jaynes 2013-10-22 05:47:15 +00:00
  • bce2656e6d Move upgrader_process_complete for core to its proper place in Core_Upgrader. Andrew Nacin 2013-10-22 04:36:54 +00:00
  • 258e4afcb2 Inline documentation for the WP_Date_Query class in wp-includes/date.php. Drew Jaynes 2013-10-21 23:16:31 +00:00
  • 597e82e94c Rename the automatic_updates_send_email filter to auto_core_update_send_email. (Final name change.) Andrew Nacin 2013-10-21 22:28:07 +00:00
  • a6d9b5e57a Improve inline documentation for hooks in wp-admin/customize.php. Drew Jaynes 2013-10-21 21:17:00 +00:00
  • 04ca72fd9c Twenty Fourteen: revise link colors. Props iamtakashi, see #25640. Lance Willett 2013-10-21 16:39:53 +00:00
  • 2240365438 Twenty Fourteen: fix non-image attachment page layout, props iamtakashi. Fixes #25624. Lance Willett 2013-10-21 16:34:56 +00:00
  • ae9a30b7cf Twenty Fourteen: fix typo that prevented author name display in Ephemera widget. Props iamtakashi, fixes #25641. Lance Willett 2013-10-21 16:33:10 +00:00
  • 0b915b616c Twenty Fourteen: improved responsive styles for featured content and minor layout fixes. Props iamtakashi, see #25592. Lance Willett 2013-10-21 16:32:10 +00:00
  • cb0ed1fcec Twenty Fourteen: fix a typo introduced in r25808, props kovshenin. See #25549. Lance Willett 2013-10-21 16:30:12 +00:00
  • 9381d2f3a6 TinyMCE: fix detection of IE11 in compatibility mode, fixes #25634. Andrew Ozz 2013-10-18 22:58:25 +00:00
  • d96b64c116 Commit [25823] should not have renamed AUTOMATIC_UPDATER_DISABLED to AUTOMATIC_UPDATES_DISABLED. Andrew Nacin 2013-10-18 21:23:43 +00:00
  • a33d3a38e6 3.7-RC1 Andrew Nacin 2013-10-18 19:47:47 +00:00
  • 5d7ee6ce93 Vendor-prefixes for [25845]. props jorbin. see #25603. Dominik Schilling (ocean90) 2013-10-18 19:24:18 +00:00
  • 278b180b2f About page: Prevent the meter from briefly sticking on 'Strong' when the animation resets. Andrew Nacin 2013-10-18 18:49:47 +00:00
  • c85914b57e Since we're dealing with a huge password meter, don't bold half of the result strings unnecessarily. see #25603. Andrew Nacin 2013-10-18 18:36:01 +00:00
  • 476e4a4778 IE7: Fix width of the password input field on the about page. see #25603. Dominik Schilling (ocean90) 2013-10-18 17:57:08 +00:00
  • f4bf16102d About page: Use box-sizing: border-box on the password meter so pixels line up. Andrew Nacin 2013-10-18 17:46:54 +00:00
  • 3b56df670e CSS cleanup for the about page. Dominik Schilling (ocean90) 2013-10-18 17:35:39 +00:00
  • fda5b39db2 Use correct variable. fixes #10787. Andrew Nacin 2013-10-18 17:15:36 +00:00
  • a028b8f2dc Use full paths to images so they work on wp-admin/network/about.php and user/about.php. see #25603. Andrew Nacin 2013-10-18 16:50:00 +00:00
  • 0b22aae62d Notify administrators of successful, failed, and pending core updates. Andrew Nacin 2013-10-18 16:29:16 +00:00
  • 77730d6377 Remove rarr from about page text. Use a subtle background instead. Andrew Nacin 2013-10-18 08:41:40 +00:00
  • 6810bc9069 Awesome about page design for WordPress 3.7. Andrew Nacin 2013-10-18 08:10:43 +00:00
  • 142d8c3d30 Delete expired transients on database upgrades. Andrew Nacin 2013-10-18 07:47:44 +00:00
  • 92c2bc7797 Introduce email templates for automatic background updates. Andrew Nacin 2013-10-18 06:32:27 +00:00
  • aa4635548d set_current_screen() is now unnecessary in Automatic_Upgrader_Skin, which is good because it breaks things in the network admin. Andrew Nacin 2013-10-17 23:23:42 +00:00
  • 8cb344e237 In automatic background updates, standardize on 'update'. Andrew Nacin 2013-10-17 23:20:56 +00:00
  • ba10ec2cba Remove redundant code. see #25603, #22704, [25833]. Andrew Nacin 2013-10-17 20:29:12 +00:00
  • ab77984329 Check if background core updates are supported on about.php. Andrew Nacin 2013-10-17 20:28:38 +00:00
  • f555490bee Update the text for the about page, so translators can get started. Design is in flux. Andrew Nacin 2013-10-17 20:16:36 +00:00
  • 3ce626a96b Silence PHP warnings from disk_free_space(). disk_free_space() will produce a warning in error conditions in addition to returning false, this includes a case where the bytes free is greater than PHP_INT_MAX (which is a error condition we don't need to check). See #25576, #22704 Dion Hulse 2013-10-17 18:39:04 +00:00